Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 08:14:44 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, lth@FreeBSD.org
Subject:   ports/100791: [PATCH] textproc/p5-Text-ASCIITable: Fix building in clean enviroment
Message-ID:  <200607250014.k6P0EiYM005364@vega.csie.NCTU.edu.tw>
Resent-Message-ID: <200607250020.k6P0KGNf090711@freefall.freebsd.org>

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

>Number:         100791
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Text-ASCIITable: Fix building in clean enviroment
>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:   Tue Jul 25 00:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD Netflow.csie.NCTU.edu.tw 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Tue Jul 25 06:50:20 CST 2006
>Description:
- Fix building in clean environment

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Text-ASCIITable-0.18.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-ASCIITable/Makefile /home/staff/gslin/work/p5-Text-ASCIITable/Makefile
--- /usr/ports/textproc/p5-Text-ASCIITable/Makefile	Wed Jul 19 03:08:48 2006
+++ /home/staff/gslin/work/p5-Text-ASCIITable/Makefile	Tue Jul 25 08:09:01 2006
@@ -15,7 +15,7 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Create a nice formatted table using ASCII characters
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=	Text::ASCIITable.3 \
 	Text::ASCIITable::Wrap.3
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-ASCIITable/pkg-plist /home/staff/gslin/work/p5-Text-ASCIITable/pkg-plist
--- /usr/ports/textproc/p5-Text-ASCIITable/pkg-plist	Sun Jan 22 10:54:34 2006
+++ /home/staff/gslin/work/p5-Text-ASCIITable/pkg-plist	Tue Jul 25 08:13:45 2006
@@ -1,9 +1,7 @@
+@comment $FreeBSD$
 %%SITE_PERL%%/Text/ASCIITable.pm
 %%SITE_PERL%%/Text/ASCIITable/Wrap.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIITable/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIITable
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
-@dirrm %%SITE_PERL%%/Text/ASCIITable
+@dirrmtry %%SITE_PERL%%/Text/ASCIITable
 @dirrmtry %%SITE_PERL%%/Text
 %%PORTDOCS%%%%EXAMPLESDIR%%/ansi-example.pl
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
--- p5-Text-ASCIITable-0.18.patch ends here ---

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



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