aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /archivers
parent742adcabd74aa0adc91246bae79c97658a078415 (diff)
downloadports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz
ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/dpkg/Makefile6
-rw-r--r--archivers/gtar/Makefile5
-rw-r--r--archivers/libcomprex/Makefile6
-rw-r--r--archivers/rpm/Makefile6
4 files changed, 11 insertions, 12 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile
index 1c166c67393f..9a7313c83325 100644
--- a/archivers/dpkg/Makefile
+++ b/archivers/dpkg/Makefile
@@ -6,7 +6,7 @@
PORTNAME= dpkg
PORTVERSION= 1.9.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers sysutils
MASTER_SITES= http://ftp.debian.org/debian/pool/main/d/dpkg/
DISTNAME= dpkg_${PORTVERSION}
@@ -14,10 +14,10 @@ DISTNAME= dpkg_${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Package maintenance system for Debian
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_AUTOCONF= 213
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index 5978da073582..3f0d3dd61db4 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tar
PORTVERSION= 1.13.25
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= archivers sysutils
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,10 +16,9 @@ PKGNAMEPREFIX= g
MAINTAINER= naddy@FreeBSD.org
COMMENT= GNU version of the traditional tar archiver
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
INFO= tar
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index 106aabc3e69d..512c0514e669 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libcomprex
PORTVERSION= 0.3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnupdate
@@ -16,13 +16,13 @@ MASTER_SITE_SUBDIR= gnupdate
MAINTAINER= ports@FreeBSD.org
COMMENT= Transparently handles automatic compression and decompression of files
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- ltdl.4:${PORTSDIR}/devel/libltdl \
+LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \
curl.2:${PORTSDIR}/ftp/curl
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+USE_GETTEXT= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL= yes
LIBTOOLFLAGS= # none
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index 99c45201f00b..cef50f9783fb 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/rpm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= rpm
PORTVERSION= 3.0.6
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \
ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
@@ -15,12 +15,12 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= The Red Hat Package Manager
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \
- popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER=14
USE_REINPLACE= yes