Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 May 2019 09:01:43
20080708

|
amdmi3  |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
22 Sep 2014 12:14:11
20080708

|
bapt  |
Simplify plist |
01 Feb 2014 17:47:32
20080708

|
antoine  |
- Stage support
- Use kmod |
20 Sep 2013 23:06:00
20080708

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

|
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 ) |
17 Mar 2013 14:20:20
20080708

|
danfe  |
In categories starting with [n-s], remove empty lines (and also few cases of
trailing slashes) from pkg-plist. |
19 Mar 2011 12:38:54
20080708
|
miwi  |
- Get Rid MD5 support |
17 Aug 2009 05:27:02
20080708
|
linimon  |
Reset thinker@branda.to due to maintainer-timeouts and no response to
email. While here, tighten up comments and pet portlint.
Hat: portmgr |
19 Jul 2008 16:06:37
20080708
|
miwi  |
vordog is a collection of a driver and a user space daemon for FreeBSD to
leverage watchdog timer of Vortex86 SoC . vordog is also watchdog(9)
compatible. It is as a timer source of watchdog(9), you can use it with
watchdog(4), watchdog(8), and watchdogd(8).
You can get vordog from repository with Mercurial.
WWW: http://www.assembla.com/spaces/vordog
PR: ports/125409
Submitted by: Kueifeng Li <thinker at branda.to> |