If libreadline isn't wanted don't put it in a programs LDADD variable.

Bump PKGREVISION
This commit is contained in:
sbd 2012-03-10 08:03:56 +00:00
parent b97d1e9460
commit 3d92968cf2
3 changed files with 17 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.64 2012/03/02 15:25:06 wiz Exp $
# $NetBSD: Makefile,v 1.65 2012/03/10 08:03:56 sbd Exp $
DISTNAME= pcre-8.30
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.46 2012/03/02 15:24:48 wiz Exp $
$NetBSD: distinfo,v 1.47 2012/03/10 08:03:56 sbd Exp $
SHA1 (pcre-8.30.tar.bz2) = 68d28fb383325b8af9e3d481d30f586b46c56022
RMD160 (pcre-8.30.tar.bz2) = bddee68c7e2b8b8224a835a2a9cdadc6b7cc9fd2
Size (pcre-8.30.tar.bz2) = 1248556 bytes
SHA1 (patch-aa) = 02c03145827eaf5ce5d267836d0a4c5f6c00ba99
SHA1 (patch-ab) = 007ea10e4e74391b867df85518d970ce651b34e2
SHA1 (patch-ab) = 2e680087b9b302cf2ba2fbafc758820dfd85d9e1

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ab,v 1.7 2012/03/02 15:24:48 wiz Exp $
$NetBSD: patch-ab,v 1.8 2012/03/10 08:03:57 sbd Exp $
Remove a feeble attempt at providing ABI compatibility for the C++ portion
of the PCRE library. Relying on the C++ compiler to crunch symbols in a
@ -27,3 +27,14 @@ Also, the test misfired on SunOS leading to breakage (PR pkg/38768).
# We could be more clever here, given we're doing AC_SUBST with this
# (eg set a var to be the name of the include file we want). But we're not
# so it's easy to change back to 'regular' autoconf vars if we needed to.
@@ -17014,6 +17019,10 @@ if test "$enable_pcretest_libreadline" =
$as_echo "#define SUPPORT_LIBREADLINE /**/" >>confdefs.h
+else
+
+LIBREADLINE=
+
fi