Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 11:45:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382593 - head/irc/irssi-otr
Message-ID:  <201503291145.t2TBj8X9070064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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