From owner-svn-ports-all@freebsd.org Wed Jul 26 07:59:57 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 32BE6DB40C1; Wed, 26 Jul 2017 07:59:57 +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 F0DBC7DB8E; Wed, 26 Jul 2017 07:59:56 +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 v6Q7xuDe055659; Wed, 26 Jul 2017 07:59:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6Q7xuYT055658; Wed, 26 Jul 2017 07:59:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201707260759.v6Q7xuYT055658@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 07:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446644 - head/devel/clanlib X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/clanlib X-SVN-Commit-Revision: 446644 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 07:59:57 -0000 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 \