Commit graph

130 commits

Author SHA1 Message Date
Hye-Shik Chang
1d18bb4fff - Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25.
  - And all versions of Python ports have short version identifier in its
    package name; python25-2.5, python24-2.4.3 and etc.
  - Also you must upgrade all python modules after lang/python updated,
     cd /usr/ports/lang/python && make upgrade-site-packages

- Give maintainership of Python ports to the new python@ group which
  includes me, alexbl@ and others.
2006-10-09 14:29:18 +00:00
Edwin Groothuis
7c6393360c Remove USE_REINPLACE from the categories starting with L 2006-05-09 20:52:24 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Hye-Shik Chang
a81cc9dfe7 - Add support for FreeBSD 7
- Drop support for FreeBSD 3
2005-07-28 07:34:28 +00:00
Hye-Shik Chang
190ea87a7e - Add support for FreeBSD 6.
- Drop support for FreeBSD 2.
- Bump PORTREVISION.
2004-11-21 07:47:10 +00:00
Kris Kennaway
598ed79f46 BROKEN on 6.x: Broken pkg-plist 2004-11-18 22:27:19 +00:00
FUJISHIMA Satsuki
a787f0b075 farewell to libxpg4. 2004-11-15 05:19:30 +00:00
Hye-Shik Chang
90c653ebbf Allow to install and use 3rd party packages in X11BASE.
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be
added to your python's sys.path if each directory exists.

Suggested by:	marcus
2004-07-09 17:18:00 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Hye-Shik Chang
2f813973a5 Correct pre-install target to pre-su-install so that the credential
switch happens before directories are created under PREFIX.

Submitted by:	marcel
2004-03-18 07:00:08 +00:00
Hye-Shik Chang
040577c1f7 - Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
  in same branch. [2]
- Enable installing separated standard modules for python-devel port.

Reported by:	Filippo Natali <pitonat@libero.it> [1],
		Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
2003-10-29 21:31:13 +00:00
Hye-Shik Chang
bdb7bf2167 Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* ports
because it does not point the most recent version of each from
ports/Mk/bsd.python.mk 1.38.

Reported by:	Andy Fawcett <andy@athame.co.uk>
2003-10-21 17:17:45 +00:00
Hye-Shik Chang
81298395dc Utilize PYTHON_SITE_SUBDIR. 2003-10-19 09:24:01 +00:00
Hye-Shik Chang
0da940ae8a - Remove somewhat buggy libc_r lackness detection. (at least for bento)
- Bump PORTREVISION to enable the thread support in the package
  building environments.
2003-08-07 11:30:17 +00:00
Hye-Shik Chang
dc7638e121 Remove a unused file. 2003-07-09 06:09:19 +00:00
Hye-Shik Chang
6b9a7cf778 o Utilize MASTER_SITE_PYTHON.
o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these
  ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2)
o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python.

Now, we can install all of these python versions together cleanly.
2003-07-04 11:57:54 +00:00
Hye-Shik Chang
3b1c9bec7b Take maintainerships from alane's python ports.
Rest in Peace, Alan.
2003-06-09 05:42:04 +00:00
Will Andrews
f9be1a26da REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
2003-06-08 21:06:22 +00:00
Alan Eldridge
ef6887aa65 committed zwiki thread stack patch 2003-04-13 19:20:43 +00:00
Kris Kennaway
e2c262c8be Add missing file 2003-04-05 06:23:24 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Alan Eldridge
034f41d355 Set stacksize to 128K from 64K. Adapted from http://zwiki.org/IssueNo0226.
PR:		47943
Submitted by:	Alex Rodioukov <simuran@shaw.ca>
2003-02-06 16:44:21 +00:00
Alan Eldridge
8b843e0b7e 1. Removed lib-dynload/errno.so from plist since it isn't built.
2. Bumped portrev cuz plist changed.
2002-11-16 12:37:09 +00:00
Alan Eldridge
46fa14c679 Take over as maintainer since tg is taking a leave of absence from port
maintenance.
2002-11-15 17:12:56 +00:00
Jacques Vidrine
4a46e91cbf Backport fix for temporary file handling bug in os._execvpe() from
Python 2.2.2.

