Date: Tue, 30 May 2017 16:38:56 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442102 - in head/games/blockout: . files Message-ID: <201705301638.v4UGcuje019201@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue May 30 16:38:56 2017 New Revision: 442102 URL: https://svnweb.freebsd.org/changeset/ports/442102 Log: Remove ALSA dependency. It's not required. Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10730 Modified: head/games/blockout/Makefile head/games/blockout/files/patch-Makefile Modified: head/games/blockout/Makefile ============================================================================== --- head/games/blockout/Makefile Tue May 30 16:32:08 2017 (r442101) +++ head/games/blockout/Makefile Tue May 30 16:38:56 2017 (r442102) @@ -3,7 +3,7 @@ PORTNAME= blockout PORTVERSION= 2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BlockOut%20${PORTVERSION}/ \ http://www.stasyan.com/devel/distfiles/ @@ -13,8 +13,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= BlockOut II is an adaptation of the original Blockout DOS game LICENSE= GPLv2+ - -LIB_DEPENDS= libasound.so:audio/alsa-lib ONLY_FOR_ARCHS= i386 amd64 Modified: head/games/blockout/files/patch-Makefile ============================================================================== --- head/games/blockout/files/patch-Makefile Tue May 30 16:32:08 2017 (r442101) +++ head/games/blockout/files/patch-Makefile Tue May 30 16:38:56 2017 (r442102) @@ -1,6 +1,6 @@ ---- BlockOut/Makefile.orig 2014-05-06 13:47:56.000000000 +0400 -+++ BlockOut/Makefile 2016-05-23 20:37:54.725070000 +0300 -@@ -47,27 +47,27 @@ +--- BlockOut/Makefile.orig 2014-05-06 09:47:56 UTC ++++ BlockOut/Makefile +@@ -47,27 +47,27 @@ else SDL_LIBS = /usr/lib/i386-linux-gnu endif @@ -16,8 +16,9 @@ LFLAGS = -Wl,--strip-all \ $(ADD_LIBS) \ - -lSDL_mixer -lSDL -lasound \ +- -lSDL_mixer -lSDL -lasound \ - -lGL -lGLU -lpthread -lm -ldl ++ -lSDL_mixer -lSDL \ + -lGL -lGLU -lpthread -lm else @@ -30,8 +31,9 @@ -LFLAGS = -L $(SDL_LIBS) \ +LFLAGS = -L $(LOCALBASE)/lib \ $(ADD_LIBS) \ - -lSDL_mixer -lSDL -lasound \ +- -lSDL_mixer -lSDL -lasound \ - -lGL -lGLU -lpthread -lm -ldl ++ -lSDL_mixer -lSDL \ + -lGL -lGLU -lpthread -lm endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301638.v4UGcuje019201>