pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/darkice Fixed "test ==" and path to the man pages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8c066a1feef
branches:  trunk
changeset: 519827:b8c066a1feef
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 10 20:09:22 2006 +0000

description:
Fixed "test ==" and path to the man pages.

diffstat:

 audio/darkice/Makefile         |   8 ++++----
 audio/darkice/distinfo         |   3 ++-
 audio/darkice/patches/patch-aa |  13 +++++++++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

diffs (56 lines):

diff -r 0f4dce72d866 -r b8c066a1feef audio/darkice/Makefile
--- a/audio/darkice/Makefile    Tue Oct 10 20:01:31 2006 +0000
+++ b/audio/darkice/Makefile    Tue Oct 10 20:09:22 2006 +0000
@@ -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 @@
 
 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 -r 0f4dce72d866 -r b8c066a1feef audio/darkice/distinfo
--- a/audio/darkice/distinfo    Tue Oct 10 20:01:31 2006 +0000
+++ b/audio/darkice/distinfo    Tue Oct 10 20:09:22 2006 +0000
@@ -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 -r 0f4dce72d866 -r b8c066a1feef audio/darkice/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/darkice/patches/patch-aa    Tue Oct 10 20:09:22 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index