| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: emulators/rtc/Makefile |
|
CVSWeb
|
Number of commits found: 29 |
|
Thu, 4 Oct 2007
|
[ 00:00 edwin ]
1.36 emulators/basiliskII/Makefile
1.33 emulators/rtc/Makefile
1.37 emulators/vmware-guestd5/Makefile
1.45 emulators/vmware-guestd6/Makefile
Remove support for OSVERSION < 5
|
|
Sat, 6 Jan 2007
|
[ 15:02 netchild ]
1.32 emulators/rtc/Makefile
Only mknod where appropriate (!devfs case).
|
|
Sat, 25 Feb 2006
|
[ 23:39 netchild ]
1.31 emulators/rtc/Makefile
1.7 emulators/rtc/pkg-plist
Unbreak port and make it a little bit more package friendly.
Approved by: portmgr (kris)
|
|
Mon, 20 Feb 2006
|
[ 01:44 kris ]
1.30 emulators/rtc/Makefile
BROKEN: Incomplete pkg-plist
|
|
Sun, 29 Jan 2006
|
[ 16:09 netchild ]
1.29 emulators/rtc/Makefile
1.19 emulators/rtc/files/rtc.c
Users are confused by a diagnostic message more than they are
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
|
|
Tue, 29 Nov 2005
|
[ 15:43 flz ]
1.28 emulators/rtc/Makefile
1.5 emulators/rtc/pkg-plist
1.18 emulators/rtc/files/rtc.c
- Fix rtc on systems where sizeof(int) != sizeof(long).
- Clean pkg-plist a bit.
- Re-word IGNORE lines and remove quotes.
PR: ports/87546
Submitted by: Simun Mikecin <numisemis@yahoo.com>
|
|
Thu, 6 Oct 2005
|
[ 07:39 silby ]
1.27 emulators/rtc/Makefile
Change the hz warning so that it doesn't bother you if hz is already
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
|
|
Fri, 17 Jun 2005
|
[ 23:59 netchild ]
1.45 CHANGES
1.10 accessibility/linux-atk/Makefile
1.16 archivers/stuffit/Makefile
1.11 astro/linux-setiathome/Makefile
1.25 audio/baudline/Makefile
1.11 audio/linux-arts/Makefile
1.10 audio/linux-esound/Makefile
1.10 audio/linux-libaudiofile/Makefile
1.4 audio/linux-mbrola/Makefile
1.6 audio/linux-vsound/Makefile
(Only the first 10 of 190 ports in this commit are shown above. )
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- 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(Only the first 15 lines of the commit message are shown above )
|
|
Tue, 1 Mar 2005
|
[ 21:51 trevor ]
1.15 archivers/stuffit/Makefile
1.10 astro/linux-setiathome/Makefile
1.20 audio/baudline/Makefile
1.8 audio/linux-arts/Makefile
1.3 audio/linux-mbrola/Makefile
1.5 audio/linux-vsound/Makefile
1.7 audio/teamspeak_client/Makefile
1.6 audio/teamspeak_server/Makefile
1.15 cad/linux-eagle/Makefile
1.2 databases/sybase_ase/Makefile
(Only the first 10 of 138 ports in this commit are shown above. )
Respect the user's USE_LINUX setting.
|
|
Mon, 27 Dec 2004
|
[ 21:28 kris ]
1.24 emulators/rtc/Makefile
Use NO_FETCH instead of a gratuitous do-fetch target.
|
|
Sat, 13 Mar 2004
|
[ 21:20 silby ]
1.23 emulators/rtc/Makefile
1.4 emulators/rtc/pkg-plist
1.15 emulators/rtc/files/rtc.c
Update the rtc device to use dynamic numbering on -current. In order to
accomdate this change, stop using device nodes in /usr/compat/linux/dev
and instead rely on the linuxalator passing through requests to the
real /dev. (This second change also applies to 4.x).
|
|
Wed, 10 Mar 2004
|
[ 09:35 silby ]
1.22 emulators/rtc/Makefile
Bump portrev for last change.
Reminded by: kris
|
[ 09:02 silby ]
1.21 emulators/rtc/Makefile
1.13 emulators/rtc/files/rtc.c
*Actually* make rtc work on post-502104 -CURRENT.
|
|
Wed, 3 Mar 2004
|
[ 10:15 mbr ]
1.20 emulators/rtc/Makefile
1.12 emulators/rtc/files/rtc.c
Make rtc module work with FreeBSD 502104.
|
|
Tue, 24 Feb 2004
|
[ 23:07 silby ]
1.19 emulators/rtc/Makefile
1.11 emulators/rtc/files/rtc.c
Update the rtc driver once again. As of this revision, I believe that
the linux rtc device is being emulated as accurately as possible,
at least in terms of its behavior. Further improvements to its
accuracy will require much more precise measurement.
Device cloning is not yet implemented.
|
|
Wed, 28 Jan 2004
|
[ 08:15 silby ]
1.18 emulators/rtc/Makefile
1.10 emulators/rtc/files/rtc.c
Replace rtc with a revamped version that I've been working on. This version
uses tsleep / selrecord and a worker thread to provide a much better emulation
of the rtc driver, as well as greatly decreased processor usage.
Device cloning as well as a few more tweaks to the emulation are still pending.
|
|
Sat, 10 Jan 2004
|
[ 07:18 marcus ]
1.20 audio/aureal-kmod/Makefile
1.20 devel/linux_kdump/Makefile
1.17 emulators/rtc/Makefile
1.60 emulators/vmware2/Makefile
1.70 emulators/vmware3/Makefile
1.4 graphics/kix-kmod/Makefile
1.5 graphics/plasma-kmod/Makefile
1.26 net/arla/Makefile
1.9 net/ncplib/Makefile
1.2 palm/uppc-kmod/Makefile
(Only the first 10 of 12 ports in this commit are shown above. )
Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
|
|
Thu, 15 May 2003
|
[ 14:07 mbr ]
1.16 emulators/rtc/Makefile
Bump portrevision
|
|
Fri, 4 Apr 2003
|
[ 23:09 nork ]
1.15 emulators/rtc/Makefile
1.5 emulators/rtc/files/Makefile
[Forced commit]
Correct dependency on linux.ko and Bump PORTREVISION.
PR: ports/37992, ports/40973
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Vladimir B. Grebenschikov <vova@sw.ru>
|
|
Sun, 23 Mar 2003
|
[ 12:36 nork ]
1.14 emulators/rtc/Makefile
1.7 emulators/rtc/files/rtc.c
1.4 emulators/rtc/files/rtc.sh
Support post-500104-current.
Submitted by: Marcin Cielak <saper@sgh.waw.pl>
Tested by: freebsd-emulation
|
|
Fri, 7 Mar 2003
|
[ 06:01 ade ]
1.13 emulators/basiliskII/Makefile
1.9 emulators/bfe/Makefile
1.54 emulators/bochs/Makefile
1.2 emulators/cingb/Makefile
1.21 emulators/cpmtools/Makefile
1.2 emulators/darcnes/Makefile
1.9 emulators/dgen-sdl/Makefile
1.7 emulators/freesci/Makefile
1.2 emulators/gbe/Makefile
1.2 emulators/generator/Makefile
(Only the first 10 of 72 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Sun, 16 Sep 2001
|
[ 09:01 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/rtc.c
- Conditionalize bmaj and kqfilter in cdevsw.
|
[ 08:42 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/rtc.c
unknown emulators/rtc/files/rtc_linux.c
- Replace ugly perl substitution hacks with #if's.
|
|
Wed, 14 Mar 2001
|
[ 11:03 knu ]
unknown emulators/rtc/Makefile
Define USE_LINUX, as linux_base must be installed prior to this port.
|
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ]
unknown archivers/arc/Makefile
unknown archivers/bzip/Makefile
unknown archivers/freeze/Makefile
unknown archivers/lha/Makefile
unknown archivers/nulib/Makefile
unknown archivers/pkzip/Makefile
unknown archivers/ppunpack/Makefile
unknown archivers/rar/Makefile
unknown archivers/unrar/Makefile
unknown archivers/zip/Makefile
(Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
|
Fri, 22 Sep 2000
|
[ 19:22 knu ]
unknown emulators/rtc/Makefile
unknown emulators/vmware2/Makefile
unknown palm/hdconv/Makefile
unknown emulators/vmware2/pkg/PLIST
unknown emulators/vmware2/scripts/pre-install
unknown emulators/vmware2/files/vmware
unknown emulators/vmware2/files/vmware.sh
Use LINUXBASE/USE_LINUX variables.
|
[ 13:08 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/rtc.c
unknown emulators/rtc/files/rtc.sh
Update for the latest current. (lminor() -> dev2unit())
|
|
Sun, 10 Sep 2000
|
[ 17:06 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/Makefile
Set KMODDEPS=linux in Makefile. Add $FreeBSD$ tag.
|
|
Thu, 24 Aug 2000
|
[ 16:51 knu ]
unknown emulators/rtc/Makefile
unknown emulators/rtc/files/rtc_linux.c
Chase the recent moving of linux_ioctl.h.
|
Number of commits found: 29 |