summaryrefslogtreecommitdiff
path: root/emulators/suse91_compat
AgeCommit message (Collapse)AuthorFilesLines
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam6-28/+19
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.
2006-06-30We really, really, really _don't_ want open dependencies here.salo1-3/+3
Also, resolve some missing interdependencies while I am here.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-08Add x86_64 files to SUSE emulation packages to make it easiersalo4-3/+14
for COMPAT_LINUX testers to play with. Untested in run-time.
2005-12-12First step at reworking Linux binary packages.joerg1-3/+1
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-07-31sync some more, so that this actually worksjdolecek1-3/+3
2004-07-31make the structure of the Makefile more like the other suse91_* pkgsjdolecek1-4/+3
2004-07-19s/MASTER_SITE_SUSE/MASTER_SITE_SUSE91/ to find the distfile.markd1-2/+2
2004-07-13Initial import of SuSE Linux 9.1 based packages for Linux emulation.tron3-0/+34
Warning: NetBSD's Linux emulation does *not* work stable with these packages.