svn commit: r403852 - in head: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/libxul www/libxul/files www/seamonkey www/seamonkey/files

Jan Beich jbeich at FreeBSD.org
Wed Dec 16 13:56:24 UTC 2015


Author: jbeich
Date: Wed Dec 16 09:37:45 2015
New Revision: 403852
URL: https://svnweb.freebsd.org/changeset/ports/403852

Log:
  gecko: drop FreeBSD 8.x and 9.0 support
  
  DragonFly has a similar getchar() workaround in DPorts, so this would be
  a bit bumpy due to USES=dos2unix removal causing a patchconflict. However,
  OS X (since 10.3) and other BSDs (except OpenBSD) fixed stdio.h instead.
  
  https://github.com/android/platform_bionic/commit/f2cea021ab2c6d7d7feeb40cca098aa132605876
  https://github.com/bitrig/bitrig/commit/1abd6adb31462edf8f2875e3d03ba8cd2af713df
  https://github.com/jsonn/src/commit/d782c95120fdb70f3b8d74e5a183bfb0f98fc770
  https://github.com/freebsd/freebsd/commit/dd1ce6fd6c2c0f0c70f3c78a4959185bb93eb1c3
  https://github.com/unofficial-opensource-apple/Libc/tree/569b0a5190c89f8729c22e09fb15f6252feadcfc/include/stdio.h

Deleted:
  head/mail/thunderbird/files/patch-media-libstagefright-foundation-AString.cpp
  head/mail/thunderbird/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
  head/www/firefox-esr/files/patch-media-libstagefright-foundation-AString.cpp
  head/www/firefox-esr/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
  head/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp
  head/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
  head/www/libxul/files/patch-media-libstagefright-foundation-AString.cpp
  head/www/libxul/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
  head/www/seamonkey/files/patch-media-libstagefright-foundation-AString.cpp
  head/www/seamonkey/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
Modified:
  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/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Wed Dec 16 09:37:01 2015	(r403851)
+++ head/mail/thunderbird/Makefile	Wed Dec 16 09:37:45 2015	(r403852)
@@ -40,8 +40,7 @@ USE_MOZILLA=	-opus
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes
 USE_GL=		gl
-USES=		dos2unix tar:bzip2
-DOS2UNIX_FILES=	mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+USES=		tar:bzip2
 
 MOZ_OPTIONS=	--program-transform-name='s/thunderbird/${MOZILLA}/' \
 	--enable-single-profile --disable-profilesharing \

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed Dec 16 09:37:01 2015	(r403851)
+++ head/www/firefox-esr/Makefile	Wed Dec 16 09:37:45 2015	(r403852)
@@ -41,8 +41,7 @@ MOZILLA_NAME=	Firefox
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes
 USE_GL=		gl
-USES=		dos2unix tar:bzip2
-DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+USES=		tar:bzip2
 
 FIREFOX_ICON=		${MOZILLA}.png
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Wed Dec 16 09:37:01 2015	(r403851)
+++ head/www/firefox/Makefile	Wed Dec 16 09:37:45 2015	(r403852)
@@ -40,8 +40,7 @@ MOZILLA_NAME=	Firefox
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes
 USE_GL=		gl
-USES=		dos2unix tar:xz
-DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+USES=		tar:xz
 
 FIREFOX_ICON=		${MOZILLA}.png
 FIREFOX_ICON_SRC=	${PREFIX}/lib/${MOZILLA}/browser/chrome/icons/default/default48.png

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Wed Dec 16 09:37:01 2015	(r403851)
+++ head/www/libxul/Makefile	Wed Dec 16 09:37:45 2015	(r403852)
@@ -35,8 +35,7 @@ CONFLICTS_INSTALL=	libxul-1.9.*
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes
 USE_GL=		gl
-USES=		dos2unix pathfix tar:bzip2
-DOS2UNIX_FILES=	media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+USES=		pathfix tar:bzip2
 MAKE_ENV=	SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA}
 LDFLAGS+=	-Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Wed Dec 16 09:37:01 2015	(r403851)
+++ head/www/seamonkey/Makefile	Wed Dec 16 09:37:45 2015	(r403852)
@@ -40,8 +40,7 @@ USE_GECKO=	gecko
 USE_QT5=	# empty
 QT_NONSTANDARD=	yes
 USE_GL=		gl
-USES=		dos2unix tar:xz
-DOS2UNIX_FILES=	mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+USES=		tar:xz
 MOZ_PIS_SCRIPTS=	moz_pis_S50cleanhome
 
 MOZ_EXTENSIONS=	default


More information about the svn-ports-all mailing list