[50704] trunk/dports/x11/pango-devel

ryandesign at macports.org ryandesign at macports.org
Thu May 7 02:20:35 PDT 2009


Revision: 50704
          http://trac.macports.org/changeset/50704
Author:   ryandesign at macports.org
Date:     2009-05-07 02:20:34 -0700 (Thu, 07 May 2009)
Log Message:
-----------
pango-devel: remove gtk-doc dependency and patch docs Makefile instead (merge from pango r50703; see #19547)

Modified Paths:
--------------
    trunk/dports/x11/pango-devel/Portfile

Added Paths:
-----------
    trunk/dports/x11/pango-devel/files/patch-which.diff

Property Changed:
----------------
    trunk/dports/x11/pango-devel/


Property changes on: trunk/dports/x11/pango-devel
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/dports/x11/pango:50151-50159
   + /trunk/dports/x11/pango:50151-50159,50703

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2009-05-07 09:15:30 UTC (rev 50703)
+++ trunk/dports/x11/pango-devel/Portfile	2009-05-07 09:20:34 UTC (rev 50704)
@@ -31,7 +31,6 @@
     rmd160  ae997f73cf353c52e1f47e9a1bfb381215a64abc
 
 depends_build \
-    path:bin/gtkdoc-rebase:gtk-doc \
     port:pkgconfig
 
 depends_lib \
@@ -40,6 +39,7 @@
     path:lib/pkgconfig/cairo.pc:cairo
 
 patchfiles \
+    patch-which.diff \
     patch-ltmain.sh.diff
 
 configure.ccache        no

Copied: trunk/dports/x11/pango-devel/files/patch-which.diff (from rev 50703, trunk/dports/x11/pango/files/patch-which.diff)
===================================================================
--- trunk/dports/x11/pango-devel/files/patch-which.diff	                        (rev 0)
+++ trunk/dports/x11/pango-devel/files/patch-which.diff	2009-05-07 09:20:34 UTC (rev 50704)
@@ -0,0 +1,20 @@
+--- docs/Makefile.in.orig	2009-05-04 15:05:17.000000000 -0500
++++ docs/Makefile.in	2009-05-07 04:08:23.000000000 -0500
+@@ -785,7 +785,7 @@
+ 	    mv -f $${installdir}/$(DOC_MODULE).devhelp \
+ 	      $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
+ 	  fi; \
+-	  ! which gtkdoc-rebase >/dev/null 2>&1 || \
++	  ! test -x "`which gtkdoc-rebase`" || \
+ 	    gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \
+ 	fi
+ 
+@@ -815,7 +815,7 @@
+ 	-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
+ 	-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+ 	cd $(distdir) && rm -f $(DISTCLEANFILES)
+-	! which gtkdoc-rebase >/dev/null 2>&1 || \
++	! test -x "`which gtkdoc-rebase`" || \
+ 	  gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+ 
+ .PHONY : dist-hook-local docs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090507/f13fde75/attachment.html>


More information about the macports-changes mailing list