[125099] trunk/dports/net/GTorrentViewer

jmr at macports.org jmr at macports.org
Thu Sep 4 23:04:24 PDT 2014


Revision: 125099
          https://trac.macports.org/changeset/125099
Author:   jmr at macports.org
Date:     2014-09-04 23:04:24 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
GTorrentViewer: fix building with current curl

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

Added Paths:
-----------
    trunk/dports/net/GTorrentViewer/files/
    trunk/dports/net/GTorrentViewer/files/src_main.c.patch

Modified: trunk/dports/net/GTorrentViewer/Portfile
===================================================================
--- trunk/dports/net/GTorrentViewer/Portfile	2014-09-05 05:58:57 UTC (rev 125098)
+++ trunk/dports/net/GTorrentViewer/Portfile	2014-09-05 06:04:24 UTC (rev 125099)
@@ -30,6 +30,8 @@
                     port:curl \
                     port:p${perl_version}-xml-parser
 
+patchfiles          src_main.c.patch
+
 configure.args      --mandir=${prefix}/share/man \
                     --with-curl-config=${prefix}/bin \
                     --disable-gtktest

Added: trunk/dports/net/GTorrentViewer/files/src_main.c.patch
===================================================================
--- trunk/dports/net/GTorrentViewer/files/src_main.c.patch	                        (rev 0)
+++ trunk/dports/net/GTorrentViewer/files/src_main.c.patch	2014-09-05 06:04:24 UTC (rev 125099)
@@ -0,0 +1,10 @@
+--- src/main.c.orig	2004-10-26 14:40:25.000000000 +1000
++++ src/main.c	2014-09-05 16:02:46.000000000 +1000
+@@ -40,7 +40,6 @@
+ #include <errno.h>
+ 
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h> 
+ 
+ #include "bencode.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/f6095a6d/attachment.html>


More information about the macports-changes mailing list