summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2008-04-19Update to 1.9kefren3-10/+8
2008-04-19Update to mono-1.9kefren9-39/+90
Between the release of 1.2.6 and 1.9 more than 400 bugs were fixed.
2008-04-18As all Python packages are required to include lang/python/pyversion.mkjoerg1-6/+8
anyway, simplify logic a bit: Add Python 2.5 to the default list, but also mark it as incompatible if wip/python25 is not present. Move the Darwin handling after setting a default value. Provide a new variable _PYTHON_VERSIONS_ACCEPTED that is filtered by PYTHON_VERSIONS_INCOMPATIBLE. This helps to avoid providing broken dependencies when a version is not supported as PYPKGPREFIX wouldn't be set in that case.
2008-04-16Makefile cosmetics/speedup, mainly avoidance of the use of subshellswennmach1-9/+9
2008-04-14REPLACE_RUBY_DIRS is relative to ${WRKSRC}, so no need to spell it out.jlam1-3/+2
2008-04-14Fix PLIST_VARS fallout.tnn1-3/+3
2008-04-13Fix botched PLIST_VARS conversion.tnn1-3/+3
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam28-202/+173
through PLIST_SUBST to the plist module.
2008-04-11only set 25 in PYTHON_VERSIONS_ACCEPTED if ../../wip/python25/Makefile foundabs1-1/+5
2008-04-11Add 25 to PYTHON_VERSIONS_ACCEPTED, so PYTHON_VERSION_DEFAULT=25 works in ↵abs1-2/+2
mk.conf
2008-04-11update for 2.4.5drochner1-3/+3
2008-04-11update to 2.4.5drochner3-11/+9
This release includes just a small number of fixes, primarily preventing crashes of the interpreter in certain boundary cases.
2008-04-11fix possible buffer overflow by negative atguments to zlib.flush(),drochner3-3/+19
from upstream CVS, bump PKGREVISION
2008-04-08Replaced ${MACHINE_ARCH} with i386 as this always installs files formartti2-37/+37
i386, ppc32, sparc32 and x86_64. Also sorted PLIST. This was previously not working properly on non-i386 hosts...
2008-04-08Some pkglint -Wall fixes.martti6-11/+19
2008-04-07Update to chicken-3.1.0.tnn3-8/+7
Changes: faster socket writes, posix date fixes, hashtable enhancements.
2008-04-07Fix DESTDIR.joerg1-12/+8
2008-04-07Fix installation.joerg1-2/+3
2008-04-07Fix DESTDIR.joerg1-6/+4
2008-04-07Update to version 8.4.18. Distilled list of non-Windows changes:bjs2-6/+6
* generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] * generic/regguts.h, generic/regc_color.c, generic/regc_nfa.c: Fixes for problems created when processing regular expressions that generate very large automata. An enormous number of thanks to Will Drewry <wad@google.com>, Tavis Ormandy <taviso@google.com>, and Tom Lane <tgl@sss.pgh.pa.us> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] * unix/tclUnixCompat.c (TclpGetHostByName): Really applied the change noted on 2007-11-13 by dkf below. * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag * tests/ioUtil.test (ioUtil-4.1): on a channel for the 'a' mode and not for 'a+'. [Bug 1773127] (backport from HEAD) * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Prevent shimmering crash when -exact and -integer/-real are mixed. [Bug 1844789] * generic/tclThread.c: Back-port locking changes from Tcl8.5 in Tcl_Mutex/ConditionFinlize. Now we properly master-lock the finalization of sync primitives. * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler * generic/regcomp.c: [Bug 1810038]. Corrected looping logic in * tests/regexp.test: fixempties() to avoid wasting time walking a list of dead states [Bug 1832612]. Convert optst() from expensive no-op to a cheap no-op. Improve newline usage in debug output. * unix/tclUnixCompat.c (TclpGetHostByName): The six-argument form of getaddressbyname_r() uses the fifth argument to indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] * generic/regc_lex.c (lexescape): Ensure that backreference numbers can't overflow a signed int in a way that breaks things. [Bug 1810264] * generic/tclParse.c (Tcl_ParseBraces): fix for possible read after the end of buffer, [Bug 1813528] (Joe Mistachkin). * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted command; cannot trigger this from Tcl itself, but crash reported on xotcl. This check is new to 8.4 but exists in 8.5, so this is a backport or something. Thanks Gustaf Neumann. * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robust in unbraced if code.
2008-04-04Update g95 to version 0.91 (current stable version).markd4-68/+18
OKed wennmach. Changes are 2 years worth of development.
2008-04-04Fix some integer witdth/type-casting issue which I saw on NetBSD/amd64bjs6-3/+83
today, eliminating most warnings. Bump rev.
2008-03-31- rename PLIST to PLIST.linux-i386tnn3-3/+1043
- add PLIST.linux-x86_64
2008-03-31Fix installation on x86_64.tnn2-2/+6
2008-03-31Fix another system library symbol versioning problem, this time withcjs4-3/+31
socket(), and bump PKGREVISION.
2008-03-29fix dup post-patch target for darwin.tnn1-2/+3
2008-03-25Remove blackdown* and sun-j*13.wiz1-5/+1
2008-03-25Remove blackdown-j{dk,re}13 and sun-j{dk,re}13.wiz34-2794/+0
Both have security problems and are not maintained. Update infrastructure for their removal. Removal was announced on pkgsrc-users on March 13.
2008-03-24Use the correct renamed symbols for opendir, unsetenv, and times.kristerw7-2/+85
Solves PR pkg/38263. Bump PKGREVISION.
2008-03-21Substitute for ${RUBY_ARCH} in PLISTs.jlam1-1/+2
2008-03-21Change MONO_SHARED_DIR in order to compile mono dependant packageskefren1-1/+3
in sandboxes. Reported by and discused with joerg@ and tnn@ This behaviour is also documented at: http://pkg-mono.alioth.debian.org/cli-policy/ch-mono.html#s4.3
2008-03-17Allow REPLACE_RUBY_DIRS to be relative to ${WRKSRC}.jlam1-3/+4
2008-03-17Update ghc to version 6.8.2.kristerw6-991/+1280
The major changes in this release are adding Haskell Program Coverage (hpc) support to the compiler, adding a debugger to GHCi, the first phase of the base package split, and pointer tagging in the code generator (which should mean most code improves by 10-15%, and as a result the compiler is also faster). Most of this upgrade was done by Paulo Matias in pkgsrc-wip.
2008-03-15For Python 2.5, check that the wip directory actually exists.joerg1-2/+2
2008-03-15Don't leak WRKDIR reference for the DESTDIR case. Bump revision.joerg3-5/+11
2008-03-13Supports DESTDIR.joerg1-1/+3
2008-03-13Update master site URL.tnn1-2/+2
2008-03-13Really fix build with native X11. (tested)tnn2-4/+4
2008-03-12We're at u5 not u4. Add a note about this so it does not happen again.adrianp1-2/+3
2008-03-12In the *-install targets, add ${INSTALL_ENV} to the environment passedjlam1-4/+4
to the installation script. This causes DESTDIR to be passed through if a package has DESTDIR support.
2008-03-11Try to fix build failure with X11_TYPE=native and any of the X toolkittnn2-1/+15
options enabled.
2008-03-11Add the shared library search path in addition to the run path for -lpcre.tnn1-2/+2
2008-03-10Update to chicken-3.0.0, from pkgsrc-wip.tnn6-209/+107
Some highlights: 3.0.0: - On sparc64 architectures more than 126 procedure arguments are allowed [Thanks to Peter Bex] 2.7xx: - PCRE support - new GNU Make based build process - libffi is not used anymore, handcoded assembler is used for x86, x86-64 and powerpc platforms - TCP timeout handling - added Lisp-style symbol property lists - the "chicken-bug" program can now be used to create bug reports - countless bugfixes and minor improvements
2008-03-10Add CONFLICTS line for previous PKGNAME versions.wiz1-2/+2
Suggested by Alan Barrett.
2008-03-10Add a new file that is installed in ruby-1.8.6.114 that wasn't in thejlam1-1/+2
previous release in pkgsrc.
2008-03-09Update ruby pakcages to 1.8.6.114 (1.8.6-p114).taca2-6/+6
It main chagnes are security fix of WEBrick library. Mon Mar 3 23:34:13 2008 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpservlet/filehandler.rb: should normalize path separators in path_info to prevent directory traversal attacks on DOSISH platforms. reported by Digital Security Research Group [DSECRG-08-026]. * lib/webrick/httpservlet/filehandler.rb: pathnames which have not to be published should be checked case-insensitively. Mon Dec 3 08:13:52 2007 Kouhei Sutou <kou@cozmixng.org> * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb, test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured declaring XML namespaces.
2008-03-08Back out previous... this was a mistake because the setup.rb file Ijlam1-2/+2
was looking at was not the "standard" setup.rb file. In standard setup.rb files, the argument to --prefix is indeed the staging directory.
2008-03-07Fix the DESTDIR installation -- files to into ${DESTDIR}${PREFIX}, notjlam1-2/+2
just into ${DESTDIR}.
2008-03-07Allow to build on Linux, per PR 38193 by Aleksej Saushev.obache1-1/+4
2008-03-06Fix PKGNAME.wiz1-1/+2