aboutsummaryrefslogtreecommitdiff
path: root/misc/compat7x
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2009-09-03 13:13:39 +0000
committerRenato Botelho <garga@FreeBSD.org>2009-09-03 13:13:39 +0000
commit5dbe6d76b507823ec3964df05ad5270f1e8f95bf (patch)
treefce97f50f0d8b8d5a1a31d479982701a19b4d3e3 /misc/compat7x
parent34608257c5daaf01a14516ebf5a4727d5bbf9c57 (diff)
downloadports-5dbe6d76b507823ec3964df05ad5270f1e8f95bf.tar.gz
ports-5dbe6d76b507823ec3964df05ad5270f1e8f95bf.zip
After discuss with jhb@ and kib@, here are fixed version of compat[567]x ports
working fine when installed on 8.0. compat5x: Installed under a FreeBSD 6.x or 7.x: /usr/local/lib/compat/libpthread.so.1 (file) on amd64: /usr/local/lib32/compat/libpthread.so.1 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) compat6x: Installed under a FreeBSD 7.x: /usr/local/lib/compat/libpthread.so.2 (file) on amd64: /usr/local/lib32/compat/libpthread.so.2 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) compat7x: Installed under a FreeBSD 8.x: /usr/local/lib/compat/libkse.so.3 -> /lib/libthr.so.3 (symlink) on amd64: /usr/local/lib32/compat/libkse.so.3 -> /usr/lib32/libthr.so.3 (symlink) Reported by: kib Thanks to: jhb and kib
Notes
Notes: svn path=/head/; revision=240783
Diffstat (limited to 'misc/compat7x')
-rw-r--r--misc/compat7x/Makefile7
-rw-r--r--misc/compat7x/distinfo18
-rw-r--r--misc/compat7x/pkg-plist.amd642
-rw-r--r--misc/compat7x/pkg-plist.i3861
-rw-r--r--misc/compat7x/pkg-plist.sparc641
5 files changed, 12 insertions, 17 deletions
diff --git a/misc/compat7x/Makefile b/misc/compat7x/Makefile
index fc2e1ab04a69..cdbeaa6fdcbb 100644
--- a/misc/compat7x/Makefile
+++ b/misc/compat7x/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= compat7x
-PORTVERSION= 7.2.702000.200906
-PORTREVISION= 1
+PORTVERSION= 7.2.702000.200906.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= garga/compat
@@ -39,10 +38,10 @@ USE_LDCONFIG32= ${TARGET32_DIR}
do-install:
@${MKDIR} ${TARGET_DIR}
(cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR})
- (cd ${TARGET_DIR} && ${LN} -s /usr/lib/libpthr.so ./libpthread.so)
+ (cd ${TARGET_DIR} && ${LN} -sf /lib/libthr.so.3 libkse.so.3)
.if ${ARCH} == amd64
@${MKDIR} ${TARGET32_DIR}
- (cd ${TARGET32_DIR} && ${LN} -s /usr/lib32/libpthr.so ./libpthread.so)
+ (cd ${TARGET32_DIR} && ${LN} -sf /usr/lib32/libthr.so.3 libkse.so.3)
(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR})
.endif
diff --git a/misc/compat7x/distinfo b/misc/compat7x/distinfo
index d51859c63819..f5a95a6b40cb 100644
--- a/misc/compat7x/distinfo
+++ b/misc/compat7x/distinfo
@@ -1,9 +1,9 @@
-MD5 (compat7x-amd64-7.2.702000.200906.tar.bz2) = 5c1a30fe4064e6d78284e103fd1c7b89
-SHA256 (compat7x-amd64-7.2.702000.200906.tar.bz2) = d91ad8afdab9d43db9a1860ab7869c606638d2c04969fc3e35d9fe5fa1d56ec4
-SIZE (compat7x-amd64-7.2.702000.200906.tar.bz2) = 6718499
-MD5 (compat7x-i386-7.2.702000.200906.tar.bz2) = 2dd942317eb9867b8f28057b82311b2a
-SHA256 (compat7x-i386-7.2.702000.200906.tar.bz2) = 909f0a01d1fb574b010e6cd1455d5d1be52b2adf3345b8a3c94a7a6ee7fce469
-SIZE (compat7x-i386-7.2.702000.200906.tar.bz2) = 3310130
-MD5 (compat7x-sparc64-7.2.702000.200906.tar.bz2) = 788588f636efb8041e2d47aacdce9e76
-SHA256 (compat7x-sparc64-7.2.702000.200906.tar.bz2) = b87b029f271b19a41afac550b6d4daf91b55fc5a0ac8f779d123bb97cfec4c1c
-SIZE (compat7x-sparc64-7.2.702000.200906.tar.bz2) = 3126108
+MD5 (compat7x-amd64-7.2.702000.200906.1.tar.bz2) = 690c724a365d4d3e054c6e71b9e51663
+SHA256 (compat7x-amd64-7.2.702000.200906.1.tar.bz2) = 1e7ffc96a9256bd57eabbe03d37f87a752725419fb25c084865f6b3a624a83c5
+SIZE (compat7x-amd64-7.2.702000.200906.1.tar.bz2) = 6637905
+MD5 (compat7x-i386-7.2.702000.200906.1.tar.bz2) = 4ecfe9505ff082a1d65afde6a42ba48d
+SHA256 (compat7x-i386-7.2.702000.200906.1.tar.bz2) = 8983a89c2ba38e573ad1858f6b2b3fa072cb899b9a586834a2962d9df4098e7e
+SIZE (compat7x-i386-7.2.702000.200906.1.tar.bz2) = 3280951
+MD5 (compat7x-sparc64-7.2.702000.200906.1.tar.bz2) = 21c961319013520510fb017136a94960
+SHA256 (compat7x-sparc64-7.2.702000.200906.1.tar.bz2) = 4043c9ce3301de18a3110143f6056d63216917d4f93b1ad6675de87bd5f43067
+SIZE (compat7x-sparc64-7.2.702000.200906.1.tar.bz2) = 3068353
diff --git a/misc/compat7x/pkg-plist.amd64 b/misc/compat7x/pkg-plist.amd64
index 043c035f133c..db45390a7bf3 100644
--- a/misc/compat7x/pkg-plist.amd64
+++ b/misc/compat7x/pkg-plist.amd64
@@ -62,7 +62,6 @@ lib/compat/libpanelw.so.4
lib/compat/libpcap.so.5
lib/compat/libpmc.so.4
lib/compat/libproc.so.1
-lib/compat/libpthread.so
lib/compat/libradius.so.3
lib/compat/libreadline.so.7
lib/compat/libroken.so.9
@@ -177,7 +176,6 @@ lib32/compat/libpanelw.so.4
lib32/compat/libpcap.so.5
lib32/compat/libpmc.so.4
lib32/compat/libproc.so.1
-lib32/compat/libpthread.so
lib32/compat/libradius.so.3
lib32/compat/libreadline.so.7
lib32/compat/libroken.so.9
diff --git a/misc/compat7x/pkg-plist.i386 b/misc/compat7x/pkg-plist.i386
index d38be9086594..eef0f57526d6 100644
--- a/misc/compat7x/pkg-plist.i386
+++ b/misc/compat7x/pkg-plist.i386
@@ -62,7 +62,6 @@ lib/compat/libpanelw.so.4
lib/compat/libpcap.so.5
lib/compat/libpmc.so.4
lib/compat/libproc.so.1
-lib/compat/libpthread.so
lib/compat/libradius.so.3
lib/compat/libreadline.so.7
lib/compat/libroken.so.9
diff --git a/misc/compat7x/pkg-plist.sparc64 b/misc/compat7x/pkg-plist.sparc64
index 18abb24f274d..9d3b9b51eeac 100644
--- a/misc/compat7x/pkg-plist.sparc64
+++ b/misc/compat7x/pkg-plist.sparc64
@@ -60,7 +60,6 @@ lib/compat/libpanelw.so.4
lib/compat/libpcap.so.5
lib/compat/libpmc.so.4
lib/compat/libproc.so.1
-lib/compat/libpthread.so
lib/compat/libradius.so.3
lib/compat/libreadline.so.7
lib/compat/libroken.so.9