Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 06:26:40 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546870 - head/misc/floatator
Message-ID:  <202008290626.07T6Qe5i081152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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