Index: head/games/mrboom/Makefile =================================================================== --- head/games/mrboom/Makefile (revision 446054) +++ head/games/mrboom/Makefile (revision 446055) @@ -1,42 +1,43 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= mrboom -PORTVERSION= 3.4 +PORTVERSION= 3.5 CATEGORIES= games MAINTAINER= ehaupt@FreeBSD.org COMMENT= 8 players Bomberman clone LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libminizip.so:archivers/minizip +LIB_DEPENDS= libminizip.so:archivers/minizip \ + libmodplug.so:audio/libmodplug USES= gmake USE_GITHUB= yes USE_SDL= sdl2 mixer2 GH_ACCOUNT= libretro GH_PROJECT= mrboom-libretro ALL_TARGET= mrboom CFLAGS+= `sdl2-config --cflags` LDFLAGS+= `sdl2-config --libs` MAKE_ENV+= LIBSDL2=1 PLIST_FILES= bin/mrboom man/man6/mrboom.6.gz \ share/applications/mrboom.desktop share/pixmaps/mrboom.png post-patch: @${REINPLACE_CMD} -E '/^GIT_VERSION/d' ${WRKSRC}/Makefile post-install: ${INSTALL_DATA} ${WRKSRC}/Assets/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/Assets/${PORTNAME}.desktop \ ${STAGEDIR}${DESKTOPDIR} .include Index: head/games/mrboom/distinfo =================================================================== --- head/games/mrboom/distinfo (revision 446054) +++ head/games/mrboom/distinfo (revision 446055) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499365755 -SHA256 (libretro-mrboom-libretro-3.4_GH0.tar.gz) = 123989a5d618c4060706516340c92d55e1b2365a260c1e6a83364a7cea308ca3 -SIZE (libretro-mrboom-libretro-3.4_GH0.tar.gz) = 14725280 +TIMESTAMP = 1500272082 +SHA256 (libretro-mrboom-libretro-3.5_GH0.tar.gz) = f45d492d6439cf1a86808b7d16d02278bb402d2a7a6d974a5aacf5410fceb997 +SIZE (libretro-mrboom-libretro-3.5_GH0.tar.gz) = 14824884 Index: head/games/mrboom/files/patch-Makefile =================================================================== --- head/games/mrboom/files/patch-Makefile (nonexistent) +++ head/games/mrboom/files/patch-Makefile (revision 446055) @@ -0,0 +1,22 @@ +--- Makefile.orig 2017-07-15 17:55:59 UTC ++++ Makefile +@@ -29,6 +29,8 @@ ifeq ($(shell uname -a),) + else ifneq ($(findstring Darwin,$(shell uname -a)),) + system_platform = osx + arch = intel ++else ifneq ($(findstring FreeBSD,$(shell uname -o)),) ++ system_platform = freebsd + ifeq ($(shell uname -p),powerpc) + arch = ppc + CFLAGS += -DMSB_FIRST +@@ -167,8 +169,10 @@ ifneq ($(DEBUG),) + CFLAGS += -g -pg -DDEBUG + LDFLAGS += -g -pg + else ++ifneq ($(system_platform),freebsd) + CFLAGS += -O3 + endif ++endif + + CFLAGS += -DMRBOOM -DGIT_VERSION=\"$(GIT_VERSION)\" + Property changes on: head/games/mrboom/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property