diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-04-19 20:51:13 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-04-19 20:51:13 +0000 |
commit | e53decf13873ea20e55f554c6921652d6adca790 (patch) | |
tree | 292e58488e982765082888a963cad608eb699567 /emulators | |
parent | d4413455b8e7fc9b4410c64d69abe05a48ccedb9 (diff) | |
download | ports-e53decf13873ea20e55f554c6921652d6adca790.tar.gz ports-e53decf13873ea20e55f554c6921652d6adca790.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-fc4/pkg-install | 5 | ||||
-rw-r--r-- | emulators/linux_base-fc4/pkg-plist | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index 2db3d660a562..e5c8619ba74a 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -8,7 +8,7 @@ PORTNAME= fc PORTVERSION= 4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ${PORTVERSION}/${LINUX_RPM_ARCH}/os/Fedora/RPMS \ diff --git a/emulators/linux_base-fc4/pkg-install b/emulators/linux_base-fc4/pkg-install index 5a429d6996b7..d98be7c05604 100644 --- a/emulators/linux_base-fc4/pkg-install +++ b/emulators/linux_base-fc4/pkg-install @@ -48,6 +48,11 @@ POST-INSTALL) echo 'Running linux ldconfig...' ${PKG_PREFIX}/sbin/ldconfig -r ${PKG_PREFIX} # +# Create a symlink to disallow using a FreeBSD native library, but find +# linux one at /lib/obsolete/linuxthreads +# + ln -s ${PKG_PREFIX}/lib/ld-2.3.6.so ${PKG_PREFIX}/usr/lib/librt.so.1 +# # Create linux mtree # mkdir -p ${PKG_PREFIX}/var/yp diff --git a/emulators/linux_base-fc4/pkg-plist b/emulators/linux_base-fc4/pkg-plist index e07ac02cc6ff..29def63f8ef6 100644 --- a/emulators/linux_base-fc4/pkg-plist +++ b/emulators/linux_base-fc4/pkg-plist @@ -657,6 +657,7 @@ usr/lib/libstdc++-2-libc6.1-1-2.9.0.so usr/lib/libstdc++-3-libc6.2-2-2.10.0.so usr/lib/libstdc++-libc6.1-1.so.2 usr/lib/libstdc++-libc6.2-2.so.3 +usr/lib/librt.so.1 usr/lib/libttf.so.2 usr/lib/libttf.so.2.3.0 usr/lib/libz.so.1 |