svn commit: r546891 - head/deskutils/logjam

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 09:22:02 UTC 2020


Author: tcberner
Date: Sat Aug 29 09:22:01 2020
New Revision: 546891
URL: https://svnweb.freebsd.org/changeset/ports/546891

Log:
  deskutils/logjam: fix build on current and deprecate

Modified:
  head/deskutils/logjam/Makefile

Modified: head/deskutils/logjam/Makefile
==============================================================================
--- head/deskutils/logjam/Makefile	Sat Aug 29 09:16:17 2020	(r546890)
+++ head/deskutils/logjam/Makefile	Sat Aug 29 09:22:01 2020	(r546891)
@@ -13,6 +13,11 @@ COMMENT=	GTK2 interface to livejournals, ie www.livejo
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libdbus-glib-1.so:devel/dbus-glib
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 OPTIONS_DEFINE=	GTKSPELL SQLITE GTKHTML RSVG
 OPTIONS_DEFAULT=	GTKSPELL
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list