ports/137585: [PATCH] accessibility/gnome-mag: plist broken when doxygen is installed

Marcin Wisnicki mwisnicki+freebsd at gmail.com
Sun Aug 9 01:10:02 UTC 2009


>Number:         137585
>Category:       ports
>Synopsis:       [PATCH] accessibility/gnome-mag: plist broken when doxygen is installed
>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:   Sun Aug 09 01:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Marcin Wisnicki
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.pnet.one.pl 7.2-STABLE FreeBSD 7.2-STABLE #2: Sun Aug  2 16:43:15 CEST
>Description:
When doxygen is installed, api documentation will be build and installed with gnome-mag.
Attached patch disables this behaviour.

Added file(s):
- files/patch-docs_reference_Makefile.in

Port maintainer (gnome at FreeBSD.org) is cc'd.

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

--- gnome-mag-0.15.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/accessibility/gnome-mag.orig/files/patch-docs_reference_Makefile.in /usr/ports/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in
--- /usr/ports/accessibility/gnome-mag.orig/files/patch-docs_reference_Makefile.in	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/accessibility/gnome-mag/files/patch-docs_reference_Makefile.in	2009-08-09 02:55:47.000000000 +0200
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig	2009-08-09 02:49:17.000000000 +0200
++++ docs/reference/Makefile.in	2009-08-09 02:54:54.000000000 +0200
+@@ -418,8 +418,6 @@
+ 
+ html/index.html:
+ 	-rm -rf html
+-	-doxygen $(doxygen_configfile) \
+-	2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
+ 
+ gnome-mag-reference-html.tar.gz: html/index.html
+ 	tar cf - html | gzip -c --best >$@
--- gnome-mag-0.15.8.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list