diff options
author | pav <pav@FreeBSD.org> | 2007-03-23 18:24:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-23 18:24:22 +0800 |
commit | 8bc370f311b1250adcb13bd5c50199366efbb8aa (patch) | |
tree | 89bab1c0c5949b551fe87d13f7e7ff95f6ecae33 /archivers | |
parent | 886a52070a6b3ff431aeb850f045bddee7cbf42b (diff) | |
download | freebsd-ports-gnome-8bc370f311b1250adcb13bd5c50199366efbb8aa.tar.gz freebsd-ports-gnome-8bc370f311b1250adcb13bd5c50199366efbb8aa.tar.zst freebsd-ports-gnome-8bc370f311b1250adcb13bd5c50199366efbb8aa.zip |
- Fix after objformat removal
PR: ports/109468 (based on)
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: maintainer timeout (glewis; 3 weeks)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm4/Makefile | 5 | ||||
-rw-r--r-- | archivers/rpm4/pkg-plist | 1 | ||||
-rw-r--r-- | archivers/rpm5/Makefile | 5 | ||||
-rw-r--r-- | archivers/rpm5/pkg-plist | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 268c1458482c..752dc7211fa4 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 4.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \ ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ @@ -21,12 +21,13 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen .endif -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure db3/configure db/dist/configure popt/configure \ beecrypt/configure USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes +USE_LDCONFIG= yes LATEST_LINK= rpm4 CONFLICTS= beecrypt-* rpm-3.* diff --git a/archivers/rpm4/pkg-plist b/archivers/rpm4/pkg-plist index 3eda18f8814b..04dbc75f46eb 100644 --- a/archivers/rpm4/pkg-plist +++ b/archivers/rpm4/pkg-plist @@ -25,6 +25,7 @@ include/rpm/rpmspec.h include/rpm/rpmurl.h include/rpm/stringbuf.h include/rpm/ugid.h +lib/libbeecrypt.a lib/libbeecrypt.la lib/libbeecrypt.so lib/libbeecrypt.so.4 diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 268c1458482c..752dc7211fa4 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 4.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \ ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ @@ -21,12 +21,13 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen .endif -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure db3/configure db/dist/configure popt/configure \ beecrypt/configure USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes +USE_LDCONFIG= yes LATEST_LINK= rpm4 CONFLICTS= beecrypt-* rpm-3.* diff --git a/archivers/rpm5/pkg-plist b/archivers/rpm5/pkg-plist index 3eda18f8814b..04dbc75f46eb 100644 --- a/archivers/rpm5/pkg-plist +++ b/archivers/rpm5/pkg-plist @@ -25,6 +25,7 @@ include/rpm/rpmspec.h include/rpm/rpmurl.h include/rpm/stringbuf.h include/rpm/ugid.h +lib/libbeecrypt.a lib/libbeecrypt.la lib/libbeecrypt.so lib/libbeecrypt.so.4 |