Date: Sat, 29 Aug 2020 09:22:01 +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: r546891 - head/deskutils/logjam Message-ID: <202008290922.07T9M1bq091103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008290922.07T9M1bq091103>