Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 16:47:46 +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: r382615 - head/irc/irssi-otr
Message-ID:  <201503291647.t2TGlkjT012544@svn.freebsd.org>

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



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