svn commit: r353262 - head/devel/ois

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 04:14:40 UTC 2014


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 at 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


More information about the svn-ports-all mailing list