diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2020-03-22 16:05:50 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2020-03-22 16:05:50 +0000 |
commit | 6ad44dd253fb630c2514fb0ea6a4cd82823cfa1a (patch) | |
tree | 1dabb1975397cc5a5270f4e4c6a662acc45dbd8c /archivers | |
parent | 3fd8df47d888b7d076ab130d9fa3533b160545ea (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm4/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 29b7b6a4e427..356359505bab 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -3,6 +3,7 @@ PORTNAME= rpm PORTVERSION= 4.15.1 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.15.x/ PKGNAMESUFFIX= 4 @@ -16,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt \ libnss3.so:security/nss \ libzstd.so:archivers/zstd -RUN_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash \ + gxargs:misc/findutils USES= alias bdb compiler:openmp gmake iconv libarchive libtool \ lua:52+ pathfix pkgconfig shebangfix tar:bzip2 @@ -70,6 +72,12 @@ post-patch: @${REINPLACE_CMD} -e 's:\.\./\.\./bin/::' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's/ __GLIBC__.*/& || defined(__FreeBSD__)/' \ ${WRKSRC}/system.h + @${REINPLACE_CMD} -e 's/\<xargs\>/gxargs/g' ${WRKSRC}/scripts/brp-python-bytecompile \ + ${WRKSRC}/scripts/brp-strip-static-archive \ + ${WRKSRC}/scripts/check-buildroot \ + ${WRKSRC}/scripts/check-rpaths \ + ${WRKSRC}/scripts/find-debuginfo.sh \ + ${WRKSRC}/scripts/vpkg-provides.sh post-install-PYTHON-off: @${RM} ${STAGEDIR}${PREFIX}/lib/rpm/pythondistdeps.py |