From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 9 20:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 19943E25 for ; Sun, 9 Feb 2014 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E36A01353 for ; Sun, 9 Feb 2014 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s19KK02S075624 for ; Sun, 9 Feb 2014 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s19KK0Su075616; Sun, 9 Feb 2014 20:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 9 Feb 2014 20:20:00 GMT Resent-Message-Id: <201402092020.s19KK0Su075616@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans 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 C13CDAE1 for ; Sun, 9 Feb 2014 20:11:59 +0000 (UTC) Received: from mailrelay010.isp.belgacom.be (mailrelay010.isp.belgacom.be [195.238.6.177]) by mx1.freebsd.org (Postfix) with ESMTP id 5D90212FB for ; Sun, 9 Feb 2014 20:11:59 +0000 (UTC) Received: from 71.146-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.146.71]) by relay.skynet.be with ESMTP; 09 Feb 2014 21:11:49 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id s19KBaMN010122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 9 Feb 2014 21:11:41 +0100 (CET) (envelope-from tijl@kalimero.tijl.coosemans.org) Received: (from tijl@localhost) by kalimero.tijl.coosemans.org (8.14.7/8.14.7/Submit) id s19KBaUg010121; Sun, 9 Feb 2014 21:11:36 +0100 (CET) (envelope-from tijl) Message-Id: <201402092011.s19KBaUg010121@kalimero.tijl.coosemans.org> Date: Sun, 9 Feb 2014 21:11:36 +0100 (CET) From: Tijl Coosemans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186603: [patch] net/libsocket++: USES=libtool, staging,... X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 20:20:01 -0000 >Number: 186603 >Category: ports >Synopsis: [patch] net/libsocket++: USES=libtool, staging,... >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 09 20:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 11.0-CURRENT i386 >Organization: >Environment: >Description: - Convert USE_AUTOTOOLS=libtool to USES=libtool. - Replace pre-configure target with USE_AUTOTOOLS. - Staging and DOCS option. >How-To-Repeat: >Fix: --- libsocket++.patch begins here --- Index: net/libsocket++/Makefile =================================================================== --- net/libsocket++/Makefile (revision 343455) +++ net/libsocket++/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= libsocket++ PORTVERSION= 1.12.13 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://src.linuxhacker.at/socket++/ DISTNAME= socket++-${PORTVERSION} @@ -12,21 +13,20 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= DOCS + GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= automake autoconf libtool -SCRIPTS_ENV+= ACLOCAL_FLAGS="-I ${LOCALBASE}/share/aclocal/" +USES= libtool +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize +AUTOMAKE_ARGS= -a -c +LIBTOOLIZE_ARGS=-i -c INFO= socket++ -NO_STAGE= yes -pre-configure: - @(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen) - post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/libsocket++ - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/libsocket++ -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: net/libsocket++/files/patch-autogen =================================================================== --- net/libsocket++/files/patch-autogen (revision 343455) +++ net/libsocket++/files/patch-autogen (working copy) @@ -1,20 +0,0 @@ ---- autogen.orig Tue Mar 18 15:47:57 2003 -+++ autogen Wed Jul 7 17:45:10 2004 -@@ -14,12 +14,12 @@ - else -- libtoolize --automake -+ ${LIBTOOLIZE} --automake - fi - echo "aclocal..." --aclocal -+${ACLOCAL} ${ACLOCAL_FLAGS} - echo "autoheader..." --autoheader -+${AUTOHEADER} - echo "automake..." --automake --add-missing -+${AUTOMAKE} --add-missing - echo "autoconf..." --autoconf -+${AUTOCONF} - Index: net/libsocket++/pkg-descr =================================================================== --- net/libsocket++/pkg-descr (revision 343455) +++ net/libsocket++/pkg-descr (working copy) @@ -9,4 +9,4 @@ Socket++ is covered by the GPL. -WWW: http://www.linuxhacker.at/socketxx/ +WWW: http://www.linuxhacker.at/socketxx/ Index: net/libsocket++/pkg-plist =================================================================== --- net/libsocket++/pkg-plist (revision 343455) +++ net/libsocket++/pkg-plist (working copy) @@ -1,7 +1,8 @@ lib/libsocket++.a lib/libsocket++.la +lib/libsocket++.so lib/libsocket++.so.1 -lib/libsocket++.so +lib/libsocket++.so.1.0.2 include/socket++/fork.h include/socket++/echo.h include/socket++/ftp.h @@ -12,6 +13,6 @@ include/socket++/sockinet.h include/socket++/sockstream.h include/socket++/sockunix.h -%%PORTDOCS%%share/doc/libsocket++/README -@dirrm share/doc/libsocket++ +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/socket++ --- libsocket++.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: