aboutsummaryrefslogtreecommitdiff
path: root/net/minidlna/files
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Fix my own patch to stop accumulation of zombie-processes.Mikhail Teterin2012-01-095-7/+188
| | | | | | | | | | Reported by: se@, Sergey Grigoriev, Stefan Sundberg Add a handful of patches accepted by the author from different people. Bump PORTREVISION. Notes: svn path=/head/; revision=288842
* Cast a size_t variable to ssize_t to prevent negatives being interpretedMikhail Teterin2011-12-222-3/+2
| | | | | | | | | | | | | as huge positives. Bump PORTREVISION. Explicitly turn off the "deprecated-declarations" warning, which allows to delete the NO_WERROR setting from BSDmakefile. PR: 162526 Submitted by: Wes Santee Notes: svn path=/head/; revision=287883
* Upgrade to the latest version from author: 1.0.22Mikhail Teterin2011-09-216-688/+299
| | | | Notes: svn path=/head/; revision=282097
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+3
| | | | Notes: svn path=/head/; revision=276239
* Incorporate dougb's advice into the rc.d start-up script.Mikhail Teterin2010-12-182-190/+106
| | | | | | | | | Clean up our BSD-specific version of getifaddr.c of the #ifdef __linux__ bits and pieces, and put some semblance of BSD's preferred coding style into the file... Notes: svn path=/head/; revision=266554
* Add the port of minidlna -- the DLNA-speaking service.Mikhail Teterin2010-12-1412-0/+1323
(Took me 6 months to come up with the etc/rc.d/ script...) Notes: svn path=/head/; revision=266271