From steve@mouf.net  Sun Sep  2 20:30:11 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1EF7C106566B;
	Sun,  2 Sep 2012 20:30:11 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	by mx1.freebsd.org (Postfix) with ESMTP id C74908FC16;
	Sun,  2 Sep 2012 20:30:10 +0000 (UTC)
Received: from meatwad.mouf.net ([IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4d])
	by mouf.net (8.14.5/8.14.5) with ESMTP id q82KS9gu099520
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 2 Sep 2012 16:28:10 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q82KTphV078012;
	Sun, 2 Sep 2012 16:29:51 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201209022029.q82KTphV078012@meatwad.mouf.net>
Date: Sun, 2 Sep 2012 16:29:51 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sunpoet@freebsd.org
Subject: [PATCH] ftp/curl: install autoconf file for curl
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171260
>Category:       ports
>Synopsis:       [PATCH] ftp/curl: install autoconf file for curl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 20:40:09 UTC 2012
>Closed-Date:    Tue Sep 18 20:45:52 UTC 2012
>Last-Modified:  Tue Sep 18 20:50:12 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r239244M: Mon Aug 13 23:21:42 EDT
>Description:
Port does not currently install it's autoconf file. Attached patch fixes that.
This is needed because some software doesn't use pkg-config to find curl. Some
software I'm working on porting needs this change.  If there is a better way,
please let me know.

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

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

--- curl-7.24.0_1.patch begins here ---
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 303575)
+++ pkg-plist	(working copy)
@@ -9,6 +9,7 @@
 include/curl/multi.h
 include/curl/stdcheaders.h
 include/curl/typecheck-gcc.h
+share/aclocal/libcurl.m4
 @dirrm include/curl
 lib/libcurl.a
 lib/libcurl.la
Index: Makefile
===================================================================
--- Makefile	(revision 303575)
+++ Makefile	(working copy)
@@ -7,6 +7,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.24.0
+PORTREVISION=	1
 CATEGORIES=	ftp ipv6 www
 MASTER_SITES=	http://curl.haxx.se/download/ \
 		LOCAL/sunpoet
@@ -210,6 +211,7 @@
 	@${REINPLACE_CMD} -e '/require "valgrind.pm";/d' ${WRKSRC}/tests/runtests.pl
 
 post-install:
+	${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal
 .if !defined(BUILDING_HIPHOP)
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}/ ${DOCSDIR}/libcurl/
--- curl-7.24.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 2 20:40:20 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171260 
Responsible-Changed-From-To: sunpoet->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Tue Sep 18 20:40:48 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171260 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Tue Sep 18 20:45:51 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171260: commit references a PR
Date: Tue, 18 Sep 2012 20:45:59 +0000 (UTC)

 Author: swills
 Date: Tue Sep 18 20:45:45 2012
 New Revision: 304457
 URL: http://svn.freebsd.org/changeset/ports/304457
 
 Log:
   - Install the autoconf file for libcurl
   
   PR:		ports/171260
   Approved by:	maintainer timeout (sunpoet, >2 weeks)
 
 Modified:
   head/ftp/curl/Makefile
   head/ftp/curl/pkg-plist   (contents, props changed)
 
 Modified: head/ftp/curl/Makefile
 ==============================================================================
 --- head/ftp/curl/Makefile	Tue Sep 18 20:41:15 2012	(r304456)
 +++ head/ftp/curl/Makefile	Tue Sep 18 20:45:45 2012	(r304457)
 @@ -7,6 +7,7 @@
  
  PORTNAME=	curl
  PORTVERSION=	7.24.0
 +PORTREVISION=	1
  CATEGORIES=	ftp ipv6 www
  MASTER_SITES=	http://curl.haxx.se/download/ \
  		LOCAL/sunpoet
 @@ -210,6 +211,7 @@ post-patch:
  	@${REINPLACE_CMD} -e '/require "valgrind.pm";/d' ${WRKSRC}/tests/runtests.pl
  
  post-install:
 +	${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal
  .if !defined(BUILDING_HIPHOP)
  .if !defined(NOPORTDOCS)
  	${MKDIR} ${DOCSDIR}/ ${DOCSDIR}/libcurl/
 
 Modified: head/ftp/curl/pkg-plist
 ==============================================================================
 --- head/ftp/curl/pkg-plist	Tue Sep 18 20:41:15 2012	(r304456)
 +++ head/ftp/curl/pkg-plist	Tue Sep 18 20:45:45 2012	(r304457)
 @@ -9,6 +9,7 @@ include/curl/mprintf.h
  include/curl/multi.h
  include/curl/stdcheaders.h
  include/curl/typecheck-gcc.h
 +share/aclocal/libcurl.m4
  @dirrm include/curl
  lib/libcurl.a
  lib/libcurl.la
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
