Date: Fri, 2 Jun 2017 10:55:06 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442369 - head/deskutils/california Message-ID: <201706021055.v52At64V078962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Jun 2 10:55:06 2017 New Revision: 442369 URL: https://svnweb.freebsd.org/changeset/ports/442369 Log: * Fix the build with libgee 0.8.1. * Record missing dependancy * Mark depricated and expire in 1 month, orphaned upstream and there is a good replacement available: gnome-calender. Modified: head/deskutils/california/Makefile Modified: head/deskutils/california/Makefile ============================================================================== --- head/deskutils/california/Makefile Fri Jun 2 10:34:17 2017 (r442368) +++ head/deskutils/california/Makefile Fri Jun 2 10:55:06 2017 (r442369) @@ -10,9 +10,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Calendar client for GNOME 3 +DEPRECATED= Orphaned upstream, replaced by gnome-calendar +EXPIRATION_DATE=2017-07-02 + BUILD_DEPENDS= itstool:textproc/itstool \ xdg-open:devel/xdg-utils LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \ + libicui18n.so:devel/icu \ libsoup-2.4.so:devel/libsoup \ libgee-0.8.so:devel/libgee \ libgdata.so:devel/libgdata \ @@ -29,7 +33,7 @@ USE_GNOME= cairo evolutiondataserver3 glib20 gnomedocu USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-unity +CONFIGURE_ARGS= --disable-unity --disable-fatal CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021055.v52At64V078962>