Commit graph

139 commits

Author SHA1 Message Date
abs
61ea4c7623 add a (c) to this 2008-07-21 10:46:16 +00:00
wiz
bdfb9d9cc1 New sentence, new line. 2008-07-21 07:47:56 +00:00
abs
b8b8cd3df4 fix compliation -> compilation typo (noted by Alan R. S. Bueno), plus some others 2008-07-20 17:13:19 +00:00
abs
ea9f90b185 fixup DESTDIR - bump pkgrevision 2008-06-12 13:37:19 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
abs
43a11291de update devel/cpuflags to 1.18: Remove *any* spaces from CPU_DIR, not just the first 2008-01-11 12:58:30 +00:00
abs
b225958621 update cpuflags to 1.17 - PKG_EXCLUDE_OMIT_FRAME_POINTER+=devel/liboil from Vladimir Yakovetsky 2007-09-20 10:19:03 +00:00
bjs
8fff38346b NetBSD/amd64 does not have machdep.{sse,sse2}. Bump version. 2007-09-11 05:03:30 +00:00
tron
90f854413c Update "cpuflags" package to version 1.15:
Correct package list, "share/cpuflags/subr_x86" was missing.
2007-08-27 16:57:45 +00:00
abs
2bbaf41332 remove some of my debugging accidently commited 2007-08-27 10:09:22 +00:00
abs
a3f13d197a Update devel/cpuflags to 1.14:
- return 0 in verbose() to fix issue with 'set -e'
 - ONLY_FOR_PLATFORM += FreeBSD-*-*
 - Use `` rather than $() to unbreak Solaris
 - Add x86 arch fixup/corrections in files/subr_x86
	All from Yakovetsky Vladimir
2007-08-27 10:08:29 +00:00
tron
d186010655 Update "cpuflags" package to version 1.13:
Install non-executable files without execute permissions.
2007-08-22 11:50:18 +00:00
abs
0d66d1b25c add file missing in 1.12 - noted by tron 2007-08-22 09:18:43 +00:00
abs
e691ef4bd8 Update cpuflags to 1.12 - add FreeBSD support - from Yakovetsky Vladimir 2007-08-21 15:43:46 +00:00
abs
4db33cf4e4 Update devel/cpuflags to 1.11:
optimize_gcc.mk:
    - Add cases for textproc/aspell and mail/procmail from Yakovetsky Vladimir
    - Shuffle some sections around and update comments
    - Retire old USE_GCC3 test
2007-08-20 11:34:05 +00:00
abs
140b25e6c8 Update cpuflags to 1.10:
Refactor cpuflags into a common part (cpuflags.sh), which calls the
appropriate per OS (subr_NetBSD, subr_SunOS or subr_Linux) and per
compiler (subr_gcc) portions
2007-08-20 11:21:19 +00:00
abs
e53cf5dc1d Update cpuflags to 1.09:
PKG_EXCLUDE_INLINE_FUNCTIONS+=cross/binutils devel/binutils
    from Yakovetsky Vladimir
2007-08-13 10:31:06 +00:00
abs
744ae37729 update cpuflags to 1.08 - switch optimize_gcc.mk to using PKGPATH 2007-08-02 11:20:16 +00:00
abs
3608fd46a4 Update cpuflags to 1.06 - add a couple more amd64 chips - thanks to
Ryo Hayasaka & Takanori Isihara
2007-04-24 22:44:20 +00:00
abs
09e92dd968 Update cpuflags to 1.06:
On NetBSD use 'sysctl -n machdep.sse2' and 'sysctl -n machdep.sse'
to determine whether to add '-mfpmath=sse -msse2' or '-mfpmath=sse
-msse' to CPUFLAGS. This ensures these values are set correctly in
the event of the kernel not providing sufficient identification
details on the CPU.  - from Blair Sadewitz
2007-03-21 15:05:08 +00:00
abs
2eb6bf8676 Update devel/cpuflags to 1.05:
More NetBSD amd64 and hppa updates from Blair Sadewitz and
David H. Gutteridge respectively.
Plus another Linux entry from the ether
2006-11-30 23:24:39 +00:00
abs
b0b10a4e43 Update devel/cpuflags to 1.04:
- seamonkey (like most mozilla code) fails with -fomit-frame-pointer
   (From Auster Vl)
2006-10-12 12:41:46 +00:00
dmcmahill
911f2c9843 update to cpuflags-1.03 after removing the solaris -p flag to psrinfo. 2006-10-01 01:00:48 +00:00
dmcmahill
a402e8fe3c use psrinfo -v instead of -pv. On solaris-2.8, -p is supported (or so
says the man page) but seems to cause nothing to come out even with -v.
On solaris-2.9 (sparc), -p isn't supported which causes major failures.
On solaris-2.9 (i386), -p causes a failure.
2006-10-01 00:59:36 +00:00
abs
447db2ffdf Update devel/cpuflags to 1.02
- Linux uses both 'AMD Athlon(TM) XP' and 'AMD Athlon(tm) XP'
- Add at least Opteron recognition to solaris via 'psrinfo -pv'
- Cleanup trailing whitespace
2006-09-15 14:37:32 +00:00
heinz
06978ae3c8 Corrected quoting of author's email address. 2006-07-28 23:22:37 +00:00
abs
be33eaa147 Update devel/cpuflags to 1.01:
match 7447A as 7450 - from Radek Kujawa
2006-06-21 11:15:14 +00:00
abs
6915d66727 update devel/cpuflags to 1.00
- avoid 'Unclosed substitution for DISTNAME (/ missing)' warning caused by
  optimize_gcc.mk, fix from Auster Vl
