summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-161-0/+37
| | | | | | | | | | | | | | | | | all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y. The code generator's performance is greatly increased, and the loop auto-vectorizer is now enabled at -Os and -O2 in addition to -O3. The PowerPC backend has made several major improvements to code generation quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ backends have all seen major feature work. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.4/docs/ReleaseNotes.html> <http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html> MFC after: 1 month
* Add more obsolete files.antoine2014-02-091-0/+4
|
* Change date again.kaiw2014-01-281-1/+1
|
* Fix date.kaiw2014-01-251-1/+1
|
* Update OLD_LIBS.kaiw2014-01-211-0/+5
|
* Bump libcam shared library version forgotten in r259397.nwhitehorn2013-12-151-0/+2
| | | | Submitted by: kib
* Only the shared library is installed in /lib/. Static library and symlinkpjd2013-12-031-4/+0
| | | | | | to shared library stays in /usr/lib/. Don't delete them. Reported by: jkim
* Add libcapsicum and libcasper libraries that were moved from /usr/lib/ to /lib/.pjd2013-12-031-0/+7
| | | | Reviewed by: glebius
* One more BIND remnant: /etc/mtree/BIND.chroot.disttijl2013-11-191-0/+1
| | | | Discussed with: des
* Also delete lib32 libiconv.tijl2013-11-181-0/+4
| | | | | Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> MFC after: 3 days
* Add more obsolete filesantoine2013-11-171-0/+9
|
* Fix extattr(2) MLINKS.pluknet2013-11-091-0/+3
| | | | MFC after: 1 week
* Finish r257779.glebius2013-11-071-0/+3
| | | | PR: usb/183728
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanpeter2013-11-031-0/+6
| | | | | | good. This caused libc to spoof the ports libiconv namespace and provide a colliding libiconv.so.3 to fool rtld. This should have been removed some time ago.
* Remove utxrm(8). This command has been superseded by 'utx rm'.ed2013-11-031-0/+3
|
* After around 20 years of duty it is time for pkg_install to retirebapt2013-10-311-0/+17
|
* /etc/keys was moved to /usr/share/keys in r257344bdrewery2013-10-301-0/+6
| | | | | | Approved by: bapt MFC after: 2 days X-MFC-With: r257344
* ng_fec(4) removed.glebius2013-10-281-0/+3
|
* Cleanup empty directorieszont2013-10-241-0/+3
| | | | PR: conf/167133
* Add more obsolete filesantoine2013-10-201-0/+3
|
* Last few remnants of BIND (hopefully...)des2013-10-191-1/+2
| | | | MFC after: 3 days
* Rename libbsdyml to libyaml, make private, and bumpbdrewery2013-10-141-0/+11
| | | | | | | | SHLIB_MAJOR to 1.0 Suggested by: des Approved by: bapt MFC after: 1 week
* Remove most of the ATF tools and the _atf user.rpaulo2013-10-121-0/+26
| | | | | | | | This is necessary because ATF is deprecated and it will be replaced by Kyua. Submitted by: jmmv@netbsd.org Reviewed by: Garrett Cooper Approved by: re
* Remove extraneous (but harmless) leading /.des2013-10-111-1/+1
| | | | | Noticed by: Herbert J. Skuhra <hskuhra@eumx.net> Approved by: re (gjb)
* By popular demand, move freebsd-version(1) from /libexec to /bin.des2013-10-091-0/+2
| | | | Approved by: re (gjb)
* Revert r256095, r256120 (partial), r256121:gjb2013-10-091-23/+0
| | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core
* Good bye RCS. You will be missed.eadler2013-10-071-0/+23
| | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs)
* Also remove GNU ar and ranlib man pagesemaste2013-10-011-0/+2
| | | | | | This was missed in r255974. Approved by: re (implicit)
* Remove long-unused GNU ar and ranlibemaste2013-10-011-0/+3
| | | | | | | The libarchive-based replacements have been used since 2009; the GNU ones were kept to support source upgrades from FreeBSD 6. Approved by: re@ (delphij)
* Remove BIND.des2013-09-301-0/+229
| | | | Approved by: re (gjb)
* Missed in r255386: libssh is more than just the .so file itself.des2013-09-101-0/+6
| | | | Approved by: re (blanket)
* Make libldns and libssh private.des2013-09-081-0/+3
| | | | Approved by: re (blanket)
* Remove our hacked GNU patch.pfg2013-09-031-0/+3
| | | | | | | | | | | The old (2.1) GNU patch has outlived its days. The major local changes have been moved into the less restrictedly licensed patch(1) we adopted in usr.bin/ . A much newer version of GNU patch is available in the ports tree (devel/patch). Disconnect from the build and remove.
* Fix after r255014antoine2013-08-291-0/+3
|
* Add more obsolete files.antoine2013-08-261-0/+9
|
* In r227839, when removing libkvm dependency on procfs(5),trociny2013-07-101-0/+3
| | | | | | | | | | | kvm_uread() function, used for reading from /proc/pid/mem, was removed too. But the function declaration remained in kvm.h public header and the soname was not bumped. Remove kvm_uread() from kvm.h and bump the soname. Reported by: rmh Discussed on: arch
* Fix typo in vfs_mount(9) item.delphij2013-07-011-1/+1
|
* Bump shlib for dialog because ABI has changed when version 1.2 was importedbapt2013-06-231-0/+3
| | | | Reviewed by: kib
* Remove vfs_mount(9), it have been died since 2004.delphij2013-06-171-0/+2
| | | | | Noticed by: git via alfred MFC after: 2 weeks
* One more obsolete file.antoine2013-06-161-0/+1
|
* Add more obsolete files.antoine2013-06-161-0/+6
|
* Remove CVS from the base system.eadler2013-06-151-0/+27
| | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core
* Move libmd.so.5 to the proper place and add missing lib32 entry.antoine2013-05-261-1/+2
|
* Add another obsolete file: nfs fha movedantoine2013-05-181-0/+2
|
* Add one more obsolete file.antoine2013-04-141-0/+1
|
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-121-0/+31
| | | | | | | | | upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
* Fix a typo in the burncd line.rene2013-04-051-1/+1
| | | | Approved by: cognet
* Remove usr.sbin/burncd, useless after legacy ATA stack removal.mav2013-04-041-0/+2
|
* Remove obsolete files of the legacy ATA stack.mav2013-04-041-0/+5
|
* Add 2 more obsolete files and a missing date.antoine2013-03-241-0/+4
|
OpenPOWER on IntegriCloud