Hi, security/subversion-gnome-keyring fails to install due to plist issue. It occurs both WITH_SUBVERSION_VER=18 and not. I'm creating a patch for this. Will be attached later. if WITH_SUBVERSION_VER==18: # make clean stage check-orphans (snip) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libsvn_auth_gnome_keyring-1.so.0.0.0 is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency Warning: you need USE_GNOME+=glib20 Error: /usr/local/lib/libsvn_auth_gnome_keyring-1.so.0.0.0 is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: libdata/pkgconfig/libsvn_auth_gnome_keyring.pc ===> Error: Plist issues found. *** Error code 1 Stop. if WITH_SUBVERSION_VER not defined: # make clean stage check-orphans (snip) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/libsvn_auth_gnome_keyring-1.a ===> Error: Plist issues found. *** Error code 1 Stop.
Created attachment 192614 [details] patch - Fix plist issue both subversion 1.8 and 1.10 - Relax USES and USE_* dependency warnings - While here, fix typo in COMMENT
Created attachment 192618 [details] patch
Should be fixed now