Re: svn commit: r213391 - in head: gnu/usr.bin usr.bin

2010-10-03 Thread Dimitry Andric

On 2010-10-04 00:24, Gordon Tetlow wrote:

Author: gordon
Date: Sun Oct  3 22:24:14 2010
New Revision: 213391
URL: http://svn.freebsd.org/changeset/base/213391

Log:
   Retire GNU man in favor of the newly written BSDL version.


And there was much rejoicing. :)
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r213391 - in head: gnu/usr.bin usr.bin

2010-10-03 Thread Gordon Tetlow
Author: gordon
Date: Sun Oct  3 22:24:14 2010
New Revision: 213391
URL: http://svn.freebsd.org/changeset/base/213391

Log:
  Retire GNU man in favor of the newly written BSDL version.
  
  Approved by:  wes (mentor)

Modified:
  head/gnu/usr.bin/Makefile
  head/usr.bin/Makefile

Modified: head/gnu/usr.bin/Makefile
==
--- head/gnu/usr.bin/Makefile   Sun Oct  3 21:56:20 2010(r213390)
+++ head/gnu/usr.bin/Makefile   Sun Oct  3 22:24:14 2010(r213391)
@@ -13,7 +13,6 @@ SUBDIR= ${_binutils} \
${_gperf} \
${_grep} \
${_groff} \
-   ${_man} \
patch \
${_rcs} \
sdiff \
@@ -44,10 +43,6 @@ _dtc=dtc
 _texinfo=  texinfo
 .endif
 
-.if ${MK_MAN_UTILS} != "no"
-_man=  man
-.endif
-
 .if ${MK_RCS} != "no"
 _rcs=  rcs
 .endif

Modified: head/usr.bin/Makefile
==
--- head/usr.bin/Makefile   Sun Oct  3 21:56:20 2010(r213390)
+++ head/usr.bin/Makefile   Sun Oct  3 22:24:14 2010(r213391)
@@ -5,7 +5,7 @@
 
 # XXX MISSING: deroff diction graph learn plot
 #  spell spline struct xsend
-# XXX Use GNU versions: apropos diff ld man patch whatis
+# XXX Use GNU versions: diff ld patch
 # Moved to secure: bdes
 #
 
@@ -94,6 +94,7 @@ SUBDIR=   alias \
lzmainfo \
m4 \
${_makewhatis} \
+   ${_man} \
mesg \
minigzip \
ministat \
@@ -266,6 +267,7 @@ SUBDIR+=make
 
 .if ${MK_MAN_UTILS} != "no"
 _makewhatis=   makewhatis
+_man=  man
 .endif
 
 .if ${MK_NETCAT} != "no"
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"