Date: Tue, 14 Apr 1998 02:18:08 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: cvs-committers@FreeBSD.ORG, mozilla@FreeBSD.ORG Subject: Re: cvs commit: ports/www/mozilla Makefile ports/www/mozilla/files netscape.sh ports/www/mozilla/pkg PLIST Message-ID: <199804140918.CAA02305@silvia.HIP.Berkeley.EDU> In-Reply-To: <199804131059.DAA12906@freefall.freebsd.org> (jseger@FreeBSD.ORG)
next in thread | previous in thread | raw e-mail | index | archive | help
* Use shared libaries instead of having a 60+MB binary.
Thanks! I built a package and put it in packages-stable. It looks
like:
===
## ls -slg /usr/local/lib/mozilla/bin
total 63116
2 drwxr-xr-x 2 bin bin 1536 Apr 13 21:25 ./
1 drwxr-xr-x 3 bin bin 512 Apr 13 21:25 ../
12 -rwxr-xr-x 1 bin bin 12177 Apr 13 20:45 bsdecho*
200 -rwxr-xr-x 1 bin bin 191742 Apr 13 21:09 libDtWidgets.so.1.0*
4520 -rwxr-xr-x 1 bin bin 4616014 Apr 13 21:10 libXfeWidgets.so.1.0*
:
152 -rwxr-xr-x 1 bin bin 146257 Apr 13 20:52 libzlib.so.1.0*
2568 -rwxr-xr-x 1 bin bin 2617344 Apr 13 21:25 moz-export*
33 -rwxr-xr-x 1 bin bin 33290 Apr 13 20:45 nsinstall*
176 -rwxr-xr-x 1 bin bin 164080 Apr 13 21:12 vreg*
## ldd /usr/local/lib/mozilla/bin/moz-export
/usr/local/lib/mozilla/bin/moz-export:
-lxfe2.1 => not found (0x0)
-lXmL.1 => not found (0x0)
-lxfeicons.1 => not found (0x0)
-lDtWidgets.1 => not found (0x0)
-lXfeWidgets.1 => not found (0x0)
-lxlate.1 => not found (0x0)
-lnet.1 => not found (0x0)
-lrdf.1 => not found (0x0)
-lxml.1 => not found (0x0)
-llay.1 => not found (0x0)
-lpng.1 => not found (0x0)
-lmariner.1 => not found (0x0)
-limg.1 => not found (0x0)
-ljpeg.1 => not found (0x0)
-lhook.1 => not found (0x0)
-lparse.1 => not found (0x0)
-lpref.1 => not found (0x0)
-li18n.1 => not found (0x0)
-lpics.1 => /usr/local/lib/libpics.so.1.0 (0x20279000)
-lpwcac.1 => not found (0x0)
-lreg.1 => not found (0x0)
-lmisc.1 => not found (0x0)
-lplug.1 => not found (0x0)
-lutil.1 => not found (0x0)
-lfont.1 => not found (0x0)
-lprgrss.1 => not found (0x0)
-llayer.1 => not found (0x0)
-lstubsj.1 => not found (0x0)
-lstubnj.1 => not found (0x0)
-lzlib.1 => not found (0x0)
-ljs.1 => not found (0x0)
-ljsj.1 => not found (0x0)
-lmocha.1 => not found (0x0)
-lstyle.1 => not found (0x0)
-lhtmldlgs.1 => not found (0x0)
-lsecfree.1 => not found (0x0)
-lxp.1 => not found (0x0)
-ldbm.1 => not found (0x0)
-lXpm.4 => /usr/X11R6/lib/libXpm.so.4.10 (0x20293000)
-lXt.6 => /usr/X11R6/lib/libXt.so.6.0 (0x202a0000)
-lXmu.6 => /usr/X11R6/lib/libXmu.so.6.0 (0x202dc000)
-lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x202eb000)
-lXext.6 => /usr/X11R6/lib/libXext.so.6.3 (0x2037e000)
-lSM.6 => /usr/X11R6/lib/libSM.so.6.0 (0x20387000)
-lICE.6 => /usr/X11R6/lib/libICE.so.6.3 (0x2038f000)
-lc.3 => /usr/lib/libc.so.3.1 (0x203a0000)
-lg++.4 => /usr/lib/libg++.so.4.0 (0x2040e000)
-lstdc++.2 => /usr/lib/libstdc++.so.2.0 (0x2044a000)
-lm.2 => /usr/lib/libm.so.2.0 (0x20480000)
## ls -slg /usr/ports/packages/All/mozilla-1998-04-08.tgz
19624 -rw-r--r-- 1 root wheel 20067869 Apr 13 21:41 /usr/ports/packages/All/mozilla-1998-04-08.tgz
## ls -slg /usr/local/lib/mozilla/bin
===
I haven't tried to run it, but looking at the /usr/local/bin/mozilla
script, it appears to put the libraries in the right place.
This wasn't that bad. It's only slightly larger than xemacs20. :>
Satoshi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804140918.CAA02305>
