Wed Jan 21 05:50:22 2009 UTC ()
Build the openpgpsdk library with WARNS=3


(agc)
diff -r1.3 -r1.4 src/crypto/external/bsd/openpgpsdk/lib/Makefile

cvs diff -r1.3 -r1.4 src/crypto/external/bsd/openpgpsdk/lib/Attic/Makefile (expand / switch to unified diff)

--- src/crypto/external/bsd/openpgpsdk/lib/Attic/Makefile 2009/01/21 03:32:08 1.3
+++ src/crypto/external/bsd/openpgpsdk/lib/Attic/Makefile 2009/01/21 05:50:21 1.4
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.3 2009/01/21 03:32:08 agc Exp $ 1# $NetBSD: Makefile,v 1.4 2009/01/21 05:50:21 agc Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5#USE_FORT?= yes # network protocol library 5#USE_FORT?= yes # network protocol library
6USE_FORT?= no # network protocol library 6USE_FORT?= no # network protocol library
7 7
8LIB= openpgpsdk 8LIB= openpgpsdk
9SRCS+= accumulate.c compress.c create.c crypto.c errors.c fingerprint.c 9SRCS+= accumulate.c compress.c create.c crypto.c errors.c fingerprint.c
10SRCS+= hash.c keyring.c lists.c memory.c openssl_crypto.c packet-parse.c 10SRCS+= hash.c keyring.c lists.c memory.c openssl_crypto.c packet-parse.c
11SRCS+= packet-print.c packet-show.c random.c reader.c reader_armoured.c 11SRCS+= packet-print.c packet-show.c random.c reader.c reader_armoured.c
12SRCS+= reader_encrypted_se.c reader_encrypted_seip.c reader_fd.c 12SRCS+= reader_encrypted_se.c reader_encrypted_seip.c reader_fd.c
13SRCS+= reader_hashed.c reader_mem.c readerwriter.c signature.c symmetric.c 13SRCS+= reader_hashed.c reader_mem.c readerwriter.c signature.c symmetric.c
14SRCS+= util.c validate.c writer.c writer_armour.c writer_encrypt.c 14SRCS+= util.c validate.c writer.c writer_armour.c writer_encrypt.c
15SRCS+= writer_encrypt_se_ip.c writer_fd.c writer_memory.c 15SRCS+= writer_encrypt_se_ip.c writer_fd.c writer_memory.c
16SRCS+= writer_skey_checksum.c writer_stream_encrypt_se_ip.c 16SRCS+= writer_skey_checksum.c writer_stream_encrypt_se_ip.c
17CPPFLAGS+= -I${EXTDIST}/include 17CPPFLAGS+= -I${EXTDIST}/include
18NOMAN= # defined 18NOMAN= # defined
19WARNS=2 19WARNS=3
20 20
21EXTDIST=${NETBSDSRCDIR}/crypto/external/bsd/openpgpsdk/dist 21EXTDIST=${NETBSDSRCDIR}/crypto/external/bsd/openpgpsdk/dist
22 22
23.PATH: ${EXTDIST}/include/openpgpsdk ${EXTDIST}/src/lib 23.PATH: ${EXTDIST}/include/openpgpsdk ${EXTDIST}/src/lib
24 24
25INCS+= accumulate.h armour.h callback.h compress.h configure.h 25INCS+= accumulate.h armour.h callback.h compress.h configure.h
26INCS+= create.h crypto.h defs.h errors.h 26INCS+= create.h crypto.h defs.h errors.h
27INCS+= final.h hash.h keyring.h lists.h memory.h 27INCS+= final.h hash.h keyring.h lists.h memory.h
28INCS+= packet-parse.h packet-show-cast.h packet-show.h packet.h 28INCS+= packet-parse.h packet-show-cast.h packet-show.h packet.h
29INCS+= random.h readerwriter.h signature.h std_print.h 29INCS+= random.h readerwriter.h signature.h std_print.h
30INCS+= streamwriter.h types.h util.h 30INCS+= streamwriter.h types.h util.h
31INCS+= validate.h version.h writer.h writer_armoured.h 31INCS+= validate.h version.h writer.h writer_armoured.h
32INCSDIR=/usr/include/openpgpsdk 32INCSDIR=/usr/include/openpgpsdk