2005-09-09 16:08:03 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Add notes about increasing limits and setting a sysctl.
|
2005-08-11 17:46:26 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Patch provided by Bernd Ernesti:
> pkglint was complaining about the PKGNAME, so I moved the version up
|
2005-08-11 17:17:07 by Geert Hendrickx | Files touched by this commit (6) |
Log message:
Based on patches from Bernd Ernesti:
> there were some problems during deinstallation so I had to split PLIST
> into two files, one which contains the files and a second one which
> contains the @dirrm Just rename PLIST to PLIST.common and move the @dirrm
> lines into the new file PLIST.common_end. This is needed because the
> @dirrm would be executed while there are still some files left from the
> PLIST.jce or PLIST.plugin filelist. I also removed the '@exec ${MKDIR}
> %D/java/jdk-1.4.2/jre/lib/applet' line, while I did that.
>
> typo in options.mk: SCR instead of SRC and so PLIST.plugin wouldn't be
> included into the generated .PLIST
All files/directories are uninstalled correctly now.
|
2005-08-11 14:00:16 by Geert Hendrickx | Files touched by this commit (2) |
Log message:
Patch provided by Bernd Ernesti <netbsd@lists.veego.de>
> removed the pre-build target and added a BUILDLINK_PASSTHRU_RPATHDIRS
> line, jlam told me about that trick.
The jdk14 package can be build as non-root user now.
|
2005-08-10 13:26:08 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
${LOCALBASE} still used in MESSAGE; add it again.
|
2005-08-10 13:24:23 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Use ${JAVA_HOME} instead of ${LOCALBASE}/java/jdk-1.4.2
|
2005-08-10 13:23:21 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Optionally build the Mozilla browser plugin (option jdk14-plugin, enabled by \
default).
Convert the JDK14_USE_JCE variable to the options framework: jdk14-jce.
|
2005-08-10 13:16:16 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Add test for /emul/linux/proc to be mounted.
|
2005-08-09 17:39:59 by Geert Hendrickx | Files touched by this commit (1) |
Log message:
Use ${JAVA_HOME} instead of ${LOCALBASE}/java/jdk-1.4.2
|
2005-08-09 16:59:12 by Geert Hendrickx | Files touched by this commit (6) |
Log message:
Optionally build the Mozilla browser plugin (option jdk14-plugin, enabled by \
default).
Convert the JDK14_USE_JCE variable to the options framework: jdk14-jce.
|