[53590] trunk/dports/textproc/doxygen/Portfile
css at macports.org
css at macports.org
Thu Jul 9 03:53:27 PDT 2009
Revision: 53590
http://trac.macports.org/changeset/53590
Author: css at macports.org
Date: 2009-07-09 03:53:26 -0700 (Thu, 09 Jul 2009)
Log Message:
-----------
Remove link line reinplace and pre-Leopard iconv patches that caused trouble on earlier systems. None of these appear to be needed with 1.5.9. refs #19851
Modified Paths:
--------------
trunk/dports/textproc/doxygen/Portfile
Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile 2009-07-09 10:39:59 UTC (rev 53589)
+++ trunk/dports/textproc/doxygen/Portfile 2009-07-09 10:53:26 UTC (rev 53590)
@@ -4,6 +4,7 @@
name doxygen
version 1.5.9
+revision 1
categories textproc devel
maintainers css
description Documentation system for several programming languages
@@ -43,8 +44,8 @@
# ensure correct compilers and compiler options are used
reinplace "/^TMAKE_CC\[\[:space:\]\]/s%=.*%= ${configure.cc} ${configure.cppflags}%" ${tmake_conf}
reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.cppflags}%" ${tmake_conf}
- reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags}%" ${tmake_conf}
- reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags}%" ${tmake_conf}
+ reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
+ reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
# may not be strictly necessary, but remove trailing '/' from DESTDIR
reinplace "s|\$(DESTDIR)/|\$(DESTDIR)|g" ${worksrcpath}/Makefile.in
@@ -98,11 +99,6 @@
set tmake_conf ${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf
configure.args-append --platform macosx-uni-c++
}
-
- # If pre-Leopard, apply this patch for iconv().
- if { ${os.major} < 9 } {
- patchfiles-append patch-portable.cpp.diff
- }
}
platform darwin 10 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090709/f099f365/attachment.html>
More information about the macports-changes
mailing list