[36337] trunk/dports/net/tf

ryandesign at macports.org ryandesign at macports.org
Sun Apr 27 06:33:32 PDT 2008


Revision: 36337
          http://trac.macosforge.org/projects/macports/changeset/36337
Author:   ryandesign at macports.org
Date:     2008-04-27 06:33:32 -0700 (Sun, 27 Apr 2008)

Log Message:
-----------
tf: maintainer update to fix build on Mac OS X 10.5 Leopard; closes #14866

Modified Paths:
--------------
    trunk/dports/net/tf/Portfile

Added Paths:
-----------
    trunk/dports/net/tf/files/
    trunk/dports/net/tf/files/patch-src-malloc.c.diff

Modified: trunk/dports/net/tf/Portfile
===================================================================
--- trunk/dports/net/tf/Portfile	2008-04-27 13:30:18 UTC (rev 36336)
+++ trunk/dports/net/tf/Portfile	2008-04-27 13:33:32 UTC (rev 36337)
@@ -21,6 +21,8 @@
                  --enable-getaddrinfo \
                  --disable-ssl
 
+patchfiles	patch-src-malloc.c.diff
+
 destroot.destdir prefix=${destroot}${prefix}
 
 variant ssl {

Added: trunk/dports/net/tf/files/patch-src-malloc.c.diff
===================================================================
--- trunk/dports/net/tf/files/patch-src-malloc.c.diff	                        (rev 0)
+++ trunk/dports/net/tf/files/patch-src-malloc.c.diff	2008-04-27 13:33:32 UTC (rev 36337)
@@ -0,0 +1,10 @@
+--- src/malloc.c.orig	2008-03-30 23:45:07.000000000 +0100
++++ src/malloc.c	2008-03-30 23:45:25.000000000 +0100
+@@ -7,6 +7,7 @@
+  ************************************************************************/
+ static const char RCSid[] = "$Id: malloc.c,v 35004.22 2007/01/13 23:12:39 kkeys Exp $";
+ 
++#include <sys/types.h>
+ #include "tfconfig.h"
+ #include "port.h"
+ #include "signals.h"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080427/f7189953/attachment.html


More information about the macports-changes mailing list