mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Prevent detection of autogen. It causes some files to be regenerated
and then they require a newer header than is provided with gnutls. - Remove ZLIB option. It's no longer available. PR: 237419 Reported by: Kevin Oberman <rkoberman@gmail.com>
This commit is contained in:
parent
56900eadb9
commit
4c6ee2ee60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499615
1 changed files with 3 additions and 4 deletions
|
@ -30,13 +30,14 @@ CONFIGURE_ARGS= --disable-guile \
|
||||||
--with-system-priority-file=${PREFIX}/etc/gnutls/default-priorities \
|
--with-system-priority-file=${PREFIX}/etc/gnutls/default-priorities \
|
||||||
--with-default-trust-store-file=${LOCALBASE}/share/certs/ca-root-nss.crt \
|
--with-default-trust-store-file=${LOCALBASE}/share/certs/ca-root-nss.crt \
|
||||||
--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
|
--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
|
||||||
|
AUTOGEN=false \
|
||||||
ac_cv_type_max_align_t=yes
|
ac_cv_type_max_align_t=yes
|
||||||
MAKE_ENV= MAKEINFOFLAGS=--no-split
|
MAKE_ENV= MAKEINFOFLAGS=--no-split
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
OPTIONS_DEFINE= DANE EXAMPLES IDN NLS P11KIT TPM ZLIB
|
OPTIONS_DEFINE= DANE EXAMPLES IDN NLS P11KIT TPM
|
||||||
OPTIONS_DEFAULT= IDN P11KIT TPM ZLIB
|
OPTIONS_DEFAULT= IDN P11KIT TPM
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
DANE_DESC= Certificate verification via DNSSEC
|
DANE_DESC= Certificate verification via DNSSEC
|
||||||
|
@ -59,8 +60,6 @@ TPM_DESC= Trusted Platform Module support
|
||||||
TPM_CONFIGURE_WITH= tpm
|
TPM_CONFIGURE_WITH= tpm
|
||||||
TPM_LIB_DEPENDS= libtspi.so:security/trousers
|
TPM_LIB_DEPENDS= libtspi.so:security/trousers
|
||||||
|
|
||||||
ZLIB_CONFIGURE_WITH= zlib
|
|
||||||
|
|
||||||
INFO= gnutls gnutls-guile
|
INFO= gnutls gnutls-guile
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue