1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

Take over maintainership. Regenerate the tarball. Replace the conditional

dependency on compat9x with an unconditional one.  Use INSTALL_LIB instead
of INSTALL_DATA.
This commit is contained in:
Dag-Erling Smørgrav 2015-11-17 21:39:08 +00:00
parent 86d21253f9
commit a21ff85c50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401829
2 changed files with 14 additions and 14 deletions

View File

@ -1,18 +1,15 @@
# $FreeBSD$
PORTNAME= compat8x
PORTVERSION= 8.4.804000.201310
PORTREVISION= 2
PORTVERSION= 8.4.804000.20151116
CATEGORIES= misc
MASTER_SITES= LOCAL/garga/compat
MASTER_SITES= LOCAL/des
PKGNAMESUFFIX= -${ARCH}
DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convenience package to install the compat8x libraries
LICENSE= BSD2CLAUSE
USES= tar:xz
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
@ -23,9 +20,12 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
# libstdc++.so.6 could be necessary to run an 8.x binary
.if ${OSVERSION} >= 1000054
RUN_DEPENDS= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
.if ${OSVERSION} < 800000
IGNORE= is for FreeBSD 8.x and newer
.endif
.if ${OSVERSION} >= 1000000
RUN_DEPENDS= compat9x-${ARCH}>=0:${PORTSDIR}/misc/compat9x
.endif
.if ${ARCH} == amd64
@ -34,10 +34,10 @@ USE_LDCONFIG32= ${TARGET32_DIR}
do-install:
@${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR}
(cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET_DIR})
(cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR})
.if ${ARCH} == amd64
@${MKDIR} ${STAGEDIR}${TARGET32_DIR}
(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET32_DIR})
(cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR})
.endif
.include <bsd.port.post.mk>

View File

@ -1,4 +1,4 @@
SHA256 (compat8x-amd64-8.4.804000.201310.tar.xz) = 5f67b39a3c61394e04c50060c3fd071d8e07d5b925645a9087438544b16e50c9
SIZE (compat8x-amd64-8.4.804000.201310.tar.xz) = 426848
SHA256 (compat8x-i386-8.4.804000.201310.tar.xz) = 8aca342a2f68d8a8d9626e39e2c02fb3f2dab517d11f4a8533b8f863cf5b98ff
SIZE (compat8x-i386-8.4.804000.201310.tar.xz) = 234692
SHA256 (compat8x-amd64-8.4.804000.20151116.tar.xz) = 819f1efd7d3b591910822ac3b94b48920163dc19da30214380fc10ddf2ec53e8
SIZE (compat8x-amd64-8.4.804000.20151116.tar.xz) = 426908
SHA256 (compat8x-i386-8.4.804000.20151116.tar.xz) = 75b12cf3014e4dc97d91b7fb0fb73bd15ebcf503b3e0beafdbbbd5eaa47fae1d
SIZE (compat8x-i386-8.4.804000.20151116.tar.xz) = 234372