pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/Mesa Remove some sunos5 BUILD_TARGET's that d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c93d7bd8e33
branches:  trunk
changeset: 515664:2c93d7bd8e33
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 06 12:18:35 2006 +0000

description:
Remove some sunos5 BUILD_TARGET's that don't exist (any more).
Also use the pkgsrc BUILD_TARGET for Solaris on x86 - it does a better job
Fixes PR pkg/30581, pkg/30894, pkg/30895, pkg/30684 and pkg/32553.

diffstat:

 graphics/Mesa/Makefile.common |  14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diffs (33 lines):

diff -r b4e21b25519a -r 2c93d7bd8e33 graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common     Thu Jul 06 11:48:03 2006 +0000
+++ b/graphics/Mesa/Makefile.common     Thu Jul 06 12:18:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2006/06/13 23:48:45 reed Exp $
+# $NetBSD: Makefile.common,v 1.50 2006/07/06 12:18:35 markd Exp $
 
 DISTNAME=      MesaLib-${MESA_VERSION}
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
@@ -37,22 +37,12 @@
 .if ${OPSYS} == "SunOS"
 .  if ${MACHINE_ARCH} == "sparc"
 .    if !empty(PKGSRC_COMPILER:Msunpro)
-.      if ${SPARC_TARGET_ARCH} == "sparcv7"
 BUILD_TARGET=          sunos5
-.      elif ${SPARC_TARGET_ARCH} == "sparcv8"
-BUILD_TARGET=          sunos5-v8
-.      elif ${SPARC_TARGET_ARCH} == "sparcv9"
-BUILD_TARGET=          sunos5-v9
-.      endif
 .    else
 BUILD_TARGET=          sunos5-gcc
 .    endif
 .  else        # i386
-.    if !empty(PKGSRC_COMPILER:Msunpro)
-BUILD_TARGET=          solaris-x86
-.    else
-BUILD_TARGET=          solaris-x86-gcc
-.    endif
+BUILD_TARGET=          pkgsrc
 .  endif
 .elif ${OPSYS} == "Interix"
 BUILD_TARGET=          interix3



Home | Main Index | Thread Index | Old Index