Not approved by:	tg (short timeout)
2002-11-14 16:52:24 +00:00
Thomas Gellekum
5abd985434 Use new PYTHONPREFIX_*DIR variables to make these ports PREFIX-clean. 2002-06-14 11:19:13 +00:00
Kris Kennaway
7964dec3d2 Comment out some files from pkg-plist which are not built on alpha.
Submitted by:	gallatin
2002-05-15 23:36:33 +00:00
Thomas Gellekum
3b014a2b39 Allow python?? ports to co-exist with lang/python.
PR:		36353
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-04-16 11:44:39 +00:00
Thomas Gellekum
f64dfaa0a8 Upgrade to 2.1.3.
PR:		36977 36979
Submitted by:	"Karsten W. Rohrbach" <karsten@rohrbach.de>
2002-04-11 11:29:52 +00:00
Thomas Gellekum
683d86a04a Add SourceForge as a well connected secondary MASTER_SITES location.
Submitted by:	"Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
2002-04-02 12:03:43 +00:00
Thomas Gellekum
38d8068c7f Upgrade python21 to 2.1.2, the latest bugfix release.
PR:		34078
Submitted by:	Hye-Shik Chang <perky@fallin.lv>

Update checksum of dependent ports.
2002-01-22 12:53:28 +00:00
Thomas Gellekum
246e0a4b98 Downgrade to Python-2.1.1 again after repo-copy. 2002-01-16 12:35:05 +00:00
Thomas Gellekum
555f286ca1 Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.
PR:		33444
Submitted by:	Hye-Shik Chang <perky@fallin.lv>

Add new MD5 to dependent ports.
2002-01-07 13:26:47 +00:00
Thomas Gellekum
c5186aed0a Re-add fpectl.so to the plist to fix packaging. Re-enable support
for it in the python binary.

Noticed by:	will
2001-11-20 13:23:48 +00:00
Thomas Gellekum
998b2d08ec Don't build mpz extension, it's moved to a separate port. 2001-10-19 11:16:55 +00:00
Thomas Gellekum
2718c15787 Depend on math/libgmp when running a recent -current. 2001-09-25 11:39:45 +00:00
Thomas Gellekum
ef41855096 Upgrade to 2.1.1. 2001-07-25 11:11:25 +00:00
Thomas Gellekum
a0e827ef6c Upgrade to 2.1. 2001-05-02 11:25:02 +00:00
Thomas Gellekum
566dfe5616 Fix building on -current.
PR:		26778
Obtained from:	Python CVS
2001-04-26 11:18:46 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Maxim Sobolev
84d049fc2b Allow MAINTAINER to be redefined in a slave port. 2001-03-29 08:13:31 +00:00
Thomas Gellekum
d1115e3827 MASTER_SITE changed.
Submitted by:	sobomax
2000-12-07 12:06:30 +00:00
Thomas Gellekum
e3c1c82e91 Install Demo/ dir to $PREFIX/share/examples/python. 2000-11-29 12:35:31 +00:00
Thomas Gellekum
63f9ef6a35 Fix compilation on FreeBSD-3.x.
PR:		22226
Reviewed by:	Alan Bawden <Alan@LCS.MIT.EDU>
2000-11-13 13:22:34 +00:00
Thomas Gellekum
78f16e0bfd Upgrade to 2.0. 2000-10-18 11:58:50 +00:00
Satoshi Asami
da97619562 Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}. 2000-10-08 02:21:24 +00:00
Thomas Gellekum
ea19a38fbb Use USE_PYTHON. 2000-09-28 11:28:11 +00:00
Thomas Gellekum
21f7ea9447 Upgrade to 1.6. 2000-09-08 11:41:43 +00:00
Thomas Gellekum
0221fd2063 Don't create group-writable directories.
Submitted by:	jedgar
2000-08-14 12:36:05 +00:00
Thomas Gellekum
3e25aa0528 Clarify comment even further. 2000-07-28 11:08:07 +00:00