Date: Thu, 4 Jul 2019 11:40:47 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505831 - in head: Mk mail/thunderbird www/firefox www/firefox-esr Message-ID: <201907041140.x64Belrp074902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907041140.x64Belrp074902>