Index: head/emulators/fuse/files/patch-sound__sdlsound.c =================================================================== --- head/emulators/fuse/files/patch-sound__sdlsound.c (revision 435950) +++ head/emulators/fuse/files/patch-sound__sdlsound.c (nonexistent) @@ -1,24 +0,0 @@ ---- 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; -- requested.samples = sound_framesiz; -+ requested.samples = 1; -+ while( requested.samples < sound_framesiz ) -+ requested.samples *= 2; - - if ( SDL_OpenAudio( &requested, &received ) < 0 ) { - settings_current.sound = 0; -@@ -112,7 +114,9 @@ sound_lowlevel_init( const char *device, - - requested.freq = *freqptr; - sound_framesiz = *freqptr / hz; -- requested.samples = sound_framesiz; -+ requested.samples = 1; -+ while( requested.samples < sound_framesiz ) -+ requested.samples *= 2; - - if( SDL_OpenAudio( &requested, NULL ) < 0 ) { - settings_current.sound = 0; Property changes on: head/emulators/fuse/files/patch-sound__sdlsound.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/emulators/fuse/Makefile =================================================================== --- head/emulators/fuse/Makefile (revision 435950) +++ head/emulators/fuse/Makefile (revision 435951) @@ -1,69 +1,69 @@ # Created by: Alexey V. Antipovsky # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgcrypt.so:security/libgcrypt \ libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum GNU_CONFIGURE= yes USES= gettext gmake localbase pkgconfig USE_GNOME= cairo libxml2 glib20 USE_XORG= x11 CONFIGURE_ARGS+=--without-alsa --without-joystick OPTIONS_DEFINE= AO ICONS ROMS OPTIONS_DEFAULT= ICONS GTK2 OPTIONS_SINGLE= UI UI_DESC= User Interface ROMS_DESC= Extra ROM images (128p, 256s, Gluck, IF1, Opus, TrDOS) OPTIONS_SINGLE_UI= GTK2 GTK3 SDL SVGALIB OPTIONS_SUB= yes AO_CONFIGURE_WITH= libao AO_LIB_DEPENDS= libao.so:audio/libao ICONS_USES= desktop-file-utils shared-mime-info ICONS_CONFIGURE_ENABLE= desktop-integration GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_ON= --with-gtk GTK3_USE= GNOME=gtk30 GTK3_CONFIGURE_ON= --with-gtk GTK3_CONFIGURE_ENABLE= gtk3 SDL_USE= SDL=sdl SDL_CONFIGURE_WITH= sdl SDL_CONFIGURE_ON= --without-gtk SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_CONFIGURE_WITH= svgalib SVGALIB_CONFIGURE_ON= --without-gtk ROMS_RUN_DEPENDS= fuse-roms>0:emulators/fuse-roms PORTDOCS= AUTHORS ChangeLog README THANKS README.copyright .include .if ${PORT_OPTIONS:MICONS} INSTALLS_ICONS= yes .endif post-extract: ${CP} ${WRKSRC}/roms/README.copyright ${WRKSRC} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/emulators/fuse/distinfo =================================================================== --- head/emulators/fuse/distinfo (revision 435950) +++ head/emulators/fuse/distinfo (revision 435951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486408537 -SHA256 (fuse-1.3.3.tar.gz) = 670184600230dd815b2c26d701ec035ba0f7a063c44b5480cab01eb9926a494e -SIZE (fuse-1.3.3.tar.gz) = 1634806 +TIMESTAMP = 1489230554 +SHA256 (fuse-1.3.4.tar.gz) = 3089d2c3e08c72055ccbcbd5bcc69fd6cc492b8ac649ee15fc93703f0d3d9486 +SIZE (fuse-1.3.4.tar.gz) = 1634955