| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Reviewed by: alexbl, clsung, pav
Notes:
svn path=/head/; revision=246131
|
| |
|
|
|
|
|
|
|
|
|
| |
and be the default Python version
PR: ports/109550
Submitted by: David Yeske <dyeske AT yahoo.com>
Obtained from: tmclaugh
Notes:
svn path=/head/; revision=237770
|
| |
|
|
|
|
|
| |
- portlint(1)
Notes:
svn path=/head/; revision=237642
|
| |
|
|
|
|
|
|
| |
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
Notes:
svn path=/head/; revision=235453
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
| |
|
|
| |
Notes:
svn path=/head/; revision=213912
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
when val was not positive. It tried to allocate negative
or zero memory. That fails.
- Bump PORTREVISION
PR: 123153
Submitted by: Nick Barkas <snb@threerings.net>
Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
Notes:
svn path=/head/; revision=212137
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
| |
|
|
| |
Notes:
svn path=/head/; revision=209145
|
| |
|
|
|
|
|
| |
Obtained from: Python SVN (r58697, r58698)
Notes:
svn path=/head/; revision=202249
|
| |
|
|
| |
Notes:
svn path=/head/; revision=200759
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=196700
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=175093
|
| |
|
|
| |
Notes:
svn path=/head/; revision=161836
|
| |
|
|
|
|
|
|
|
|
|
| |
- Drop support for FreeBSD 3
- Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1]
Submitted by: jkim [1]
Obtained from: Python CVS
Notes:
svn path=/head/; revision=140289
|
| |
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
| |
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131738
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
vulnerability.
PR: 77080
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Security: CAN-2005-0089
Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html
Security: SimpleXMLRPCServer.py allows unrestricted traversal
Notes:
svn path=/head/; revision=128016
|
| |
|
|
|
|
|
| |
Pointed out by: kris
Notes:
svn path=/head/; revision=127676
|
| |
|
|
|
|
|
| |
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
Notes:
svn path=/head/; revision=122898
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121637
|
| |
|
|
|
|
|
| |
Submitted by: kstewart <kstewart@owt.com>
Notes:
svn path=/head/; revision=116911
|
| |
|
|
|
|
|
|
|
|
| |
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS
Notes:
svn path=/head/; revision=116861
|
| |
|
|
|
|
|
|
|
|
| |
- Add checksum for 2.4a2
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes:
svn path=/head/; revision=115551
|
| |
|
|
|
|
|
| |
Found by: eik's chkversion
Notes:
svn path=/head/; revision=113315
|
| |
|
|
|
|
|
|
|
|
| |
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be
added to your python's sys.path if each directory exists.
Suggested by: marcus
Notes:
svn path=/head/; revision=113294
|
| |
|
|
|
|
|
| |
Submitted by: fjoe
Notes:
svn path=/head/; revision=112445
|
| |
|
|
|
|
|
|
| |
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
Notes:
svn path=/head/; revision=110139
|
| |
|
|
|
|
|
| |
Submitted by: Stephane E. Potvin <sepotvin@videotron.ca>
Notes:
svn path=/head/; revision=108597
|
| |
|
|
|
|
|
|
|
| |
PR: 55180 [1], 65680 [2]
Submitted by: Rui Lopes <rui@ruilopes.com> [1],
Roman Neuhauser <neuhauser@chello.cz> [2]
Notes:
svn path=/head/; revision=107414
|
| |
|
|
|
|
|
|
|
| |
properly if the KAME stack had SCTP support.
Submitted by: suz
Notes:
svn path=/head/; revision=106995
|
| |
|
|
|
|
|
| |
Submitted by: Sven Petai <hadara@bsd.ee>
Notes:
svn path=/head/; revision=104907
|
| |
|
|
|
|
|
|
|
| |
switch happens before directories are created under PREFIX.
Submitted by: marcel
Notes:
svn path=/head/; revision=104398
|
| |
|
|
|
|
|
| |
- Add checksum for Python-2.4.a0.20040311
Notes:
svn path=/head/; revision=103663
|
| |
|
|
|
|
|
|
|
| |
for seamless upgrade from a static library.
Suggested by: dd
Notes:
svn path=/head/; revision=103364
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
by default.
[HEADS UP] The python executable and static library isn't built PIC
anymore even on amd64 and ia64. Please use a shared library instead.
Requested by: jhay, dd
Tested by: Charles Swiger <cswiger@mac.com>,
Tim Middleton <x@Vex.Net>
Notes:
svn path=/head/; revision=103302
|
| |
|
|
|
|
|
| |
- Set mutually exclusive confliction for {,stackless_}python.
Notes:
svn path=/head/; revision=102288
|
| |
|
|
|
|
|
|
|
| |
recently introduced by libpthread. The problem was that waitpid(2)
raised EINTR but python's distutils didn't catch it correctly.
- PORTREVISION is bumped to 2, subsequently.
Notes:
svn path=/head/; revision=101946
|
| |
|
|
|
|
|
| |
KDE (for example).
Notes:
svn path=/head/; revision=101078
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
amount of threads on -CURRENT libpthread by default. [1]
- Merge bugfixes from python 2.3 maintenance branch: [2]
o weakref object's garbage collection problem.
o save unnecessary startup-time memory allocation of 100KB+ from
intobject.
- SIZEify.
- Bump PORTREVISION subsequently.
Advised by: eischen, julian [1]
Obtained from: Python CVS [2]
Notes:
svn path=/head/; revision=100480
|
| |
|
|
|
|
|
|
| |
PR: 57731
Reported by: bms
Notes:
svn path=/head/; revision=96796
|
| |
|
|
|
|
|
|
|
| |
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64.
Notes:
svn path=/head/; revision=96254
|
| |
|
|
|
|
|
|
|
| |
http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u
Obtained from: Python CVS
Notes:
svn path=/head/; revision=94597
|
| |
|
|
|
|
|
|
|
|
|
| |
expat 1.95.6 in its distribution from Python-2.3.
- Bump PORTREVISION subsequently.
Requested by: Mike Brown <mike@skew.org>
Jeremy Kloth <jeremy.kloth@fourthought.com>
Notes:
svn path=/head/; revision=93094
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=92598
|
| |
|
|
|
|
|
|
| |
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB).
Notes:
svn path=/head/; revision=92591
|
| |
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=91831
|
| |
|
|
|
|
|
|
|
|
| |
optimized heap manager for Python 2.3. [1]
- Utilize PYTHON_SITE_SUBDIR.
Submitted by: kuriyama [1]
Notes:
svn path=/head/; revision=91642
|
| |
|
|
|
|
|
|
|
| |
building on alpha)
Spotted by: kris
Notes:
svn path=/head/; revision=91398
|