svn commit: r397930 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Sat Sep 26 06:37:41 UTC 2015


Author: antoine
Date: Sat Sep 26 06:37:40 2015
New Revision: 397930
URL: https://svnweb.freebsd.org/changeset/ports/397930

Log:
  Restore _FORCE_POST_PATTERNS, some ports are were missed in the conversion
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Sep 26 06:28:52 2015	(r397929)
+++ head/Mk/bsd.port.mk	Sat Sep 26 06:37:40 2015	(r397930)
@@ -1813,8 +1813,16 @@ PKGPREUPGRADE?=		${PKGDIR}/pkg-pre-upgra
 PKGPOSTUPGRADE?=	${PKGDIR}/pkg-post-upgrade
 PKGUPGRADE?=		${PKGDIR}/pkg-upgrade
 
-_FORCE_POST_PATTERNS=	rmdir fc-cache \
+_FORCE_POST_PATTERNS=	rmdir kldxref mkfontscale mkfontdir fc-cache \
 						fonts.dir fonts.scale gtk-update-icon-cache \
+						gio-querymodules \
+						gtk-query-immodules \
+						ldconfig \
+						load-octave-pkg \
+						ocamlfind \
+						update-desktop-database update-mime-database \
+						gdk-pixbuf-query-loaders catalog.ports \
+						glib-compile-schemas \
 						ccache-update-links
 
 .if defined(USE_LOCAL_MK)


More information about the svn-ports-all mailing list