sthen
7b10e7c633
PERMIT_*
2013-03-11 12:27:53 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
fgsch
5401d8078b
- expose _MODPY_MAJOR_VERSION (remove underscore)
...
- use :R to extract the major
- remove unneeded check
rpointel@ ok. while here add some spaces for consistency with the rest of
the file.
2012-12-21 18:19:38 +00:00
rpointel
1305786da7
remade the MODPY_DEFAULT_VERSION_2 and MODPY_DEFAULT_VERSION_3 external variables,
...
used in few ports...
spotted by jasper@ and Alexandr Shadchin.
2012-10-14 17:26:12 +00:00
rpointel
32dc0089f4
begin to clean python.port.mk by making these variables internal:
...
_MODPY_DEFAULT_VERSION_2
_MODPY_DEFAULT_VERSION_3
_MODPY_PRE_BUILD_STEPS
_MODPY_BIN_ADJ
ok sthen@ reads good espie@.
2012-10-12 19:57:46 +00:00
espie
6857535880
consistent style
...
okay rpointel@
2012-08-28 19:10:45 +00:00
sthen
701ea4d98f
sync wantlib
2012-08-23 19:19:16 +00:00
rpointel
1411c3f1b5
Update Python 3.2.2 to 3.2.3.
...
Changelog: http://www.python.org/getit/releases/3.2.3/
ok landry@.
2012-06-27 18:58:25 +00:00
rpointel
9f5c81ba5f
needed for the python 3.2.3 update (to understand the splendid pep3147...)
...
ok landry@.
2012-06-27 18:56:26 +00:00
ajacoutot
c6cc5cfb1b
Don't overwrite THREAD_STACK_SIZE but use the default.
...
ok fgsch@
2012-05-09 06:21:12 +00:00
rpointel
58f0310490
Update Python 2.7.2 to 2.7.3.
...
ok mpi@, gonzalo@. tested in a bulk build by landry@.
2012-04-27 08:18:59 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
ajacoutot
ddd9aa6a1c
Add ac_cv_prog_PYTHON in CONFIGURE_ENV. This is needed because sometimes
...
configure scripts look for hardcoded version of python without taking
into consideration the PYTHON variable we already export.
ok fgsch@
2012-04-03 09:21:42 +00:00
ajacoutot
258288151f
Only set SHARED_ONLY if python is needed at build and/or run time and
...
not just when we use the python MODULE.
ok rpointel@ fgsch@
2012-03-31 08:53:57 +00:00
rpointel
008ea8ea49
Update Python to 2.7.2 and remove hacks for old pthread.
...
ok fgsch@ and aja@.
2012-02-27 19:30:46 +00:00
fgsch
7cf02618d6
RIP python2.4.
...
jasper@ ok
2011-12-20 13:08:06 +00:00
rpointel
650dd13bbf
Permit to build Python 2 and Python 3 ports.
...
ok fgsch@.
2011-12-14 20:31:28 +00:00
naddy
3ba3d24b0d
./configure[7897]: LIBS: not found
...
Don't introduce a syntax error in configure; sh(1) is not make(1)
and here the expansion happens in sh. ok rpointel@
2011-12-10 19:06:03 +00:00
espie
154a57cb29
PROPERTIES is now available from Makefile.inc, update infra/
2011-12-08 08:17:28 +00:00
naddy
7011821d4e
rather than trying to list all LP64 architectures, get this from
...
bsd.port.arch.mk; ok espie@ djm@
2011-12-07 15:14:22 +00:00
pascal
a8274ecebc
Fix MODPY_INCDIR with python3.
...
ok rpointel@
2011-11-29 17:29:37 +00:00
espie
56902f8f20
fix build: prevent infinite recursion thru python.
...
also annotate gamin for bootstrap property, and mark haddock,no_deps as
a "real flavor", since it's only used for bootstrap anyways AND significantly
changes the build.
2011-10-18 06:46:24 +00:00
espie
009a1a9376
avoid weird error message if something defines MODPY_VERSION to a bad value,
...
by making sure we're a valid value before we try a numerical test.
2011-10-17 13:55:24 +00:00
fgsch
df0099aa3e
handle py3-distribute requirement correctly.
...
sthen@ rpointel@ ok.
2011-10-03 13:54:12 +00:00
fgsch
1d041aca14
python 2.6 is not longer but comment still valid for 2.7 so update accordingly.
2011-09-28 16:59:33 +00:00
sthen
119b2307f8
let Python use PKGSPEC infrastructure, discussed with and variable name
...
suggestion from fgsch@
2011-09-27 21:27:36 +00:00
nigel
df60e75843
Changed to allow installation with other python versions.
...
ok sthen@ fsgch@
2011-09-26 19:06:58 +00:00
sthen
1506610460
reinstate MODPYSPEC and restore MODPY_RUN_DEPENDS to previous
...
same diff/ok fgsch@
2011-09-22 09:44:40 +00:00
fgsch
3505cd6312
Move python 3.2 to the one under python
2011-09-21 14:39:06 +00:00
fgsch
f07def33ab
Merge in support for python3.
...
remi@ sthen@ ok
2011-09-21 14:37:28 +00:00
fgsch
39cac6370f
add pkgpath markers.
...
sthen@ ok.
2011-09-20 12:29:38 +00:00
fgsch
b113d8cfaf
- correct maintainer and configure arguments
...
- this now lives under lang/python
2011-09-20 10:55:28 +00:00
fgsch
f2e7d58191
Reimport 3.2 under lang/python in preparation to merge lang/python3 under
...
lang/python.
remi@ sthen@ ok.
2011-09-20 10:51:26 +00:00
espie
e820071495
normalize pkgpath
2011-09-16 10:31:20 +00:00
fgsch
a0eda24d70
siginterrupt test is passing now. remove skipIf from here.
...
no bump required.
2011-09-14 09:23:11 +00:00
naddy
1e2bbe8777
bump all (sub)packages that depend on db/v4; requested by and help from espie@
2011-09-12 18:02:34 +00:00
landry
443dbc68e7
Remove empty patches.
2011-09-07 05:18:05 +00:00
rpointel
a03b19cfef
Use system libffi on Python 2.5 and 2.7 (except on arm).
...
ok jasper@ landry@ sthen@.
2011-09-06 20:58:08 +00:00
rpointel
fa6adaafb4
Comma was missing in our patch so test failed. Now it's ok.
...
Bump revision.
ok aja@.
2011-08-23 07:08:23 +00:00
naddy
97797cc0a0
fix build after after 4.9->5.0; with help from rpointel@
2011-07-18 15:32:18 +00:00
sthen
17b5e65888
Replace a dead MASTER_SITES mirror with a working one.
2011-07-16 20:22:48 +00:00
jasper
cfe4b19e99
sync
2011-07-13 08:03:40 +00:00
jasper
ec80e75339
Retire this version of the 2.x family. All ports either use the
...
default (2.7) or are using an even older version (2.4/2.5) so 2.6 can go.
ok sthen@ rpointel@
2011-07-13 08:03:31 +00:00
jasper
a838548eee
fix prev.
2011-07-09 09:43:59 +00:00
jasper
2ecb7aa27e
fix, as spotted by nigel taylor
2011-07-08 07:39:37 +00:00
jasper
8037b9b663
missing in prev.
2011-07-07 21:32:58 +00:00
jasper
dcc5448126
recognize openbsd5, may need some more work
2011-07-07 21:32:39 +00:00
sthen
62807b896e
unbreak patching, spotted by Nigel Taylor.
...
as a bonus recognise openbsd 5.3 in regression tests.
bump as this file makes it into the package.
2011-07-07 20:55:05 +00:00
jasper
8f4e6e2aa2
regen
2011-07-06 12:25:29 +00:00