Solved Oniguruma5 conflict

Hi,

I'm encountering an issue while trying to update my ports as usual (i.e. portsnap fetch update then portmaster -a) :

Code:
pkg-static: oniguruma5-5.9.6 conflicts with oniguruma4-4.7.1_1 (installs files into the same place).  Problematic file: /usr/local/bin/onig-config
*** Error code 70
I could remove devel/oniguruma4 then retry updating but there are too much dependencies and I don't want to break my production:
Code:
root@icecube BSD:/usr/ports/devel/oniguruma5 # pkg delete oniguruma4
Updating database digests format: 100%
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 6 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
  oniguruma4-4.7.1_1
  php56-mbstring-5.6.16
  mediawiki125-1.25.3
  roundcube-1.1.3_1,1
  phpMyAdmin-4.5.2
  owncloud-8.2.1

The operation will free 218 MiB.

Proceed with deinstalling packages? [y/N]: N

Can somebody advise ?

I'm running FreeBSD 10.1-RELEASE-p25 with an updated source tree.

Thanks :)
 
Back
Top