aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2010-01-20 21:30:52 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2010-01-20 21:30:52 +0000
commitfdf1f88bcecce7bedef674be598a8cf89c3a3f1c (patch)
tree96e08d56eaa68b31f8e98a726fe2be11d38299d2 /ObsoleteFiles.inc
parent32fc554ec6f84b8597d61d15f33f06713224123b (diff)
downloadsrc-fdf1f88bcecce7bedef674be598a8cf89c3a3f1c.tar.gz
src-fdf1f88bcecce7bedef674be598a8cf89c3a3f1c.zip
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
Notes
Notes: svn path=/head/; revision=202719
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 5dc0e3e5910f..182844918858 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