svn commit: r546760 - head/comms/seyon

Niclas Zeising zeising at FreeBSD.org
Fri Aug 28 17:13:52 UTC 2020


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


More information about the svn-ports-head mailing list