Index: head/devel/giggle/Makefile =================================================================== --- head/devel/giggle/Makefile (revision 482731) +++ head/devel/giggle/Makefile (revision 482732) @@ -1,46 +1,49 @@ # Created by: Ashish Shukla # $FreeBSD$ PORTNAME= giggle PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= ashish@FreeBSD.org COMMENT= GTK+ frontend for git version control system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Development stalled. Please switch to devel/gitg. +EXPIRATION_DATE=2018-11-22 + BUILD_DEPENDS= git:devel/git \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ itstool:textproc/itstool RUN_DEPENDS= git:devel/git OPTIONS_DEFINE= NLS #VTE_DESC= Terminal Widget GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk30 intltool libglade2 gtksourceview3 gdkpixbuf2 USES= desktop-file-utils gmake libtool pkgconfig tar:xz +USE_GNOME= glib20 gtk30 intltool libglade2 gtksourceview3 gdkpixbuf2 USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl `${LOCALBASE}/bin/pkg-config -libs gmodule-2.0` INSTALL_TARGET= install-strip PLIST_SUB+= GIGGLE_VER=${PORTVERSION} CONFIGURE_ARGS+= --disable-evolution-data-server \ --with-git-command=${LOCALBASE}/bin/git # disable vte support until giggle catches up with the new API CONFIGURE_ARGS+= --disable-terminal OPTIONS_SUB= yes #VTE_USE= GNOME=vte3 #VTE_CONFIGURE_ENABLE= terminal NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext .include Index: head/devel/giggle/files/patch-src_giggle-diff-view.h =================================================================== --- head/devel/giggle/files/patch-src_giggle-diff-view.h (revision 482731) +++ head/devel/giggle/files/patch-src_giggle-diff-view.h (nonexistent) @@ -1,10 +0,0 @@ ---- src/giggle-diff-view.c.orig 2012-11-01 06:29:01.000000000 +0100 -+++ src/giggle-diff-view.c 2014-10-01 23:37:28.640714979 +0200 -@@ -27,6 +27,7 @@ - #include - - #include -+#include - #include - - typedef struct GiggleDiffViewPriv GiggleDiffViewPriv; Property changes on: head/devel/giggle/files/patch-src_giggle-diff-view.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/giggle/files/patch-src_giggle-diff-view.c =================================================================== --- head/devel/giggle/files/patch-src_giggle-diff-view.c (nonexistent) +++ head/devel/giggle/files/patch-src_giggle-diff-view.c (revision 482732) @@ -0,0 +1,10 @@ +--- src/giggle-diff-view.c.orig 2012-11-01 05:29:01 UTC ++++ src/giggle-diff-view.c +@@ -27,6 +27,7 @@ + #include + + #include ++#include + #include + + typedef struct GiggleDiffViewPriv GiggleDiffViewPriv; Property changes on: head/devel/giggle/files/patch-src_giggle-diff-view.c ___________________________________________________________________ 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/devel/giggle/files/patch-src_giggle-view-file.c =================================================================== --- head/devel/giggle/files/patch-src_giggle-view-file.c (revision 482731) +++ head/devel/giggle/files/patch-src_giggle-view-file.c (revision 482732) @@ -1,10 +1,12 @@ ---- src/giggle-view-file.c.orig 2012-11-01 06:29:01.000000000 +0100 -+++ src/giggle-view-file.c 2014-10-01 23:37:28.646714997 +0200 -@@ -39,6 +39,7 @@ +--- src/giggle-view-file.c.orig 2012-11-01 05:29:01 UTC ++++ src/giggle-view-file.c +@@ -38,8 +38,7 @@ + #include #include - #include -+#include - #include +-#include +-#include ++#include #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT (giggle_view_file_snapshot_get_type ()) + #define GIGGLE_VIEW_FILE_SNAPSHOT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot))