ports/opt (2.4): nss: Don't symlink nspr/nss.pc to mozilla-nspr/nss.pc, conflicts with other mozilla products.
commit bd8f0c002ed0b548b5a1831c832ba2607158ef6a Author: Brett Goulder <predatorfreak@dcaf-security.org> Date: Mon Mar 17 01:12:55 2008 -0400 nss: Don't symlink nspr/nss.pc to mozilla-nspr/nss.pc, conflicts with other mozilla products. diff --git a/nss/.footprint b/nss/.footprint index 468e109..331b7fc 100644 --- a/nss/.footprint +++ b/nss/.footprint @@ -179,7 +179,5 @@ lrwxrwxrwx root/root usr/lib/libplds4.so -> libplds4.so.7 -rw-r--r-- root/root usr/lib/libsoftokn3.so -rw-r--r-- root/root usr/lib/libssl3.so drwxr-xr-x root/root usr/lib/pkgconfig/ -lrwxrwxrwx root/root usr/lib/pkgconfig/mozilla-nspr.pc -> nspr.pc -lrwxrwxrwx root/root usr/lib/pkgconfig/mozilla-nss.pc -> nss.pc -rw-r--r-- root/root usr/lib/pkgconfig/nspr.pc -rw-r--r-- root/root usr/lib/pkgconfig/nss.pc diff --git a/nss/Pkgfile b/nss/Pkgfile index 86e81a8..98fd709 100644 --- a/nss/Pkgfile +++ b/nss/Pkgfile @@ -59,7 +59,6 @@ build() { $PKG/usr/lib/pkgconfig/nspr.pc pushd $PKG/usr/lib/pkgconfig - ln -s nspr.pc mozilla-nspr.pc popd install -D -m 0755 config/nspr-config $PKG/usr/bin/nspr-config @@ -83,7 +82,6 @@ build() { -e "s,@NSS_VERSION@,$version,g" > \ $PKG/usr/lib/pkgconfig/nss.pc - ln -sf nss.pc $PKG/usr/lib/pkgconfig/mozilla-nss.pc chmod 0644 $PKG/usr/lib/pkgconfig/*.pc sed $SRC/nss-config.in \
participants (1)
-
crux@crux.nu