head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.38 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.36 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.34 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.32 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.30 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.28 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.26 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.24 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.22 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.20 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.18 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.16 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.14 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2005.12.03.04.18.59; author dmcmahill; state dead; branches; next 1.3; 1.3 date 2005.08.04.16.13.39; author rillig; state Exp; branches; next 1.2; 1.2 date 2005.01.28.11.53.50; author dmcmahill; state dead; branches; next 1.1; 1.1 date 2004.12.07.22.53.48; author dmcmahill; state Exp; branches; next ; desc @@ 1.4 log @Move the package which lived in cad/pcb-current over to cad/pcb and delete the old cad/pcb package. The package which has lived in cad/pcb for the last few years was horribly out of date and pcb is not making a distinction right now between -current snapshots and normal releases. @ text @$NetBSD: patch-aa,v 1.3 2005/08/04 16:13:39 rillig Exp $ A double semicolon counts as an empty statement, after which ISO C90 does not allow any further variable declarations. --- src/gui-netlist-window.c.orig Tue Mar 1 06:33:01 2005 +++ src/gui-netlist-window.c Thu Aug 4 18:06:36 2005 @@@@ -692,7 +692,7 @@@@ gui_netlist_highlight_node(gchar *node_n { GtkTreePath *path; GtkTreeIter iter; - LibraryMenuType *net;; + LibraryMenuType *net; gchar *name; if (!node_name) @ 1.3 log @Added a patch for ISO C90 compliance. The offending part was a double semicolon in a declaration. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to pcb-current-20050127 ======================================================================== Release Notes for PCB snapshot 20050127 ======================================================================== - Fix drill size for PLCC sockets in ~geda library. Fix drill size for LED3 and LED5 footprints in ~geda library. - Move the right-click popup menu to pcb-menu.res. - Add DisperseElements() action for spreading out elements in an initial layout. - Fix fab drawing output for the case where a very small number of drill sizes are used. - Various documentation improvements. - Remove many compiler warnings. - Added metric output to the cursor display - Fix . for toggling 45 degree mode. - Crosshair snap snaps to center of pads and also to the mark of the element. - Protect all strcmp() calls with a check for a NULL pointer. Fixes various crashes. - Fixed the mode buttons which were unresponsive in some versions of the X libraries. - Element names may be edited over the element. - Added --enable-efence for ElectricFence debugging. Off by default - Added --disable-rpath to avoid using rpath for the X libraries. - Added vendor resource file support. This allows lets you specify a set of allowed drill sizes and drc rules for a particular vendor. - Added -action command line option to allow executing an action on startup. - Date and time of compilation added to About dialog. - Fix a bug where the soldermask relief on a new element is 100x smaller than the default when "convert buffer to element" is used. - Fix a name_tree corruption bug when changing an element name. - Don't remove the formatted manual with a 'make clean' since they are part of the distfile. - Let automake handle the html and pdf conversion. This ends up using texi2pdf for the pdf output which seems to do a better job than ps2pdf. - Sort actions by modifier so that both Ctrlx and x work. - Fix a SelectByName bug. - Fix non-gcc compilation - Command history added to : - Fixed pinout window crash - Allow Ctrl-drag to copy objects in arrow mode. - Fixed a polygon clearance bug - Fix an arc bounding box calculation error. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2004/12/07 22:53:48 dmcmahill Exp $ d3 12 a14 9 --- src/global.h.orig Mon Aug 30 02:52:04 2004 +++ src/global.h @@@@ -679,6 +679,8 @@@@ typedef struct #if GCC_VERSION > 2007 #define ATTRIBUTE_UNUSED __attribute__((unused)) +#else +#define ATTRIBUTE_UNUSED #endif d16 1 a16 1 #define RCSID(x) static char *rcsid ATTRIBUTE_UNUSED = x @ 1.1 log @Add #define needed for non-gcc compilers. Should address recent bulk build failures. @ text @d1 1 a1 1 $NetBSD$ @