Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2006 23:37:36 +0200 (CEST)
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        portmaint@melvyn.homeunix.org
Subject:   ports/103164: [PATCH] devel/doxygen: unbreak plist without LaTeX
Message-ID:  <200609112137.k8BLbaKF026190@ghost.pnet.one.pl>
Resent-Message-ID: <200609112140.k8BLeIci032380@freefall.freebsd.org>

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

>Number:         103164
>Category:       ports
>Synopsis:       [PATCH] devel/doxygen: unbreak plist without LaTeX
>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:   Mon Sep 11 21:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Wisnicki
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.pnet.one.pl 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon Aug  7 23:30:25 CEST
>Description:
Some files are not built and installed when there is no LaTeX in the system,
this breaks package build.

Port maintainer (portmaint@melvyn.homeunix.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
cd /usr/ports/deve/doxygen
make WITHOUT_LATEX=y clean package

no package will be built because of missing files
>Fix:

--- doxygen-1.4.7.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/doxygen.orig/pkg-plist /usr/ports/devel/doxygen/pkg-plist
--- /usr/ports/devel/doxygen.orig/pkg-plist	Wed Jun 28 03:16:47 2006
+++ /usr/ports/devel/doxygen/pkg-plist	Mon Sep 11 20:39:39 2006
@@ -489,13 +489,13 @@
 %%PORTDOCS%%%%DOCSDIR%%/html/external.html
 %%PORTDOCS%%%%DOCSDIR%%/html/faq.html
 %%PORTDOCS%%%%DOCSDIR%%/html/features.html
-%%PORTDOCS%%%%DOCSDIR%%/html/form_0.png
-%%PORTDOCS%%%%DOCSDIR%%/html/form_1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/form_2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/form_3.png
-%%PORTDOCS%%%%DOCSDIR%%/html/form_4.png
-%%PORTDOCS%%%%DOCSDIR%%/html/form_5.png
-%%PORTDOCS%%%%DOCSDIR%%/html/formula.repository
+%%PORTDOCS%%%%HAVE_LATEX%%%%DOCSDIR%%/html/form_0.png
+%%PORTDOCS%%%%HAVE_LATEX%%%%DOCSDIR%%/html/form_1.png
+%%PORTDOCS%%%%HAVE_LATEX%%%%DOCSDIR%%/html/form_2.png
+%%PORTDOCS%%%%HAVE_LATEX%%%%DOCSDIR%%/html/form_3.png
+%%PORTDOCS%%%%HAVE_LATEX%%%%DOCSDIR%%/html/form_4.png
+%%PORTDOCS%%%%HAVE_LATEX%%%%DOCSDIR%%/html/form_5.png
+%%PORTDOCS%%%%HAVE_LATEX%%%%DOCSDIR%%/html/formula.repository
 %%PORTDOCS%%%%DOCSDIR%%/html/formulas.html
 %%PORTDOCS%%%%DOCSDIR%%/html/grouping.html
 %%PORTDOCS%%%%DOCSDIR%%/html/history.html
--- doxygen-1.4.7.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?200609112137.k8BLbaKF026190>