Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Jan 2021 01:27:12
0.0.20111212_2

|
pkubaj  |
multimedia/ptx-kmod: enable on powerpc64le |
15 Jan 2021 20:52:16
0.0.20111212_2

|
pkubaj  |
multimedia/ptx-kmod: enable on powerpc64
MFH: 2021Q1 |
23 Feb 2020 20:46:14
0.0.20111212_2

|
hrs  |
- Fix build on -current.
- Fix PLIST when !DOCS.
- Minor style cleanups. |
11 May 2015 18:34:58
0.0.20111212_1

|
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
07 May 2015 22:47:59
0.0.20111212_1

|
amdmi3  |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
26 Jan 2014 19:22:47
0.0.20111212

|
rene  |
- Support stage
- Include bsd.port.mk once
- Remove comment from myself about KMODDIR
Approved by: portmgr (infrastructure blanket) |
09 Nov 2013 19:13:28
0.0.20111212

|
rene  |
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery |
20 Sep 2013 20:57:49
0.0.20111212

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

|
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 ) |
03 May 2013 19:10:39
0.0.20111212

|
hrs  |
- Trim old-style header.
- Use OPTIONS_DEFINE. |
05 Aug 2012 23:19:40
0.0.20111212
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
25 Jun 2012 10:53:29
0.0.20111212
|
hrs  |
Add kld to CATEGORIES.
Submitted by: Masaki TAGAWA
PR: ports/169368 |
20 Jun 2012 07:48:18
0.0.20111212
|
hrs  |
Style fix: include bsd.port.pre.mk before using SRC_BASE.
Submitted by: jgh
PR: ports/169214 |
14 Jan 2012 08:57:23
0.0.20111212
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
08 Jan 2012 20:38:47
0.0.20111212
|
hrs  |
Update to 20111212. Patches in up0310 and up0345 have been merged. |
17 Jul 2011 22:04:26
0.0.20110326
|
hrs  |
Fix build on 7.x.
Reported by: pav |
17 Jul 2011 21:37:10
0.0.20110326
|
pav  |
- Mark BROKEN on 7.X: does not compile
ptx_proc.c:84: error: too few arguments to function 'kthread_exit'
Reported by: pointyhat |
03 Jul 2011 16:47:58
0.0.20110326
|
hrs  |
Add multimedia/ptx-kmod, a device driver for PT1 and PT2, ISDB-S/ISDB-T tuner
cards from Earth Soft. |