Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2010 09:41:28 GMT
From:      Oleg Pudeyev <oleg@bsdpower.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144257: textproc/asciidoc: remove RUN_DEPENDS on bash and getopt
Message-ID:  <201002240941.o1O9fSNW076021@www.freebsd.org>
Resent-Message-ID: <201002240950.o1O9o0fv015088@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144257
>Category:       ports
>Synopsis:       textproc/asciidoc: remove RUN_DEPENDS on bash and getopt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 24 09:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Pudeyev
>Release:        8.0-release
>Organization:
>Environment:
FreeBSD area.universe 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Ports/142081 updated textproc/asciidoc to version 8.5.2 [1], which reimplements a2x in Python. Grepping through the source tree I could find no references to bash or getopt utility, thus I think they could be removed from RUN_DEPENDS list now.

I left port revision unchanged as technically a rebuild won't remove installed dependencies that are no longer necessary. Someone who does want to remove them could force rebuild.

[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142081
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur ../asciidoc.orig/Makefile ./Makefile
--- ../asciidoc.orig/Makefile	2010-02-24 04:25:20.000000000 -0500
+++ ./Makefile	2010-02-24 04:28:23.000000000 -0500
@@ -14,9 +14,6 @@
 MAINTAINER=	peter.schuller@infidyne.com
 COMMENT=	A text document format for writing short documents and man pages
 
-RUN_DEPENDS+=	bash:${PORTSDIR}/shells/bash \
-		getopt>=0:${PORTSDIR}/misc/getopt
-
 USE_PYTHON=	2.4+
 USE_GMAKE=	yes
 MAKE_ENV=	INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
Only in .: undepend.diff


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002240941.o1O9fSNW076021>