ports/184543: textproc/p5-libsoldout fix stage
Rodrigo Osorio
rodrigo at bebik.net
Fri Dec 6 15:40:00 UTC 2013
>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 at 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
+ at dirrmtry lib/perl5/site_perl/5.16/mach/auto
+ at dirrmtry lib/perl5/site_perl/5.16/mach
+ at dirrmtry lib/perl5/site_perl/5.16
+ at dirrmtry lib/perl5/site_perl
+ at dirrmtry lib/perl5/5.16/man/man3
+ at dirrmtry lib/perl5/5.16/man
+ at dirrmtry lib/perl5/5.16
+ at dirrmtry lib/perl5
--- p5-libsoldout.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list