From owner-svn-ports-all@freebsd.org Thu Feb 11 15:21:56 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31CA952B5E9; Thu, 11 Feb 2021 15:21:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dc0jH44S8z3vVW; Thu, 11 Feb 2021 15:21:55 +0000 (UTC) (envelope-from danfe@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 4D635132C9; Thu, 11 Feb 2021 15:21:54 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11BFLrJO047765; Thu, 11 Feb 2021 15:21:53 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11BFLrn9047761; Thu, 11 Feb 2021 15:21:53 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202102111521.11BFLrn9047761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 11 Feb 2021 15:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564958 - in head/games: xoids xorgramana xorgramana/files xtic X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/games: xoids xorgramana xorgramana/files xtic X-SVN-Commit-Revision: 564958 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.34 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, 11 Feb 2021 15:21:56 -0000 Author: danfe Date: Thu Feb 11 15:21:52 2021 New Revision: 564958 URL: https://svnweb.freebsd.org/changeset/ports/564958 Log: Force -fcommon to unbreak the build against modern compilers: this code is old and entangled enough so fixing it properly does not look tenable. Modified: head/games/xoids/Makefile head/games/xorgramana/Makefile head/games/xorgramana/files/patch-Makefile head/games/xtic/Makefile Modified: head/games/xoids/Makefile ============================================================================== --- head/games/xoids/Makefile Thu Feb 11 15:21:17 2021 (r564957) +++ head/games/xoids/Makefile Thu Feb 11 15:21:52 2021 (r564958) @@ -10,13 +10,12 @@ MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= X Window Asteroids style game with full color pixmaps -BROKEN_FreeBSD_13= duplicate symbol: Big_O -BROKEN_FreeBSD_14= duplicate symbol: Big_O NOT_FOR_ARCHS= mips64 NOT_FOR_ARCHS_REASON= unknown architecture USES= imake xorg -USE_XORG= xpm +USE_XORG= x11 xpm +CFLAGS+= -fcommon PLIST_FILES= bin/xoids \ man/man6/xoids.6.gz Modified: head/games/xorgramana/Makefile ============================================================================== --- head/games/xorgramana/Makefile Thu Feb 11 15:21:17 2021 (r564957) +++ head/games/xorgramana/Makefile Thu Feb 11 15:21:52 2021 (r564958) @@ -12,9 +12,6 @@ DISTNAME= XorGramana-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Logic word puzzle game set inside a series of mazes -BROKEN_FreeBSD_13= duplicate symbol: player -BROKEN_FreeBSD_14= duplicate symbol: player - USES= gl gmake sdl tar:bzip2 USE_SDL= sdl image USE_GL= glu Modified: head/games/xorgramana/files/patch-Makefile ============================================================================== --- head/games/xorgramana/files/patch-Makefile Thu Feb 11 15:21:17 2021 (r564957) +++ head/games/xorgramana/files/patch-Makefile Thu Feb 11 15:21:52 2021 (r564958) @@ -17,7 +17,7 @@ +SDL_LDFLAGS := $(shell ${SDL_CONFIG} --libs) -CFLAGS := -Wall -g2 $(SDL_CFLAGS) -lGLU -lSDL_image -DDATADIR=\"$(SHAREDIR)\" -+CFLAGS += -Wall $(SDL_CFLAGS) -DDATADIR=\"$(SHAREDIR)\" ++CFLAGS += -Wall -fcommon $(SDL_CFLAGS) -DDATADIR=\"$(SHAREDIR)\" # -DPLAYER_XY_DEBUG # -DMAP_DEBUG Modified: head/games/xtic/Makefile ============================================================================== --- head/games/xtic/Makefile Thu Feb 11 15:21:17 2021 (r564957) +++ head/games/xtic/Makefile Thu Feb 11 15:21:52 2021 (r564958) @@ -11,11 +11,10 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X version of a simple but tricky board game -BROKEN_FreeBSD_13= duplicate symbol: board -BROKEN_FreeBSD_14= duplicate symbol: board - USES= imake xorg -USE_XORG= xaw +USE_XORG= ice sm x11 xaw xext xmu xpm xt +CFLAGS+= -fcommon + PLIST_FILES= bin/xtic man/man1/xtic.1.gz post-patch: