summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-28 06:05:31 +0000
committerjlam <jlam>2004-08-28 06:05:31 +0000
commit5f904e59871feaea408398a54183ec15241147eb (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /sysutils
parente034948f3d4b073559fd283f487b19a5ab970431 (diff)
downloadpkgsrc-5f904e59871feaea408398a54183ec15241147eb.tar.gz
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrecord-xcdroast/Makefile5
-rw-r--r--sysutils/cdrtools-ossdvd/Makefile5
-rw-r--r--sysutils/grub/Makefile4
-rw-r--r--sysutils/gtk-send-pr/Makefile4
4 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/cdrecord-xcdroast/Makefile b/sysutils/cdrecord-xcdroast/Makefile
index 3c6515f3e22..5533e5146a5 100644
--- a/sysutils/cdrecord-xcdroast/Makefile
+++ b/sysutils/cdrecord-xcdroast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/05/30 02:19:16 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/28 06:05:32 jlam Exp $
DISTNAME= cdrtools-2.01a21
PKGNAME= cdrecord-xcdroast-0.98a15.2.01a21
@@ -20,8 +20,7 @@ USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
.if ${LOCALBASE} != "/opt/schily"
-BUILDLINK_TRANSFORM= r:-I/opt/schily
-BUILDLINK_TRANSFORM+= r:-L/opt/schily
+BUILDLINK_TRANSFORM= rmdir:/opt/schily
.endif
# avoid picking up a bad ${ARCH} during the build
diff --git a/sysutils/cdrtools-ossdvd/Makefile b/sysutils/cdrtools-ossdvd/Makefile
index ae3f03c77bb..e09397c68d2 100644
--- a/sysutils/cdrtools-ossdvd/Makefile
+++ b/sysutils/cdrtools-ossdvd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/08/04 21:20:54 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/28 06:05:32 jlam Exp $
DISTNAME= cdrtools-2.01a27
PKGNAME= cdrtools-ossdvd-2.01.1.27
@@ -24,8 +24,7 @@ USE_GNU_TOOLS+= make
USE_TBL= yes
.if ${LOCALBASE} != "/opt/schily"
-BUILDLINK_TRANSFORM= r:/opt/schily
-BUILDLINK_TRANSFORM+= r:/opt/schily
+BUILDLINK_TRANSFORM+= rmdir:/opt/schily
.endif
# avoid picking up a bad ${ARCH} during the build
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 854a0bea7f8..bfa6453c328 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/08/02 16:47:40 recht Exp $
+# $NetBSD: Makefile,v 1.28 2004/08/28 06:05:32 jlam Exp $
#
DISTNAME= grub-0.95
@@ -18,7 +18,7 @@ USE_BUILDLINK3= YES
INFO_FILES= grub.info multiboot.info
-BUILDLINK_TRANSFORM+= S:-fno-builtin:-ffreestanding:
+BUILDLINK_TRANSFORM+= rename:-fno-builtin:-ffreestanding
.include "../../mk/bsd.prefs.mk"
diff --git a/sysutils/gtk-send-pr/Makefile b/sysutils/gtk-send-pr/Makefile
index de523bf6d90..aff610cdea2 100644
--- a/sysutils/gtk-send-pr/Makefile
+++ b/sysutils/gtk-send-pr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/20 20:46:39 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2004/08/28 06:05:32 jlam Exp $
#
DISTNAME= gtk-send-pr-0.3.3
@@ -13,7 +13,7 @@ COMMENT= GTK+ based problem report tool
USE_BUILDLINK3= yes
USE_X11= yes
-BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
+BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mail/libesmtp/buildlink3.mk"