Re: git: 0a13c189401b - main - emulators/dosbox-x: Update to 2023.03.01
- In reply to: Nuno Teixeira : "git: 0a13c189401b - main - emulators/dosbox-x: Update to 2023.03.01"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Mar 2024 12:57:31 UTC
(...) commit msg typo: -Update to 2023.03.01 +Update to 2024.03.01 Nuno Teixeira <eduardo@freebsd.org> escreveu (sexta, 8/03/2024 à(s) 12:33): > > The branch main has been updated by eduardo: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=0a13c189401b8d7b817525ce6ebf187d90b75cd5 > > commit 0a13c189401b8d7b817525ce6ebf187d90b75cd5 > Author: Nuno Teixeira <eduardo@FreeBSD.org> > AuthorDate: 2024-03-08 12:31:07 +0000 > Commit: Nuno Teixeira <eduardo@FreeBSD.org> > CommitDate: 2024-03-08 12:32:57 +0000 > > emulators/dosbox-x: Update to 2023.03.01 > > - Define LICENSE_FILE > - Install documentation > - Take maintainership > > ChangeLog: https://dosbox-x.com/release-2024.03.01.html > --- > emulators/dosbox-x/Makefile | 29 +++++++++++++++-------------- > emulators/dosbox-x/distinfo | 8 +++----- > emulators/dosbox-x/pkg-plist | 2 ++ > 3 files changed, 20 insertions(+), 19 deletions(-) > > diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile > index 2229c7a8549b..e918412c7e36 100644 > --- a/emulators/dosbox-x/Makefile > +++ b/emulators/dosbox-x/Makefile > @@ -1,26 +1,24 @@ > PORTNAME= dosbox-x > DISTVERSIONPREFIX= ${PORTNAME}-v > -DISTVERSION= 2023.10.06 > +DISTVERSION= 2024.03.01 > CATEGORIES= emulators > > -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ > -PATCHFILES+= 48c13acd1f3048891252cb92087cb6b20c29dc16.patch:-p1 > -# https://github.com/joncampbell123/dosbox-x/pull/4575 > -# dos_programs.cpp:5929:17: error: cannot initialize return object of type 'bool' with an rvalue of type 'std::nullptr_t' > - > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= eduardoFreeBSD.org > COMMENT= DOSBox fork > WWW= https://dosbox-x.com/ > > LICENSE= GPLv2 > +LICENSE_FILE= ${WRKSRC}/COPYING > > -LIB_DEPENDS= libpng.so:graphics/png \ > - libslirp.so:net/libslirp > BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} > BUILD_DEPENDS_amd64= nasm:devel/nasm > BUILD_DEPENDS_i386= nasm:devel/nasm > +LIB_DEPENDS= libpng16.so:graphics/png \ > + libslirp.so:net/libslirp > > USES= autoreconf gettext-runtime gl gnome iconv localbase pkgconfig sdl xorg > +USE_GITHUB= yes > +GH_ACCOUNT= joncampbell123 > USE_GL= gl > USE_GNOME= glib20 > USE_SDL= net2 sdl2 > @@ -31,8 +29,7 @@ CONFIGURE_ARGS= --disable-emscripten --enable-hx-dos --enable-libslirp --enable- > --enable-opengl --enable-printer --disable-sdl --enable-sdl2 --enable-x11 > INSTALL_TARGET= install_strip > > -USE_GITHUB= yes > -GH_ACCOUNT= joncampbell123 > +PORTDOCS= NEWS README.* > > OPTIONS_DEFINE= ALSA DOCS FFMPEG FLUIDSYNTH FREETYPE > OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH > @@ -40,12 +37,12 @@ OPTIONS_RADIO= DEBUGGER > OPTIONS_RADIO_DEBUGGER= DEBUGGER_ENABLE DEBUGGER_HEAVY > > ALSA_DESC= ALSA midi support > -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib > -ALSA_CONFIGURE_ENABLE= alsa alsa-midi alsatest > - > DEBUGGER_ENABLE_DESC= Enable internal debugger > DEBUGGER_HEAVY_DESC= Enable internal debugger with extra features > > +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib > +ALSA_CONFIGURE_ENABLE= alsa alsa-midi alsatest > + > DEBUGGER_ENABLE_CONFIGURE_ON= --enable-debug=yes > DEBUGGER_HEAVY_CONFIGURE_ON= --enable-debug=heavy > > @@ -58,4 +55,8 @@ FLUIDSYNTH_CONFIGURE_ENABLE= libfluidsynth > FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 > FREETYPE_CONFIGURE_ENABLE= freetype > > +do-install-DOCS-on: > + @${MKDIR} ${STAGEDIR}${DOCSDIR} > + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > + > .include <bsd.port.mk> > diff --git a/emulators/dosbox-x/distinfo b/emulators/dosbox-x/distinfo > index c8754dbaa325..36ee0f8311a2 100644 > --- a/emulators/dosbox-x/distinfo > +++ b/emulators/dosbox-x/distinfo > @@ -1,5 +1,3 @@ > -TIMESTAMP = 1708108946 > -SHA256 (joncampbell123-dosbox-x-dosbox-x-v2023.10.06_GH0.tar.gz) = 65f756e29f9c9b898fdbd22b0cb9b3b24c6e3becb5dcda588aa20a3fde9539a5 > -SIZE (joncampbell123-dosbox-x-dosbox-x-v2023.10.06_GH0.tar.gz) = 119420489 > -SHA256 (48c13acd1f3048891252cb92087cb6b20c29dc16.patch) = 38896e53c3b594dd31ac0aa9d347acb90ebc6fe199bd84ff7a8acb2913e538b1 > -SIZE (48c13acd1f3048891252cb92087cb6b20c29dc16.patch) = 1574 > +TIMESTAMP = 1709891614 > +SHA256 (joncampbell123-dosbox-x-dosbox-x-v2024.03.01_GH0.tar.gz) = 2a89d3196ddc15361f6dc7e6ab142bfe95945d93d527cfd6bacca1f7a401a513 > +SIZE (joncampbell123-dosbox-x-dosbox-x-v2024.03.01_GH0.tar.gz) = 119593920 > diff --git a/emulators/dosbox-x/pkg-plist b/emulators/dosbox-x/pkg-plist > index cb0eec10f919..9846b32d12fd 100644 > --- a/emulators/dosbox-x/pkg-plist > +++ b/emulators/dosbox-x/pkg-plist > @@ -52,11 +52,13 @@ share/bash-completion/completions/dosbox-x > %%DATADIR%%/languages/en_US.lng > %%DATADIR%%/languages/es_ES.lng > %%DATADIR%%/languages/fr_FR.lng > +%%DATADIR%%/languages/hu_HU.lng > %%DATADIR%%/languages/it_IT.lng > %%DATADIR%%/languages/ja_JP.lng > %%DATADIR%%/languages/ko_KR.lng > %%DATADIR%%/languages/nl_NL.lng > %%DATADIR%%/languages/pt_BR.lng > +%%DATADIR%%/languages/ru_RU.lng > %%DATADIR%%/languages/tr_TR.lng > %%DATADIR%%/languages/zh_CN.lng > %%DATADIR%%/languages/zh_TW.lng -- Nuno Teixeira FreeBSD Committer (ports)