Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2013 21:03:46 GMT
From:      Warren Block <wblock@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184502: [patch] devel/p5-Algorithm-Binpack: support staging
Message-ID:  <201312042103.rB4L3kmc055434@oldred.freebsd.org>
Resent-Message-ID: <201312042110.rB4LA0jR040420@freefall.freebsd.org>

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

>Number:         184502
>Category:       ports
>Synopsis:       [patch] devel/p5-Algorithm-Binpack: support staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 04 21:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        9-STABLE
>Organization:
>Environment:
FreeBSD lightning 9.2-STABLE FreeBSD 9.2-STABLE #0 r258240: Sat Nov 16 17:55:08 MST 2013     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  amd64
>Description:
Support staging, with help from milki, xmj, and dinoex on IRC.
>How-To-Repeat:

>Fix:
Apply patch.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 335574)
+++ Makefile	(working copy)
@@ -12,9 +12,6 @@
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Algorithm::BinPack.3
-
 PORTSCOUT=	limit:^\d+\.\d+
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 335574)
+++ pkg-plist	(working copy)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack/.packlist
 %%SITE_PERL%%/Algorithm/BinPack.pm
+%%PERL5_MAN3%%/Algorithm::BinPack.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
 @dirrmtry %%SITE_PERL%%/Algorithm


>Release-Note:
>Audit-Trail:
>Unformatted:



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