pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www The security component needs libfreebl_hybrid_3.so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9eef11170a4
branches:  trunk
changeset: 469960:f9eef11170a4
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Wed Mar 03 17:54:38 2004 +0000

description:
The security component needs libfreebl_hybrid_3.so on SunOS/sparc, so
add it to PLIST so that moz-install will copy it (the mozilla packages
are correct). It seems that firefox dosn't need libfreebl_pure32_3.so to
use SSL, so I didn't add it to the PLIST.

diffstat:

 www/firefox-gtk2/PLIST |  3 ++-
 www/firefox/PLIST      |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r dc322ee96f4f -r f9eef11170a4 www/firefox-gtk2/PLIST
--- a/www/firefox-gtk2/PLIST    Wed Mar 03 16:56:45 2004 +0000
+++ b/www/firefox-gtk2/PLIST    Wed Mar 03 17:54:38 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/29 17:46:52 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/03/03 17:54:38 bouyer Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -103,6 +103,7 @@
 lib/${MOZILLA}/libxpcom.${SO_SUFFIX}
 lib/${MOZILLA}/libxpcom_compat.${SO_SUFFIX}
 lib/${MOZILLA}/libxpistub.${SO_SUFFIX}
+${SUNOSLIB}lib/${MOZILLA}/libfreebl_hybrid_3.${SO_SUFFIX}
 @comment end DSO
 @comment begin DATA
 lib/${MOZILLA}/bloaturls.txt
diff -r dc322ee96f4f -r f9eef11170a4 www/firefox/PLIST
--- a/www/firefox/PLIST Wed Mar 03 16:56:45 2004 +0000
+++ b/www/firefox/PLIST Wed Mar 03 17:54:38 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/29 17:44:58 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/03/03 17:54:38 bouyer Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -104,6 +104,7 @@
 lib/${MOZILLA}/libxpcom.${SO_SUFFIX}
 lib/${MOZILLA}/libxpcom_compat.${SO_SUFFIX}
 lib/${MOZILLA}/libxpistub.${SO_SUFFIX}
+${SUNOSLIB}lib/${MOZILLA}/libfreebl_hybrid_3.${SO_SUFFIX}
 @comment end DSO
 @comment begin DATA
 lib/${MOZILLA}/bloaturls.txt



Home | Main Index | Thread Index | Old Index