summaryrefslogtreecommitdiffstats
path: root/lang/python15
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-02-06 13:11:20 +0000
committertg <tg@FreeBSD.org>1997-02-06 13:11:20 +0000
commit266ec2c5582ced42e151dbf29b66119fb223b47d (patch)
tree3e7961ecf4e9ec61b12333147b861553658d416d /lang/python15
parentc559550144b85c3eb46ecf9bc9d18aa11e23ced6 (diff)
downloadFreeBSD-ports-266ec2c5582ced42e151dbf29b66119fb223b47d.zip
FreeBSD-ports-266ec2c5582ced42e151dbf29b66119fb223b47d.tar.gz
Install config.h, so compiling extensions from C sources
actually works.
Diffstat (limited to 'lang/python15')
-rw-r--r--lang/python15/files/patch-aa48
-rw-r--r--lang/python15/pkg-plist1
2 files changed, 24 insertions, 25 deletions
diff --git a/lang/python15/files/patch-aa b/lang/python15/files/patch-aa
index b5df0bb..6889485 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 9b16e4a..0895dba 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
OpenPOWER on IntegriCloud