Date: Sun, 22 Oct 2017 14:46:20 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452649 - in head/security/libressl-devel: . files Message-ID: <201710221446.v9MEkKkM099936@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Oct 22 14:46:20 2017 New Revision: 452649 URL: https://svnweb.freebsd.org/changeset/ports/452649 Log: security/libressl-devel: Fix MAN3 option - Still want to have man(5) section Added: head/security/libressl-devel/files/extra-Makefile-no-MAN3 (contents, props changed) Deleted: head/security/libressl-devel/files/extra-patch-MAN3 Modified: head/security/libressl-devel/Makefile Modified: head/security/libressl-devel/Makefile ============================================================================== --- head/security/libressl-devel/Makefile Sun Oct 22 14:42:35 2017 (r452648) +++ head/security/libressl-devel/Makefile Sun Oct 22 14:46:20 2017 (r452649) @@ -24,7 +24,7 @@ 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 @@ -35,6 +35,9 @@ CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as 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 Added: head/security/libressl-devel/files/extra-Makefile-no-MAN3 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libressl-devel/files/extra-Makefile-no-MAN3 Sun Oct 22 14:46:20 2017 (r452649) @@ -0,0 +1,3 @@ +dist_man_MANS = +dist_man_MANS += openssl.cnf.5 +dist_man_MANS += x509v3.cnf.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710221446.v9MEkKkM099936>