From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 4 08:30:00 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8AEC8129; Mon, 4 Nov 2013 08:30:00 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id AC1FA23CEDD; Mon, 4 Nov 2013 09:29:58 +0100 (CET) Message-ID: <52775B05.2090402@FreeBSD.org> Date: Mon, 04 Nov 2013 09:29:57 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: novel@freebsd.org Subject: further libgnome-keyring issues (minor) X-Enigmail-Version: 1.5.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="B9f05pwjk75E8OGLdROdOijNAC0VV80l3" Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 08:30:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --B9f05pwjk75E8OGLdROdOijNAC0VV80l3 Content-Type: multipart/mixed; boundary="------------070005040305000303020800" This is a multi-part message in MIME format. --------------070005040305000303020800 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Thanks for fixing the dependency. However, there are still warnings: > [mandree@apollo /usr/ports.svn/security/libgnome-keyring]$ make > /!\ libgnome-keyring-2.32.0_6: Makefile warnings, please consider fixin= g /!\ >=20 > USE_GMAKE is deprecated, consider using USES=3Dgmake > USE_GNOME=3Dgnomehack is deprecated, please use USES=3Dpathfix > Please use the new format for LIB_DEPENDS, see handbook for details >=20 > =3D=3D=3D> Fetching all distfiles required by libgnome-keyring-2.32.0_6= for building =2E.. You can enable these warnings with echo >>/etc/make.conf DEVELOPER=3Dyes Please review the attached patch, which fixes all of them, and apply if you deem it fit. Note this will require run-time testing, but I have not yet done that. Thank you. Best regards Matthias --------------070005040305000303020800 Content-Type: text/plain; charset=UTF-8; name="patch-security_libgnome-keyring" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-security_libgnome-keyring" Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 332671) +++ Makefile (working copy) @@ -10,13 +10,12 @@ MAINTAINER=3D gnome@FreeBSD.org COMMENT=3D Program that keeps passwords and other secrets =20 -LIB_DEPENDS=3D tasn1.7:${PORTSDIR}/security/libtasn1 \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS=3D libtasn1.so:${PORTSDIR}/security/libtasn1 \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt =20 USE_BZIP2=3D yes -USE_GNOME=3D gnomehack gnomeprefix ltverhack intlhack gconf2 -USE_GMAKE=3D yes -USES=3D gettext pkgconfig +USE_GNOME=3D gnomeprefix ltverhack intlhack gconf2 +USES=3D gettext pkgconfig gmake pathfix USE_AUTOTOOLS=3D libtool USE_LDCONFIG=3D yes CPPFLAGS+=3D -I${LOCALBASE}/include --------------070005040305000303020800-- --B9f05pwjk75E8OGLdROdOijNAC0VV80l3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlJ3WwYACgkQvmGDOQUufZV/cgCeK+y+2BHsV26Ey9XF3gJJnAU9 r/QAoIzNdrVkZLT9DNyMbYbg8xAqIQsv =0x07 -----END PGP SIGNATURE----- --B9f05pwjk75E8OGLdROdOijNAC0VV80l3--