<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/emulators/suse100_linux, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-02-22T13:36:19Z</updated>
<entry>
<title>Add krb5 module.</title>
<updated>2008-02-22T13:36:19Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-02-22T13:36:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aa27e490a37db472ffbb84224f526018c561d219'/>
<id>urn:sha1:aa27e490a37db472ffbb84224f526018c561d219</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Packages in two different directories should always generate different</title>
<updated>2007-11-06T18:03:31Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2007-11-06T18:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cda49853f655d02194314cb0e19a897159d0951f'/>
<id>urn:sha1:cda49853f655d02194314cb0e19a897159d0951f</id>
<content type='text'>
PKGNAMEs. The packages in suse100_* and suse100_32_* didn't do that.

One effect of this was that the pbulk framework didn't record the
packages from both directories. It only took the first one, which
happened to be the suse100_32_* (which aren't available for i386). The
others were disarded, so effectively all Linux binary packages were
skipped.

Ok'ed by jlam.
</content>
</entry>
<entry>
<title>Support alsa, libsigc++2, and resmgr emulation packages.</title>
<updated>2007-09-07T23:04:55Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-09-07T23:04:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e9c716e923be0e7281cf6f1a7598048f123f1aac'/>
<id>urn:sha1:e9c716e923be0e7281cf6f1a7598048f123f1aac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow a nicer syntax for expressing needing at least a certain version</title>
<updated>2007-08-23T18:20:30Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-08-23T18:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=797811e459b3190957546edcfc131ce88f4ef0de'/>
<id>urn:sha1:797811e459b3190957546edcfc131ce88f4ef0de</id>
<content type='text'>
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&gt;=9.1 netbsd&gt;=2.0 solaris&gt;=10

all in one, succinct line.
</content>
</entry>
<entry>
<title>s/_LINUX_MODULES/_EMUL_MODULES/g</title>
<updated>2007-07-30T13:38:41Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-07-30T13:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ecbdb32a13ae5759674e9ea7feac09886cf78ce5'/>
<id>urn:sha1:ecbdb32a13ae5759674e9ea7feac09886cf78ce5</id>
<content type='text'>
_LINUX_MODULES was an old, internal name I used in my development of
the emulator framework that I had renamed to _EMUL_MODULES everywhere,
or so I had thought.

This should fix the problem where the dependencies on suse_* weren't
being converted into dependencies on suse32_* on x86_64 platforms when
building a "linux-i386" package.
</content>
</entry>
<entry>
<title>Add 32-bit versions of SuSE Linux 9.1 and 10.0 for use by NetBSD/x86_64</title>
<updated>2007-07-29T08:55:22Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-07-29T08:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fd726f487cd3154e2f6eaebec563f777555aacb6'/>
<id>urn:sha1:fd726f487cd3154e2f6eaebec563f777555aacb6</id>
<content type='text'>
with COMPAT_LINUX32.
</content>
</entry>
<entry>
<title>* Add new emulator framework in pkgsrc/mk/emulator that handles all</title>
<updated>2007-07-29T05:18:36Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-07-29T05:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=275d7ca4f86079521544b7e820383bc271742a03'/>
<id>urn:sha1:275d7ca4f86079521544b7e820383bc271742a03</id>
<content type='text'>
  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.
</content>
</entry>
<entry>
<title>Set OPSYS_EMULSUBDIR in the non compat32 case, otherwise systems</title>
<updated>2007-05-04T23:46:56Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2007-05-04T23:46:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3bae05c3436bf04e039378df6fe0dd883433637a'/>
<id>urn:sha1:3bae05c3436bf04e039378df6fe0dd883433637a</id>
<content type='text'>
without compat32 enabled won't have the correct value in
suse100_base/INSTALL.

Found by seb@.
</content>
</entry>
<entry>
<title>Fix a problem with SUSE_ARCH and SUSE_ARCH_DIR with compat32 reported</title>
<updated>2007-04-20T21:35:00Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2007-04-20T21:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7b5746732e5512408e4a09aacb4327f93cb3a63b'/>
<id>urn:sha1:7b5746732e5512408e4a09aacb4327f93cb3a63b</id>
<content type='text'>
by dsl@, with diagnostic by veego@. compat32.mk overwrites some vars
required to make suse work, but it wasn't overwritting those vars
for the fetch target.

I didn't see that error because I had the distfiles on my DISTDIR.
</content>
</entry>
<entry>
<title>SUSE_MAKEFILE_INCLUDE_ARCH is common by all archs, do not use it</title>
<updated>2007-04-19T21:25:28Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2007-04-19T21:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7498a030ae4d9c7c1287f4234c4c4bd313ba02dd'/>
<id>urn:sha1:7498a030ae4d9c7c1287f4234c4c4bd313ba02dd</id>
<content type='text'>
only in NetBSD-*-x86_64. Error reported by tnn@ on i386.
</content>
</entry>
</feed>
