Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Aug 2009 03:05:40 +0200
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] accessibility/gnome-mag: plist broken when doxygen is installed
Message-ID:  <4a7e20e6.06a1660a.418b.6866@mx.google.com>

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

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a7e20e6.06a1660a.418b.6866>