Commit graph

18 commits

Author SHA1 Message Date
Pav Lucistnik
9cd91f3661 - Remove conditional checks for FreeBSD 6.X
PR:		ports/165608
Submitted by:	pgollucci
Approved by:	portmgr (hat)
2012-03-02 14:56:37 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Emanuel Haupt
1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Stanislav Sedov
1463dba835 - Fix OSVERSION check. 2009-10-15 09:57:54 +00:00
Stanislav Sedov
64c1c7a027 - Mark ignore on 7.2 and higher - alredy included into the base system. 2009-08-16 16:30:16 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Stanislav Sedov
18f0fc8c42 - Update to 0.8.3.
* Add a patch from Markus Strobl <markus.strobl@gmx.at> to fix WRMSR
    ioctl. That was broken before.
2008-01-25 06:06:10 +00:00
Stanislav Sedov
4c215016de - Don't patch shebang line to avoid the build dependency on ruby18 port.
After unfreeze I'll change the shebang line patching code to use
  sed instead of ruby. For now this solution will work since these files
  already contains correct paths to ruby anyway.

PR:		ports/112496
Submitted by:	Victor Snezhko<snezhko@indorsoft.ru>
Approved by:	portmgr (linimon)
2007-11-11 17:27:47 +00:00
Stanislav Sedov
753314b0d2 - Update to 0.8.2
* Chase CURRENT scheduler code update
  * Fix building on 6-STABLE/amd64 [1] [2]
- Remove reference to unexsistent web page [3]
- Use new devcpu-data port for microcode updates.

PR:		ports/114098 [1], ports/114103 [2]
Reported by:	Simun Mikecin <numisemis@yahoo.com> [1],
		Larry Rosenman <ler@lerctr.org> [2],
		mnag [3]
2007-07-19 22:50:15 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Stanislav Sedov
0ff0f7a017 - Update to 0.8.1
- Change mirror.

  Changelog:
  * Add CRITICAL microcode update from Intel for Core 2 Duo, Quad, Extreme.
    Update is recommended (also check for your bios updates).
2007-05-03 07:44:16 +00:00
Stanislav Sedov
f77837c518 - Fix typo.
Submitted by:	netchild
2007-02-02 15:30:55 +00:00
Stanislav Sedov
cef4580bcf - Update to 0.8
- Add rcNG startup script that allows update cpucodes on startup
- Add utility to extract cpucodes from Award BIOS update images
- Add additional amd microcode upodate extracted from update images,
  provided by pav@

Thanks to netchild@ and pav@ for suggestions and information regarding
BIOS updates.
2007-02-01 21:52:14 +00:00
Stanislav Sedov
169064904f - Update to 0.7
Changes:
- Accuire sched lock when calling the is_sched_bound function.

Reported by:	netchild@
2006-12-12 11:26:02 +00:00
Stanislav Sedov
27c514d668 - Install kernel module into the /boot/modules rather then into the kernel
default dir
- Rebuild cross-reference on uninstall

Reported by:	Alexander Leidinger <Alexander@Leidinger.net>
2006-12-11 00:06:55 +00:00
Stanislav Sedov
7267a01896 - Add port for sysutils/devcpu
This kernel module provides access to i386/amd64 CPUs MSR (Model Specific
Register) registers and cpuid info through /dev/cpu%d devices, where %d
corresponds to cpu number.

It can be used with x86info to retrive information available from MSR registers.

Additionally, this module can be used to update/replace microcode of cpus.

PR:		ports/ports/102454
Submitted by:	stas
2006-12-09 00:35:54 +00:00