From owner-svn-ports-head@freebsd.org Sun Jul 8 09:29:08 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 00357102DCA7; Sun, 8 Jul 2018 09:29:07 +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 A58FD8B7E2; Sun, 8 Jul 2018 09:29:07 +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 822972427E; Sun, 8 Jul 2018 09:29:07 +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 w689T7RZ046359; Sun, 8 Jul 2018 09:29:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w689T73t046358; Sun, 8 Jul 2018 09:29:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201807080929.w689T73t046358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 8 Jul 2018 09:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474168 - head/audio/tosha/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/audio/tosha/files X-SVN-Commit-Revision: 474168 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.27 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: Sun, 08 Jul 2018 09:29:08 -0000 Author: tobik Date: Sun Jul 8 09:29:07 2018 New Revision: 474168 URL: https://svnweb.freebsd.org/changeset/ports/474168 Log: audio/tosha: Fix build on 12.0-CURRENT In file included from tosha.c:42: In file included from ./toscsi.h:43: In file included from /usr/include/cam/cam_ccb.h:46: In file included from /usr/include/cam/nvme/nvme_all.h:33: /usr/include/dev/nvme/nvme.h:1335:8: error: unknown type name 'inline' static inline ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p473363_s335650/logs/tosha-0.6_1.log Modified: head/audio/tosha/files/patch-Makefile Modified: head/audio/tosha/files/patch-Makefile ============================================================================== --- head/audio/tosha/files/patch-Makefile Sun Jul 8 09:07:38 2018 (r474167) +++ head/audio/tosha/files/patch-Makefile Sun Jul 8 09:29:07 2018 (r474168) @@ -1,5 +1,14 @@ --- Makefile.orig 1998-12-16 12:34:09 UTC +++ Makefile +@@ -17,7 +17,7 @@ MANDIR=$(PREFIX)/man + ################################################### + + CFLAGS?=-O2 +-CFLAGS+=-Wall -ansi -DGLOBAL_ETC_DIR=\"$(ETCDIR)\" ++CFLAGS+=-Wall -DGLOBAL_ETC_DIR=\"$(ETCDIR)\" + + .if (exists(/usr/include/camlib.h)) + CFLAGS+=-DCAM @@ -53,15 +53,10 @@ pcmfade: pcmfade.o utils.o $(CC) $(CFLAGS) -o pcmfade pcmfade.o utils.o