summaryrefslogtreecommitdiff
path: root/net/mpd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Use USE_RC_SUBR instead of custom hacks which did not seem to work correctlyVasil Dimov2007-01-101-3/+5
| | | | | | | | | * Fix typo in the startup script Reported by: Wojciech Puchar <wojtek@tensor.3miasto.net> (on ports@) Notes: svn path=/head/; revision=181952
* - Fix build with gcc 4.XMartin Wilke2006-12-162-0/+30
| | | | | | | | PR: ports/106746 Submitted by: trasz Notes: svn path=/head/; revision=179923
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Some fixes to the rc.d startup script.Archie Cobbs2006-02-191-2/+2
| | | | | | | | Submitted by: Michael Proto <mike@jellydonut.org> PR: ports/93486 Notes: svn path=/head/; revision=156397
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* Fix segfault on AMD64.Archie Cobbs2005-10-013-0/+125
| | | | | | | PR: ports/83602 Notes: svn path=/head/; revision=143927
* Make this port rcNG compliant.Archie Cobbs2005-02-141-32/+24
| | | | | | | PR: ports/75516 Notes: svn path=/head/; revision=128857
* Update to version 3.18; this also fixes build failure on -current.Archie Cobbs2004-05-041-17/+0
| | | | Notes: svn path=/head/; revision=108383
* Create /usr/local/etc/rc.d if it doesn't already exist.Archie Cobbs2004-04-151-0/+4
| | | | | | | PR: ports/65564 Notes: svn path=/head/; revision=107136
* Include patch that fixes ports/62477.Archie Cobbs2004-04-131-0/+17
| | | | Notes: svn path=/head/; revision=106929
* Add sample startup script.Archie Cobbs2003-11-221-0/+37
| | | | Notes: svn path=/head/; revision=94727
* Remove patches left over from the old mpd port.Archie Cobbs2002-04-012-35/+0
| | | | Notes: svn path=/head/; revision=57151
* Toss in an ugly hack to cope with the fact that va_list is a non-scalarSteve Price1999-09-201-0/+24
| | | | | | | on FreeBSD/Alpha. Notes: svn path=/head/; revision=21790
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Unbreak egcs compilation by removing -Werror flag instead of fixing allArchie Cobbs1999-04-302-15/+11
| | | | | | | | | the warnings (it's easier, and a couple of the fixes were incorrect anyway). The next version of mpd will have these warnings fixed, at which time -Werror may be restored... though doing so is debatable in the first place. Notes: svn path=/head/; revision=18239
* Unbreak (Makefile defines -Werror, which is causing problems in the newKris Kennaway1999-04-301-0/+15
| | | | | | | | | world order of egcs due to some trivial warnings). Prompted by: bento.freebsd.org Notes: svn path=/head/; revision=18220
* Update to mpd-2.0b1.Archie Cobbs1999-02-262-19/+24
| | | | Notes: svn path=/head/; revision=16900
* Update to version 1.0 beta 5.Steve Price1998-09-191-19/+19
| | | | | | | | PR: 7947 Submitted by: maintainer Notes: svn path=/head/; revision=13261
* PR:4507Julian Elischer1997-09-101-34/+5
| | | | | | | | | Reviewed by: archie cobbs Submitted by: andy@icc.surw.chel.su upgrade to newer mpd Notes: svn path=/head/; revision=7851
* Multilink ppp daemon. Note this port is marked BROKEN for now; I can'tSatoshi Asami1997-06-101-0/+48
get it to compile on -current. Will fix later. PR: 3765 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=6836