diff options
author | gabor <gabor@FreeBSD.org> | 2010-01-20 21:30:52 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-01-20 21:30:52 +0000 |
commit | bc4e1f6f87a770761be30eb708cbef88bc4d9536 (patch) | |
tree | 96e08d56eaa68b31f8e98a726fe2be11d38299d2 /ObsoleteFiles.inc | |
parent | 572c61752a99c8182ee368efb49e8fe0498abafa (diff) | |
download | FreeBSD-src-bc4e1f6f87a770761be30eb708cbef88bc4d9536.zip FreeBSD-src-bc4e1f6f87a770761be30eb708cbef88bc4d9536.tar.gz |
Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good
compatibility level with the GNU counterparts and have shown to be mature
enough. For now, the GNU versions aren't removed from the tree, just detached
from the build.
Sponsored by: Google Summer of Code 2008
Portbuild run by: erwin
Approved by: delphij
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 5dc0e3e..1828449 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,13 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100120: replacing GNU bc/dc with BSDL versions +OLD_FILES+=usr/share/examples/bc/ckbook.b +OLD_FILES+=usr/share/examples/bc/pi.b +OLD_FILES+=usr/share/examples/bc/primes.b +OLD_FILES+=usr/share/examples/bc/twins.b +OLD_FILES+=usr/share/info/dc.info.gz +OLD_DIRS+=usr/share/examples/bc # 20100114: removal of ttyslot(3) OLD_FILES+=usr/share/man/man3/ttyslot.3.gz # 20100113: remove utmp.h, replace it by utmpx.h |