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: ports/137585: [PATCH] accessibility/gnome-mag: plist broken when doxygen is installed Message-ID: <4a7e20e6.06a1660a.418b.6866@mx.google.com> Resent-Message-ID: <200908090110.n791A1o5043984@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a7e20e6.06a1660a.418b.6866>