From owner-svn-ports-head@FreeBSD.ORG Sat Jun 14 20:13:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36A9C832; Sat, 14 Jun 2014 20:13:19 +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 242652BE7; Sat, 14 Jun 2014 20:13:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5EKDJOw067558; Sat, 14 Jun 2014 20:13:19 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5EKDIw8067556; Sat, 14 Jun 2014 20:13:18 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201406142013.s5EKDIw8067556@svn.freebsd.org> From: Kurt Jaeger Date: Sat, 14 Jun 2014 20:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357802 - head/devel/lfcxml 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 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: Sat, 14 Jun 2014 20:13:19 -0000 Author: pi Date: Sat Jun 14 20:13:18 2014 New Revision: 357802 URL: http://svnweb.freebsd.org/changeset/ports/357802 QAT: https://qat.redports.org/buildarchive/r357802/ Log: devel/lfcxml: USES libtool, strip lib Modified: head/devel/lfcxml/Makefile head/devel/lfcxml/pkg-plist Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Sat Jun 14 20:03:28 2014 (r357801) +++ head/devel/lfcxml/Makefile Sat Jun 14 20:13:18 2014 (r357802) @@ -3,10 +3,11 @@ PORTNAME= lfcxml PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ -MAINTAINER= pi@FreeBSD.org +MAINTAINER= fbsd-ports@opsec.eu COMMENT= C++ XML library, used for databases/cego LICENSE= GPLv3 @@ -16,7 +17,11 @@ LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/d GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USES= libtool USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:env +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcxml.so.1.0.0 + .include Modified: head/devel/lfcxml/pkg-plist ============================================================================== --- head/devel/lfcxml/pkg-plist Sat Jun 14 20:03:28 2014 (r357801) +++ head/devel/lfcxml/pkg-plist Sat Jun 14 20:13:18 2014 (r357802) @@ -7,7 +7,7 @@ include/lfcxml/XMLInStream.h include/lfcxml/XMLOutStream.h include/lfcxml/XMLSuite.h lib/liblfcxml.a -lib/liblfcxml.la lib/liblfcxml.so lib/liblfcxml.so.1 +lib/liblfcxml.so.1.0.0 @dirrm include/lfcxml