| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Submitted by: Uwe Doering <gemini@geminix.org>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Obtained from: Python SVN (r58697, r58698)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
when devel/ncurses installed.
- Similar to python24, don't pick up ncursesw in python25. This results
in both ncurses are linked into _curses.so
Tested by: krion
Approved by: alexbl (python@)
|
|
|
|
|
|
| |
Approved by: maintainer timeout, alexbl (python@)
Tested by: pointyhat
PR: ports/105901
|
|
|
|
|
|
|
|
|
| |
period. Python 2.5 brought a vast range of incompatibility to a
large number of ports, so the python@ team will do more basic
compatibility work in a private repository and merge it later.
Sorry for the inconvenience.
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
with wide unicode (UCS-4) support.
Obtained from: Python SVN (#51466)
Security: CVE-2006-4980
With hat: secteam
|
| |
|
|
|
|
|
|
|
|
|
|
| |
devel/ncurses installed due to a shared library collision between
a base ncurses from libreadline dependency and a local ncurses from
libncursesw dependency.
PR: 99496
Submitted by: rachid achellal <rachid@in.nl>,
Xiao-Yong Jin <xj2106@columbia.edu>
|
|
|
|
| |
versions.
|
| |
|
|
|
|
|
|
|
|
| |
- Fix tab/space issues
PR: ports/95779
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Requested by: Mike Harding <mvh@ix.netcom.com>
Obtained from: Python CVS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow to override a command passing to distutils using
PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2]
- Allow to specify BUILD/RUN dependency separatedly. [3]
- Replace shell executions with regex replacement on bsd.python.mk. [3]
- Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3
and later versions because we've got thread-safe implementation. [4]
- Add a workaround to avoid curses.h problem of FreeBSD base.
PR: 86685 [1]
Submitted by: Soeren Straarup <xride@x12.dk> [1],
lioux [2], vsevolod [3], sobomax [4]
Obtained from: Python CVS [4]
|
| |
|
|
|
|
|
| |
Submitted by: jkim
Obtained from: Python CVS
|
|
|
|
|
|
|
| |
Fixes for other versions of python will be followed tomorrow.
Submitted by: nork
Obtained from: Python CVS
|
|
|
|
|
|
|
|
|
| |
on the recent -CURRENT i386 base. [1]
- Fix package build on NO_NIS base. [2]
PR: 81806 [1]
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> [1],
ache [2]
|
|
|
|
|
|
|
|
|
| |
the feature brings huge overheads for floating point arithmetics
and integer divisions. [1]
- Fix plist
- Bump PORTREVISION
Requested by: Ewan Todd <ewan@mathcode.net> [1]
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
|
|
|
|
|
| |
module for them in plist.
Approved by: portmgr (kris)
|
|
|
|
|
|
| |
adding ossaudiodev module to their plists, either.
Approved by: portmgr (kris)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
vulnerability.
PR: 77078
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
|
|
|
|
| |
as of today.
|
|
|
|
| |
site-packages which was built on previous version of python.
|
| |
|
|
|
|
| |
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: kstewart <kstewart@owt.com>
|
|
|
|
|
|
|
| |
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS
|
|
|
|
|
|
|
| |
- Add checksum for 2.4a2
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
| |
Found by: eik's chkversion
|
|
|
|
|
|
|
| |
${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be
added to your python's sys.path if each directory exists.
Suggested by: marcus
|
| |
|
| |
|
|
|
|
| |
Submitted by: fjoe
|
|
|
|
|
| |
PR: 67515
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
| |
- Test WITHOUT_* instead of WITH_* for values which are on by default
so that package build clusters detect correctly.
|
|
|
|
| |
Submitted by: Stephane E. Potvin <sepotvin@videotron.ca>
|
|
|
|
|
|
| |
PR: 55180 [1], 65680 [2]
Submitted by: Rui Lopes <rui@ruilopes.com> [1],
Roman Neuhauser <neuhauser@chello.cz> [2]
|
|
|
|
|
|
| |
properly if the KAME stack had SCTP support.
Submitted by: suz
|
|
|
|
| |
Submitted by: Sven Petai <hadara@bsd.ee>
|
|
|
|
|
|
| |
switch happens before directories are created under PREFIX.
Submitted by: marcel
|
|
|
|
| |
- Add checksum for Python-2.4.a0.20040311
|
|
|
|
|
|
| |
for seamless upgrade from a static library.
Suggested by: dd
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
- Set mutually exclusive confliction for {,stackless_}python.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
KDE (for example).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
|
| |
PR: 57731
Reported by: bms
|
|
|
|
|
|
| |
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Tested by: Lee Harr <missive@hotmail.com>
|
|
|
|
|
| |
PR: 59196
Submitted by: Linh Pham <question@closedsrc.org>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
| |
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB).
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
optimized heap manager for Python 2.3. [1]
- Utilize PYTHON_SITE_SUBDIR.
Submitted by: kuriyama [1]
|
|
|
|
|
|
| |
building on alpha)
Spotted by: kris
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix plist on 32bit architectures.
- Bump PORTREVISION.
PR: 57269 [1]
Submitted by: Tim Middleton <x@Vex.Net> [1],
Kostik I. Belousov <kostya@tessart.kiev.ua> [1]
|
|
|
|
|
|
| |
stack overflows.
Tested on: sledge, panther
|
|
|
|
|
|
| |
- Bump PORTREVISION
Obtained from: Python CVS
|
| |
|
|
|
|
|
|
|
| |
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
on linking their own dynamic library.
|
|
|
|
| |
(See http://mail.python.org/pipermail/python-dev/2003-August/037472.html)
|
| |
|
|
|
|
|
|
|
| |
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
|
|
|
|
|
|
|
|
| |
(WITH_HUGE_STACK_SIZE=yes). This will enable python2.2 to
run Zope and its products.
Requested by: dwhite
Reviewed by: dwhite
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Rest in Peace, Alan.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
PR: 52830
Submitted by: Chuck Swiger <chuck@pkix.net> (partly)
Approved by: maintainer (implicitly)
|
|
|
|
|
|
| |
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
|
|
|
|
|
| |
Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall
in case something compiled that stuff.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added lotsa missing files to pllist.
Added dl module for those who like to live dangerously (petef?).
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added lotsa missing files to pllist.
Added dl module for those who like to live dangerously (petef?).
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
|
| |
|
|
|
|
| |
maintenance.
|
|
|
|
| |
Approved by: tg
|
| |
|
|
|
|
| |
Submitted by: gallatin
|
|
|
|
| |
Submitted by: nectar
|
|
|
|
|
| |
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
| |
Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
|
|
|
|
| |
Submitted by: sumikawa
|
| |
|
|
|
|
|
|
|
|
| |
Python-2.2. This will fix at least the metakit port.
Bump PORTREVISION.
Obtained from: Python CVS tree
|
|
|
|
|
|
|
| |
PR: 33444
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Add new MD5 to dependent ports.
|
|
|
|
|
|
| |
for it in the python binary.
Noticed by: will
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 26778
Obtained from: Python CVS
|
|
|
|
|
|
|
| |
-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.
|
| |
|
|
|
|
| |
Submitted by: sobomax
|
| |
|
|
|
|
|
| |
PR: 22226
Reviewed by: Alan Bawden <Alan@LCS.MIT.EDU>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: jedgar
|
| |
|
|
|
|
|
|
| |
- Don't link against libxpg4 on newer systems.
- Remove last remnants of Tkinter support,
it's all in x11-toolkits/py-tkinter.
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
|
| |
|
|
|
|
|
|
|
| |
wanting do to this for a long time now. Now we got rid of the stupid
dependency on Tcl/Tk and save some checks in python's makefile.
Update the dependent ports accordingly.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
to before IPv6.
Since IPv6-enable python make bigger the size of sockaddr, some of scripts
are affected. I maintain python+ipv6 separately to minimize impact for users.
It will be removed when IPv6 patches are merged into original distribution,
such as ruby.
Repositry copied by: asami
|
| |
|
| |
|
|
|
|
|
| |
Python distribution but also for the docs and some other packages with
rather generic names.
|
|
|
|
|
|
| |
- remove DIST_SUBDIR since there are 2 distfiles on this port anymore.
Reviewed by: tg(maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
PR: 15702
Submitted by: "Dmitry S. Sivachenko" <dima@Chg.RU>
- Only use Tk support if X11 is installed.
PR: 15910
Submitted by: Nathan Dorfman <nathan@rtfm.net>
|
|
|
|
| |
Submitted by: Ade Lovett <ade@lovett.com>
|
|
|
|
|
|
| |
Submitted by: foxfair
Promote LDFLAGS in the installed setup.
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
| |
|
|
|
|
| |
PR: 12648
|
|
|
|
|
|
| |
turned off by specifying `WITH_TOOLS=NO' when building.
PR: 12436
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
|
|
|
|
| |
Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de>
|
|
|
|
| |
Submitted by: nectar
|
| |
|
|
|
|
| |
Approved by: Maintainer <tg@FreeBSD.ORG>
|
|
|
|
| |
* Remove python-beta
|
| |
|
|
|
|
| |
Submitted by: jkoshy
|
| |
|
| |
|
|
|
|
| |
ports/lang/python-beta
|
| |
|
|
|
|
|
|
| |
file. Add "|| true" to end of != grep command line to avoid warnings.
Submitted by: tg
|
|
|
|
|
|
|
|
| |
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
|
|
|
|
| |
Submitted by: Vladimir Kushnir <kushn@mail.kar.net>
|
| |
|
|
|
|
|
|
|
|
| |
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-)
Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring
machine, and bento is busy.
|
| |
|
| |
|
|
|
|
|
|
| |
should now be compiled in on -current.
Suggested by: Jacques Vidrine
|
|
|
|
| |
pygist: add dependency on rng.
|
| |
|
|
|
|
| |
Noticed by: Gianmarco Giovannelli <gmarco@scotty.masternet.it>
|
| |
|
| |
|
|
|
|
| |
latest official patches while I'm here.
|
|
|
|
| |
libc in the threaded interpreter.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Include locale module.
|
| |
|
|
|
|
| |
an older draft of the pthread standard.
|
| |
|
|
|
|
|
|
|
| |
libc_r if we're not building the thread module. Respect options
given in the environment.
The defaults (build with Tk and thread support) don't change.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Peter Haight <peterh@prognet.com>
|
|
|
|
|
|
|
|
|
| |
- build some modules as shared objects, reducing the interpreter's
size and removing the dependency on tix
- install shared objects in lib
- remove version number from OS-dependent script dir
A new port of PyTix will follow shortly.
|
| |
|
| |
|
| |
|
|
|
|
| |
actually works.
|
|
|
|
| |
Change MAINTAINER from jkh to tg. OK'd by: Jordan.
|
| |
|
|
|
|
|
| |
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
|
|
|
|
| |
Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
|
|
|
|
| |
the tcl library in /usr/lib.
|
|
|
|
| |
Reviewed by: jkh
|
|
|
|
| |
Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
|
|
|
|
| |
again.
|
| |
|
|
|
|
| |
Submitted by: tg
|
|
|
|
| |
which appeared in some of them, everything here is a programming language! :)
|
| |
|
|
|
|
| |
for an empty directory.
|
|
|
|
|
| |
MAINTAINER=jkh@freebsd.org in a separate line so that people know
who to yell at, etc.
|
|
|