From 06dacc728fdde95f05394af6bceab1b13969f016 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 7 Aug 2001 11:52:15 +0000 Subject: Update to 0.9.3. Submitted by: sf --- www/mozilla/Makefile | 9 +++++---- www/mozilla/distinfo | 2 +- .../patch-directory::c-sdk::ldap::include::portable.h | 14 -------------- www/mozilla/files/patch-mi | 2 +- www/mozilla/files/patch-qt | 14 +++++++------- www/mozilla/pkg-plist | 5 ++++- 6 files changed, 18 insertions(+), 28 deletions(-) delete mode 100644 www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h (limited to 'www/mozilla') diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 09a15350802..7a71d45bb9d 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} @@ -44,7 +44,7 @@ CONFIGURE_ARGS= \ --enable-editor \ --enable-mailnews \ --enable-mathml \ - --enable-optimize \ + --enable-optimize="${CFLAGS}" \ --enable-pics \ --enable-svg \ --enable-tests \ @@ -56,8 +56,9 @@ CONFIGURE_ARGS= \ --with-mng=${LOCALBASE} \ --with-pthreads CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ - MOZ_OPTIMIZE_FLAGS="" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin + CFLAGS="" CXXFLAGS="" +MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ + CFLAGS="" CXXFLAGS="" post-build: @${SED} -e "s;@PREFIX@;${PREFIX};g" \ diff --git a/www/mozilla/distinfo b/www/mozilla/distinfo index c86fee07f92..c6e38e48e28 100644 --- a/www/mozilla/distinfo +++ b/www/mozilla/distinfo @@ -1 +1 @@ -MD5 (mozilla-source-0.9.2.tar.bz2) = a71fcbaf10ca0855f146526fbb76203e +MD5 (mozilla-source-0.9.3.tar.bz2) = 8f98a2d73df28b2cee3da47c0df1dd22 diff --git a/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h b/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h deleted file mode 100644 index 61ca91b7114..00000000000 --- a/www/mozilla/files/patch-directory::c-sdk::ldap::include::portable.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- directory/c-sdk/ldap/include/portable.h 2001/07/17 16:08:33 1.1 -+++ directory/c-sdk/ldap/include/portable.h 2001/07/17 16:10:15 -@@ -249,7 +249,7 @@ - defined(NCR) || defined(OSF1) || defined(NEC) || defined(VMS) || \ - ( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \ - defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \ -- (defined(AIX) && !defined(USE_REENTRANT_LIBC)) -+ defined (FREEBSD) || (defined(AIX) && !defined(USE_REENTRANT_LIBC)) - #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n ) - #elif defined(AIX) - /* Maybe this is for another version of AIX? diff --git a/www/mozilla/files/patch-mi b/www/mozilla/files/patch-mi index dd87c2a150a..6dafd2d6f8f 100644 --- a/www/mozilla/files/patch-mi +++ b/www/mozilla/files/patch-mi @@ -11,7 +11,7 @@ + +# During FreeBSD port build, CFLAGS contains all of the optimizations +# flags desired... -+OPTIMIZER = ++OPTIMIZER = $(MOZ_OPTIMIZE_FLAGS) ifeq ($(OS_TEST),alpha) CPU_ARCH = alpha diff --git a/www/mozilla/files/patch-qt b/www/mozilla/files/patch-qt index e20338515c6..ba6cdced59b 100644 --- a/www/mozilla/files/patch-qt +++ b/www/mozilla/files/patch-qt @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Wed Jun 27 01:21:19 2001 -+++ configure Mon Jul 2 10:51:16 2001 -@@ -6681,7 +6681,7 @@ +--- configure.orig Wed Jul 25 08:44:09 2001 ++++ configure Sat Aug 4 11:18:33 2001 +@@ -6528,7 +6528,7 @@ echo "$ac_t""$HOST_MOC" 1>&6 MOC=$HOST_MOC @@ -12,7 +12,7 @@ $FreeBSD$ QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. -@@ -8777,6 +8777,9 @@ +@@ -8587,6 +8587,9 @@ os2*) LIBS= ;; @@ -22,7 +22,7 @@ $FreeBSD$ esac for ac_hdr in sys/byteorder.h compat.h getopt.h do -@@ -9506,8 +9509,6 @@ +@@ -9316,8 +9319,6 @@ if test $? -eq 0; then if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then ac_cv_have_dash_pthread=yes @@ -31,7 +31,7 @@ $FreeBSD$ fi fi rm -f conftest* -@@ -9541,7 +9542,7 @@ +@@ -9351,7 +9352,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then @@ -40,7 +40,7 @@ $FreeBSD$ else _PTHREAD_LDFLAGS="-lc_r" fi -@@ -14107,6 +14108,7 @@ +@@ -13701,6 +13702,7 @@ ;; *) NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs` diff --git a/www/mozilla/pkg-plist b/www/mozilla/pkg-plist index 6d8b7987b90..790e5ce59a0 100644 --- a/www/mozilla/pkg-plist +++ b/www/mozilla/pkg-plist @@ -31,6 +31,7 @@ lib/mozilla/TestCOMPtr lib/mozilla/TestCOMPtrEq lib/mozilla/TestCRT lib/mozilla/TestCSSPropertyLookup +lib/mozilla/TestCallTemplates lib/mozilla/TestCallbacks lib/mozilla/TestColorNames lib/mozilla/TestCookie @@ -52,6 +53,7 @@ lib/mozilla/TestObserverService lib/mozilla/TestOutSinks.pl lib/mozilla/TestOutput lib/mozilla/TestOverlappedIO +lib/mozilla/TestPageLoad lib/mozilla/TestPipes lib/mozilla/TestProtocols lib/mozilla/TestRect @@ -79,6 +81,7 @@ lib/mozilla/chrome/comm.jar lib/mozilla/chrome/content-packs.jar lib/mozilla/chrome/embed.jar lib/mozilla/chrome/en-US.jar +lib/mozilla/chrome/en-mac.jar lib/mozilla/chrome/en-unix.jar lib/mozilla/chrome/en-win.jar lib/mozilla/chrome/help.jar @@ -116,6 +119,7 @@ lib/mozilla/components/dom_events.xpt lib/mozilla/components/dom_html.xpt lib/mozilla/components/dom_range.xpt lib/mozilla/components/dom_stylesheets.xpt +lib/mozilla/components/dom_traversal.xpt lib/mozilla/components/dom_views.xpt lib/mozilla/components/dom_xbl.xpt lib/mozilla/components/dom_xul.xpt @@ -369,7 +373,6 @@ lib/mozilla/libnssckbi.so lib/mozilla/libnullplugin.so lib/mozilla/libplc4.so lib/mozilla/libplds4.so -lib/mozilla/libxlibrgb.so lib/mozilla/libxpcom.so lib/mozilla/libxpistub.so lib/mozilla/lots -- cgit id=ed802a6891a3aecfcbce4dd1e85ccdde8557f7aa'>In sight of upcoming update, clean up things a bit:danfe2015-02-032-28/+7 * - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-281-1/+0 * Bump portrevision after png updatebapt2014-12-261-1/+1 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 * - Reset maintainership of my portsgahr2014-12-111-1/+1 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1 * - Fix STAGE support for PORTDOCSgahr2013-10-161-2/+2 * - Fix build in C++11 mode [1]gahr2013-10-153-6/+25 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Make fetchable again by fixing MASTER_SITESgahr2013-06-181-2/+1 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1 * - Add LICENSEgahr2012-12-131-0/+2 * - update patch as per the discussion at http://www.fltk.org/str.php?L2903gahr2012-12-132-10/+30 * - Update to 1.3.2gahr2012-12-134-9/+18 * - Update to 1.3.1gahr2012-11-084-24/+9 * - Add a patch to #undef nitems, which has been added as a macro to sys/param.hgahr2012-09-122-1/+11 * - update png to 1.5.10dinoex2012-06-011-1/+2 * - use ${PREFIX}/etc instead of /etc for system-wide preferencesgahr2011-11-282-0/+5 * - Fix build with clanggahr2011-11-281-0/+11 * - Update to 1.3.0gahr2011-10-247-190/+74 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0 * - Kick MD5 supportmiwi2011-07-031-1/+0 * - Respect NOPORTDOCSgahr2010-04-292-4/+18 * - update to 1.4.1dinoex2010-03-281-1/+2 * - Update x11-toolkits/fltk to 1.1.10gahr2010-03-246-363/+81 * - Fix build on 8.0-RELEASE after last commitgahr2010-03-061-1/+1 * - Fix on 7.3 (dirent API change)gahr2010-02-251-1/+1 * - Fix after scandir API change on STABLE as well (800501)gahr2010-02-171-1/+1 * - Really fix after 900006gahr2010-02-151-2/+11 * - Fix build after scandir API changegahr2010-02-121-1/+1 * - Fix mismatching declarationgahr2010-02-092-0/+13 * - update to jpeg-8dinoex2010-02-051-2/+2 * - update to jpeg7dinoex2009-07-181-1/+2 * - Actually fix plist issues (trial #2)gahr2008-08-281-4/+2 * - Update to 1.1.9gahr2008-08-2813-337/+74 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+1 * Re-enable building with gcc4.2. Apparently patches were committedlinimon2007-11-061-6/+0 * Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors. While here,linimon2007-09-291-3/+5 * - Fix gcc42 build on amd64, these diffs duplicate vendor fltk-1.1.x-r5940db2007-09-285-0/+81 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Correct typos plus cosmetic chenges in Makefile.demon2007-02-012-10/+19 * Update to 1.1.7demon2006-12-026-43/+180 * - This no longer conflicts with fltk2pav2006-06-061-1/+0 * - CONFLICTS with fltk-2.*pav2006-05-271-0/+1 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0 * SHA256ifyedwin2006-01-241-0/+1 * Add '-lm' to the output of fltk-config --ldstaticflags anddemon2005-06-261-0/+20 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Remove patch-fltk-config.in: fltk-config --ldflags should not returnthierry2005-02-101-11/+0 * - prepare for a new slave port x11-toolkits/fltk-threads;thierry2005-02-082-1/+27 * - Upgrade to 1.1.6;thierry2005-02-01