[122675] trunk/dports/editors/cssed

jmr at macports.org jmr at macports.org
Sat Jul 26 08:38:46 PDT 2014


Revision: 122675
          https://trac.macports.org/changeset/122675
Author:   jmr at macports.org
Date:     2014-07-26 08:38:46 -0700 (Sat, 26 Jul 2014)
Log Message:
-----------
cssed: build fix, needs to link with gmodule-2.0

Modified Paths:
--------------
    trunk/dports/editors/cssed/Portfile

Added Paths:
-----------
    trunk/dports/editors/cssed/files/configure.diff

Modified: trunk/dports/editors/cssed/Portfile
===================================================================
--- trunk/dports/editors/cssed/Portfile	2014-07-26 15:20:10 UTC (rev 122674)
+++ trunk/dports/editors/cssed/Portfile	2014-07-26 15:38:46 UTC (rev 122675)
@@ -16,7 +16,7 @@
 homepage		http://cssed.sourceforge.net/
 master_sites	sourceforge:project/cssed/cssed/${version}
 checksums		md5 ff7c818d1f819b7d76b4f714be64e08e
-patchfiles		patch-src-Makefile.in
+patchfiles		patch-src-Makefile.in configure.diff
 
 depends_lib	port:gtk2 \
 		port:libxml2

Added: trunk/dports/editors/cssed/files/configure.diff
===================================================================
--- trunk/dports/editors/cssed/files/configure.diff	                        (rev 0)
+++ trunk/dports/editors/cssed/files/configure.diff	2014-07-26 15:38:46 UTC (rev 122675)
@@ -0,0 +1,20 @@
+--- configure.orig	2005-09-28 19:41:40.000000000 +1000
++++ configure	2014-07-27 01:36:21.000000000 +1000
+@@ -6011,6 +6011,17 @@
+    { (exit 1); exit 1; }; }
+ fi
+ 
++echo -n "checking for gmodule-2.0... "
++if pkg-config --exists gmodule-2.0 ; then
++	echo "yes"
++pkg_modules="$pkg_modules gmodule-2.0"
++else
++	echo "no"
++	{ { echo "$as_me:$LINENO: error: gmodule-2.0 not found please install the glib2 development package" >&5
++echo "$as_me: error: gmodule-2.0 not found please install the glib2 development package" >&2;}
++   { (exit 1); exit 1; }; }
++fi
++
+ echo -n "checking for libxml-2.0 ... "
+ if pkg-config --exists libxml-2.0 ; then
+ 	echo "yes"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140726/2f8df2b3/attachment.html>


More information about the macports-changes mailing list