svn commit: r415422 - head/games/chromium-bsu

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 18 01:29:31 UTC 2016


Author: amdmi3
Date: Wed May 18 01:29:30 2016
New Revision: 415422
URL: https://svnweb.freebsd.org/changeset/ports/415422

Log:
  - Fix build with libc++ 3.8.0 [1]
  - While here, switch to USES=localbase and update WWW
  
  PR:		209591 [1]
  Submitted by:	dim [1]

Modified:
  head/games/chromium-bsu/Makefile
  head/games/chromium-bsu/pkg-descr

Modified: head/games/chromium-bsu/Makefile
==============================================================================
--- head/games/chromium-bsu/Makefile	Tue May 17 22:27:36 2016	(r415421)
+++ head/games/chromium-bsu/Makefile	Wed May 18 01:29:30 2016	(r415422)
@@ -15,10 +15,8 @@ LIB_DEPENDS=	libglpng.so:graphics/glpng 
 		libfontconfig.so:x11-fonts/fontconfig
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		localbase pkgconfig
 USE_GL=		gl glu
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-glc
 INSTALLS_ICONS=	yes
 

Modified: head/games/chromium-bsu/pkg-descr
==============================================================================
--- head/games/chromium-bsu/pkg-descr	Tue May 17 22:27:36 2016	(r415421)
+++ head/games/chromium-bsu/pkg-descr	Wed May 18 01:29:30 2016	(r415422)
@@ -1,3 +1,3 @@
 Chromium B.S.U. is a fast paced, arcade-style, top-scrolling space shooter.
 
-WWW: http://www.reptilelabour.com/software/chromium/
+WWW: http://chromium-bsu.sourceforge.net/


More information about the svn-ports-all mailing list