<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python23, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2009-12-18T10:08:32Z</updated>
<entry>
<title>- Get rid python-2.3 and python-3.0 (no longer under developement)</title>
<updated>2009-12-18T10:08:32Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-12-18T10:08:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=213ae9a9a4fe56c95f02809a23c26af8a030b5c3'/>
<id>urn:sha1:213ae9a9a4fe56c95f02809a23c26af8a030b5c3</id>
<content type='text'>
Reviewed by:	alexbl, clsung, pav
</content>
</entry>
<entry>
<title>- Ask the first Python installed to install the bin/python link,</title>
<updated>2009-07-14T09:29:03Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2009-07-14T09:29:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2b97db48a68c3b2a8a000fa53a14006421f7d092'/>
<id>urn:sha1:2b97db48a68c3b2a8a000fa53a14006421f7d092</id>
<content type='text'>
  and be the default Python version

PR:		ports/109550
Submitted by:	David Yeske &lt;dyeske AT yahoo.com&gt;
Obtained from:	tmclaugh
</content>
</entry>
<entry>
<title>- Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATA</title>
<updated>2009-07-12T16:50:39Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2009-07-12T16:50:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=be97f58540d973cc9d32b1cf2ecff5de07c5a619'/>
<id>urn:sha1:be97f58540d973cc9d32b1cf2ecff5de07c5a619</id>
<content type='text'>
- portlint(1)
</content>
</entry>
<entry>
<title>- Update lang/python26 and make Python 2.6.2 to the default Python version</title>
<updated>2009-06-08T22:30:55Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-06-08T22:30:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=81100672d4de2795c4284cf568383d48955cbdcb'/>
<id>urn:sha1:81100672d4de2795c4284cf568383d48955cbdcb</id>
<content type='text'>
Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
</content>
</entry>
<entry>
<title>Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.</title>
<updated>2008-08-21T06:18:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-08-21T06:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=741aa714833b9bb1e9afaaf5124d3f5c60b5e49c'/>
<id>urn:sha1:741aa714833b9bb1e9afaaf5124d3f5c60b5e49c</id>
<content type='text'>
Specifically, newer autoconf (&gt; 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 -&gt; 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)
</content>
</entry>
<entry>
<title>Update python23 to 2.3.7.</title>
<updated>2008-05-30T05:50:03Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2008-05-30T05:50:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=724489c25342f768c8122e33e12aee5f523efe5f'/>
<id>urn:sha1:724489c25342f768c8122e33e12aee5f523efe5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix zlib crash from zlib.decompressobj().flush(val)</title>
<updated>2008-04-28T07:39:59Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-04-28T07:39:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a90aa21ef527ad71927e81c1021a17312215f08c'/>
<id>urn:sha1:a90aa21ef527ad71927e81c1021a17312215f08c</id>
<content type='text'>
  when val was not positive. It tried to allocate negative
  or zero memory.  That fails.
- Bump PORTREVISION

PR:		123153
Submitted by:	Nick Barkas &lt;snb@threerings.net&gt;
Security:	http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
</content>
</entry>
<entry>
<title>- Remove unneeded dependency from gtk12/gtk20 [1]</title>
<updated>2008-04-19T17:56:05Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-04-19T17:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3e4ed01146cfe2bdca465bd0e4d199341f62a0b6'/>
<id>urn:sha1:3e4ed01146cfe2bdca465bd0e4d199341f62a0b6</id>
<content type='text'>
- 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)
</content>
</entry>
<entry>
<title>Update python23 to Python 2.3.6 and python24 to Python 2.4.5.</title>
<updated>2008-03-16T10:25:08Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2008-03-16T10:25:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7a90a036a7503a3d0e99b4faa62ad5f619131a12'/>
<id>urn:sha1:7a90a036a7503a3d0e99b4faa62ad5f619131a12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for FreeBSD 8.</title>
<updated>2007-10-29T00:14:50Z</updated>
<author>
<name>Hye-Shik Chang</name>
<email>perky@FreeBSD.org</email>
</author>
<published>2007-10-29T00:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6e02f1db939e206766b572d490a63c5358ebdec1'/>
<id>urn:sha1:6e02f1db939e206766b572d490a63c5358ebdec1</id>
<content type='text'>
Obtained from:	Python SVN (r58697, r58698)
</content>
</entry>
</feed>
