Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2011 17:39:27 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159832: [PATCH] graphics/graphviz: Invalidity of optional ghostscript
Message-ID:  <4E4B7E3F.6080200@airport.fm>
Resent-Message-ID: <201108170840.p7H8e8I6008247@freefall.freebsd.org>
In-Reply-To: <201108170822.p7H8MiFb043471@dhcp-releng6>
References:  <201108170822.p7H8MiFb043471@dhcp-releng6>

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

>Number:         159832
>Category:       ports
>Synopsis:       [PATCH] graphics/graphviz: Invalidity of optional ghostscript
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 08:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
The library is installed even if not keeping optional and effective
in the environment that ghostscript has installed.
>How-To-Repeat:
>Fix:
--- graphviz.patch begins here ---
--- /usr/ports/graphics/graphviz/Makefile	2011-08-01 00:07:05.000000000 +0900
+++ graphics/graphviz/Makefile	2011-08-17 17:21:28.000000000 +0900
@@ -395,6 +395,7 @@
 USE_GHOSTSCRIPT=	yes
 PLIST_SUB+=		WITH_GHOSTSCRIPT=""
 .else
+CONFIGURE_ARGS+=	--with-ghostscript=no
 PLIST_SUB+=		WITH_GHOSTSCRIPT="@comment "
 .endif
--- graphviz.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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