summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-05-09No longer used.snj1-25/+0
2004-05-09use buildlink3.grant1-5/+5
2004-05-09Unused.wiz1-30/+0
2004-05-09Convert to buildlink3.snj7-27/+27
2004-05-08This also needs MESSAGE_SRC and PLIST_SRC. Pointed out by wiz@.snj1-1/+3
2004-05-08Set DISTINFO_FILE and PATCHDIR appropriately. Fixes PR pkg/25502.snj1-1/+4
2004-05-07whitespace nitscjep1-2/+2
2004-05-05bl3ifyxtraeme3-2/+51
2004-05-05Remove BUILDLINK_FILES_CMD which didn't work, put BUILDLINK_* definitionsxtraeme1-9/+3
into the proper block.
2004-05-05bl3ifyxtraeme2-2/+28
2004-05-05bl3ifyxtraeme6-4/+102
2004-05-05Set LC_ALL=C while doing perl5-configure. This fixes the problem thatrecht1-1/+2
the PERL defintionen in the Makefile resulting from Makefile.PL gets set to 0 if LANG || LC_<something> is set to something else (read non english). ok'd by jlam@
2004-05-05Rework how proper ABI flags are set on IRIX, using patch provided byjschauma2-14/+23
Georg Schwarz in PR pkg/25057: - check for PKGSRC_COMPILER instead of USE_MIPSPRO: USE_MIPSPRO would imply the former, but not the other way around. That is, it's conceivable to have a system that has PKGSRC_COMPILER set (to mipspro), but not USE_MIPSPRO. - Allow passing of -Duse64bitint if ABI == 64 even if the compiler is not mipspro. (Note: we could test this on a non-IRIX 64bit platform by setting ABI to '64'. I think that should work, too, but I can't test that right now.)
2004-05-05No longer used.snj1-23/+0
2004-05-03This package uses INFO_FILES, so install it toreed1-2/+2
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
2004-05-03Convert to buildlink3.snj1-58/+0
2004-05-03Add conflict with guile-oops package, which installswiz1-2/+2
the same info files.
2004-05-03Remove PREFIX-setting hack, which makes this package bl3 compatible.wiz3-151/+185
2004-05-02Convert to buildlink3.snj1-5/+5
2004-05-02Include category name in path to perl58's Makefile.jmmv1-2/+2
2004-05-02Disable LUA_COMPATUPSYNTAX and LUA_COMPATVALUES, which are causingxtraeme2-4/+4
trouble with some functions. This closes PR pkg/25248.
2004-05-02Unused.wiz1-27/+0
2004-05-02Convert to buildlink3.snj8-25/+24
2004-05-02Use buildlink3.snj3-7/+23
2004-05-01Add perl58-thread.kristerw1-1/+2
2004-04-30Update to 1.1.3:jmmv7-154/+11
Version 1.1.3 - Cleaned up build process so that "./configure ; make ; make install" works out of the box for both sablevm-classpath (as it does for sablevm). Version 1.1.2 - Uses GNU Classpath 0.08+CVS. - Various minor bugfixes and enhancements.
2004-04-30Update sablevm-classpath{,-gui} to 1.1.3. I wasn't able to find a concretejmmv5-2810/+2842
list of changes since 1.1.1. AFAICT, it seems that the code has been sync'ed with GNU classpath 0.08 and the installation has been modified to work "out of the box" with sablevm (i.e., no need to create more symbolic links to let the vm find the classes).
2004-04-30Make compile on machines that lack <iconv.h> -- without that, jikes forgetstv2-1/+22
to include <cerrno>, which is needed for the declaration of "errno".
2004-04-28Don't use poll() on Interix.tv2-4/+5
2004-04-28Convert to buildlink3.snj15-44/+45
2004-04-28Convert to buildlink3.snj3-28/+20
2004-04-27update to 1.20recht3-15/+16
*** Jikes 1.20 was released 18 April 2004 Many new diagnostics have been added. These include detection of overflow in integer constant expressions, serialization-related checks made by Java 1.5's javac, detection of locals shadowing fields (often caused by an unfinished refactoring that promotes a local to a field) and fields in subclasses that hide fields in superclasses. New command-line options generalize the old -nowarn/+Z to also allow all warnings to be considered errors (with +Z2). The default on vs. off state of several warnings added in 1.19 have been changed, by popular demand. [...] *** Jikes 1.19 was released 1 February 2004. The default -source and -target options are now 1.4 (that is, the assert statement now compiles by default); for the old behavior you must specify -source 1.3 or -target 1.3 at the command line. Command line options have been improved. * Some pedantic warnings are controlled by name, so that you can select which warnings you get (for example, not everyone wants to know that 1L is preferred over 1l when writing a long literal). * More switches have long names. * Default state of switches now printed with --help. * New switch -Xswitchcheck: Warn about fallthrough in switch statements (compatible with javac). * New switch +Pnaming-convention: Warn about naming choices that violate Java's naming conventions. This switch is currently ON by default, +Pno-naming-convention will disable it for sites that use a different naming convention. * New switch --noassert: Omits assertions from .class files (not recommended for normal development, but provided to allow you to do -source 1.4 -target 1.3). * Now supports -target 1.4.2 (compatible with javac, no changes from -target 1.4 in emitted code). [...] And many fixes/changes more. See the NEWS file for a complete list.
2004-04-26Unused.wiz1-28/+0
2004-04-26Update Unix VM to 3.6-3, and default image to 3.6-5429. Many improvementsfredb16-395/+658
and enhancements since 3.0. Notably, display and sound plugins can now be selected at run-time, and support is added for character set conversion. This package also contains a driver for NetBSD native audio, by yours truly. OSS audio requires a newer interface than NetBSD emulation supports, so that doesn't build anymore on NetBSD, though it may with third party drivers. NAS builds on NetBSD, but doesn't work. There are new display drivers which build selectively on linux and MacOS, and a new audio driver for MacOS. I'm marking this package ONLY_FOR_PLATFORM=NetBSD-*-*, though, mainly because the static PLIST that the package presently has can't reflect any of that. This closes PR pkg/17950.
2004-04-26Allow perl-thread to be an acceptable perl when checking dependencies.jlam2-4/+4
2004-04-26This is a perl58 package built with threads support.jlam2-0/+18
2004-04-26Fix conflicts.jlam1-9/+1
2004-04-26Update lang/perl58 to 5.8.4. Changes from version 5.8.3 include Unicodejlam7-35/+60
enhancements and optimizations and bug fixes in handling UTF8 strings.
2004-04-25Make sure PKGDIRMODE is always set in bsd.prefs.mk so it can be checkedtv1-4/+4
in lang/perl58/Makefile. (It had been set previously only in bsd.pkg.mk.)
2004-04-25Use 0x57000000, not 0x97000000 for NT linker on Interix.tv2-4/+4
2004-04-25use my NetBSD.org email address, update homepagedillo1-4/+4
2004-04-25Re-add, still used by java-vm.mk. Noted by xtraeme.wiz1-0/+29
2004-04-25Convert to buildlink3.snj2-5/+5
2004-04-25Unused.wiz3-71/+0
2004-04-24Make sure PKGDIRMODE is defined before checking its value.xtraeme1-4/+4
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam4-8/+8
2004-04-24If we include this bl* file, we only want the 8.3 version -- fix patternwiz2-4/+4
to make it so.
2004-04-24Allow GCC_PREFIX to the in the rpath for binaries and libraries built asjlam1-1/+3
part of the gcc3-* sub-packages.
2004-04-24Make perl58 work on Interix, with full shared-object module support.tv10-14/+172
Bump PKGREVISION (two .pm files were changed, but are not functionally different on non-Interix OS's).
2004-04-24Two Darwin fixes:danw6-54/+73
- split out the profiled libraries in the PLIST, because they don't get built on Darwin. - set INSTALL_UNSTRIPPED on Darwin for both ocaml itself and anything that directly depends on it, because the ocaml compiler generates binaries that don't strip properly.