Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 16:32:33 +0100 (CET)
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184543: textproc/p5-libsoldout fix stage 
Message-ID:  <201312061532.rB6FWX0b069184@q.workgroup>
Resent-Message-ID: <201312061540.rB6Fe0AQ087829@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312061532.rB6FWX0b069184>