summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-09-26 04:24:56 +0000
committerperky <perky@FreeBSD.org>2003-09-26 04:24:56 +0000
commitce7320cf420247359c91f93032d0acf46e3de2e0 (patch)
treeeba5ca35cb2ffc06e462683dc2be9ac0382bf6f0 /lang
parent40ec4b875109295f6c6d407884d265c41bd48e9f (diff)
downloadFreeBSD-ports-ce7320cf420247359c91f93032d0acf46e3de2e0.zip
FreeBSD-ports-ce7320cf420247359c91f93032d0acf46e3de2e0.tar.gz
Add notes about separated standard modules.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/Makefile2
-rw-r--r--lang/python/pkg-message12
-rw-r--r--lang/python23/Makefile2
-rw-r--r--lang/python23/pkg-message12
-rw-r--r--lang/python24/Makefile2
-rw-r--r--lang/python24/pkg-message12
6 files changed, 42 insertions, 0 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 386618c..6abf5a0 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -142,4 +142,6 @@ post-install:
(cd ${DEMODIR}; tar xf -)
.endif
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/lang/python/pkg-message b/lang/python/pkg-message
new file mode 100644
index 0000000..a75f750
--- /dev/null
+++ b/lang/python/pkg-message
@@ -0,0 +1,12 @@
+====
+Note that some of the standard modules are provided as separate
+ports since they require extra dependencies:
+
+bsddb databases/py-bsddb
+gdbm databases/py-gdbm
+mpz math/py-mpz
+pyexpat textproc/py-expat
+tkinter x11-toolkits/py-tkinter
+
+Install them as occasion demands.
+====
diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index 386618c..6abf5a0 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -142,4 +142,6 @@ post-install:
(cd ${DEMODIR}; tar xf -)
.endif
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/lang/python23/pkg-message b/lang/python23/pkg-message
new file mode 100644
index 0000000..a75f750
--- /dev/null
+++ b/lang/python23/pkg-message
@@ -0,0 +1,12 @@
+====
+Note that some of the standard modules are provided as separate
+ports since they require extra dependencies:
+
+bsddb databases/py-bsddb
+gdbm databases/py-gdbm
+mpz math/py-mpz
+pyexpat textproc/py-expat
+tkinter x11-toolkits/py-tkinter
+
+Install them as occasion demands.
+====
diff --git a/lang/python24/Makefile b/lang/python24/Makefile
index 386618c..6abf5a0 100644
--- a/lang/python24/Makefile
+++ b/lang/python24/Makefile
@@ -142,4 +142,6 @@ post-install:
(cd ${DEMODIR}; tar xf -)
.endif
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/lang/python24/pkg-message b/lang/python24/pkg-message
new file mode 100644
index 0000000..a75f750
--- /dev/null
+++ b/lang/python24/pkg-message
@@ -0,0 +1,12 @@
+====
+Note that some of the standard modules are provided as separate
+ports since they require extra dependencies:
+
+bsddb databases/py-bsddb
+gdbm databases/py-gdbm
+mpz math/py-mpz
+pyexpat textproc/py-expat
+tkinter x11-toolkits/py-tkinter
+
+Install them as occasion demands.
+====
OpenPOWER on IntegriCloud