pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/kaffe-esound Update lang/kaffe-esound to 1.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48fd5df4ee32
branches:  trunk
changeset: 498974:48fd5df4ee32
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Sep 06 18:18:54 2005 +0000

description:
Update lang/kaffe-esound to 1.1.5

diffstat:

 lang/kaffe-esound/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r af7fa106e21a -r 48fd5df4ee32 lang/kaffe-esound/Makefile
--- a/lang/kaffe-esound/Makefile        Tue Sep 06 18:18:01 2005 +0000
+++ b/lang/kaffe-esound/Makefile        Tue Sep 06 18:18:54 2005 +0000
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.3 2004/10/17 15:32:57 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/06 18:18:54 tonio Exp $
 #
 
 .include "../../lang/kaffe/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/kaffe/kaffe-esound/}
-PKGREVISION=           1
 
 COMMENT+=              (sound support through esound)
 
 CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--without-esd/--with-esd/}
+CONFIGURE_ARGS:=       ${CONFIGURE_ARGS:S/--disable-esdtest//}
 
-BUILD_DIRS=            ${WRKSRC}/config
+BUILD_DIRS=              ${WRKSRC}/config
+BUILD_DIRS+=    ${WRKSRC}/libraries/javalib
 BUILD_DIRS+=           ${WRKSRC}/include
-BUILD_DIRS+=           ${WRKSRC}/libraries/extensions/sound/esd
-INSTALL_DIRS=          ${WRKSRC}/libraries/extensions/sound/esd
+BUILD_DIRS+=           ${WRKSRC}/libraries/clib/sound/esd
+INSTALL_DIRS=          ${WRKSRC}/libraries/clib/sound/esd
 
 PRINT_PLIST_AWK+=      /^@dirrm/ { print "@comment in kaffe: " $$0; next; }
 



Home | Main Index | Thread Index | Old Index