Commit graph

27 commits

Author SHA1 Message Date
rodent
09c9a6042e Add gstreamer and sqlite3, as these were forgotten and will be required for
the 32-bit packages to work correctly. Discussed with wiz@.
2014-12-17 01:03:37 +00:00
tron
16f7a36709 Default to Suse 13.1 packages under NetBSD 7.0_BETA and newer. 2014-08-22 17:24:28 +00:00
wiz
2ec39c6ebd Add libSDL and two dependencies. 2014-04-17 00:08:34 +00:00
obache
407b1fe919 tell libidn module 2014-04-08 08:18:44 +00:00
obache
dafd5bbdbc add dbus-glib, glib2 and libffi linux module support 2014-01-22 12:34:22 +00:00
obache
b4454b4f6d Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module.
Tyey are in base package for suse121.
2013-12-12 02:34:28 +00:00
prlw1
64c4ecb371 Add dbus to list of linux modules 2013-12-10 10:17:28 +00:00
obache
80251b35d0 Added openSUSE 13.1 packages, provides a number of components for a
openSUSE-based Linux binary emulation environment.
2013-12-05 11:42:12 +00:00
chs
ce76b37e4f remove support for suse 11.3. 2012-08-18 16:29:59 +00:00
obache
0eef4a6beb switch to SUSE_PREFER=12.1 for NetBSD>=6. 2012-06-16 14:21:25 +00:00
obache
e3feaf1e54 Let not to prefer suse113 for powerpc, it is not supported. 2012-04-18 06:17:24 +00:00
obache
b0093cde66 Drop gdk-pixbuf, gtk and vmware modules for suse.
* 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-17 06:08:15 +00:00
obache
86ad714319 Drop qt3 support for suse100.
It was intended to be used for opera-10.0, but current opera does not require it.
2012-03-17 04:59:33 +00:00
sbd
8f2c450e41 While 64bit Linux systems can emulate 32bit systems the EMUL_TYPE is not
"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-18 00:52:20 +00:00
sbd
b207e3049a s/DEPENDS_native-linux/DEPENDS_${EMUL_DISTRO}/
Also don't set LDCONFIG_* if EMUL_IS_NATIVE.
2012-01-18 00:37:46 +00:00
wiz
458f2e04f0 Finish support for libdrm package. 2011-12-29 22:17:20 +00:00
abs
a639d98ce5 If SUSE_PREFER is > than EMUL_REQD, then use SUSE_PREFER 2011-09-09 21:01:36 +00:00
abs
3da76d09e5 Default NetBSD-5.99.50 and later to SUSE_PREFER 11.3 else 10.0 2011-09-08 21:04:59 +00:00
abs
5584fc2d1b Fix the logic so if a package sets EMUL_REQD to suse>=11.3, then use that in preference to SUSE_PREFER 2011-09-06 17:48:24 +00:00
chs
3cb2c05a96 add a "curl" module. 2011-02-27 15:54:03 +00:00
chs
30b19f8a56 restore qt3 to modules list, suse 10.0 still needs it. 2010-09-24 17:08:35 +00:00
chs
84a0d8688f pay attention to SUSE_PREFER.
update modules list.
2010-09-24 01:30:16 +00:00
obache
b48e891d29 Add qt3 module. 2009-09-09 13:03:38 +00:00
dsl
d24555b956 Fix the .include lines so that make looks in the right place first.
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-13 11:04:15 +00:00
wiz
19c1a2725c Support alsa, libsigc++2, and resmgr emulation packages. 2007-09-07 23:04:55 +00:00
jlam
4fd552cb21 Use .PARSEDIR where it can be used to avoid hardcoding the path to the
emulator module.
2007-08-23 17:39:47 +00:00
jlam
33f30156fb * 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-07-29 05:18:36 +00:00