svn commit: r382593 - head/irc/irssi-otr

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 11:45:09 UTC 2015


Author: bapt
Date: Sun Mar 29 11:45:08 2015
New Revision: 382593
URL: https://svnweb.freebsd.org/changeset/ports/382593
QAT: https://qat.redports.org/buildarchive/r382593/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/irc/irssi-otr/Makefile

Modified: head/irc/irssi-otr/Makefile
==============================================================================
--- head/irc/irssi-otr/Makefile	Sun Mar 29 11:40:15 2015	(r382592)
+++ head/irc/irssi-otr/Makefile	Sun Mar 29 11:45:08 2015	(r382593)
@@ -3,7 +3,7 @@
 
 PORTNAME=	irssi-otr
 PORTVERSION=	1.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	irc
 MASTER_SITES=	GHL
 
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libotr.so:${PORTSDIR}/secur
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 RUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi
 
-USES=		pkgconfig
+USES=		autoreconf pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20
 USE_GITHUB=	yes
@@ -28,11 +28,9 @@ GH_PROJECT=	${PORTNAME}
 GH_COMMIT=	f4ecd19
 GH_TAGNAME=	v${PORTVERSION}
 
-USE_AUTOTOOLS=	autoconf aclocal libtoolize automake
-ACLOCAL_ARGS=	-I config
-AUTOMAKE_ARGS=	--add-missing --no-force
-
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${LOCALBASE} --with-libotr-inc-prefix=${LOCALBASE}/include
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	lib/irssi/modules/libotr.so \
 		share/irssi/help/otr


More information about the svn-ports-head mailing list