summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-11-25 12:48:18 +0000
committerjperkin <jperkin>2015-11-25 12:48:18 +0000
commit3ccdef20e36cd83b75040624a76950803ae5049d (patch)
treefb1f9823b078ba3f65e35d438b998d40e3db62e6 /cad
parentf66273f013f684db1db896568d6d405fad0afe1f (diff)
downloadpkgsrc-3ccdef20e36cd83b75040624a76950803ae5049d.tar.gz
Remove mk/find-prefix.mk usage from the cad category.
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
Diffstat (limited to 'cad')
-rw-r--r--cad/geda/Makefile8
-rw-r--r--cad/gwave/Makefile5
2 files changed, 5 insertions, 8 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index d5557dced18..c349d63deb0 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2015/11/18 14:19:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.104 2015/11/25 12:48:18 jperkin Exp $
DISTNAME= geda-gaf-1.8.2
PKGNAME= ${DISTNAME:S/-gaf-/-/}
@@ -50,8 +50,7 @@ REPLACE_PERL+= utils/scripts/pads_backannotate \
# needs GNU m4 for the PCBboard and gsch2pcb netlisters
USE_TOOLS+= gmake m4:run pkg-config
-EVAL_PREFIX+= PCBDIR=pcb
-CONFIGURE_ARGS+= --with-pcbm4dir=${PCBDIR}/share/pcb/m4
+CONFIGURE_ARGS+= --with-pcbm4dir=${LOCALBASE}/share/pcb/m4
CONFIGURE_ARGS+= --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb
SUBST_CLASSES+= python
@@ -64,8 +63,7 @@ REPLACE_SH+= gnetlist/scripts/sch2eaglepos.sh
USE_TOOLS+= sh:run
# for gsch2pcb
-EVAL_PREFIX+= PCBDIR=pcb
-CONFIGURE_ARGS+= --with-pcb-datadir=${PCBDIR}/share
+CONFIGURE_ARGS+= --with-pcb-datadir=${LOCALBASE}/share
USE_TOOLS+= gawk:run lex perl:run pkg-config
# disable groff for a consistent build
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 4fd7169435b..af7cc479418 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2015/06/12 10:48:26 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2015/11/25 12:48:18 jperkin Exp $
#
DISTNAME= gwave2-20090213
@@ -18,8 +18,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= yes
USE_TOOLS+= perl pkg-config
-EVAL_PREFIX+= GRAPHDIR=plotutils
-CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph
+CONFIGURE_ENV+= GRAPH=${BUILDLINK_PREFIX.plotutils}/bin/graph
LDFLAGS.DragonFly= -lX11
LDFLAGS.SunOS+= -lX11