svn commit: r366564 - head/devel/fam
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 29 21:11:38 UTC 2014
Author: tijl
Date: Fri Aug 29 21:11:37 2014
New Revision: 366564
URL: http://svnweb.freebsd.org/changeset/ports/366564
QAT: https://qat.redports.org/buildarchive/r366564/
Log:
Convert to USES=libtool and INSTALL_TARGET=install-strip
Modified:
head/devel/fam/Makefile
head/devel/fam/pkg-plist
Modified: head/devel/fam/Makefile
==============================================================================
--- head/devel/fam/Makefile Fri Aug 29 21:05:04 2014 (r366563)
+++ head/devel/fam/Makefile Fri Aug 29 21:11:37 2014 (r366564)
@@ -3,7 +3,7 @@
PORTNAME= fam
PORTVERSION= 2.6.10
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/
DIST_SUBDIR= ${PORTNAME}
@@ -13,11 +13,11 @@ COMMENT= File alteration monitor
CFLAGS+= -Wno-deprecated
-USES= gmake
-USE_AUTOTOOLS= aclocal automake autoconf libtool
-AUTOMAKE_ARGS= -c -a
+USES= gmake libtool
+USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
+AUTOMAKE_ARGS= -a -c -f
USE_LDCONFIG= yes
-ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
+INSTALL_TARGET= install-strip
SUB_FILES= pkg-message
#CONFLICTS_INSTALL= gamin-[0-9]*
@@ -32,7 +32,4 @@ pre-configure:
<${WRKSRC}/Makefile.am.orig >${WRKSRC}/Makefile.am
${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfam.so.0
-
.include <bsd.port.mk>
Modified: head/devel/fam/pkg-plist
==============================================================================
--- head/devel/fam/pkg-plist Fri Aug 29 21:05:04 2014 (r366563)
+++ head/devel/fam/pkg-plist Fri Aug 29 21:11:37 2014 (r366564)
@@ -2,10 +2,8 @@ bin/fam
etc/fam.conf
include/fam.h
lib/libfam.a
-lib/libfam.la
lib/libfam.so
lib/libfam.so.0
+lib/libfam.so.0.0.0
man/man1/fam.1m.gz
man/man3/fam.3x.gz
- at comment For non-standard prefixes
- at rmtry libdata/ldconfig/fam
More information about the svn-ports-all
mailing list