Update to 2.6.2: Bug fixes backported from 2.7 and build fixes for OS X.
This commit is contained in:
parent
b8d1ce1752
commit
aeaf72fc8b
3 changed files with 5 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.33 2004/04/20 15:48:11 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2004/06/26 10:50:23 jmmv Exp $
|
||||
|
||||
DISTNAME= gnome-games-2.6.1
|
||||
DISTNAME= gnome-games-2.6.2
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/2.6/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2004/05/16 19:55:24 danw Exp $
|
||||
$NetBSD: distinfo,v 1.8 2004/06/26 10:50:23 jmmv Exp $
|
||||
|
||||
SHA1 (gnome-games-2.6.1.tar.bz2) = feaf7686c673fcac37a55efb672801073c7a7d4c
|
||||
Size (gnome-games-2.6.1.tar.bz2) = 8268693 bytes
|
||||
SHA1 (gnome-games-2.6.2.tar.bz2) = f23dcb24f159d9d146b1772f76c036fceb650258
|
||||
Size (gnome-games-2.6.2.tar.bz2) = 8269706 bytes
|
||||
SHA1 (patch-aa) = e74547a19267b1a39528d9556d115fff4f7cd21d
|
||||
SHA1 (patch-ab) = 69021a143330f6624bcd6d214fea344b340386bc
|
||||
SHA1 (patch-ac) = e54f3fecee226f78edf17dc686c6bde2a25e36fd
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1 2004/05/16 19:55:24 danw Exp $
|
||||
|
||||
--- configure.orig Tue May 11 21:00:22 2004
|
||||
+++ configure
|
||||
@@ -18715,7 +18715,7 @@ fi
|
||||
# See if we have guile
|
||||
|
||||
guile_msg='Huh?'
|
||||
-if test x$withval = xno ; then
|
||||
+if test x$with_guile = xno ; then
|
||||
guile_msg='disabled'
|
||||
GUILE_LIBS=
|
||||
GUILE_INCS=
|
Loading…
Reference in a new issue