From owner-svn-ports-all@freebsd.org Tue May 30 16:38:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CF37B87A23; Tue, 30 May 2017 16:38:57 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4512F6E894; Tue, 30 May 2017 16:38:57 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UGcueD019203; Tue, 30 May 2017 16:38:56 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGcuje019201; Tue, 30 May 2017 16:38:56 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301638.v4UGcuje019201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 16:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442102 - in head/games/blockout: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:38:57 -0000 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