freebsd-skq/contrib
ngie b7b1b100cc MFC r266650, r267172 (both by jmmv):
r266650:

  Change libatf-c and libatf-c++ to be private libraries.

  We should not be leaking these interfaces to the outside world given
  that it's much easier for third-party components to use the devel/atf
  package from ports.

  As a side-effect, we can also drop the ATF pkgconfig and aclocal files
  from the base system.  Nothing in the base system needs these, and it
  was quite ugly to have to get them installed only so that a few ports
  could build.  The offending ports have been fixed to depend on
  devel/atf explicitly.

  Reviewed by:  bapt

r267172:

  Homogenize libatf-* version numbers with upstream.

  The libatf-* major version numbers in FreeBSD were one version ahead of
  upstream because, when atf was first imported into FreeBSD, the upstream
  numbers were not respected.  This is just confusing and bound to cause
  problems down the road.

  Fix this by taking advantage of the fact that libatf-* are now private
  and that atf is not yet built by default.  However, and unfortunately, a
  clean build is needed for tests to continue working once "make
  delete-old-libs" has been run; hence the note in UPDATING.

Phabric: D701
Approved by: jmmv (maintainer, mentor)
2014-08-31 23:09:23 +00:00
..
amd
apr MFC r266728,266731,266735,266736,268135,268960,269833 2014-08-12 01:40:11 +00:00
apr-util MFC r257129,257936,258084,258569,258602,262250,262251 2014-02-20 20:34:01 +00:00
atf MFC r266650, r267172 (both by jmmv): 2014-08-31 23:09:23 +00:00
binutils MFC r269393, r269394, r269395: 2014-08-11 01:48:00 +00:00
bmake Fix Fx syntax. 2013-09-27 17:42:23 +00:00
bsnmp MFC r260636: 2014-01-14 19:02:14 +00:00
byacc MFC: r257315, r260445, r264803 2014-07-20 00:21:38 +00:00
bzip2 Remove a few files that are not needed for FreeBSD. 2012-09-11 21:16:22 +00:00
com_err - On FreeBSD, com_err.h is installed into /usr/include, not /usr/include/krb5. 2012-05-21 04:29:11 +00:00
compiler-rt MFC 264190: 2014-05-17 21:35:26 +00:00
dialog Update dialog to 1.2-20130923. 2013-09-24 14:52:43 +00:00
diff MFC r260358 2014-01-09 23:51:47 +00:00
dtc MFC r261215, r261257 2014-05-15 14:37:52 +00:00
ee Clean some 'svn:executable' properties in the tree. 2013-01-26 22:08:21 +00:00
expat Update base system libexpat to 2.1.0. 2013-02-26 00:58:44 +00:00
file MFC r267897: MFV r267843: 2014-07-11 00:00:00 +00:00
flex Enable GNU m4 compatibility mode. 2013-05-21 19:23:49 +00:00
gcc MFC r268994: C++ exception/unwind handling fix 2014-08-25 18:45:15 +00:00
gcclibs MFC r263775: 2014-04-02 06:17:57 +00:00
gdb MFC r258663: 2013-12-03 19:42:46 +00:00
gdtoa Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in 2012-12-06 01:31:25 +00:00
gperf MFC r259756: 2013-12-28 00:03:15 +00:00
groff MFH r261319,261345,261742 mdoc changes to stable/10 2014-03-01 14:44:55 +00:00
ipfilter MFC r268532 and r268585. When world and kernel are built without INET6 2014-07-21 06:45:19 +00:00
jemalloc MF9: Don't fail to build if MALLOC_PRODUCTION is defined in make.conf 2013-12-19 21:03:08 +00:00
ldns MFH (r266114, r266138): upgrade to latest ldns and unbound 2014-07-29 20:57:38 +00:00
ldns-host Import Magerya Vitaly's ldns-host, and build it instead of the BIND version 2013-09-08 19:40:32 +00:00
less Revert files with no local changes to their vendor state to ease future 2013-05-31 00:31:45 +00:00
libarchive Fix return type of extattr_set_* and fix rmextattr(8) utility. 2013-04-02 05:30:41 +00:00
libbegemot
libc-pwcache Replace our version of the pwcache(3) API with NetBSD's implementation. 2012-10-19 12:44:22 +00:00
libc-vis MFC r261261: Restore the Nx macro. 2014-02-01 10:41:26 +00:00
libc++ MFC r270416: 2014-08-26 06:31:52 +00:00
libcxxrt MFC r261609: 2014-02-10 20:25:40 +00:00
libexecinfo MFC r258426: libexecinfo: Include terminating null in byte count 2013-11-25 15:54:18 +00:00
libgnuregex Fix build for FreeBSD. We do not have alloca.h. 2013-06-05 21:28:33 +00:00
libpcap Bulk sync of pf changes from head, in attempt to fixup broken build I 2014-03-12 10:45:58 +00:00
libreadline
libstdc++ MFC r268993, r268893, r268994, plus partial r264070, r264082 2014-08-10 22:26:29 +00:00
libucl MFC: r263648, r264789, r266636 2014-07-19 23:44:57 +00:00
libyaml Import libyaml as libbsdyml (private brand name) 2013-03-04 11:27:41 +00:00
llvm MFC r269387: Update the ARMv6 core clang targets to be an arm1176jzf-s. 2014-08-17 01:15:34 +00:00
mdocml strcmp(3) will suffice here, also follow the style of the remaining file more closely. 2012-10-20 10:16:55 +00:00
mknod Add NetBSD's mtree to the tree and install it as nmtree as the first step 2012-12-21 21:00:00 +00:00
mtree MFC r258437: 2013-11-26 16:12:40 +00:00
ncurses Correct use_screen() and use_window() prototypes in curs_threads(3x). 2012-05-22 06:28:53 +00:00
netcat MFC r258195+r264361: 2014-04-25 04:49:27 +00:00
ngatm
ntp MFC r265465: 2014-05-20 00:57:00 +00:00
nvi MFC r259088: Vendor import nvi-2.1.2-c80f493b038 a multikey mapping fix 2014-08-15 19:06:59 +00:00
ofed - Fix compile errors from the clang conversion 2013-08-09 03:29:46 +00:00
one-true-awk MFV: one-true-awk 20121220. 2013-01-03 07:25:30 +00:00
openbsm MFC: r267478 2014-06-17 08:56:16 +00:00
openpam Fix incorrect error handling in PAM policy parser. [SA-14:13] 2014-06-03 19:02:18 +00:00
openresolv According to resolvconf.conf(5) manpage and sources, there is no 2012-08-21 06:14:08 +00:00
opie MFC: r269806,r269809,r269811,r269810 2014-08-18 02:13:45 +00:00
pam_modules/pam_passwdqc Make the PAM password strength checking module WARNS=2 safe. 2013-08-27 15:50:26 +00:00
pf MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-24 13:48:04 +00:00
pnpinfo
sendmail MFC: Update for sendmail 8.14.9 import 2014-05-26 15:35:11 +00:00
serf MFC r266728,266731,266735,266736,268135,268960,269833 2014-08-12 01:40:11 +00:00
smbfs Merge r257888, r258049 from head: 2013-11-14 09:25:29 +00:00
sqlite3 Introduce svnlite so that we can check out our source code again. 2013-06-18 02:53:45 +00:00
subversion MFC r266728,266731,266735,266736,268135,268960,269833 2014-08-12 01:40:11 +00:00
tcp_wrappers Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in 2012-12-06 01:31:25 +00:00
tcpdump Bulk sync of pf changes from head, in attempt to fixup broken build I 2014-03-12 10:45:58 +00:00
tcsh
telnet Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago). 2013-05-31 17:30:12 +00:00
texinfo
tnftp MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-24 13:48:04 +00:00
top MFC r265249,r265250,r265251: 2014-05-17 02:39:20 +00:00
traceroute mdocify and update the traceroute(8) manual page. 2012-06-27 07:41:21 +00:00
tzcode Merge r266111 from head: 2014-05-22 20:55:57 +00:00
tzdata MFC r270728, tzdata2014f 2014-08-29 13:41:21 +00:00
unbound MFH (r266114, r266138): upgrade to latest ldns and unbound 2014-07-29 20:57:38 +00:00
unvis Replace our (un)vis(1) commands with implementations from NetBSD to 2013-03-15 00:05:50 +00:00
vis MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-24 13:48:04 +00:00
wpa MFC r263925 2014-04-12 23:48:02 +00:00
xz MFC r262754: MFV r253848 (mm): 2014-03-18 00:59:49 +00:00