Hi ports@,

Here is a diff to update fuse to 1.3.2. This depends on the previously
submitted update to libspectrum.

Dropped the only remaining patch as it is not necessary anymore.

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/fuse/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile    10 Jun 2015 21:42:26 -0000      1.33
+++ Makefile    30 Dec 2016 23:39:33 -0000
@@ -1,8 +1,7 @@
 # $OpenBSD: Makefile,v 1.33 2015/06/10 21:42:26 sthen Exp $
 
 COMMENT=               Free Unix Spectrum Emulator
-DISTNAME=              fuse-1.1.1
-REVISION=              0
+DISTNAME=              fuse-1.3.2
 CATEGORIES=            emulators
 HOMEPAGE=              http://fuse-emulator.sourceforge.net/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/fuse/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    9 Jun 2014 08:55:00 -0000       1.12
+++ distinfo    30 Dec 2016 23:39:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (fuse-1.1.1.tar.gz) = qFfUvWLgHRhCmJdGdQivFWJMuvNDyu2Lm6GrOoh5RE4=
-SIZE (fuse-1.1.1.tar.gz) = 1881332
+SHA256 (fuse-1.3.2.tar.gz) = V2v5FrSZpNWTKsw00xXirNNmNtHVo5Ecg5WJSHpraOY=
+SIZE (fuse-1.3.2.tar.gz) = 1629160
Index: patches/patch-sound_aosound_c
===================================================================
RCS file: patches/patch-sound_aosound_c
diff -N patches/patch-sound_aosound_c
--- patches/patch-sound_aosound_c       9 Jun 2014 08:55:00 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-$OpenBSD: patch-sound_aosound_c,v 1.1 2014/06/09 08:55:00 bentley Exp $
-From upstream r5016.
---- sound/aosound.c.orig       Thu May 16 14:26:12 2013
-+++ sound/aosound.c    Tue Apr 29 03:15:05 2014
-@@ -78,14 +78,14 @@ driver_error( void )
-   }
- }
- 
--static void
-+static int
- parse_driver_options( const char *device, int *driver_id, ao_option **options 
)
- {
-   char *mutable, *option, *key, *value;
- 
-   /* Get a copy of the device string we can modify */
-   if( !device || *device == '\0' )
--    return;
-+    return 1;
- 
-   mutable = utils_safe_strdup( device );
- 
-@@ -119,6 +119,7 @@ parse_driver_options( const char *device, int *driver_
-   }
- 
-   free( mutable );
-+  return 0;
- }
- 
- int

Reply via email to