pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

suse 10.0 packages



Hi all,

I worked a little on adapting the suse91 packages to opensuse 10.0

The interest of having opensuse 10.0 is that this distribution provides
binary packages for powerpc, and so that those packages can help
setting up linux emulation on macppc.
I only tested those packages with macppc and i386. On i386, everything
works fine (including opera, and sun-jdk). On macppc, it looks like
linux emulation has some bugs, but still, having those packages can
help testing and making it better. Don't hesitate to test them, and
make it better.

Best regards,
antoine

Attachment: suse100.tgz
Description: application/tar-gz

Index: suse_linux/Makefile.application
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/suse_linux/Makefile.application,v
retrieving revision 1.17
diff -u -r1.17 Makefile.application
--- suse_linux/Makefile.application     12 Dec 2005 14:43:25 -0000      1.17
+++ suse_linux/Makefile.application     18 Feb 2006 15:13:51 -0000
@@ -5,7 +5,9 @@
 .if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly") 
&& \
     (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc")
 
-.  if !empty(SUSE_PREFER:M9.1)
+.  if !empty(SUSE_PREFER:M10.0)
+.    include "../../emulators/suse100_linux/vars.mk"
+.  elif !empty(SUSE_PREFER:M9.1)
 .    include "../../emulators/suse91_linux/vars.mk"
 .  else
 .    include "../../emulators/suse_linux/vars.mk"

Attachment: pgpuJnXbzqqdW.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index