Bug 92548

Summary: [PATCH] textproc/p5-xmltv: Fix 'bad makefile line' error
Product: Ports & Packages Reporter: Lars Thegler <lth>
Component: Individual Port(s)Assignee: Michael Johnson <ahze>
Status: Closed FIXED    
Severity: Affects Only Me CC: ahze
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-xmltv-0.5.41_1.patch none

Description Lars Thegler freebsd_committer freebsd_triage 2006-01-30 14:20:02 UTC
1) During the build phase, p5-xmltv fails with:

--cut--
bad makefile line: '    $(NOECHO) $(NOOP)' at ./Makefile.PL line 1031.
*** Error code 2
--cut--

This is probably due to newer versions of ExtUtils::MakeMaker
starting to use spaces instead of the traditional tabs in the
generated Makefile. The attached patch to Makefile.PL fixes this.

2) Also, the current build complains:

--cut--
Warning: the following files are missing in your kit:
        META.yml
Please inform the author.
--cut--

The new patchfile against MAINFEST fixes this. This is only a
warning, so can be ignored if you like.


Added file(s):
- files/patch-MANIFEST

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

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-30 14:24:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer
Comment 2 Michael Johnson freebsd_committer freebsd_triage 2006-09-10 20:31:28 UTC
State Changed
From-To: open->feedback

Is this still a problem with the newest version in ports (0.5.44) ?
Comment 3 Michael Johnson freebsd_committer freebsd_triage 2006-12-08 13:17:31 UTC
State Changed
From-To: feedback->closed

Feedback timeout (2+ months)