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: ports/171260: [PATCH] ftp/curl: install autoconf file for curl Message-ID: <201209022029.q82KTphV078012@meatwad.mouf.net> Resent-Message-ID: <201209022040.q82Ke9Oi015672@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209022029.q82KTphV078012>