diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index af5519f5ccaf..c8e86a7dce84 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -1,35 +1,34 @@ PORTNAME= nestopia -DISTVERSION= 1.52.0 -PORTREVISION= 1 +DISTVERSION= 1.52.1 CATEGORIES= emulators MAINTAINER= mclay@astate.edu COMMENT= Portable NES/Famicom emulator WWW= http://0ldsk00l.ca/nestopia/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive \ fltk>=0:x11-toolkits/fltk LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png USES= autoreconf gl gnome jpeg libarchive \ localbase:ldflags pkgconfig sdl USE_CXXSTD= c++98 USE_GITHUB= yes GH_ACCOUNT= 0ldsk00l GNU_CONFIGURE= yes USE_GL= gl glu USE_SDL= sdl2 USE_XORG= xrender xcursor xfixes xext xft xinerama x11 OPTIONS_DEFINE= DOCS JACK JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_WITH= jack .include diff --git a/emulators/nestopia/distinfo b/emulators/nestopia/distinfo index 89db2b386e85..e4e5b0f13cee 100644 --- a/emulators/nestopia/distinfo +++ b/emulators/nestopia/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680098557 -SHA256 (0ldsk00l-nestopia-1.52.0_GH0.tar.gz) = eae1d2f536ae8585edb8d723caf905f4ae65349edee4ffbee45f9f52b5e3b06c -SIZE (0ldsk00l-nestopia-1.52.0_GH0.tar.gz) = 1589971 +TIMESTAMP = 1711981574 +SHA256 (0ldsk00l-nestopia-1.52.1_GH0.tar.gz) = c9c0bce673eb3b625b538b462e49c00ed1ee1ded1e0bad09be780076880968b5 +SIZE (0ldsk00l-nestopia-1.52.1_GH0.tar.gz) = 1593358 diff --git a/emulators/nestopia/files/patch-configure.ac b/emulators/nestopia/files/patch-configure.ac deleted file mode 100644 index c75e01482174..000000000000 --- a/emulators/nestopia/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2023-03-03 20:18:56 UTC -+++ configure.ac -@@ -83,6 +83,8 @@ AC_SUBST(FLTK_CFLAGS,"$(fltk-config --use-gl --use-ima - AS_CASE([${host_os}], - [darwin*], - [AC_SUBST(FLTK_LIBS,"$(fltk-config --use-gl --use-images --ldflags)")], -+ [freebsd*], -+ [AC_SUBST(FLTK_LIBS,"-lGL $(fltk-config --use-gl --use-images --ldflags)")], - [linux*], - [AC_SUBST(FLTK_LIBS,"-lGL $(fltk-config --use-gl --use-images --ldflags)")] - )