[38364] trunk/dports/net/lftp

simon at macports.org simon at macports.org
Thu Jul 17 09:02:42 PDT 2008


Revision: 38364
          http://trac.macosforge.org/projects/macports/changeset/38364
Author:   simon at macports.org
Date:     2008-07-17 09:02:42 -0700 (Thu, 17 Jul 2008)
Log Message:
-----------
net/lftp: Updated to 3.7.3, closes #15745.

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

Added Paths:
-----------
    trunk/dports/net/lftp/files/patch-lib_poll.in.h.diff

Modified: trunk/dports/net/lftp/Portfile
===================================================================
--- trunk/dports/net/lftp/Portfile	2008-07-17 15:51:08 UTC (rev 38363)
+++ trunk/dports/net/lftp/Portfile	2008-07-17 16:02:42 UTC (rev 38364)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                lftp
-version             3.7.2
+version             3.7.3
 categories          net
 platforms           darwin
 maintainers         yunzheng.hu at gmail.com
@@ -27,9 +27,9 @@
                     ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/ \
                     http://ftp.yars.free.net/pub/source/${name}/
 use_bzip2           yes
-checksums           md5 17956cdb9fe3032825b4a1760644bcaf \
-                    sha1 231dbe7ad4252142be240dbe5de87852bb4ca874 \
-                    rmd160 6dafd1020e65a43810feac963de1347493d772c6
+checksums           md5 fc98506620b059d712341d624eb720d6 \
+                    sha1 0f212eccd4deb71660bc44785e42a36c10edfd32 \
+                    rmd160 4e5e2d06e5b65736c0c1ba120559f348d8832e12
 
 depends_lib         port:expat \
                     port:libiconv \
@@ -37,6 +37,8 @@
                     port:openssl \
                     port:readline
 
+patchfiles          patch-lib_poll.in.h.diff
+
 configure.args      --with-openssl \
                     --without-gnutls \
                     --disable-nls

Added: trunk/dports/net/lftp/files/patch-lib_poll.in.h.diff
===================================================================
--- trunk/dports/net/lftp/files/patch-lib_poll.in.h.diff	                        (rev 0)
+++ trunk/dports/net/lftp/files/patch-lib_poll.in.h.diff	2008-07-17 16:02:42 UTC (rev 38364)
@@ -0,0 +1,18 @@
+Index: lib/poll.in.h
+===================================================================
+--- lib/poll.in.h.orig	2008-05-19 13:28:10.000000000 +0200
++++ lib/poll.in.h	2008-07-15 18:33:31.000000000 +0200
+@@ -43,7 +43,13 @@
+ 
+ typedef unsigned long nfds_t;
+ 
++#ifdef __cplusplus
++extern "C" {
++#endif
+ extern int poll (struct pollfd *pfd, nfds_t nfd, int timeout);
++#ifdef __cplusplus
++}
++#endif
+ 
+ /* Define INFTIM only if doing so conforms to POSIX.  */
+ #if !defined (_POSIX_C_SOURCE) && !defined (_XOPEN_SOURCE)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080717/192a29fc/attachment.html 


More information about the macports-changes mailing list