aboutsummaryrefslogtreecommitdiff
path: root/net/minidlna/files
Commit message (Collapse)AuthorAgeFilesLines
* Revert upstream change which prevents minidlna from replying toGuido Falsi2016-01-151-4/+16
| | | | | | | | | | | | certain multicast queries. PR: 205430 Submitted by: pvoigt@uos.de Approved by: wg (maintainer, implicit) MFH: 2016Q1 Notes: svn path=/head/; revision=406193
* Update to 1.1.5Guido Falsi2015-12-182-45/+0
| | | | | | | | | PR: 205389 Submitted by: me Approved by: wg (maintainer) Notes: svn path=/head/; revision=403959
* net/minidlna: update to 1.1.3William Grzybowski2014-06-183-240/+15
| | | | | | | | | | | - Update to 1.1.3 [1] - Update kqueue patch PR: 191078 [1] Submitted by: spil.oss gmail com Notes: svn path=/head/; revision=358288
* net/minidlna: fix multicast and clang buildWilliam Grzybowski2014-05-292-0/+22
| | | | | | | Submitted by: se (via email) Notes: svn path=/head/; revision=355719
* net/minidlna: update kqueue patchWilliam Grzybowski2013-12-271-1/+37
| | | | | | | | | | - Update kqueue patch to workaround issue waiting for the file transfer to complete Submitted by: se Notes: svn path=/head/; revision=337804
* net/minidlna: fix build with debug and add optionWilliam Grzybowski2013-12-261-0/+11
| | | | | | | Submitted by: se Notes: svn path=/head/; revision=337486
* net/minidlna: fix for kqueue crashes on large media collectionsWilliam Grzybowski2013-12-261-0/+21
| | | | | | | | | | | - Fix for kqueue crashes on large media collections [1] - Make kqueue patch as an option so it can be disabled PR: ports/185155 [1] Submitted by: se Notes: svn path=/head/; revision=337482
* net/minidlna: use newer kqueue patchWilliam Grzybowski2013-12-161-327/+602
| | | | | | | | - Use newer kqueue patch - Use autotools to regenerate configure required for the patch Notes: svn path=/head/; revision=336641
* net/minidlna: fix patch for kqueue supportWilliam Grzybowski2013-12-157-795/+520
| | | | Notes: svn path=/head/; revision=336516
* net/minidlna: add kqueue support patchWilliam Grzybowski2013-11-277-1/+796
| | | | | | | Obtained from: http://sourceforge.net/p/minidlna/patches/106/ Notes: svn path=/head/; revision=335025
* net/minidlna: update to 1.1.1William Grzybowski2013-11-053-1058/+11
| | | | | | | | | - Update to 1.1.1 - Fix build for non-default LOCALBASE - Use options helpers Notes: svn path=/head/; revision=332862
* net/minidlna: remove required dirsWilliam Grzybowski2013-07-261-1/+0
| | | | | | | | | - Remove required dirs from rc.d, it is already ensured with install cmd Reported by: tdb Notes: svn path=/head/; revision=323762
* net/minidlna: fix run dir for packagesWilliam Grzybowski2013-06-191-5/+6
| | | | | | | | | | | | - Use rc.d script to install /var/{db,run}/minidlna as precmd - Fix order (rclint) PR: ports/179487 Submitted by: crees Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321321
* - Update to 1.1.0William Grzybowski2013-06-0921-1651/+182
| | | | | | | | | | Changes: http://sourceforge.net/projects/minidlna/files/minidlna/1.1.0/ Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320407
* Fix build when flac is compiled WITHOUT_NLSChris Rees2013-05-042-1/+1
| | | | | | | | PR: ports/177803 Approved by: william (maintainer) Notes: svn path=/head/; revision=317329
* - Update to 1.0.25.Felippe de Meirelles Motta2013-03-195-469/+596
| | | | | | | | | | | - Pass maintainership to submitter. PR: ports/176327 Submitted by: William Grzybowski <william88@gmail.com> Approved by: Mikhail T. <mi@aldan.algebra.com> Notes: svn path=/head/; revision=314685
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Allow this FreeBSD7-only patch to apply before or after patch-warnings.Mikhail Teterin2012-05-091-16/+4
| | | | | | | Notified by: pav@ Notes: svn path=/head/; revision=296321
* Minor fix-ups quick on the heels of the upgrade:Mikhail Teterin2012-05-082-10/+1
| | | | | | | | * run rescan as `dlna' (rather than as `root') * SQLite does not understand ALL of printf's formatting... Notes: svn path=/head/; revision=296187
* Update to 1.0.24. Remove some of the patches already incorporated byMikhail Teterin2012-05-0814-322/+1912
| | | | | | | | | | | | | | | | | the author. Add some new ones. Add "rescan" subcommand to the startup script: Obtained from: Rafal Szkodzinski Replace the pinguin icon with Beastie: Obtained from: Vladimir B. Grebenschikov Thanks to: above contributors and other testers. Notes: svn path=/head/; revision=296184
* 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