Commit graph

43 commits

Author SHA1 Message Date
joerg
1cd14820ab Redo ext/hashmap handling. 2014-08-19 13:30:39 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
joerg
d207886491 Add missing include. Don't define hash<string> manually, it exists in
<functional> since GCC 4.1.
2013-05-06 14:17:27 +00:00
asau
2fead99d50 "user-destdir" is default these days 2012-09-11 23:59:21 +00:00
hans
72a0cc4c71 Fix build on SunOS. 2012-02-15 21:20:24 +00:00
joerg
6c00ce87e5 Always include string.h 2011-11-26 17:09:32 +00:00
marino
d47a7f3cbd audio/daapd: Fix DragonFly breakage
To allow this package to build on DragonFly:
1) Fix bad #elif
2) Add <string.h> for DragonFly
This shouldn't affect the binary package for other platforms, and it's
never built on DragonFly, so no PKGREVISION bump required.
2011-11-20 17:46:34 +00:00
dholland
f7392b1d0c Not MAKE_JOBS_SAFE. 2011-11-13 14:47:26 +00:00
dholland
eb556f93a8 Patch a configure script to use valid C++, because the package's build
system runs it with CC set to "c++". Should fix the clang build.
2011-09-12 05:01:15 +00:00
joerg
064ee10f48 DESTDIR support 2010-02-01 00:59:27 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
drochner
5932fd122b build against libmp4v2 instead of the full mpeg4ip and bump PKGREVISION
where the default build is affected
2007-02-09 20:32:38 +00:00
wiz
609b0c95c4 Remove PKG_OPTIONS_LEGACY_OPTS after 3 branches, and split
options handling into options.mk file.
2007-01-30 07:05:58 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
tron
8eb92b645b Remove superfluous patch. 2006-07-03 15:51:46 +00:00
tron
7224b30e48 Fix questionable C++ code instead of using "-ffriend-injection" option
(which might be removed from future GCC versions) to make this build
with GCC 4.1.x.

Patch tested by Thomas 'wiz' Klausner.
2006-07-03 13:58:30 +00:00
tron
5e15869e82 Fix build with GCC 4.x:
- Use "-ffriend-injection" to get "daaplib" to build again.
- Use proper return values in iterators in "libhttpd-persistent".
2006-07-03 02:18:15 +00:00
tonio
63b57883df add PKG_OPTIONS_LEGACY_OPTS, thanks dillo ! 2006-05-31 10:54:42 +00:00
tonio
f30a78b46e Change the "faad" option to "mpeg4ip", and adapt the dependency accordingly:
the faad2 package do no more give the functionality asked by daapd: this is
given by multimedia/mpeg4ip
2006-05-31 07:56:20 +00:00
tonio
ddb87455da Update daapd to 0.2.4b
- remove patch-ab, as it is applied upstream

This should fix PR 33258

Changelog:
05/03/2006
daapd 0.2.4b. Two small changes to adapt daapd to the current versions of
  MaxOS X (10.4.x) and iTunes (6.0.4)
2006-04-23 18:25:27 +00:00
tonio
9e4d5c4041 Fix daapd with iTunes 6.0.4 (3) 2006-03-03 14:40:02 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tonio
fcec47e1de Re-add faad option, to enable mpeg4ip support (to share AAC files) 2006-01-24 15:18:38 +00:00
joerg
518fd771a8 Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage. 2006-01-12 16:45:37 +00:00
tron
4ebec737dc Fix small shell script error which I forgot to fix. 2006-01-01 18:34:13 +00:00
tron
c969db5b7f Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d:
- static playlists
- daapd parses paths with backslashes correctly now
- bugfixes
2006-01-01 18:32:01 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tonio
44e5bf02a3 add an option for enabling AAC support in daapd 2005-10-11 12:20:57 +00:00
joerg
eebabd489a Don't hard code the thread library, use pkgsrc variables. 2005-10-10 13:06:11 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rillig
80f2f0912f Reformatted patch-aa to make pkglint happy. 2005-04-05 20:27:02 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
schmonz
fa84583330 pkgsrc changes:
* Remove unnecessary patches to strip /usr/local from -L and -I paths.
* Makefile style nits.
* Specify dependency on howl's mDNSResponder in the rc.d script.

Ride the version and PKGREVISION from mjl's commit an hour ago.
2005-01-08 06:44:41 +00:00
mjl
1b47ce507b Revert to 0.2.3d. The 0.2.4a version seemingly has some problems
announcing itself to the net and thus does not always (or mostly
never) show up on iTunes.
2005-01-08 05:22:36 +00:00
mjl
79d3d0e997 Update to daapd 0.2.4a
- Bugfixes and additions to static playlists.
 - Adds static playlists. daapd reads playlists in M3U, M3U extended
   and PLS format.
2005-01-06 14:43:09 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
mjl
a303a1de0e Update daapd to 0.2.3d
- Fixed a stupid bug in the howl callback. If you had problems with
  daapd showing up in iTunes (i.e. with the mDNS Responder), try this
  update.
- The howl API has changed as of howl 0.9.6.
- Added support for Xing/LAME headers. This speeds up parsing of MP3 files
  and in effect the complete initial scan of the filesystem.
- Fixed a few memory leaks.
- Fixed an issue in the makefile.
- Added auto-updates.
- Clients waiting for updates are automatically notified of changes in the
  database.
- daapd scans the filesystem periodically now. This happens in a
  separate thread.
- Transmissions are compressed with gzip now. This can be turned off with -z
2004-11-20 15:08:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
schmonz
ea4fc3dade Include pthread.buildlink3.mk. Note that this package uses the C++
compiler. Minor pkgsrc style nits.
2004-08-16 23:32:04 +00:00
nathanw
f311842edf Initial import of daapd-0.2.2b.
Server for DAAP, the digital audio access protocol

daapd scans a directory for mp3 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.

[read: iTunes server]
2004-06-05 19:07:51 +00:00