pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/pcb-current update to pcb-current-20050609
details: https://anonhg.NetBSD.org/pkgsrc/rev/708a0833c256
branches: trunk
changeset: 497574:708a0833c256
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sat Jul 30 21:56:51 2005 +0000
description:
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.
diffstat:
cad/pcb-current/Makefile | 16 +++-------------
cad/pcb-current/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 17 deletions(-)
diffs (48 lines):
diff -r 0385a61c993b -r 708a0833c256 cad/pcb-current/Makefile
--- a/cad/pcb-current/Makefile Sat Jul 30 21:30:53 2005 +0000
+++ b/cad/pcb-current/Makefile Sat Jul 30 21:56:51 2005 +0000
@@ -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 @@
CONFLICTS+= pcb-[0-9]*
-SNAPDATE= 20050315
+SNAPDATE= 20050609
GNU_CONFIGURE= yes
USE_TOOLS+= bison gm4:run gmake lex
@@ -27,15 +27,5 @@
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 -r 0385a61c993b -r 708a0833c256 cad/pcb-current/distinfo
--- a/cad/pcb-current/distinfo Sat Jul 30 21:30:53 2005 +0000
+++ b/cad/pcb-current/distinfo Sat Jul 30 21:56:51 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index