pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b527948d5bb2
branches:  pkgsrc-2004Q2
changeset: 476753:b527948d5bb2
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Jul 30 15:53:21 2004 +0000

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

build fixes for AiCA

        Module Name:    pkgsrc
        Committed By:   grant
        Date:           Sun Jun 27 13:42:46 UTC 2004

        Modified Files:
                pkgsrc/security/AiCA: Makefile

        Log Message:
        use buildlink3 for compiler specific flag stripping. fixes build on
        Solaris.

diffstat:

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

diffs (33 lines):

diff -r 2b0972c881b0 -r b527948d5bb2 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 15:47:47 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 15:53:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.46 2004/07/30 15:47:47 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.47 2004/07/30 15:53:21 agc Exp $
 
 Changes to the packages collection and infrastructure on the
 pkgsrc-2004Q2 branch:
@@ -88,4 +88,6 @@
        Solaris and Linux fixes for apg
 Pullup ticket 82, requested by Grant Beattie [agc 2004-07-30]
        build fixes for aide and aide06
+Pullup ticket 83, requested by Grant Beattie [agc 2004-07-30]
+       build fixes for AiCA
 
diff -r 2b0972c881b0 -r b527948d5bb2 security/AiCA/Makefile
--- a/security/AiCA/Makefile    Fri Jul 30 15:47:47 2004 +0000
+++ b/security/AiCA/Makefile    Fri Jul 30 15:53:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:20:03 martti Exp $
+# $NetBSD: Makefile,v 1.3.6.1 2004/07/30 15:53:21 agc Exp $
 #
 
 DISTNAME=      AiCA-0.71.1
@@ -10,6 +10,7 @@
 COMMENT=       Manage Certification Authority,PKI viewer/converter/verification
 
 GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
 
 RESTRICTED=             "Source code redistribution is not permitted.consult okuno%mars.elcom.nitech.ac.jp@localhost."
 NO_SRC_ON_FTP=         ${RESTRICTED}



Home | Main Index | Thread Index | Old Index