Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,12 +1,12 @@
$NetBSD: patch-au,v 1.8 2015/04/24 03:01:36 rodent Exp $
$NetBSD: patch-au,v 1.9 2015/12/06 18:22:35 adam Exp $
Fix for unpriviliged build.
Avoid opcode generator; it requires Python binary, and the file is already generated.
http://hg.python.org/cpython/rev/a0f43f4481e0
--- Makefile.pre.in.orig 2014-12-10 15:59:50.000000000 +0000
--- Makefile.pre.in.orig 2015-12-05 19:47:10.000000000 +0000
+++ Makefile.pre.in
@@ -512,7 +512,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
@@ -537,7 +537,7 @@ gdbhooks: $(BUILDPYTHON)-gdb.py
SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
$(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
@@ -15,7 +15,16 @@ http://hg.python.org/cpython/rev/a0f43f4481e0
# This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
# minimal framework (not including the Lib directory and such) in the current
@@ -922,7 +922,8 @@ altbininstall: $(BUILDPYTHON)
@@ -696,8 +696,6 @@ Objects/bytearrayobject.o: $(srcdir)/Obj
Objects/stringobject.o: $(srcdir)/Objects/stringobject.c \
$(STRINGLIB_HEADERS)
-$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES)
- $(OPCODETARGETGEN) $(OPCODETARGETS_H)
Python/ceval.o: $(OPCODETARGETS_H)
@@ -952,7 +950,8 @@ altbininstall: $(BUILDPYTHON)
(cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \
fi \
fi; \