freebsd-src/gnu/usr.bin
Edwin Groothuis 085ca02717 man(1) can't handle compressed included files.
Some ports will install with compressed manpages. man handles
	this by looking for the .gz version of a man source file.
	It is also common to include other files with the .so
	directive where commands or functions share a man page.
	Traditionally ports have had to handle this by either not
	compressing the manpages, or using the _MLINKS macro in the
	port makefile to create symlinks to the actual source file,
	rather than using .so versions. Notably, the current version
	of Xorg port breaks. See ports/113096 and ports/115845.

PR:		bin/115850
Submitted by:	Callum Gibson <callumgibson@optusnet.com.au>
Approved by:	re@ (ken smith), grog@ (mentor)
MFC after:	1 week
2007-09-20 21:37:29 +00:00
..
bc Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
binutils Reduce diff to vendor for maintance purposes. 2007-09-19 14:19:32 +00:00
cc Make gcc default to big endian when building it for a big endian target. 2007-09-18 23:34:42 +00:00
cpio Compile with -DHAVE_LSTAT since, for whatever reason, the configure script 2005-10-06 09:49:37 +00:00
cvs Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
dc Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:34:53 +00:00
dialog Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
diff Fix build on arm: time_t on arm is 64 bits while long is 2007-06-17 00:43:50 +00:00
diff3 Update build skeleton after diffutils 2.8.7 update. 2007-06-15 07:09:34 +00:00
gdb NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb' 2007-08-22 20:28:13 +00:00
gperf Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:49:20 +00:00
grep Add the -P option back, but with a note that it is not supported on FreeBSD. 2006-10-11 09:52:32 +00:00
groff -mdoc knows about FreeBSD 7.0 as well. 2006-12-29 06:22:13 +00:00
man man(1) can't handle compressed included files. 2007-09-20 21:37:29 +00:00
patch Get rid of a spurious "the". 2004-03-18 20:36:14 +00:00
rcs Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
sdiff Update build skeleton after diffutils 2.8.7 update. 2007-06-15 07:09:34 +00:00
send-pr Don't lie about saved reports. 2007-06-02 18:06:08 +00:00
sort Update version strings to better reflect reality. 2004-08-12 06:40:31 +00:00
texinfo Catch up with the demise of /usr/X11R6 2007-09-19 14:21:18 +00:00
Makefile Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
Makefile.inc