From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 15:34:27 2014 Return-Path: Delivered-To: svn-ports-all@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 21EFC3A6; Wed, 9 Jul 2014 15:34:27 +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 0FF3A2B3A; Wed, 9 Jul 2014 15:34:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69FYQbG061589; Wed, 9 Jul 2014 15:34:26 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69FYQHo061587; Wed, 9 Jul 2014 15:34:26 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407091534.s69FYQHo061587@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 9 Jul 2014 15:34:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361387 - head/net/yaz++ 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, 09 Jul 2014 15:34:27 -0000 Author: tijl Date: Wed Jul 9 15:34:26 2014 New Revision: 361387 URL: http://svnweb.freebsd.org/changeset/ports/361387 QAT: https://qat.redports.org/buildarchive/r361387/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Modified: head/net/yaz++/Makefile head/net/yaz++/pkg-plist Modified: head/net/yaz++/Makefile ============================================================================== --- head/net/yaz++/Makefile Wed Jul 9 15:34:22 2014 (r361386) +++ head/net/yaz++/Makefile Wed Jul 9 15:34:26 2014 (r361387) @@ -3,6 +3,7 @@ PORTNAME= yaz++ PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yazpp/ DISTNAME= yazpp-${PORTVERSION} @@ -13,7 +14,9 @@ COMMENT= C++ toolkit for development of LIB_DEPENDS= libyaz.so:${PORTSDIR}/net/yaz GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-shared --with-yaz=${LOCALBASE}/bin +CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes .include Modified: head/net/yaz++/pkg-plist ============================================================================== --- head/net/yaz++/pkg-plist Wed Jul 9 15:34:22 2014 (r361386) +++ head/net/yaz++/pkg-plist Wed Jul 9 15:34:26 2014 (r361387) @@ -17,13 +17,13 @@ include/yazpp/z-query.h include/yazpp/z-server.h include/yazpp/zoom.h lib/libyazpp.a -lib/libyazpp.la lib/libyazpp.so lib/libyazpp.so.6 +lib/libyazpp.so.6.0.0 lib/libzoompp.a -lib/libzoompp.la lib/libzoompp.so lib/libzoompp.so.6 +lib/libzoompp.so.6.0.0 man/man1/yazpp-config.1.gz share/aclocal/yazpp.m4 share/doc/yazpp/api.html