diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-06 13:11:20 +0000 | 
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-06 13:11:20 +0000 | 
| commit | a80debf805783d3965c67b34aa7278e48bd7a0c6 (patch) | |
| tree | ef2b2031786af3f8af2ef02cb1a3b50a461e3653 /lang | |
| parent | New MASTER_SITE. Upgrade to 2.4.8, while I'm at it. (diff) | |
Install config.h, so compiling extensions from C sources
actually works.
Diffstat (limited to 'lang')
30 files changed, 360 insertions, 375 deletions
diff --git a/lang/python+ipv6/files/patch-aa b/lang/python+ipv6/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python+ipv6/files/patch-aa +++ b/lang/python+ipv6/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python+ipv6/pkg-plist b/lang/python+ipv6/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python+ipv6/pkg-plist +++ b/lang/python+ipv6/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python-devel/files/patch-aa b/lang/python-devel/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python-devel/files/patch-aa +++ b/lang/python-devel/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python-devel/pkg-plist b/lang/python-devel/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python-devel/pkg-plist +++ b/lang/python-devel/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python/files/patch-aa b/lang/python/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python/files/patch-aa +++ b/lang/python/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python/pkg-plist b/lang/python/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python/pkg-plist +++ b/lang/python/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python15/files/patch-aa b/lang/python15/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python15/files/patch-aa +++ b/lang/python15/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python15/pkg-plist b/lang/python15/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python15/pkg-plist +++ b/lang/python15/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python20/files/patch-aa b/lang/python20/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python20/files/patch-aa +++ b/lang/python20/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python20/pkg-plist b/lang/python20/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python20/pkg-plist +++ b/lang/python20/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python21/files/patch-aa b/lang/python21/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python21/files/patch-aa +++ b/lang/python21/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python21/pkg-plist b/lang/python21/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python21/pkg-plist +++ b/lang/python21/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python22/files/patch-aa b/lang/python22/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python22/files/patch-aa +++ b/lang/python22/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python22/pkg-plist b/lang/python22/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python22/pkg-plist +++ b/lang/python22/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python23/files/patch-aa b/lang/python23/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python23/files/patch-aa +++ b/lang/python23/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python23/pkg-plist b/lang/python23/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python23/pkg-plist +++ b/lang/python23/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python24/files/patch-aa b/lang/python24/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python24/files/patch-aa +++ b/lang/python24/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python24/pkg-plist b/lang/python24/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python24/pkg-plist +++ b/lang/python24/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python25/files/patch-aa b/lang/python25/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python25/files/patch-aa +++ b/lang/python25/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python25/pkg-plist b/lang/python25/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python25/pkg-plist +++ b/lang/python25/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python26/files/patch-aa b/lang/python26/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python26/files/patch-aa +++ b/lang/python26/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python26/pkg-plist b/lang/python26/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python26/pkg-plist +++ b/lang/python26/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python27/files/patch-aa b/lang/python27/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python27/files/patch-aa +++ b/lang/python27/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python27/pkg-plist b/lang/python27/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python27/pkg-plist +++ b/lang/python27/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python30/files/patch-aa b/lang/python30/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python30/files/patch-aa +++ b/lang/python30/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python30/pkg-plist b/lang/python30/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python30/pkg-plist +++ b/lang/python30/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python31/files/patch-aa b/lang/python31/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python31/files/patch-aa +++ b/lang/python31/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python31/pkg-plist b/lang/python31/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python31/pkg-plist +++ b/lang/python31/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h diff --git a/lang/python32/files/patch-aa b/lang/python32/files/patch-aa index b5df0bb6ad80..68894855ce06 100644 --- a/lang/python32/files/patch-aa +++ b/lang/python32/files/patch-aa @@ -1,25 +1,23 @@ -*** Makefile.in.orig	Wed Jul 31 19:30:37 1996 ---- Makefile.in	Sun Aug 18 11:15:25 1996 -*************** -*** 88,97 **** -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/lib -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/lib -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) ---- 88,97 ---- -   -  # Expanded directories -  BINDIR=		$(exec_prefix)/bin -! LIBDIR=		$(exec_prefix)/share -  MANDIR=		$(prefix)/man -  INCLUDEDIR=	$(prefix)/include -! SCRIPTDIR=	$(prefix)/share -   -  # Detailed destination directories -  BINLIBDEST=	$(LIBDIR)/python$(VERSION) +--- Makefile.in.orig	Fri Oct 25 16:37:32 1996 ++++ Makefile.in	Thu Feb  6 12:02:11 1997 +@@ -95,10 +95,10 @@ +  + # Expanded directories + BINDIR=		$(exec_prefix)/bin +-LIBDIR=		$(exec_prefix)/lib ++LIBDIR=		$(exec_prefix)/share + MANDIR=		$(prefix)/man + INCLUDEDIR=	$(prefix)/include +-SCRIPTDIR=	$(prefix)/lib ++SCRIPTDIR=	$(prefix)/share +  + # Detailed destination directories + BINLIBDEST=	$(LIBDIR)/python$(VERSION) +@@ -288,6 +288,7 @@ + 			echo $(INSTALL_DATA) $$i $(INCLUDEPY); \ + 			$(INSTALL_DATA) $$i $(INCLUDEPY); \ + 		done ++		$(INSTALL_DATA) config.h $(INCLUDEPY) +  + # Install the lib*.a files and miscellaneous stuff needed by extensions + # This goes into $(exec_prefix) diff --git a/lang/python32/pkg-plist b/lang/python32/pkg-plist index 9b16e4a30647..0895dba265a3 100644 --- a/lang/python32/pkg-plist +++ b/lang/python32/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h  include/python1.4/cobject.h  include/python1.4/compile.h  include/python1.4/complexobject.h +include/python1.4/config.h  include/python1.4/dictobject.h  include/python1.4/errcode.h  include/python1.4/eval.h  | 
