Subject: CVS commit: pkgsrc/www/curl
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 06/12/2005 13:43:36
Module Name: pkgsrc
Committed By: jmmv
Date: Sun Jun 12 13:43:36 UTC 2005
Modified Files:
pkgsrc/www/curl: Makefile distinfo
Added Files:
pkgsrc/www/curl/patches: patch-aa
Log Message:
Make the include/curl/multi.h self-contained to fix the build of packages
using it (such as the new drivel-2.0.0). Bump PKGREVISION to 1.
The problem is that this header file requires the fd_set definitions, but
it only pulls in <sys/select.h> on AIX and NETWARE systems. Instead, change
the inclusion to only happen if configure script detected it during build
time.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 pkgsrc/www/curl/Makefile
cvs rdiff -r1.36 -r1.37 pkgsrc/www/curl/distinfo
cvs rdiff -r0 -r1.10 pkgsrc/www/curl/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.