[105126] trunk/dports/gnome/gwget

devans at macports.org devans at macports.org
Wed Apr 10 23:26:51 PDT 2013


Revision: 105126
          https://trac.macports.org/changeset/105126
Author:   devans at macports.org
Date:     2013-04-10 23:26:51 -0700 (Wed, 10 Apr 2013)
Log Message:
-----------
gwget: fix glib include file usage, doesn't support current epiphany.

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

Added Paths:
-----------
    trunk/dports/gnome/gwget/files/
    trunk/dports/gnome/gwget/files/patch-gwget-application.h.diff

Modified: trunk/dports/gnome/gwget/Portfile
===================================================================
--- trunk/dports/gnome/gwget/Portfile	2013-04-11 03:44:17 UTC (rev 105125)
+++ trunk/dports/gnome/gwget/Portfile	2013-04-11 06:26:51 UTC (rev 105126)
@@ -4,6 +4,7 @@
 PortSystem              1.0
 
 name                    gwget
+license                 GPL-2
 version                 1.0.4
 revision        2
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -28,12 +29,14 @@
                         port:libgnomeui \
                         port:libglade2 \
                         port:libnotify \
-                        port:epiphany
 
 depends_run             path:bin/wget:wget
 
-configure.args          --disable-schemas-install
+patchfiles              patch-gwget-application.h.diff
 
+configure.args          --disable-epiphany-extension \
+                        --disable-schemas-install
+
 post-activate {
    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"

Added: trunk/dports/gnome/gwget/files/patch-gwget-application.h.diff
===================================================================
--- trunk/dports/gnome/gwget/files/patch-gwget-application.h.diff	                        (rev 0)
+++ trunk/dports/gnome/gwget/files/patch-gwget-application.h.diff	2013-04-11 06:26:51 UTC (rev 105126)
@@ -0,0 +1,11 @@
+--- src/gwget-application.h.orig	2009-06-16 10:58:06.000000000 -0700
++++ src/gwget-application.h	2013-04-08 20:51:15.000000000 -0700
+@@ -18,7 +18,7 @@
+ #ifndef GWGET_APPLICATION_H
+ #define GWGET_APPLICATION_H
+ 
+-#include <glib/gerror.h>
++#include <glib.h>
+ #include <glib-object.h>
+ 
+ G_BEGIN_DECLS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130410/b56fd4bc/attachment.html>


More information about the macports-changes mailing list