Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 10:20:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r516630 - branches/2019Q4/net/liferea
Message-ID:  <201911041020.xA4AK1bM047487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Nov  4 10:20:00 2019
New Revision: 516630
URL: https://svnweb.freebsd.org/changeset/ports/516630

Log:
  MFH: r516629
  
  Mark BROKEN
  
  libtool: link: cc -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fstack-protector-strong -o liferea auth.o auth_activatable.o browser.o browser_history.o comments.o common.o conf.o date.o db.o dbus.o debug.o enclosure.o export.o favicon.o feed.o feed_parser.o feedlist.o folder.o html.o htmlview.o item.o item_history.o item_loader.o item_state.o itemset.o itemlist.o json.o liferea_application.o metadata.o migrate.o net.o net_monitor.o newsbin.o node.o node_type.o plugins_engine.o render.o rule.o social.o subscription.o update.o main.o vfolder.o vfolder_loader.o xml.o -Wl,--export-dynamic -pthread  parsers/libliparsers.a fl_sources/libliflsources.a ui/libliui.a webkit/libwebkit.a -L/usr/local/lib -lxslt -lz -llzma -lxml2 -lsqlite3 -lgthread-2.0 -lwebkit2gtk-4.0 -lsoup-2.4 -ljavascriptcoregtk-4.0 -ljson-glib-1.0 -lpeas-gtk-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lpeas-1.0 -lgmo
 dule-2.0 -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lm -pthread
  CPPFLAGS="-isystem /usr/local/include" CFLAGS="-O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " LDFLAGS="-fstack-protector-strong " CC="cc" PKG_CONFIG="pkgconf" GI_HOST_OS="" DLLTOOL="false"  /usr/local/bin/g-ir-scanner  -I../src --warn-all --accept-unprefixed --identifier-prefix=Liferea --verbose --namespace=Liferea --nsversion=3.0 --libtool="/bin/sh ../libtool"  --include=Gtk-3.0 --include=libxml2-2.0   --program=./liferea   --cflags-begin  --cflags-end  auth.c auth.h auth_activatable.c auth_activatable.h enclosure.h feedlist.c feedlist.h item.h itemlist.c itemlist.h itemset.c itemset.h node.h node.c node_view.h social.c social.h subscription_type.h ui/browser_tabs.c ui/browser_tabs.h ui/icons.c ui/icons.h ui/itemview.c ui/itemview.h ui/item_list_view.c ui/item_list_view.h ui/liferea_htmlview.c ui/liferea_htmlview.h ui/liferea_shell.c ui/liferea_shell.h ui/liferea_shell_activatable.c ui/liferea_shell_activatable.h ui/media_player.c ui/media_p
 layer.h ui/media_player_activatable.c ui/media_player_activatable.h fl_sources/node_source.c fl_sources/node_source.h fl_sources/node_source_activatable.c fl_sources/node_source_activatable.h liferea --output Liferea-3.0.gir
  GLib-GIO-Message: 18:24:45.772: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
  Unable to init server: Could not connect to 127.0.0.1: Connection refused
  Command '['./liferea', '--introspect-dump=/tmp/tmp-introspectpgy0ihjn/functions.txt,/tmp/tmp-introspectpgy0ihjn/dump.xml']' died with <Signals.SIGABRT: 6>.
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q4/net/liferea/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/net/liferea/Makefile
==============================================================================
--- branches/2019Q4/net/liferea/Makefile	Mon Nov  4 10:19:34 2019	(r516629)
+++ branches/2019Q4/net/liferea/Makefile	Mon Nov  4 10:20:00 2019	(r516630)
@@ -11,6 +11,8 @@ COMMENT=	Simple RSS/RDF feed reader
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \



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