2006-06-13 09:56:00 +00:00
dogcow
68052c76fe Pentium-M should be scheduled as pentium-m, not pentium4m. 2006-05-16 16:43:10 +00:00
abs
ae2da2cd22 update cpuflags to 0.98:
For those playing on the bleeding edge with optimise_gcc.mk,
	disable -ffast-math for perl. NetBSD/i386 perl5.8.7 reports
	'49/49!=1' as true under -ffast-math
2006-02-09 13:45:04 +00:00
abs
6f99b2fbef Update cpuflags to 0.97:
- Add Infineon ADM5120
    - Fix optimize_gcc.mk for qt3-libs, and reorder so CPUFLAGS_PKGBASE is
      left defined and testable for 'make show-vars' and the like
2006-02-04 15:08:33 +00:00
abs
5c9d5eae15 Update cpuflags to 0.96:
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06 15:31:20 +00:00
minskim
bda7b4098f Update cpuflags to 0.95. Approved by the maintainer.
Change:
- Identify Dothan on NetBSD.  Patch submitted by Kevin Kim in private email.
2005-10-23 18:47:24 +00:00
rillig
a59cbb2fb7 Fixed a pkglint warning. 2005-10-23 14:03:39 +00:00
abs
087bc54521 update cpuflags to 0.94 - do not set PKGBASE in optimize_gcc.mk 2005-09-27 16:38:11 +00:00
abs
ba41fe0604 update cpuflags to 0.93 - fix a make-braino in workaround for PKGNAME setting 2005-09-23 13:24:17 +00:00
abs
fe8f75fc8e Update cpuflags to 0.92
optimize_gcc.mk needs to know the name of the package that is
	currently being built. Unfortunately with pkgsrc there is no way
	to do this, and its previous attempts to derive PKGNAME (if not
	set) from DISTNAME broke the php usage ext.mk file. Use a temp
	variable to do the same thing without breaking other pkgsrc
	assumptions
2005-09-20 10:58:23 +00:00
abs
dac5178adb Update cpuflags to 0.91 - derive PKGNAME from DISTNAME in per package checking logic 2005-09-09 16:03:32 +00:00
abs
bc733e575d Update cpuflags to 0.90
NetBSD: treat 'AMD Unknown K7 (Athlon)' as -march=athlon
	All: If -v is given, also correctly display CPUFLAGS value
2005-07-22 12:13:12 +00:00
abs
be0ddf4f02 Update cpuflags to 0.89
Use SED and INSTALL - should fix PR30223 (using wrong install under Solaris)
2005-07-21 08:33:13 +00:00
abs
28efc3d9e1 Update cpuflags to 0.88
- Add two more x86 entries to cpuflags.Linux
 - Avoid bogus setting of PKGBASE in optimize_gcc.mk
2005-06-25 10:50:49 +00:00
abs
7975c2523d Small change to suggested COPTS usage - from Christopher Sean Hilton 2005-05-12 10:53:07 +00:00
abs
2ea7529561 update cpuflags to 0.87:
- Added linux "Mobile Intel(R) Pentium(R) 4 - M ", from pancake
    - Add a dist target to simplify updating freshmeat copy
    - Change feedback email to abs@absd.org
2005-05-01 22:03:37 +00:00
abs
ae3c620d0f Update cpuflags to 0.86:
Add Linux 'Pentium III (Katmai)' - from Toni Viemero
    Remove some outdated gcc references from manpage
    Clarify the mk examples are BSD makefile specific
    Add a basic Makefile for out-of-pkgsrc usage
2005-04-29 12:56:05 +00:00
abs
1926c19e92 Update cpuflags to 0.85:
Add 'Intel(R) Pentium(R) III Mobile CPU', from Sean Higgins
2005-04-27 10:55:21 +00:00
abs
5235bc4179 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
2005-04-08 07:24:25 +00:00
abs
80bbefb0f9 Update to cpuflags 0.83 - match all VIA C3 CPUs 2005-03-22 08:17:26 +00:00
abs
e213f4ae4e update cpuflags to 0.82
firefox-gtk2 has severe issues (radio buttons on the download preferences
are missing, and extensions break) if compiled with -ffast-math. Oh my
aching head.
2005-02-18 17:20:38 +00:00
abs
cc9dd8ee54 Update cpuflags to 0.81:
firefox and firefox-gtk2 do not like -finline-functions. It gives broken
    radio buttons in Edit->Preferences
2005-01-29 14:58:39 +00:00
abs
26076885ae Update cpuflags to 0.80:
Add qemu to the list of PKG_EXCLUDE_INLINE_FUNCTIONS packages, at least as
of gcc-3.3 and qemu-0.6.1
2005-01-06 00:08:51 +00:00