From owner-svn-ports-head@freebsd.org Mon May 14 15:04:24 2018 Return-Path: Delivered-To: svn-ports-head@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 2BF06DF4215; Mon, 14 May 2018 15:04:24 +0000 (UTC) (envelope-from dinoex@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 C279B704D2; Mon, 14 May 2018 15:04:23 +0000 (UTC) (envelope-from dinoex@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 A2A5C1DB35; Mon, 14 May 2018 15:04:23 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EF4NhH074389; Mon, 14 May 2018 15:04:23 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EF4Nef074388; Mon, 14 May 2018 15:04:23 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201805141504.w4EF4Nef074388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 14 May 2018 15:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469897 - head/multimedia/sabbu X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/multimedia/sabbu X-SVN-Commit-Revision: 469897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:04:24 -0000 Author: dinoex Date: Mon May 14 15:04:23 2018 New Revision: 469897 URL: https://svnweb.freebsd.org/changeset/ports/469897 Log: - fix build for FreeBSD 12.0 Modified: head/multimedia/sabbu/Makefile Modified: head/multimedia/sabbu/Makefile ============================================================================== --- head/multimedia/sabbu/Makefile Mon May 14 14:56:47 2018 (r469896) +++ head/multimedia/sabbu/Makefile Mon May 14 15:04:23 2018 (r469897) @@ -1,4 +1,3 @@ -# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-19 11:00:57Z dinoex 2 # $FreeBSD$ PORTNAME= sabbu @@ -15,12 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \ libsndfile.so:audio/libsndfile -BROKEN_FreeBSD_12= Regression C++ - USES= tar:bzip2 gmake pkgconfig iconv GNU_CONFIGURE= yes USE_SDL= sdl +USE_CXXSTD= gnu++98 USE_GNOME= gtk20 CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib