For any committers who want to pitch in or just wonder how their ports are affected, here's what's up:
PFRAG.shared can be folded into PLIST without restrictions. Remember the REVISION bump. NO_SHARED_ARCHS isn't set any longer and PROPERTIES:Mno_shared will never match. Instances of these can be removed. However, there are usually .if branches to consider. NO_SHARED_LIBS is always set to "No". It can be removed. CONFIGURE_SHARED always expands to "--enable-shared". I expect that this is the upstream default for the vast majority of affected ports. I currently have a bulk build running that will identify all ports that actually require CONFIGURE_ARGS = --enable-shared. Once that is done, all remaining instances of CONFIGURE_SHARED can be removed. SHARED_ONLY: DO NOT REMOVE from Perl ports. -- Christian "naddy" Weisgerber [email protected]
