From owner-svn-ports-all@freebsd.org Wed Jul 26 08:02:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 638DFDB4419; Wed, 26 Jul 2017 08:02:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 315BF7DECD; Wed, 26 Jul 2017 08:02:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6Q82AuT056651; Wed, 26 Jul 2017 08:02:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6Q82AE6056650; Wed, 26 Jul 2017 08:02:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201707260802.v6Q82AE6056650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 26 Jul 2017 08:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r446645 - branches/2017Q3/devel/clanlib X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q3/devel/clanlib X-SVN-Commit-Revision: 446645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 08:02:11 -0000 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 \