summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-07-30 21:56:51 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-07-30 21:56:51 +0000
commit7b5e833a3150402de015816639fbc495956030b7 (patch)
treec4ef021b0e0c04db06d37302ca23753892bc84a7
parentd930f8e32fe990541ecd176e7bef45575b5a8cb5 (diff)
downloadpkgsrc-7b5e833a3150402de015816639fbc495956030b7.tar.gz
update to pcb-current-20050609
======================================================================== Release Notes for PCB snapshot 20050609 ======================================================================== - **** The GUI is now based on gtk2 instead of Xaw **** This represents a fairly major change. You will now need gtk-2.4 or higher installed along with any of its dependencies to build pcb. On linux distributions, it is probably the case that you already have this. For *BSD, Solaris, and others, you may want to use NetBSD's pkgsrc to help install gtk2 and its dependencies. - Flags are stored symbolically in the .pcb file. This is the start of moving to support >8 layers. Please note that >8 layer support is not yet available in this snapshot. - Fixes for gcc-4 - As part of the switch to gtk2, the user customizable menu feature has been temporarily broken. Hopefully this will be fixed by the next snapshot. In addition, the loading of background images has also been temporarily broken.
-rw-r--r--cad/pcb-current/Makefile16
-rw-r--r--cad/pcb-current/distinfo8
2 files changed, 7 insertions, 17 deletions
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile
index 363e88d7e61..480c3ac0632 100644
--- a/cad/pcb-current/Makefile
+++ b/cad/pcb-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/07/15 20:14:03 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/07/30 21:56:51 dmcmahill Exp $
#
DISTNAME= pcb-${SNAPDATE}
@@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS+= pcb-[0-9]*
-SNAPDATE= 20050315
+SNAPDATE= 20050609
GNU_CONFIGURE= yes
USE_TOOLS+= bison gm4:run gmake lex
@@ -27,15 +27,5 @@ INFO_FILES= pcb.info
EVAL_PREFIX+= TKDIR=tk
CONFIGURE_ENV+= WISH=${TKDIR}/bin/wish
-.if ${XAW_TYPE} == "xpm"
-CONFIGURE_ARGS+= --with-xaw=Xaw-Xpm
-.elif ${XAW_TYPE} == "3d"
-CONFIGURE_ARGS+= --with-xaw=Xaw3d
-.elif ${XAW_TYPE} == "neXtaw"
-CONFIGURE_ARGS+= --with-xaw=neXtaw
-.else
-CONFIGURE_ARGS+= --with-xaw=Xaw
-.endif
-
-.include "../../mk/xaw.buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/cad/pcb-current/distinfo b/cad/pcb-current/distinfo
index 4f27808eca6..c7dbb87ed62 100644
--- a/cad/pcb-current/distinfo
+++ b/cad/pcb-current/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/03/24 02:27:05 dmcmahill Exp $
+$NetBSD: distinfo,v 1.9 2005/07/30 21:56:51 dmcmahill Exp $
-SHA1 (pcb-20050315.tar.gz) = 7b93c1ec31319efbcc5cace232881eed4c196efb
-RMD160 (pcb-20050315.tar.gz) = 5d0d96eeb176476838f71b08f59bb66f74120999
-Size (pcb-20050315.tar.gz) = 2353758 bytes
+SHA1 (pcb-20050609.tar.gz) = 5c6c47d36c6c3398c1410a8c5cf0c008b294e4c5
+RMD160 (pcb-20050609.tar.gz) = 4296b437a46e8a331cf773f29749b2bb8f8cb6ad
+Size (pcb-20050609.tar.gz) = 2371793 bytes