Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2018 00:28:04 +0000
From:      Koichiro Iwao <meta@freebsd.org>
To:        "Lev A. Serebryakov" <lev@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org
Subject:   Re: svn commit: r467728 - in head/security: subversion-gnome-keyring subversion-kwallet
Message-ID:  <01010162db4d1457-2213631a-a6c2-4c6e-a40d-184e90ef99b1-000000@us-west-2.amazonses.com>
In-Reply-To: <201804181831.w3IIVroW031816@repo.freebsd.org>
References:  <201804181831.w3IIVroW031816@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01010162db4d1457-2213631a-a6c2-4c6e-a40d-184e90ef99b1-000000>