Commit graph

16 commits

Author SHA1 Message Date
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
hans
2cb7294221 Fix build on SunOS. 2012-01-11 19:51:26 +00:00
obache
c5d8a2a356 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
joerg
d1af639c89 DESTDIR ready 2010-02-01 01:16:24 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
joerg
934e055ec2 Convert @exec/@unexec to @pkgdir or drop them. 2009-06-14 18:10:28 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
adrianp
25bd250487 Add howl support from Daniel Hagerty in PR#40196
Take joerg@'s example on how to add in support and as a result we don't need
 the change suggested in PR#40194
No change to the default build
2008-12-20 14:12:28 +00:00
tron
9745c176af Make interface scanning in mDNS code work under NetBSD 4.99.32(?) and
newer. The daemon works again under 5.0_BETA on my system now.
Bump package revision because of this bug fix.
2008-11-23 22:57:05 +00:00
adrianp
dbdf9f9259 0.2.4.2
Small bug fixes for port order on mdns advertisement on intel macs, playlists based on bitrate. Primarly, though, this release is to apply fix for CVE-2008-1771. Thanks to Nico Golde for bringing it to light.
0.2.4.1
Security updates for two DOS and one format string vulnerability.
2008-05-14 21:12:12 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
adrianp
1ed57cc66f Add a missing PKG_GROUPS line that was causing build failures. 2007-02-17 16:39:23 +00:00
tron
658c5a6a63 Use FreeBSD compatibility code in interface scanning routing for NetBSD
and DragonFlyBSD, too. This makes the mDNS code work on systems with IPv6
(or pflog(4)?) enabled.

Bump package revision because of this fix.
2007-02-05 22:23:06 +00:00
adrianp
13fc33e6fd Create an ${MTDAAPD_GROUP} and use that instead of ${ROOT_GROUP}
Pointed out by tron@
2007-02-04 19:57:09 +00:00
joerg
23a4742ad8 s/MAXNAMLEN/NAME_MAX/ and fix pthread test in configure. 2006-12-06 16:41:26 +00:00
adrianp
e122ded917 mt-daapd is a program which acts as an iTunes (DAAP) server for Linux
and other POSIX unixes. It may eventually support Win32 as well.

Some random features that it supports:
Supports the Roku SoundBridge (query/browse/index support)
Supports periodic rescans of the database
Can advertise shoutcast streams
Supports password-protected shares
Is web-configurable and managable
Support dynamic playlists, like iTunes "Smart playlists"
Probably other things I've forgotten

All is not perfect, however. Currently, there are several drawbacks to it:
database is indexed by inode, so all music must be on one filesystem
browse by artist is slow on Roku, times out (with large databases ~10K songs)
Probably other things I've forgotten
2006-10-20 20:28:28 +00:00