further libgnome-keyring issues (minor)

Matthias Andree mandree at FreeBSD.org
Mon Nov 4 08:30:00 UTC 2013


Thanks for fixing the dependency.

However, there are still warnings:

> [mandree at apollo /usr/ports.svn/security/libgnome-keyring]$ make
> /!\ libgnome-keyring-2.32.0_6: Makefile warnings, please consider fixing /!\
> 
> USE_GMAKE is deprecated, consider using USES=gmake
> USE_GNOME=gnomehack is deprecated, please use USES=pathfix
> Please use the new format for LIB_DEPENDS, see handbook for details
> 
> ===> Fetching all distfiles required by libgnome-keyring-2.32.0_6 for building
...

You can enable these warnings with

	echo >>/etc/make.conf DEVELOPER=yes

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
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile	(revision 332671)
+++ Makefile	(working copy)
@@ -10,13 +10,12 @@
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Program that keeps passwords and other secrets
 
-LIB_DEPENDS=    tasn1.7:${PORTSDIR}/security/libtasn1 \
-                gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS=	libtasn1.so:${PORTSDIR}/security/libtasn1 \
+		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
 USE_BZIP2=	yes
-USE_GNOME=	gnomehack gnomeprefix ltverhack intlhack gconf2
-USE_GMAKE=	yes
-USES=		gettext pkgconfig
+USE_GNOME=	gnomeprefix ltverhack intlhack gconf2
+USES=		gettext pkgconfig gmake pathfix
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20131104/96d238ae/attachment.sig>


More information about the freebsd-gnome mailing list