svn commit: r410748 - in head: Mk mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey

Jan Beich jbeich at FreeBSD.org
Thu Mar 10 10:45:48 UTC 2016


Author: jbeich
Date: Thu Mar 10 10:45:46 2016
New Revision: 410748
URL: https://svnweb.freebsd.org/changeset/ports/410748

Log:
  gecko: build as position-independent executable

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/libxul/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Thu Mar 10 10:44:56 2016	(r410747)
+++ head/Mk/bsd.gecko.mk	Thu Mar 10 10:45:46 2016	(r410748)
@@ -245,6 +245,7 @@ MOZ_TOOLKIT?=	cairo-gtk2
 MOZ_OPTIONS+=	\
 		--enable-chrome-format=${MOZ_CHROME} \
 		--enable-default-toolkit=${MOZ_TOOLKIT} \
+		--enable-pie \
 		--with-pthreads
 # Configure options for install
 .if !defined(MOZ_EXTENSIONS)

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Thu Mar 10 10:44:56 2016	(r410747)
+++ head/mail/thunderbird/Makefile	Thu Mar 10 10:45:46 2016	(r410748)
@@ -3,7 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	38.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Thu Mar 10 10:44:56 2016	(r410747)
+++ head/www/firefox-esr/Makefile	Thu Mar 10 10:45:46 2016	(r410748)
@@ -4,6 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	38.7.0
 DISTVERSIONSUFFIX=esr.source
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Mar 10 10:44:56 2016	(r410747)
+++ head/www/firefox/Makefile	Thu Mar 10 10:45:46 2016	(r410748)
@@ -4,7 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	45.0
 DISTVERSIONSUFFIX=.source
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Thu Mar 10 10:44:56 2016	(r410747)
+++ head/www/libxul/Makefile	Thu Mar 10 10:45:46 2016	(r410748)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxul
 DISTVERSION=	38.7.0
+PORTREVISION=	1
 CATEGORIES?=	www devel
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
 		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Thu Mar 10 10:44:56 2016	(r410747)
+++ head/www/seamonkey/Makefile	Thu Mar 10 10:45:46 2016	(r410748)
@@ -4,7 +4,7 @@
 PORTNAME=	seamonkey
 DISTVERSION=	2.39
 MOZILLA_VER=	42 # above + 3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source


More information about the svn-ports-all mailing list