non port: emulators/rtc/Makefile |
SVNWeb
|
Number of commits found: 46 |
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 27eb52a (Only the first 10 of 118 ports in this commit are shown above. )
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 14 Sep 2020
|
[ 05:44 vanilla ]
Add 'uidfix' to allow package building by non-root
PR: 249264
Submitted by: maintainer
|
Tue, 1 Sep 2020
|
[ 09:04 pi ]
emulators/rtc: update 2004.02.24.1 -> 2020.07.07.1
- submitter becomes maintainer
- Install kmod into /boot/modules instead of /usr/local
- Cleared out bits dating back to pre-devfs
- Removed #ifdef bits related to FreeBSD <= 4.X and FreeBSD <= 8.X
- Olegs fixes for FreeBSD 11.X and FreeBSD 12.X+
- Removed "USES= linux uidfix" - whilst this provides functionality
that is "often" used by linux programs, that's not necessarily the
case, and this module doesn't require any linux subsystem or
kernel MOD to operate.
- Removed oldstyle rtc.sh - include pkg-message showing how to load
from the rc.conf "kld_list" mechanism.
- Fixed typo in "test.c" -> /dec -> /dev
- Fixed path to "rtc.h" in "test.c"
PR: 233057
Submitted by: Jamie Landeg-Jones <jamie@catflap.org>
|
Wed, 9 Oct 2019
|
[ 14:14 tobik ] (Only the first 10 of 13 ports in this commit are shown above. )
Drop nop NO_FETCH, NO_WRKSRC, NO_MAN, NOMAN
|
Tue, 23 Oct 2018
|
[ 16:34 jbeich ] (Only the first 10 of 45 ports in this commit are shown above. )
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
|
Sun, 18 Mar 2018
|
[ 15:26 linimon ]
Mark as broken on FreeBSD 12. This ought to be an easy fix for someone
who has time.
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (Only the first 10 of 303 ports in this commit are shown above. )
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above )
|
Sat, 13 Sep 2014
|
[ 13:19 antoine ]
- Allow staging as a regular user
- Fix build on head
|
Fri, 8 Nov 2013
|
[ 19:52 rene ]
- Add stage support
- Only include bsd.port.mk once
|
Sun, 3 Nov 2013
|
[ 16:46 rene ]
Convert to USES=kmod
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
[ 12:54 bdrewery ] (Only the first 10 of 61 ports in this commit are shown above. )
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above )
|
Tue, 22 May 2012
|
[ 06:15 jgh ]
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by: maintainer, emulation
|
Mon, 7 Mar 2011
|
[ 15:08 ehaupt ] (Only the first 10 of 73 ports in this commit are shown above. )
Unify maintainer address for emulation ports.
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org)
Discussed with: netchild (emulation)
|
Wed, 26 Aug 2009
|
[ 04:40 bland ]
Add ports with kernel modules to 'kld' virtual category.
PR: 137823
|
Mon, 5 Jan 2009
|
[ 19:44 pav ] (Only the first 10 of 103 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Wed, 3 Oct 2007
|
[ 23:00 edwin ]
Remove support for OSVERSION < 5
|
Sat, 6 Jan 2007
|
[ 15:02 netchild ]
Only mknod where appropriate (!devfs case).
|
Sat, 25 Feb 2006
|
[ 23:39 netchild ]
Unbreak port and make it a little bit more package friendly.
Approved by: portmgr (kris)
|
Mon, 20 Feb 2006
|
[ 01:44 kris ]
BROKEN: Incomplete pkg-plist
|
Sun, 29 Jan 2006
|
[ 16:09 netchild ]
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 ]
- 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
|
[ 06:39 silby ]
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
|
[ 22:59 netchild ] (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 ] (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 ]
Use NO_FETCH instead of a gratuitous do-fetch target.
|
Sat, 13 Mar 2004
|
[ 21:20 silby ]
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 ]
Bump portrev for last change.
Reminded by: kris
|
[ 09:02 silby ]
*Actually* make rtc work on post-502104 -CURRENT.
|
Wed, 3 Mar 2004
|
[ 10:15 mbr ]
Make rtc module work with FreeBSD 502104.
|
Tue, 24 Feb 2004
|
[ 23:07 silby ]
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 ]
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 ] (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
|
[ 13:07 mbr ]
Bump portrevision
|
Fri, 4 Apr 2003
|
[ 22:09 nork ]
[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 ]
Support post-500104-current.
Submitted by: Marcin Cielak <saper@sgh.waw.pl>
Tested by: freebsd-emulation
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (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
|
[ 08:01 knu ]
- Conditionalize bmaj and kqfilter in cdevsw.
|
[ 07:42 knu ]
- Replace ugly perl substitution hacks with #if's.
|
Wed, 14 Mar 2001
|
[ 11:03 knu ]
Define USE_LINUX, as linux_base must be installed prior to this port.
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ] (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
|
[ 18:22 knu ]
Use LINUXBASE/USE_LINUX variables.
|
[ 12:08 knu ]
Update for the latest current. (lminor() -> dev2unit())
|
Sun, 10 Sep 2000
|
[ 16:06 knu ]
Set KMODDEPS=linux in Makefile. Add $FreeBSD$ tag.
|
Thu, 24 Aug 2000
|
[ 15:51 knu ]
Chase the recent moving of linux_ioctl.h.
|
Number of commits found: 46 |