pkgsrc-Changes-HG archive

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

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



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

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

Solaris fix for gpgme

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Sun Jul 11 00:48:42 UTC 2004

        Modified Files:
                pkgsrc/security/gpgme: Makefile

        Log Message:
        this needs -lnsl -lsocket on Solaris.

diffstat:

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

diffs (34 lines):

diff -r 9f7afbd0b50d -r 7bfe900e224a doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 16:06:57 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 16:11:33 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.51 2004/07/30 16:06:57 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.52 2004/07/30 16:11:33 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q2 branch:
@@ -98,4 +98,6 @@
        Build fix for gopher
 Pullup ticket 87, requested by Grant Beattie [agc 2004-07-30]
        Solaris fix for buildlink3
+Pullup ticket 88, requested by Grant Beattie [agc 2004-07-30]
+       Solaris fix for gpgme
 
diff -r 9f7afbd0b50d -r 7bfe900e224a security/gpgme/Makefile
--- a/security/gpgme/Makefile   Fri Jul 30 16:06:57 2004 +0000
+++ b/security/gpgme/Makefile   Fri Jul 30 16:11:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/03/23 07:16:10 snj Exp $
+# $NetBSD: Makefile,v 1.17.4.1 2004/07/30 16:11:33 agc Exp $
 #
 
 DISTNAME=      gpgme-0.4.3
@@ -17,6 +17,8 @@
 GNU_CONFIGURE=         YES
 PTHREAD_OPTS+=         require
 
+LIBS.SunOS+=           -lnsl -lsocket
+
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE}
 



Home | Main Index | Thread Index | Old Index