pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnome-keyring Fixes PKGCONFIG_OVERRIDE settings:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bda2404fb4e4
branches:  trunk
changeset: 590599:bda2404fb4e4
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jul 14 14:25:45 2011 +0000

description:
Fixes PKGCONFIG_OVERRIDE settings:
* No need to prefix with ${WRKSRC}.
* It must not be overwritten multiple time, or only last one will be activate.
* library/gnome-keyring part is now in separate libgnome-keyring package.

Bump PKGREVISION.

diffstat:

 security/gnome-keyring/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 180bce67ec90 -r bda2404fb4e4 security/gnome-keyring/Makefile
--- a/security/gnome-keyring/Makefile   Thu Jul 14 12:52:35 2011 +0000
+++ b/security/gnome-keyring/Makefile   Thu Jul 14 14:25:45 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2011/04/22 13:41:55 obache Exp $
+# $NetBSD: Makefile,v 1.62 2011/07/14 14:25:45 obache Exp $
 
 DISTNAME=      gnome-keyring-2.32.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.32/}
 EXTRACT_SUFX=  .tar.bz2
@@ -17,9 +17,8 @@
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 
-PKGCONFIG_OVERRIDE=    ${WRKSRC}/gcr/gcr.pc.in
-PKGCONFIG_OVERRIDE=    ${WRKSRC}/library/gnome-keyring-1.pc.in
-PKGCONFIG_OVERRIDE=    ${WRKSRC}/gp11/gp11.pc.in
+PKGCONFIG_OVERRIDE+=   gcr/gcr.pc.in
+PKGCONFIG_OVERRIDE+=   gp11/gp11.pc.in
 
 CFLAGS.HPUX+=          -DMAP_ANON=MAP_ANONYMOUS
 



Home | Main Index | Thread Index | Old Index