[111276] trunk/dports/gnome/linsmith

jmr at macports.org jmr at macports.org
Tue Sep 17 22:26:05 PDT 2013


Revision: 111276
          https://trac.macports.org/changeset/111276
Author:   jmr at macports.org
Date:     2013-09-17 22:26:05 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
linsmith: add files dir

Added Paths:
-----------
    trunk/dports/gnome/linsmith/files/
    trunk/dports/gnome/linsmith/files/return-types.diff

Added: trunk/dports/gnome/linsmith/files/return-types.diff
===================================================================
--- trunk/dports/gnome/linsmith/files/return-types.diff	                        (rev 0)
+++ trunk/dports/gnome/linsmith/files/return-types.diff	2013-09-18 05:26:05 UTC (rev 111276)
@@ -0,0 +1,22 @@
+--- src/element.c.orig	2012-03-15 02:40:30.000000000 +1100
++++ src/element.c	2013-09-18 15:12:04.000000000 +1000
+@@ -306,7 +306,7 @@ clear_element_ptlist(chart_ptlist *ptlst
+   *ptlst = NULL;
+ }
+ 
+-
++void
+ clear_element_lnlist(chart_lnlist *lnlst)
+ {
+   GList *l;
+--- src/remote.c.orig	2007-11-12 14:09:03.000000000 +1100
++++ src/remote.c	2013-09-18 15:18:33.000000000 +1000
+@@ -36,7 +36,7 @@ int
+ remove_fifos(gpointer data)
+ {
+   // if not even enabled manually, just go away
+-  if (pref.rem_mode != REMOTE_SOCK) return;
++  if (pref.rem_mode != REMOTE_SOCK) return 0;
+   
+ printf("Removing the remote pipes\n");
+   close(pref.inpipe);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130917/dc29d2b6/attachment.html>


More information about the macports-changes mailing list