Bug 53446 - [MAINTAINER] devel/cdoc: remove build-time Perl dependency
Summary: [MAINTAINER] devel/cdoc: remove build-time Perl dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-18 13:50 UTC by Sergei Kolobov
Modified: 2003-06-19 12:24 UTC (History)
0 users

See Also:


Attachments
cdoc-0.9.7.patch (667 bytes, patch)
2003-06-18 13:50 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Kolobov 2003-06-18 13:50:15 UTC
- Although cdoc only needs Perl at run-time (and USE_PERL5_RUN is defined),
  it used Perl in do-build target. Convert to USE_REINPLACE.
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-06-18 15:42:43 UTC
On Wed, Jun 18, 2003 at 12:44:51PM -0000, Sergei Kolobov wrote:
> --- cdoc-0.9.7.patch begins here ---
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/devel/cdoc/Makefile,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile
> --- Makefile	14 Jun 2003 00:42:25 -0000	1.6
> +++ Makefile	18 Jun 2003 12:42:20 -0000
> @@ -16,6 +16,7 @@
>  BUILD_DEPENDS+=	make+:${PORTSDIR}/devel/makeplus
>  
>  USE_PERL5_RUN=	yes
   ^^^^^^^^^^^^^^^^^^^^^^^
What do you think about remove this line from Makefile?
Thanks.

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \
Comment 2 Sergei Kolobov 2003-06-18 18:53:06 UTC
On 2003-06-18 at 18:42 +0400, Sergey A. Osokin wrote:
> On Wed, Jun 18, 2003 at 12:44:51PM -0000, Sergei Kolobov wrote:
> >  USE_PERL5_RUN=	yes
>    ^^^^^^^^^^^^^^^^^^^^^^^
> What do you think about remove this line from Makefile?

Why? cdoc is a Perl script, it definitely uses Perl at run-time.
It does not require Perl at BUILD-time, especially in a "clean build"
environment on bento under 5.x, which does not have Perl in the base
system.

Sergei
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2003-06-18 19:57:13 UTC
On Wed, Jun 18, 2003 at 09:53:06PM +0400, Sergei Kolobov wrote:
> On 2003-06-18 at 18:42 +0400, Sergey A. Osokin wrote:
> > On Wed, Jun 18, 2003 at 12:44:51PM -0000, Sergei Kolobov wrote:
> > >  USE_PERL5_RUN=	yes
> >    ^^^^^^^^^^^^^^^^^^^^^^^
> > What do you think about remove this line from Makefile?
> 
> Why? cdoc is a Perl script, it definitely uses Perl at run-time.
> It does not require Perl at BUILD-time, especially in a "clean build"
> environment on bento under 5.x, which does not have Perl in the base
> system.

Sorry me.
Looks like this day isn't mine :-(
All words are tomorrow...

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \
Comment 4 Daichi GOTO freebsd_committer freebsd_triage 2003-06-19 12:24:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!