aboutsummaryrefslogtreecommitdiff
path: root/misc/compat10x
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-11-17 21:43:08 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-11-17 21:43:08 +0000
commitf62f858b14ff3bfae9b6adee568af97b648bdf5b (patch)
treee956e43b99f691d22e3eaf62f004a8bf8d2fa4a8 /misc/compat10x
parentffa292464bae1f4944b8520993003e088ca2ebef (diff)
downloadports-f62f858b14ff3bfae9b6adee568af97b648bdf5b.tar.gz
ports-f62f858b14ff3bfae9b6adee568af97b648bdf5b.zip
Take over maintainership. Regenerate the tarball from the latest 10.2.
Use INSTALL_LIB instead of INSTALL_DATA.
Notes
Notes: svn path=/head/; revision=401831
Diffstat (limited to 'misc/compat10x')
-rw-r--r--misc/compat10x/Makefile12
-rw-r--r--misc/compat10x/distinfo8
-rw-r--r--misc/compat10x/pkg-plist.amd6416
-rw-r--r--misc/compat10x/pkg-plist.i3868
4 files changed, 30 insertions, 14 deletions
diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile
index a19bc042f05f..7009c373fc3c 100644
--- a/misc/compat10x/Makefile
+++ b/misc/compat10x/Makefile
@@ -1,17 +1,15 @@
# $FreeBSD$
PORTNAME= compat10x
-PORTVERSION= 10.0.1000510.201410
+PORTVERSION= 10.2.1002000.20151116
CATEGORIES= misc
-MASTER_SITES= LOCAL/garga/compat
+MASTER_SITES= LOCAL/des
PKGNAMESUFFIX= -${ARCH}
DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= des@FreeBSD.org
COMMENT= Convenience package to install the compat10x libraries
-LICENSE= BSD2CLAUSE
-
USES= tar:xz
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64
@@ -32,10 +30,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>
diff --git a/misc/compat10x/distinfo b/misc/compat10x/distinfo
index 97d07be3cb20..1d5afc63990e 100644
--- a/misc/compat10x/distinfo
+++ b/misc/compat10x/distinfo
@@ -1,4 +1,4 @@
-SHA256 (compat10x-amd64-10.0.1000510.201410.tar.xz) = 1f8103eadf78ecc2246a5aa3f32d6aa87645162bf7af31f375b535cd2858387b
-SIZE (compat10x-amd64-10.0.1000510.201410.tar.xz) = 336392
-SHA256 (compat10x-i386-10.0.1000510.201410.tar.xz) = 305428553a638db0ad8a003f33f4f9eff25b6262184e5a7a180613c834f2ea54
-SIZE (compat10x-i386-10.0.1000510.201410.tar.xz) = 173012
+SHA256 (compat10x-amd64-10.2.1002000.20151116.tar.xz) = e93a3b8f34c11e9e28fedceab7dd4fcb833dadf80fba6c94af16f9cac2063582
+SIZE (compat10x-amd64-10.2.1002000.20151116.tar.xz) = 2271488
+SHA256 (compat10x-i386-10.2.1002000.20151116.tar.xz) = 02cf5758cc7a3cb7de10d7c646dbe8fd6cd13f65ccf9680cafa8511f2f085d44
+SIZE (compat10x-i386-10.2.1002000.20151116.tar.xz) = 1164452
diff --git a/misc/compat10x/pkg-plist.amd64 b/misc/compat10x/pkg-plist.amd64
index 44c02abb199f..7f53a92cdf8f 100644
--- a/misc/compat10x/pkg-plist.amd64
+++ b/misc/compat10x/pkg-plist.amd64
@@ -1,16 +1,28 @@
lib/compat/libcam.so.6
+lib/compat/libcrypto.so.7
lib/compat/libdwarf.so.3
lib/compat/libelf.so.1
+lib/compat/libgomp.so.1
+lib/compat/libgpib.so.3
+lib/compat/libheimsqlite.so.11
lib/compat/libhistory.so.8
lib/compat/libipx.so.5
lib/compat/libopie.so.7
+lib/compat/libproc.so.2
lib/compat/libreadline.so.8
-lib/compat/libsbuf.so.6
+lib/compat/libssl.so.7
+lib/compat/libugidfw.so.4
lib32/compat/libcam.so.6
+lib32/compat/libcrypto.so.7
lib32/compat/libdwarf.so.3
lib32/compat/libelf.so.1
+lib32/compat/libgomp.so.1
+lib32/compat/libgpib.so.3
+lib32/compat/libheimsqlite.so.11
lib32/compat/libhistory.so.8
lib32/compat/libipx.so.5
lib32/compat/libopie.so.7
+lib32/compat/libproc.so.2
lib32/compat/libreadline.so.8
-lib32/compat/libsbuf.so.6
+lib32/compat/libssl.so.7
+lib32/compat/libugidfw.so.4
diff --git a/misc/compat10x/pkg-plist.i386 b/misc/compat10x/pkg-plist.i386
index aa79a45498b2..57c3b051197e 100644
--- a/misc/compat10x/pkg-plist.i386
+++ b/misc/compat10x/pkg-plist.i386
@@ -1,8 +1,14 @@
lib/compat/libcam.so.6
+lib/compat/libcrypto.so.7
lib/compat/libdwarf.so.3
lib/compat/libelf.so.1
+lib/compat/libgomp.so.1
+lib/compat/libgpib.so.3
+lib/compat/libheimsqlite.so.11
lib/compat/libhistory.so.8
lib/compat/libipx.so.5
lib/compat/libopie.so.7
+lib/compat/libproc.so.2
lib/compat/libreadline.so.8
-lib/compat/libsbuf.so.6
+lib/compat/libssl.so.7
+lib/compat/libugidfw.so.4