svn commit: r546870 - head/misc/floatator

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 06:26:40 UTC 2020


Author: tcberner
Date: Sat Aug 29 06:26:39 2020
New Revision: 546870
URL: https://svnweb.freebsd.org/changeset/ports/546870

Log:
  misc/floatator: fix build on recent current and deprecate

Modified:
  head/misc/floatator/Makefile

Modified: head/misc/floatator/Makefile
==============================================================================
--- head/misc/floatator/Makefile	Sat Aug 29 05:13:27 2020	(r546869)
+++ head/misc/floatator/Makefile	Sat Aug 29 06:26:39 2020	(r546870)
@@ -19,6 +19,11 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
 PLIST_FILES=	bin/floatator bin/floatator_X_interface
 MAKE_JOBS_UNSAFE=	yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 do-install:
 .for f in floatator floatator_X_interface
 	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list