Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in
bugfix-only mode, no new features are being added. More than 60 bugs have
been squashed since Python 2.4.1, including bugs that prevented Python working
properly on 64 bit AIX and HP/UX.
For a detailed list of changes see:
http://python.org/2.4.2/NEWS.html
|
|
library) from ubuntu Linux (via gentoo).
For details see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
|
|
library) from ubuntu Linux (via gentoo).
For details see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
Bump PKGREVISION's.
|
|
|
|
|
|
NO_BUILD, USE_LIBTOOL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This dosen't change anything to installed binaries nor built package.
|
|
|
|
extern, if it's not a macro. Teach configure about DragonFly.
OKed by maintainer.
|
|
to run bypassing the safe level check.
Bump PKGREVISION.
|
|
to run bypassing the safe level check.
The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list.
Bump PKGREVISION.
|
|
|
|
breakage.
|
|
Previously php-gettext would end up with a PKGNAME of php-{ver}, with
obviously breakage.
|
|
- Correct case statement moving "interix3*)" to before "interrix*)" since
"interix3*)" wouldn't match and always match to "interix*)".
- Remove "interix3*" in the case condition which always "interix*" pattern.
This dosen't fix anything bulding on Interix3 (SFU 3.5) and on other
platforms, but fix obvious mistake in configure script.
|
|
Reviewed by minskim@.
|
|
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
installation problem noted in PR pkg/31324.
|
|
Okayed by maintainer, okayed during freeze by wiz.
|
|
from modules.mk to rubyversion.mk.
This should fix devel/ruby-rd-mode package.
|
|
Fixes build of ap-php and PHP modules.
|
|
version numbers.
|
|
bug fixes only with only few and minor new features.
Full changelog available at:
http://mirrors.inway.cz/ChangeLog-5.php#5.0.5
|
|
|
|
packages. Thank you Bruce for helping with pkgsrc.
|
|
|
|
|
|
detect and add "-ldl" (on systems that need it) by itself during the
build. This addresses pkg/31171.
|
|
|
|
added dependancies on libart2 gtk2
|
|
regenerate buildlink3
approved by wiz@
|
|
Patches taken from darwinports (thanks toby)
|
|
Changes from 3.1.4 to 3.1.5
---------------------------
1. The random() suite has been updated to a current FreeBSD version, which
works on systems with > 32-bit ints.
2. A new option, `--exec' has been added. It's like -f but ends option
processing. It also disables `x=y' variable assignments, but not -v.
It's needed mainly for CGI scripts, so that source code can't be
passed in as part of the URL.
3. dfa.[ch] have been synced with GNU grep development. This also fixes
multiple regex matching problems in multibyte locales.
4. Updated to Automake 1.9.5.
5. Updated to Bison 2.0.
6. The getopt* and regex* files were synchronized with current GLIBC CVS.
See the ChangeLog for the versions and minor edits made.
7. `configure --disable-nls' now disables just gawk's own translations.
Gawk continues to work with the locale's numeric formatting. This
includes a bug fix in handling the printf ' flag (e.g., %'d).
8. Gawk is now multibyte aware. This means that index(), length(),
substr() and match() all work in terms of characters, not bytes.
9. Gawk is now smarter about parsing numeric constants in corner cases.
11. Not closing open redirections no longer causes gawk to exit non-zero.
10. The VMS port has been updated.
11. Changes from Andrew Schorr at the xmlgawk project to provide for
open hooks from extensions are now included. This will let the
xmlgawk extension work in the standard gawk.
12. Updated to gettext 0.14.4. Gawk no longer includes its own copy
of the gettext `intl' library, following current GNU practice to
rely on there being an external version thereof.
13. A regexp of the form `//' will now generate a warning that it
is not a C++ comment from --lint (awk.y).
14. The ^ and ^= operators with an integer exponent now use Exponentiation
by Squaring. This simultaneously fixes a problem with ^= and a negative
integer exponent.
15. length(array) now returns the number of elements in the array. This is
is a non-standard extension that will fail in POSIX mode.
16. Carriage return characters are now ignored in program source code.
17. Four new translations added.
18. Various minor bugs fixed. See the ChangeLog for the details.
|
|
(shared with ap-php) into the php package Makefile.
|
|
This is mainly a bug fix release, fixing code generation under amd64 and some
OO compilation problems, among many others
approved by adam@
|
|
bump the PKGREVISION to 4, and set BUILDLINK_RECOMMENDED.lua appropriately
in the buildlink3.mk file.
|
|
Fix suggested by salo@.
|
|
Fix based on work done by tron@ for the PHP 4.x branch fix
PLIST fixup to correctly remove @PREFIX@/lib/php
|
|
which is intended for exactly that kind of files. Fixes PR 31121.
|
|
suggested by Lubomir Sedlacik in discussions on releng-pkgsrc and pullup
request 727.
|
|
http://sourceforge.net/tracker/index.php?func=detail&aid=1222872&group_id=10894&atid=110894
http://cvs.sourceforge.net/viewcvs.py/tcl/tcl/unix/tclUnixNotfy.c?r1=1.11.2.12&r2=1.11.2.13&only_with_tag=core-8-4-branch
This has the added benefit of improving the tcl interpreter stability on
NetBSD/sparc64 2.0_STABLE: no more SIGBUS, due to a LP64 type problem with
a pthread_join() argument, even if the self-test is still shaggy.
Approved by jwise@.
|