From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 29 18:50:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52DF16A4BF for ; Fri, 29 Aug 2003 18:50:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E0143FCB for ; Fri, 29 Aug 2003 18:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7U1oJUp091795 for ; Fri, 29 Aug 2003 18:50:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7U1oJQp091794; Fri, 29 Aug 2003 18:50:19 -0700 (PDT) Resent-Date: Fri, 29 Aug 2003 18:50:19 -0700 (PDT) Resent-Message-Id: <200308300150.h7U1oJQp091794@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC90216A4BF; Fri, 29 Aug 2003 18:42:34 -0700 (PDT) Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1845C43FB1; Fri, 29 Aug 2003 18:42:34 -0700 (PDT) (envelope-from root@ciam.ru) Received: from exim by mail.ciam.ru with drweb-scanned (Exim 4.20) id 19sul5-0006ol-Vj; Sat, 30 Aug 2003 05:42:31 +0400 Received: from avim.ciam.ru ([192.168.1.3]) by mail.ciam.ru with esmtp (Exim 4.20) id 19sul5-0006ob-G0; Sat, 30 Aug 2003 05:42:31 +0400 Received: from root by avim.ciam.ru with local (Exim 4.20) id 19sul5-000EaJ-5u; Sat, 30 Aug 2003 05:42:31 +0400 Message-Id: Date: Sat, 30 Aug 2003 05:42:31 +0400 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: kde@FreeBSD.org Subject: ports/56168: [PATCH] devel/doxygen wants ghostscript X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 01:50:21 -0000 >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: