Tue Dec 15 21:31:53 2009 UTC ()
Recursive bump for libltdl


(joerg)
diff -r1.56 -r1.57 pkgsrc/cad/geda/Makefile
diff -r1.34 -r1.35 pkgsrc/cad/gwave/Makefile

cvs diff -r1.56 -r1.57 pkgsrc/cad/geda/Makefile (switch to unified diff)

--- pkgsrc/cad/geda/Makefile 2009/11/06 22:29:26 1.56
+++ pkgsrc/cad/geda/Makefile 2009/12/15 21:31:52 1.57
@@ -1,84 +1,85 @@ @@ -1,84 +1,85 @@
1# $NetBSD: Makefile,v 1.56 2009/11/06 22:29:26 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.57 2009/12/15 21:31:52 joerg Exp $
2# 2#
3 3
4DISTNAME= geda-gaf-${PKGVERSION} 4DISTNAME= geda-gaf-${PKGVERSION}
5PKGNAME= geda-${PKGVERSION} 5PKGNAME= geda-${PKGVERSION}
 6PKGREVISION= 1
6PKGVERSION= 1.6.0 7PKGVERSION= 1.6.0
7CATEGORIES= cad 8CATEGORIES= cad
8MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.6/${PKGVERSION}/ \ 9MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.6/${PKGVERSION}/ \
9 http://www.geda.seul.org/release/v1.6/${PKGVERSION}/ 10 http://www.geda.seul.org/release/v1.6/${PKGVERSION}/
10 11
11 12
12MAINTAINER= dmcmahill@NetBSD.org 13MAINTAINER= dmcmahill@NetBSD.org
13HOMEPAGE= http://www.geda.seul.org/ 14HOMEPAGE= http://www.geda.seul.org/
14COMMENT= Toolset for automating electronic design 15COMMENT= Toolset for automating electronic design
15LICENSE= gnu-gpl-v2 16LICENSE= gnu-gpl-v2
16 17
17PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
18 19
19# Older versions of the gEDA suite had each of the tools as a standalone tarball and build. 20# Older versions of the gEDA suite had each of the tools as a standalone tarball and build.
20# Beginning with 1.6, the build system has been unified. 21# Beginning with 1.6, the build system has been unified.
21CONFLICTS+= gattrib-[0-9]* 22CONFLICTS+= gattrib-[0-9]*
22CONFLICTS+= geda-docs-[0-9]* 23CONFLICTS+= geda-docs-[0-9]*
23CONFLICTS+= geda-examples-[0-9]* 24CONFLICTS+= geda-examples-[0-9]*
24CONFLICTS+= geda-utils-[0-9]* 25CONFLICTS+= geda-utils-[0-9]*
25CONFLICTS+= geda-symbols-[0-9]* 26CONFLICTS+= geda-symbols-[0-9]*
26CONFLICTS+= gnetlist-[0-9]* 27CONFLICTS+= gnetlist-[0-9]*
27CONFLICTS+= gschem-[0-9]* 28CONFLICTS+= gschem-[0-9]*
28CONFLICTS+= gsymcheck-[0-9]* 29CONFLICTS+= gsymcheck-[0-9]*
29CONFLICTS+= libgeda-[0-9]* 30CONFLICTS+= libgeda-[0-9]*
30 31
31USE_PKGLOCALEDIR= yes 32USE_PKGLOCALEDIR= yes
32 33
33DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools 34DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools
34 35
35GNU_CONFIGURE= YES 36GNU_CONFIGURE= YES
36USE_LIBTOOL= YES 37USE_LIBTOOL= YES
37USE_TOOLS+= bash gmake msgfmt pkg-config 38USE_TOOLS+= bash gmake msgfmt pkg-config
38CONFIGURE_ARGS+= --disable-update-mime-database 39CONFIGURE_ARGS+= --disable-update-mime-database
39CONFIGURE_ARGS+= --disable-update-desktop-database 40CONFIGURE_ARGS+= --disable-update-desktop-database
40 41
41# let (f)lex rebuild this file. The distributed one doesn't 42# let (f)lex rebuild this file. The distributed one doesn't
42# always work. 43# always work.
43post-patch: 44post-patch:
44 ${RM} -f ${WRKSRC}/utils/src/olib.c 45 ${RM} -f ${WRKSRC}/utils/src/olib.c
45 46
46# for gnet_hier_verilog.sh. It looks to be fairly bash 47# for gnet_hier_verilog.sh. It looks to be fairly bash
47# dependent 48# dependent
48USE_TOOLS+= bash:run 49USE_TOOLS+= bash:run
49REPLACE_BASH= utils/scripts/gnet_hier_verilog.sh 50REPLACE_BASH= utils/scripts/gnet_hier_verilog.sh
50REPLACE_PYTHON= utils/scripts/tragesym 51REPLACE_PYTHON= utils/scripts/tragesym
51REPLACE_PERL+= utils/scripts/pads_backannotate \ 52REPLACE_PERL+= utils/scripts/pads_backannotate \
52 utils/scripts/gschupdate \ 53 utils/scripts/gschupdate \
53 utils/scripts/gsymfix.pl \ 54 utils/scripts/gsymfix.pl \
54 utils/scripts/gsymupdate \ 55 utils/scripts/gsymupdate \
55 utils/scripts/pcb_backannotate \ 56 utils/scripts/pcb_backannotate \
56 utils/scripts/refdes_renum \ 57 utils/scripts/refdes_renum \
57 utils/scripts/sarlacc_sym 58 utils/scripts/sarlacc_sym
58 59
59# needs GNU m4 for the PCBboard and gsch2pcb netlisters 60# needs GNU m4 for the PCBboard and gsch2pcb netlisters
60USE_TOOLS+= gmake m4:run pkg-config 61USE_TOOLS+= gmake m4:run pkg-config
61 62
62EVAL_PREFIX+= PCBDIR=pcb 63EVAL_PREFIX+= PCBDIR=pcb
63CONFIGURE_ARGS+= --with-pcbm4dir=${PCBDIR}/share/pcb/m4 64CONFIGURE_ARGS+= --with-pcbm4dir=${PCBDIR}/share/pcb/m4
64CONFIGURE_ARGS+= --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb 65CONFIGURE_ARGS+= --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb
65 66
66REPLACE_SH+= gnetlist/scripts/sch2eaglepos.sh 67REPLACE_SH+= gnetlist/scripts/sch2eaglepos.sh
67USE_TOOLS+= sh:run 68USE_TOOLS+= sh:run
68 69
69# for gsch2pcb 70# for gsch2pcb
70EVAL_PREFIX+= PCBDIR=pcb 71EVAL_PREFIX+= PCBDIR=pcb
71CONFIGURE_ARGS+= --with-pcb-datadir=${PCBDIR}/share 72CONFIGURE_ARGS+= --with-pcb-datadir=${PCBDIR}/share
72USE_TOOLS+= gawk:run lex perl:run pkg-config 73USE_TOOLS+= gawk:run lex perl:run pkg-config
73 74
74.include "../../lang/python/application.mk" 75.include "../../lang/python/application.mk"
75.include "../../databases/shared-mime-info/mimedb.mk" 76.include "../../databases/shared-mime-info/mimedb.mk"
76.include "../../devel/gettext-lib/buildlink3.mk" 77.include "../../devel/gettext-lib/buildlink3.mk"
77.include "../../devel/libgetopt/buildlink3.mk" 78.include "../../devel/libgetopt/buildlink3.mk"
78.include "../../devel/libstroke/buildlink3.mk" 79.include "../../devel/libstroke/buildlink3.mk"
79.include "../../graphics/gd/buildlink3.mk" 80.include "../../graphics/gd/buildlink3.mk"
80.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 81.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
81.include "../../lang/guile/buildlink3.mk" 82.include "../../lang/guile/buildlink3.mk"
82.include "../../sysutils/desktop-file-utils/desktopdb.mk" 83.include "../../sysutils/desktop-file-utils/desktopdb.mk"
83.include "../../x11/gtk2/buildlink3.mk" 84.include "../../x11/gtk2/buildlink3.mk"
84.include "../../mk/bsd.pkg.mk" 85.include "../../mk/bsd.pkg.mk"

