From owner-svn-ports-all@freebsd.org Thu Mar 29 12:47:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C36C8F7346D; Thu, 29 Mar 2018 12:47:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7647F6BD23; Thu, 29 Mar 2018 12:47:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7120F1A053; Thu, 29 Mar 2018 12:47:38 +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 w2TClccZ073617; Thu, 29 Mar 2018 12:47:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2TClcwR073615; Thu, 29 Mar 2018 12:47:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803291247.w2TClcwR073615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 29 Mar 2018 12:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465887 - in head/games/monkeybubble: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/games/monkeybubble: . files X-SVN-Commit-Revision: 465887 X-SVN-Commit-Repository: ports 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.25 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: Thu, 29 Mar 2018 12:47:39 -0000 Author: tobik Date: Thu Mar 29 12:47:38 2018 New Revision: 465887 URL: https://svnweb.freebsd.org/changeset/ports/465887 Log: games/monkeybubble: Remove esound dependency - Monkeybubble includes esd.h without actually needing it for anything - Depend on the right GStreamer plugins to get music working on a fresh install Added: head/games/monkeybubble/files/patch-src_ui_main.c (contents, props changed) Modified: head/games/monkeybubble/Makefile Modified: head/games/monkeybubble/Makefile ============================================================================== --- head/games/monkeybubble/Makefile Thu Mar 29 11:55:47 2018 (r465886) +++ head/games/monkeybubble/Makefile Thu Mar 29 12:47:38 2018 (r465887) @@ -3,7 +3,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnome MASTER_SITES= http://home.gna.org/monkeybubble/downloads/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -14,13 +14,11 @@ COMMENT= GTK2 Puzzle Bobble clone with monkeys LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pathfix pkgconfig -USE_GNOME= gnomedocutils gnomeprefix intlhack \ - librsvg2 libgnomeui esound -USE_GSTREAMER= yes +USES= gmake libtool localbase pathfix pkgconfig +USE_GNOME= gnomedocutils gnomeprefix intlhack librsvg2 libgnomeui +USE_GSTREAMER= good vorbis GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm +LIBS+= -lm INSTALLS_OMF= yes GCONF_SCHEMAS= monkey-bubble.schemas @@ -31,7 +29,6 @@ post-patch: s|-Werror||g' @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/src/net/message-handler.c \ - ${WRKSRC}/src/net/simple-server.c \ - ${WRKSRC}/src/ui/main.c + ${WRKSRC}/src/net/simple-server.c .include Added: head/games/monkeybubble/files/patch-src_ui_main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/monkeybubble/files/patch-src_ui_main.c Thu Mar 29 12:47:38 2018 (r465887) @@ -0,0 +1,15 @@ +--- src/ui/main.c.orig 2004-12-03 07:05:59 UTC ++++ src/ui/main.c +@@ -11,11 +11,10 @@ + #include "ui-main.h" + #include "input-manager.h" + +-#include + #include + #include + #include +-#include ++#include + #include + + #include