Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 17:13:51 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546760 - head/comms/seyon
Message-ID:  <202008281713.07SHDpIl083048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Aug 28 17:13:51 2020
New Revision: 546760
URL: https://svnweb.freebsd.org/changeset/ports/546760

Log:
  comms/seyon: Fix build and deprecate
  
  Fix the build by setting -fcommon
  Deprecate since there's no maintainer and no obvious upstream.

Modified:
  head/comms/seyon/Makefile

Modified: head/comms/seyon/Makefile
==============================================================================
--- head/comms/seyon/Makefile	Fri Aug 28 17:08:37 2020	(r546759)
+++ head/comms/seyon/Makefile	Fri Aug 28 17:13:51 2020	(r546760)
@@ -15,6 +15,11 @@ USE_XORG=	x11 xext xpm xmu xaw xt sm ice
 
 MAKE_JOBS_UNSAFE=	yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/seyon lib/X11/app-defaults/Seyon \
 		lib/X11/app-defaults/Seyon-color lib/X11/seyon.help \
 		man/man1/${PORTNAME}.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281713.07SHDpIl083048>