From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 20 20:30:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C98E1065687 for ; Mon, 20 Jul 2009 20:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3833E8FC1D for ; Mon, 20 Jul 2009 20:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6KKU5xe040229 for ; Mon, 20 Jul 2009 20:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6KKU5NT040228; Mon, 20 Jul 2009 20:30:05 GMT (envelope-from gnats) Resent-Date: Mon, 20 Jul 2009 20:30:05 GMT Resent-Message-Id: <200907202030.n6KKU5NT040228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Schuller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DCC61065689 for ; Mon, 20 Jul 2009 20:28:11 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id EDF7E8FC19 for ; Mon, 20 Jul 2009 20:28:10 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from iph2.telenor.se (195.54.127.133) by proxy1.bredband.net (7.3.140.3) id 49F5A15201BA32DC for FreeBSD-gnats-submit@freebsd.org; Mon, 20 Jul 2009 22:28:09 +0200 Received: from c-9b9b72d5.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([213.114.155.155]) by iph2.telenor.se with ESMTP; 20 Jul 2009 22:28:09 +0200 Received: by prometheus.scode.org (Postfix, from userid 0) id 990213ABBA7; Mon, 20 Jul 2009 22:28:17 +0200 (CEST) Message-Id: <20090720202817.990213ABBA7@prometheus.scode.org> Date: Mon, 20 Jul 2009 22:28:17 +0200 (CEST) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136940: [MAINTAINER] textproc/asciidoc: use realpath instead of GNU readlink X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2009 20:30:06 -0000 >Number: 136940 >Category: ports >Synopsis: [MAINTAINER] textproc/asciidoc: use realpath instead of GNU readlink >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 20 20:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 8.0-BETA1 amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 8.0-BETA1 FreeBSD 8.0-BETA1 #0: Thu Jul 9 00:51:47 CEST >Description: 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 >How-To-Repeat: >Fix: --- asciidoc-8.4.5_1.patch begins here --- 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" --- asciidoc-8.4.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: