[120491] trunk/dports/devel/codeblocks

mojca at macports.org mojca at macports.org
Fri May 30 04:39:46 PDT 2014


Revision: 120491
          https://trac.macports.org/changeset/120491
Author:   mojca at macports.org
Date:     2014-05-30 04:39:46 -0700 (Fri, 30 May 2014)
Log Message:
-----------
codeblocks: change urls to tickets (development moved from BerliOS to SF)

Modified Paths:
--------------
    trunk/dports/devel/codeblocks/Portfile
    trunk/dports/devel/codeblocks/files/README
    trunk/dports/devel/codeblocks/files/patch-configure-hunspell.diff
    trunk/dports/devel/codeblocks/files/patch-configure-malloc.diff
    trunk/dports/devel/codeblocks/files/patch-configure-nodebug.diff
    trunk/dports/devel/codeblocks/files/patch-src-plugins-contrib-NassiShneiderman-NassiView.cpp.diff
    trunk/dports/devel/codeblocks/files/patch-src-sdk-wxscintilla-src-scintilla-src-CallTip.h.diff
    trunk/dports/devel/codeblocks/files/patch-src-src-Makefile.in.diff

Modified: trunk/dports/devel/codeblocks/Portfile
===================================================================
--- trunk/dports/devel/codeblocks/Portfile	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/Portfile	2014-05-30 11:39:46 UTC (rev 120491)
@@ -31,9 +31,6 @@
 depends_lib         port:boost \
                     port:hunspell
 
-# TODO:
-# patch-Makefile.diff:            not sure why it is needed
-# patch-src-src-Makefile.in.diff: https://trac.macports.org/ticket/40531
 patchfiles          patch-Makefile.diff \
                     patch-src-src-Makefile.in.diff \
                     patch-src-sdk-wxscintilla-src-scintilla-src-CallTip.h.diff \

Modified: trunk/dports/devel/codeblocks/files/README
===================================================================
--- trunk/dports/devel/codeblocks/files/README	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/files/README	2014-05-30 11:39:46 UTC (rev 120491)
@@ -3,25 +3,28 @@
   * https://trac.macports.org/ticket/40390
 
 
-  * http://developer.berlios.de/bugs/?func=detailbug&bug_id=19136&group_id=5358
+  * https://sourceforge.net/p/codeblocks/tickets/12/
+    http://developer.berlios.de/bugs/?func=detailbug&bug_id=19136&group_id=5358
     patch-src-src-Makefile.in.diff
     * hardcoded libcodeblocks.la -> libcodeblocks.dylib
-  * http://developer.berlios.de/bugs/?func=detailbug&bug_id=19110&group_id=5358
+  * https://sourceforge.net/p/codeblocks/tickets/9/
+    http://developer.berlios.de/bugs/?func=detailbug&bug_id=19110&group_id=5358
     patch-nodebug.diff
     * remove LDFLAGS="-Wl,--no-undefined" (which also overwrites other LDFLAGS)
       it should be LDFLAGS="... $LDFLAGS"
-  * http://developer.berlios.de/bugs/?func=detailbug&bug_id=19114&group_id=5358
+  * https://sourceforge.net/p/codeblocks/tickets/11/
+    http://developer.berlios.de/bugs/?func=detailbug&bug_id=19114&group_id=5358
     patch-malloc.diff
     * test for sys/malloc.h instead of malloc.h
-  * http://developer.berlios.de/bugs/?func=detailbug&bug_id=19135&group_id=5358
+  * https://sourceforge.net/p/codeblocks/tickets/10/
+    http://developer.berlios.de/bugs/?func=detailbug&bug_id=19135&group_id=5358
     reinplace "s|CB_HUNSPELL_LIBS =|CB_HUNSPELL_LIBS = -lhunspell-1.3.0|"
     * missing support for detection of hunspell on Mac
-  * http://developer.berlios.de/bugs/?func=detailbug&bug_id=19139&group_id=5358
+  * https://sourceforge.net/p/codeblocks/tickets/8/
+    http://developer.berlios.de/bugs/?func=detailbug&bug_id=19139&group_id=5358
     patch-src-plugins-contrib-NassiShneiderman-NassiView.cpp.diff
     * wxIcon doesn't work on Mac
+
   * patch-Makefile.diff
+  * patch-sdk-configmanager.cpp
 
-Lower priority (only an issue with wxGTK):
-  * http://developer.berlios.de/bugs/?func=detailbug&bug_id=19116&group_id=5358
-    patch-src-plugins-contrib-source_exporter-Makefile.diff
-    * the need to add -lfontconfig to libexporter_la_LDFLAGS (probably libexporter_la_LIBADD would also work) in Makefile[.am]

