summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-02-28sync to ../sun-jre14/MESSAGE.NetBSD rev 1.5:lukem1-3/+3
A ulimit datasize of 131072 (128K) is too small; crank to 262144 (256K). (Whilst 132096 (129K) does work for simple tests, it's better to be conservative and suggest something that should work most of the time...)
2004-02-28A ulimit datasize of 131072 (128K) is too small; crank to 262144 (256K).lukem1-2/+2
(Whilst 132096 (129K) does work for simple tests, it's better to be conservative and suggest something that should work most of the time...)
2004-02-27bl3ifyxtraeme10-247/+82
2004-02-27Check if MONO_USE_NPTL is defined before using it.minskim1-2/+2
2004-02-26This package is not in wip any more.minskim1-3/+3
2004-02-24Buildlink the gcc libraries and headers early so that fake-la can findjlam1-2/+2
them.
2004-02-24bl3ification needed by new ion. Reported by Stoned Elipot and Kristercube2-2/+18
Walfridsson. ``Oops''.
2004-02-23Fix (de)installation by removing a .orig filewiz1-1/+2
from the install dir.
2004-02-23Set USE_BUILDLINK2 to "yes", so that pkgsrc DTRT with the includedkristerw1-1/+2
buildlink2.mk files.
2004-02-23bl3ify and remove ONLY_FOR_PLATFORM, because it works on *BSD, Linux andxtraeme1-4/+2
SunOS. Dunno about IRIX, this closes PR pkg/24519.
2004-02-22Remove info files entries from PLIST.seb1-3/+1
2004-02-22Remove info files entries from PLIST.seb1-50/+1
2004-02-22Remove info files entries from PLIST.seb2-58/+2
2004-02-22Remove info files entries from PLIST.seb1-2/+1
2004-02-22Remove info files entries from PLIST.seb1-2/+1
2004-02-22Previous change broke build on NetBSD because it tried to "rm -f" akristerw1-2/+2
directory instead of just the file that was intended.
2004-02-22bl3ifyminskim1-2/+3
2004-02-21Remove info files entries from PLIST.seb1-3/+1
2004-02-21Buildlink the gcc3-c libraries and headers early so that fake-la can findjlam1-2/+2
them.
2004-02-21Play it safe -and be Solaris friendly: don't rely on 'ln -sf' to properlyseb1-3/+4
remove an existing file, use 'rm -f' then 'ln -s'.
2004-02-21s/langauge/language/snj1-2/+2
2004-02-21s/compilant/compliant/snj1-2/+2
2004-02-20Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,jlam1-1/+2
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the local libtool.m4 file.
2004-02-20Add empty CONFIG_STATUS_OVERRIDE since Ruby's build process usestaca1-1/+3
config.status's content.
2004-02-20Use stricter dependency patterns so that we only match ones with the samejlam2-4/+4
distribution version number.
2004-02-19gcc 2.95 does not support the x86_64 architecture.kristerw2-3/+4
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam2-2/+6
testing it.
2004-02-17Sort.wiz1-5/+5
2004-02-17bl3ify. rename post-patch target to do-configure, as the compiler isgrant1-3/+3
not available before the buildlink phase, and calling the compiler in the patch phase is Wrong.
2004-02-15We need to override librep's own libtool with the one from pkgsrc.jlam1-1/+3
2004-02-15upgrade to 1.33. too many updates to mention here.itojun6-148/+125
see http://www.call-with-current-continuation.org/ChangeLog.txt for complete changelog.
2004-02-14update to 0.30.1recht3-11/+13
This release only includes a few smaller bug fixes to the Http client as well as minor fixes to the C# compiler. Specifically this release fixes some problems with Chunked encoding and a race condition on the Http client. The C# compiler would crash sometimes when reporting a delegate signature error. While add it g/c some whitespaces in the buildlink3.mk and remove the LIBTOOL_OVERRIDES.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam11-42/+13
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14Fix dependence problem for other packages, too.tron1-6/+6
2004-02-14Update dependence on "gcc3-c++" package and bump package revision.tron1-3/+3
2004-02-14Make the package build on NetBSD-current.kristerw7-6/+107
2004-02-14Copy the libtool script instead of symlinking to it to avoid a hiddenjlam1-2/+2
dependency on libtool.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-02-13Bump the PKGREVISION after fixing up the installed *.la files to removejlam7-10/+39
references to the buildlink work directories.
2004-02-13Check if a variable is defined before checking its value.jlam4-8/+16
2004-02-13Fix the check for the GCC3_INSTALLTO_SUBPREFIX so that it matches thejlam4-8/+8
behaviour in gcc3-c/Makefile.common.
2004-02-12Use "sunos"-style shared library numbering whenever a platform wants thejlam1-1/+12
"linux"-style one. This matches our pkgsrc libtool behaviour so that we can get a consistent numbering across different platforms so that we don't have to fiddle with the PLIST. This fixes PR 22556 and PR 23684.
2004-02-12Include gcc3-c/buildlink3.mk to get the gcc3-c library and header filesjlam1-3/+6
symlinked into ${BUILDLINK_DIR}.
2004-02-12bl3ifyjlam2-10/+29
2004-02-11Improve wording.sketch1-4/+4
2004-02-11bl3ifyxtraeme2-5/+31
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam8-16/+16
and any pre-existing buildlink2.mk files.
2004-02-10Require at least ${GCC_VERSION} of the GCC C++ compiler package to buildjlam1-2/+3
this.
2004-02-10Honor GCC3_PKGMODIF for alternate gcc3 install location.jlam1-2/+2
2004-02-10Add an explicit dependency on gcc3-c so that gcc3-* sub-language packagesjlam1-4/+2
will depend on gcc3-c instead perhaps of just using the system compiler.