From owner-svn-ports-all@FreeBSD.ORG Tue Jul 29 14:20:40 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 A94E284A; Tue, 29 Jul 2014 14:20:40 +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 7C2882617; Tue, 29 Jul 2014 14:20:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6TEKe2R003365; Tue, 29 Jul 2014 14:20:40 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6TEKd0p003362; Tue, 29 Jul 2014 14:20:39 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407291420.s6TEKd0p003362@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 29 Jul 2014 14:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363326 - in head/deskutils: multisync multisync-backup multisync-syncml 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: Tue, 29 Jul 2014 14:20:40 -0000 Author: amdmi3 Date: Tue Jul 29 14:20:39 2014 New Revision: 363326 URL: http://svnweb.freebsd.org/changeset/ports/363326 QAT: https://qat.redports.org/buildarchive/r363326/ Log: - Switch to USES=libtool, drop .la files Modified: head/deskutils/multisync-backup/pkg-plist head/deskutils/multisync-syncml/pkg-plist head/deskutils/multisync/Makefile Modified: head/deskutils/multisync-backup/pkg-plist ============================================================================== --- head/deskutils/multisync-backup/pkg-plist Tue Jul 29 14:14:55 2014 (r363325) +++ head/deskutils/multisync-backup/pkg-plist Tue Jul 29 14:20:39 2014 (r363326) @@ -1,5 +1,5 @@ lib/multisync/libbackup_plugin.a -lib/multisync/libbackup_plugin.la lib/multisync/libbackup_plugin.so lib/multisync/libbackup_plugin.so.0 +lib/multisync/libbackup_plugin.so.0.0.0 @dirrmtry lib/multisync Modified: head/deskutils/multisync-syncml/pkg-plist ============================================================================== --- head/deskutils/multisync-syncml/pkg-plist Tue Jul 29 14:14:55 2014 (r363325) +++ head/deskutils/multisync-syncml/pkg-plist Tue Jul 29 14:20:39 2014 (r363326) @@ -1,5 +1,5 @@ lib/multisync/libsyncml_plugin.a -lib/multisync/libsyncml_plugin.la lib/multisync/libsyncml_plugin.so lib/multisync/libsyncml_plugin.so.0 +lib/multisync/libsyncml_plugin.so.0.0.0 @dirrmtry lib/multisync Modified: head/deskutils/multisync/Makefile ============================================================================== --- head/deskutils/multisync/Makefile Tue Jul 29 14:14:55 2014 (r363325) +++ head/deskutils/multisync/Makefile Tue Jul 29 14:20:39 2014 (r363326) @@ -3,7 +3,7 @@ PORTNAME?= multisync PORTVERSION= 0.82 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils MASTER_SITES= SF/multisync/OldFiles DISTNAME= multisync-${PORTVERSION} @@ -13,10 +13,11 @@ COMMENT?= Synchronize calendars, address WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRCMASTER= ${WRKDIR}/multisync-${PORTVERSION} -USE_BZIP2= yes USE_GNOME= gnomeprefix libgnomeui -USES= gmake pathfix pkgconfig -USE_AUTOTOOLS= automake:env libtool +USES= gmake libtool pathfix pkgconfig tar:bzip2 +USE_AUTOTOOLS= libtoolize aclocal autoconf automake +AUTOMAKE_ARGS= --add-missing +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes @@ -30,7 +31,4 @@ pre-configure: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread||' -post-configure: - ${CP} ${LIBTOOL} ${WRKSRC}/libtool - .include