Commit graph

12 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
309da33d2f - do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz

I compared all the four pairs .tgz/.tar.xz and they have no content differences.

Discussed on:	python@
2012-10-03 04:06:37 +00:00
Mark Linimon
07192a24ed Mark as broken on ARM.
PR:		ports/170946
Submitted by:	linimon
Hat:		portmgr
2012-09-04 03:05:23 +00:00
Marcus von Appen
6744e39a0f - Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSION
option turned off

PR:		ports/156076
Submitted by:	Pan Tsu <inyaoo@gmail.com>
2012-07-26 05:44:07 +00:00
Wen Heping
fc6ec6f8cc - Remove stale pkg_message
PR:		ports/161535
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-10-13 13:06:11 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Li-Wen Hsu
43f259ee0c - Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
  for removal lang/python/distinfo
2009-06-30 21:51:53 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Kris Kennaway
1dc906beda Now appears to build 2007-03-30 04:18:18 +00:00
Kris Kennaway
de78dd974b Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
2007-02-11 01:23:35 +00:00
Kris Kennaway
bb6fe229a1 BROKEN: Incomplete pkg-plist
Approved by:	portmgr (self)
2006-10-12 03:34:59 +00:00
Hye-Shik Chang
f0f91e6954 Make setup not to install an egg info file which isn't needed for
standard modules.
2006-08-07 02:23:05 +00:00
Hye-Shik Chang
41a65d90c0 Add new port for python sqlite3 module.
This port installs a Python "standard" library version of pysqlite
which is provided by databases/py-pysqlite22 already.  Because
sqlite3 module was introduced in Python 2.5, this port plays only
for 2.5 or laters.

See Also:	http://docs.python.org/dev/lib/module-sqlite3.html
2006-06-23 03:54:01 +00:00