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
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!