pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libpqxx Mark as not ready for python-3.x.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbc630337b2d
branches:  trunk
changeset: 629633:cbc630337b2d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 08:44:28 2014 +0000

description:
Mark as not ready for python-3.x.
Remove CONFIGURE_ARGS that is not supported any longer by the configure
script.

diffstat:

 databases/libpqxx/Makefile |  14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diffs (28 lines):

diff -r 4f3356e695b4 -r cbc630337b2d databases/libpqxx/Makefile
--- a/databases/libpqxx/Makefile        Sat Jan 25 08:19:54 2014 +0000
+++ b/databases/libpqxx/Makefile        Sat Jan 25 08:44:28 2014 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2013/02/12 04:35:24 hiramatsu Exp $
-#
+# $NetBSD: Makefile,v 1.27 2014/01/25 08:44:28 wiz Exp $
+
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 4.0.1
 
 .include "../../databases/libpqxx/Makefile.common"
 
@@ -12,14 +13,7 @@
 PKGCONFIG_OVERRIDE+=   libpqxx.pc.in
 GNU_CONFIGURE=         yes
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-# No strerror_r
-CONFIGURE_ARGS+=       --disable-thread-safety
-.endif
-
-PYTHON_FOR_BUILD_ONLY=  yes
+PYTHON_FOR_BUILD_ONLY= yes
 REPLACE_PYTHON+=       tools/splitconfig
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index