Bug 171260 - [PATCH] ftp/curl: install autoconf file for curl
Summary: [PATCH] ftp/curl: install autoconf file for curl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 21:40 UTC by Steve Wills
Modified: 2012-09-18 21:50 UTC (History)
1 user (show)

See Also:


Attachments
curl-7.24.0_1.patch (916 bytes, patch)
2012-09-02 21:40 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-09-02 21:40:09 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-02 21:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2012-09-18 21:40:48 UTC
Responsible Changed
From-To: sunpoet->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2012-09-18 21:45:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-09-18 21:45:59 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"