Hi ports --

I discovered that graphics/evince fails at 'make fake' when you have FLAVOR=no_nautilus (or any combination that includes no_nautilus). The attached patched fixes this.

OK?

~Brian

? evincefix.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/evince/Makefile,v
retrieving revision 1.85
diff -u -p -r1.85 Makefile
--- Makefile	15 Oct 2012 09:48:31 -0000	1.85
+++ Makefile	8 Feb 2013 11:55:27 -0000
@@ -12,6 +12,7 @@ GNOME_VERSION=	3.6.1
 
 MAJ_V=		3.0
 SUBST_VARS=	MAJ_V
+REVISION=	0
 
 CATEGORIES=	graphics print
 
@@ -124,7 +125,6 @@ CONFIGURE_ARGS+= --disable$s
 .endfor
 
 post-install:
-	rm ${PREFIX}/lib/nautilus/extensions-${MAJ_V}/*.la
 	rm ${PREFIX}/lib/evince/4/backends/*.la
 
 .include <bsd.port.mk>
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/graphics/evince/pkg/PLIST-main,v
retrieving revision 1.25
diff -u -p -r1.25 PLIST-main
--- pkg/PLIST-main	15 Oct 2012 09:48:31 -0000	1.25
+++ pkg/PLIST-main	8 Feb 2013 11:55:30 -0000
@@ -69,6 +69,8 @@ lib/libevdocument3.la
 @lib lib/libevdocument3.so.${LIBevdocument3_VERSION}
 lib/libevview3.la
 @lib lib/libevview3.so.${LIBevview3_VERSION}
+@comment lib/nautilus/
+@comment lib/nautilus/extensions-${MAJ_V}/
 lib/pkgconfig/evince-document-${MAJ_V}.pc
 lib/pkgconfig/evince-view-${MAJ_V}.pc
 @bin libexec/evinced

Reply via email to