From owner-svn-ports-head@FreeBSD.ORG Thu Jul 10 12:00:05 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 60E4342E; Thu, 10 Jul 2014 12:00:05 +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 4F0062280; Thu, 10 Jul 2014 12:00:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6AC05sm043543; Thu, 10 Jul 2014 12:00:05 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6AC04Qn043540; Thu, 10 Jul 2014 12:00:04 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407101200.s6AC04Qn043540@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 10 Jul 2014 12:00:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361439 - head/net/net6 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: Thu, 10 Jul 2014 12:00:05 -0000 Author: tijl Date: Thu Jul 10 12:00:04 2014 New Revision: 361439 URL: http://svnweb.freebsd.org/changeset/ports/361439 QAT: https://qat.redports.org/buildarchive/r361439/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip Modified: head/net/net6/Makefile head/net/net6/pkg-plist Modified: head/net/net6/Makefile ============================================================================== --- head/net/net6/Makefile Thu Jul 10 11:59:10 2014 (r361438) +++ head/net/net6/Makefile Thu Jul 10 12:00:04 2014 (r361439) @@ -3,7 +3,7 @@ PORTNAME= net6 PORTVERSION= 1.3.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ @@ -15,8 +15,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ libgnutls.so:${PORTSDIR}/security/gnutls -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_DEFINE= NLS Modified: head/net/net6/pkg-plist ============================================================================== --- head/net/net6/pkg-plist Thu Jul 10 11:59:10 2014 (r361438) +++ head/net/net6/pkg-plist Thu Jul 10 12:00:04 2014 (r361439) @@ -19,10 +19,9 @@ include/net6/serialise.hpp include/net6/server.hpp include/net6/socket.hpp include/net6/user.hpp -lib/libnet6-1.3.so lib/libnet6-1.3.so.0 +lib/libnet6-1.3.so.0.0.0 lib/libnet6.a -lib/libnet6.la lib/libnet6.so libdata/pkgconfig/net6-1.3.pc %%NLS%%share/locale/ast/LC_MESSAGES/net6.mo