pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/crypto++



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Feb  8 13:18:48 UTC 2025

Modified Files:
        pkgsrc/security/crypto++: Makefile PLIST

Log Message:
security/crypto++: generate and install pkgconfig file

>From Robert Bagdan via pkgsrc-wip.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/crypto++/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/crypto++/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/crypto++/Makefile
diff -u pkgsrc/security/crypto++/Makefile:1.25 pkgsrc/security/crypto++/Makefile:1.26
--- pkgsrc/security/crypto++/Makefile:1.25      Sun Oct  2 16:20:26 2022
+++ pkgsrc/security/crypto++/Makefile   Sat Feb  8 13:18:48 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2022/10/02 16:20:26 nros Exp $
+# $NetBSD: Makefile,v 1.26 2025/02/08 13:18:48 bsiegert Exp $
 
 DISTNAME=      cryptopp870
 PKGNAME=       cryptopp-8.7.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${HOMEPAGE}
 EXTRACT_SUFX=  .zip
@@ -14,6 +15,7 @@ LICENSE=      boost-license
 USE_LANGUAGES=         c++
 USE_TOOLS+=            gmake
 MAKE_FILE=             GNUmakefile
+BUILD_TARGET=          all libcryptopp.pc
 WRKSRC=                        ${WRKDIR}
 CPPFLAGS+=             -DCRYPTOPP_DISABLE_ASM -fPIC
 

Index: pkgsrc/security/crypto++/PLIST
diff -u pkgsrc/security/crypto++/PLIST:1.10 pkgsrc/security/crypto++/PLIST:1.11
--- pkgsrc/security/crypto++/PLIST:1.10 Sun Oct  2 16:20:26 2022
+++ pkgsrc/security/crypto++/PLIST      Sat Feb  8 13:18:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/10/02 16:20:26 nros Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/02/08 13:18:48 bsiegert Exp $
 bin/cryptest
 include/cryptopp/3way.h
 include/cryptopp/adler32.h
@@ -196,6 +196,7 @@ lib/libcryptopp.a
 lib/libcryptopp.so
 lib/libcryptopp.so.8
 lib/libcryptopp.so.8.7
+lib/pkgconfig/libcryptopp.pc
 share/cryptopp/TestData/3desval.dat
 share/cryptopp/TestData/3wayval.dat
 share/cryptopp/TestData/aria.dat



Home | Main Index | Thread Index | Old Index