A couple of weird FreeBSD patchsets

Patchset: ports

Patch name Collection(s) Description
Mk-bsd.port.mk.patch ports Add a USE_SUBDIR_OVERRIDE knob to automate fetching distfiles from the appropriate subdirectories when using MASTER_SITE_OVERRIDE.
databases-dbf2mysql.patch ports Fix a signedness error and make stripping the executable conditional.
databases-gnats.patch ports Add the WITHOUT_RESENT, WITH_GNATS_ADDR, WITH_GNATS_SITE, and WITH_GNATS_SUBMITTER knobs to customize GNATS behavior.
devel-cdk.patch ports Fix a couple of compiler warnings. I'm not sure if this even compiles any more.
editors-vim.patch ports Always use DocBook mode for SGML files.
emulators-mtools.patch ports Fix a couple of quoting problems in the configure script.
mail-autorespond.patch ports A rough version of a patch by Nikolay Petrov <nik@hq.panda.bg> to specify a MIME character in autorespond's automatic responses.
mail-qmail.patch ports Add the qmail-smtpd-auth patch.
sysutils-ucspi-tcp.patch ports Add Felix von Leitner's IPv6 support patch.

Patchset: src4

Patch name Collection(s) Description
alt_is_meta.patch src4 src5 Make the Alt keys serve as Meta keys, actually doing something useful (and expected) on the console.
bin-date.patch src4 src5 Add the -R option to date(1) to display the date in RFC 822 format.
bin-dd.patch src4 Add the 'noread' and 'nowrite' conversion options, mainly useful for performance measurements.
etc-login.conf.patch src4 src5 Add the 'bulgarian' login.conf class with the appropriate CP1251 charset and bg_BG.CP1251 LANG setting.
gnu-usr.bin-rcs-ident-ident.c.patch src4 src5 Add the -q (quiet) and -f (display filename) options to ident(1).
sys-syncdelay.patch src4 src5 Make the maximum fs sync delay configurable via both a kernel option and a kern.syncdelay sysctl.
usr.bin-cut.patch src4 Add the -S option to "squeeze" empty fields between two separators.
usr.bin-head.patch src4 src5 Add the -s option to skip a certain number of lines at the start.
usr.bin-make.patch src4 src5 Teach make(1) about environment processors; in other words, make it use penv(1) as it ought to :)
usr.bin-script.patch src4 src5 Simplify the script(1)'s -t option handling by using non-buffered stdio output in the -t 0 case.
usr.sbin-mailwrapper.patch src4 src5 Do not fall back to /usr/libexec/sendmail/sendmail when mailer.conf cannot be read.
atapi-cd.c.nodisc.patch src4 On a 'eject' command with an empty tray, return ENXIO so that callers can distinguish between a success and an impossible proposition.
bin-ps.patch src4 Add the -R option to ps(1), displaying only processes that contribute to the load average. FIXME: port this to -CURRENT.
cdcontrol.c.nodisc.patch src4 Parse the ENXIO returned by the atapi-cd.c.patch on an attempt to eject an empty tray and give an informative message.
etc-make.conf.patch src4 Some defaults for building RoamBSD ;)
etc-rc.patch src4 Add rc(8) handling of the CONS_QUIET option: the quiet_startup rc.conf knob. FIXME: either port this to -CURRENT, or remove it altogether.
games-hangman.patch src4 Add the -d dictfile option to hangman(6). FIXME: port this to -CURRENT.
global-gid_t.patch src4 An oldish attempt to make the struct group gr_gid member actually a gid_t.
gnu-usr.bin-man.patch src4 Make man(1) honor the MANPAGER variable before resorting to PAGER. FIXME: port this to -CURRENT.
iha-sys-conf.patch src4 Files needed to support the InitIO PCI SCSI driver.
iha-sys-dev.patch src4 A third-party driver to support the InitIO PCI SCSI controller.
iha-sys-i386-conf.patch src4 Include the 'iha' InitIO SCSI driver in the GENERIC kernel.
iha-sys-modules.patch src4 Glue for building the 'iha' InitIO SCSI driver as a module.
lib-libc-stdio.patch src4 Recognize the %lld scanf format for long long values. Not applicable to -CURRENT.
lib-libmd.patch src4 Add the MDXFileChunk() routine to only calculate the hash of a part of a file. FIXME: port this to -CURRENT.
lib-libncurses.patch src4 Actually use 'const' in the ncurses source. FIXME: port this to -CURRENT.
sbin-ping-ping.c.patch src4 Display the IP ID field of the returned packets. FIXME: port this to -CURRENT.
sbin-sysctl.patch src4 Add the -m option to sysctl(8) to display the numerical MIB of a sysctl along with (or instead of) its name. FIXME: port this to -CURRENT.
share-syscons-keymaps.patch src4 Recognize a couple more Shift-, Ctrl-, and Alt- key sequences as high-numbered function keys. FIXME: either port this to -CURRENT, or remove it altogether.
share-termcap-termcap.src.patch src4 Fix the 'screen' terminal handling of the 'end' character. FIXME: port this to -CURRENT.
sys-consquiet.patch src4 Add the CONS_QUIET, CONS_QUIET_DEFAULT, and CONS_QUIET_PROGRESS kernel config options to silence the FreeBSD boot process. FIXME: either port this to -CURRENT, or remove it altogether.
syscons-hidecursor.patch src4 Add a syscons flag for hiding and showing the cursor. FIXME: port this to -CURRENT.
usr.bin-ee.patch src4 Fix a couple of warnings and add a Bulgarian translation. FIXME: port this to -CURRENT or even better, send it to the ee(1) author.
usr.bin-su-BDECFLAGS.patch src4 Make the su(1) source BDECFLAGS-compatible. FIXME: does this need porting to -CURRENT?
usr.sbin-adduser-adduser.perl.patch src4 Teach adduser(8) about setting permissions on the newly created user's home directory. FIXME: port this to -CURRENT.
warp_saver.c.patch src4 Add a couple of tweakable knobs to the warp syscons screensaver.

