From owner-svn-ports-head@FreeBSD.ORG Sun Mar 29 11:45:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B6F9F8; Sun, 29 Mar 2015 11:45:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9F3B752; Sun, 29 Mar 2015 11:45:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2TBj8ND070065; Sun, 29 Mar 2015 11:45:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2TBj8X9070064; Sun, 29 Mar 2015 11:45:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503291145.t2TBj8X9070064@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 29 Mar 2015 11:45:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382593 - head/irc/irssi-otr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 11:45:09 -0000 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