Modified: trunk/dports/devel/codeblocks/files/patch-configure-hunspell.diff
===================================================================
--- trunk/dports/devel/codeblocks/files/patch-configure-hunspell.diff	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/files/patch-configure-hunspell.diff	2014-05-30 11:39:46 UTC (rev 120491)
@@ -1,3 +1,4 @@
+https://sourceforge.net/p/codeblocks/tickets/10/
 http://developer.berlios.de/bugs/?group_id=5358&func=detailbug&bug_id=19135
 
 --- configure.orig

Modified: trunk/dports/devel/codeblocks/files/patch-configure-malloc.diff
===================================================================
--- trunk/dports/devel/codeblocks/files/patch-configure-malloc.diff	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/files/patch-configure-malloc.diff	2014-05-30 11:39:46 UTC (rev 120491)
@@ -1,3 +1,4 @@
+https://sourceforge.net/p/codeblocks/tickets/11/
 http://developer.berlios.de/bugs/?func=detailbug&bug_id=19114&group_id=5358
 --- configure.orig
 +++ configure

Modified: trunk/dports/devel/codeblocks/files/patch-configure-nodebug.diff
===================================================================
--- trunk/dports/devel/codeblocks/files/patch-configure-nodebug.diff	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/files/patch-configure-nodebug.diff	2014-05-30 11:39:46 UTC (rev 120491)
@@ -1,9 +1,10 @@
-# http://developer.berlios.de/bugs/?func=detailbug&bug_id=19110&group_id=5358
-#
-# the files where these LDFLAGS would cause problems:
-# * src/build_tools/autorevision/Makefile
-# * src/sdk/Makefile
-# * src/src/Makefile
+https://sourceforge.net/p/codeblocks/tickets/9/
+http://developer.berlios.de/bugs/?func=detailbug&bug_id=19110&group_id=5358
+
+the files where these LDFLAGS would cause problems:
+* src/build_tools/autorevision/Makefile
+* src/sdk/Makefile
+* src/src/Makefile
 #--- acinclude.m4.orig
 #+++ acinclude.m4
 #@@ -69,12 +69,10 @@ AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug], [turn on debugging (defau

Modified: trunk/dports/devel/codeblocks/files/patch-src-plugins-contrib-NassiShneiderman-NassiView.cpp.diff
===================================================================
--- trunk/dports/devel/codeblocks/files/patch-src-plugins-contrib-NassiShneiderman-NassiView.cpp.diff	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/files/patch-src-plugins-contrib-NassiShneiderman-NassiView.cpp.diff	2014-05-30 11:39:46 UTC (rev 120491)
@@ -1,6 +1,7 @@
+https://sourceforge.net/p/codeblocks/tickets/8/
 http://developer.berlios.de/bugs/?func=detailbug&bug_id=19139&group_id=5358
 
-This patch might not work with wxGTK, but it's needed for wxMAC and wxOSX (2.8 and 2.9).
+This patch might not work with wxGTK, but it's needed for wxMAC and wxOSX (2.8 and 3.0).
 It needs to be fixed upstream, but a better patch is needed to deal with the problem.
 See also http://docs.wxwidgets.org/2.9.5/overview_bitmap.html
 

Modified: trunk/dports/devel/codeblocks/files/patch-src-sdk-wxscintilla-src-scintilla-src-CallTip.h.diff
===================================================================
--- trunk/dports/devel/codeblocks/files/patch-src-sdk-wxscintilla-src-scintilla-src-CallTip.h.diff	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/files/patch-src-sdk-wxscintilla-src-scintilla-src-CallTip.h.diff	2014-05-30 11:39:46 UTC (rev 120491)
@@ -1,4 +1,4 @@
-http://developer.berlios.de/bugs/?func=detailbug&bug_id=19113&group_id=5358
+Fixed upstream in https://sourceforge.net/p/codeblocks/code/9504/
 --- src/sdk/wxscintilla/src/scintilla/src/CallTip.h.orig
 +++ src/sdk/wxscintilla/src/scintilla/src/CallTip.h
 @@ -8,6 +8,8 @@

Modified: trunk/dports/devel/codeblocks/files/patch-src-src-Makefile.in.diff
===================================================================
--- trunk/dports/devel/codeblocks/files/patch-src-src-Makefile.in.diff	2014-05-30 09:21:54 UTC (rev 120490)
+++ trunk/dports/devel/codeblocks/files/patch-src-src-Makefile.in.diff	2014-05-30 11:39:46 UTC (rev 120491)
@@ -1,5 +1,6 @@
+https://sourceforge.net/p/codeblocks/tickets/12/
+https://developer.berlios.de/bugs/?func=detailbug&bug_id=19136&group_id=5358
 https://trac.macports.org/ticket/40531
-https://developer.berlios.de/bugs/?func=detailbug&bug_id=19136&group_id=5358
 --- src/src/Makefile.in.orig
 +++ src/src/Makefile.in
 @@ -416,7 +416,7 @@ AM_CPPFLAGS = $(WX_CXXFLAGS) \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140530/2e5bd5b1/attachment.html>


More information about the macports-changes mailing list