Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 Jan 2021 01:46:09
0.3_2

|
linimon  |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
15 Nov 2020 09:06:24
0.3_2

|
linimon  |
Mark various ports BROKEN on aarch64.
Obtained from: local run @lonesome.com |
23 Sep 2020 18:18:38
0.3_2

|
linimon  |
Also mark broken on powerpc64le (untested, but will fail same way). |
27 May 2017 15:33:43
0.3_2

|
linimon  |
Mark some ports failing on armv6: implicit declaration of function
'cp15_pmccntr_get' is invalid in C99.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
29 Apr 2017 07:04:49
0.3_2

|
linimon  |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
21 Apr 2016 16:43:15
0.3_2

|
swills  |
many ports: mark broken on powerpc64 |
14 Dec 2015 02:52:14
0.3_2

|
eadler  |
Reset maintainer |
22 May 2015 13:34:22
0.3_2

|
mat  |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
14 Nov 2014 18:51:33
0.3_2

|
nox  |
(Attempt to) fix build on head after removal of @ symlink. (r274184)
Submitted by: beefy1 via pkg-fallout |
30 Oct 2014 22:15:10
0.3_2

|
nox  |
(Attempt to) fix build on head.
Submitted by: beefy1 via pkg-fallout |
22 Sep 2014 09:24:44
0.3_2

|
bapt  |
Simplify plist |
26 Jan 2014 15:55:43
0.3_2

|
nox  |
Remove duplicate SSP_UNSAFE that's already set by USES= kmod.
Submitted by: danfe |
26 Jan 2014 15:31:22
0.3_2

|
nox  |
Stagaing also no longer needs running kldxref in do-install. |
26 Jan 2014 15:13:04
0.3_2

|
nox  |
- Switch to USES= kmod.
- Stagify.
- Remove obsolete ${OSVERSION} < 800000 check. |
04 Dec 2013 18:53:53
0.3_2

|
nox  |
- Update WWW after forum update.
- Bump PORTREVISION. |
20 Sep 2013 16:03:29
0.3_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
20 Sep 2013 12:54:55
0.3_1

|
bdrewery  |
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 ) |
18 Jul 2013 17:29:09
0.3_1

|
nox  |
Fix a parallel build race.
Submitted by: pointyhat via miwi |
09 Sep 2012 13:54:16
0.3_1

|
nox  |
Looks like I never tested irrecord... This patch fixes it. |
31 Aug 2012 21:13:05
0.3

|
nox  |
Fix build on recent(ish) 9.x (after r235405 i.e. MFC of r228631.) |
27 May 2012 06:37:36
0.3
|
linimon  |
Mark broken on powerpc and sparc64: "error: uart.h: No such file or directory".
Hat: portmgr |
13 May 2012 16:06:05
0.3
|
nox  |
This is a driver for "homebrew" type serial LIRC reveivers as
described here:
http://lirc.org/receivers.html
It overrides the `normal' uart(4) driver, if you have that driver
already loaded or statically in your kernel (like it is in GENERIC)
then you need to load uartlirc.ko from loader.conf(5) (or manually
via the loader prompt) for the override to work. The driver provides
a /dev/lircX node for each serial port in addition to the normal
tty nodes /dev/cuauX etc, so you can still use other serial ports
normally should you have more than one.
Note: it only supports PCI/motherboard serial ports not ones connected
via USB, for USB you can use mceusb hardware supported via webcamd,
or FTDI hardware supported by comms/lirc natively via libftdi, see:
http://wiki.freebsd.org/WebcamCompat
and the comms/lirc port's pkg-message.
WWW: http://forums.freebsd.org/showthread.php?p=175029 |