Commit graph

14 commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Marius Strobl
d01ba34492 nclude and install the microcode which Sun now provides under MIT License
terms allowing redistribution.

Approved by:	netchild
2010-01-22 20:24:42 +00:00
Marius Strobl
06156e9616 Use a newer version of the Debian patch in order to improve fetchability.
This has no impact on the installed files.

Approved by:	netchild
2009-03-31 19:58:08 +00:00
Marius Strobl
ac259703cc - Ever since this port was converted to use a rc.d startup it announces
the uploading of the microcode. Printing this out via the framebuffer
  turned out to sometimes being delayed until during the upload of the
  microcode to it, resulting in a concurrent access which freezes the
  machine. So change afbinit(8) to no longer announce the upload. Of
  course the proper way to solve this would be to do the upload in the
  kernel with proper locking, if the licenses of both the afbinit(8)
  code and the microcode allowed.
- Re-read the board type after uploading the microcode so the right one
  is displayed.
- Fix GCC4 warnings.

Approved by:	netchild
2007-12-11 22:10:55 +00:00
Marius Strobl
94fc6d49c2 - Switch to a rc.d startup script.
- Remove obsolete USE_REINPLACE.

Approved by:	netchild
2006-02-20 20:10:14 +00:00
Edwin Groothuis
6075e8825a SHA256ify (manually checked)
>
> Approved by: krion@
2006-01-24 05:43:37 +00:00
Marius Strobl
99b40d715e Fix a bug exposed by src/sys/vm/vm_mmap.c revision 1.192, devices can't
be mmap(2)'ed MAP_PRIVATE.

Approved by:	eik
2004-08-31 15:28:12 +00:00
Alexander Leidinger
4171a9b485 Use the @FreeBSD.org address of the maintainer.
Approved by:	marius
2004-04-20 13:49:29 +00:00
Trevor Johnson
488e7fe939 Add size data, approved by maintainers. 2004-03-19 01:51:15 +00:00
Alexander Leidinger
1eddd19d0c Add afbinit, a tool to load the microcode firmware onto Sun Microsystem
AFB Graphics Accelerators aka Sun Microsystems Elite 3D. The microcode
is necessary if you want to run XFree86 with acceleration on these cards.
The microcode in itself has to be obtained from an existing SunOS/Solaris
installation.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2003-09-24 13:59:43 +00:00