summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorabs <abs>2005-04-08 07:24:25 +0000
committerabs <abs>2005-04-08 07:24:25 +0000
commit72d973ea988e68c44210aa59c3bb58e0249f33ee (patch)
tree01a45888878ad4c36eeafeaa792e76dee378414a /devel
parentbc6a75bd669674aaf56916c8c20910d85fcb4a9d (diff)
downloadpkgsrc-72d973ea988e68c44210aa59c3bb58e0249f33ee.tar.gz
Update cpuflags to 0.84
Add "Mirage 100+" to the Linix parisc case (thanks Simon Hitzemann) Update the firefox and thunderbird names in optimize_gcc
Diffstat (limited to 'devel')
-rw-r--r--devel/cpuflags/Makefile4
-rwxr-xr-xdevel/cpuflags/files/cpuflags.Linux11
-rw-r--r--devel/cpuflags/files/optimize_gcc.mk8
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
index 1d36d602402..b2b5af99749 100644
--- a/devel/cpuflags/Makefile
+++ b/devel/cpuflags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2005/03/22 08:17:26 abs Exp $
+# $NetBSD: Makefile,v 1.87 2005/04/08 07:24:25 abs Exp $
#
-DISTNAME= cpuflags-0.83
+DISTNAME= cpuflags-0.84
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/devel/cpuflags/files/cpuflags.Linux b/devel/cpuflags/files/cpuflags.Linux
index 29b03716eab..ce1422ae28f 100755
--- a/devel/cpuflags/files/cpuflags.Linux
+++ b/devel/cpuflags/files/cpuflags.Linux
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: cpuflags.Linux,v 1.12 2004/12/22 15:12:18 abs Exp $
+# $NetBSD: cpuflags.Linux,v 1.13 2005/04/08 07:24:25 abs Exp $
PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
AWK=awk
@@ -22,7 +22,9 @@ else
fi
case $hw_machine_arch in
- # i386
+ parisc) case $hw_model in
+ "Mirage 100+") FLAGS='-march=1.1' ;;
+ esac ;;
i386) FLAGS='-march=i386' ;;
i486) FLAGS='-march=i486' ;;
i686) case $hw_model in
@@ -39,9 +41,8 @@ case $hw_machine_arch in
FLAGS='-march=pentium4' ;;
esac
- esac
- ;;
- #
+ esac ;;
+
esac
############
diff --git a/devel/cpuflags/files/optimize_gcc.mk b/devel/cpuflags/files/optimize_gcc.mk
index 7857e62e5bd..e17f94ab986 100644
--- a/devel/cpuflags/files/optimize_gcc.mk
+++ b/devel/cpuflags/files/optimize_gcc.mk
@@ -1,4 +1,4 @@
-# $Id: optimize_gcc.mk,v 1.19 2005/02/18 17:20:38 abs Exp $
+# $Id: optimize_gcc.mk,v 1.20 2005/04/08 07:24:25 abs Exp $
# This file is 'experimental' - which is doublespeak for unspeakably
# ugly, and probably quite broken by design.
@@ -29,11 +29,11 @@ PKGBASE=${.CURDIR:C:.*/::}
COPT_FLAGS+=-ffast-math -fomit-frame-pointer
-PKG_EXCLUDE_OMIT_FRAME_POINTER+=firefox firefox-gtk2 galeon galeon-devel
+PKG_EXCLUDE_OMIT_FRAME_POINTER+=firefox firefox-gtk1 galeon galeon-devel
PKG_EXCLUDE_OMIT_FRAME_POINTER+=lua lua4 mozilla mozilla-gtk2
-PKG_EXCLUDE_OMIT_FRAME_POINTER+=thunderbird thunderbird-gtk2
+PKG_EXCLUDE_OMIT_FRAME_POINTER+=thunderbird thunderbird-gtk1
PKG_EXCLUDE_INLINE_FUNCTIONS+=qemu userppp
-PKG_EXCLUDE_FAST_MATH+=firefox firefox-gtk2 # v1.0, NetBSD i386/2.0
+PKG_EXCLUDE_FAST_MATH+=firefox firefox-gtk1 # v1.0, NetBSD i386/2.0
.if !defined(USE_GCC3)
PKG_EXCLUDE_OMIT_FRAME_POINTER+=qt3-libs kdeedu3 koffice
.endif