2007-08-22 16:49:25 by Johnny C. Lam | Files touched by this commit (10) |
Log message:
Don't bother stating that we need COMPAT_LINUX, as the packages we
depend upon to supply the Linux shared libraries already tell the user
this. The JDK packages also depend on the corresponding JRE package,
so they don't need to show the same message -- keep the message with
the JRE packages instead.
|
2007-08-22 16:03:49 by Johnny C. Lam | Files touched by this commit (12) |
Log message:
Fix error that happened during conversion to the emulator framework:
the Sun JDK/JRE packages require the "compat" Linux module, so make
that a hard requirement in EMUL_MODULES.linux.
Bump the PKGREVISION for sun-{jdk,jre}{13,14,15,6}.
|
2007-08-02 19:55:17 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Skip the check for the right file -- the installed file is under
${EMUL_ARCH}, not ${MACHINE_ARCH}.
|
2007-07-31 22:04:18 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Delete the correct file path for ${EMUL_ARCH}, not for ${MACHINE_ARCH}.
|
2007-07-29 07:20:04 by Johnny C. Lam | Files touched by this commit (427) | |
Log message:
* Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
operating system. Please see pkgsrc/mk/emulator/README for more
details.
* Teach the plist framework to automatically use any existing
PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.
* Convert all of the binary-only packages in pkgsrc to use the
emulator framework. Most of them have been tested to install and
deinstall correctly. This involves the following cleanup actions:
* Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
more consistently.
* Simplify packages by using default INSTALL and DEINSTALL scripts
instead of custom INSTALL/DEINSTALL code.
* Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
Packages only need to state exactly which emulations they support,
and the framework handles any i386-on-x86_64 or sparc-on-sparc64
uses.
* Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will
automatically detect when the package is installing on Linux.
Specific changes to packages include:
* Bump the PKGREVISIONs for all of the suse100* and suse91* packages
due to changes in the +INSTALL/+DEINSTALL scripts used in all
of the packages.
* Remove pkgsrc/emulators/suse_linux, which is unused by any
packages.
* cad/lc -- remove custom code to create the distinfo file for
all supported platforms; just use "emul-fetch" and \
"emul-distinfo"
instead.
* lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
instead of ${PREFIX}/lib so that compiled programs will find
the shared libraries.
* mail/thunderbird-bin-nightly -- update to latest binary
distributions for supported platforms.
* multimedia/ns-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
* security/uvscan -- set LD_LIBRARY_PATH explicitly so that
it's not necessary to install library symlinks into
${EMULDIR}/usr/local/lib.
* www/firefox-bin-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
|
2007-06-26 01:20:58 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Mask DragonFly. It coredumps and just hangs around.
|
2007-05-25 04:04:15 by Rene Hexel | Files touched by this commit (2) |
Log message:
Replace sun15 with sun6 to match reality.
|
2007-04-26 22:35:33 by Todd Vierling | Files touched by this commit (6) |
Log message:
Update to 6u1; fixes PR pkg/36181.
Give away to pkgsrc-users.
|
2007-02-18 20:11:28 by Todd Vierling | Files touched by this commit (17) |
Log message:
SUN JRE/JDK 6.0. The new naming convention is that "1.6.0" is now \
"6.0"
(true for 1.5, but officially branded as such for 6), so this is called
"sun-j{dk,re}6" rather than "sun-j{dk,re}16".
amd64 support is not currently included, but initial provision exists in
the sun-jre6 package as it was cloned initially from sun-jre15.
|