[110759] trunk/dports/devel/codeblocks/Portfile
mojca at macports.org
mojca at macports.org
Thu Sep 5 07:09:12 PDT 2013
Revision: 110759
https://trac.macports.org/changeset/110759
Author: mojca at macports.org
Date: 2013-09-05 07:09:11 -0700 (Thu, 05 Sep 2013)
Log Message:
-----------
codeblocks: hunspell is only needed for gtk, disable NassiShneiderman (broken with Carbon, #40389)
Modified Paths:
--------------
trunk/dports/devel/codeblocks/Portfile
Modified: trunk/dports/devel/codeblocks/Portfile
===================================================================
--- trunk/dports/devel/codeblocks/Portfile 2013-09-05 13:54:21 UTC (rev 110758)
+++ trunk/dports/devel/codeblocks/Portfile 2013-09-05 14:09:11 UTC (rev 110759)
@@ -38,13 +38,8 @@
# TODO: apparently more dependencies are needed in this version, please help complete the list (see also the list below)
depends_build path:bin/pkg-config:pkgconfig
-depends_lib port:boost \
- port:hunspell
+depends_lib port:boost
-# FileManager requires "gamin" to be installed when using wxGTK,
-# so it was disabled for now
-configure.args "--with-contrib-plugins=all,-FileManager"
-
# TODO:
# patch-MouseSap-Makefile.diff: report upstream
# patch-Makefile.diff: not sure why it is needed
@@ -117,7 +112,9 @@
variant wxwidgets28 conflicts wxgtk28 description {Use 32-bit Carbon-based wxWidgets 2.8} {
wxWidgets.use wxWidgets-2.8
depends_lib-append port:${wxWidgets.port}
- configure.args-append --with-wxdir=${wxWidgets.wxdir}
+ # NassiShneiderman seems to be broken (http://trac.macports.org/ticket/40389)
+ configure.args-append --with-wxdir=${wxWidgets.wxdir} \
+ --with-contrib-plugins=all,-NassiShneiderman
if {${wxWidgets.sdk} != ""} {
configure.sdkroot ${wxWidgets.sdk}
@@ -142,6 +139,7 @@
port:graphite2 \
port:gtk2 \
port:harfbuzz \
+ port:hunspell \
port:libffi \
port:libiconv \
port:libpixman \
@@ -161,7 +159,10 @@
port:xorg-libxcb \
port:xrender \
port:zlib
- configure.args-append --with-wxdir=${wxWidgets.wxdir}
+ # FileManager requires "gamin" to be installed when using wxGTK,
+ # so it was disabled for now
+ configure.args-append --with-wxdir=${wxWidgets.wxdir} \
+ --with-contrib-plugins=all,-FileManager
}
if {![variant_isset wxwidgets28] && ![variant_isset wxgtk28]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130905/05e39e4f/attachment.html>
More information about the macports-changes
mailing list