summaryrefslogtreecommitdiff
path: root/devel/cpuflags
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27cpuflags: SUBSTing in pre-configure does nothing if NO_CONFIGURE=yestnn1-2/+2
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2017-09-26*: remove qt3 and the packages using it, including KDE3wiz1-4/+1
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2016-01-28Update cpuflags to 1.43abs3-7/+12
Handle '(' & ')' in cpuctl output Note that for modern gcc -march=native may be a better alternative
2015-01-04document ONLY_FOR_PLATFORMdholland1-1/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-12-06fix PLIST for lastabs1-1/+2
2010-12-05Updated devel/cpuflags to 1.42abs4-7/+77
Add initial powerpc support for Darwin
2009-11-12remove redundant '/' after DESTDIR.obache1-10/+10
2009-11-12Some fixesobache1-1/+9
* Fixes permissions of installed files. * honor PKGMANDIR, as PR 42290.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-04-21drop references to firefox-gtk1tnn1-5/+3
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-03-30Updated devel/cpuflags to 1.41abs2-4/+4
Treat all Atoms as '-march=core2 -mtune=pentium'
2009-03-12Updated devel/cpuflags to 1.40abs2-4/+4
Doublequote the eval arguments to ensure whitespace is preserved, so a cpu_brand of "Genuine Intel(R) CPU T2500 @ 2.00GHz" is not converted down to "Genuine Intel(R) CPU T2500 @ 2.00GHz"
2009-03-04Updated devel/cpuflags to 1.39abs3-6/+10
- Add "Intel(r) Xeon(r) CPU E5430" and strip leading whitespace from Solaris psrinfo output - from Jim Wise - Add "Intel(R) Xeon(R) CPU E5310" - from Felix Resch - Add "Genuine Intel(R) CPU T2500" - from Daniel Carosone
2009-02-02Updated devel/cpuflags to 1.38abs2-3/+4
Handle Intel Core 2 (Merom) - from Steffen Beyer
2009-01-28Updated devel/cpuflags to 1.37abs4-23/+26
Substitute @SH@ so we can use $() everywhere (Solaris)
2009-01-23Updated devel/cpuflags to 1.36abs2-5/+7
Use `` rather than $() so we can work with Solaris sh
2009-01-20Updated devel/cpuflags to 1.35abs3-8/+27
Make it possible to also include cpuflags.mk directly from the pkgsrc tree
2009-01-12Updated devel/cpuflags to 1.34abs2-4/+4
For gcc pre 4.2 -march=core2 should fall back to -march=nocona rather than -march=pentium-m
2009-01-12Updated devel/cpuflags to 1.33abs2-6/+4
Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder card' entry.
2009-01-09Updated devel/cpuflags to 1.32abs3-13/+29
Intel appear to have re-used cpu branding strings between Northwood and Prescott pentium4s. Thats just... special. Handle this by explicitly testing for SSE3 support to distinguish between '-march=prescott' and '-march=pentium4'
2009-01-02Updated devel/cpuflags to 1.30abs2-5/+10
NetBSD changes: - Correctly decode the cpu 'features' lines - Also decode the cpu family and model data
2008-12-31Updated devel/cpuflags to 1.30abs3-6/+8
Add: "Intel(R) Pentium(R) M processor "*
2008-12-23Updated devel/cpuflags to 1.29 (leaf package)abs2-3/+4
Add: "Intel(R) Pentium(R) 4 CPU 2.00GHz" - thanks to Łukasz
2008-12-21Updated devel/cpuflags to 1.28abs2-3/+15
Add: "Intel(R) Celeron(R) M processor "* - thanks to Daniel Horecki "Intel(R) Pentium(R) 4 CPU 3.20GHz" - thanks to John Nemeth "VIA Nehemiah" and "Intel(R) Atom(TM) CPU N270 " - thanks to Joel CARNAT
2008-12-20Updated devel/cpuflags to 1.27abs2-3/+4
Add entry for AMD K6-2+/III+ ("AMD-K6(tm)-III Processor") - from Ulf Bartelt PR 37850
2008-12-18Updated devel/cpuflags to 1.26abs2-4/+4
Ensure we use `` on Solaris - PR 40176
2008-12-18Updated devel/cpuflags to 1.25abs2-3/+5
Add "Intel(R) Pentium(R) 4 CPU 2.80GHz" from Alaric Snell-Pym Add "Intel(R) Celeron(TM) CPU 1400MHz" from Bernhard Riedel
2008-12-10Updated devel/cpuflags to 1.24abs6-56/+85
Add map_x86_brand_string to subr_x86 and use in NetBSD, Linux and Solaris to determine ARCH for Intel CPUs after PIII. (Still need to rework AMD CPU detection to use family and extended family) Added 'AMD K6-2 (586-class)' - thanks Brian Ginsbach Added 'Pentium(R) Dual-Core CPU E5200' - thanks Andreas Burghardt
2008-12-08Updated devel/cpuflags to 1.23abs2-3/+4
Add: 'AMD Family 10h (686-class)' (-march=amdfam10)
2008-12-08Updated devel/cpuflags to 1.22abs3-41/+60
- Updates for NetBSD: - Report OS version in verbose mode - Cleanup the parsing of "cpuctl identify 0" / "grep ^cpu0: dmesg" - Add cases for: - 'AMD Athlon 64 X2 (686-class)' - thanks Ryo HAYASAKA - 'Intel Pentium M (Yonah) (686-class)' - thanks Juho Juopperi - 'Intel Pentium III (Katmai) (686-class)' - Adjust '-march=core2' facllback to pentium-m - thanks Thomas E. Spanjaard - Pickup -'msse3' - Updates for gcc: - Add some more x86 -march cases from gcc 4.3
2008-12-05Updated devel/cpuflags to 1.21abs2-3/+4
- Add case for: 'AMD Athlon Model 4 (Thunderbird) ' (-march=athlon-tbird) Thanks Aleksey Cheusov
2008-12-04Updated devel/cpuflags to 1.20abs3-19/+25
- Add cases for: 'Intel Pentium III Xeon (686-class)' (Thanks Jum Wise) 'Intel Pentium M (Dothan) (686-class)' (My T41p) - Remove duplicate m68k fpu check - Fix pentium2/pentium3 tranposition introduced in v1.19
2008-12-01Updated devel/cpuflags to 1.19abs3-47/+35
Completely rework i386 and x86_64 processor checking on NetBSD: If cpuctl is present, use the first list of its output, otherwise rely on the first cpu0: line in /var/run/dmesg.boot Unfortunately this means we will need to reenter some of the older CPU details.
2008-11-22Add devel to CATEGORIES. From Robert Elz.wiz1-2/+2
2008-07-21add a (c) to thisabs1-1/+29
2008-07-21New sentence, new line.wiz1-8/+11
2008-07-20fix compliation -> compilation typo (noted by Alan R. S. Bueno), plus some ↵abs1-8/+8
others
2008-06-12fixup DESTDIR - bump pkgrevisionabs2-11/+18
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-01-11update devel/cpuflags to 1.18: Remove *any* spaces from CPU_DIR, not just ↵abs2-5/+8
the first
2007-09-20update cpuflags to 1.17 - PKG_EXCLUDE_OMIT_FRAME_POINTER+=devel/liboil from ↵abs2-3/+6
Vladimir Yakovetsky
2007-09-11NetBSD/amd64 does not have machdep.{sse,sse2}. Bump version.bjs2-4/+4
2007-08-27Update "cpuflags" package to version 1.15:tron2-3/+4
Correct package list, "share/cpuflags/subr_x86" was missing.
2007-08-27remove some of my debugging accidently commitedabs2-4/+2
2007-08-27Update devel/cpuflags to 1.14:abs7-16/+110
- 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-22Update "cpuflags" package to version 1.13:tron2-11/+12
Install non-executable files without execute permissions.
2007-08-22add file missing in 1.12 - noted by tronabs1-0/+80