summaryrefslogtreecommitdiff
path: root/audio/darkice
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-10 20:09:22 +0000
committerrillig <rillig>2006-10-10 20:09:22 +0000
commitb2c2574b6ca9726029f6029ef8b857f6316f6270 (patch)
treeb46821c0b0d84dd9f60d40733ce2025140e0a4db /audio/darkice
parentf79199b45ef77d218ecacfea7449786aaf17b9c4 (diff)
downloadpkgsrc-b2c2574b6ca9726029f6029ef8b857f6316f6270.tar.gz
Fixed "test ==" and path to the man pages.
Diffstat (limited to 'audio/darkice')
-rw-r--r--audio/darkice/Makefile8
-rw-r--r--audio/darkice/distinfo3
-rw-r--r--audio/darkice/patches/patch-aa13
3 files changed, 19 insertions, 5 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile
index ffaed0fafd1..d413f33b20b 100644
--- a/audio/darkice/Makefile
+++ b/audio/darkice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/07/22 04:46:13 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/10/10 20:09:22 rillig Exp $
#
DISTNAME= darkice-0.17.1
@@ -25,15 +25,15 @@ HTMLDIR= ${PREFIX}/share/doc/darkice
CONF_FILES= ${EGDIR}/darkice.conf ${PKG_SYSCONFDIR}/darkice.conf
-INSTALLATION_DIRS= bin man/man1 man/man5
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
do-install:
${INSTALL_DATA_DIR} ${EGDIR} ${HTMLDIR}
${INSTALL_DATA} ${WRKSRC}/darkice.cfg ${EGDIR}/darkice.conf
${INSTALL_PROGRAM} ${WRKSRC}/src/darkice ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/darkice.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man/darkice.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/man/darkice.cfg.5 \
- ${PREFIX}/man/man5/darkice.conf.5
+ ${PREFIX}/${PKGMANDIR}/man5/darkice.conf.5
cd ${WRKSRC}/doc/doxygen/html && ${INSTALL_DATA} *.html ${HTMLDIR}
.include "../../audio/faac/buildlink3.mk"
diff --git a/audio/darkice/distinfo b/audio/darkice/distinfo
index 914cfce2366..2c73530b50e 100644
--- a/audio/darkice/distinfo
+++ b/audio/darkice/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2006/05/21 10:27:01 xtraeme Exp $
+$NetBSD: distinfo,v 1.7 2006/10/10 20:09:22 rillig Exp $
SHA1 (darkice-0.17.1.tar.gz) = 2952961c8e99412d831ca619f152ba6774efefac
RMD160 (darkice-0.17.1.tar.gz) = b6575b28190276d77e721e2ef15e8a93162693cc
Size (darkice-0.17.1.tar.gz) = 1407826 bytes
+SHA1 (patch-aa) = 6f58c2ae94a9b199ac733fd4b0742178f46dc961
diff --git a/audio/darkice/patches/patch-aa b/audio/darkice/patches/patch-aa
new file mode 100644
index 00000000000..c2f5f1d1d46
--- /dev/null
+++ b/audio/darkice/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2006/10/10 20:09:22 rillig Exp $
+
+--- configure.orig 2006-10-10 22:01:05.000000000 +0200
++++ configure 2006-10-10 22:07:44.000000000 +0200
+@@ -6750,7 +6750,7 @@ else
+ USE_DEBUG="no"
+ fi;
+
+-if test "x${USE_DEBUG}" == "xyes" ; then
++if test "x${USE_DEBUG}" = "xyes" ; then
+ DEBUG_CXXFLAGS="-g"
+ echo "$as_me:$LINENO: result: compiling in debug mode" >&5
+ echo "${ECHO_T}compiling in debug mode" >&6