aboutsummaryrefslogtreecommitdiffstats
path: root/audio/daapd
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2003-12-14 23:10:32 +0800
committersergei <sergei@FreeBSD.org>2003-12-14 23:10:32 +0800
commit9b7c10e5d081066ee7ea1d5650818095498a7c8f (patch)
tree5489b90a60d112246d8960149c2cc8a7844e858a /audio/daapd
parent0f388130f822cd3d6b0c0960e144b620a0706730 (diff)
downloadfreebsd-ports-gnome-9b7c10e5d081066ee7ea1d5650818095498a7c8f.tar.gz
freebsd-ports-gnome-9b7c10e5d081066ee7ea1d5650818095498a7c8f.tar.zst
freebsd-ports-gnome-9b7c10e5d081066ee7ea1d5650818095498a7c8f.zip
- Update to 0.2.1d
PR: 60215 Submitted by: maintainer
Diffstat (limited to 'audio/daapd')
-rw-r--r--audio/daapd/Makefile5
-rw-r--r--audio/daapd/distinfo2
-rw-r--r--audio/daapd/files/patch-makefile10
-rw-r--r--audio/daapd/pkg-plist2
4 files changed, 9 insertions, 10 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile
index 48bea77c2ed9..b5b166502c31 100644
--- a/audio/daapd/Makefile
+++ b/audio/daapd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= daapd
-PORTVERSION= 0.2.1c
-PORTREVISION= 1
+PORTVERSION= 0.2.1d
CATEGORIES= audio
MASTER_SITES= http://www.deleet.de/projekte/daap/daapd/
EXTRACT_SUFX= .tgz
@@ -17,7 +16,7 @@ COMMENT= Server for Digital Audio Access Protocol
BUILD_DEPENDS= ${LOCALBASE}/lib/libid3tag.a:${PORTSDIR}/audio/mad \
${LOCALBASE}/lib/libdaaplib.a:${PORTSDIR}/audio/daaplib \
- ${LOCALBASE}/lib/libhttpd.a:${PORTSDIR}/www/libhttpd-persistent
+ ${LOCALBASE}/lib/libhttpd-persistent.a:${PORTSDIR}/www/libhttpd-persistent
USE_GMAKE= yes
USE_REINPLACE= yes
diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo
index 1f4913eeb030..a2564b609d6b 100644
--- a/audio/daapd/distinfo
+++ b/audio/daapd/distinfo
@@ -1 +1 @@
-MD5 (daapd-0.2.1c.tgz) = 6f4d9a4d6aaaaafea9d82e3f31cb055f
+MD5 (daapd-0.2.1d.tgz) = 2f69299a099920694d7ddf78a1dcea49
diff --git a/audio/daapd/files/patch-makefile b/audio/daapd/files/patch-makefile
index 07ee1c58e4cc..ee7622a37b55 100644
--- a/audio/daapd/files/patch-makefile
+++ b/audio/daapd/files/patch-makefile
@@ -1,15 +1,15 @@
---- makefile.orig Tue Oct 21 22:59:55 2003
-+++ makefile Tue Oct 21 23:00:44 2003
+--- makefile.orig Sat Dec 13 23:25:47 2003
++++ makefile Sat Dec 13 23:26:24 2003
@@ -2,9 +2,9 @@
TARGET = daapd
OBJS = daapd.o db.o dboutput.o songcache.o parsemp3.o
- LIBS = -ldaaplib -lhttpd -lid3tag -lz
+ LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz
-LIBPATH = -L. -L/usr/local/lib
--INCPATH = -I.
+-INCPATH = -I. -I/usr/local/include
-DEPLOY = /usr/local/bin
+LIBPATH = -L. -L%%LOCALBASE%%/lib
+INCPATH = -I. -I%%LOCALBASE%%/include
-+DEPLOY = %%PREFIX%%/sbin
++DEPLOY = %%PREFIX%%/bin
CFLAGS = -Wall -Wno-multichar
.cc.o:
diff --git a/audio/daapd/pkg-plist b/audio/daapd/pkg-plist
index d3d045d65f2f..cd8bc5b98016 100644
--- a/audio/daapd/pkg-plist
+++ b/audio/daapd/pkg-plist
@@ -1,6 +1,6 @@
@comment $FreeBSD$
etc/daapd.conf.sample
etc/rc.d/daapd.sh
-sbin/daapd
+bin/daapd
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
thierry2007-08-1126-686/+1039 * - Update to 5.3.2.araujo2007-08-092-4/+4 * - Update to 1.04miwi2007-08-062-4/+4 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-3/+3 * Update to 20070524.3.maho2007-08-028-103/+93 * Mark as BROKEN on sparc64: gets unaligned memory address on compile.linimon2007-08-012-0/+8 * Fix a circular dependency between ADF and CGNS, to avoid a segfault ofthierry2007-08-011-0/+9 * - Make Python 2.5.1 the default Python versionalexbl2007-07-302-0/+2 * Chase goffice update.marcus2007-07-292-4/+5 * - Depend on the GL* stuff, to prevent compilation failure for folks with onlypav2007-07-291-1/+2 * - science/liblr is moved to science/liblinear (project renamed)rafan2007-07-284-70/+1 * - Update to 1.1rafan2007-07-283-17/+19 * - USE_FORTRAN=yes to use FORTRAN compiler.db2007-07-281-4/+1 * - Update to 0.8.2pav2007-07-276-9/+23 * - Band-aid for unfetchable distfile until this is updated to 1.1 (it dependsrafan2007-07-242-4/+2 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-237-9/+5 * - Really fix plist for goffice-0.4.1pav2007-07-221-1/+1 * Upgrade to 0.9pre5.thierry2007-07-1810-191/+74 * - Now we use USE_FORTRAN=yes to use FORTRAN compiler.araujo2007-07-165-20/+7 * - Take maintainership.araujo2007-07-151-1/+1 * - Update for goffice 0.4.1pav2007-07-152-3/+4 * Correct mpich dependency.maho2007-07-151-1/+1 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-142-9/+2 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-142-7/+4 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-145-23/+6 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-5/+1 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-142-9/+3 * Now we USE_FORTRAN knob for using FORTRANmaho2007-07-141-4/+1 * - Now we use USE_FORTRAN=yes to use FORTRAN compiler.araujo2007-07-131-4/+1 * - Switch to USE_FORTRAN knobmiwi2007-07-131-6/+1 * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-5/+2 * - Use proper capitalization in my email address.trasz2007-07-121-1/+1 * - Fix build with gcc 4.2miwi2007-07-062-3/+24 * - USE gfortranmiwi2007-07-063-9/+14 * Fix build and finally migrated to gfortran42!maho2007-07-041-4/+7 * - Mark BROKEN on HEADpav2007-07-031-1/+7 * - Update to 0.8.1pav2007-07-017-31/+23 * - Update to 2.7miwi2007-06-304-43/+29 * - Change my mail address to araujo@.araujo2007-06-307-7/+7 * chase math/gsl lib versionijliao2007-06-294-8/+8 * - Update to 1.0.8lwhsu2007-06-296-13/+13 * Don't set TERM conditionally on pointyhat, to avoid it defaulting tothierry2007-06-291-0/+4 * Remove a .orig file to fix plist.thierry2007-06-281-0/+1 * - Update patch files locationrafan2007-06-221-1/+1 * - Update to 2007.06.15.1339miwi2007-06-218-29/+121 * - Fix pkg-plistbeech2007-06-192-10/+3 * Code_Saturne is EDF's general purpose computational fluid dynamicsthierry2007-06-1833-0/+1889 * - Update to 2.2.8 (with corrections)beech2007-06-114-1677/+1764 * BROKEN: Does not compilekris2007-06-101-0/+2 * - Unbreakmiwi2007-06-052-4/+11 * - Fix build with gcc 4.2miwi2007-06-051-2/+1 * Fix plist: if wmkdep segfaults for some reason, don't install its core!thierry2007-05-302-1/+1 * - Add a new dependence of gfortran42miwi2007-05-281-1/+6 * Add liblr-1.0, a library for large regularized logistic regression.rafan2007-05-277-0/+141 * - Chase increase of science/netcdf shlib version.miwi2007-05-272-4/+4 * BROKEN with gcc 4.2kris2007-05-272-1/+11 * - update for gnustep-make-2.0.0dinoex2007-05-253-2/+5 * BROKEN: Does not buildkris2007-05-251-0/+2 * BROKEN: Configure failskris2007-05-251-0/+2 * - Update to 0.8.0pav2007-05-259-346/+434 * - Chase openbabel updatepav2007-05-251-2/+2 * - Update to 2.1.0pav2007-05-253-16/+64 * The chemical-mime-data package is a collection of data files to add support forpav2007-05-255-0/+153 * The Blue Obelisk Data Repository lists many important chemoinformatics datapav2007-05-255-0/+52 * - Welcome X.org 7.2 \o/.flz2007-05-2060-66/+65 * - distfile rerolled, onle white space changes.araujo2007-05-022-4/+4 * Parallel-NetCDF is a library providing high-performance I/O while stillmiwi2007-04-308-0/+108 * NIfTI-1 is a new Analyze-style data format, proposed by the NIfTI DFWGmiwi2007-04-287-0/+105 * Also remove the BROKEN line...thierry2007-04-281-2/+0 * Unbreak after the latest silent update. Changes were:thierry2007-04-282-14/+3 * Mark BROKEN after a silent update.thierry2007-04-271-0/+2 * - Update to 2.2.7miwi2007-04-273-1692/+1686 * Upgrade to 1.4.thierry2007-04-2624-1243/+1880 * Marked as BROKEN [1], and make fetchable [2].maho2007-04-232-8/+11 * - Update to 2007.04.18.1830miwi2007-04-215-197/+161 * - Update to 5.3.3miwi2007-04-192-4/+4 * Update to 1.6.10.maho2007-04-173-9/+13 * * Use gfortranmaho2007-04-171-3/+10 * Change my email address to trasz@FreeBSD.org.trasz2007-04-131-1/+1 * - Fix typo, PORTREVISION, not PORTREVERSION, my fault, sorrylwhsu2007-04-121-1/+1 * Take over.maho2007-04-121-1/+1 * 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects ...miwi2007-04-116-108/+0 * - Update to 1.0.7lwhsu2007-04-107-23/+28 * science/netcdflwhsu2007-04-1016-135/+46 * - Update to 0.6.9pav2007-04-102-5/+5 * - Update to 0.6.5pav2007-04-105-9/+7 * - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-061-4/+0 * . Drop maintainership of these ports. Its glaringly obvious that I don'tglewis2007-04-043-3/+3 * Does not build with jdk 1.4 either, so mark BROKENkris2007-04-041-0/+2 * . Update MASTER_SITES (fixes fetch).glewis2007-04-041-1/+1 * - Correctly define PORTDOCS to fix libsvm-python buildrafan2007-04-031-4/+5 * Reset ko@nest.irfu.se due to timeouts and no response to email.linimon2007-04-021-1/+1 * Configure fails to recognize jdk 1.5, so try limiting it to 1.4.kris2007-04-021-1/+1 * - Update to 2.84rafan2007-04-016-47/+49 * The CFD General Notation System (CGNS) provides a standard for recording andthierry2007-04-017-0/+107 * - add mirror siteclsung2007-03-301-1/+3 * - Fix after objformat removalpav2007-03-291-0/+1 * - Fix after objformat removalpav2007-03-282-6/+7 * - Switch to goffice1, which was just resurrectedpav2007-03-261-6/+2 * - Mark BROKEN for now: this release no longer works with new goffice, andpav2007-03-251-4/+4 * Fix build with gcc42 (specialization after instantiation).thierry2007-03-243-7/+101 * Chase the goffice shared lib version.marcus2007-03-221-1/+2 * - Update to 1.5.1miwi2007-03-212-4/+4 * - Update to 2.5miwi2007-03-164-19/+72 * Temporary place distfile at maho/public_distdir.maho2007-03-161-5/+2 * Reset chizhang@uchicago.edu due to maintainer-timeouts and no response to email.linimon2007-03-141-1/+1 * Upgrade to 3.3.0.thierry2007-03-143-95/+153 * GAMESS is freely available ab-initio molecular orbitalmaho2007-03-1312-0/+841 * Fix build by renaming libcolamd.a to libcolamd_mbdyn.a.maho2007-03-092-2/+115 * - Change maintainer mail.jmelo2007-03-092-2/+2 * - Update mastersite.jmelo2007-03-082-2/+2 * - Update to 0.47clsung2007-03-082-4/+4 * Build fix.maho2007-03-063-10/+24 * - Add missing patch in last commitrafan2007-03-042-0/+21 * - Update to 2.2.6rafan2007-03-013-588/+1869 * - Fix my MAINTAINER e-maildb2007-02-271-3/+11 * - Update to 5.3.1miwi2007-02-272-6/+5 * - Fixed support for new gfortranmiwi2007-02-271-0/+5 * Better support of CPU optimization. This should also fixesmaho2007-02-251-7/+52 * A possible fix for fenner's distfile survey.maho2007-02-251-0/+4 * - update to 0.5.4clsung2007-02-242-4/+4 * elmer-eio implicitly depends on gfortran42. Accordingly, this also fixesmaho2007-02-211-0/+2 * Build fix for mpqc-mpich.maho2007-02-191-2/+5 * Fix build.maho2007-02-193-22/+104 * - Update to 5.3.2miwi2007-02-152-4/+4 * - Update to 0.46clsung2007-02-142-4/+4 * Fix pkg-plist.maho2007-02-142-0/+3 * Now WITH_ATLAS, WITH_BLAS knobs work correctly.maho2007-02-141-2/+5 * - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+1 * Now pkg-plist for ${PREFIX}/share/mpqc part is generatedmaho2007-02-123-6952/+13 * - Fixed build after objformat removalnivit2007-02-112-2/+12 * Somehow the documents are not generated on pointyhat build.maho2007-02-101-3/+3 * - Update to 2.4miwi2007-02-092-4/+4 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-016-0/+7 * To deprecate shells/bash2, dependency has been changed to bash.maho2007-02-011-1/+1 * In preparation to deprecate shells/bash2:bsam2007-02-011-1/+1 * - add category gnustepdinoex2007-02-012-2/+2 * Retire NO_FILTER_SHLIBS now that it no longer serves a purposekris2007-01-302-2/+0 * Fix pkg-plist.maho2007-01-291-0/+1 * Fix build.maho2007-01-291-1/+1 * Update to 5.3.0itetcu2007-01-282-5/+4 * update version to 5.3.0itetcu2007-01-282-5/+4 * update to 5.3.0itetcu2007-01-272-4/+4 * - update MASTER SITEitetcu2007-01-271-2/+2 * update to 5.3.0itetcu2007-01-272-4/+4 * Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-271-0/+1 * - update MASTER SITEitetcu2007-01-272-7/+6 * . Update website.glewis2007-01-241-1/+1 * Forgot to remove patch.maho2007-01-241-103/+0 * * remove unnecessary patchmaho2007-01-241-1/+1 * - Fix fetchpav2007-01-241-1/+2 * More build logs for build fix at pointyhat.maho2007-01-231-7/+6 * A possible build fix(on pointyhat?)maho2007-01-221-4/+3 * - Update to 2.3rafan2007-01-223-8/+16 * - update MASTER_SITE subdiritetcu2007-01-211-6/+4 * - fix MASTER_SITES pathitetcu2007-01-211-2/+2 * - fix MASTER_SITES pathitetcu2007-01-211-2/+2 * - fix MASTER_SITES pathitetcu2007-01-211-2/+2 * - update version to 5.2.3itetcu2007-01-212-7/+6 * - Chase blas/lapack/atlas library versionrafan2007-01-192-6/+6 * * Migrate to gfortran.maho2007-01-183-11/+24 * - Update to 2.18.20061212rafan2007-01-174-40/+24 * Master_sites are often down, mirror distfiles locally.thierry2007-01-171-1/+3 * * Migrate to gfortran.maho2007-01-175-2/+385 * * Migrate to gfortran.maho2007-01-171-2/+8 * * Migrate to gfortran.maho2007-01-171-4/+11 * * Some fixes.maho2007-01-17