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

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 16:47:47 UTC 2015


Author: bapt
Date: Sun Mar 29 16:47:45 2015
New Revision: 382615
URL: https://svnweb.freebsd.org/changeset/ports/382615
QAT: https://qat.redports.org/buildarchive/r382615/

Log:
  Revert the autoreconf conversion I have no time to fix the issue that happen when converted

Modified:
  head/irc/irssi-otr/Makefile

Modified: head/irc/irssi-otr/Makefile
==============================================================================
--- head/irc/irssi-otr/Makefile	Sun Mar 29 16:46:12 2015	(r382614)
+++ head/irc/irssi-otr/Makefile	Sun Mar 29 16:47:45 2015	(r382615)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libotr.so:${PORTSDIR}/secur
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 RUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi
 
-USES=		autoreconf pkgconfig
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20
 USE_GITHUB=	yes
@@ -28,6 +28,10 @@ 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


More information about the svn-ports-head mailing list