pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffe9792896a9
branches:  pkgsrc-2004Q2
changeset: 476751:ffe9792896a9
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Jul 29 21:57:45 2004 +0000

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

Solaris and Linux fixes for apg

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Sun Jun 27 13:16:36 UTC 2004

        Modified Files:
                pkgsrc/security/apg: Makefile

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

diffstat:

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

diffs (37 lines):

diff -r 24c82c1cd090 -r ffe9792896a9 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:54:34 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Thu Jul 29 21:57:45 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.44 2004/07/29 21:54:34 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.45 2004/07/29 21:57:45 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q2 branch:
@@ -84,4 +84,6 @@
        Solaris fixes for fspanel
 Pullup ticket 80, requested by Grant Beattie [agc 2004-07-29]
        Solaris fixes for cfs
+Pullup ticket 81, requested by Grant Beattie [agc 2004-07-29]
+       Solaris and Linux fixes for apg
 
diff -r 24c82c1cd090 -r ffe9792896a9 security/apg/Makefile
--- a/security/apg/Makefile     Thu Jul 29 21:54:34 2004 +0000
+++ b/security/apg/Makefile     Thu Jul 29 21:57:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:52:51 grant Exp $
+# $NetBSD: Makefile,v 1.5.6.1 2004/07/29 21:57:45 agc Exp $
 #
 
 DISTNAME=      apg-2.1.0
@@ -14,6 +14,11 @@
 USE_PERL5=     YES
 REPLACE_PERL=  perl/apgcli.pl
 
+OPSYSVARS+=    CS_LIBS
+CS_LIBS.Linux+=        -lnsl
+CS_LIBS.SunOS+=        -lnsl -lsocket
+MAKE_ENV+=     CS_LIBS="${CS_LIBS}"
+
 post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/perl/apgcli.pl ${PREFIX}/bin/apgcli
 



Home | Main Index | Thread Index | Old Index