ports/171260: [PATCH] ftp/curl: install autoconf file for curl

Steve Wills swills at FreeBSD.org
Sun Sep 2 20:40:10 UTC 2012


>Number:         171260
>Category:       ports
>Synopsis:       [PATCH] ftp/curl: install autoconf file for curl
>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:   Sun Sep 02 20:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list