Commit Graph

5366 Commits

Author SHA1 Message Date
apb
f15c02ef49 Update for tzdata2015f:
* Fix numbering in a comment;
* Update version numbers;
* Adjust a regex to recognise "Changes affecting.*data" without
  the word "format".
2015-08-11 18:10:13 +00:00
apb
fd53cdca36 Import tzdata2015f from ftp://ftp.iana.org/tz/releases/tzdata2015f.tar.gz
Summary of changes in tzdata2015f (2015-08-10 18:06:56 -0700):
  * North Korea switches to +0830 on 2015-08-15.
  * Uruguay no longer observes DST.
  * Moldova starts and ends DST at 00:00 UTC, not at 01:00 UTC.
  * The two characters '%z' in a zone format now stand for the UTC
    offset, e.g., '-07' for seven hours behind UTC and '+0530' for
    five hours and thirty minutes ahead.
  * Comments for America/Halifax and America/Glace_Bay have been improved.
  * Data entries have been simplified for Atlantic/Canary, Europe/Simferopol,
    Europe/Sofia, and Europe/Tallinn.
  * Changes affecting documentation.
2015-08-11 18:07:00 +00:00
prlw1
c71e0745a5 fix typos 2015-08-11 16:06:52 +00:00
macallan
b676c18bcd build EXA support 2015-08-11 03:58:18 +00:00
jakllsch
23d6404318 Correct temporary directory preference order in libiberty's choose_tmpdir().
Because it is intended to be persistent, /var/tmp is about the worst possible
choice for temporary files for most users of libiberty.  /tmp works better,
because the the defined semantics of /tmp allow for a non-persistent tmpfs
to be used.  This should improve performance when /tmp is a tmpfs and it is
difficult or impossible to have an environment variable or command line -pipe
flag passed to every piece of the toolchain.
2015-08-10 15:45:40 +00:00
aymeric
4fcf45b3fb use ${TOOL_AWK} instead of host dependant awk. From mrg@. 2015-08-09 10:09:07 +00:00
aymeric
26784e621d Move dashes to the front of bracket expressions. Suggested by dholland@. 2015-08-08 23:06:36 +00:00
aymeric
dea07fe2a9 Fix bracket expressions by moving '-' to the end of them. GNU awk choked. 2015-08-08 22:26:59 +00:00
wiz
e272cbeff0 Use date of last distfile for am-utils.info date.
Update doc/3RDPARTY to mention this should be kept up-to-date during
imports.
Addresses PR 50118.
2015-08-06 10:22:34 +00:00
macallan
8e272e6ce3 build EXA support 2015-07-30 02:58:00 +00:00
christos
3c96e852e2 Don't use NO_SYS_HEADERS because <sys/types.h> is not included when you
do that before the typedefs in /usr/xsrc/external/mit/xorg-server/dist/hw/\
xfree86/x86emu/x86emu/types.h, and then some source files include
<sys/types.h> leading to uint redefinitions.
2015-07-29 19:03:15 +00:00
christos
b4a6c5034b merge conflicts for bind-9.10.2-P3 to address CVE-2015-5477. 2015-07-28 18:55:16 +00:00
christos
3f9a56fe3c Import bind 9.10.2-P3 2015-07-28 18:48:08 +00:00
mrg
4bebf46978 remove unused files. 2015-07-26 09:04:15 +00:00
mrg
0aac484359 remove some duplication; pointed out by pgoyette. 2015-07-23 09:37:59 +00:00
mrg
cf4dd8937a remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)
2015-07-23 08:03:24 +00:00
mrg
c73007bdff remove obsolete tools and comments. 2015-07-23 07:36:54 +00:00
mrg
57b7c10bc0 copy reachovers and mostly update for modern xorg. showfont builds
but rstart doesn't quite yet...
2015-07-23 07:34:38 +00:00
mrg
1d32bc8471 delete obsolete reachovers. 2015-07-23 07:33:33 +00:00
mrg
d9b30e28a9 build libXpresent. 2015-07-23 05:46:39 +00:00
mrg
1dfb3d9037 link against Xinerama now that xterm 318 would prefer to. 2015-07-23 05:45:09 +00:00
mrg
82690547ac update for ark 0.7.5. 2015-07-23 02:04:09 +00:00
mrg
7873bb551a update for libxcb 1.11. 2015-07-23 01:06:32 +00:00
mrg
39fd47d868 delete obsolete vga and radeonhd drivers. 2015-07-22 16:37:33 +00:00
mrg
40be8a6698 remove unused makefile. 2015-07-22 09:52:51 +00:00
mrg
0a1154b06c updates for xf86-input-mouse 1.9.1. 2015-07-22 09:49:51 +00:00
mrg
3b092926c9 updates for xmessage 1.0.4 and xwud 1.0.4. 2015-07-22 08:46:51 +00:00
mrg
d1b7211548 updates for xfsinfo 1.0.5 and xkbevd 1.1.4. 2015-07-22 08:35:26 +00:00
mrg
1d694e8a5a updates for fslsfonts 1.0.5, fstobdf 1.0.6, ico 1.0.4, luit 1.1.1 and
rgb 1.0.6.
2015-07-22 07:58:00 +00:00
mrg
816dc0e3d6 update for libXinerama 1.1.3 2015-07-22 02:23:20 +00:00
mrg
cccf14aba7 add PACKAGE_NAME support to xorg-pkg-ver.mk.
switch to using xorg-pkg-ver.mk.
2015-07-20 23:50:22 +00:00
mrg
b04a8df815 rebuild these for xkeyboard-config 2.15. 2015-07-20 22:45:10 +00:00
christos
aa4b4f79ae we set SIGCHLD to SIG_IGN so we are not going to generate zombies so it
will be an error to wait.
2015-07-20 15:35:00 +00:00
joerg
613db6a115 Don't use fabs on integers. 2015-07-20 13:13:31 +00:00
mrg
896967499d use xorg-pkg-ver.mk 2015-07-20 06:34:29 +00:00
mrg
499ffedcd0 updates for freetype 2.6. 2015-07-20 04:10:40 +00:00
mrg
84e38ef2d1 bump libXrandr minor for added functions in new XrrMonitor.c. 2015-07-20 03:13:56 +00:00
mrg
01754778c8 use xorg-pkg-ver.mk. 2015-07-20 03:12:57 +00:00
mrg
952ccb2bbd updates for xf86-video-trident 1.3.7. 2015-07-20 03:00:01 +00:00
mrg
0042ea73fc bump libdrm and libdrm_intel shlib version -- both had functions added. 2015-07-20 02:51:33 +00:00
mrg
d32df95546 use xorg-pkg-ver.mk for silicon-motion. 2015-07-20 02:07:36 +00:00
mrg
28e6cab260 updates for r128 6.10.0 and mach64 6.9.5. 2015-07-20 01:17:46 +00:00
mrg
bffb453364 build updates for xlsatoms 1.1.2, xlsfonts 1.0.4, xman 1.1.4, xmh 1.0.03
xmodmap 1.0.9 and xvinfo 1.1.3.
2015-07-19 23:15:05 +00:00
mrg
6eba60ab4a update for xfindproxy 1.0.4. 2015-07-19 22:43:26 +00:00
mrg
5a8cc879ab updates for xgamma 1.0.6 and xkbprint 1.0.4. 2015-07-19 22:42:24 +00:00
mrg
37afb7eb68 use xorg-pkg-ver.mk to provide PACKAGE_*. 2015-07-19 22:30:58 +00:00
mrg
e60fe600c8 build updates for various x11 apps being updated. 2015-07-19 19:49:17 +00:00
mrg
c8dfc7fd8b define HAVE_STRLCPY. 2015-07-19 08:49:50 +00:00
mrg
14b386c679 updates for libX11 1.6.3 - "xlocale" is removed. 2015-07-19 08:18:32 +00:00
mrg
005b613bb3 updates for new libXaw and libXt. 2015-07-19 07:55:07 +00:00