ports/144257: textproc/asciidoc: remove RUN_DEPENDS on bash and getopt

Oleg Pudeyev oleg at bsdpower.com
Wed Feb 24 09:50:01 UTC 2010


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list