Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 20:10:13 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450934 - head
Message-ID:  <201709292010.v8TKADZQ028414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Fri Sep 29 20:10:13 2017
New Revision: 450934
URL: https://svnweb.freebsd.org/changeset/ports/450934

Log:
  Give a hint for those who strugges updating PHP after
  dependency switch from devel/oniguruma5 to devel/oniguruma6
  
  PR:		220809
  Reported by:	dvl
  Approved by:	ale (maintainer timeout, 8 weeks)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Sep 29 19:45:27 2017	(r450933)
+++ head/UPDATING	Fri Sep 29 20:10:13 2017	(r450934)
@@ -5,6 +5,26 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20170930:
+  AFFECTS: users of PHP and its modules
+  AUTHOR: eugen@FreeBSD.org
+
+  All lang/php* ports switched to depend on devel/oniguruma6
+  instead of previous oniguruma version some time ago.
+
+  If you have not moved from devel/oniguruma5 before and
+  have troubles updating PHP,
+
+  for users of portmaster:
+	portmaster -o devel/oniguruma6 devel/oniguruma5
+	portmaster -r devel/oniguruma6
+
+  for users of portupgrade:
+	portupgrade -o devel/oniguruma6 devel/oniguruma5
+	portupgrade -fr devel/oniguruma6
+
+  pkg should handle this automatically.
+
 20170928:
   AFFECTS: users of security/courier-authlib and its modules
   AUTHOR: madpilot@FreeBSD.org



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