[126311] trunk/dports/gnome/folks

devans at macports.org devans at macports.org
Tue Oct 7 13:52:53 PDT 2014


Revision: 126311
          https://trac.macports.org/changeset/126311
Author:   devans at macports.org
Date:     2014-10-07 13:52:53 -0700 (Tue, 07 Oct 2014)
Log Message:
-----------
folks: patch to disable broken dummy backend, not intended for production use.

Modified Paths:
--------------
    trunk/dports/gnome/folks/Portfile

Added Paths:
-----------
    trunk/dports/gnome/folks/files/
    trunk/dports/gnome/folks/files/patch-disable-dummy-backend.diff

Modified: trunk/dports/gnome/folks/Portfile
===================================================================
--- trunk/dports/gnome/folks/Portfile	2014-10-07 19:38:31 UTC (rev 126310)
+++ trunk/dports/gnome/folks/Portfile	2014-10-07 20:52:53 UTC (rev 126311)
@@ -5,6 +5,7 @@
 
 name            folks
 version         0.10.0
+revision        1
 epoch           1
 license         LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
@@ -43,6 +44,8 @@
                 port:libxml2 \
                 port:vala
 
+patchfiles      patch-disable-dummy-backend.diff
+
 # update m4/intltool.m4 and autoreconf
 
 pre-configure {

Added: trunk/dports/gnome/folks/files/patch-disable-dummy-backend.diff
===================================================================
--- trunk/dports/gnome/folks/files/patch-disable-dummy-backend.diff	                        (rev 0)
+++ trunk/dports/gnome/folks/files/patch-disable-dummy-backend.diff	2014-10-07 20:52:53 UTC (rev 126311)
@@ -0,0 +1,8 @@
+--- backends/Makefile.am.orig	2014-10-07 13:39:28.000000000 -0700
++++ backends/Makefile.am	2014-10-07 13:40:24.000000000 -0700
+@@ -1,5 +1,4 @@
+ SUBDIRS = \
+-	dummy \
+ 	key-file \
+ 	$(NULL)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141007/f42e4114/attachment.html>


More information about the macports-changes mailing list