Date: Tue, 1 Sep 2020 11:55:33 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547266 - in head/x11/xtacy: . files Message-ID: <202009011155.081BtXPA070693@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011155.081BtXPA070693>