[140974] users/devans/GNOME-3/stable/dports/gnome/glabels
devans at macports.org
devans at macports.org
Tue Oct 6 18:06:19 PDT 2015
Revision: 140974
https://trac.macports.org/changeset/140974
Author: devans at macports.org
Date: 2015-10-06 18:06:18 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
GNOME-3/stable: glabels, update dependencies, configuration, post-activate processing, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/glabels/Portfile
Added Paths:
-----------
users/devans/GNOME-3/stable/dports/gnome/glabels/files/autogen.sh
Removed Paths:
-------------
users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-glib-2.32.diff
users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff
Modified: users/devans/GNOME-3/stable/dports/gnome/glabels/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glabels/Portfile 2015-10-07 00:58:30 UTC (rev 140973)
+++ users/devans/GNOME-3/stable/dports/gnome/glabels/Portfile 2015-10-07 01:06:18 UTC (rev 140974)
@@ -9,7 +9,7 @@
categories gnome
platforms darwin
maintainers gmail.com:craig.cottingham
-description print labels and business cards
+description A label and business card creation program
long_description gLabels is a program for creating labels and business cards \
for the GNOME desktop environment.
homepage http://glabels.sourceforge.net/
@@ -22,23 +22,39 @@
sha256 db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855
depends_build port:pkgconfig \
- port:gnome-doc-utils \
- port:intltool
+ port:autoconf \
+ port:automake \
+ port:libtool \
+ port:gnome-common \
+ port:gtk-doc \
+ port:intltool \
+ port:itstool \
+ port:yelp-tools
-depends_lib port:gtk2 \
- port:libgnomeui \
+depends_lib port:gtk3 \
port:libxml2 \
- port:libglade2
+ port:librsvg \
+ port:barcode \
+ port:qrencode
-configure.args --without-libebook \
- --disable-update-mimedb \
- --disable-update-desktopdb
+depends_run port:gnome-themes-standard \
+ port:yelp
-post-activate {
- system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
- system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+ xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
}
+configure.cmd ./autogen.sh
+
+configure.args --without-libebook \
+ --without-libzint \
+ --without-libiec16022 \
+ --enable-compile-warnings=minimum \
+ --disable-silent-rules \
+ --disable-schemas-compile
+
variant eds description {Build with Evolution Data Server support} {
depends_lib-append port:evolution-data-server
configure.args-delete --without-libebook
@@ -48,8 +64,14 @@
# evolution-data-server -> nss is not universal
#
-if { [variant_isset eds] } {
+if {[variant_isset eds]} {
universal_variant no
}
+post-activate {
+ system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+ system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+ system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
+}
+
livecheck.type gnome
Added: users/devans/GNOME-3/stable/dports/gnome/glabels/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glabels/files/autogen.sh (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/glabels/files/autogen.sh 2015-10-07 01:06:18 UTC (rev 140974)
@@ -0,0 +1,25 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="glabels"
+
+(test -f $srcdir/configure.ac \
+ && test -f $srcdir/README \
+ && test -d $srcdir/src) || {
+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+ echo " top-level $PKG_NAME directory"
+ exit 1
+}
+
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from the GNOME CVS"
+ exit 1
+}
+
+USE_GNOME2_MACROS=1
+USE_COMMON_DOC_BUILD=yes
+
+. gnome-autogen.sh
Deleted: users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-glib-2.32.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-glib-2.32.diff 2015-10-07 00:58:30 UTC (rev 140973)
+++ users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-glib-2.32.diff 2015-10-07 01:06:18 UTC (rev 140974)
@@ -1,564 +0,0 @@
---- libglabels/category.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/category.c 2012-10-31 04:45:28.000000000 -0500
-@@ -29,9 +29,7 @@
- #include "category.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <string.h>
-
- #include "libglabels-private.h"
---- libglabels/category.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/category.h 2012-10-31 04:45:28.000000000 -0500
-@@ -28,8 +28,7 @@
- #ifndef __CATEGORY_H__
- #define __CATEGORY_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
---- libglabels/db.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/db.c 2012-10-31 04:45:28.000000000 -0500
-@@ -29,11 +29,7 @@
- #include "db.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gdir.h>
--#include <glib/gmessages.h>
--#include <glib/ghash.h>
-+#include <glib.h>
- #include <string.h>
- #include <sys/stat.h>
- #include <sys/types.h>
---- libglabels/db.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/db.h 2012-10-31 04:45:28.000000000 -0500
-@@ -28,8 +28,7 @@
- #ifndef __DB_H__
- #define __DB_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
-
- #include "paper.h"
- #include "category.h"
---- libglabels/libglabels-private.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/libglabels-private.h 2012-10-31 04:45:28.000000000 -0500
-@@ -26,9 +26,7 @@
- #ifndef __LIBGLABELS_PRIVATE_H__
- #define __LIBGLABELS_PRIVATE_H__
-
--#include <glib/gutils.h>
--#include <glib/gfileutils.h>
--#include <glib/gunicode.h>
-+#include <glib.h>
-
- #include "str.h"
-
---- libglabels/paper.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/paper.c 2012-10-31 04:45:28.000000000 -0500
-@@ -27,9 +27,7 @@
- #include "paper.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <string.h>
-
- #include "libglabels-private.h"
---- libglabels/paper.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/paper.h 2012-10-31 04:45:28.000000000 -0500
-@@ -26,8 +26,7 @@
- #ifndef __PAPER_H__
- #define __PAPER_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
---- libglabels/template.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/template.c 2012-10-31 04:45:28.000000000 -0500
-@@ -29,10 +29,7 @@
- #include "template.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gqsort.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <string.h>
- #include <sys/stat.h>
- #include <sys/types.h>
---- libglabels/template.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/template.h 2012-10-31 04:45:28.000000000 -0500
-@@ -28,8 +28,7 @@
- #ifndef __TEMPLATE_H__
- #define __TEMPLATE_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
---- libglabels/xml-category.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/xml-category.c 2012-10-31 04:45:28.000000000 -0500
-@@ -27,7 +27,7 @@
- #include "xml-category.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <string.h>
- #include <libintl.h>
-
---- libglabels/xml-category.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/xml-category.h 2012-10-31 04:45:28.000000000 -0500
-@@ -26,8 +26,7 @@
- #ifndef __XML_CATEGORY_H__
- #define __XML_CATEGORY_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
- #include <libxml/tree.h>
-
- #include "category.h"
---- libglabels/xml-paper.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/xml-paper.c 2012-10-31 04:45:28.000000000 -0500
-@@ -27,7 +27,7 @@
- #include "xml-paper.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <string.h>
- #include <libintl.h>
-
---- libglabels/xml-paper.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/xml-paper.h 2012-10-31 04:45:28.000000000 -0500
-@@ -26,8 +26,7 @@
- #ifndef __XML_PAPER_H__
- #define __XML_PAPER_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
- #include <libxml/tree.h>
-
- #include "paper.h"
---- libglabels/xml-template.c.orig 2010-02-15 15:49:22.000000000 -0600
-+++ libglabels/xml-template.c 2012-10-31 04:45:29.000000000 -0500
-@@ -29,7 +29,7 @@
- #include "xml-template.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <string.h>
- #include <libintl.h>
-
---- libglabels/xml.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/xml.c 2012-10-31 04:45:29.000000000 -0500
-@@ -27,8 +27,7 @@
- #include "xml.h"
-
- #include <glib/gi18n.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <string.h>
-
- #include "libglabels-private.h"
---- libglabels/xml.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ libglabels/xml.h 2012-10-31 04:45:29.000000000 -0500
-@@ -26,7 +26,7 @@
- #ifndef __XML_H__
- #define __XML_H__
-
--#include <glib/gtypes.h>
-+#include <glib.h>
- #include <libxml/tree.h>
-
- #include "enums.h"
---- src/base64.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/base64.c 2012-10-31 04:45:29.000000000 -0500
-@@ -34,7 +34,7 @@
-
- #include "base64.h"
-
--#include <glib/gmem.h>
-+#include <glib.h>
- #include <ctype.h>
- #include <string.h>
-
---- src/base64.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/base64.h 2012-10-31 04:45:29.000000000 -0500
-@@ -29,7 +29,7 @@
- #ifndef __BASE64_H__
- #define __BASE64_H__
-
--#include <glib/gtypes.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
---- src/bc-gnubarcode.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/bc-gnubarcode.c 2012-10-31 04:45:29.000000000 -0500
-@@ -34,9 +34,7 @@
-
- #include <ctype.h>
- #include <string.h>
--#include <glib/gstring.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
-
- #include "barcode.h"
-
---- src/bc-iec16022.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/bc-iec16022.c 2012-10-31 04:45:29.000000000 -0500
-@@ -29,7 +29,7 @@
- #include <ctype.h>
- #include <string.h>
- #include <stdlib.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
-
- #include "iec16022ecc200.h"
-
---- src/bc-postnet.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/bc-postnet.c 2012-10-31 04:45:29.000000000 -0500
-@@ -32,9 +32,7 @@
- #include "bc-postnet.h"
-
- #include <ctype.h>
--#include <glib/gstring.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
-
- #include "debug.h"
-
---- src/bc.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/bc.c 2012-10-31 04:45:29.000000000 -0500
-@@ -26,9 +26,7 @@
- #include "bc.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
-
- #include "bc-postnet.h"
- #include "bc-gnubarcode.h"
---- src/bc.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/bc.h 2012-10-31 04:45:29.000000000 -0500
-@@ -24,8 +24,7 @@
- #ifndef __BC_H__
- #define __BC_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
- #include <pango/pango.h>
-
- G_BEGIN_DECLS
---- src/critical-error-handler.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/critical-error-handler.c 2012-10-31 04:45:29.000000000 -0500
-@@ -26,7 +26,7 @@
-
- #include "critical-error-handler.h"
-
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <glib/gi18n.h>
- #include <gtk/gtkmessagedialog.h>
- #include <gtk/gtkstock.h>
---- src/critical-error-handler.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/critical-error-handler.h 2012-10-31 04:45:29.000000000 -0500
-@@ -25,7 +25,7 @@
- #ifndef __CRITICAL_ERROR_HANDLER_H__
- #define __CRITICAL_ERROR_HANDLER_H__
-
--#include <glib/gmacros.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
---- src/debug.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/debug.c 2012-10-31 04:45:29.000000000 -0500
-@@ -32,10 +32,7 @@
-
- #include "debug.h"
-
--#include <glib/gutils.h>
--#include <glib/gmessages.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmem.h>
-+#include <glib.h>
-
- glDebugSection debug_flags = GLABELS_DEBUG_NONE;
-
---- src/debug.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/debug.h 2012-10-31 04:45:29.000000000 -0500
-@@ -32,7 +32,7 @@
- #ifndef __DEBUG_H__
- #define __DEBUG_H__
-
--#include <glib/gtypes.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
---- src/label-barcode.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/label-barcode.c 2012-10-31 04:45:29.000000000 -0500
-@@ -25,9 +25,7 @@
- #include "label-barcode.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <cairo.h>
- #include <pango/pangocairo.h>
-
---- src/label-box.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/label-box.c 2012-10-31 04:45:30.000000000 -0500
-@@ -24,9 +24,7 @@
-
- #include "label-box.h"
-
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
-
- #include "debug.h"
-
---- src/label-ellipse.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/label-ellipse.c 2012-10-31 04:45:30.000000000 -0500
-@@ -24,9 +24,7 @@
-
- #include "label-ellipse.h"
-
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <math.h>
-
- #include "cairo-ellipse-path.h"
---- src/label-image.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/label-image.c 2012-10-31 04:45:30.000000000 -0500
-@@ -24,9 +24,7 @@
-
- #include "label-image.h"
-
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <gdk/gdkcairo.h>
-
- #include "pixmaps/checkerboard.xpm"
---- src/label-line.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/label-line.c 2012-10-31 04:45:30.000000000 -0500
-@@ -24,9 +24,7 @@
-
- #include "label-line.h"
-
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
-
- #include "debug.h"
-
---- src/label-object.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/label-object.c 2012-10-31 04:45:30.000000000 -0500
-@@ -25,9 +25,7 @@
-
- #include "label-object.h"
-
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <math.h>
-
- #include "marshal.h"
---- src/label-text.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/label-text.c 2012-10-31 04:45:30.000000000 -0500
-@@ -24,9 +24,7 @@
-
- #include "label-text.h"
-
--#include <glib/gmem.h>
--#include <glib/gstrfuncs.h>
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <pango/pango.h>
- #include <math.h>
-
---- src/mini-preview-pixbuf-cache.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/mini-preview-pixbuf-cache.c 2012-10-31 04:45:30.000000000 -0500
-@@ -28,8 +28,7 @@
-
- #include "libglabels/db.h"
-
--#include <glib/gmem.h>
--#include <glib/ghash.h>
-+#include <glib.h>
-
- #include "debug.h"
-
---- src/pixbuf-cache.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/pixbuf-cache.h 2012-10-31 04:45:31.000000000 -0500
-@@ -24,8 +24,7 @@
- #ifndef __PIXBUF_CACHE_H__
- #define __PIXBUF_CACHE_H__
-
--#include <glib/gmem.h>
--#include <glib/ghash.h>
-+#include <glib.h>
- #include <gdk-pixbuf/gdk-pixbuf.h>
-
- G_BEGIN_DECLS
---- src/stock.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/stock.h 2012-10-31 04:45:31.000000000 -0500
-@@ -25,7 +25,7 @@
- #ifndef __STOCK_H__
- #define __STOCK_H__
-
--#include <glib/gmacros.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
---- src/text-node.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/text-node.h 2012-10-31 04:45:31.000000000 -0500
-@@ -24,8 +24,7 @@
- #ifndef __TEXT_NODE_H__
- #define __TEXT_NODE_H__
-
--#include <glib/gtypes.h>
--#include <glib/glist.h>
-+#include <glib.h>
- #include "merge.h"
-
- G_BEGIN_DECLS
---- src/util.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/util.h 2012-10-31 04:45:31.000000000 -0500
-@@ -25,7 +25,7 @@
- #ifndef __UTIL_H__
- #define __UTIL_H__
-
--#include <glib/glist.h>
-+#include <glib.h>
- #include <gtk/gtkcombobox.h>
- #include <pango/pango.h>
-
---- src/view-barcode.c.orig 2010-04-10 23:11:39.000000000 -0500
-+++ src/view-barcode.c 2012-10-31 04:45:31.000000000 -0500
-@@ -26,7 +26,7 @@
- #include "view-barcode.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
-+#include <glib.h>
-
- #include "color.h"
- #include "object-editor.h"
---- src/view-box.c.orig 2010-04-10 23:11:39.000000000 -0500
-+++ src/view-box.c 2012-10-31 04:45:31.000000000 -0500
-@@ -26,7 +26,7 @@
- #include "view-box.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
-+#include <glib.h>
-
- #include "color.h"
- #include "object-editor.h"
---- src/view-ellipse.c.orig 2010-04-10 23:11:39.000000000 -0500
-+++ src/view-ellipse.c 2012-10-31 04:45:31.000000000 -0500
-@@ -26,7 +26,7 @@
- #include "view-ellipse.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
-+#include <glib.h>
- #include <math.h>
-
- #include "cairo-ellipse-path.h"
---- src/view-image.c.orig 2010-04-10 23:11:39.000000000 -0500
-+++ src/view-image.c 2012-10-31 04:45:32.000000000 -0500
-@@ -26,7 +26,7 @@
- #include "view-image.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
-+#include <glib.h>
-
- #include "color.h"
- #include "object-editor.h"
---- src/view-line.c.orig 2010-04-10 23:11:39.000000000 -0500
-+++ src/view-line.c 2012-10-31 04:45:32.000000000 -0500
-@@ -26,7 +26,7 @@
- #include "view-line.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
-+#include <glib.h>
-
- #include "color.h"
- #include "object-editor.h"
---- src/view-text.c.orig 2010-04-10 23:11:39.000000000 -0500
-+++ src/view-text.c 2012-10-31 04:45:32.000000000 -0500
-@@ -26,7 +26,7 @@
- #include "view-text.h"
-
- #include <glib/gi18n.h>
--#include <glib/gmem.h>
-+#include <glib.h>
-
- #include "color.h"
- #include "object-editor.h"
---- src/warning-handler.c.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/warning-handler.c 2012-10-31 04:45:32.000000000 -0500
-@@ -26,7 +26,7 @@
-
- #include "warning-handler.h"
-
--#include <glib/gmessages.h>
-+#include <glib.h>
- #include <glib/gi18n.h>
- #include <gtk/gtkmessagedialog.h>
- #include <gtk/gtkstock.h>
---- src/warning-handler.h.orig 2009-11-30 07:18:41.000000000 -0600
-+++ src/warning-handler.h 2012-10-31 04:45:32.000000000 -0500
-@@ -25,7 +25,7 @@
- #ifndef __WARNING_HANDLER_H__
- #define __WARNING_HANDLER_H__
-
--#include <glib/gmacros.h>
-+#include <glib.h>
-
- G_BEGIN_DECLS
-
Deleted: users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff 2015-10-07 00:58:30 UTC (rev 140973)
+++ users/devans/GNOME-3/stable/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff 2015-10-07 01:06:18 UTC (rev 140974)
@@ -1,10 +0,0 @@
---- iec16022-0.2.1/iec16022ecc200.c.orig 2008-03-26 18:02:31.000000000 -0500
-+++ iec16022-0.2.1/iec16022ecc200.c 2008-03-26 18:02:47.000000000 -0500
-@@ -29,7 +29,6 @@
- #include <string.h>
- #include <time.h>
- #include <popt.h>
--#include <malloc.h>
- #include "reedsol.h"
- #include "iec16022ecc200.h"
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151006/e89cbb22/attachment-0001.html>
More information about the macports-changes
mailing list