diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 432d5791c93..2d3abce6667 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2013/02/05 07:37:33 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.71 2013/02/21 15:55:32 ajacoutot Exp $ # XXX check why our getopt_long(3) fails the configure test # + rm patch-gl_unistd_in_h @@ -8,6 +8,7 @@ COMMENT= GNU Transport Layer Security library V= 3.1.7 DISTNAME= gnutls-${V} EXTRACT_SUFX= .tar.xz +REVISION= 0 CATEGORIES= security @@ -68,7 +69,12 @@ CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \ ac_cv_path_GTKDOC_REBASE="" \ ac_cv_path_GTKDOC_MKPDF="" +# XXX empty man page +EMPTY_MP= ${PREFIX}/man/man3/gnutls_record_disable_padding.3 post-install: + if [ $$(stat -f %z ${EMPTY_MP}) -ne 0 ]; then exit 1; fi + rm ${EMPTY_MP} + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnutls ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnutls ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnutls diff --git a/security/gnutls/pkg/PLIST b/security/gnutls/pkg/PLIST index 2ef9732224c..4c2c10a1022 100644 --- a/security/gnutls/pkg/PLIST +++ b/security/gnutls/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.21 2013/02/05 07:37:33 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.22 2013/02/21 15:55:32 ajacoutot Exp $ @bin bin/certtool @bin bin/crywrap @bin bin/gnutls-cli @@ -535,7 +535,6 @@ lib/pkgconfig/gnutls.pc @man man/man3/gnutls_record_can_use_length_hiding.3 @man man/man3/gnutls_record_check_pending.3 @man man/man3/gnutls_record_cork.3 -@man man/man3/gnutls_record_disable_padding.3 @man man/man3/gnutls_record_get_direction.3 @man man/man3/gnutls_record_get_discarded.3 @man man/man3/gnutls_record_get_max_size.3