Index: head/security/libressl-devel/Makefile =================================================================== --- head/security/libressl-devel/Makefile (revision 452648) +++ head/security/libressl-devel/Makefile (revision 452649) @@ -1,42 +1,45 @@ # Created by: Bernard Spil # $FreeBSD$ PORTNAME= libressl PORTVERSION= 2.6.2 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel MAINTAINER= brnrd@FreeBSD.org COMMENT= Free version of the SSL/TLS protocol forked from OpenSSL LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING CPE_VENDOR= openbsd OPTIONS_DEFINE= MAN3 NC OPTIONS_DEFAULT= MAN3 NC MAN3_DESC= Install API manpages (section 3) NC_DESC= Install TLS-enabled netcat CONFLICTS_INSTALL= libressl-[0-9]* \ openssl-[0-9]* \ openssl-devel-[0-9]* -MAN3_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-MAN3 +MAN3_USES_OFF= autoreconf NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed INSTALL_TARGET= install-strip TEST_TARGET= check + +post-patch-MAN3-off: + ${CP} ${FILESDIR}/extra-Makefile-no-MAN3 ${WRKSRC}/man/Makefile.am post-install: ${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem .include Index: head/security/libressl-devel/files/extra-patch-MAN3 =================================================================== --- head/security/libressl-devel/files/extra-patch-MAN3 (revision 452648) +++ head/security/libressl-devel/files/extra-patch-MAN3 (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2017-02-01 13:02:55 UTC -+++ Makefile.in -@@ -361,7 +361,7 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = crypto ssl tls include apps tests man -+SUBDIRS = crypto ssl tls include apps tests - ACLOCAL_AMFLAGS = -I m4 - pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc Property changes on: head/security/libressl-devel/files/extra-patch-MAN3 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/libressl-devel/files/extra-Makefile-no-MAN3 =================================================================== --- head/security/libressl-devel/files/extra-Makefile-no-MAN3 (nonexistent) +++ head/security/libressl-devel/files/extra-Makefile-no-MAN3 (revision 452649) @@ -0,0 +1,3 @@ +dist_man_MANS = +dist_man_MANS += openssl.cnf.5 +dist_man_MANS += x509v3.cnf.5 Property changes on: head/security/libressl-devel/files/extra-Makefile-no-MAN3 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +true \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property