Patchset: src5

Patch name Collection(s) Description
alt_is_meta.patch src4 src5 Make the Alt keys serve as Meta keys, actually doing something useful (and expected) on the console.
bin-date.patch src4 src5 Add the -R option to date(1) to display the date in RFC 822 format.
etc-login.conf.patch src4 src5 Add the 'bulgarian' login.conf class with the appropriate CP1251 charset and bg_BG.CP1251 LANG setting.
gnu-usr.bin-rcs-ident-ident.c.patch src4 src5 Add the -q (quiet) and -f (display filename) options to ident(1).
sys-syncdelay.patch src4 src5 Make the maximum fs sync delay configurable via both a kernel option and a kern.syncdelay sysctl.
usr.bin-head.patch src4 src5 Add the -s option to skip a certain number of lines at the start.
usr.bin-make.patch src4 src5 Teach make(1) about environment processors; in other words, make it use penv(1) as it ought to :)
usr.bin-script.patch src4 src5 Simplify the script(1)'s -t option handling by using non-buffered stdio output in the -t 0 case.
usr.sbin-mailwrapper.patch src4 src5 Do not fall back to /usr/libexec/sendmail/sendmail when mailer.conf cannot be read.
etc-iface-rename.patch src5 Let the network.subr and netif startup scripts honor the new 'network_interface_rename' rc.conf variable, containing a list of interfaces to rename on boot.
libexec-telnetd-telnetd.c.patch src5 A slightly broken attempt to make telnetd(8) set the TELNET_CLIENT environment variable just as the OpenSSH server sets SSH_CLIENT.
sbin-ifconfig-hwmatch.patch src5 Specify interfaces by link-level address to ifconfig(8).
usr.bin-id.patch src5 Add the -a option to most of id(1)'s invocations, making it display information about all defined system users, not just the caller.
usr.bin-whois.patch src5 Fix a possible unterminated string overflow condition.



Valid XHTML 1.0! Powered by Libxslt

Generated from:
$Ringlet: bsd-patches/patches.xml,v 1.16 2005/03/17 18:09:25 roam Exp $
$Ringlet: bsd-patches/patches.xsl,v 1.8 2004/01/08 08:33:58 roam Exp $