<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/emulators/rtc, branch 5-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=5-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=5-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2007-10-03T23:00:29Z</updated>
<entry>
<title>Remove support for OSVERSION &lt; 5</title>
<updated>2007-10-03T23:00:29Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2007-10-03T23:00:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9aaccaed7d0e000844966e72551a5375ac718636'/>
<id>urn:sha1:9aaccaed7d0e000844966e72551a5375ac718636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only mknod where appropriate (!devfs case).</title>
<updated>2007-01-06T15:02:19Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-01-06T15:02:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d083f0bb1869e623b875ae8cd9374ead7c28932'/>
<id>urn:sha1:5d083f0bb1869e623b875ae8cd9374ead7c28932</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbreak port and make it a little bit more package friendly.</title>
<updated>2006-02-25T23:39:06Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2006-02-25T23:39:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0ac537d77ca2d4135fe04ab45d1ae50b068b67e8'/>
<id>urn:sha1:0ac537d77ca2d4135fe04ab45d1ae50b068b67e8</id>
<content type='text'>
Approved by:	portmgr (kris)
</content>
</entry>
<entry>
<title>BROKEN: Incomplete pkg-plist</title>
<updated>2006-02-20T01:44:59Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2006-02-20T01:44:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=50fadab70b31852659bebad46029ad24b3da5ffd'/>
<id>urn:sha1:50fadab70b31852659bebad46029ad24b3da5ffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Users are confused by a diagnostic message more than they are</title>
<updated>2006-01-29T16:09:18Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2006-01-29T16:09:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fcb536d684600c125e4e40dfb7434f87115a3ca0'/>
<id>urn:sha1:fcb536d684600c125e4e40dfb7434f87115a3ca0</id>
<content type='text'>
helped because it is printing the -current- value of HZ, not the
value requested. This is fixed be rearranging the order of changing
the value and printing the message (they are in adjacent lines).

Submitted by:	rgrimes
</content>
</entry>
<entry>
<title>Replace ugly "@unexec rmdir %D... 2&gt;/dev/null || true" with @dirrmtry</title>
<updated>2006-01-22T01:55:36Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-22T01:55:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e33233f948fa75569942bda3f34c065ad24f1576'/>
<id>urn:sha1:e33233f948fa75569942bda3f34c065ad24f1576</id>
<content type='text'>
Approved by:    krion@
PR:             ports/88711 (related)
</content>
</entry>
<entry>
<title>- Fix rtc on systems where sizeof(int) != sizeof(long).</title>
<updated>2005-11-29T15:43:43Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2005-11-29T15:43:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=87e9dc7ae1c6a85293af9cd8c8ab0eab480c9abb'/>
<id>urn:sha1:87e9dc7ae1c6a85293af9cd8c8ab0eab480c9abb</id>
<content type='text'>
- Clean pkg-plist a bit.
- Re-word IGNORE lines and remove quotes.

PR:		ports/87546
Submitted by:	Simun Mikecin &lt;numisemis@yahoo.com&gt;
</content>
</entry>
<entry>
<title>Change the hz warning so that it doesn't bother you if hz is already</title>
<updated>2005-10-06T06:39:58Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2005-10-06T06:39:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8766c0c5a9c66d0a53cbeab7064d504b0ef9fd36'/>
<id>urn:sha1:8766c0c5a9c66d0a53cbeab7064d504b0ef9fd36</id>
<content type='text'>
set to 1000 or greater, and take out the check to see if hz is greater
than the requested tick rate.

Inspired by PR: 71536
</content>
</entry>
<entry>
<title>Change the hz warning so that it doesn't bother you if hz is already</title>
<updated>2005-10-06T06:38:38Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2005-10-06T06:38:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c9ac4e0cd1167550c7e703777c8120e473411a3c'/>
<id>urn:sha1:c9ac4e0cd1167550c7e703777c8120e473411a3c</id>
<content type='text'>
set to 1000 or greater, and take out the check to see if hz is greater
than the requested tick rate.
</content>
</entry>
<entry>
<title>Mega-patch to cleanup the ports infrastructure regarding our linux bits:</title>
<updated>2005-06-17T22:59:29Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2005-06-17T22:59:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d'/>
<id>urn:sha1:23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d</id>
<content type='text'>
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn &lt;gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
</content>
</entry>
</feed>
