[PATCH] accessibility/gnome-mag: plist broken when doxygen is
installed
Marcin Wisnicki
mwisnicki+freebsd at gmail.com
Sun Aug 9 01:37:14 UTC 2009
>Submitter-Id: current-users
>Originator: Marcin Wisnicki
>Organization:
>Confidential: no
>Synopsis: [PATCH] accessibility/gnome-mag: plist broken when doxygen is installed
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 7.2-STABLE i386
>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 ---
More information about the freebsd-gnome
mailing list