aboutsummaryrefslogtreecommitdiff
path: root/net/minidlna
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.5Guido Falsi2015-12-185-52/+5
| | | | | | | | | PR: 205389 Submitted by: me Approved by: wg (maintainer) Notes: svn path=/head/; revision=403959
* Convert to @sampleBaptiste Daroussin2015-09-241-3/+1
| | | | Notes: svn path=/head/; revision=397778
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* net/minidlna: update to 1.1.4William Grzybowski2014-08-292-4/+3
| | | | Notes: svn path=/head/; revision=366522
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* net/minidlna: update to 1.1.3William Grzybowski2014-06-185-244/+18
| | | | | | | | | | | - 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-293-0/+23
| | | | | | | Submitted by: se (via email) Notes: svn path=/head/; revision=355719
* net/minidlna: update to 1.1.2William Grzybowski2014-05-243-5/+4
| | | | | | | | PR: ports/189713 Submitted by: Bartek Rutkowski <ports at robakdesign com> Notes: svn path=/head/; revision=355020
* net/minidlna: update kqueue patchWilliam Grzybowski2013-12-272-2/+38
| | | | | | | | | | - 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-262-1/+13
| | | | | | | Submitted by: se Notes: svn path=/head/; revision=337486
* net/minidlna: fix for kqueue crashes on large media collectionsWilliam Grzybowski2013-12-262-2/+31
| | | | | | | | | | | - 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-162-329/+606
| | | | | | | | - 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-158-796/+521
| | | | Notes: svn path=/head/; revision=336516
* net/minidlna: add kqueue support patchWilliam Grzybowski2013-11-278-1/+797
| | | | | | | Obtained from: http://sourceforge.net/p/minidlna/patches/106/ Notes: svn path=/head/; revision=335025
* net/minidlna: update to 1.1.1William Grzybowski2013-11-055-1071/+20
| | | | | | | | | - Update to 1.1.1 - Fix build for non-default LOCALBASE - Use options helpers Notes: svn path=/head/; revision=332862
* Man pages are automatically compressedBaptiste Daroussin2013-09-241-2/+2
| | | | Notes: svn path=/head/; revision=328111
* net/minidlna: allow stagingWilliam Grzybowski2013-09-232-15/+13
| | | | | | | | - Allow stating - Convert lib depends to new format Notes: svn path=/head/; revision=328007
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* net/minidlna: remove required dirsWilliam Grzybowski2013-07-262-1/+1
| | | | | | | | | - 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-192-8/+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-0924-1676/+220
| | | | | | | | | | Changes: http://sourceforge.net/projects/minidlna/files/minidlna/1.1.0/ Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320407
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-1/+1
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* - Change MAINTAINER address of all my portsWilliam Grzybowski2013-05-151-1/+1
| | | | | | | Approved by: culot (mentor) Notes: svn path=/head/; revision=318257
* Fix build when flac is compiled WITHOUT_NLSChris Rees2013-05-043-1/+12
| | | | | | | | PR: ports/177803 Approved by: william (maintainer) Notes: svn path=/head/; revision=317329
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - Update to 1.0.25.Felippe de Meirelles Motta2013-03-197-474/+600
| | | | | | | | | | | - 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
* - graphics/libexif:Po-Chien Lin2013-03-141-6/+2
| | | | | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a Notes: svn path=/head/; revision=314141
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* 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-0816-326/+1915
| | | | | | | | | | | | | | | | | 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
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* 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-096-8/+189
| | | | | | | | | | 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-223-3/+3
| | | | | | | | | | | | | 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-219-699/+306
| | | | Notes: svn path=/head/; revision=282097
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-242-2/+4
| | | | Notes: svn path=/head/; revision=276239
* - Bump PORTREVISION to chase the update of libexifWen Heping2011-03-041-0/+1
| | | | Notes: svn path=/head/; revision=270222
* 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-1416-0/+1388
(Took me 6 months to come up with the etc/rc.d/ script...) Notes: svn path=/head/; revision=266271