[120609] trunk/dports/textproc/doxygen

g5pw at macports.org g5pw at macports.org
Tue Jun 3 02:36:16 PDT 2014


Revision: 120609
          https://trac.macports.org/changeset/120609
Author:   g5pw at macports.org
Date:     2014-06-03 02:36:16 -0700 (Tue, 03 Jun 2014)
Log Message:
-----------
textproc/doxygen:
  fix docs variant, upstream changed makefile to use python in $PYTHON variable
  do not revbump since doxygen +docs wouldn't build anyway

Modified Paths:
--------------
    trunk/dports/textproc/doxygen/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/doxygen/files/patch-doc-Makefile.in.diff

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2014-06-03 08:56:19 UTC (rev 120608)
+++ trunk/dports/textproc/doxygen/Portfile	2014-06-03 09:36:16 UTC (rev 120609)
@@ -120,11 +120,12 @@
 
 variant docs description {Include the doxygen PDF documentation and LaTeX} requires {latex} {
     patchfiles-delete       patch-configure.diff
-    patchfiles-append       patch-doc-Makefile.in.diff
 
     configure.args-append   --docdir ${prefix}/share/doc \
                             --dot ${prefix}/bin/dot
 
+    configure.python        ${prefix}/bin/python2.7
+
     depends_build-append    path:bin/dot:graphviz \
                             bin:python2.7:python27
     build.target-append     pdf

Deleted: trunk/dports/textproc/doxygen/files/patch-doc-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/doxygen/files/patch-doc-Makefile.in.diff	2014-06-03 08:56:19 UTC (rev 120608)
+++ trunk/dports/textproc/doxygen/files/patch-doc-Makefile.in.diff	2014-06-03 09:36:16 UTC (rev 120609)
@@ -1,10 +0,0 @@
---- doc/Makefile.in.orig	2012-01-29 10:11:54.000000000 -0500
-+++ doc/Makefile.in	2013-03-08 00:12:58.000000000 -0500
-@@ -31,6 +31,6 @@
- language: language.doc 
- 
- language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.py
--	python translator.py
-+	python2.7 translator.py
- 
- FORCE:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140603/55591215/attachment.html>


More information about the macports-changes mailing list