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)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: sunpoet->swills I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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"