cvs commit: ports/Mk bsd.python.mk
perky 2005-11-06 01:28:44 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: Add new variables for the better Zope support: - USE_ZOPE now gets USE_PYTHON-like version syntax to use in Zope product ports Makefiles to limit range of supported Zope versions. - "yes" for choosing default (2.7). - 2.8+ for 2.8 and any of higher versions. - -2.8 in case of the Zope product isn't ready for Zope 3. - 2.8-3.1 if the product isn't compatible with Python 2.3. - ZOPE_VERSION is to use in command line argument or /etc/make.conf. This accepts one of 2.7 2.8 and 3.1 currently. PR: 87476 Requested by: Filippo Natali <[EMAIL PROTECTED]> Revision ChangesPath 1.69 +81 -5 ports/Mk/bsd.python.mk ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/graphics/graphviz Makefile
perky 2005-11-08 11:11:17 UTC FreeBSD ports repository Modified files: graphics/graphvizMakefile Log: Release maintainership. I have too many exams and homeworks in this semester. :-X Revision ChangesPath 1.57 +1 -1 ports/graphics/graphviz/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/math/py-numarray Makefile distinfo pkg-plist
perky 2005-11-14 14:11:31 UTC FreeBSD ports repository Modified files: math/py-numarray Makefile distinfo pkg-plist Log: Update to 1.4.1 Revision ChangesPath 1.11 +1 -1 ports/math/py-numarray/Makefile 1.10 +2 -2 ports/math/py-numarray/distinfo 1.10 +5 -4 ports/math/py-numarray/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/math/py-numarray Makefile ports/math/py-numarray/files patch-Include::numarray::nummacro.h
perky 2005-11-18 12:50:57 UTC FreeBSD ports repository Modified files: math/py-numarray Makefile Added files: math/py-numarray/files patch-Include::numarray::nummacro.h Log: Add a patch to avoid C++ keyword conflict in a header file. Spotted by: thierry Revision ChangesPath 1.12 +1 -0 ports/math/py-numarray/Makefile 1.1 +14 -0 ports/math/py-numarray/files/patch-Include::numarray::nummacro.h (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/archivers/unalz Makefile distinfo
perky 2005-11-21 16:27:41 UTC FreeBSD ports repository Modified files: archivers/unalz Makefile distinfo Log: Update to 0.53. This version fixes a buffer overflow security vulnerability. Spotted by: naddy Revision ChangesPath 1.3 +2 -1 ports/archivers/unalz/Makefile 1.3 +3 -2 ports/archivers/unalz/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/astro/xearth/files freebsd.committers.markers
perky 2005-11-22 13:52:13 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.committers.markers Log: I don't sleep at the subway station anymore. :-) Revision ChangesPath 1.240 +2 -1 ports/astro/xearth/files/freebsd.committers.markers ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/astro/xearth/files freebsd.ftp.markers
perky 2005-11-23 04:25:04 UTC FreeBSD ports repository Modified files: astro/xearth/files freebsd.ftp.markers Log: Provide more detail coordinations of .kr servers. Revision ChangesPath 1.23 +3 -1 ports/astro/xearth/files/freebsd.ftp.markers ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/archivers/unalz Makefile
perky 2005-11-23 04:52:56 UTC FreeBSD ports repository Modified files: archivers/unalz Makefile Log: Fix build on -STABLE. Spotted by: kris Revision ChangesPath 1.4 +6 -0 ports/archivers/unalz/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile pkg-plist
perky 2005-11-29 11:19:47 UTC FreeBSD ports repository Modified files: lang/io Makefile pkg-plist Log: Include bin/ioServer and bin/ioDesktop to the distribution which are executable instances for servers and desktops respectively. Revision ChangesPath 1.2 +4 -2 ports/lang/io/Makefile 1.2 +2 -0 ports/lang/io/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile distinfo pkg-plist ports/lang/io/files patch-_build.io
perky 2005-12-07 04:07:53 UTC FreeBSD ports repository Modified files: lang/io Makefile distinfo pkg-plist lang/io/filespatch-_build.io Log: Update to Release of 2005-12-15. Revision ChangesPath 1.3 +5 -4 ports/lang/io/Makefile 1.2 +3 -2 ports/lang/io/distinfo 1.2 +5 -14 ports/lang/io/files/patch-_build.io 1.3 +38 -140 ports/lang/io/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/Mk bsd.python.mk
perky 2005-12-07 04:23:33 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: Fix a problem that it fails to detect PYTHON_PLATFORM on versions without any dot. Reported by:kuriyama Revision ChangesPath 1.71 +2 -2 ports/Mk/bsd.python.mk ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile ports/lang/io/files patch-vm::_ioCode::Z_CLI.io
perky 2005-12-07 08:06:29 UTC FreeBSD ports repository Modified files: lang/io Makefile Added files: lang/io/filespatch-vm::_ioCode::Z_CLI.io Log: Add a patch that enables to press Ctrl-D to exit. Obtained from: quag on freenode#io Revision ChangesPath 1.4 +4 -0 ports/lang/io/Makefile 1.1 +10 -0 ports/lang/io/files/patch-vm::_ioCode::Z_CLI.io (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-freebsd Makefile distinfo
perky 2005-12-09 03:45:08 UTC FreeBSD ports repository Modified files: devel/py-freebsd Makefile distinfo Log: Update to 0.9.3 which fixed a problem on building 7-current due to lack of MNT_NODEV. PR: 90125 Submitted by: rodrigc Revision ChangesPath 1.11 +1 -1 ports/devel/py-freebsd/Makefile 1.5 +3 -2 ports/devel/py-freebsd/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile distinfo pkg-plist ports/lang/io/files patch-_build.io patch-vm::_ioCode::Z_CLI.io patch-vm::base::Coro.c
perky 2005-12-17 03:17:20 UTC FreeBSD ports repository Modified files: lang/io Makefile distinfo pkg-plist Added files: lang/io/filespatch-vm::base::Coro.c Removed files: lang/io/filespatch-_build.io patch-vm::_ioCode::Z_CLI.io Log: - Update to Release of 2005/12/11 - Fix build on 4-STABLE [1] Submitted by: vs [1] Revision ChangesPath 1.5 +13 -4 ports/lang/io/Makefile 1.3 +3 -3 ports/lang/io/distinfo 1.3 +0 -11 ports/lang/io/files/patch-_build.io (dead) 1.2 +0 -10 ports/lang/io/files/patch-vm::_ioCode::Z_CLI.io (dead) 1.1 +11 -0 ports/lang/io/files/patch-vm::base::Coro.c (new) 1.4 +5 -0 ports/lang/io/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-cheetah Makefile distinfo pkg-plist
perky 2005-12-17 03:28:36 UTC FreeBSD ports repository Modified files: devel/py-cheetah Makefile distinfo pkg-plist Log: Update to 1.0 PR: 90340 Submitted by: "Choe, Cheng-Dae" <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +1 -1 ports/devel/py-cheetah/Makefile 1.4 +3 -2 ports/devel/py-cheetah/distinfo 1.3 +3 -0 ports/devel/py-cheetah/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/korean/aleefonts-ttf Makefile distinfo pkg-plist
perky 2005-12-17 03:32:41 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile distinfo pkg-plist Log: Update to 6.2 PR: 90235 Submitted by: Byung-Hee HWANG <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +3 -3 ports/korean/aleefonts-ttf/Makefile 1.7 +3 -2 ports/korean/aleefonts-ttf/distinfo 1.6 +6 -6 ports/korean/aleefonts-ttf/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/decompyle Makefile
perky 2005-12-17 03:50:06 UTC FreeBSD ports repository Modified files: devel/decompyle Makefile Log: Mark DEPRECATED as the author no longer distributes it. PR: 88290 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +3 -0 ports/devel/decompyle/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/net/liferea Makefile distinfo pkg-plist
perky 2005-12-24 02:44:49 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist Log: Update to 1.0 Revision ChangesPath 1.52 +1 -2 ports/net/liferea/Makefile 1.36 +3 -2 ports/net/liferea/distinfo 1.30 +22 -0 ports/net/liferea/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel Makefile ports/devel/llvm Makefile distinfo pkg-descr pkg-plist
perky 2005-12-24 16:19:24 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/llvm Makefile distinfo pkg-descr pkg-plist Log: Add a new port for llvm 1.6, the Low Level Virtual Machine. WWW:http://llvm.cs.uiuc.edu/ Revision ChangesPath 1.2074+1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/llvm/Makefile (new) 1.1 +3 -0 ports/devel/llvm/distinfo (new) 1.1 +10 -0 ports/devel/llvm/pkg-descr (new) 1.1 +372 -0ports/devel/llvm/pkg-plist (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
perky 2005-12-24 16:19:38 UTC FreeBSD ports repository Modified files: .modules Log: llvm --> ports/devel/llvm Revision ChangesPath 1.13966 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/llvm Makefile pkg-plist
perky 2005-12-24 16:45:20 UTC FreeBSD ports repository Modified files: devel/llvm Makefile pkg-plist Log: Fix to install documentations into the standard path. Revision ChangesPath 1.2 +3 -0 ports/devel/llvm/Makefile 1.2 +93 -91ports/devel/llvm/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile distinfo pkg-plist ports/lang/io/files patch-vm::base::Coro.c
perky 2005-12-25 16:39:49 UTC FreeBSD ports repository Modified files: lang/io Makefile distinfo pkg-plist Removed files: lang/io/filespatch-vm::base::Coro.c Log: Update to Release of 2005.12.21. Revision ChangesPath 1.6 +1 -1 ports/lang/io/Makefile 1.4 +3 -3 ports/lang/io/distinfo 1.2 +0 -11 ports/lang/io/files/patch-vm::base::Coro.c (dead) 1.5 +2 -22 ports/lang/io/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/math/py-numarray Makefile distinfo pkg-plist ports/math/py-numarray/files patch-Include::numarray::nummacro.h
perky 2006-01-11 00:59:08 UTC FreeBSD ports repository Modified files: math/py-numarray Makefile distinfo pkg-plist Removed files: math/py-numarray/files patch-Include::numarray::nummacro.h Log: Update to 1.5.0 Notified by:thierry Revision ChangesPath 1.13 +1 -2 ports/math/py-numarray/Makefile 1.11 +3 -2 ports/math/py-numarray/distinfo 1.2 +0 -14 ports/math/py-numarray/files/patch-Include::numarray::nummacro.h (dead) 1.11 +5 -4 ports/math/py-numarray/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/textproc/py-wordnet Makefile distinfo pkg-plist
perky 2006-01-16 10:33:02 UTC FreeBSD ports repository Modified files: textproc/py-wordnet Makefile distinfo pkg-plist Log: Install WordNet dictionary data independently from the wordnet port. pywordnet isn't compatible with WordNet-2.1 yet. Revision ChangesPath 1.8 +24 -8 ports/textproc/py-wordnet/Makefile 1.4 +4 -0 ports/textproc/py-wordnet/distinfo 1.3 +29 -9 ports/textproc/py-wordnet/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/Mk bsd.python.mk
perky 2006-01-30 02:37:54 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: Add support for Zope 2.9. Submitted by: HAYASHI Yasushi <[EMAIL PROTECTED]> Revision ChangesPath 1.73 +6 -3 ports/Mk/bsd.python.mk ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/rhtvision Makefile
perky 2006-01-30 03:27:57 UTC FreeBSD ports repository Modified files: devel/rhtvision Makefile Log: Add missing runtime dependency on gettext. Spotted by: kris Revision ChangesPath 1.14 +5 -0 ports/devel/rhtvision/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/llvm Makefile
perky 2006-01-30 03:41:38 UTC FreeBSD ports repository Modified files: devel/llvm Makefile Log: Add missing dependency on bison and unmark BROKEN. Spotted by: kris Revision ChangesPath 1.4 +1 -2 ports/devel/llvm/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile distinfo pkg-plist
perky 2006-01-30 04:17:33 UTC FreeBSD ports repository Modified files: lang/io Makefile distinfo pkg-plist Log: Update to release of 2006-01-27. Revision ChangesPath 1.8 +5 -2 ports/lang/io/Makefile 1.5 +3 -3 ports/lang/io/distinfo 1.6 +22 -3 ports/lang/io/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/korean/aleefonts-ttf Makefile distinfo pkg-plist
perky 2006-02-01 07:40:38 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile distinfo pkg-plist Log: Update to 6.5 Revision ChangesPath 1.10 +2 -2 ports/korean/aleefonts-ttf/Makefile 1.8 +3 -3 ports/korean/aleefonts-ttf/distinfo 1.7 +0 -1 ports/korean/aleefonts-ttf/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/spl Makefile
perky 2006-02-01 07:54:19 UTC FreeBSD ports repository Modified files: lang/spl Makefile Log: Fix build on 7-current. This adds a hack to avoid malloc problems but the hack has no effect to the final binaries. Revision ChangesPath 1.10 +2 -0 ports/lang/spl/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/net/liferea Makefile distinfo pkg-plist ports/net/liferea/files patch-src::liferea
perky 2006-03-19 07:37:34 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist net/liferea/filespatch-src::liferea Log: - Update to 1.0.7 [1] - Release the maintainership. PR: 94572 [1] Submitted by: pav [1] Revision ChangesPath 1.56 +4 -5 ports/net/liferea/Makefile 1.37 +3 -3 ports/net/liferea/distinfo 1.3 +7 -14 ports/net/liferea/files/patch-src::liferea 1.32 +10 -0 ports/net/liferea/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/textproc/py-rxp Makefile pkg-descr pkg-plist
perky 2006-03-19 07:44:12 UTC FreeBSD ports repository Modified files: textproc/py-rxp Makefile pkg-descr pkg-plist Log: - Update WWW - Clean pkg-plist up PR: 94343 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +0 -1 ports/textproc/py-rxp/Makefile 1.2 +1 -1 ports/textproc/py-rxp/pkg-descr 1.2 +17 -17ports/textproc/py-rxp/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/net/py-pcap/files patch-mk-constants.py
perky 2006-03-19 08:36:38 UTC FreeBSD ports repository Added files: net/py-pcap/filespatch-mk-constants.py Log: Fix build for swig 1.3.28. This only fixes a build and it'll miss some constants definitions yet. I'll finish it when it's fixed in the upstream. Revision ChangesPath 1.1 +10 -0 ports/net/py-pcap/files/patch-mk-constants.py (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/textproc/py-wordnet Makefile pkg-descr
perky 2006-03-19 08:45:18 UTC FreeBSD ports repository Modified files: textproc/py-wordnet Makefile pkg-descr Log: Fix WWW and portlint it. PR: 94344 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +2 -2 ports/textproc/py-wordnet/Makefile 1.2 +1 -1 ports/textproc/py-wordnet/pkg-descr ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/korean/aleefonts-ttf Makefile distinfo pkg-plist
perky 2006-03-19 08:53:06 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile distinfo pkg-plist Log: Update to 7.1 PR: 93562 Submitted by: Byung-Hee HWANG <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +3 -2 ports/korean/aleefonts-ttf/Makefile 1.9 +3 -3 ports/korean/aleefonts-ttf/distinfo 1.8 +2 -1 ports/korean/aleefonts-ttf/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/www/mod_python3 Makefile distinfo pkg-plist ports/www/mod_python3/files patch-src_include_mod_python.h.in
perky 2006-03-24 11:48:41 UTC FreeBSD ports repository Modified files: www/mod_python3 Makefile distinfo pkg-plist Added files: www/mod_python3/files patch-src_include_mod_python.h.in Log: - Update to 3.2.8 [1] - Add a workaround to build on Apache 2.2 [2] Requested by: Tim Diggins <[EMAIL PROTECTED]> [1] Submitted by: Peter Czanik <[EMAIL PROTECTED]> [2] Revision ChangesPath 1.34 +5 -11 ports/www/mod_python3/Makefile 1.14 +3 -3 ports/www/mod_python3/distinfo 1.1 +13 -0 ports/www/mod_python3/files/patch-src_include_mod_python.h.in (new) 1.8 +10 -1 ports/www/mod_python3/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/Mk bsd.python.mk ports/lang/python-devel Makefile distinfo pkg-plist ports/lang/python-devel/files patch-Modules-_ctypes-libffi-configure
perky 2006-03-26 07:58:41 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk lang/python-develMakefile distinfo pkg-plist Added files: lang/python-devel/files patch-Modules-_ctypes-libffi-configure Log: Update to Python trunk snapshot as of 2006-03-26. Revision Changes Path 1.74 +2 -2ports/Mk/bsd.python.mk 1.131 +33 -31 ports/lang/python-devel/Makefile 1.50 +3 -3ports/lang/python-devel/distinfo 1.1 +11 -0 ports/lang/python-devel/files/patch-Modules-_ctypes-libffi-configure (new) 1.63 +1274 -2934 ports/lang/python-devel/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/python distinfo
perky 2006-03-26 08:05:43 UTC FreeBSD ports repository Modified files: lang/python distinfo Log: Add a checksum for Python 2.5.a0.20060326 Revision ChangesPath 1.57 +3 -0 ports/lang/python/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/python-devel Makefile
perky 2006-03-27 23:22:18 UTC FreeBSD ports repository Modified files: lang/python-develMakefile Log: Fix build on environments without python. Revision ChangesPath 1.132 +3 -0 ports/lang/python-devel/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/Mk bsd.python.mk ports/lang/python Makefile distinfo pkg-plist ports/lang/python/files patch-Python::pystate.c
perky 2006-03-30 09:40:13 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk lang/python Makefile distinfo pkg-plist Removed files: lang/python/filespatch-Python::pystate.c Log: Update to Python 2.4.3. Revision Changes Path 1.75 +3 -3ports/Mk/bsd.python.mk 1.150 +12 -6 ports/lang/python/Makefile 1.58 +3 -0ports/lang/python/distinfo 1.2 +0 -27 ports/lang/python/files/patch-Python::pystate.c (dead) 1.59 +1213 -2905 ports/lang/python/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/python-doc-html distinfo
perky 2006-04-02 01:38:34 UTC FreeBSD ports repository Modified files: lang/python-doc-html distinfo Log: Add new size and checksums for Python 2.4.3 PR: 95202 Submitted by: Martin Jackson <[EMAIL PROTECTED]> Revision ChangesPath 1.20 +15 -0 ports/lang/python-doc-html/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-urwid Makefile distinfo pkg-plist
perky 2006-04-22 02:36:45 UTC FreeBSD ports repository Modified files: devel/py-urwid Makefile distinfo pkg-plist Log: Update to 0.9.3 Revision ChangesPath 1.6 +1 -4 ports/devel/py-urwid/Makefile 1.7 +3 -6 ports/devel/py-urwid/distinfo 1.3 +12 -0 ports/devel/py-urwid/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/pyrex Makefile distinfo
perky 2006-04-22 02:43:01 UTC FreeBSD ports repository Modified files: devel/pyrex Makefile distinfo Log: Update to 0.9.4.1 PR: 96098 Submitted by: Piet Delport <[EMAIL PROTECTED]> Revision ChangesPath 1.22 +1 -12 ports/devel/pyrex/Makefile 1.20 +3 -3 ports/devel/pyrex/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/math/py-numarray Makefile distinfo pkg-plist
perky 2006-04-22 02:49:27 UTC FreeBSD ports repository Modified files: math/py-numarray Makefile distinfo pkg-plist Log: Update to 1.5.1 Revision ChangesPath 1.14 +1 -1 ports/math/py-numarray/Makefile 1.12 +3 -3 ports/math/py-numarray/distinfo 1.12 +3 -0 ports/math/py-numarray/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/x11-toolkits/py-gui Makefile distinfo pkg-plist
perky 2006-04-22 02:54:08 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gui Makefile distinfo pkg-plist Log: Update to 1.7 Revision ChangesPath 1.8 +3 -5 ports/x11-toolkits/py-gui/Makefile 1.5 +3 -3 ports/x11-toolkits/py-gui/distinfo 1.4 +96 -10ports/x11-toolkits/py-gui/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/x11-toolkits/py-gui Makefile
perky 2006-04-22 02:55:34 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gui Makefile Log: Forced commit to note missed credit on previous commit: Update to 1.7 PR: 95249 Submitted by: Alexander Botero-Lowry <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +0 -0 ports/x11-toolkits/py-gui/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/archivers/dpkg Makefile distinfo pkg-plist ports/archivers/dpkg/files patch-Makefile.conf.in patch-Makefile.in patch-archtable patch-configure.in patch-lib_Makefile.in patch-lib_util
perky 2006-04-22 04:00:57 UTC FreeBSD ports repository Modified files: archivers/dpkg Makefile distinfo pkg-plist archivers/dpkg/files patch-Makefile.conf.in patch-Makefile.in patch-archtable patch-utils_start-stop-daemon.c Added files: archivers/dpkg/files patch-lib_utils.c patch-man_Makefile.in patch-utils_Makefile.in Removed files: archivers/dpkg/files patch-configure.in patch-lib_Makefile.in Log: Update to 1.10.28 Revision ChangesPath 1.11 +10 -10ports/archivers/dpkg/Makefile 1.4 +3 -3 ports/archivers/dpkg/distinfo 1.2 +3 -3 ports/archivers/dpkg/files/patch-Makefile.conf.in 1.2 +6 -6 ports/archivers/dpkg/files/patch-Makefile.in 1.2 +15 -14ports/archivers/dpkg/files/patch-archtable 1.2 +0 -11 ports/archivers/dpkg/files/patch-configure.in (dead) 1.2 +0 -11 ports/archivers/dpkg/files/patch-lib_Makefile.in (dead) 1.1 +15 -0 ports/archivers/dpkg/files/patch-lib_utils.c (new) 1.1 +11 -0 ports/archivers/dpkg/files/patch-man_Makefile.in (new) 1.1 +11 -0 ports/archivers/dpkg/files/patch-utils_Makefile.in (new) 1.2 +7 -45 ports/archivers/dpkg/files/patch-utils_start-stop-daemon.c 1.3 +25 -2 ports/archivers/dpkg/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/archivers/py-tarfile Makefile distinfo
perky 2006-04-22 04:17:35 UTC FreeBSD ports repository Modified files: archivers/py-tarfile Makefile distinfo Log: Update to 0.7.9 Revision ChangesPath 1.19 +1 -1 ports/archivers/py-tarfile/Makefile 1.18 +3 -3 ports/archivers/py-tarfile/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/archivers/unalz Makefile distinfo
perky 2006-04-22 04:21:00 UTC FreeBSD ports repository Modified files: archivers/unalz Makefile distinfo Log: Update to 0.55 Revision ChangesPath 1.5 +1 -1 ports/archivers/unalz/Makefile 1.4 +3 -3 ports/archivers/unalz/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/audio/py-eyed3 Makefile distinfo
perky 2006-04-22 04:22:47 UTC FreeBSD ports repository Modified files: audio/py-eyed3 Makefile distinfo Log: Update to 0.6.10 Revision ChangesPath 1.8 +1 -2 ports/audio/py-eyed3/Makefile 1.8 +3 -3 ports/audio/py-eyed3/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/databases/py-bsddb3 Makefile distinfo pkg-plist
perky 2006-04-22 04:32:29 UTC FreeBSD ports repository Modified files: databases/py-bsddb3 Makefile distinfo pkg-plist Log: - Update to 4.4.2 - Utilize bsd.databases.mk Revision ChangesPath 1.19 +6 -35 ports/databases/py-bsddb3/Makefile 1.9 +3 -3 ports/databases/py-bsddb3/distinfo 1.7 +3 -0 ports/databases/py-bsddb3/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/databases/py-bsddb Makefile
perky 2006-04-22 04:39:05 UTC FreeBSD ports repository Modified files: databases/py-bsddb Makefile Log: - Utilize BDB macros from bsd.database.mk. - This resolves a version problem reported in [1]. PR: 91801 [1] Submitted by: Rob B <[EMAIL PROTECTED]> [1] Revision ChangesPath 1.9 +4 -38 ports/databases/py-bsddb/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-ctypes Makefile distinfo pkg-plist
perky 2006-04-22 04:50:04 UTC FreeBSD ports repository Modified files: devel/py-ctypes Makefile distinfo pkg-plist Log: Update to 0.9.9.6 Revision ChangesPath 1.11 +2 -3 ports/devel/py-ctypes/Makefile 1.8 +3 -3 ports/devel/py-ctypes/distinfo 1.4 +155 -31 ports/devel/py-ctypes/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-logilab-common Makefile distinfo pkg-plist
perky 2006-04-22 04:54:43 UTC FreeBSD ports repository Modified files: devel/py-logilab-common Makefile distinfo pkg-plist Log: Update to 0.15.0 Revision ChangesPath 1.5 +1 -1 ports/devel/py-logilab-common/Makefile 1.6 +3 -3 ports/devel/py-logilab-common/distinfo 1.5 +3 -47 ports/devel/py-logilab-common/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-optik Makefile distinfo pkg-plist
perky 2006-04-22 05:00:13 UTC FreeBSD ports repository Modified files: devel/py-optik Makefile distinfo pkg-plist Log: Update to 1.5.1 Revision ChangesPath 1.19 +1 -1 ports/devel/py-optik/Makefile 1.11 +3 -3 ports/devel/py-optik/distinfo 1.8 +1 -0 ports/devel/py-optik/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-parsing Makefile distinfo pkg-plist
perky 2006-04-22 05:03:57 UTC FreeBSD ports repository Modified files: devel/py-parsing Makefile distinfo pkg-plist Log: Update to 1.4.2 Revision ChangesPath 1.6 +1 -1 ports/devel/py-parsing/Makefile 1.7 +3 -3 ports/devel/py-parsing/distinfo 1.5 +55 -42ports/devel/py-parsing/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-ro Makefile distinfo pkg-plist
perky 2006-04-22 05:09:06 UTC FreeBSD ports repository Modified files: devel/py-ro Makefile distinfo pkg-plist Log: Update to 3.5 Revision ChangesPath 1.13 +1 -1 ports/devel/py-ro/Makefile 1.12 +3 -3 ports/devel/py-ro/distinfo 1.9 +52 -18ports/devel/py-ro/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/pylint Makefile distinfo pkg-plist
perky 2006-04-22 05:15:55 UTC FreeBSD ports repository Modified files: devel/pylint Makefile distinfo pkg-plist Log: Update to 0.11.0 Revision ChangesPath 1.6 +1 -1 ports/devel/pylint/Makefile 1.6 +3 -3 ports/devel/pylint/distinfo 1.5 +119 -18 ports/devel/pylint/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/scons Makefile distinfo pkg-plist
perky 2006-04-22 05:18:18 UTC FreeBSD ports repository Modified files: devel/scons Makefile distinfo pkg-plist Log: Update to 0.96.92 Revision ChangesPath 1.26 +1 -1 ports/devel/scons/Makefile 1.22 +3 -3 ports/devel/scons/distinfo 1.18 +12 -0 ports/devel/scons/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/ftp/py-curl Makefile distinfo
perky 2006-04-22 05:20:19 UTC FreeBSD ports repository Modified files: ftp/py-curl Makefile distinfo Log: Update to 7.15.2 Revision ChangesPath 1.24 +1 -2 ports/ftp/py-curl/Makefile 1.19 +3 -3 ports/ftp/py-curl/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/irc/py-irclib Makefile distinfo
perky 2006-04-22 05:23:00 UTC FreeBSD ports repository Modified files: irc/py-irclibMakefile distinfo Log: Update to 0.4.6 Revision ChangesPath 1.14 +1 -1 ports/irc/py-irclib/Makefile 1.12 +3 -3 ports/irc/py-irclib/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/korean/aleefonts-ttf Makefile distinfo
perky 2006-04-22 05:25:25 UTC FreeBSD ports repository Modified files: korean/aleefonts-ttf Makefile distinfo Log: Update to 7.3 Revision ChangesPath 1.12 +1 -1 ports/korean/aleefonts-ttf/Makefile 1.10 +3 -3 ports/korean/aleefonts-ttf/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/dns/py-adns Makefile
perky 2006-04-22 05:38:10 UTC FreeBSD ports repository Modified files: dns/py-adns Makefile Log: Fix build on adns 1.2. Revision ChangesPath 1.13 +1 -3 ports/dns/py-adns/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/archivers/dpkg Makefile pkg-plist
perky 2006-04-24 06:37:55 UTC FreeBSD ports repository Modified files: archivers/dpkg Makefile pkg-plist Log: Don't install a message translation for "tl" which is not supported by our local mtree yet. Revision ChangesPath 1.12 +5 -0 ports/archivers/dpkg/Makefile 1.4 +0 -1 ports/archivers/dpkg/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/pyrex/files patch-Pyrex::Distutils::build_ext.py
perky 2006-04-24 14:41:07 UTC FreeBSD ports repository Removed files: devel/pyrex/filespatch-Pyrex::Distutils::build_ext.py Log: Remove stale patch which should be removed in the recent update. PR: 96249 Submitted by: Piet Delport <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +0 -11 ports/devel/pyrex/files/patch-Pyrex::Distutils::build_ext.py (dead) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel Makefile ports/devel/py-astng Makefile distinfo pkg-descr pkg-plist
perky 2006-04-26 19:48:11 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/py-astng Makefile distinfo pkg-descr pkg-plist Log: Add new port for py-astng 0.16.0, an extension to Python compiler.ast package. This module is needed by new versions of pylint. Revision ChangesPath 1.2181+1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/py-astng/Makefile (new) 1.1 +3 -0 ports/devel/py-astng/distinfo (new) 1.1 +6 -0 ports/devel/py-astng/pkg-descr (new) 1.1 +119 -0ports/devel/py-astng/pkg-plist (new) ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
perky 2006-04-26 19:48:26 UTC FreeBSD ports repository Modified files: .modules Log: py-astng --> ports/devel/py-astng Revision ChangesPath 1.14711 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/pylint Makefile
perky 2006-04-26 19:52:40 UTC FreeBSD ports repository Modified files: devel/pylint Makefile Log: Fix dependency. New version of pylint requires devel/py-astng as well as devel/py-logilab-common. Reported by:Rene Ladan <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +2 -1 ports/devel/pylint/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/libsigsegv Makefile distinfo
perky 2006-05-04 14:26:30 UTC FreeBSD ports repository Modified files: devel/libsigsegv Makefile distinfo Log: Update to 2.3 PR: 96701 Submitted by: vd Revision ChangesPath 1.6 +2 -2 ports/devel/libsigsegv/Makefile 1.4 +3 -3 ports/devel/libsigsegv/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile
perky 2006-05-04 14:38:20 UTC FreeBSD ports repository Modified files: lang/io Makefile Log: Fix portlint warnings. PR: 95830 Submitted by: Alexander Botero-Lowry <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +1 -3 ports/lang/io/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/io Makefile distinfo pkg-plist
perky 2006-05-04 15:05:33 UTC FreeBSD ports repository Modified files: lang/io Makefile distinfo pkg-plist Log: Update 0.0.2006.05.02 Revision ChangesPath 1.10 +2 -3 ports/lang/io/Makefile 1.6 +3 -3 ports/lang/io/distinfo 1.7 +31 -38ports/lang/io/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-urwid Makefile distinfo
perky 2006-05-08 17:45:50 UTC FreeBSD ports repository Modified files: devel/py-urwid Makefile distinfo Log: Update to 0.9.4 Revision ChangesPath 1.8 +1 -3 ports/devel/py-urwid/Makefile 1.8 +3 -3 ports/devel/py-urwid/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/llvm Makefile distinfo pkg-plist
perky 2006-05-16 05:33:50 UTC FreeBSD ports repository Modified files: devel/llvm Makefile distinfo pkg-plist Log: Update to 1.7 Revision ChangesPath 1.7 +6 -8 ports/devel/llvm/Makefile 1.2 +3 -3 ports/devel/llvm/distinfo 1.3 +25 -10ports/devel/llvm/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/llvm Makefile
perky 2006-05-18 14:05:38 UTC FreeBSD ports repository Modified files: devel/llvm Makefile Log: Add a dependency on perl which is used to build man pages. Revision ChangesPath 1.8 +1 -0 ports/devel/llvm/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/llvm Makefile
perky 2006-05-20 06:59:17 UTC FreeBSD ports repository Modified files: devel/llvm Makefile Log: This port requires GCC 3.3+ to build. This unbreaks build in 4-STABLE. Revision ChangesPath 1.9 +1 -0 ports/devel/llvm/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/llvm Makefile
perky 2006-05-23 10:50:37 UTC FreeBSD ports repository Modified files: devel/llvm Makefile Log: Remove dummy .dir files in ${PREFIX}/{bin,lib}/ after installation. This may remove even though other port installed such file. But.. :-) Revision ChangesPath 1.10 +3 -0 ports/devel/llvm/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/sysutils/cpu Makefile
perky 2006-05-28 01:44:08 UTC FreeBSD ports repository Modified files: sysutils/cpu Makefile Log: Fix build by unhiding deprecated functions for OpenLDAP 2.3 Reported by:Jason Lixfeld <[EMAIL PROTECTED]> Revision ChangesPath 1.5 +1 -0 ports/sysutils/cpu/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/jython Makefile
perky 2006-06-03 17:27:44 UTC FreeBSD ports repository Modified files: lang/jython Makefile Log: Update for bsd.java.mk 2.0 PR: 98387 Submitted by: hq Revision ChangesPath 1.15 +2 -1 ports/lang/jython/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/Mk bsd.python.mk
perky 2006-06-03 17:38:18 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: Correct zope dependency target for 3.2. PR: 97151 Submitted by: Phil Oleson <[EMAIL PROTECTED]> Revision ChangesPath 1.76 +6 -2 ports/Mk/bsd.python.mk ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/audio/liteamp Makefile
perky 2006-06-03 17:44:20 UTC FreeBSD ports repository Modified files: audio/liteampMakefile Log: portlint(1) fix: add USE_GETTEXT PR: 97252 Submitted by: Alexander Botero-Lowry <[EMAIL PROTECTED]> Revision ChangesPath 1.19 +3 -0 ports/audio/liteamp/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-ctypes Makefile distinfo pkg-descr
perky 2006-09-10 04:13:47 UTC FreeBSD ports repository Modified files: devel/py-ctypes Makefile distinfo pkg-descr Log: Update to 1.0.0 PR: 102347 Submitted by: Marcus von Appen <[EMAIL PROTECTED]> Revision ChangesPath 1.13 +2 -12 ports/devel/py-ctypes/Makefile 1.10 +3 -3 ports/devel/py-ctypes/distinfo 1.2 +1 -1 ports/devel/py-ctypes/pkg-descr ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/Mk bsd.python.mk ports/lang/python-devel Makefile distinfo pkg-plist
perky 2006-09-13 16:26:49 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk lang/python-develMakefile distinfo pkg-plist Log: - Update lang/python-devel to Python 2.5c2 - Sync some recent workarounds from lang/python. Revision ChangesPath 1.82 +4 -4 ports/Mk/bsd.python.mk 1.138 +16 -7 ports/lang/python-devel/Makefile 1.53 +3 -3 ports/lang/python-devel/distinfo 1.66 +3 -0 ports/lang/python-devel/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/python distinfo
perky 2006-09-13 16:29:31 UTC FreeBSD ports repository Modified files: lang/python distinfo Log: Add a checksum for 2.5c2 and remove checksums for old beta releases. Revision ChangesPath 1.61 +3 -6 ports/lang/python/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/Mk bsd.python.mk
perky 2006-10-08 14:53:49 UTC FreeBSD ports repository Modified files: Mk bsd.python.mk Log: Whitespace cleanup. PR: 104021 Submitted by: edwin Revision ChangesPath 1.83 +129 -118 ports/Mk/bsd.python.mk ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-px Makefile distinfo
perky 2006-10-08 14:57:36 UTC FreeBSD ports repository Modified files: devel/py-px Makefile distinfo Log: Update to 0.9.1 Revision ChangesPath 1.4 +3 -2 ports/devel/py-px/Makefile 1.5 +3 -3 ports/devel/py-px/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-urwid Makefile distinfo pkg-plist
perky 2006-10-08 15:06:42 UTC FreeBSD ports repository Modified files: devel/py-urwid Makefile distinfo pkg-plist Log: Update to 0.9.7.1 PR: 103964 Submitted by: ijliao Revision ChangesPath 1.10 +5 -1 ports/devel/py-urwid/Makefile 1.10 +3 -3 ports/devel/py-urwid/distinfo 1.4 +3 -0 ports/devel/py-urwid/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/archivers/py-tarfile Makefile distinfo
perky 2006-10-09 11:32:50 UTC FreeBSD ports repository Modified files: archivers/py-tarfile Makefile distinfo Log: Update to 0.8.0 PR: 103521 Submitted by: xride Revision ChangesPath 1.20 +1 -1 ports/archivers/py-tarfile/Makefile 1.19 +3 -3 ports/archivers/py-tarfile/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-optik Makefile distinfo
perky 2006-10-09 11:39:28 UTC FreeBSD ports repository Modified files: devel/py-optik Makefile distinfo Log: Update to 1.5.3 PR: 103580 Submitted by: xride Revision ChangesPath 1.20 +1 -1 ports/devel/py-optik/Makefile 1.12 +3 -3 ports/devel/py-optik/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/py-parsing Makefile distinfo pkg-plist
perky 2006-10-09 11:46:41 UTC FreeBSD ports repository Modified files: devel/py-parsing Makefile distinfo pkg-plist Log: Update to 1.4.3 PR: 103568 Submitted by: xride Revision ChangesPath 1.7 +1 -1 ports/devel/py-parsing/Makefile 1.8 +3 -3 ports/devel/py-parsing/distinfo 1.6 +7 -0 ports/devel/py-parsing/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/newt/files patch-ab
perky 2006-10-09 12:02:48 UTC FreeBSD ports repository Modified files: devel/newt/files patch-ab Log: Fix build on environments with ncurses port. PR: 100830 Submitted by: Matthias Fechner <[EMAIL PROTECTED]>, Thomas Dickey <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +2 -2 ports/devel/newt/files/patch-ab ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/devel/newt Makefile ports/devel/newt/files setup.py
perky 2006-10-09 12:11:00 UTC FreeBSD ports repository Modified files: devel/newt Makefile devel/newt/files setup.py Log: Fix build with WITH_PYTHON=yes on amd64 PR: 86283 Submitted by: Tim Middleton <[EMAIL PROTECTED]> Revision ChangesPath 1.28 +1 -0 ports/devel/newt/Makefile 1.3 +2 -2 ports/devel/newt/files/setup.py ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports MOVED UPDATING ports/Mk bsd.python.mk
perky 2006-10-09 14:27:26 UTC FreeBSD ports repository Modified files: .MOVED UPDATING Mk bsd.python.mk Log: - 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. Revision ChangesPath 1.1160+2 -1 ports/MOVED 1.84 +9 -16 ports/Mk/bsd.python.mk 1.401 +11 -1 ports/UPDATING ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang Makefile ports/lang/python Makefile distinfo pkg-message pkg-plist ports/lang/python/files patch-CVE-2006-4980 patch-Modules::socketmodule.c patch-Python::ceval.c patch-freebsd7
perky 2006-10-09 14:29:18 UTC FreeBSD ports repository Modified files: lang Makefile lang/python Makefile distinfo lang/python21Makefile lang/python22Makefile lang/python23Makefile lang/python24Makefile distinfo pkg-plist lang/python24/files patch-setup.py lang/python25Makefile distinfo pkg-plist lang/python25/files patch-setup.py Added files: lang/python25pkg-message Removed files: lang/python pkg-message pkg-plist lang/python/filespatch-CVE-2006-4980 patch-Modules::socketmodule.c patch-Python::ceval.c patch-freebsd7 patch-setup.py lang/python-develMakefile distinfo pkg-descr pkg-plist lang/python-devel/files patch-Modules-_ctypes-libffi-configure patch-setup.py Log: - 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. Revision ChangesPath 1.516 +2 -1 ports/lang/Makefile 1.139 +0 -222ports/lang/python-devel/Makefile (dead) 1.54 +0 -3 ports/lang/python-devel/distinfo (dead) 1.2 +0 -11 ports/lang/python-devel/files/patch-Modules-_ctypes-libffi-configure (dead) 1.13 +0 -30 ports/lang/python-devel/files/patch-setup.py (dead) 1.3 +0 -4 ports/lang/python-devel/pkg-descr (dead) 1.67 +0 -1888 ports/lang/python-devel/pkg-plist (dead) 1.154 +12 -193 ports/lang/python/Makefile 1.62 +3 -3 ports/lang/python/distinfo 1.2 +0 -67 ports/lang/python/files/patch-CVE-2006-4980 (dead) 1.2 +0 -13 ports/lang/python/files/patch-Modules::socketmodule.c (dead) 1.3 +0 -16 ports/lang/python/files/patch-Python::ceval.c (dead) 1.2 +0 -632ports/lang/python/files/patch-freebsd7 (dead) 1.9 +0 -29 ports/lang/python/files/patch-setup.py (dead) 1.5 +0 -10 ports/lang/python/pkg-message (dead) 1.60 +0 -1711 ports/lang/python/pkg-plist (dead) 1.110 +2 -2 ports/lang/python21/Makefile 1.116 +2 -2 ports/lang/python22/Makefile 1.146 +2 -2 ports/lang/python23/Makefile 1.154 +8 -32 ports/lang/python24/Makefile 1.62 +0 -54 ports/lang/python24/distinfo 1.9 +12 -2 ports/lang/python24/files/patch-setup.py 1.60 +0 -6 ports/lang/python24/pkg-plist 1.139 +13 -7 ports/lang/python25/Makefile 1.54 +3 -3 ports/lang/python25/distinfo 1.13 +11 -12ports/lang/python25/files/patch-setup.py 1.1 +11 -0 ports/lang/python25/pkg-message (new) 1.67 +7 -0 ports/lang/python25/pkg-plist ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/python Makefile
perky 2006-10-09 14:53:36 UTC FreeBSD ports repository Modified files: lang/python Makefile Log: Fix version number to 2.5 even if 2.4 is in the system. Revision ChangesPath 1.155 +2 -1 ports/lang/python/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cvs commit: ports UPDATING
On 10/10/06, Rong-En Fan <[EMAIL PROTECTED]> wrote: rafan 2006-10-09 15:12:06 UTC FreeBSD ports repository Modified files: .UPDATING Log: - Fix date for recently Python 2.5 entry: we are in 2006 :-) Oops. Thank you! /me runs Hye-Shik ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: CVSROOT modules
perky 2006-10-09 15:32:48 UTC FreeBSD ports repository Modified files: .modules Log: python24 -> lang/python24 python25 -> lang/python25 Revision ChangesPath 1.16420 +2 -1 CVSROOT/modules ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports UPDATING ports/lang/python25 Makefile
perky 2006-10-09 15:40:08 UTC FreeBSD ports repository Modified files: .UPDATING lang/python25Makefile Log: Simple portupgrade doesn't upgrade python correctly, so add a check and an instruction. Revision ChangesPath 1.403 +4 -1 ports/UPDATING 1.140 +7 -0 ports/lang/python25/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports UPDATING ports/lang/python Makefile ports/lang/python25 Makefile
perky 2006-10-09 15:51:28 UTC FreeBSD ports repository Modified files: .UPDATING lang/python Makefile lang/python25Makefile Log: - Restrict a dependency to the real interpreter to _RUN only. This allows portupgrade to upgrade lang/python from 2.4 flawlessly. - So remove obsolete instruction. Revision ChangesPath 1.404 +1 -4 ports/UPDATING 1.156 +1 -1 ports/lang/python/Makefile 1.141 +0 -7 ports/lang/python25/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/python-doc-html distinfo
perky 2006-10-09 16:08:42 UTC FreeBSD ports repository Modified files: lang/python-doc-html distinfo Log: Add checksums for Python 2.5 documents. Revision ChangesPath 1.21 +15 -0 ports/lang/python-doc-html/distinfo ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cvs commit: ports/lang/python25 Makefile
perky 2006-10-10 05:31:20 UTC FreeBSD ports repository Modified files: lang/python25Makefile Log: Fix build with WITH_FPECTL=yes on i386. PR: 104243 Submitted by: S Roberts <[EMAIL PROTECTED]> Revision ChangesPath 1.142 +1 -0 ports/lang/python25/Makefile ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"