svn commit: r483509 - in head/www: palemoon seamonkey

Christoph Moench-Tegeder cmt at FreeBSD.org
Tue Oct 30 18:55:37 UTC 2018


Author: cmt
Date: Tue Oct 30 18:55:36 2018
New Revision: 483509
URL: https://svnweb.freebsd.org/changeset/ports/483509

Log:
  palemoon, seamonkey: USE_GL has been moved to bsd.gecko.mk
  
  I missed these in ports r483435
  
  PR:		231867
  Reported by:	jbeich@

Modified:
  head/www/palemoon/Makefile
  head/www/seamonkey/Makefile

Modified: head/www/palemoon/Makefile
==============================================================================
--- head/www/palemoon/Makefile	Tue Oct 30 18:34:38 2018	(r483508)
+++ head/www/palemoon/Makefile	Tue Oct 30 18:55:36 2018	(r483509)
@@ -31,8 +31,6 @@ USE_GECKO=	gecko
 MOZ_PKGCONFIG_FILES=	# empty
 USE_MOZILLA=	-soundtouch
 
-USE_GL=		gl
-
 PM_ICON=	${PORTNAME}.png
 PM_ICON_SRC=	${PREFIX}/lib/${PORTNAME}/browser/icons/mozicon128.png
 PM_DESKTOP=	${WRKSRC}/browser/branding/official/${PORTNAME}.desktop

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Tue Oct 30 18:34:38 2018	(r483508)
+++ head/www/seamonkey/Makefile	Tue Oct 30 18:55:36 2018	(r483509)
@@ -33,7 +33,6 @@ LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
 
 SSP_UNSAFE=	yes
 USE_GECKO=	gecko
-USE_GL=		gl
 USES=		tar:xz
 MOZ_PIS_SCRIPTS=	moz_pis_S50cleanhome
 


More information about the svn-ports-all mailing list