[98803] trunk/dports/devel/automoc

mk at macports.org mk at macports.org
Tue Oct 16 14:24:48 PDT 2012


Revision: 98803
          http://trac.macports.org//changeset/98803
Author:   mk at macports.org
Date:     2012-10-16 14:24:48 -0700 (Tue, 16 Oct 2012)
Log Message:
-----------
automoc: introduce patch from https://bugs.kde.org/show_bug.cgi?id=304111#c3 to fix boost problems (should solve ticket #35210)

Modified Paths:
--------------
    trunk/dports/devel/automoc/Portfile

Added Paths:
-----------
    trunk/dports/devel/automoc/files/
    trunk/dports/devel/automoc/files/patch-automoc4.files.in.diff

Modified: trunk/dports/devel/automoc/Portfile
===================================================================
--- trunk/dports/devel/automoc/Portfile	2012-10-16 19:33:53 UTC (rev 98802)
+++ trunk/dports/devel/automoc/Portfile	2012-10-16 21:24:48 UTC (rev 98803)
@@ -10,7 +10,7 @@
 
 name                automoc
 version             0.9.88
-revision            3
+revision            4
 categories          devel kde kde4
 license             BSD
 maintainers         nomaintainer
@@ -25,6 +25,8 @@
                     sha1    d864c3dda99d8b5f625b9267acfa1d88ff617e3a \
                     rmd160  8545f159092c9237f8c0f0f14b0dca9bfeac5c19
 
+patchfiles          patch-automoc4.files.in.diff
+
 livecheck.type		regex
 livecheck.url		http://www.gtlib.gatech.edu/pub/kde/stable/${name}4/
 livecheck.regex		"\(\\d+(?:\\.\\d+)*)\/"

Added: trunk/dports/devel/automoc/files/patch-automoc4.files.in.diff
===================================================================
--- trunk/dports/devel/automoc/files/patch-automoc4.files.in.diff	                        (rev 0)
+++ trunk/dports/devel/automoc/files/patch-automoc4.files.in.diff	2012-10-16 21:24:48 UTC (rev 98803)
@@ -0,0 +1,14 @@
+--- automoc4.files.in.old	2012-10-16 23:14:22.000000000 +0200
++++ automoc4.files.in	2012-10-16 23:15:02.000000000 +0200
+@@ -1,9 +1,9 @@
+ SOURCES:
+ @_moc_files@
+ MOC_COMPILE_DEFINITIONS:
+- at _moc_cdefs@
++ at _moc_cdefs@;BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+ MOC_DEFINITIONS:
+- at _moc_defs@
++ at _moc_defs@ -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+ MOC_INCLUDES:
+ @_moc_incs@
+ CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121016/042162db/attachment.html>


More information about the macports-changes mailing list