svn commit: r352902 - head/x11-fm/pbi-thumbnailer

Antoine Brodin antoine at FreeBSD.org
Sat May 3 11:23:27 UTC 2014


Author: antoine
Date: Sat May  3 11:23:26 2014
New Revision: 352902
URL: http://svnweb.freebsd.org/changeset/ports/352902
QAT: https://qat.redports.org/buildarchive/r352902/

Log:
  Mark BROKEN: Violates stagedir and fails to package
  ====>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
  extra: usr/local/share/mime/packages/pbi-thumbnail-mime.xml
  extra: usr/local/etc/gconf/schemas/pbi-thumbnail.schemas
  ..
  ===>  Building package for pbi-thumbnailer-0.9.2_5
  pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/share/mime/packages/pbi-thumbnail-mime.xml): No such file or directory
  pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/etc/gconf/schemas/pbi-thumbnail.schemas): No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/x11-fm/pbi-thumbnailer/Makefile

Modified: head/x11-fm/pbi-thumbnailer/Makefile
==============================================================================
--- head/x11-fm/pbi-thumbnailer/Makefile	Sat May  3 10:58:36 2014	(r352901)
+++ head/x11-fm/pbi-thumbnailer/Makefile	Sat May  3 11:23:26 2014	(r352902)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://www.marcuscom.com/p
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Generates icon thumbnails for PC-BSD installer files
 
+BROKEN=		Violates stagedir and fails to package
+
 USES=		pkgconfig tar:bzip2 uidfix shared-mime-info
 USE_GNOME=	gtk20 gconf2
 MAKE_ENV=	GCONF_CONFIG_SOURCE=${GCONF_CONFIG_SOURCE} UPDATE_MIME_DATABASE=${TRUE}


More information about the svn-ports-all mailing list