From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 6 15:40:00 2013 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 98F3ED18 for ; Fri, 6 Dec 2013 15:40:00 +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 7170E1783 for ; Fri, 6 Dec 2013 15:40: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 rB6Fe0pg087830 for ; Fri, 6 Dec 2013 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB6Fe0AQ087829; Fri, 6 Dec 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 6 Dec 2013 15:40:00 GMT Resent-Message-Id: <201312061540.rB6Fe0AQ087829@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, Rodrigo Osorio 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 326EDA00 for ; Fri, 6 Dec 2013 15:33:13 +0000 (UTC) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by mx1.freebsd.org (Postfix) with ESMTP id B5E771732 for ; Fri, 6 Dec 2013 15:33:11 +0000 (UTC) Received: from q.workgroup (unknown [82.227.164.69]) by smtp6-g21.free.fr (Postfix) with ESMTP id A1BD282300 for ; Fri, 6 Dec 2013 16:33:06 +0100 (CET) Received: from q.workgroup (localhost [127.0.0.1]) by q.workgroup (8.14.7/8.14.7) with ESMTP id rB6FWXMs069185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 6 Dec 2013 16:32:33 +0100 (CET) (envelope-from rodrigo@q.workgroup) Received: (from root@localhost) by q.workgroup (8.14.7/8.14.7/Submit) id rB6FWX0b069184; Fri, 6 Dec 2013 16:32:33 +0100 (CET) (envelope-from rodrigo) Message-Id: <201312061532.rB6FWX0b069184@q.workgroup> Date: Fri, 6 Dec 2013 16:32:33 +0100 (CET) From: Rodrigo Osorio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184543: textproc/p5-libsoldout fix stage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rodrigo Osorio List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 15:40:00 -0000 >Number: 184543 >Category: ports >Synopsis: textproc/p5-libsoldout fix stage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 06 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rodrigo Osorio >Release: FreeBSD 10.0-BETA3 i386 >Organization: >Environment: System: FreeBSD q 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 21:15:32 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix stage Strip binary >How-To-Repeat: >Fix: --- p5-libsoldout.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 335730) +++ Makefile (working copy) @@ -15,13 +15,15 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= soldout:${PORTSDIR}/textproc/libsoldout +LIB_DEPENDS= libsoldout.so:${PORTSDIR}/textproc/libsoldout USES= perl5 USE_PERL5= configure USE_LDCONFIG= yes -MAN3= libsoldout.3 +post-install: +.if !defined(WITH_DEBUG) + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/libsoldout/libsoldout.so +.endif -NO_STAGE= yes .include Index: pkg-plist =================================================================== --- pkg-plist (revision 335730) +++ pkg-plist (working copy) @@ -3,3 +3,12 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/libsoldout/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/libsoldout.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libsoldout +lib/perl5/5.16/man/man3/libsoldout.3.gz +@dirrmtry lib/perl5/site_perl/5.16/mach/auto +@dirrmtry lib/perl5/site_perl/5.16/mach +@dirrmtry lib/perl5/site_perl/5.16 +@dirrmtry lib/perl5/site_perl +@dirrmtry lib/perl5/5.16/man/man3 +@dirrmtry lib/perl5/5.16/man +@dirrmtry lib/perl5/5.16 +@dirrmtry lib/perl5 --- p5-libsoldout.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: