svn commit: r349235 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Wed Mar 26 08:34:54 UTC 2014


Author: antoine
Date: Wed Mar 26 08:34:53 2014
New Revision: 349235
URL: http://svnweb.freebsd.org/changeset/ports/349235
QAT: https://qat.redports.org/buildarchive/r349235/

Log:
  Add ocamlfind to _FORCE_POST_PATTERNS
  This will silence warnings from pkg about files already removed by "ocamlfind remove" during "pkg remove".
  Note: I am not convinced that running "ocamlfind remove" during uninstall is necessary as all files are tracked.

Modified:
  head/Mk/bsd.pkgng.mk

Modified: head/Mk/bsd.pkgng.mk
==============================================================================
--- head/Mk/bsd.pkgng.mk	Wed Mar 26 08:27:51 2014	(r349234)
+++ head/Mk/bsd.pkgng.mk	Wed Mar 26 08:34:53 2014	(r349235)
@@ -23,6 +23,7 @@ _FORCE_POST_PATTERNS=	rmdir kldxref mkfo
 						gtk-query-immodules \
 						ldconfig \
 						load-octave-pkg \
+						ocamlfind \
 						update-desktop-database update-mime-database \
 						gdk-pixbuf-query-loaders catalog.ports \
 						glib-compile-schemas \


More information about the svn-ports-all mailing list