Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2017 07:59:56 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446644 - head/devel/clanlib
Message-ID:  <201707260759.v6Q7xuYT055658@repo.freebsd.org>

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



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