Index: head/editors/gobby/Makefile =================================================================== --- head/editors/gobby/Makefile (revision 362799) +++ head/editors/gobby/Makefile (revision 362800) @@ -1,47 +1,48 @@ # $FreeBSD$ PORTNAME= gobby PORTVERSION= 0.4.13 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ \ LOCAL/${MAINTAINER:C/([^@]*)@.*/\1/} MAINTAINER= sbz@FreeBSD.org COMMENT= Free collaborative editor LICENSE= GPLv2 LIB_DEPENDS= libobby.so:${PORTSDIR}/devel/obby \ libnet6.so:${PORTSDIR}/net/net6 \ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 OPTIONS_DEFINE= GTKSPELL NLS GTKSPELL_DESC= Enable GtkSpell support -USE_GNOME= gnomehack gtksourceview2 intltool -USES= gmake pkgconfig +USE_GNOME= gtksourceview2 intltool +USES= gmake pkgconfig pathfix GNU_CONFIGURE= yes INSTALLS_ICONS= yes .include .if ${PORT_OPTIONS:MGTKSPELL} LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--with-gtkspell .else CONFIGURE_ARGS+=--without-gtkspell .endif .if ${PORT_OPTIONS:MNLS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+= --enable-nls USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include Index: head/editors/gobby/files/patch-inc__config.hpp =================================================================== --- head/editors/gobby/files/patch-inc__config.hpp (nonexistent) +++ head/editors/gobby/files/patch-inc__config.hpp (revision 362800) @@ -0,0 +1,38 @@ +--- ./inc/config.hpp.orig 2012-01-30 01:27:51.000000000 +0100 ++++ ./inc/config.hpp 2014-07-24 13:11:27.000000000 +0200 +@@ -31,6 +31,19 @@ + #include + #include + ++ ++namespace serialise ++{ ++template<> ++class default_context_to: public context_base_to ++{ ++public: ++ typedef Glib::ustring data_type; ++ ++ virtual std::string to_string(const data_type& from) const; ++}; ++} ++ + namespace Gobby + { + +@@ -460,15 +473,6 @@ + }; + + template<> +-class default_context_to: public context_base_to +-{ +-public: +- typedef Glib::ustring data_type; +- +- virtual std::string to_string(const data_type& from) const; +-}; +- +-template<> + class default_context_from: + public context_base_from + { Property changes on: head/editors/gobby/files/patch-inc__config.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/gobby/files/patch-inc__preferencesdialog.hpp =================================================================== --- head/editors/gobby/files/patch-inc__preferencesdialog.hpp (nonexistent) +++ head/editors/gobby/files/patch-inc__preferencesdialog.hpp (revision 362800) @@ -0,0 +1,11 @@ +--- ./inc/preferencesdialog.hpp.orig 2012-01-30 01:27:51.000000000 +0100 ++++ ./inc/preferencesdialog.hpp 2014-07-24 13:12:17.000000000 +0200 +@@ -198,7 +198,7 @@ + protected: + struct LangCompare + { +- bool operator()(GtkSourceLanguage* first, GtkSourceLanguage* second) ++ bool operator()(const GtkSourceLanguage* first, const GtkSourceLanguage* second) const + { + return first < second; + } Property changes on: head/editors/gobby/files/patch-inc__preferencesdialog.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property