[102957] trunk/dports/gnome/yelp

jeremyhu at macports.org jeremyhu at macports.org
Mon Feb 11 00:00:15 PST 2013


Revision: 102957
          https://trac.macports.org/changeset/102957
Author:   jeremyhu at macports.org
Date:     2013-02-11 00:00:15 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
yelp: Add missing link against gthread-2.0 and support automake-1.13

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

Added Paths:
-----------
    trunk/dports/gnome/yelp/files/
    trunk/dports/gnome/yelp/files/automake-1.13.patch
    trunk/dports/gnome/yelp/files/missing-links.patch

Modified: trunk/dports/gnome/yelp/Portfile
===================================================================
--- trunk/dports/gnome/yelp/Portfile	2013-02-11 07:56:22 UTC (rev 102956)
+++ trunk/dports/gnome/yelp/Portfile	2013-02-11 08:00:15 UTC (rev 102957)
@@ -45,6 +45,10 @@
 
 use_bzip2       yes
 
+patchfiles      missing-links.patch automake-1.13.patch
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.cppflags-append  -I${prefix}/include/nspr
 
 configure.args  --x-includes=${prefix}/include \

Added: trunk/dports/gnome/yelp/files/automake-1.13.patch
===================================================================
--- trunk/dports/gnome/yelp/files/automake-1.13.patch	                        (rev 0)
+++ trunk/dports/gnome/yelp/files/automake-1.13.patch	2013-02-11 08:00:15 UTC (rev 102957)
@@ -0,0 +1,10 @@
+--- configure.in.orig	2013-02-10 23:53:31.000000000 -0800
++++ configure.in	2013-02-10 23:53:48.000000000 -0800
+@@ -19,7 +19,6 @@ AM_GCONF_SOURCE_2
+ AC_PROG_LN_S
+ AC_PROG_CC
+ AC_PROG_CXX
+-AM_PROG_CC_STDC
+ AC_ISC_POSIX
+ AC_HEADER_STDC
+ AM_PROG_LIBTOOL

Added: trunk/dports/gnome/yelp/files/missing-links.patch
===================================================================
--- trunk/dports/gnome/yelp/files/missing-links.patch	                        (rev 0)
+++ trunk/dports/gnome/yelp/files/missing-links.patch	2013-02-11 08:00:15 UTC (rev 102957)
@@ -0,0 +1,10 @@
+--- configure.in.orig	2010-09-28 07:12:10.000000000 -0700
++++ configure.in	2013-02-10 23:51:58.000000000 -0800
+@@ -68,6 +68,7 @@ AM_GLIB_DEFINE_LOCALEDIR([GNOMELOCALEDIR
+ PKG_CHECK_MODULES(YELP,
+ [
+ 	gio-2.0
++	gthread-2.0
+ 	gconf-2.0
+ 	gnome-doc-utils >= 0.19.1
+ 	gtk+-unix-print-2.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/cf650f75/attachment.html>


More information about the macports-changes mailing list