Summary: | [MAINTAINER] textproc/asciidoc: use realpath instead of GNU readlink | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Peter Schuller <peter.schuller> | ||||
Component: | Individual Port(s) | Assignee: | Wesley Shields <wxs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Peter Schuller
2009-07-20 21:30:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it. > (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 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" State Changed From-To: open->closed Committed. Thanks! |