jlam
63d51646ba
Use BUILDLINK_FILES_CMD.<pkg> instead of manually adding the shell pipeline
...
to BUILDLINK_FILES.<pkg>.
2002-10-13 07:16:50 +00:00
jlam
4d411616ae
Revert previous...GREP is correct.
2002-10-12 09:00:35 +00:00
jlam
8b9c927b0d
Use EGREP instead of GREP.
2002-10-12 07:28:14 +00:00
wiz
4b9e1e8599
buildlink1 -> buildlink2.
2002-10-10 09:49:54 +00:00
jlam
f2eb380771
Use BUILDLINK_PLIST_CMD instead of grepping the PLIST, which for some of
...
these python packages is empty.
2002-10-09 23:46:14 +00:00
jlam
ad88f38aa7
Create BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for the python packages so
...
as to find their headers and libraries. Also allow "-lpython" to resolve
to the versioned libpython (-lpython2.2, etc.).
2002-10-09 11:40:40 +00:00
jlam
5e618d7691
Python extensions also install headers into ${PYINC}, so we can't just
...
assume all of those headers belong to the python package. We use the trick
for kdelibs2 and generate the BUILDLINK_FILES list from the PLIST.
2002-09-20 22:44:18 +00:00
jlam
4a6f7d916d
Add buildlink2.mk file for use by other package Makefiles, and by
...
python/pyversion.mk in particular.
2002-09-20 22:33:29 +00:00
drochner
83c9593408
update to 2.1.3
...
This is a pure buxfix release.
2002-04-15 12:10:49 +00:00
jlam
2b4e817734
Uses spaces instead of tabs to match the rest of the file (not sure if it
...
matters, and I don't want to chance it).
2002-04-09 04:23:22 +00:00
jlam
5ec676a042
Teach the extension building process about buildlink, and allow passing
...
LDFLAGS to the linker command when linking a python extension. This lets
us pass the right flags to correctly find libraries required for certain
extensions, e.g. zlib.so.
Also explicitly comment out a few extensions that aren't being built and
should never be.
2002-04-09 04:14:39 +00:00
drochner
f028142fe5
don't build curses module - it doesn't work with our curses
2002-01-28 09:09:14 +00:00
drochner
7327d0d83d
-update to 2.1.2 - except one method addition (socket.sendall()) this is a
...
pure bugfix release
-install the "pydoc" script as "pydoc2.1" and make sure the corresponding
python version is used
-disable the audioop, imageop and rgbimg extensions - these don't work on
64-bit platforms anyway, I haven't seen a place where they are used yet,
and in case a need shows up, we better make an own extension pkg from
it which is marked FOR_PLATFORM_ONLY
2002-01-22 13:05:03 +00:00
wiz
a9f7484948
We use PKGREVISION instead of 'nb' now.
2002-01-16 20:11:38 +00:00
drochner
17fc5a0409
fix the Makefile installed for extension packages to use the right
...
python version,
bump pkg name to 2.1.1nb1
2002-01-16 19:50:36 +00:00
zuntum
a437fd43cc
Move pkg/ files into package's toplevel directory
2001-11-01 00:20:13 +00:00
drochner
922aa1ec4f
first cut on a python-2.1 package for development and transition support,
...
doesn't conflict with an installed 2.0.x
2001-08-07 14:38:07 +00:00