Bug 193267

Summary: [PATCH] sysutils/log_analysis won't build with perl5.20
Product: Ports & Packages Reporter: John Marshall <john>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Many People CC: amdmi3
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Add files/patch-log__analysis.in to port none

Description John Marshall 2014-09-02 23:56:50 UTC
Created attachment 146698 [details]
Add files/patch-log__analysis.in to port

With perl 5.20 installed, the bad POD in log_analysis causes pod2man to fail and kill the build. Earlier versions of perl seem to carry on regardless.

===>  Building for log_analysis-0.46
/usr/local/bin/pod2man log_analysis > log_analysis.1
log_analysis around line 8793: You forgot a '=back' before '=head2'
log_analysis around line 8802: '=item' outside of any '=over'
POD document had syntax errors at /usr/local/bin/pod2man line 71.
*** [log_analysis.1] Error code 255
1 error
===> Compilation failed unexpectedly.

The attached patch relocates the misplaced POD tag and the build succeeds.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-09-04 17:29:12 UTC
the port is unmaintained, so move this patch-ready.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-17 16:37:39 UTC
A commit references this bug:

Author: amdmi3
Date: Wed Sep 17 16:37:18 UTC 2014
New revision: 368397
URL: http://svnweb.freebsd.org/changeset/ports/368397

Log:
  - Fix build failure with perl 5.20 due to error in documentation

  PR:		193267
  Submitted by:	John.Marshall@riverwillow.com.au
  MFH:		2014Q3

Changes:
  head/sysutils/log_analysis/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-09-17 18:26:43 UTC
A commit references this bug:

Author: amdmi3
Date: Wed Sep 17 18:25:55 UTC 2014
New revision: 368409
URL: http://svnweb.freebsd.org/changeset/ports/368409

Log:
  - Fix build failure with perl 5.20 due to error in documentation

  (this adds the patch itself, which I forgot in the previous commit;
  previous commit should've also said: "- simplify Makefile by using
  PORTDATA=*)

  PR:             193267
  Submitted by:   John.Marshall@riverwillow.com.au
  MFH:            2014Q3

Changes:
  head/sysutils/log_analysis/files/
  head/sysutils/log_analysis/files/patch-log__analysis.in
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-09-18 15:44:44 UTC
A commit references this bug:

Author: amdmi3
Date: Thu Sep 18 15:44:26 UTC 2014
New revision: 368489
URL: http://svnweb.freebsd.org/changeset/ports/368489

Log:
  MFH: r368409

  - Fix build failure with perl 5.20 due to error in documentation

  PR:             193267
  Submitted by:   John.Marshall@riverwillow.com.au
  Approved by:	portmgr

Changes:
_U  branches/2014Q3/
  branches/2014Q3/sysutils/log_analysis/files/