mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- hcrypto library is only installed on FreeBSD < 7.0
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
parent
59857179ef
commit
e731f00f9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202653
@ -38,6 +38,12 @@ PLIST= ${WRKDIR}/PLIST
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
PLIST_SUB+= HCRYPTO="@comment "
|
||||
.else
|
||||
PLIST_SUB+= HCRYPTO=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LDAP)
|
||||
USE_OPENLDAP= yes
|
||||
CONFIGURE_ARGS+= --with-openldap=${LOCALBASE}
|
||||
|
@ -36,24 +36,24 @@ include/gssapi/gkrb5_err.h
|
||||
include/gssapi/gssapi.h
|
||||
include/gssapi/gssapi_krb5.h
|
||||
include/gssapi/gssapi_spnego.h
|
||||
include/hcrypto/aes.h
|
||||
include/hcrypto/bn.h
|
||||
include/hcrypto/des.h
|
||||
include/hcrypto/dh.h
|
||||
include/hcrypto/dsa.h
|
||||
include/hcrypto/engine.h
|
||||
include/hcrypto/evp.h
|
||||
include/hcrypto/hmac.h
|
||||
include/hcrypto/md2.h
|
||||
include/hcrypto/md4.h
|
||||
include/hcrypto/md5.h
|
||||
include/hcrypto/pkcs12.h
|
||||
include/hcrypto/rand.h
|
||||
include/hcrypto/rc2.h
|
||||
include/hcrypto/rc4.h
|
||||
include/hcrypto/rsa.h
|
||||
include/hcrypto/sha.h
|
||||
include/hcrypto/ui.h
|
||||
%%HCRYPTO%%include/hcrypto/aes.h
|
||||
%%HCRYPTO%%include/hcrypto/bn.h
|
||||
%%HCRYPTO%%include/hcrypto/des.h
|
||||
%%HCRYPTO%%include/hcrypto/dh.h
|
||||
%%HCRYPTO%%include/hcrypto/dsa.h
|
||||
%%HCRYPTO%%include/hcrypto/engine.h
|
||||
%%HCRYPTO%%include/hcrypto/evp.h
|
||||
%%HCRYPTO%%include/hcrypto/hmac.h
|
||||
%%HCRYPTO%%include/hcrypto/md2.h
|
||||
%%HCRYPTO%%include/hcrypto/md4.h
|
||||
%%HCRYPTO%%include/hcrypto/md5.h
|
||||
%%HCRYPTO%%include/hcrypto/pkcs12.h
|
||||
%%HCRYPTO%%include/hcrypto/rand.h
|
||||
%%HCRYPTO%%include/hcrypto/rc2.h
|
||||
%%HCRYPTO%%include/hcrypto/rc4.h
|
||||
%%HCRYPTO%%include/hcrypto/rsa.h
|
||||
%%HCRYPTO%%include/hcrypto/sha.h
|
||||
%%HCRYPTO%%include/hcrypto/ui.h
|
||||
include/hdb-protos.h
|
||||
include/hdb.h
|
||||
include/hdb_asn1.h
|
||||
@ -113,10 +113,10 @@ lib/libgssapi.a
|
||||
lib/libgssapi.la
|
||||
lib/libgssapi.so
|
||||
lib/libgssapi.so.2
|
||||
lib/libhcrypto.a
|
||||
lib/libhcrypto.la
|
||||
lib/libhcrypto.so
|
||||
lib/libhcrypto.so.5
|
||||
%%HCRYPTO%%lib/libhcrypto.a
|
||||
%%HCRYPTO%%lib/libhcrypto.la
|
||||
%%HCRYPTO%%lib/libhcrypto.so
|
||||
%%HCRYPTO%%lib/libhcrypto.so.5
|
||||
lib/libhdb.a
|
||||
lib/libhdb.la
|
||||
lib/libhdb.so
|
||||
@ -192,6 +192,6 @@ sbin/ktutil
|
||||
@dirrm include/ss
|
||||
@dirrm include/krb5
|
||||
@dirrm include/kadm5
|
||||
@dirrm include/hcrypto
|
||||
%%HCRYPTO%%@dirrm include/hcrypto
|
||||
@dirrm include/gssapi
|
||||
@dirrm include/roken
|
||||
|
Loading…
Reference in New Issue
Block a user