svn commit: r329024 - in head: . secure/lib/libcrypto secure/usr.bin/openssl secure/usr.bin/openssl/man

Jung-uk Kim jkim at FreeBSD.org
Thu Feb 8 19:55:04 UTC 2018


Author: jkim
Date: Thu Feb  8 19:55:03 2018
New Revision: 329024
URL: https://svnweb.freebsd.org/changeset/base/329024

Log:
  Remove c_rehash(1) to not confuse users.  We do not install the Perl script.
  
  MFC after:	3 days

Deleted:
  head/secure/usr.bin/openssl/man/c_rehash.1
Modified:
  head/ObsoleteFiles.inc
  head/secure/lib/libcrypto/Makefile.inc
  head/secure/usr.bin/openssl/Makefile.man

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Thu Feb  8 19:28:51 2018	(r329023)
+++ head/ObsoleteFiles.inc	Thu Feb  8 19:55:03 2018	(r329024)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180208: remove c_rehash(1)
+OLD_FILES+=usr/share/openssl/man/man1/c_rehash.1.gz
 # 20180206: remove gdbtui
 OLD_FILES+=usr/bin/gdbtui
 # 20180201: Obsolete forth files

Modified: head/secure/lib/libcrypto/Makefile.inc
==============================================================================
--- head/secure/lib/libcrypto/Makefile.inc	Thu Feb  8 19:28:51 2018	(r329023)
+++ head/secure/lib/libcrypto/Makefile.inc	Thu Feb  8 19:55:03 2018	(r329024)
@@ -64,14 +64,11 @@ MANDIR=	${SHAREDIR}/openssl/man/man
 
 .if defined(LIB)
 _docs=	${LIB}
-.if ${LIB} == ssl
-_docs+=	man3
-.endif
 _skip=	SSLeay_version des_modes
 _sec=	3
 .else
 _docs=	apps
-_skip=	config
+_skip=	c_rehash config
 _sec=	1
 .endif
 

Modified: head/secure/usr.bin/openssl/Makefile.man
==============================================================================
--- head/secure/usr.bin/openssl/Makefile.man	Thu Feb  8 19:28:51 2018	(r329023)
+++ head/secure/usr.bin/openssl/Makefile.man	Thu Feb  8 19:55:03 2018	(r329024)
@@ -2,7 +2,6 @@
 # DO NOT EDIT: generated from man-makefile-update target
 MAN+= CA.pl.1
 MAN+= asn1parse.1
-MAN+= c_rehash.1
 MAN+= ca.1
 MAN+= ciphers.1
 MAN+= cms.1


More information about the svn-src-all mailing list