Date: Sat, 17 May 2014 17:05:11 +0000 (UTC) From: Julio Merino <jmmv@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354344 - head/devel/lutok Message-ID: <201405171705.s4HH5Bt6046049@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmmv (src committer) Date: Sat May 17 17:05:11 2014 New Revision: 354344 URL: http://svnweb.freebsd.org/changeset/ports/354344 QAT: https://qat.redports.org/buildarchive/r354344/ Log: Make devel/lutok use USES+=libtool. As a side-effect, also make use of install-strip for installation. Approved by: bdrewery Modified: head/devel/lutok/Makefile head/devel/lutok/pkg-plist Modified: head/devel/lutok/Makefile ============================================================================== --- head/devel/lutok/Makefile Sat May 17 17:03:25 2014 (r354343) +++ head/devel/lutok/Makefile Sat May 17 17:05:11 2014 (r354344) @@ -3,7 +3,7 @@ PORTNAME= lutok PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -13,8 +13,9 @@ COMMENT= Lightweight C++ API for Lua LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= pkgconfig lua +USES= libtool lua pkgconfig OPTIONS_DEFINE= DOCS EXAMPLES TEST Modified: head/devel/lutok/pkg-plist ============================================================================== --- head/devel/lutok/pkg-plist Sat May 17 17:03:25 2014 (r354343) +++ head/devel/lutok/pkg-plist Sat May 17 17:05:11 2014 (r354344) @@ -7,9 +7,9 @@ include/lutok/state.hpp include/lutok/state.ipp include/lutok/test_utils.hpp lib/liblutok.a -lib/liblutok.la lib/liblutok.so lib/liblutok.so.3 +lib/liblutok.so.3.0.0 libdata/pkgconfig/lutok.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171705.s4HH5Bt6046049>