From owner-svn-ports-head@freebsd.org Wed Jul 26 17:02:11 2017 Return-Path: Delivered-To: svn-ports-head@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 C9495DAA922; Wed, 26 Jul 2017 17: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 5239A6C95C; Wed, 26 Jul 2017 17:02:10 +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 v6QH29NQ085913; Wed, 26 Jul 2017 17:02:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6QH29bH085911; Wed, 26 Jul 2017 17:02:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201707261702.v6QH29bH085911@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 17:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446664 - in head/devel: clanlib1 clanlib22 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/devel: clanlib1 clanlib22 X-SVN-Commit-Revision: 446664 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2017 17:02:11 -0000 Author: jbeich Date: Wed Jul 26 17:02:09 2017 New Revision: 446664 URL: https://svnweb.freebsd.org/changeset/ports/446664 Log: devel/clanlib{1,22}: convert to USES=localbase Modified: head/devel/clanlib1/Makefile (contents, props changed) head/devel/clanlib22/Makefile (contents, props changed) Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Wed Jul 26 17:01:57 2017 (r446663) +++ head/devel/clanlib1/Makefile Wed Jul 26 17:02:09 2017 (r446664) @@ -18,14 +18,13 @@ LIB_DEPENDS= libpng.so:graphics/png \ libmikmod.so:audio/libmikmod \ libvorbis.so:audio/libvorbis -USES= alias gmake jpeg libtool pathfix pkgconfig tar:tgz +USES= alias gmake jpeg libtool localbase:ldflags pathfix \ + pkgconfig tar:tgz USE_XORG= x11 xi USE_LDCONFIG= yes USE_SDL= gfx USE_GL= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs \ --enable-clanDisplay \ Modified: head/devel/clanlib22/Makefile ============================================================================== --- head/devel/clanlib22/Makefile Wed Jul 26 17:01:57 2017 (r446663) +++ head/devel/clanlib22/Makefile Wed Jul 26 17:02:09 2017 (r446664) @@ -20,13 +20,12 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libpcre.so:devel/pcre -USES= gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz +USES= 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 \