Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 10:49:15 +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: r546716 - head/x11/bricons
Message-ID:  <202008281049.07SAnFME041806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 10:49:14 2020
New Revision: 546716
URL: https://svnweb.freebsd.org/changeset/ports/546716

Log:
  x11/bricons: fix build on recent current and deprecate

Modified:
  head/x11/bricons/Makefile

Modified: head/x11/bricons/Makefile
==============================================================================
--- head/x11/bricons/Makefile	Fri Aug 28 10:45:17 2020	(r546715)
+++ head/x11/bricons/Makefile	Fri Aug 28 10:49:14 2020	(r546716)
@@ -17,6 +17,11 @@ USES=		imake perl5 tar:Z xorg
 USE_PERL5=	build
 USE_XORG=	xaw
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Xbricons



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