svn commit: r442369 - head/deskutils/california

Koop Mast kwm at FreeBSD.org
Fri Jun 2 10:55:08 UTC 2017


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 at 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


More information about the svn-ports-all mailing list