From owner-svn-ports-head@freebsd.org Sun Feb 5 03:30:26 2017 Return-Path: Delivered-To: svn-ports-head@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 D5196CD194C; Sun, 5 Feb 2017 03:30:26 +0000 (UTC) (envelope-from jbeich@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 A4CF115AC; Sun, 5 Feb 2017 03:30:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v153UPE8035793; Sun, 5 Feb 2017 03:30:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v153UP6s035792; Sun, 5 Feb 2017 03:30:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702050330.v153UP6s035792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 5 Feb 2017 03:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433344 - head/games/wizznic X-SVN-Group: ports-head 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.23 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, 05 Feb 2017 03:30:26 -0000 Author: jbeich Date: Sun Feb 5 03:30:25 2017 New Revision: 433344 URL: https://svnweb.freebsd.org/changeset/ports/433344 Log: games/wizznic: use clang and unbreak with gcc5 or later board.o: In function `doRules': board.c:(.text+0x14b1): undefined reference to `getTicks' draw.o: In function `drawPath': draw.c:(.text+0x90d): undefined reference to `plotPixel' draw.o: In function `draw': draw.c:(.text+0x9aa): undefined reference to `setting' [...] PR: 216707 Reported by: antoine (via exp-run) Modified: head/games/wizznic/Makefile (contents, props changed) Modified: head/games/wizznic/Makefile ============================================================================== --- head/games/wizznic/Makefile Sun Feb 5 03:30:17 2017 (r433343) +++ head/games/wizznic/Makefile Sun Feb 5 03:30:25 2017 (r433344) @@ -4,7 +4,7 @@ PORTNAME= wizznic PORTVERSION= 0.9.9 DISTVERSIONSUFFIX=-src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Source%20Releases/ @@ -18,10 +18,10 @@ LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src USES= gmake tar:bzip2 +USE_CSTD= gnu89 USE_SDL= image mixer sdl MAKE_ENV= DATADIR=${DATADIR}/ BINDIR=${PREFIX}/bin ALL_TARGET= sdl -USE_GCC= yes PORTDOCS= changelog.txt credits.txt music-score-credits.txt readme.txt