From owner-svn-ports-head@freebsd.org Tue Sep 1 11:55:33 2020 Return-Path: Delivered-To: svn-ports-head@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 AB4F83C3FF2; Tue, 1 Sep 2020 11:55:33 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BglrP490Sz4PDJ; Tue, 1 Sep 2020 11:55:33 +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 6EC9818B77; Tue, 1 Sep 2020 11:55:33 +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 081BtX8l070695; Tue, 1 Sep 2020 11:55:33 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 081BtXPA070693; Tue, 1 Sep 2020 11:55:33 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202009011155.081BtXPA070693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 1 Sep 2020 11:55:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547266 - in head/x11/xtacy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/x11/xtacy: . files X-SVN-Commit-Revision: 547266 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.33 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: Tue, 01 Sep 2020 11:55:33 -0000 Author: danfe Date: Tue Sep 1 11:55:32 2020 New Revision: 547266 URL: https://svnweb.freebsd.org/changeset/ports/547266 Log: - Add -fcommon to CFLAGS to unbreak the build against modern compilers such as like Clang 11 or GCC 10 - Remove whitespace-only hunks from the patch, define LICENSE (GPLv2) Reported by: pkg-fallout Modified: head/x11/xtacy/Makefile head/x11/xtacy/files/patch-Imakefile Modified: head/x11/xtacy/Makefile ============================================================================== --- head/x11/xtacy/Makefile Tue Sep 1 11:50:20 2020 (r547265) +++ head/x11/xtacy/Makefile Tue Sep 1 11:55:32 2020 (r547266) @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}114 MAINTAINER= matt@bdd.net COMMENT= X11 trippy color-cycling toy +LICENSE= GPLv2 + USES= imake xorg USE_XORG= x11 xext PLIST_FILES= bin/xtacy man/man1/xtacy.1.gz Modified: head/x11/xtacy/files/patch-Imakefile ============================================================================== --- head/x11/xtacy/files/patch-Imakefile Tue Sep 1 11:50:20 2020 (r547265) +++ head/x11/xtacy/files/patch-Imakefile Tue Sep 1 11:55:32 2020 (r547266) @@ -1,26 +1,21 @@ ---- Imakefile.orig Fri Dec 18 23:35:27 1998 -+++ Imakefile Fri Dec 18 23:39:50 1998 -@@ -1,20 +1,16 @@ +--- Imakefile.orig 1998-12-15 17:54:32 UTC ++++ Imakefile +@@ -1,7 +1,6 @@ # Imakefile -# For RedHat Linux , uncomment -lcrypt -LOCAL_LIBRARIES = $(XLIB) -lm # -lcrypt +LOCAL_LIBRARIES = $(XLIB) -lm -lcrypt --SRCS = bezier.c blob.c color.c cursor.c fields.c frame.c gravity.c\ -+SRCS= bezier.c blob.c color.c cursor.c fields.c frame.c gravity.c\ + SRCS = bezier.c blob.c color.c cursor.c fields.c frame.c gravity.c\ kaleid.c life.c lightning.c lunch.c math.c password.c plasma.c\ - rose.c rotate.c starback.c swarm.c tag.c trippy.c waves.c xguts.c\ - mirrors.c fractals.c modes.c - --OBJS=bezier.o blob.o color.o cursor.o fields.o frame.o gravity.o kaleid.o \ -+OBJS= bezier.o blob.o color.o cursor.o fields.o frame.o gravity.o kaleid.o \ - life.o lightning.o lunch.o math.o password.o plasma.o rose.o rotate.o \ +@@ -13,8 +12,7 @@ OBJS=bezier.o blob.o color.o cursor.o fields.o frame.o starback.o swarm.o tag.o trippy.o waves.o xguts.o mirrors.o \ fractals.o modes.o -- + -CDEBUGFLAGS = -O3 -Wall -g -CFLAGS = -O3 ++CFLAGS += -fcommon ComplexProgramTarget(xtacy)