From owner-svn-ports-head@freebsd.org Sun Oct 22 14:46:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94A82E5407F; Sun, 22 Oct 2017 14:46:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61AAC68420; Sun, 22 Oct 2017 14:46:21 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9MEkKRS099938; Sun, 22 Oct 2017 14:46:20 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9MEkKkM099936; Sun, 22 Oct 2017 14:46:20 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201710221446.v9MEkKkM099936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 22 Oct 2017 14:46:20 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head/security/libressl-devel: . files X-SVN-Commit-Revision: 452649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2017 14:46:21 -0000 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