summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-06 16:22:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-06 16:22:23 +0000
commitf0306011f3f9ae2a0b1fe72fffaced9e182b9d18 (patch)
treed295134ba927a3611fd4b4cd77eed737d4f4d4c9 /archivers
parent- Deprecate (abandoned upstream) and set expiration date to 2012-02-01 (diff)
- Get rid FreeBSD 6.X support
Notes
Notes: svn path=/head/; revision=285170
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rpm4/Makefile3
-rw-r--r--archivers/rpm4/files/extra-patch-lib_fs.c11
-rw-r--r--archivers/rpm5/Makefile5
3 files changed, 0 insertions, 19 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile
index 911373c276ff..363b19bce3c2 100644
--- a/archivers/rpm4/Makefile
+++ b/archivers/rpm4/Makefile
@@ -92,9 +92,6 @@ PORTDOCS= *
.if ${OSVERSION} < 800502
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rpmio_rpmsq.c
.endif
-.if ${OSVERSION} < 700000
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-lib_fs.c
-.endif
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
diff --git a/archivers/rpm4/files/extra-patch-lib_fs.c b/archivers/rpm4/files/extra-patch-lib_fs.c
deleted file mode 100644
index 810cc5448ebe..000000000000
--- a/archivers/rpm4/files/extra-patch-lib_fs.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/fs.c.orig 2010-07-06 07:27:10.000000000 +0200
-+++ lib/fs.c 2010-07-06 07:27:12.000000000 +0200
-@@ -134,6 +134,8 @@ exit:
-
- #else /* HAVE_MNTCTL */
-
-+#include <sys/mount.h>
-+
- /**
- * Get information for mounted file systems.
- * @todo determine rdonly for non-linux file systems.
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile
index 594130e63ffb..bd44b5ae5906 100644
--- a/archivers/rpm5/Makefile
+++ b/archivers/rpm5/Makefile
@@ -146,11 +146,6 @@ post-configure:
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
.endif
@echo "DOT_FONTPATH = ${LOCALBASE}/lib/X11/fonts/freefont-ttf" >> ${WRKSRC}/Doxyfile
-.if ${OSVERSION} < 700000
-# on FreeBSD 6.x, <sys/mount.h> first requires <sys/param.h> (for NGROUPS)
- @${REINPLACE_CMD} -e "s:/\* #undef HAVE_SYS_MOUNT_H \*/:#define HAVE_SYS_MOUNT_H 1:" \
- ${WRKSRC}/config.h
-.endif
.if !defined(NOPORTDOCS)
post-build: