Bug 200790 - [patch] games/xboard: ZIPPY: texi2man perl shebangfix
Summary: [patch] games/xboard: ZIPPY: texi2man perl shebangfix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Johan van Selst
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-06-11 16:13 UTC by Kalten
Modified: 2015-09-20 13:06 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (johans)


Attachments
xboard: shebangfix texi2man (278 bytes, patch)
2015-06-11 16:13 UTC, Kalten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalten 2015-06-11 16:13:44 UTC
Created attachment 157645 [details]
xboard: shebangfix texi2man

Iff the configuration option ZIPPY is selected, one runs into the following error:
---8<---
./texi2man ./xboard.texi > xboard.man || (rm -f xboard.man ; false)
./texi2man: not found
*** Error code 1
--->8---

»texi2man« is a perl script and we need “shebangfix” to make it work (see attachment).

Please do correct this.

Regards,
 Kalten
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-11 18:32:00 UTC
A commit references this bug:

Author: johans
Date: Thu Jun 11 18:31:04 UTC 2015
New revision: 389244
URL: https://svnweb.freebsd.org/changeset/ports/389244

Log:
  Add shebangfix to fix build when the option ZIPPY is selected

  PR:		200790
  Submitted by:	kalten@gmx.at

Changes:
  head/games/xboard/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-09-20 13:05:48 UTC
A commit references this bug:

Author: johans
Date: Sun Sep 20 13:05:25 UTC 2015
New revision: 397368
URL: https://svnweb.freebsd.org/changeset/ports/397368

Log:
  Add shebangfix for texi2man script when option ZIPPY is selected

  PR:		200790
  Submitted by:	kalten@gmx.at

Changes:
  head/games/xboard/Makefile
Comment 3 Johan van Selst freebsd_committer freebsd_triage 2015-09-20 13:06:09 UTC
Committed, thanks