svn commit: r446644 - head/devel/clanlib

Jan Beich jbeich at FreeBSD.org
Wed Jul 26 07:59:57 UTC 2017


Author: jbeich
Date: Wed Jul 26 07:59:55 2017
New Revision: 446644
URL: https://svnweb.freebsd.org/changeset/ports/446644

Log:
  devel/clanlib: drop lang/gcc* dependency on x86 and arm
  
  - Convert to USES=compiler and USES=localbase

Modified:
  head/devel/clanlib/Makefile   (contents, props changed)

Modified: head/devel/clanlib/Makefile
==============================================================================
--- head/devel/clanlib/Makefile	Wed Jul 26 07:56:53 2017	(r446643)
+++ head/devel/clanlib/Makefile	Wed Jul 26 07:59:55 2017	(r446644)
@@ -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