Bug 136940 - [MAINTAINER] textproc/asciidoc: use realpath instead of GNU readlink
Summary: [MAINTAINER] textproc/asciidoc: use realpath instead of GNU readlink
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 21:30 UTC by Peter Schuller
Modified: 2009-07-28 16:00 UTC (History)
0 users

See Also:


Attachments
asciidoc-8.4.5_1.patch (1.07 KB, patch)
2009-07-20 21:30 UTC, Peter Schuller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schuller 2009-07-20 21:30:04 UTC
Patch a2x to use realpath instead of relying on non-existing GNU readlink.

Problem discovered and patch submitted by Baptiste Daroussin.

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

Generated with FreeBSD Port Tools 0.77
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-07-20 21:48:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Peter Schuller 2009-07-23 18:03:06 UTC
> (2) Makes a2x use /usr/local/bin/getopt.


Sorry, brain lapse. The patch hard-codes
/usr/local/bin/getopt... Anyways, I suggest either commiting anyway
for now given that it does not represent a regression (it bails now
anyway due to getopt), or else wait and I'll submit a fixed version
(hopefully later tonight).

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrieval: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-28 15:50:45 UTC
wxs         2009-07-28 14:50:25 UTC

  FreeBSD ports repository

  Modified files:
    textproc/asciidoc    Makefile 
  Added files:
    textproc/asciidoc/files patch-a2x 
  Log:
  - Use realpath(1) instead of GNU readlink.
  - Depend upon misc/getopt.
  - Don't hardcode ${LOCALBASE} in new patch.
  
  PR:             ports/136940
  Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
  
  Revision  Changes    Path
  1.16      +7 -1      ports/textproc/asciidoc/Makefile
  1.1       +61 -0     ports/textproc/asciidoc/files/patch-a2x (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2009-07-28 15:54:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!