cvs diff -r1.34 -r1.35 pkgsrc/cad/gwave/Attic/Makefile (switch to unified diff)

--- pkgsrc/cad/gwave/Attic/Makefile 2009/06/30 00:07:11 1.34
+++ pkgsrc/cad/gwave/Attic/Makefile 2009/12/15 21:31:52 1.35
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.34 2009/06/30 00:07:11 joerg Exp $ 1# $NetBSD: Makefile,v 1.35 2009/12/15 21:31:52 joerg Exp $
2# 2#
3 3
4DISTNAME= gwave-20060606 4DISTNAME= gwave-20060606
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= cad 6CATEGORIES= cad
7MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ 7MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \
8 http://www.geda.seul.org/dist/ 8 http://www.geda.seul.org/dist/
9 9
10MAINTAINER= dmcmahill@NetBSD.org 10MAINTAINER= dmcmahill@NetBSD.org
11HOMEPAGE= http://www.cs.unc.edu/~tell/gwave.html 11HOMEPAGE= http://www.cs.unc.edu/~tell/gwave.html
12COMMENT= Viewer for spice-like simulator output and other analog data 12COMMENT= Viewer for spice-like simulator output and other analog data
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16MAKE_JOBS_SAFE= no 16MAKE_JOBS_SAFE= no
17 17
18GNU_CONFIGURE= YES 18GNU_CONFIGURE= YES
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20USE_TOOLS+= perl 20USE_TOOLS+= perl
21 21
22EVAL_PREFIX+= GRAPHDIR=plotutils 22EVAL_PREFIX+= GRAPHDIR=plotutils
23CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph 23CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
24 24
25# make this file get rebuilt in a way that gcc3 can deal with 25# make this file get rebuilt in a way that gcc3 can deal with
26post-extract: 26post-extract:
27 ${RM} ${WRKSRC}/src/init_scheme_string.c 27 ${RM} ${WRKSRC}/src/init_scheme_string.c
28 28
29.include "../../devel/guile16-gtk/buildlink3.mk" 29.include "../../devel/guile16-gtk/buildlink3.mk"
30.include "../../graphics/plotutils/buildlink3.mk" 30.include "../../graphics/plotutils/buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"