Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 21:31:51 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401178 - in head/emulators/fuse: . files
Message-ID:  <201511092131.tA9LVpWE051088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Nov  9 21:31:51 2015
New Revision: 401178
URL: https://svnweb.freebsd.org/changeset/ports/401178

Log:
  emulators/fuse: modernize port
  
  - Update WWW to match actual website
  - Convert to USES=localbase
  - Regenerate patches with 'make makepatch'
  - Bump PORTREVISION

Modified:
  head/emulators/fuse/Makefile
  head/emulators/fuse/files/patch-sound__aosound.c
  head/emulators/fuse/files/patch-sound__sdlsound.c
  head/emulators/fuse/pkg-descr

Modified: head/emulators/fuse/Makefile
==============================================================================
--- head/emulators/fuse/Makefile	Mon Nov  9 21:17:51 2015	(r401177)
+++ head/emulators/fuse/Makefile	Mon Nov  9 21:31:51 2015	(r401178)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fuse
 PORTVERSION=	1.1.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
 
@@ -17,12 +17,10 @@ LIB_DEPENDS=	libspectrum.so:${PORTSDIR}/
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig gmake
+USES=		gmake localbase pkgconfig
 USE_GNOME=	libxml2 glib20
 
 CONFIGURE_ARGS+=--without-alsa --without-joystick
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=		AO ICONS ROMS
 OPTIONS_DEFAULT=	ICONS GTK2

Modified: head/emulators/fuse/files/patch-sound__aosound.c
==============================================================================
--- head/emulators/fuse/files/patch-sound__aosound.c	Mon Nov  9 21:17:51 2015	(r401177)
+++ head/emulators/fuse/files/patch-sound__aosound.c	Mon Nov  9 21:31:51 2015	(r401178)
@@ -1,6 +1,6 @@
---- sound/aosound.c.orig	2013-05-16 22:26:12.000000000 +0200
-+++ sound/aosound.c	2013-11-09 22:31:16.000000000 +0100
-@@ -78,14 +78,14 @@
+--- sound/aosound.c.orig	2013-05-16 20:26:12 UTC
++++ sound/aosound.c
+@@ -78,14 +78,14 @@ driver_error( void )
    }
  }
  
@@ -17,7 +17,7 @@
  
    mutable = utils_safe_strdup( device );
  
-@@ -119,6 +119,7 @@
+@@ -119,6 +119,7 @@ parse_driver_options( const char *device
    }
  
    free( mutable );

Modified: head/emulators/fuse/files/patch-sound__sdlsound.c
==============================================================================
--- head/emulators/fuse/files/patch-sound__sdlsound.c	Mon Nov  9 21:17:51 2015	(r401177)
+++ head/emulators/fuse/files/patch-sound__sdlsound.c	Mon Nov  9 21:31:51 2015	(r401178)
@@ -1,6 +1,6 @@
---- sound/sdlsound.c.orig	2013-05-16 22:26:12.000000000 +0200
-+++ sound/sdlsound.c	2013-11-09 22:33:21.000000000 +0100
-@@ -94,7 +94,9 @@
+--- sound/sdlsound.c.orig	2013-05-16 20:26:12 UTC
++++ sound/sdlsound.c
+@@ -94,7 +94,9 @@ sound_lowlevel_init( const char *device,
       speed to about 2000% on my Mac, 100Hz allows up to 5000% for me) */
    if( hz > 100.0 ) hz = 100.0;
    sound_framesiz = *freqptr / hz;
@@ -11,7 +11,7 @@
  
    if ( SDL_OpenAudio( &requested, &received ) < 0 ) {
      settings_current.sound = 0;
-@@ -112,7 +114,9 @@
+@@ -112,7 +114,9 @@ sound_lowlevel_init( const char *device,
  
      requested.freq = *freqptr;
      sound_framesiz = *freqptr / hz;

Modified: head/emulators/fuse/pkg-descr
==============================================================================
--- head/emulators/fuse/pkg-descr	Mon Nov  9 21:17:51 2015	(r401177)
+++ head/emulators/fuse/pkg-descr	Mon Nov  9 21:31:51 2015	(r401178)
@@ -4,4 +4,4 @@ loading from .tzx files, has sound and k
 and emulates various printers you could attach to the Spectrum.
 It supports the new RZX input recording file format.
 
-WWW: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
+WWW: http://fuse-emulator.sourceforge.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511092131.tA9LVpWE051088>