svn commit: r467728 - in head/security: subversion-gnome-keyring subversion-kwallet
Koichiro Iwao
meta at freebsd.org
Thu Apr 19 01:32:11 UTC 2018
Hi,
still broken if WITH_SUBVERSION_VER=18. See the patch I suggested:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227606
Please note security/subversion-gnome-keyring will be built with
multiple
svn versions and pkg-plist differs depending on svn version.
Build should be tested by poudriere both for WITH_SUBVERSION_VER=18 and
not.
On Wed, Apr 18, 2018 at 06:31:53PM +0000, Lev A. Serebryakov wrote:
> Author: lev
> Date: Wed Apr 18 18:31:53 2018
> New Revision: 467728
> URL: https://svnweb.freebsd.org/changeset/ports/467728
>
> Log:
> Fix build of new version.
>
> Modified:
> head/security/subversion-gnome-keyring/Makefile
> head/security/subversion-gnome-keyring/pkg-plist
> head/security/subversion-kwallet/Makefile
> head/security/subversion-kwallet/pkg-plist
>
> Modified: head/security/subversion-gnome-keyring/Makefile
> ==============================================================================
> --- head/security/subversion-gnome-keyring/Makefile Wed Apr 18
> 18:17:15 2018 (r467727)
> +++ head/security/subversion-gnome-keyring/Makefile Wed Apr 18
> 18:31:53 2018 (r467728)
> @@ -3,7 +3,7 @@
>
> PKGNAMESUFFIX= -gnome-keyring
> CATEGORIES= security gnome
> -PORTREVISION= 2
> +PORTREVISION= 3
>
> MAINTAINER= lev at FreeBSD.org
> COMMENT= Gnome KWyring integration for Version control system
> @@ -19,7 +19,7 @@ SVN_BUILD_ADDONS= yes
>
> .include "${MASTERDIR}/Makefile.common"
>
> -LIB_DEPENDS+= libgnome-keyring.so:security/libgnome-keyring
> +LIB_DEPENDS+= libsecret-1.so:security/libsecret
>
> CONFIGURE_ARGS+= --with-gnome-keyring
>
>
> Modified: head/security/subversion-gnome-keyring/pkg-plist
> ==============================================================================
> --- head/security/subversion-gnome-keyring/pkg-plist Wed Apr 18
> 18:17:15 2018 (r467727)
> +++ head/security/subversion-gnome-keyring/pkg-plist Wed Apr 18
> 18:31:53 2018 (r467728)
> @@ -1,4 +1,3 @@
> -lib/libsvn_auth_gnome_keyring-1.a
> lib/libsvn_auth_gnome_keyring-1.so
> lib/libsvn_auth_gnome_keyring-1.so.0
> lib/libsvn_auth_gnome_keyring-1.so.0.0.0
>
> Modified: head/security/subversion-kwallet/Makefile
> ==============================================================================
> --- head/security/subversion-kwallet/Makefile Wed Apr 18 18:17:15
> 2018 (r467727)
> +++ head/security/subversion-kwallet/Makefile Wed Apr 18 18:31:53
> 2018 (r467728)
> @@ -2,7 +2,7 @@
> # $FreeBSD$
>
> PKGNAMESUFFIX= -kwallet
> -PORTREVISION= 4
> +PORTREVISION= 5
> CATEGORIES= security kde
>
> MAINTAINER= lev at FreeBSD.org
> @@ -23,7 +23,7 @@ USES+= kde:4
>
> .include "${MASTERDIR}/Makefile.common"
>
> -CONFIGURE_ARGS+= --with-kwallet=${KDE_PREFIX}
> +CONFIGURE_ARGS+= --with-kwallet=${KDE_PREFIX}/include/kde4:${KDE_PREFIX}/lib
>
> ALL_TARGET= kwallet-lib
> INSTALL_TARGET= install-kwallet-lib
>
> Modified: head/security/subversion-kwallet/pkg-plist
> ==============================================================================
> --- head/security/subversion-kwallet/pkg-plist Wed Apr 18 18:17:15
> 2018 (r467727)
> +++ head/security/subversion-kwallet/pkg-plist Wed Apr 18 18:31:53
> 2018 (r467728)
> @@ -1,4 +1,3 @@
> -lib/libsvn_auth_kwallet-1.a
> lib/libsvn_auth_kwallet-1.so
> lib/libsvn_auth_kwallet-1.so.0
> lib/libsvn_auth_kwallet-1.so.0.0.0
--
meta
More information about the svn-ports-all
mailing list