Date: Thu, 8 May 2014 04:14:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353262 - head/devel/ois Message-ID: <201405080414.s484EdSk076638@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 8 04:14:39 2014 New Revision: 353262 URL: http://svnweb.freebsd.org/changeset/ports/353262 QAT: https://qat.redports.org/buildarchive/r353262/ Log: - Convert USE_AUTOTOOLS=libtool to USES Modified: head/devel/ois/Makefile head/devel/ois/pkg-plist Modified: head/devel/ois/Makefile ============================================================================== --- head/devel/ois/Makefile Thu May 8 04:09:47 2014 (r353261) +++ head/devel/ois/Makefile Thu May 8 04:14:39 2014 (r353262) @@ -12,8 +12,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Object Oriented Input System GNU_CONFIGURE= yes -USES= pathfix gmake -USE_AUTOTOOLS= libtool:env aclocal:env autoheader:env automake:env autoconf:env +USES= pathfix gmake libtool +USE_AUTOTOOLS= aclocal:env autoheader:env automake:env autoconf:env libtoolize:env USE_XORG= x11 xaw USE_LDCONFIG= yes @@ -29,4 +29,7 @@ post-patch: pre-configure: @cd ${WRKSRC} && ./bootstrap +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libOIS.so + .include <bsd.port.mk> Modified: head/devel/ois/pkg-plist ============================================================================== --- head/devel/ois/pkg-plist Thu May 8 04:09:47 2014 (r353261) +++ head/devel/ois/pkg-plist Thu May 8 04:14:39 2014 (r353262) @@ -14,7 +14,6 @@ include/OIS/OISObject.h include/OIS/OISPrereqs.h lib/libOIS-1.2.0.so lib/libOIS.a -lib/libOIS.la lib/libOIS.so libdata/pkgconfig/OIS.pc @dirrm include/OIS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405080414.s484EdSk076638>