From sunpoet@sunpoet.net  Mon Mar  5 01:18:44 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8C941106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2012 01:18:44 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 543A68FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 Mar 2012 01:18:44 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3V1NVV1Jpnz24v; Mon,  5 Mar 2012 09:16:18 +0800 (CST)
Message-Id: <3V1NVV1Jpnz24v@sunpoet.net>
Date: Mon,  5 Mar 2012 09:16:18 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bsdkaffee@gmail.com
Subject: [PATCH] audio/libtunepimp: fix build with curl 7.24.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bsdkaffee@gmail.com

>Number:         165701
>Category:       ports
>Synopsis:       [PATCH] audio/libtunepimp: fix build with curl 7.24.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 01:20:04 UTC 2012
>Closed-Date:    Mon Mar 05 02:00:59 UTC 2012
>Last-Modified:  Mon Mar  5 02:10:10 UTC 2012
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 5 01:20:15 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165701 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Mar 5 01:20:20 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165701 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bsdkaffee@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165701: [PATCH] audio/libtunepimp: fix build with curl 7.24.0
Date: Mon, 5 Mar 2012 01:20:18 UT

 Maintainer of audio/libtunepimp,
 
 Please note that PR ports/165701 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165701
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Jason E. Hale" <bsdkaffee@gmail.com>
To: bug-followup@freebsd.org,
 sunpoet@freebsd.org
Cc:  
Subject: Re: ports/165701: [PATCH] audio/libtunepimp: fix build with curl 7.24.0
Date: Sun, 4 Mar 2012 20:58:54 -0500

 I approve. Thank you.
 
 - Jason
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon Mar 5 02:00:57 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165701 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165701: commit references a PR
Date: Mon,  5 Mar 2012 02:00:55 +0000 (UTC)

 sunpoet     2012-03-05 02:00:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/libtunepimp/files patch-lib_protocol.cpp 
   Log:
   - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
   
   PR:             ports/165701
   Notified by:    makc
   Submitted by:   sunpoet (myself)
   Approved by:    Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +6 -1      ports/audio/libtunepimp/files/patch-lib_protocol.cpp
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
