Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-02 | Unused. | wiz | 1 | -29/+0 | |
2004-07-02 | Add -f to mv for non-root users. | wiz | 1 | -3/+3 | |
2004-07-02 | Add appropriate CPPFLAGS and PASSTHRU_DIRS variables so that packages | wiz | 1 | -1/+7 | |
depending on this one can find the header files. Noted broken by snj. | |||||
2004-07-01 | To be on the safe side, bump PKGREVISION for the RPEFIX change. | wiz | 1 | -2/+2 | |
2004-07-01 | Make bl3-ready -- do not set PREFIX, use paths relative to "real" PREFIX. | wiz | 5 | -664/+666 | |
2004-06-28 | Add buildlink3.mk - based on wip/jdk13/buildlink3.mk | abs | 1 | -0/+19 | |
2004-02-23 | Fix (de)installation by removing a .orig file | wiz | 1 | -1/+2 | |
from the install dir. | |||||
2003-10-30 | apparently the checksum for the a.out pkg got lost from here | grant | 1 | -1/+3 | |
> 2 years ago. ressurect it. | |||||
2003-10-30 | bump stack size when calling the java compiler from 8mb -> 12mb. | grant | 2 | -1/+12 | |
fixes build problem of apache-ant in a recent bulk build. from rtr@. | |||||
2003-08-23 | Put these packages into a new pseudo-category called 'java'. | jschauma | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -4/+4 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-02-11 | Bump PKGREVISIONs for: | jlam | 2 | -3/+6 | |
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-03 | Bump PKGREVISION of lang/jdk to 3: we use bsd.pkg.install.mk to handle | jlam | 2 | -31/+50 | |
copying of config files and handling of directories. | |||||
2002-10-13 | Add buildlink2.mk files for use by other package Makefiles. Each JVM | jlam | 1 | -0/+29 | |
buildlink2.mk file creates a public variable "BUILDLINK_JAVA_PREFIX.<pkg>" that may be used as the JAVA_HOME for that package. | |||||
2002-10-13 | * Use buildlink2. | jlam | 2 | -338/+338 | |
* Install with JAVA_HOME=${LOCALBASE}/java/jdk-1.1.8 instead of into ${LOCALBASE}/java/${PKGNAME}, which lead to the jdk installation moving even when the PKGREVISION is bumped. * Cosmetic updates to the package Makefile. * Sort the PLIST. | |||||
2002-10-13 | Cosmetic changes to MESSAGE files for JVMs for readability. | jlam | 1 | -7/+9 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-07-28 | Entab. | schmonz | 1 | -7/+7 | |
2002-07-27 | We allow several JDKs/JREs to coexist, installing them in separate | jschauma | 2 | -9/+7 | |
subdirectories under ${PREFIX}/java/ -- Change II of many. Thus, install this jdk in ${PREFIX}/java/jdk-1.1.8, remove CONFLICTS with other JDKs/JREs and bump PKGREVISION. | |||||
2002-03-01 | If we find ourself on Linux-*-i686, deal with it. | abs | 1 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -2/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-05-17 | Enable for Linux-*-i386 | abs | 1 | -2/+2 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -3/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -7/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2001-02-09 | Fix typo | agc | 1 | -2/+2 | |
2001-02-09 | + Create the symlinks relative to the cwd, so that we don't get erroneous | agc | 2 | -5/+9 | |
pathnames in there. + Treat libXm separately from the rest of the libs, since (a) it needs a separate "intermediate" symlink as well, even for ELF libs, and (b) it uses a completely different version number from the rest of the libs, for obvious reasons | |||||
2001-02-09 | On ELF systems, install symlinks to shared libs as well as the libs | agc | 2 | -8/+31 | |
themselves, in sync with the new PLIST style. Not tested on a.out i386 platform, as I don't have one to hand. Should address PR 12044, from Chris Jones. | |||||
2001-02-09 | Add jdk licence to the licenses/ directory, so that "make show-license" | agc | 1 | -3/+4 | |
in pkgsrc/lang/jdk DTRT Remove duplicate inclusion of bsd.prefs.mk in in jdk package Makefile | |||||
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -9/+12 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-11-18 | Add needed CONFLICTS. | tv | 1 | -1/+3 | |
2000-09-12 | Need CHECK_SHLIBS=no. | jlam | 1 | -1/+2 | |
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+5 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-03-16 | Using ${VERSION} instead of a hard-coded 1.1.8 | kim | 1 | -2/+2 | |
in the shared library hack feels safer. | |||||
2000-02-01 | Update this to use ELF version of jdk-1.1.8 distribution on ELFin i386 | jwise | 5 | -34/+82 | |
systems. Many thanks to Scott Bartram/OrionSoft for providing this (and the a.out version) | |||||
2000-01-15 | Two nits with the show-shlib-type target: | jwise | 1 | -3/+3 | |
1.) protect definition of show-shlib-type with `if !target(show-shlib-type)' so that it can be overriden in a pkg makefile 2.) move the definition in lang/jdk/Makefile before the include of bsd.pkg.mk to trigger this. Without these changes, show-shlib-type was `ELF\na.out' on i386/ELF, so it was still treated as ELF. lang/jdk now works on i386/ELF (yay!). While there, fix JAVA_HOME default to be JDK_HOME if PKG_JVM is jdk and JDK_HOME is defined. | |||||
2000-01-13 | Set NO_MTREE, since we modify PREFIX, and don't want all sorts of empty | jwise | 1 | -1/+6 | |
directories created under JAVA_HOME. Is there a cleaner way to do this? | |||||
2000-01-13 | An obsolete patch was still lurking around... | jwise | 1 | -13/+0 | |
2000-01-11 | update to JDK 1.1.18-rc1 | hubertf | 4 | -622/+484 | |
2000-01-09 | whitespace cleanup | wiz | 1 | -3/+1 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-10 | Make this relocatable outside of $LOCALBASE/java by setting JDK_HOME. | hubertf | 4 | -762/+779 | |
1999-11-23 | add a bunch of NO_CDROM where appropriate | hubertf | 1 | -1/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -2/+2 | |
pattern match format. Minor pkglint along the way. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-02-05 | Update jdk from beta2 to 1.1.6. This one should also have all necessary | frueauf | 4 | -38/+65 | |
includes. | |||||
1998-12-17 | make this conflict with jdk-1.1.5b1 | jwise | 1 | -1/+3 | |