pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse_linux g/c SuSE 6.4 package support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09f9e9785534
branches:  trunk
changeset: 487492:09f9e9785534
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Jan 15 12:41:33 2005 +0000

description:
g/c SuSE 6.4 package support

diffstat:

 emulators/suse_linux/Makefile.application |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 99e6409b5224 -r 09f9e9785534 emulators/suse_linux/Makefile.application
--- a/emulators/suse_linux/Makefile.application Sat Jan 15 12:39:32 2005 +0000
+++ b/emulators/suse_linux/Makefile.application Sat Jan 15 12:41:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.application,v 1.13 2004/11/05 13:46:39 wiz Exp $
+# $NetBSD: Makefile.application,v 1.14 2005/01/15 12:41:33 jdolecek Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -12,17 +12,12 @@
        (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc"))
 LINUX_KERNEL_OSRELEASE!=       (/sbin/sysctl -n ${_LINUX_SYSCTL_OSRELEASE} 2>/dev/null; ${ECHO} 2.0.38) | ${HEAD} -1
 
-.  if ${LINUX_KERNEL_OSRELEASE} == "2.0.38"
-SUSE_DIR_PREFIX=               suse64
-SUSE_VERSION=                  6.4
-.  else
-.    if !empty(SUSE_PREFER:M9.1)
+.  if !empty(SUSE_PREFER:M9.1)
 SUSE_DIR_PREFIX=               suse91
 SUSE_VERSION=                  9.1
-.    else
+.  else
 SUSE_DIR_PREFIX=               suse
 SUSE_VERSION=                  7.3
-.    endif
 .  endif
 
 .  if defined(RPMFILES)



Home | Main Index | Thread Index | Old Index