aboutsummaryrefslogtreecommitdiff
path: root/misc/compat6x
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-28 15:51:16 +0000
commitb0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch)
tree06488cf5d0a666243bc87a55c904edf7520f8ef2 /misc/compat6x
parent6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff)
downloadports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz
ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Notes
Notes: svn path=/head/; revision=315474
Diffstat (limited to 'misc/compat6x')
-rw-r--r--misc/compat6x/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile
index 967762ae134b..91f4a64cdd82 100644
--- a/misc/compat6x/Makefile
+++ b/misc/compat6x/Makefile
@@ -24,10 +24,6 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700043
-IGNORE= is for FreeBSD 7.x and newer
-.endif
-
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.2
.endif
@@ -39,17 +35,13 @@ USE_LDCONFIG32= ${TARGET32_DIR}
do-install:
@${MKDIR} -m 755 ${TARGET_DIR}
-.if ${OSVERSION} >= 800105
${RM} -f ${WRKSRC}/lib/libpthread.so.2
(cd ${TARGET_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2)
-.endif
(cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR})
.if ${ARCH} == amd64
@${MKDIR} ${TARGET32_DIR}
-. if ${OSVERSION} >= 800105
${RM} -f ${WRKSRC}/lib32/libpthread.so.2
(cd ${TARGET32_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2)
-. endif
(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR})
.endif