summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06Fix PKGNAME.wiz1-1/+2
2008-03-05Update to Java 6.0 Update 5. Security update that fixes multiple recentlytnn5-18/+26
reported vulnerabilities. * http://java.sun.com/javase/6/webnotes/ReleaseNotes.html#160_05
2008-03-05Update to Java 5.0 Update 15. Security update that fixes multiple recentlytnn4-20/+20
reported vulnerabilities. * http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_15
2008-03-05Update to 1.4.2 Update 17. Security update that fixes multiple recentlytnn5-18/+18
reported vulnerabilities. * http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_17
2008-03-04Accidentally missed from last commitsborrill1-2/+2
2008-03-04Patch around imap_header() dying with SIGABRT if recipient lists are toosborrill1-5/+145
long. Patch appended to PHP bug 42862, so the fix may be incorporated in later PHP releases and thus this patch can be reverted. http://bugs.php.net/bug.php?id=42862 Bump PKGREVISION of php-imap
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam40-263/+386
their files via a custom do-install target.
2008-03-04Remove lang/smalleiffel. This project has been superseded byjlam11-1031/+1
lang/SmartEiffel.
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig2-4/+4
them at will.
2008-03-02Add pcc-current.he1-1/+2
2008-03-02Import a package which can be used to track "pcc current".he4-0/+51
This one is for 0.9.9 using the 23 Feb 2008 sources, and is trivial to update to track a newer version.
2008-03-02When including a builtin.mk file, you need to guard it with CHECK_BUILTIN.*jlam1-3/+8
settings so that the builtin.mk can be safely included by the buildlink3 framework later on.
2008-03-01Add a missing @dirrmtnn1-1/+2
2008-03-01Try to fix iconv breakage when USE_BUILTIN.iconv=notnn1-8/+9
2008-03-01Also skip "@dirrm lib/ruby/site_ruby" for print-PLIST.obache1-1/+2
2008-02-29Update to 2.44.1, packaged by Aleksej Saushev.tnn16-269/+235
Major changes from 2.41: - Use pkgsrc-supplied libffcall - Use libtool - New PKG_OPTIONS to enable support for db4, gdbm, gtk2, fastcgi, pcre. - lots of bugfixes
2008-02-29Add and enable sigscheme.obache1-1/+2
2008-02-29Import sigscheme version 0.8.0.obache7-0/+127
SigScheme is a R5RS Scheme interpreter for embedded use. It features small footprint (64KB in library form on the 'small' configuration) like SIOD and TinyScheme, low memory consumption (2-words per cons cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and more. It is mainly developed to be the Scheme interpreter of uim.
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig3-6/+6
to shut up the pkglint warnings.
2008-02-27The lua library definitely needs the readline library around whenjlam1-1/+3
linking, so include readline/buildlink3.mk in lua/buildlink3.mk.
2008-02-27+ Remove dependency on ncurses (!!) of all things -- lua doens't havejlam1-2/+2
any curses code in it. It only needs readline for the "io" module, and the readline/buildlink3.mk now handles pulling in any necessary dependencies for the terminal library that it uses. Bump the PKGREVISION to 1.
2008-02-27ENOCOFFEE: PKGREVISION+=2 to make up for previous PKGREVISION-- withgdt1-1/+2
patch change.
2008-02-27Simplify approach to dealing with upstream cruft.gdt3-13/+16
2008-02-25Update to Gauche-0.8.13.tnn6-152/+68
pkgsrc changes - DESTDIR support - use libtool - make iconv work - fix a PLIST error - close PR pkg/37897 Upstream changes - Sorry, too many to list here
2008-02-22Don't use FreeBSD's bluetooth define on DragonFly as well.joerg2-4/+4
From PR 37821.
2008-02-22fix PLISTgdt2-2/+4
2008-02-20Removed colons from variable names so they are accessible to "bmakerillig1-8/+15
help".
2008-02-20Improve grammar of message.jlam1-3/+4
2008-02-19Update to 1.8.4. Parts of patch-ae were merged upstream.gdt3-34/+13
(Bug fixes only from 1.8.3.)
2008-02-19Don't pass ABI flags on IRIX, compiler.mk already handles this throughtnn1-4/+2
_WRAP_EXTRA_ARGS.
2008-02-19gtk-sharp is not needed here, otherwise a cyclic dependency graph isxtraeme2-5/+3
created in gtk-sharp. Bump PKGREVISION.
2008-02-19Unlimit data size when ruby-build-ri-db option is enabled,taca1-1/+3
hoping to solve bulk build problem.
2008-02-18Update dotgnu Portable.Net packages to 0.8.0:xtraeme15-224/+134
0.8.0 (3 March 2007) JIT * JIT_Coder opcodes implementation (Klaus Treichel, Aleksey Demakov, Kirill Kononenko) * On Demand JIT Compilation (Klaus Treichel) * JIT exception handling (Klaus Treichel, Kirill Kononenko) * Method Inlining support (Klaus Treichel) * Inlining internal calls, PInvoke and math (Klaus Treichel) * Add marshaling support (Kirill Kononenko) * Local and Thread Local variable support (Klaus Treichel) * Reflection support (Klaus Treichel) * Array optimisations (Klaus Treichel) * Static ctor support (Klaus Treichel, Aleksey Demakov) * Delegate and Async Delegate support (Klaus Treichel) * Safepoints and builtin/managed Exceptions (Klaus Treichel) * Null check reduction (Klaus Treichel) * Finalizers and GC support (Klaus Treichel) Runtime Engine * New Debugger (Radek Polak) * Typed allocations (Klaus Treichel) * Array structure optimisations (Klaus Treichel) * Static cctor manager (Klaus Treichel) * Watching variables (Radek Polak) * Spec fixes on String IndexOf and LastIndexOf (Russell Stuart) * Array.Clear fixes (Radek Polak) * Handle fixes for JIT support (Klaus Treichel) ...and more, see the NEWS file. This closes PR 31950.
2008-02-18Create config subdirs. Noticed by wiz@kefren1-1/+5
2008-02-17Added a patch for gcc4.rillig2-1/+35
2008-02-16REPLACE_BASH for the rest of the scriptskefren1-1/+13
Fix pkg/38041
2008-02-15don't install a config file directly into etc/kefren2-3/+13
Reported by wiz@
2008-02-13add monodoc SUBDIRkefren1-1/+2
2008-02-13Add monodoc 1.2.6, a set of libraries and applications for viewing andkefren5-0/+107
editing Mono class library documentation. Monodoc is part of the Mono Documentation Project.
2008-02-13Update to mono 1.2.6kefren30-590/+465
2008-02-13adapt mremap call so erlang builds on NetBSD-current (fixes PR 37131)tnn2-1/+25
patch from Daniel Horecki on #pkgsrc
2008-02-11Changes 5.1.3:adam3-15/+14
* This is a bug-fix release.
2008-02-11include opt and stubs on intel darwin leoparddbj1-4/+6
2008-02-09Update pcc to 0.9.9.reed3-13/+13
Sorry no change log. On January 27, ragge bumped the version with commit message: "Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9." This also includes the new manpages. (These are a work in progress -- please send me your improvements.) For pkgsrc: - changed download sites - changed homepage - INSTALLATION_DIRS not needed.
2008-02-09A nasty side effect of using TOOLS_SED here is that perl will try totnn1-1/+2
outsmart us and call the tool by name in some parts of the build. eg just "nbsed" instead of "/usr/pkg/bin/nbsed". This can only have worked before as long as ${PREFIX}/bin was in the user's path. Fix this by TOOLS_ALIASES.sed+=${TOOLS_SED:T} so that an "nbsed" is available in the PATH.
2008-02-08Add DESTDIR support for setup.rb>=3.1.1 packages.obache1-2/+7
2008-02-06Get rid of ONLY_FOR_PLATFORM restriction.reed4-5/+9
Move the PLIST entry for the NetBSD sound a support to a new PLIST.NetBSD file. And add a PLIST.Linux file. No PKGREVISION change.
2008-02-06fix type-o in dlopen.buildlink3.mk inclusionbjs1-2/+2
2008-02-06Regest patch-ab checksum.bjs1-2/+2
2008-02-06Re-factor fdlibm stuff so that it gets defined as appropriate duringbjs6-28/+38
a build. Bump rev.