Subject: CVS commit: pkgsrc/x11/xterm
To: None <pkgsrc-changes@NetBSD.org>
From: Blair Sadewitz <bjs@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2007 14:23:34
Module Name:	pkgsrc
Committed By:	bjs
Date:		Fri Nov 23 14:23:34 UTC 2007

Modified Files:
	pkgsrc/x11/xterm: Makefile options.mk

Log Message:
Force ac_cv_lib_pcreposix_pcreposix_regcomp=yes, bump rev.
This function does not exist AFAIK in our pcre libraries, and the configure
check was failing.

A segment of nm output reads:

/usr/pkg/lib/libpcreposix.so:00000a06 T regcomp
/usr/pkg/lib/libpcreposix.so:00000abf T regerror
/usr/pkg/lib/libpcreposix.so:000007a8 T regexec
/usr/pkg/lib/libpcreposix.so:00000780 T regfree

These symbols will override those in libc:

/usr/lib/libc.so:00031be8 T _regcomp
/usr/lib/libc.so:0002fbf8 T _regerror
/usr/lib/libc.so:0002e9c2 T _regexec
/usr/lib/libc.so:0006336c T _regfree
/usr/lib/libc.so:00031be8 W regcomp
/usr/lib/libc.so:0002fbf8 W regerror
/usr/lib/libc.so:0002e9c2 W regexec
/usr/lib/libc.so:0006336c W regfree


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/x11/xterm/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/xterm/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.