summaryrefslogtreecommitdiff
path: root/mk/emulator
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08Remove NetBSD 0.x and 1.x settings, these have long since been unsupported.jperkin1-5/+1
2015-05-03fix compat60 (and strip down a lot to a backward compatibility packagespz1-2/+6
to NetBSD 6.1) introduce compat61 (and compat61-x11 with it) as a backward compatibility package to NetBSD 7 add compat61* to mk/emulator/netbsd-compat.mk and emulators/Makefile some sort of version for the binary compat packages might have been useful, maybe abusing the DIST_SUBDIR? compat61 is likely to change if/when NetBSD 6.2 is released
2015-04-12Add support for webp and xslt, needed for wip/skype4.wiz1-1/+3
2015-03-02drop trailing spacetnn1-3/+3
2015-01-01Use PKG_SKIP_REASON instead of PKG_FAIL_REASON for some cases wheredholland1-2/+2
the problem is either situational (e.g. the various RESTRICTED-like cases) or unfixable in pkgsrc (no pthreads, ipv6, etc. on platform). Conversely, if the wrong version of mysql is installed, that's a PKG_FAIL_REASON.
2014-12-17Add gstreamer and sqlite3, as these were forgotten and will be required forrodent1-1/+3
the 32-bit packages to work correctly. Discussed with wiz@.
2014-08-22Default to Suse 13.1 packages under NetBSD 7.0_BETA and newer.tron1-3/+7
2014-04-17Add libSDL and two dependencies.wiz1-1/+4
2014-04-08tell libidn moduleobache1-1/+2
2014-01-22add dbus-glib, glib2 and libffi linux module supportobache1-1/+4
2013-12-12Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module.obache1-1/+3
Tyey are in base package for suse121.
2013-12-10Add dbus to list of linux modulesprlw11-2/+3
2013-12-05Added openSUSE 13.1 packages, provides a number of components for aobache2-2/+12
openSUSE-based Linux binary emulation environment.
2013-05-09Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.riastradh1-2/+2
Build depends are target packages that are needed at build-time for, e.g., static libraries to link against, header files to include, &c. Tool depends are native packages that are needed at build-time for, e.g., compilers/linkers/&c. to run. ok agc
2013-02-17make emulators/compat50, emulators/compat50-x11, emulators/compat51,spz1-1/+13
emulators/compat51-x11 and emulators/compat60 known
2012-08-18remove support for suse 11.3.chs2-9/+3
2012-06-16switch to SUSE_PREFER=12.1 for NetBSD>=6.obache1-7/+8
2012-04-18Let not to prefer suse113 for powerpc, it is not supported.obache1-2/+3
2012-03-21Add suse121 support.obache1-1/+4
2012-03-17Drop gdk-pixbuf, gtk and vmware modules for suse.obache1-4/+1
* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not support them. * vmware module was used for emulators/vmware* packages, but it had been removed from pkgsrc.
2012-03-17Drop qt3 support for suse100.obache1-2/+1
It was intended to be used for opera-10.0, but current opera does not require it.
2012-01-18While 64bit Linux systems can emulate 32bit systems the EMUL_TYPE is notsbd1-2/+10
"native" it's "builtin". So if Linux emulation is wanted on a Linux system set EMUL_TYPE.linux to "native" if the EMUL_ARCH and MACHINE_ARCH are the same, otherwise set it to "none". If the EMUL_TYPE is 'none' disable the package by setting NOT_FOR_PLATFORM to this platform. If someone wants to use Linux 32bit "builtin" emulation they should ensure that the native 32bit library packages that are needed are installed (e.g. libc6-i386 ... ) and put "EMUL_TYPE.linux=builtin" in mk.conf.
2012-01-18s/DEPENDS_native-linux/DEPENDS_${EMUL_DISTRO}/sbd1-2/+4
Also don't set LDCONFIG_* if EMUL_IS_NATIVE.
2011-12-29Finish support for libdrm package.wiz1-1/+2
2011-09-09If SUSE_PREFER is > than EMUL_REQD, then use SUSE_PREFERabs1-2/+4
2011-09-08Default NetBSD-5.99.50 and later to SUSE_PREFER 11.3 else 10.0abs1-1/+10
2011-09-06Fix the logic so if a package sets EMUL_REQD to suse>=11.3, then use that in ↵abs2-9/+9
preference to SUSE_PREFER
2011-02-27add a "curl" module.chs1-1/+2
2010-09-24restore qt3 to modules list, suse 10.0 still needs it.chs1-1/+2
2010-09-24add support for suse-11.3.chs1-9/+4
2010-09-24pay attention to SUSE_PREFER.chs1-3/+4
update modules list.
2010-09-07Require at least version 3.1.4 of "rpm2pkg".tron1-2/+2
2010-09-05Require at least version 3.1.3 of the "rpm2pkg" package to make sure wetron1-2/+2
support RPM package files which use LZMA compression for the data section.
2009-09-09Add qt3 module.obache1-1/+2
2009-04-04Added some keywords for "make help".rillig1-1/+3
2009-03-22Add the required mk/emulator plugin for AIX binary only packages.sno1-0/+43
Oked by joerg@
2008-03-25Remove suse-9.1 emulation packages.wiz1-9/+2
They are long outdated and not maintained upstream. Update infrastructure for their removal. Removal was announced on pkgsrc-users on March 13.
2007-12-31Add support for NetBSD 4.0 compatibility through installing compat40jlam1-1/+5
and netbsd32_compat40 packages. The compat40 packages are currently built by comparing the 4.0 release against the 20071230 version of HEAD. Commit approved by <agc>.
2007-10-13Fix the .include lines so that make looks in the right place first.dsl9-19/+19
Remember .include "foo.mk" is looked for (first) in the directory that contains the makefile being processed (like in C), so remove all the ${.PARSEDIR} and ../ sequences that just cause grief.
2007-10-09Added _VARGROUPS.rillig1-1/+6
2007-10-09Remove trailing spaces.martti2-5/+5
2007-09-07Support alsa, libsigc++2, and resmgr emulation packages.wiz1-2/+5
2007-08-23Allow a nicer syntax for expressing needing at least a certain versionjlam3-3/+14
of an emulated operating system. Instead of proliferating things like SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a package can say: EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10 all in one, succinct line.
2007-08-23Use .PARSEDIR where it can be used to avoid hardcoding the path to thejlam9-18/+18
emulator module.
2007-08-23Back out previous and solve this in another way that doesn't involvejlam2-48/+35
a hokey new emulator-opsys.mk file.
2007-08-23Break out the inclusion of the operating-system-specific Makefile intojlam2-35/+48
a separate emulator-opsys.mk file. The emulator-opsys.mk file defines EMUL_DISTRO and the various *EMUL*DIR* variables, as well as any opsys-specific variables. Include this file within compat_netbsd/Makefile.common so that the *EXEC_FMT variables (defined by the compat*/emulator.mk files) are defined. This fixes the build of compat* packages. XXX emulator-opsys.mk will go away in the near future as we do more XXX appropriate information hiding.
2007-08-23Define a variable EMUL_IS_NATIVE if the emulated operating systemjlam1-1/+9
matches the native operating system. Use it in place of checking whether EMUL_DISTRO matches "native-*" as EMUL_DISTRO is no longer defined after bsd.prefs.mk is included. This should fix PR pkg/36823 by Robert Elz.
2007-08-22Reorganize some code so that including bsd.prefs.mk doesn't exposejlam2-36/+45
so much of the emulator framework.
2007-08-21* Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use thejlam3-4/+125
pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages to provide the necessary shared libraries to run dynamically linked NetBSD binaries from the days of yore. * Add some additional compat* packages for completeness: compat15, compat20, compat30 * Modify the compat* packages so that "compatNM" only provides files that aren't in "NetBSD-N.(M+1)". For example, compat12 only provides files that don't exist in NetBSD-1.3.x, compat13 only provides files that don't exist in NetBSD-1.4.x, etc. As a result, if you are running NetBSD-3.0/alpha and want to run a 1.3 dynamically linked binary, there is an automatic dependency chain that causes the following packages to be installed: compat13, compat14, compat15, compat16, compat20 There are some deviations from this dependency chain on platforms that have changed executable formats, e.g. i386, m68, sparc, etc. However, in general pkgsrc will require that you have the necessary COMPAT_* options in your kernel to match the installed compat* packages. This restriction is an artificial one imposed by pkgsrc, but allows for a single set of distfiles to be used on all versions of NetBSD. * Provide compat* package support for every supported architecture of NetBSD. Verily, it is now possible to run 1.2 binaries on NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc. Rejoice, one and all! * The netbsd32_compat* packages mirror the corresponding compat* packages for use by sparc64 and x86_64 to allow running 32-bit binaries with COMPAT_NETBSD32 kernel support. The "extras" packages supply the additional shared libraries from the corresponding release of NetBSD so that the set of files in /emul/netbsd32 will be complete. * pkgsrc/emulators/compat_netbsd contains infrastructure files shared by all of the compat* packages.
2007-08-13Suppress the "depends on installed package(s)" message so it doesn't getjlam1-2/+2
printed for each EMUL_PLATFORM that is supported by the package.