From owner-svn-ports-all@FreeBSD.ORG Wed May 21 00:50:36 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 D583E2AC; Wed, 21 May 2014 00:50:36 +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 C2FD725FC; Wed, 21 May 2014 00:50:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L0oa0F086603; Wed, 21 May 2014 00:50:36 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4L0oasZ086300; Wed, 21 May 2014 00:50:36 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405210050.s4L0oasZ086300@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 21 May 2014 00:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354697 - head/net/gnet2 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, 21 May 2014 00:50:36 -0000 Author: amdmi3 Date: Wed May 21 00:50:36 2014 New Revision: 354697 URL: http://svnweb.freebsd.org/changeset/ports/354697 QAT: https://qat.redports.org/buildarchive/r354697/ Log: - Switch to USES=libtool, drop .la file - Properly support DOCS option - Strip library PR: 189876 Submitted by: amdmi3 Approved by: kwm Modified: head/net/gnet2/Makefile head/net/gnet2/pkg-plist Modified: head/net/gnet2/Makefile ============================================================================== --- head/net/gnet2/Makefile Tue May 20 23:24:53 2014 (r354696) +++ head/net/gnet2/Makefile Wed May 21 00:50:36 2014 (r354697) @@ -3,7 +3,7 @@ PORTNAME= gnet PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -11,13 +11,17 @@ PKGNAMESUFFIX= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= A simple network library built upon Glib-2 -USES= pkgconfig pathfix -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack glib20 +USES= libtool pathfix pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + +.include + +.if ${PORT_OPTIONS:MDOCS} CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} .else CONFIGURE_ARGS+= --without-html-dir Modified: head/net/gnet2/pkg-plist ============================================================================== --- head/net/gnet2/pkg-plist Tue May 20 23:24:53 2014 (r354696) +++ head/net/gnet2/pkg-plist Wed May 21 00:50:36 2014 (r354697) @@ -17,9 +17,9 @@ include/gnet-2.0/unix.h include/gnet-2.0/uri.h lib/gnet-2.0/include/gnetconfig.h lib/libgnet-2.0.a -lib/libgnet-2.0.la lib/libgnet-2.0.so lib/libgnet-2.0.so.0 +lib/libgnet-2.0.so.0.0.8 libdata/pkgconfig/gnet-2.0.pc share/aclocal/gnet-2.0.m4 %%PORTDOCS%%%%DOCSDIR%%/gnet/gnet-base64.html