[148052] trunk/dports/x11/lablgtk
mcalhoun at macports.org
mcalhoun at macports.org
Mon Apr 25 11:38:50 PDT 2016
Revision: 148052
https://trac.macports.org/changeset/148052
Author: mcalhoun at macports.org
Date: 2016-04-25 11:38:49 -0700 (Mon, 25 Apr 2016)
Log Message:
-----------
lablgtk: backport upstream fix to allow compilation (fixes #40505)
Modified Paths:
--------------
trunk/dports/x11/lablgtk/Portfile
Added Paths:
-----------
trunk/dports/x11/lablgtk/files/
trunk/dports/x11/lablgtk/files/patch-gList.diff
Modified: trunk/dports/x11/lablgtk/Portfile
===================================================================
--- trunk/dports/x11/lablgtk/Portfile 2016-04-25 16:59:41 UTC (rev 148051)
+++ trunk/dports/x11/lablgtk/Portfile 2016-04-25 18:38:49 UTC (rev 148052)
@@ -29,6 +29,10 @@
depends_lib port:ocaml \
port:gtk1
+# see #40505
+# see also http://git.ocamlcore.org/cgi-bin/gitweb.cgi?p=lablgtk/lablgtk.git;a=commitdiff;h=d67e23408e3da8283b72f1a34649a699cc004aed
+patchfiles-append patch-gList.diff
+
# ocaml is not universal
universal_variant no
Added: trunk/dports/x11/lablgtk/files/patch-gList.diff
===================================================================
--- trunk/dports/x11/lablgtk/files/patch-gList.diff (rev 0)
+++ trunk/dports/x11/lablgtk/files/patch-gList.diff 2016-04-25 18:38:49 UTC (rev 148052)
@@ -0,0 +1,10 @@
+--- src/gList.ml.orig 2003-05-15 07:18:21.000000000 -0700
++++ src/gList.ml 2016-04-25 11:24:14.000000000 -0700
+@@ -82,7 +82,6 @@
+ method focus_row = CList.get_focus_row obj
+ method hadjustment = new GData.adjustment (CList.get_hadjustment obj)
+ method vadjustment = new GData.adjustment (CList.get_vadjustment obj)
+- method set_button_actions = CList.set_button_actions obj
+ method freeze () = CList.freeze obj
+ method thaw () = CList.thaw obj
+ method column_title = CList.get_column_title obj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160425/38814fea/attachment.html>
More information about the macports-changes
mailing list