[67836] trunk/dports/textproc/doxygen/Portfile

css at macports.org css at macports.org
Wed May 19 04:55:43 PDT 2010


Revision: 67836
          http://trac.macports.org/changeset/67836
Author:   css at macports.org
Date:     2010-05-19 04:55:40 -0700 (Wed, 19 May 2010)
Log Message:
-----------
Fix building doxywizard by applying the patch from #24137 and fixing the path to qmake in the doxywizard Makefile.in. refs #24137

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2010-05-19 10:27:20 UTC (rev 67835)
+++ trunk/dports/textproc/doxygen/Portfile	2010-05-19 11:55:40 UTC (rev 67836)
@@ -4,6 +4,7 @@
 
 name			doxygen
 version			1.6.3
+revision		1
 categories		textproc devel
 maintainers		css
 description		Documentation system for several programming languages
@@ -85,9 +86,10 @@
     reinplace "s|/Developer/qt/bin/qmake|${prefix}/bin/qmake-mac|g" ${worksrcpath}/addon/doxywizard/Makefile.doxywizard
 		# give doxywizard the more mac-like name of DoxyWizard
 		reinplace "/^TARGET\[\[:space:\]\]/s%=.*%= DoxyWizard%" ${worksrcpath}/addon/doxywizard/doxywizard.pro.in
-
+		reinplace "/^macx-g++\[\[:space:\]\]{/,/}/d" ${worksrcpath}/addon/doxywizard/doxywizard.pro.in
 		reinplace "s|__APPLICATIONS_DIR__|${applications_dir}|" ${worksrcpath}/addon/doxywizard/Makefile.in
 		reinplace "s|\$(INSTALL)|\$(DESTDIR)\$(INSTALL)|g" ${worksrcpath}/addon/doxywizard/Makefile.in
+		reinplace "s|QMAKE=qmake|QMAKE=${prefix}/bin/qmake-mac|g" ${worksrcpath}/addon/doxywizard/Makefile.in
 	}
 
 	post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100519/b14895b7/attachment-0001.html>


More information about the macports-changes mailing list