non port: comms/lirc/files/lircd.sh.in |
SVNWeb
|
Number of commits found XX: 6 |
Sun, 5 Aug 2012
|
[ 23:19 dougb ]
302141 audio/gnump3d/Makefile
302141 audio/gnump3d/files/gnump3d.in
302141 audio/gnump3d/files/gnump3d.sh.in
302141 audio/icecast2/Makefile
302141 audio/icecast2/files/icecast2.in
302141 audio/icecast2/files/icecast2.sh.in
302141 audio/ices0/Makefile
302141 audio/ices0/files/ices0.in
302141 audio/ices0/files/ices0.sh.in
302141 audio/liquidsoap/Makefile
(Only the first 10 of 936 ports in this commit are shown above. )
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
|
Sat, 14 Jan 2012
|
[ 08:57 dougb ]
1.5 astro/gpsd/files/gpsd.in
1.3 astro/gpxloggerd/files/gpxloggerd.in
1.5 audio/aureal-kmod/files/aureal.in
1.4 audio/autocd/files/autocd.in
1.3 audio/darkice/files/darkice.in
1.3 audio/ezstream/files/ezstream.in
1.4 audio/firefly/files/mt-daapd.in
1.5 audio/gnump3d/files/gnump3d.sh.in
1.9 audio/icecast2/files/icecast2.sh.in
1.5 audio/ices0/files/ices0.sh.in
(Only the first 10 of 951 ports in this commit are shown above. )
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.
|
Sat, 26 Feb 2011
|
[ 22:11 nox ]
1.43 audio/mp3blaster/Makefile
1.134 audio/rhythmbox/Makefile
1.45 audio/rhythmbox/pkg-plist
1.34 comms/lirc/Makefile
1.6 comms/lirc/distinfo
1.4 comms/lirc/files/lircd.sh.in
1.4 comms/lirc/files/patch-configure
1.1 comms/lirc/files/patch-configure.ac
1.2 comms/lirc/files/patch-daemons::Makefile.in
1.1 comms/lirc/files/patch-daemons::hw-types.c
(Only the first 10 of 31 ports in this commit are shown above. )
- Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
USB DVB tuner remotes supported by the Linux code), and enable
support for a few more USB devices while we're at it tho of those
only an FTDI-based one was tested:
http://www.huitsing.nl/irftdi/ [1]
- Fix plist for audio/rhythmbox and multimedia/totem and
add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
multimedia/xine when building them with (optional) lirc support. [2]
- Chase liblirc_client shlib version bump for ports depdending on it
and bump PORTREVISIONs for ports depending on it by default.
Approved by: portmgr (miwi) [2]
Thanks to: Warren Block <wblock@wonkity.com> for testing [1]
|
Sat, 27 Mar 2010
|
[ 00:15 dougb ]
1.4 accessibility/speech-dispatcher/files/speechd.in
1.2 astro/gpsd/files/gpsd.in
1.2 audio/aureal-kmod/files/aureal.in
1.3 audio/autocd/files/autocd.in
1.2 audio/ezstream/files/ezstream.in
1.3 audio/firefly/files/mt-daapd.in
1.4 audio/gnump3d/files/gnump3d.sh.in
1.6 audio/icecast2/files/icecast2.sh.in
1.2 audio/liquidsoap/files/liquidsoap.sh.in
1.3 audio/mpdas/files/mpdas.in
(Only the first 10 of 798 ports in this commit are shown above. )
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
Wed, 15 Jul 2009
|
[ 16:56 dougb ]
1.3 audio/ices0/files/ices0.sh.in
1.9 audio/slimserver/files/slimserver.sh.in
1.14 audio/squeezecenter/files/squeezecenter.sh.in
1.4 audio/ventrilo-server/files/ventrilo-server.sh.in
1.2 comms/lirc/files/lircd.sh.in
1.2 comms/qpage/files/qpage.in
1.2 comms/ser2net/files/ser2net.in
1.3 comms/thebridge/files/tbd.in
1.3 databases/pgbouncer/files/pgbouncer.sh.in
1.3 databases/postgresql73-server/files/postgresql.in
(Only the first 10 of 213 ports in this commit are shown above. )
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
Fri, 19 Jan 2007
|
[ 02:27 bland ]
1.23 comms/lirc/Makefile
1.5 comms/lirc/distinfo
1.1 comms/lirc/files/lircd.sh.in
1.3 comms/lirc/files/patch-configure
1.5 comms/lirc/pkg-plist
- Update to 0.8.0
- Hack configure so produced daemon binary is ready to use
with third party kernel drivers.
- Make libirman support optional.
- Move daemon communication sockets under /var/run/lirc.
- Add startup script.
- Use bzip2.
- Minor cleanups.
Approved by: maintaner
|
Number of commits found XX: 6 |
|
Latest Vulnerabilities |
13 vulnerabilities affecting 98 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-21 13:20:51
|
|