ports/56168: [PATCH] devel/doxygen wants ghostscript

Sergey Matveychuk sem at ciam.ru
Sat Aug 30 01:50:21 UTC 2003


>Number:         56168
>Category:       ports
>Synopsis:       [PATCH] devel/doxygen wants ghostscript
>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:   Fri Aug 29 18:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD avim.ciam.ru 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #0: Wed Aug 20 10:16:57 MSD 2003
>Description:
My last patch don't fix all problems with doxygen builds on bento.
It's because of doxygen wants ghostscript on full build.
So add it with GSPORT.

Port maintainer (kde at freebsd.org) is cc'd.

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- doxygen-1.3.3.patch begins here ---
--- Makefile.orig	Sat Aug 30 04:57:09 2003
+++ Makefile	Sat Aug 30 05:16:36 2003
@@ -26,7 +26,9 @@
 .if !defined(WITHOUT_LATEX)
 ALL_TARGET+=	pdf
 PLIST_SUB+=	HAVE_LATEX=""
-BUILD_DEPENDS+=	latex:${PORTSDIR}/print/teTeX
+GSPORT?=	print/ghostscript-gnu
+BUILD_DEPENDS+=	latex:${PORTSDIR}/print/teTeX \
+		gs:${PORTSDIR}/${GSPORT}
 MAKE_ARGS+=	HAVE_LATEX=yes
 .else # !defined(WITHOUT_LATEX)
 PLIST_SUB+=	HAVE_LATEX="@comment "
--- doxygen-1.3.3.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list