svn commit: r505831 - in head: Mk mail/thunderbird www/firefox www/firefox-esr

Jan Beich jbeich at FreeBSD.org
Thu Jul 4 11:40:51 UTC 2019


Author: jbeich
Date: Thu Jul  4 11:40:47 2019
New Revision: 505831
URL: https://svnweb.freebsd.org/changeset/ports/505831

Log:
  gecko: drop staging remnants after r357413

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)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Thu Jul  4 11:40:41 2019	(r505830)
+++ head/Mk/bsd.gecko.mk	Thu Jul  4 11:40:47 2019	(r505831)
@@ -104,15 +104,11 @@ BUILD_DEPENDS+=	rust-cbindgen>=0.8.7:devel/rust-cbindg
 MOZ_OPTIONS+=	--enable-pie
 .endif
 
-MOZILLA_SUFX?=	none
 MOZSRC?=	${WRKSRC}
 PLISTF?=	${WRKDIR}/plist_files
 
 MOZCONFIG?=		${WRKSRC}/.mozconfig
 MOZILLA_PLIST_DIRS?=	bin lib share/pixmaps share/applications
-
-MOZ_PKGCONFIG_FILES?=	${MOZILLA}-gtkmozembed ${MOZILLA}-js \
-			${MOZILLA}-xpcom ${MOZILLA}-plugin
 
 MOZ_EXPORT+=	${CONFIGURE_ENV} \
 				RUSTFLAGS="${RUSTFLAGS}" \

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Thu Jul  4 11:40:41 2019	(r505830)
+++ head/mail/thunderbird/Makefile	Thu Jul  4 11:40:47 2019	(r505831)
@@ -36,7 +36,6 @@ USES=		tar:xz
 MOZ_OPTIONS=	--enable-application=comm/mail --enable-official-branding
 MOZ_MK_OPTIONS=	MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_EXPORT=		MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
-MOZ_PKGCONFIG_FILES=
 
 PORTNAME_ICON=	${MOZILLA}.png
 PORTNAME_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Thu Jul  4 11:40:41 2019	(r505830)
+++ head/www/firefox-esr/Makefile	Thu Jul  4 11:40:47 2019	(r505831)
@@ -32,7 +32,6 @@ BUILD_DEPENDS=	nspr>=4.19:devel/nspr \
 USE_GECKO=	gecko
 CPE_PRODUCT=	${PORTNAME}_esr
 CONFLICTS_INSTALL=	firefox
-MOZ_PKGCONFIG_FILES=	# empty
 USE_MOZILLA=	-webp -vpx
 
 USES=		tar:xz

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Thu Jul  4 11:40:41 2019	(r505830)
+++ head/www/firefox/Makefile	Thu Jul  4 11:40:47 2019	(r505831)
@@ -30,7 +30,6 @@ BUILD_DEPENDS=	nspr>=4.21:devel/nspr \
 
 USE_GECKO=	gecko
 CONFLICTS_INSTALL=	firefox-esr
-MOZ_PKGCONFIG_FILES=	# empty
 USE_MOZILLA=	-hunspell -vpx
 
 USES=		tar:xz


More information about the svn-ports-head mailing list