aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-20 08:12:20 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-20 08:12:20 +0000
commitbadd7a1eba6479ee7b956567b6e8eb149be43671 (patch)
tree6661e7ce62892409aaddb9d650570241a1b6af3c /archivers
parent8da45592599ee1bb93b867bd1fff95633295b472 (diff)
downloadports-badd7a1eba6479ee7b956567b6e8eb149be43671.tar.gz
ports-badd7a1eba6479ee7b956567b6e8eb149be43671.zip
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
Notes
Notes: svn path=/head/; revision=371241
Diffstat (limited to 'archivers')
-rw-r--r--archivers/arc/Makefile1
-rw-r--r--archivers/arj/Makefile2
-rw-r--r--archivers/rpm4/Makefile3
3 files changed, 4 insertions, 2 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile
index db95ea858997..f001623628ca 100644
--- a/archivers/arc/Makefile
+++ b/archivers/arc/Makefile
@@ -15,6 +15,7 @@ CONFLICTS= php5-arcanist-*
OPTIONS_DEFINE= DOCS
+USES= alias
PLIST_FILES= bin/arc bin/marc man/man1/arc.1.gz
PORTDOCS= Arc521.doc
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index d37443b14c6a..0a7d21634fdb 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
PORTSCOUT= skipv:3.10g
-USES= gmake
+USES= alias gmake
USE_AUTOTOOLS= autoconf
CONFIGURE_WRKSRC= ${WRKSRC}/gnu
MAKEFILE= GNUmakefile
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile
index 16ea08846a1c..62253f15bd29 100644
--- a/archivers/rpm4/Makefile
+++ b/archivers/rpm4/Makefile
@@ -27,7 +27,8 @@ NLS_USES= gettext
NLS_LIBS= -lintl
PORTDOCS= *
-USES= gmake libtool lua:51 pathfix shebangfix tar:bzip2 pkgconfig
+USES= alias gmake libtool lua:51 pathfix pkgconfig shebangfix \
+ tar:bzip2
USE_BDB= 46+
INVALID_BDB_VER=51
GNU_CONFIGURE= yes