ports/165701: [PATCH] audio/libtunepimp: fix build with curl 7.24.0

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 5 01:20:06 UTC 2012


>Number:         165701
>Category:       ports
>Synopsis:       [PATCH] audio/libtunepimp: fix build with curl 7.24.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 01:20:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012
>Description:
- Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)

Port maintainer (bsdkaffee at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- libtunepimp-0.5.3_9,1.patch begins here ---
Index: files/patch-lib_protocol.cpp
===================================================================
RCS file: /home/ncvs/ports/audio/libtunepimp/files/patch-lib_protocol.cpp,v
retrieving revision 1.1
diff -u -u -r1.1 patch-lib_protocol.cpp
--- files/patch-lib_protocol.cpp	12 Jul 2010 11:39:31 -0000	1.1
+++ files/patch-lib_protocol.cpp	5 Mar 2012 01:17:43 -0000
@@ -1,6 +1,6 @@
 --- lib/protocol.cpp.orig	2010-06-07 10:47:20.653619576 +0300
 +++ lib/protocol.cpp	2010-06-07 10:47:55.249722982 +0300
-@@ -8,6 +8,7 @@
+@@ -8,11 +8,11 @@
  -------------------------------------------------------------------*/
  #include <stdio.h>
  #include <stdlib.h>
@@ -8,3 +8,8 @@
  #include <string>
  #include <map>
  #include <expat.h>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+ using namespace std;
+ 
--- libtunepimp-0.5.3_9,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list