summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz2-5/+5
2006-10-14Fixed "test ==".rillig2-1/+64
2006-10-12Use a recursion depth of 3 for config.guess/config.sub replacement.joerg5-25/+103
Use portable way to compute timezone offset instead of timezone/daylight, the former is a function on some BSDs and the latter doesn't even exist in DragonFly. Fix PLIST on swi-prolog-packages to not use NetBSD ELFism. Bump revision of swi-prolog-lite and swi-prolog-packages.
2006-10-11Fixed "test ==" and improved the randomness of $RANDOM.rillig2-1/+24
2006-10-10Update chicken to 2.41, based on PR 34504 by Peter Bex.obache11-193/+36
Mark directories used by chiken's own package `egg' as OWN_DIRS so that keep eggs when updating this package.
2006-10-09distutils allows installation in a separate tree by passingjoerg1-1/+6
--root. Do so when using destdir.
2006-10-09Set HOME in the extract environment to prevent creationjoerg2-2/+6
of ${HOME}/.mailcap and resulting breakage of it is not writeable.
2006-10-08Remove extraneous interix change from patch-cb.ben2-11/+7
Perhaps this change was accepted upstream, and not yet removed from pkgsrc.
2006-10-07Fixed "test ==" and $RANDOM.rillig2-1/+32
2006-10-06Add include of "converters/libiconv/buildlink3.mk" which I forgot.taca1-1/+2
2006-10-05When using pth as thread implementation, also include pthread-sem.joerg1-3/+4
Supposed to fix PR 26051.
2006-10-05Added a patch for check_jni_methods.sh.rillig2-1/+17
2006-10-04Fixed the AWK interpreter. Bumped PKGREVISION.rillig1-1/+5
2006-10-04PERL5_CONFIGURE_DIRS may now contain directory names relative torillig1-9/+13
${WRKSRC}. This saves some keystrokes when writing Makefiles.
2006-10-04Fixed path to the manual pages.rillig1-10/+12
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz17-38/+40
2006-10-04Only do the build and test actions when NO_BUILD does not prevent them.rillig1-6/+8
2006-10-04Needs a C compiler.rillig1-2/+2
2006-10-04Added a patch that fixes the interpreter path of the installed Pythonrillig3-3/+20
scripts. Bumped PKGREVISION.
2006-10-03Changes 3.09.3:adam10-64/+96
Bug fixes: - ocamldoc: -using modtype constraint to filter module elements displayed in doc - ocamldoc: error in merging of top dependencies of modules - ocamldoc: -dot-colors has no effect - ocamdloc: missing crossref in text from intro files - compilers: segfault with recursive modules - compilers: infinite loop when compiling objects - compilers: bad error message when signature mismatch - compilers: infinite loop with -rectypes - compilers: contravariance bug in private rows - compilers: unsafe cast with polymorphic exception - native compiler: bad assembly code generated for AMD64 - native compiler: stack alignment problems on MacOSX/i386 - stdlib: crash in marshalling - stdlib: crash when closing a channel twice - stdlib: memory leak in Sys.readdir - C interface: better definition of CAMLreturn - otherlibs/unix: crash in gethostbyname - tools: subtle problem with unset in makefile - camlp4: install pa_o_fast.o - camlp4: install more modules New features: - ocamldoc: name resolution in cross-referencing {!name}: if name is not found, then it is searched in the parent module/class, and in the parent of the parent, and so on until it is found. - ocamldoc: new option -short-functors to use a short form to display functors in html generator - ocamlprof: added "-version" option
2006-10-02fix PLIST for solarisdmcmahill1-2/+2
2006-10-01Added a debugging option to the package (disabled by default).rillig1-2/+6
2006-10-01Fixed pkglint warnings.rillig8-43/+42
2006-09-30USE_LANGUAGES=c c++obache1-1/+2
2006-09-29Update tcl-otcl to 1.12. The build process was improved. No functionalminskim5-28/+19
changes. Now the package builds on Linux.
2006-09-27Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL setabs6-7/+12
to non sh compatible shell in environment. Thanks to Georg Schwarz.
2006-09-27run make with env SHELL=/bin/sh. avoids shell hell and makes thepooka1-1/+2
build work if your shell happens to be hell (i.e. tcsh)
2006-09-27Fixed the latest bulk build for NetBSD 3.0 by addingrillig1-1/+8
CHECK_SHLIBS_SUPPORTED=no. Made the installed files read-only for group members.
2006-09-25Disable CHECK_SHLIBS for sun-jre13 and sun-jdk13, as it can't workjoerg1-1/+3
in the current form. The wrapper handle it currectly.
2006-09-25Update sun-jre13 and sun-jdk13 to 1.3.1_19 + fix PLIST.ghen5-20/+20
Bugs fixed in 1.3.1_19: 6420685 ResourceMark breaks growable array 6180969 JVM 1.3.1 crash due to fatal error in exception handler 6353457 Long Integer value changes in unpredictable manner with Deoptimization(1.3.1_06) 6359662 OutOfMemoryError with Object allocation in JDK1.3.1_09 6358532 HttpURLConnection.disconnect doesn?t really do the job 6425120 Support tzdata2006g 6276622 1.3.1_16 uninstaller removing TreatAs key for 1.5.0_02 4980600 Syntax used when invoking coreutils does not conform to POSIX 1003.1-2001 6292347 unexpected packet is sent in java.util.ResourceBundle.getBundle Bugs fixed in 1.3.1_18: 6391777 JDK 1.3 TZ fix required - Related to SUN BASE RFE 6332148 6317483 Beans extending JPanel class are not released when created via 1.3.1 ActiveX bridge
2006-09-23Require bison. hugs's configure is not happy with byacc forjoerg1-2/+2
unknown reasons and since some platforms have at least even weaker yacc's than the BSDs, don't try to hack around that.
2006-09-23Add DragonFly to list of platforms not supported by gcc 3.3.joerg1-2/+2
Since the TLS support is too weak, this won't change.
2006-09-20libpython needs the pkgsrc-provided LDFLAGS to resolve all dependenciesrillig2-13/+24
at runtime. Fixes PR 34565.
2006-09-17Add optional support for readline and enable it by default. Otherwisejmmv1-1/+14
the command line interpreter behaves oddly. Reported by yamt@. Bump PKGREVISION to 1.
2006-09-14Oops, enable PTHREAD_AUTO_VARS line which I forgot to enable at previoustaca1-2/+2
commit.
2006-09-13Bump PKGREVISION refrect pthread related fixes.taca1-1/+2
2006-09-13- Introduce experimental RUBY_USE_PTHREAD; using pthread could be disabledtaca2-9/+15
setting to "no" in /etc/mk.conf. (Default is "yes" on most platform.) - Correct condition of including pthread.buildlink3.mk. Tested on NetBSD current, SuSE Linux 9.3 and DragonFly BSD 1.6.0. Thanks for advise from Vincent Hourdin and Joerg Sonnenberger.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache10-20/+20
2006-09-08Make sure to revert pthread handling as before.taca1-4/+8
2006-09-08Move back CONFIGURE_ARGS part from rubyversion.mk to Makefile.common.taca2-10/+9
2006-09-07Moved the BUILD_DEFS code a bit so that it only gets executed when therillig1-3/+2
PYTHON_VERSION_DEFAULT can really change things. Thanks to joerg for noticing it.
2006-09-07Added the usual documentation.rillig1-1/+37
Whenever this file is used, PYTHON_VERSION_DEFAULT is added to BUILD_DEFS to inform the user that the Python version is configurable.
2006-09-07Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).taca23-5632/+451
pkgsrc changes: * Add RUBY_DYNAMIC_DIRS which cause generating dynamic PLIST entries. * Move using buildlinks to rubyversion.mk. * Merge converters/ruby-iconv to ruby18-base. Ruby changes: * too may, see ChangeLog file or http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog
2006-09-06update lua to 5.1.1nb1 - fix build on linux (and hopefully some others)abs3-11/+20
2006-09-03Move buildlinks from ruby18-base/Makefile to ruby/rubyversion.mk.taca2-11/+15
It should help for fixing the build problem of some extention libraries.
2006-09-02Fixed the path where the manual pages are installed.rillig2-6/+11
2006-08-30Allow for PKGREVISION's of its dependencies.markd1-3/+3
2006-08-29Add dependency on Xft2 as the build will try to use it if it findsmarkd1-1/+3
xft-config on the path. Bump PKGREVISION.
2006-08-28Update php5 to 5.1.5.taca2-6/+6
PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 24 Aug 2006, PHP 5.1.6 - Fixed memory_limit on 64bit systems. (Stefan E.) - Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32). (Dmitry)
2006-08-26Include stublibs on FreeBSD as well. Bump revision.joerg1-3/+3