pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/heimdal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 21 07:51:41 UTC 2021

Modified Files:
        pkgsrc/security/heimdal: Makefile PLIST

Log Message:
heimdal: remove hcrypto PLIST_VAR

It was always set to yes.


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/security/heimdal/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/heimdal/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/heimdal/Makefile
diff -u pkgsrc/security/heimdal/Makefile:1.147 pkgsrc/security/heimdal/Makefile:1.148
--- pkgsrc/security/heimdal/Makefile:1.147      Thu Oct 21 07:46:02 2021
+++ pkgsrc/security/heimdal/Makefile    Thu Oct 21 07:51:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.147 2021/10/21 07:46:02 wiz Exp $
+# $NetBSD: Makefile,v 1.148 2021/10/21 07:51:41 wiz Exp $
 
 DISTNAME=      heimdal-7.7.0
 CATEGORIES=    security
@@ -64,7 +64,7 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h
 
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.editlinereadline}
 
-PLIST_VARS+=           glob vis hcrypto afskauth
+PLIST_VARS+=           glob vis afskauth
 
 .if ${OPSYS} == "SunOS"
 PLIST.vis=     yes
@@ -90,7 +90,6 @@ pre-configure:
        mv manpages.new manpages
 
 .include "../../databases/sqlite3/buildlink3.mk"
-PLIST.hcrypto=         yes
 
 # Linux does not have include/vis.h and expected include/glob.h.
 .if ${OPSYS} == "Linux"

Index: pkgsrc/security/heimdal/PLIST
diff -u pkgsrc/security/heimdal/PLIST:1.26 pkgsrc/security/heimdal/PLIST:1.27
--- pkgsrc/security/heimdal/PLIST:1.26  Thu Oct 21 07:46:02 2021
+++ pkgsrc/security/heimdal/PLIST       Thu Oct 21 07:51:41 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2021/10/21 07:46:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.27 2021/10/21 07:51:41 wiz Exp $
 bin/afslog
 bin/bsearch
 bin/gsstool
@@ -40,32 +40,32 @@ include/krb5/gssapi/gssapi_krb5.h
 include/krb5/gssapi/gssapi_ntlm.h
 include/krb5/gssapi/gssapi_oid.h
 include/krb5/gssapi/gssapi_spnego.h
-${PLIST.hcrypto}include/krb5/hcrypto/aes.h
-${PLIST.hcrypto}include/krb5/hcrypto/bn.h
-${PLIST.hcrypto}include/krb5/hcrypto/des.h
-${PLIST.hcrypto}include/krb5/hcrypto/dh.h
-${PLIST.hcrypto}include/krb5/hcrypto/dsa.h
-${PLIST.hcrypto}include/krb5/hcrypto/ec.h
-${PLIST.hcrypto}include/krb5/hcrypto/ecdh.h
-${PLIST.hcrypto}include/krb5/hcrypto/ecdsa.h
-${PLIST.hcrypto}include/krb5/hcrypto/engine.h
-${PLIST.hcrypto}include/krb5/hcrypto/evp-cc.h
-${PLIST.hcrypto}include/krb5/hcrypto/evp-hcrypto.h
-${PLIST.hcrypto}include/krb5/hcrypto/evp-openssl.h
-${PLIST.hcrypto}include/krb5/hcrypto/evp-pkcs11.h
-${PLIST.hcrypto}include/krb5/hcrypto/evp.h
-${PLIST.hcrypto}include/krb5/hcrypto/hmac.h
-${PLIST.hcrypto}include/krb5/hcrypto/md2.h
-${PLIST.hcrypto}include/krb5/hcrypto/md4.h
-${PLIST.hcrypto}include/krb5/hcrypto/md5.h
-${PLIST.hcrypto}include/krb5/hcrypto/pkcs12.h
-${PLIST.hcrypto}include/krb5/hcrypto/rand.h
-${PLIST.hcrypto}include/krb5/hcrypto/rc2.h
-${PLIST.hcrypto}include/krb5/hcrypto/rc4.h
-${PLIST.hcrypto}include/krb5/hcrypto/rsa.h
-${PLIST.hcrypto}include/krb5/hcrypto/sha.h
-${PLIST.hcrypto}include/krb5/hcrypto/ui.h
-${PLIST.hcrypto}include/krb5/hcrypto/undef.h
+include/krb5/hcrypto/aes.h
+include/krb5/hcrypto/bn.h
+include/krb5/hcrypto/des.h
+include/krb5/hcrypto/dh.h
+include/krb5/hcrypto/dsa.h
+include/krb5/hcrypto/ec.h
+include/krb5/hcrypto/ecdh.h
+include/krb5/hcrypto/ecdsa.h
+include/krb5/hcrypto/engine.h
+include/krb5/hcrypto/evp-cc.h
+include/krb5/hcrypto/evp-hcrypto.h
+include/krb5/hcrypto/evp-openssl.h
+include/krb5/hcrypto/evp-pkcs11.h
+include/krb5/hcrypto/evp.h
+include/krb5/hcrypto/hmac.h
+include/krb5/hcrypto/md2.h
+include/krb5/hcrypto/md4.h
+include/krb5/hcrypto/md5.h
+include/krb5/hcrypto/pkcs12.h
+include/krb5/hcrypto/rand.h
+include/krb5/hcrypto/rc2.h
+include/krb5/hcrypto/rc4.h
+include/krb5/hcrypto/rsa.h
+include/krb5/hcrypto/sha.h
+include/krb5/hcrypto/ui.h
+include/krb5/hcrypto/undef.h
 include/krb5/hdb-protos.h
 include/krb5/hdb.h
 include/krb5/hdb_asn1.h
@@ -131,7 +131,7 @@ ${PLIST.afskauth}lib/afskauthlib.so
 lib/libasn1.la
 lib/libcom_err.la
 lib/libgssapi.la
-${PLIST.hcrypto}lib/libhcrypto.la
+lib/libhcrypto.la
 lib/libhdb.la
 lib/libheimbase.la
 lib/libheimntlm.la



Home | Main Index | Thread Index | Old Index