Hi, I am using FreeBSD 11.1-RELEASE-p9.
I use binary packages, except for mailman (which I needed to install via ports because of some options, see Thread 65502).
Everytime I use
	
	
	
		
Of course I don't want to reinstall mailman, as it will be reverted to binary package's options.
What is correct way to handle this situation?
Should I simply ignore this warning, and upgrade only other package (in this case, only libnghttp2 for example)?
Thank you
				
			I use binary packages, except for mailman (which I needed to install via ports because of some options, see Thread 65502).
Everytime I use
 pkg upgrade, I get this:
		Code:
	
	# pkg upgrade
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%    944 B   0.9kB/s    00:01
Fetching packagesite.txz: 100%    6 MiB   3.2MB/s    00:02
Processing entries: 100%
FreeBSD repository update completed. 31143 packages processed.
All repositories are up to date.
Checking for upgrades (2 candidates): 100%
Processing candidates (2 candidates): 100%
The following 2 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
        libnghttp2: 1.31.0 -> 1.31.1
Installed packages to be REINSTALLED:
        mailman-2.1.26_4 (options changed)
Number of packages to be upgraded: 1
Number of packages to be reinstalled: 1
108 KiB to be downloaded.
Proceed with this action? [y/N]: n
	Of course I don't want to reinstall mailman, as it will be reverted to binary package's options.
What is correct way to handle this situation?
Should I simply ignore this warning, and upgrade only other package (in this case, only libnghttp2 for example)?
Thank you