pkgsrc-Bugs archive

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

Re: pkg/30017: can't update kaffe to 1.1.5



The following reply was made to PR pkg/30017; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles%loria.fr@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/30017: can't update kaffe to 1.1.5
Date: Sun, 24 Apr 2005 02:10:14 +0200

 I tried also to update, but failed (but with another error).
 I tried to update because kaffe 1.1.4 does not compile on -current, and
 encountered a similar problem with 1.1.5
 
 Though this patch does not work, not the CONFIGURE_ARGS tweaks to allow keeping
 kaffe and kaffe-x11 package to coexist. Also, since kaffe is hard to make work
 on -current, working with a smallest set of features to begin seems a good
 idea.
 Good luck,
 
 antoine
 
 i tried the following patch:
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/lang/kaffe/Makefile,v
 retrieving revision 1.58
 diff -u -r1.58 Makefile
 --- Makefile   30 Jan 2005 23:18:38 -0000      1.58
 +++ Makefile   24 Apr 2005 00:07:19 -0000
 @@ -3,8 +3,6 @@
  
  .include "Makefile.common"
  
 -PKGREVISION=          6
 -
  CONFLICTS+=           kaffe-nox11-[0-9]*
  
  JAVA_WRAPPERS=                appletviewer jar java javac javadoc javah 
javakey \
 Index: Makefile.common
 ===================================================================
 RCS file: /cvsroot/pkgsrc/lang/kaffe/Makefile.common,v
 retrieving revision 1.4
 diff -u -r1.4 Makefile.common
 --- Makefile.common    11 Apr 2005 21:46:14 -0000      1.4
 +++ Makefile.common    24 Apr 2005 00:07:19 -0000
 @@ -1,6 +1,6 @@
  # $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:14 tv Exp $
  
 -DISTNAME=             kaffe-1.1.4
 +DISTNAME=             kaffe-1.1.5
  CATEGORIES=           lang java
  MASTER_SITES=         ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/
  
 @@ -30,7 +30,8 @@
  
  CONFIGURE_ARGS+=      --without-alsa
  CONFIGURE_ARGS+=      --without-esd
 -CONFIGURE_ARGS+=      --without-awt
 +CONFIGURE_ARGS+=      --disable-esdtest
 +CONFIGURE_ARGS+=      --disable-native-awt
  
  .include "../../mk/bsd.prefs.mk"
  
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/lang/kaffe/distinfo,v
 retrieving revision 1.12
 diff -u -r1.12 distinfo
 --- distinfo   24 Feb 2005 09:03:08 -0000      1.12
 +++ distinfo   24 Apr 2005 00:07:19 -0000
 @@ -1,8 +1,5 @@
  $NetBSD: distinfo,v 1.12 2005/02/24 09:03:08 agc Exp $
  
 -SHA1 (kaffe-1.1.4.tar.gz) = fb7a6ac27d82e1854de07422c46ce5e17beda58b
 -RMD160 (kaffe-1.1.4.tar.gz) = 5bb8b0c9a338a3bd05f9fdc2a3f94c297489a7db
 -Size (kaffe-1.1.4.tar.gz) = 8891220 bytes
 -SHA1 (patch-aa) = 7b5dde8d984e8ee2d474d4e54d064562a5535533
 -SHA1 (patch-ac) = 5a4cd4ee913b7d4277cc10c38a7c4a810ba258f1
 -SHA1 (patch-ae) = f7d6ff1e9356f6ba00c23c2ab0a1682aa9ccc003
 +SHA1 (kaffe-1.1.5.tar.gz) = ebd8da490783ed189fb25fad0d674f384194e2f3
 +RMD160 (kaffe-1.1.5.tar.gz) = 516b5dbaa13efed099f59ff9b7121700ef6ad13b
 +Size (kaffe-1.1.5.tar.gz) = 9796278 bytes
 



Home | Main Index | Thread Index | Old Index