[SVN-Commit] r177 - in trunk: deskutils/sunbird mail/lightning
www/firefox www/seamonkey www/xulrunner
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Nov 28 15:12:22 UTC 2009
Author: beat
Date: Sat Nov 28 15:12:14 2009
New Revision: 177
Log:
Sync with ports:
- Remove obsolete inclusion of www/mozilla/Makefile.common
Modified:
trunk/deskutils/sunbird/Makefile
trunk/mail/lightning/Makefile
trunk/www/firefox/Makefile
trunk/www/seamonkey/Makefile
trunk/www/xulrunner/Makefile
Modified: trunk/deskutils/sunbird/Makefile
==============================================================================
--- trunk/deskutils/sunbird/Makefile Sat Nov 28 15:10:54 2009 (r176)
+++ trunk/deskutils/sunbird/Makefile Sat Nov 28 15:12:14 2009 (r177)
@@ -2,12 +2,13 @@
# Date created: 2005-02-26
# Whom: Michael Johnson <ahze at FreeBSD.org>
#
-# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.25 2009/05/04 19:23:42 miwi Exp $
+# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat Exp $
# $MCom: ports/deskutils/sunbird/Makefile,v 1.19 2006/10/13 04:40:20 ahze Exp $
#
PORTNAME= sunbird
PORTVERSION= 0.9
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
@@ -17,12 +18,13 @@
MAINTAINER= gecko at FreeBSD.org
COMMENT= Redesign of the Mozilla Calendar with XUL interface
-USE_AUTOTOOLS= libtool:15
+USE_AUTOTOOLS= libtool:22
ALL_TARGET= default
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
+USE_GECKO= gecko
WANT_GNOME= yes
WANT_PERL= yes
SUNBIRD= ${PORTNAME}
@@ -43,7 +45,6 @@
.include <bsd.init.mk>
.include <bsd.libnames.mk>
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/mozilla/Makefile.common"
.if ${ARCH}=="sparc64"
BROKEN= does not build
Modified: trunk/mail/lightning/Makefile
==============================================================================
--- trunk/mail/lightning/Makefile Sat Nov 28 15:10:54 2009 (r176)
+++ trunk/mail/lightning/Makefile Sat Nov 28 15:12:14 2009 (r177)
@@ -2,7 +2,7 @@
# Date created: 2006-10-13
# Whom: Michael Johnson <ahze at FreeBSD.org>
#
-# $FreeBSD: ports/mail/lightning/Makefile,v 1.23 2009/07/15 20:48:42 beat Exp $
+# $FreeBSD: ports/mail/lightning/Makefile,v 1.25 2009/11/27 09:09:08 beat Exp $
# $MCom: ports/mail/lightning/Makefile,v 1.1 2006/10/14 03:49:20 ahze Exp $
PORTNAME= lightning
@@ -25,6 +25,7 @@
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
+USE_GECKO= gecko
WANT_GNOME= yes
WANT_PERL= yes
LIGHTNING_DIR= lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}
@@ -78,5 +79,4 @@
${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications
${LN} -sf ${MOZILLA_ICON_SRC} ${PREFIX}/share/pixmaps/${MOZILLA_ICON}
-.include "${PORTSDIR}/www/mozilla/Makefile.common"
.include <bsd.port.post.mk>
Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile Sat Nov 28 15:10:54 2009 (r176)
+++ trunk/www/firefox/Makefile Sat Nov 28 15:12:14 2009 (r177)
@@ -2,13 +2,13 @@
# Date created: 2002/10/21
# Whom: Alan Eldridge <alane at FreeBSD.org>
#
-# $FreeBSD$
-#
+# $FreeBSD: ports/www/firefox/Makefile,v 1.218 2009/11/27 09:09:08 beat Exp $
+# $MCom: ports-stable/www/firefox/Makefile,v 1.32 2009/01/09 23:41:22 mezz Exp $
#
PORTNAME= firefox
DISTVERSION= 2.0.0.20
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
@@ -29,6 +29,7 @@
HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_GECKO= gecko
WANT_PERL= yes
GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm
GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons
@@ -66,6 +67,14 @@
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
+FORBIDDEN= too many security issues \
+ http://www.vuxml.org/freebsd/922d2398-9e2d-11de-a998-0030843d3802.html \
+ http://www.vuxml.org/freebsd/49e8f2ee-8147-11de-a994-0030843d3802.html
+
+DEPRECATED= The mozilla team has shifted the development branch of mozilla to \
+ seamonkey, this port is outdated and has many vulnerabilities. \
+ Please consider using www/seamonkey or www/firefox35 instead.
+
post-extract::
@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \
@@ -102,5 +111,4 @@
${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON}
@${CAT} ${PKGMESSAGE}
-.include "${PORTSDIR}/www/mozilla/Makefile.common"
.include <bsd.port.post.mk>
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Sat Nov 28 15:10:54 2009 (r176)
+++ trunk/www/seamonkey/Makefile Sat Nov 28 15:12:14 2009 (r177)
@@ -2,8 +2,8 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $FreeBSD$
-#
+# $FreeBSD: ports/www/seamonkey/Makefile,v 1.293 2009/11/27 09:09:08 beat Exp $
+# $MCom: ports-stable/www/seamonkey/Makefile,v 1.9 2009/01/09 23:41:22 mezz Exp $
#
PORTNAME= seamonkey
@@ -18,6 +18,7 @@
USE_BZIP2= yes
USE_GMAKE= yes
+USE_GECKO= gecko
WANT_GNOME= yes
WANT_PERL= yes
HAS_CONFIGURE= yes
@@ -114,5 +115,4 @@
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKDIR}/seamonkey.desktop ${PREFIX}/share/applications
-.include "${PORTSDIR}/www/mozilla/Makefile.common"
.include <bsd.port.post.mk>
Modified: trunk/www/xulrunner/Makefile
==============================================================================
--- trunk/www/xulrunner/Makefile Sat Nov 28 15:10:54 2009 (r176)
+++ trunk/www/xulrunner/Makefile Sat Nov 28 15:12:14 2009 (r177)
@@ -2,13 +2,13 @@
# Date created: 2006-02-20
# Whom: Michael Johnson <ahze at FreeBSD.org>
#
-# $FreeBSD: ports/www/xulrunner/Makefile,v 1.22 2009/05/04 19:23:44 miwi Exp $
+# $FreeBSD: ports/www/xulrunner/Makefile,v 1.24 2009/11/27 09:09:08 beat Exp $
# $MCom: ports-stable/www/xulrunner/Makefile,v 1.3 2008/08/07 04:42:36 mezz Exp $
#
PORTNAME= xulrunner
PORTVERSION= 1.8.0.4
-PORTREVISION?= 15
+PORTREVISION?= 16
CATEGORIES?= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
@@ -23,6 +23,7 @@
HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_GECKO= gecko
PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
MOZ_OPTIONS?= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
@@ -32,6 +33,4 @@
OPTIONS= # Empty, used for generic gecko OPTIONS
USE_GECKO_OPTIONS= java debug logging optimized_cflags
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/mozilla/Makefile.common"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the freebsd-gecko
mailing list