Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2003 05:42:31 +0400
From:      Sergey Matveychuk <sem@ciam.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kde@FreeBSD.org
Subject:   ports/56168: [PATCH] devel/doxygen wants ghostscript
Message-ID:  <E19sul5-000EaJ-5u@avim.ciam.ru>
Resent-Message-ID: <200308300150.h7U1oJQp091794@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19sul5-000EaJ-5u>