svn commit: r351726 - head/Mk/Scripts

Antoine Brodin antoine at FreeBSD.org
Mon Apr 21 22:08:33 UTC 2014


Author: antoine
Date: Mon Apr 21 22:08:32 2014
New Revision: 351726
URL: http://svnweb.freebsd.org/changeset/ports/351726
QAT: https://qat.redports.org/buildarchive/r351726/

Log:
  Fill orphans white list with files regenerated by installation scripts:
  - info directories
  - fonts.dir and fonts.scale
  - desktop database
  - mime database
  
  With hat:	portmgr

Modified:
  head/Mk/Scripts/check-stagedir.sh

Modified: head/Mk/Scripts/check-stagedir.sh
==============================================================================
--- head/Mk/Scripts/check-stagedir.sh	Mon Apr 21 22:03:34 2014	(r351725)
+++ head/Mk/Scripts/check-stagedir.sh	Mon Apr 21 22:08:32 2014	(r351726)
@@ -261,7 +261,22 @@ while read path; do
 	case "${path}" in
 	*.bak) ;;
 	*.orig) ;;
-	#*/info/dir|info/dir) ;;
+	*/info/dir|info/dir) ;;
+	lib/X11/fonts/*/fonts.dir) ;;
+	lib/X11/fonts/*/fonts.scale) ;;
+	share/applications/mimeinfo.cache) ;;
+	share/mime/XMLnamespaces) ;;
+	share/mime/aliases) ;;
+	share/mime/generic-icons) ;;
+	share/mime/globs) ;;
+	share/mime/globs2) ;;
+	share/mime/icons) ;;
+	share/mime/magic) ;;
+	share/mime/mime.cache) ;;
+	share/mime/subclasses) ;;
+	share/mime/treemagic) ;;
+	share/mime/types) ;;
+	share/mime/version) ;;
 	*)
 		# An orphan was found, return non-zero status
 		ret=1


More information about the svn-ports-all mailing list