As spotted by Moritz Grimm, gimp pulls textproc/gtk-doc if installed at
configure-time, this patch instruct the configure script not to try to use
textproc/gtk-doc.
Comments ? Ok ? Better patches ?
Cheers
Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/gimp/stable/Makefile,v
retrieving revision 1.84
diff -u -p -r1.84 Makefile
--- Makefile 27 Nov 2012 12:12:41 -0000 1.84
+++ Makefile 25 Jan 2013 12:14:54 -0000
@@ -5,7 +5,7 @@ COMMENT= GNU Image Manipulation Program
SHARED_ONLY= Yes
DISTNAME= gimp-2.8.2
-REVISION= 0
+REVISION= 1
SHARED_LIBS+= gimp-2.0 272.0 # 800.0
SHARED_LIBS+= gimpbase-2.0 272.0 # 800.0
@@ -78,7 +78,8 @@ CONFIGURE_ARGS+=--enable-gimp-console \
--without-gvfs \
--without-webkit
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ ac_cv_path_GTKDOC_CHECK="false" ac_cv_path_GTKDOC_REBASE="false" ac_cv_path_GTKDOC_MKPDF="false"
post-install:
@rm ${PREFIX}/lib/gimp/2.0/modules/*.{a,la}