Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2018 15:07:48 +0300
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        Koichiro Iwao <meta@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:  <68dcb810-cd8b-72ec-a3b1-a7864109630b@FreeBSD.org>
In-Reply-To: <01010162db4d1457-2213631a-a6c2-4c6e-a40d-184e90ef99b1-000000@us-west-2.amazonses.com>
References:  <201804181831.w3IIVroW031816@repo.freebsd.org> <01010162db4d1457-2213631a-a6c2-4c6e-a40d-184e90ef99b1-000000@us-west-2.amazonses.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 19.04.2018 3:28, Koichiro Iwao wrote:

 1.8 will be discontinued at weekend.

> 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
> 


-- 
// Lev Serebryakov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?68dcb810-cd8b-72ec-a3b1-a7864109630b>