From owner-svn-ports-all@FreeBSD.ORG Wed Jul 30 15:34:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1C7DC80; Wed, 30 Jul 2014 15:34:30 +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 DFB1C2F3B; Wed, 30 Jul 2014 15:34:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6UFYUa0083735; Wed, 30 Jul 2014 15:34:30 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6UFYUHL083730; Wed, 30 Jul 2014 15:34:30 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407301534.s6UFYUHL083730@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 30 Jul 2014 15:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363488 - head/net-im/loudmouth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 15:34:31 -0000 Author: amdmi3 Date: Wed Jul 30 15:34:30 2014 New Revision: 363488 URL: http://svnweb.freebsd.org/changeset/ports/363488 QAT: https://qat.redports.org/buildarchive/r363488/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Approved by: kwm Modified: head/net-im/loudmouth/Makefile head/net-im/loudmouth/pkg-plist Modified: head/net-im/loudmouth/Makefile ============================================================================== --- head/net-im/loudmouth/Makefile Wed Jul 30 15:32:51 2014 (r363487) +++ head/net-im/loudmouth/Makefile Wed Jul 30 15:34:30 2014 (r363488) @@ -3,7 +3,7 @@ PORTNAME= loudmouth PORTVERSION= 1.4.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -12,10 +12,10 @@ COMMENT= Lightweight Jabber client libra LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn -USES= gettext gmake pkgconfig tar:bzip2 -USE_AUTOTOOLS= libtool +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 ltverhack +USE_GNOME= glib20 CONFIGURE_ARGS= --disable-gtk-doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib Modified: head/net-im/loudmouth/pkg-plist ============================================================================== --- head/net-im/loudmouth/pkg-plist Wed Jul 30 15:32:51 2014 (r363487) +++ head/net-im/loudmouth/pkg-plist Wed Jul 30 15:34:30 2014 (r363488) @@ -8,9 +8,9 @@ include/loudmouth-1.0/loudmouth/lm-ssl.h include/loudmouth-1.0/loudmouth/lm-utils.h include/loudmouth-1.0/loudmouth/loudmouth.h lib/libloudmouth-1.a -lib/libloudmouth-1.la lib/libloudmouth-1.so lib/libloudmouth-1.so.0 +lib/libloudmouth-1.so.0.1.0 libdata/pkgconfig/loudmouth-1.0.pc share/gtk-doc/html/loudmouth/ch01.html share/gtk-doc/html/loudmouth/home.png