Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 21:11:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366564 - head/devel/fam
Message-ID:  <201408292111.s7TLBb8C081176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@comment For non-standard prefixes
-@rmtry libdata/ldconfig/fam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408292111.s7TLBb8C081176>