aboutsummaryrefslogtreecommitdiff
path: root/audio/mt-daapd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* As previously advertised, remove ports that previously had beenDoug Barton2011-09-301-84/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPRECATED without EXPIRATION_DATE, and the ports that depend on them. audio/mt-daapd Use audio/firefly instead databases/p5-DBIx-Class-Validation Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED devel/p5-Class-Data-Accessor Please consider using p5-Class-Accessor-Grouped or p5-Moose graphics/libflash gplflash is no longer supported. Please use gnash instead graphics/flashplayer Depends on DEPRECATED graphics/libflash japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED net/p5-OAuth-Lite Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED net-mgmt/py-snmp use net-mgmt/py-snmp4 instead net-mgmt/py-twistedSNMP Relies on net-mgmt/py-snmp, which is DEPRECATED net-p2p/gift unmaintained upstream for several years net-p2p/giftcurs unmaintained upstream for several years net-p2p/giftoxic unmaintained upstream for several years net-p2p/giftui unmaintained upstream for several years net-p2p/apollon Depends on net-p2p/gift, which is DEPRECATED textproc/p5-FormValidator-Simple Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/flashplugin-mozilla gplflash is no longer supported. Please use graphics/gnash, \ www/p5-HTML-Widget Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Plugin-AutoRestart Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Example-InstantCRUD Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-Catalyst-Plugin-FormValidator-Simple Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-Catalyst-Plugin-HTML-Widget Depends on www/p5-HTML-Widget, which is DEPRECATED www/asterisk-fop Depends on www/flashplugin-mozilla which is DEPRECATED www/p5-Handel Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-DBIx-Class-HTMLWidget Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-HTML-Widget-DBIC Disappear from CPAN x11-wm/fvwm24 No longer supported by fvwm.org Notes: svn path=/head/; revision=282653
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
| | | | Notes: svn path=/head/; revision=281668
* s/EXPIRATION/EXPIRATION_DATE/Doug Barton2011-09-031-1/+1
| | | | | | | Submitted by: bapt Notes: svn path=/head/; revision=281075
* Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]Doug Barton2011-09-031-0/+1
| | | | | | | | | | | | | Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to change it to something more appropriate. Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the intention. Problem pointed out by: linimon [1] Notes: svn path=/head/; revision=281066
* portlintTilman Keskinoz2011-07-141-7/+6
| | | | | | | | | | | | Add LICENSE_FILE Fix confususion between PREFIX and LOCALBASE PR: 158858 Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer Notes: svn path=/head/; revision=277691
* - Change this port to use the USERS and GROUPS variables [1]Rene Ladan2011-06-061-4/+5
| | | | | | | | | | | | - Deprecate in favor of audio/firefly [2] PR: ports/157507 [1] [2] Submitted by: Chris Rees [utisoft gmail com] [1] maintainer [2] Approved by: maintainer [1] Notes: svn path=/head/; revision=275151
* - Install scripts improvementsFrederic Culot2011-04-071-14/+24
| | | | | | | | | | | | - portlint(1) fixes - PATCH_SITES updated PR: ports/151299 Submitted by: Takefu <takefu AT airport.fm> Approved by: Mark Foster <mark AT foster.cc> (maintainer) Notes: svn path=/head/; revision=272346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* LP64 fixes: normalize truth values rather than truncating to int.Christian Weisgerber2008-07-181-0/+1
| | | | | | | | Approved by: maintainer Obtained from: Arnaud Bergeron <abergeron@gmail.com> Notes: svn path=/head/; revision=217060
* - Update to 0.2.4.2Pav Lucistnik2008-05-011-4/+11
| | | | | | | | | | | - Integrate patch to correct japanese id3 tags PR: ports/113675 (follow up) Submitted by: Takefu <takefu@airport.fm> Approved by: Mark D. Foster <mark@foster.cc> (maintainer) Notes: svn path=/head/; revision=212428
* - Update to 0.2.4.1 (security update)Martin Wilke2007-11-271-6/+4
| | | | | | | | | | | | | - Use SF macro - Pass maintainership to submitter PR: 118015 Submitted by: Mark D. Foster <mark@foster.cc> Approved by: portmgr (pav), secteam (remko), alexbl (old maintainer) Security: http://www.vuxml.org/freebsd/a7080c30-91a2-11dc-b2eb-00b0d07e6c7e.html Notes: svn path=/head/; revision=202843
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* - Update to 0.2.4Ion-Mihai Tetcu2006-06-251-26/+29
| | | | | | | | | | | | | | | | | - convert to USE_RC_SUBR - make sure thread libs are detected/used correctly on all OSVERSIONs - change default database directory to /var/db/mt-daapd. - change default mp3 dir to ${PREFIX}/share/mt-daap - tell users whatvariables to they can set to customize their installation - move pkg-deinstall, pkg-install and files/mt-daapd.conf in FILESDIR to be able to respect user choices. - portlint PR: ports/95190 reworked extensively by me Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> (now maintianer) Notes: svn path=/head/; revision=166288
* Assign to new volunteer due to maintainer-timeouts and no response to email.Mark Linimon2006-06-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=166160
* - Update to 0.2.4Marcus Alves Grando2006-04-141-5/+4
| | | | | | | | | PR: 94305 Submitted by: Alex Varju <freebsd-ports___varju.ca> Approved by: maintainer timeout, 34 days Notes: svn path=/head/; revision=159504
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Chase libid3tag update.Jean-Yves Lefort2005-10-281-1/+2
| | | | Notes: svn path=/head/; revision=146548
* Update to 0.2.3Marcus Alves Grando2005-10-151-1/+1
| | | | | | | | PR: 87485 Submitted by: Meno Abels <meno.abels@adviser.com> (maintainer) Notes: svn path=/head/; revision=145469
* Fwd: mt-daapd patchEdwin Groothuis2004-08-051-7/+20
| | | | | | | | | | harti suggest that you will be able to commit this port update to ports colllection? Submtited by: Meno Abels <meno.abels@adviser.com> Notes: svn path=/head/; revision=115482
* New port: audio/mt-daapdEdwin Groothuis2004-07-191-0/+52
mt-daapd scans a directory for music files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. WWW: http://mt-daapd.sourceforge.net/ PR: ports/64077 Submitted by: Meno Abels <meno.abels@adviser.com> Notes: svn path=/head/; revision=114159