From owner-svn-ports-all@FreeBSD.ORG Tue May 27 18:19:45 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 2C075838; Tue, 27 May 2014 18:19:45 +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 19A0725CD; Tue, 27 May 2014 18:19:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RIJiZw045543; Tue, 27 May 2014 18:19:44 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RIJiMC045541; Tue, 27 May 2014 18:19:44 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405271819.s4RIJiMC045541@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 27 May 2014 18:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355549 - head/net/easysoap 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, 27 May 2014 18:19:45 -0000 Author: amdmi3 Date: Tue May 27 18:19:44 2014 New Revision: 355549 URL: http://svnweb.freebsd.org/changeset/ports/355549 QAT: https://qat.redports.org/buildarchive/r355549/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/net/easysoap/Makefile head/net/easysoap/pkg-plist Modified: head/net/easysoap/Makefile ============================================================================== --- head/net/easysoap/Makefile Tue May 27 18:18:53 2014 (r355548) +++ head/net/easysoap/Makefile Tue May 27 18:19:44 2014 (r355549) @@ -3,7 +3,7 @@ PORTNAME= easysoap PORTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SWANSONG DISTNAME= EasySoap++-${PORTVERSION} @@ -16,8 +16,10 @@ LICENSE= LGPL21 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 USE_OPENSSL= yes -USE_AUTOTOOLS= libtool +USES= libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net/easysoap/pkg-plist ============================================================================== --- head/net/easysoap/pkg-plist Tue May 27 18:18:53 2014 (r355548) +++ head/net/easysoap/pkg-plist Tue May 27 18:19:44 2014 (r355549) @@ -41,7 +41,7 @@ include/easysoap/es_config.h include/easysoap/es_msvc.h include/easysoap/es_mwerks.h lib/libeasysoap.a -lib/libeasysoap.la lib/libeasysoap.so lib/libeasysoap.so.0 +lib/libeasysoap.so.0.0.0 @dirrm include/easysoap