svn commit: r446645 - branches/2017Q3/devel/clanlib

Jan Beich jbeich at FreeBSD.org
Wed Jul 26 08:02:11 UTC 2017


Author: jbeich
Date: Wed Jul 26 08:02:10 2017
New Revision: 446645
URL: https://svnweb.freebsd.org/changeset/ports/446645

Log:
  MFH: r446644
  
  devel/clanlib: drop lang/gcc* dependency on x86 and arm
  
  - Convert to USES=compiler and USES=localbase
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q3/devel/clanlib/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/clanlib/Makefile
==============================================================================
--- branches/2017Q3/devel/clanlib/Makefile	Wed Jul 26 07:59:55 2017	(r446644)
+++ branches/2017Q3/devel/clanlib/Makefile	Wed Jul 26 08:02:10 2017	(r446645)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clanlib
 PORTVERSION=	2.3.7
-PORTREVISION=	11
+PORTREVISION=	12
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.clanlib.org/download/releases-2.0/
@@ -23,14 +23,12 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 NOT_FOR_ARCHS=		aarch64 armv6 powerpc powerpc64
 NOT_FOR_ARCHS_REASON=	invokes x86 asm
 
-USES=		execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz
-USE_GCC=	yes
+USES=		compiler:c++0x execinfo gmake jpeg libtool localbase:ldflags \
+		pathfix pkgconfig sqlite tar:tgz
 USE_XORG=	x11
 USE_LDCONFIG=	yes
 USE_GL=		yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docs \
 		--enable-clanDisplay \


More information about the svn-ports-all mailing list