Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2016 01:29:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415422 - head/games/chromium-bsu
Message-ID:  <201605180129.u4I1TU8U067006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605180129.u4I1TU8U067006>