summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2003-03-10Pull up revision 1.5 (requested by skrll in ticket #1203):grant1-1/+4
Restrict to x86 and arm as no other ports are done ATM
2003-02-13improve download instructionshubertf2-4/+8
2003-02-11fix a selftest, so we don't get the impression there is something wrongdrochner4-2/+30
2003-02-11Need a trailing slash on a directory URL.jlam1-2/+2
2003-02-11Bump PKGREVISIONs for:jlam8-11/+24
lang/blackdown-jdk13 lang/jdk lang/sun-jdk13 lang/sun-jdk14 Create a symlink from ${JAVA_HOME} to ${JAVA_HOME}/jre so that the proper JDK hierarchy is found. This addresses PR 20269 by Todd Vierling <tv at pobox dot com>. This makes misc/openoffice-linux find the Java2 installation again.
2003-02-11Bump PKGREVISION of lang/sun-jre13. We no longer create and own the "jre"jlam1-5/+2
subdirectory under ${LOCALBASE}/java/sun-1.3.1.
2003-02-09And a semi-colon, too.wiz1-2/+2
2003-02-09Add line continuation for last.wiz1-2/+2
2003-02-09Improve manual download-instructions a bit.wiz1-1/+3
2003-02-07Improve manual download-instructions a bit.hubertf1-2/+4
2003-02-06on alpha, turn off optimization for the first part of the build. Thisdmcmahill1-1/+22
works around a bug with optimization in gcc-2.95.3 which prevents building this pkg. Optimization is still turned on during the build of the final libraries and compilers.
2003-02-06revert previous, adding some commentsdrochner1-2/+7
Before using native pthreads per default, we should make sure it is at least stable enough for the Python selftests and pkgsrc applications. (in response to PR pkg/20214)
2003-02-05Mark these as having interactive fetch stages.jlam2-2/+6
2003-02-03Bump PKGREVISION of lang/jdk to 3: we use bsd.pkg.install.mk to handlejlam2-31/+50
copying of config files and handling of directories.
2003-01-31The default location for the JVMs is ${LOCALBASE}/java/sun-1.4.jlam1-2/+2
2003-01-29Update sun-jre14 and sun-jdk14 to 1.0.1. These are bug fix releases fromjlam13-96/+168
Sun for JDK 1.4.1. Pkgsrc changes include noting that some of the installed files are config files and using bsd.pkg.install.mk to handle the file copying and directory handling, and using a more scalable method to remove files shared between the JRE and JDK during the JDK installation. Also, the JDK 1.4.x series are now installed into ${LOCALBASE}/java/sun-1.4 so that future updates of this package won't require a new JDK directory. This closes PR 19853 by FUKAUMI Naoki <naoki at fukaumi.org>.
2003-01-29Update sun-jre13 and sun-jdk13 to 1.0.7. These are bug fix releases fromjlam13-74/+148
Sun for JDK 1.3.1. Pkgsrc changes include noting that some of the installed files are config files and using bsd.pkg.install.mk to handle the file copying and directory handling, and using a more scalable method to remove files shared between the JRE and JDK during the JDK installation. This closes PR 18942 by Urban Boquist <urban at boquist.net>.
2003-01-29Use a more easily scalable method of removing files that are shared withjlam3-24/+53
the JRE package. Also clean up the PLIST so that this package deinstalls cleanly on i386.
2003-01-29Note that some of the installed files are config files and usejlam4-32/+48
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/blackdown-jre13 to 1.
2003-01-29Note that some of the installed files are config files and usejlam4-12/+46
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/kaffe to 1.
2003-01-29replaced hardcoded i386-netbsdelf to ${MACHINE_GNU_PLATFORM:C/--/-/}.kei1-26/+28
Problem shown in the pkgsrc/arm bulk build by Chris Pinnock. Fix suggested by Masao Uebayashi. This hopefully should fix non-i386-netbsd-elf buld.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam2-4/+4
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28Add a Makefile.common to tcl-expect and use it to keep tk-expect in sync.markd3-32/+26
Fixes PR 20055 from Robert Elz. Updates tk-expect to version 5.38. Also remove the pre-configure step from tk-expect that was removed from tcl-expect a year ago. Also use the standard test target rather than an explict one.
2003-01-26Add buildlink2.mk. It will be used by the updated elinks package.salo1-0/+26
2003-01-26Rather than worry over the custom "test" target, just set ${TEST_TARGET}.fredb1-4/+2
Suggested by wiz.
2003-01-26You have to build the package before you can test it.fredb1-2/+2
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-2/+2
to build with native curses.
2003-01-24USE_NCURSES is automatically set for SunOS, just include devel/ncurses'wiz2-16/+4
buildlink2.mk unconditionally.
2003-01-24* Add GUILE14, GUILE14_CONFIG, and GUILE14_SNARF that may be used by packagesjlam1-11/+32
to invoke the guile, guile-config, and guile-snarf binaries from the guile14 installation. * GUILE14_PREFIX, the result of "pkg_info -p guile14". * GUILE14_SUBDIR, the subdir relative to ${LOCALBASE} where guile14 is installed. * Replace for ${BUILDLINK_DIR}/bin/guile in config files when unbuildinking. * Symlink the guile14 libtool archives into ${BUILDLINK_DIR}/lib to suppress find the libtool archives from a guile package installed into ${LOCALBASE}. We can no longer include both guile/buildlink2.mk and guile14/buildlink2.mk as a result of this change.
2003-01-22Add twelf.kristerw1-1/+2
2003-01-22Initial import of twelf-1.4 as contributed by Christopher Richards inkristerw7-0/+562
PR 18497. From http://www.twelf.org, heavily edited: Twelf is a research project concerned with the design, implementation, and application of logical frameworks. It provides a uniform meta-language for specifying, implementing, and proving properties of programming languages and logics. Example suites include Cartesian Closed Categories and lambda-calculus, the Church-Rosser theorem for the untyped lambda-calculus, Mini-ML including type preservation and compilation, cut elimination, theory of logic programming, and Hilbert's deduction theorem. The principal authors of Twelf are Frank Pfenning and Carsten Schuermann, with major contrubtions by Brigitte Pientka, Roberto Virga, and Kevin Watkins.
2003-01-22security fix: don't use guessable temp file names in execvpe()drochner10-8/+202
2003-01-21Fix build on macppc.wiz2-1/+18
2003-01-21Add missing files and directory to PLIST.wiz1-9/+15
2003-01-21Update jikes to 1.18. This closes PR 19979 from Marc Recht.skrll3-13/+11
Major user noticable items this release include: - Compilation that encounters syntax errors is more robust. - An assertion failure involving placeholder_type was solved. - Many other minor bugs have been fixed; including a number of segfaults and regressions present in 1.17. Items of interest to developers and open source hackers include: - Completely revamped error reporting system from Elliott Hughes which simplifies the task of adding a new error message. Also note that in 1.18 we have removed the copy of the GPL that was improperly packaged with versions 1.15 through 1.7 due to a mis- configuration of automake in the Jikes source tree. While the GPL license was erroniously included with the sources for those three version, no source file referenced it, and all source files, help texts and user messages continued to reference the proper IBM license, which was also bundled.
2003-01-20don't disable threads on NetBSD if native threads are availablejdolecek1-2/+2
XXX only python22 pkg is changed this way, since this is the only XXX one having special case for NetBSD; python15, python20, python21 disable XXX threads on all pkgsrc operating systems
2003-01-20Honour ${CC}, ${LD}, ${AR}.skrll1-5/+5
Use ${CC} -c for AS. Doing this means we get the right flags passed to as(1). Fixes my own PR 19906.
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.salo4-20/+16
Avoid ${MKDIR}, use ${BSD_INSTALL_DATA_DIR} instead. ${PREFIX} is already in ${MAKE_ENV}.
2003-01-19bin/guile-snarf is also used by some.uebayasi1-13/+8
2003-01-17Really depend on latest version, as intended in last commit.wiz1-2/+2
2003-01-17Make 'guile-config link' report runtime path link commanduebayasi4-4/+19
(-Wl,-R${path_to_libguile}) too. This has not turned to be obvious because libguile happens to be put in a popular directory. Bump revision to 1.
2003-01-17'guile-config' didn't produce runtime path information in 'link' command. Fixuebayasi4-5/+19
it, bump revision to 2.
2003-01-16Fix typos in comments.wiz1-3/+3
2003-01-16Still conflict with old versions of guile14.wiz1-1/+3
2003-01-16This package does not conflict with the guile package any longer.wiz1-4/+1
2003-01-16Change BUILDLINK_PREFIX.<pkg>_DEFAULT to LOCALBASE. (Why not?)uebayasi1-2/+2
2003-01-16This no longer conflicts with guile14.uebayasi1-3/+1
2003-01-16Install into ${LOCALBASE}/guile/1.4 to coexist incompatible later versions.uebayasi2-10/+28
Bump revision. Many thanks to Johnny Lam for Buildlink related instructions from him.
2003-01-15Make this build on 1.5.3 as well; need <sys/types.h> beforehe2-1/+12
<sys/socket.h>.
2003-01-11Mark this NOT_FOR_PLATFORM Darwin.grant1-1/+3