pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q2]: pkgsrc Pullup ticket 89 to the pkgsrc-2004Q2 branch, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa5a82028c03
branches:  pkgsrc-2004Q2
changeset: 476759:fa5a82028c03
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Jul 30 16:20:33 2004 +0000

description:
Pullup ticket 89 to the pkgsrc-2004Q2 branch, requested by Grant Beattie

Build fix for gnutls

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Sun Jul 25 06:15:25 UTC 2004

        Modified Files:
                pkgsrc/security/gnutls: Makefile

        Log Message:
        one of the Makefiles uses ${RM} but doesn't define it, so pass
        RM=${RM} in MAKE_ENV.

diffstat:

 doc/CHANGES-pkgsrc-2004Q2 |  4 +++-
 security/gnutls/Makefile  |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 7bfe900e224a -r fa5a82028c03 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 16:11:33 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 16:20:33 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.52 2004/07/30 16:11:33 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.53 2004/07/30 16:20:33 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q2 branch:
@@ -100,4 +100,6 @@
        Solaris fix for buildlink3
 Pullup ticket 88, requested by Grant Beattie [agc 2004-07-30]
        Solaris fix for gpgme
+Pullup ticket 89, requested by Grant Beattie [agc 2004-07-30]
+       Build fix for gnutls
 
diff -r 7bfe900e224a -r fa5a82028c03 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Fri Jul 30 16:11:33 2004 +0000
+++ b/security/gnutls/Makefile  Fri Jul 30 16:20:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/05/22 10:09:53 adam Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2004/07/30 16:20:33 agc Exp $
 
 DISTNAME=      gnutls-1.0.13
 CATEGORIES=    security devel
@@ -17,6 +17,8 @@
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 
+MAKE_ENV+=             RM="${RM}"
+
 DOCDIR=                ${PREFIX}/share/doc/gnutls
 EGDIR=         ${PREFIX}/share/examples/gnutls
 



Home | Main Index | Thread Index | Old Index