Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 08:34:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349235 - head/Mk
Message-ID:  <201403260834.s2Q8YsIt079410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403260834.s2Q8YsIt079410>