FreeBSD Bugzilla – Attachment 98105 Details for
Bug 136940
[MAINTAINER] textproc/asciidoc: use realpath instead of GNU readlink
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
asciidoc-8.4.5_1.patch
asciidoc-8.4.5_1.patch (text/plain), 1.07 KB, created by
Peter Schuller
on 2009-07-20 21:30:04 UTC
(
hide
)
Description:
asciidoc-8.4.5_1.patch
Filename:
MIME Type:
Creator:
Peter Schuller
Created:
2009-07-20 21:30:04 UTC
Size:
1.07 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/Makefile /usr/ports/textproc/asciidoc/Makefile >--- /usr/ports/textproc/asciidoc.orig/Makefile 2009-07-06 00:24:18.000000000 +0200 >+++ /usr/ports/textproc/asciidoc/Makefile 2009-07-20 22:26:37.556331060 +0200 >@@ -7,6 +7,7 @@ > > PORTNAME= asciidoc > PORTVERSION= 8.4.5 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ > SF >diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/files/patch-a2x /usr/ports/textproc/asciidoc/files/patch-a2x >--- /usr/ports/textproc/asciidoc.orig/files/patch-a2x 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/files/patch-a2x 2009-07-20 22:23:42.163169197 +0200 >@@ -0,0 +1,11 @@ >+--- ./a2x.orig 2009-07-20 13:49:35.139308000 +0000 >++++ ./a2x 2009-07-20 13:52:55.111653855 +0000 >+@@ -13,7 +13,7 @@ >+ if [ ! -e "$REALNAME" ]; then >+ REALNAME=$(which "$REALNAME") >+ fi >+-REALNAME="$(readlink -f "$REALNAME")" >++REALNAME="$(realpath "$REALNAME")" >+ CONF_DIR=/etc/asciidoc >+ # FOP executable is named fop on some systems. >+ FOP_COMMAND="fop.sh"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136940
: 98105