From e955d1a85cbd934d42d7a10fd5b55a79fceccd02 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 May 2006 23:02:29 +0000 Subject: Regen symmetrically for GNU patch (found in irix bulk build). --- sysutils/gnometoaster/distinfo | 4 ++-- sysutils/gnometoaster/patches/patch-aa | 22 ++++++++++++---------- 2 files changed, 14 insertions(+), 12 deletions(-) (limited to 'sysutils/gnometoaster') diff --git a/sysutils/gnometoaster/distinfo b/sysutils/gnometoaster/distinfo index 3b939a4a6a0..53fe5bb08f7 100644 --- a/sysutils/gnometoaster/distinfo +++ b/sysutils/gnometoaster/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2006/03/06 22:16:53 joerg Exp $ +$NetBSD: distinfo,v 1.6 2006/05/21 23:02:29 wiz Exp $ SHA1 (gtoaster1.0Beta5.tgz) = c55bf7e8e532956a8907cd29cbfb98a721c5bb3a RMD160 (gtoaster1.0Beta5.tgz) = f8c7386497c56b8e1bf924e099ddf68cbcbd02a0 Size (gtoaster1.0Beta5.tgz) = 781796 bytes -SHA1 (patch-aa) = a4442d35d60fb642a2ae65a379454fd1b63b6184 +SHA1 (patch-aa) = 618fc9b23d0ea9ad1be737dbb836e5ddcc8dd759 SHA1 (patch-ab) = 8d3d500572dbfac5263f7902655ff3269db4102f SHA1 (patch-ac) = 8bbb117badd4430eb2fc0eb2ad130671ceb46f47 SHA1 (patch-ad) = b8b5349fe092cbf9d8a40da272d379e5fae7ef91 diff --git a/sysutils/gnometoaster/patches/patch-aa b/sysutils/gnometoaster/patches/patch-aa index c49a04de650..f8dde8dbf0b 100644 --- a/sysutils/gnometoaster/patches/patch-aa +++ b/sysutils/gnometoaster/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2006/05/21 23:02:29 wiz Exp $ ---- cdromlow.c.orig Sat Mar 23 19:48:00 2002 -+++ cdromlow.c Sat Mar 23 20:10:30 2002 +--- cdromlow.c.orig 2001-10-27 09:23:21.000000000 +0000 ++++ cdromlow.c @@ -9,7 +9,7 @@ #include #include @@ -56,7 +56,7 @@ $NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ #elif __svr4__ # define CD_FRAMESIZE 2048 # define CD_FRAMESIZE_RAW 2352 -@@ -138,6 +154,11 @@ +@@ -138,6 +154,11 @@ int cdromlow_hasdatatrack(int handle) int x; int hasdatatrack=-1; @@ -68,7 +68,8 @@ $NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ if (info->filedescriptor!=-1) { -@@ -148,7 +169,11 @@ +@@ -147,8 +168,12 @@ int cdromlow_hasdatatrack(int handle) + entry.cdromlow_tocent_track=x; entry.cdromlow_tocent_format=CDROM_LBA; ioctl(info->filedescriptor,CDROMREADTOCENTRY,&entry); -#ifndef __FreeBSD__ @@ -81,7 +82,7 @@ $NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ #else if (entry.entry.control & CDROM_DATA_TRACK) #endif -@@ -191,6 +216,11 @@ +@@ -191,6 +216,11 @@ int cdromlow_trackoffset(int handle,int cdromlow_tochandle *info=(cdromlow_tochandle*)handle; cdromlow_definecdromhentry entry; int offset=-1; @@ -93,7 +94,7 @@ $NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ if (info->filedescriptor!=-1) { -@@ -223,6 +253,13 @@ +@@ -223,6 +253,13 @@ int cdromlow_tracksize_sectors(int handl cdromlow_definecdromhentry tracknext; int tracksize; int ok=1; @@ -107,7 +108,7 @@ $NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ tracksize=0; if (info->filedescriptor!=-1) -@@ -278,6 +315,11 @@ +@@ -278,6 +315,11 @@ int cdromlow_cddbnumber(int handle) cdromlow_definecdromhentry entry; int x,secs; int cddbnum=0; @@ -119,7 +120,7 @@ $NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ cddbnum=0; if (info->filedescriptor!=-1) -@@ -317,6 +359,11 @@ +@@ -317,6 +359,11 @@ cdromlow_tracktype cdromlow_gettracktype cdromlow_definecdromhentry track; int ok=1; cdromlow_tracktype result=TRACKTYPE_UNKNOWN; @@ -131,7 +132,8 @@ $NetBSD: patch-aa,v 1.2 2006/03/06 22:16:53 joerg Exp $ if (info->filedescriptor!=-1) { -@@ -325,7 +372,11 @@ +@@ -324,8 +371,12 @@ cdromlow_tracktype cdromlow_gettracktype + track.cdromlow_tocent_format=CDROM_LBA; if (ioctl(info->filedescriptor,CDROMREADTOCENTRY,&track)==-1) ok=0; -#ifndef __FreeBSD__ -- cgit v1.2.3