Created attachment 155634 [details] Bump port revisions affected by iconv update The update to iconv to remove const updated a numbers ports to fix the removal of the const qualifier however not all ports had their revision bumped which can cause build issues. One such direct issue I encountered was Ice needed to be rebuilt to support the const qualifier, without the rebuild all packages which depend on it for build now fail. I've reviewed all ports affected and have provided a patch to bump all of their revisions, see attached. This also includes two additional fixes to games/cuyo which prevented me from testing its build after bumping the revision: 1. Add dependency on perl5. 2. Fix path to perl binary in scripts. Hope this helps.
A commit references this bug: Author: tijl Date: Thu Apr 16 07:33:12 UTC 2015 New revision: 384087 URL: https://svnweb.freebsd.org/changeset/ports/384087 Log: Bump PORTREVISION after r384038 because it added patches for headers that are installed. PR: 199473 Submitted by: smh Changes: head/devel/ice/Makefile head/net-p2p/libtorrent-rasterbar/Makefile
I've only bumped devel/ice and net-p2p/libtorrent-rasterbar for now because those are the only two where patches were added for a header that is also installed. Are there other cases where the package content might have changed? The fix for cuyo can be committed separately.