Commit graph

166 commits

Author SHA1 Message Date
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
tnn
94f62af98a drop references to firefox-gtk1 2009-04-21 16:47:48 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
abs
921a7e1f6d Updated devel/cpuflags to 1.41
Treat all Atoms as '-march=core2 -mtune=pentium'
2009-03-30 21:02:25 +00:00
abs
e81c9efba0 Updated devel/cpuflags to 1.40
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-12 23:57:28 +00:00
abs
9fa0f5ba7c Updated devel/cpuflags to 1.39
- 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-03-04 00:32:44 +00:00
abs
d961b6a6ee Updated devel/cpuflags to 1.38
Handle Intel Core 2 (Merom) - from Steffen Beyer
2009-02-02 17:09:46 +00:00
abs
e50af1f886 Updated devel/cpuflags to 1.37
Substitute @SH@ so we can use $() everywhere (Solaris)
2009-01-28 23:30:50 +00:00
abs
711b527384 Updated devel/cpuflags to 1.36
Use `` rather than $() so we can work with Solaris sh
2009-01-23 00:04:45 +00:00
abs
2d67a69e67 Updated devel/cpuflags to 1.35
Make it possible to also include cpuflags.mk directly from the pkgsrc tree
2009-01-20 17:26:21 +00:00
abs
960b801f9b Updated devel/cpuflags to 1.34
For gcc pre 4.2 -march=core2 should fall back to -march=nocona
rather than -march=pentium-m
2009-01-12 22:11:58 +00:00
abs
cd5da2c621 Updated devel/cpuflags to 1.33
Merge all of the "Intel(R) Core(TM)2 " lines into a single 'wilder
card' entry.
2009-01-12 21:57:24 +00:00
abs
9f246fab8b Updated devel/cpuflags to 1.32
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-09 12:54:15 +00:00
abs
f1358c3bcf Updated devel/cpuflags to 1.30
NetBSD changes:
 - Correctly decode the cpu 'features' lines
 - Also decode the cpu family and model data
2009-01-02 19:30:31 +00:00
abs
52777ba67a Updated devel/cpuflags to 1.30
Add:
 "Intel(R) Pentium(R) M processor "*
2008-12-31 14:49:54 +00:00
abs
aa0dc79492 Updated devel/cpuflags to 1.29 (leaf package)
Add:
 "Intel(R) Pentium(R) 4 CPU 2.00GHz" - thanks to Łukasz
2008-12-23 09:48:38 +00:00
abs
3e7881f506 Updated devel/cpuflags to 1.28
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-21 15:49:27 +00:00
abs
3fffa1e222 Updated devel/cpuflags to 1.27
Add entry for AMD K6-2+/III+ ("AMD-K6(tm)-III Processor")
- from Ulf Bartelt PR 37850
2008-12-20 09:56:46 +00:00
abs
28acedb13f Updated devel/cpuflags to 1.26
Ensure we use `` on Solaris - PR 40176
2008-12-18 01:01:33 +00:00
abs
cbeaf9d18f Updated devel/cpuflags to 1.25
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-18 00:57:12 +00:00
abs
b2e170707c Updated devel/cpuflags to 1.24
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-10 23:27:17 +00:00
abs
8c904ceffd Updated devel/cpuflags to 1.23
Add:
	'AMD Family 10h (686-class)'	(-march=amdfam10)
2008-12-08 19:46:58 +00:00
abs
ca6f0b311a Updated devel/cpuflags to 1.22
- 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-08 17:40:14 +00:00
abs
cd6899e830 Updated devel/cpuflags to 1.21
- Add case for:
	'AMD Athlon Model 4 (Thunderbird) ' (-march=athlon-tbird)
	Thanks Aleksey Cheusov
2008-12-05 00:41:31 +00:00
abs
c0203d9519 Updated devel/cpuflags to 1.20
- 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-04 11:45:35 +00:00
abs
46e29fa100 Updated devel/cpuflags to 1.19
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-12-01 17:51:40 +00:00
wiz
34f1ac7b8d Add devel to CATEGORIES. From Robert Elz. 2008-11-22 00:07:21 +00:00
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