summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-05-16fix the use to == for test(1)tonio2-4/+13
2006-05-16there is no need to include bsd.prefs.mk here, now that java-env.mk includes ittonio1-3/+1
2006-05-16explicitly include bsd.prefs.mk do that java-env.mk alternative stuff do worktonio1-8/+9
Thanks rillig !
2006-05-16Tarball on php.net has changed to include the pear installation fileadrianp2-21/+7
Modify the package to not seperately fetch the pear file from php.net Problem found by Christopher W. Richardson on tech-pkg@ Bump PKGREVISION
2006-05-16Fix build with recent kaffe changes:joerg4-3/+30
- some header files are not used and don't even exist - classlib is not shipped anymore.
2006-05-16Fix build on DragonFly and possibly also on FreeBSD.joerg2-5/+24
2006-05-16Should work on DragonFly as well.joerg1-2/+2
2006-05-16Update lang/classpath and lang/classpath-gui to 0.91tonio5-60/+26
New in release 0.91 (May 14, 2006) (See the ChangeLog file for a full list of changes.) * Experimental activation (java.rmi.activation) support, including RMI activation daemon and persistent naming service tools. * Experimental printing support: The API implementation of the javax.print packages has been finished and work on the printing provider implementation started. Currently supported features from the Java Print Service API are print service discovery (CUPS registered printers), single document print jobs and support for client-formatted print data. An example application (see: examples/gnu/classpath/examples/print/Demo) has been added to show the API usage for service discovery and printing of files. * The GTKToolkit now gives access to the both the system clipboard and system selection. * Custom mouse cursor support has been added to the gtk+ peers. And cursors can now also be set on light-weight components. * Free Swing improvements: Support for OceanTheme has been mostly completed and turned on as default Metal theme. X11-style Copy and Paste behavior in text components with the middle mouse button. Support cursor changes on various components when resizing. Support for Look and Feel window decorations has been added. * Updated locale data information to CLDR 1.3. * Various bugs in Classpath's SecureRandom implementations have been fixed; that class now respects the "securerandom.source" security property and the "java.security.egd" system property. * Support for assistive technologies has been added to AWT and Swing.
2006-05-15Don't mess with panedwindow.n from tk during installation.joerg2-3/+12
Fixes correct objection from CHECK_FILES.
2006-05-15Fix buildlink DEPENDS versioning (these originally came from the sun-*tv2-5/+5
incarnations).
2006-05-15Add note declaring that patches are not allowed here.tv2-0/+14
2006-05-15Add scsl-jdk15 and scsl-jre15, SCSL licensed versions of sun-jdk15 andtv16-1/+1712
sun-jre15, but running natively on NetBSD (so far).
2006-05-15USE_LANGUAGES=c++ghen1-1/+3
2006-05-15Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim1-2/+7
2006-05-14Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim3-5/+13
2006-05-14Fix CHECK_FILES buildseb1-7/+9
- use REQD_DIRS instead of OWN_DIRS as the latter ends up in CHECK_FILES_SKIP causing a check-files error (files both listed in PLIST and CHECK_FILES_SKIP are reported as an "error"). Besides OWN_DIRS creation at ADDing time is subject to PKG_CONFIG setting, so these directories might not be created which would cause problems. - Add $JAVA_HOME/lib/$MACHINE_ARCH/client/classes.jsa to CHECK_FILES_SKIP
2006-05-13Switch to the bz2 compressed tarball. I've verified the contents are theskrll2-5/+6
same as the gzip compressed one used previously (and the one from the MASTER_SITE which is 2 bytes longer!?!). Thanks to rui for pointing out where to get it the "old" gzip tarball.
2006-05-12Fix path to fastjar, bump revision.joerg3-2/+17
2006-05-10Readd the various pieces for DragonFly. Explicitly disable mmap,joerg9-5/+107
it currently doesn't work.
2006-05-10Update lang/kaffe{-x11,-esound} to 1.1.7tonio18-360/+75
What's New In Kaffe 1.1.7 ------------------------------------------------------ * Many cleanups, warning fixes and bug fixes. * Removed support for class library profiles, since --with-glibj-zip offers a more convenient replacement. * Updated to boehm-gc 6.6 * Updated to gjdoc 0.7.7 * Merged in fastjar. * Merged in zlib. There is a new configure option, --with-system-zlib to allow the use of the system zlib, instead of the merged in one. * Merged in GNU Classpath completely. Updated to version 0.90, with additional fixes. * Merged in port to DROPS. * Merged in port to Blackfin CPU. * Support for DragonFly BSD. * Ported to ia64-freebsd and alpha-freebsd. * Ported to powerpc-openbsd. * Improved support for Cygwin and sparc64-openbsd. * Improved stack handling for pthreads on openbsd. * Added simple direct threading interpreter implementation. The patches have been removes, since they were either included upstram or are no more necessary
2006-05-10Add builtin.mk to use Darwin's native java.minskim2-0/+148
2006-05-09Handle FreeBSD and DragonFly like NetBSD when it comes to library naming.joerg4-124/+209
2006-05-09Make PHP version 5.x the default. Security updates for PHP 4.x aretron1-2/+2
simply releasted much too slow these days.
2006-05-07Add http access to distfile as with python24. (At this moment, ftp.python.orgtv1-2/+3
is refusing connections....)
2006-05-07Allow use of C++ support on all platforms for consistency, by settingtv1-2/+4
USE_LANGUAGES. Fixes PR pkg/33430.
2006-05-07Get distribtion file from sub directory in derived packages, too.tron1-3/+5
2006-05-07Added missing DIST_SUBDIRmartti1-2/+2
2006-05-07update distinfo (part of PR pkg/33432 fix)jdolecek1-4/+6
2006-05-07fetch PEAR installation archive too, to avoid use of wget by PHP installationjdolecek1-1/+16
PR: pkg/33432 by Martti Kuparinen XXX PEAR should be moved to separate package
2006-05-06Update lang/php5 to 5.1.4.jdolecek8-146/+22
Some of the key changes include: * Disallow certain characters in session names. * Fixed a buffer overflow inside the wordwrap() function. * Prevent jumps to parent directory via the 2nd parameter of the tempnam() function. * Enforce safe_mode for the source parameter of the copy() function. * Fixed cross-site scripting inside the phpinfo() function. * Fixed offset/length parameter validation inside the substr_compare() function. * Fixed a heap corruption inside the session extension. * Fixed a bug that would allow variable to survive unset(). * Fixed a number of crashes in the DOM, SOAP and PDO extensions. * Upgraded bundled PCRE library to version 6.6 * The use of the var keyword to declare properties no longer raises a deprecation E_STRICT. * FastCGI interface was completely reimplemented. * Multitude of improvements to the SPL, SimpleXML, GD, CURL and Reflection extensions. * Over 120 various bug fixes. See release annoucement on: http://www.php.net/release_5_1_3.php And ChangeLog: http://www.php.net/ChangeLog-5.php#5.1.3
2006-05-06GCC versions prior to 3.4 have a bug handling the "unused" attributejlam4-3/+64
in declarations when compiling C++ code. Patch the perl.h and XSUB.h headers to avoid using this attribute if using GCC<3.4 and building C++ modules. This fixes PR pkg/33403 by OBATA Akio. Bump PKGREVISION to 2.
2006-05-06PKGMANDIR instead of man.reed1-3/+3
2006-05-06The ossaudio module is available on Linux x86_64. Bump PKGREVISION.minskim2-3/+6
2006-05-03Add PRINT_PLIST_AWK patterns for RUBY_SITEARCHLIBDIR and RUBY_DLEXT.minskim1-1/+8
2006-05-02DragonFly GCC ProPolice ICE.joerg1-0/+18
2006-05-02Add some missing includes. Fix C++ for GCC 3.4+.joerg5-1/+57
2006-05-02Add:gdt1-1/+2
LICENSE= generic-nonlicense
2006-05-02Fix up OS and pthread detection.joerg3-13/+62
2006-05-02Error out if the packlist isn't specified correctly, so we don't pretendjlam1-1/+5
to have a working PLIST and a successful installation.
2006-04-30Fix build with gmake-3.81, using the upstream patch.wiz2-1/+19
Closes PR 33377 by David A. Holland.
2006-04-30Not only detect pthread correctly, use our flags for linking as well.joerg2-13/+13
2006-04-30Add back a patch fragment which got lost during the update.joerg3-12/+24
Bump revision, since the thread support was not built on DragonFly.
2006-04-30Linux application. Should work on DragonFly as well.joerg1-2/+3
2006-04-27Changes 8.4.13:adam8-111/+83
* Win NT/XP: unicode console support taken back out. * ${prefix}/share addition to ::tcl_pkgPath undone. * Warning message for packages with incorrect index scripts silenced. * Correct syntax error in configure script (bash 3.1 exposes it). * Tk incompatibilities with SCIM resolved. * Improved [file writable] support of Windows conventions. * Tcl_GetIndexFromObj() support for exact matching of empty key. * Tk Portuguese localization support (pt.msg). * Tk more robust when X server does not recognize color name "Black". * Tk_PhotoPutBlock() performance improvement. * [lsearch -start $pastEnd] no longer finds match at end of list. * Correct [expr abs($LONG_MIN)] result. * Correct [string range] failures on some strings containing \x00. * TCL_EVAL_GLOBAL and [uplevel 0] agreement when traces or [unknown] active. * Corrections to context of auto-loading the target of an interp alias. * Corrected some interference between enter and enterstep traces. * Correct [$img configure -data] failure to change X display. * Tk_GetBitmapFromData() thread safety. * Crashes in [grid] for some invalid index arguments. * Crash when all content of a [text] is elided. * Crash in [$text edit undo/redo]. * Crash in animated GIF display with variable frame size. * Crash related to pipe usage in thread-enabled Tcl on Windows. * Crash when [$text dump -command] changes contents while dumping. * Crash reading utf-8 when multibyte char spans multiple buffers at EOF. * Several finalization crashes corrected.
2006-04-25Update lang/ocaml to 3.09.2.hiramatsu4-37/+25
Changes from 3.09.1: ---- Bug fixes: - Makefile: problem with "make world.opt" - compilers: problem compiling several modules with one command line - compilers,ocamldoc: error message that Emacs cannot parse - compilers: crash when printing type error - compilers: -dtypes wrong for monomorphic type variables - compilers: wrong warning on optional arguments - compilers: crash when wrong use of type constructor in let rec - compilers: better wording of "statement never returns" warning - runtime: inefficiency of signal handling - runtime: crashes with I/O in multithread programs - camlp4: empty file name in error messages - camlp4: stack overflow - otherlibs/labltk: ocamlbrowser ignores its command line options - otherlibs/unix: Unix.times wrong under Mac OS X - otherlibs/unix: wrong doc for execvp and execvpe - otherlibs/win32unix: random crash in Unix.stat - stdlib: update_mod not found under Windows - stdlib: Filename.dirname/basename wrong on Win32 - stdlib: incomplete documentation of Pervasives.abs - stdlib: Printf bugs - tools/checkstack.c missing include - yacc: crash when given argument "-" New features: - ported to MacOS X on Intel - configure: added support for GNU Hurd
2006-04-23Add build_dependency on zip, and remove the --without-zip argument totonio2-3/+3
configure, since it is no more supported That should fix PLIST problems
2006-04-22do not require -I${PREFIX}/include/php/ext/date/lib when buildingjdolecek2-1/+15
extension using php_date.h problem reported upstream as PHP Bug 37163
2006-04-22patch-as as renamed to patch-at before commit, follow renamejdolecek1-2/+2
also here
2006-04-22add patch to actually compile the contents of PHP WDDX module; beforejdolecek2-1/+13
it produced empty *.so and the module couldn't be actually used
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig8-16/+16
need them, for example RESTRICTED and SUBST_MESSAGE.*.