Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2 04 Jun 2013 21:54:49 |
bapt |
2013-03-05 devel/linux-js: Broken for more than 6 month
emulators/osmose: depends on expired devel/linux-js |
28 Mar 2013 15:51:17
|
eadler |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
2.2 05 Feb 2013 15:07:11 |
bapt |
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix |
2.2 05 Aug 2012 20:46:40 |
dougb |
Remove a bogus use of USE_RCORDER, and while I'm here move the files
*.sh.in -> *.in, and tune them up. |
2.2 12 Jun 2012 09:17:03 |
bapt |
Convert to new options framework |
2.2 14 Jan 2012 08:57:23 |
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. |
2.2 07 Nov 2011 04:24:55 |
miwi |
- Get rid FreeBSD 6 support |
2.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.2 17 Dec 2010 03:51:24 |
linimon |
Use the $SRC_BASE Makevar instead of hard-coding.
Hat: portmgr |
2.2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.2 20 Dec 2009 16:16:00 |
linimon |
Maintainer was reset over a year ago. |
2.2 02 Jun 2009 18:55:23 |
erwin |
Mark BROKEN on 8.x: does not build |
2.2 05 Jan 2009 19:44:02 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
2.2 01 May 2008 13:14:23 |
okazaki |
Fix for 7.x ABI breakage.
PR: 120118
Submitted by: Teemu Korhonen |
2.2 29 Apr 2008 05:11:44 |
linimon |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
2.2 26 Jan 2008 22:24:58 |
pav |
- Mark IGNORE on FreeBSD 7.x and up, kernel module cannot be loaded
PR: ports/118972
Submitted by: Marcus von Appen <mva@sysfault.org>
Approved by: maintainer timeout (jylefort; 1 month) |
2.2 29 Jun 2007 09:16:42 |
linimon |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr |
2.2 13 Apr 2006 08:35:31 |
jylefort |
Version 2.2:
- Make linux_js.ko depend on the linux module, otherwise it won't
load unless the linux module is loaded or compiled into the kernel
- Conditionalize Linux mode support |
2.1 28 Mar 2006 20:12:52 |
jylefort |
Version 2.1:
- A 5.x build failure has been fixed
- A minor formatting issue in the linux_js manpage has been fixed |
2.0 21 Mar 2006 16:03:50 |
jylefort |
Version 2.0:
- USB joystick support has been added
- Calling select() with a large timeout did not work properly: fixed
- Short reads (< sizeof(struct js_event)) did not work: fixed
- The JSIOCGCORR/JSCIOCSCORR ioctls now handle all the axes
- Each joystick is now presented as a separate js device
- A manual page has been added |
1.0 05 Feb 2006 03:12:50 |
jylefort |
Add linux-js.
This port provides a FreeBSD kernel module implementing the Linux joystick
interface (/dev/input/js0), as well as calibration (jscal) and test (jstest)
utilities. |