Commit Graph

805 Commits

Author SHA1 Message Date
skrll f343fec730 Remove old mis-merge. 2009-09-27 18:52:56 +00:00
blymn 7dfbfaa8ed Make the tool chain build with MKOBJDIRS set to yes - fix by skrll. 2009-09-27 12:58:59 +00:00
skrll 7c94c6769f Fix mis-merge. 2009-09-27 08:04:14 +00:00
skrll 82e8e5ae69 Remove some commented/redundant stuff. 2009-09-26 13:58:31 +00:00
skrll 2830fc6c0f Add bfdver.texi to CLEANFILES. 2009-09-26 11:51:34 +00:00
skrll 6487fab745 Blat the right file. 2009-09-26 11:45:41 +00:00
skrll e17ad351c2 Resolve mis-merge. 2009-09-26 10:44:21 +00:00
mrg 5180c00189 share XKBCOMPDIR between xkbcomp and xorg-server. 2009-09-25 06:07:06 +00:00
mrg 4463162fd2 xorg-server servers depend upon -Wl,--export-dynamic these days.
spotted by uwe@.  fixes at least swrast userland and Xnest.
2009-09-25 06:04:30 +00:00
uwe 4c7a000c60 Fix index entries that are intended to index ".set singlefloat" and
".set doublefloat", but were not edited after copy-paste.


I noticed this because compared to prebuilt as.info 1) on NetBSD index
entries are collated differently; 2) for some duplicate index entries
there are no additional "foo <n>" entries in the final output and (b/c
of #1 I guess) we pick a different one.

For the record, the other duplicate entry is in c-tic54x.texi where
both struct and union directive descriptions have:

  @cindex @code{tag} directive, TIC54X

Prebuilt file only lists the first occurence in the generated index
and we list only the second.

The MIPS false duplicate is easy to fix, but I'm too lazy to debug
makefino to figure out why the second, real duplicate is lost.
2009-09-23 19:53:30 +00:00
skrll cfe9d8b4dc Use the right variable to get VERSION from the defs.mk file.
Add a .WAIT to hopefully fix the problem reported by Patrick Welche on
current-users.
2009-09-23 19:41:24 +00:00
snj bbb05cc64a Update for new xterm. 2009-09-19 04:54:04 +00:00
sborrill 51827ae696 Fix various typos and grammatical errors 2009-09-16 19:04:01 +00:00
haad cbe8652598 Remove bogus -L entry. 2009-09-16 09:17:29 +00:00
haad a6ae7c3f3a Revert my last wrong change this will need more work. 2009-09-15 02:04:12 +00:00
haad 7166baaa71 On i386 use 32bit version of atomic_add_op because 64 doesn't work on
i486 userland.
2009-09-15 01:48:41 +00:00
wiz 86dbe4a721 Recognize bsdiff(1) files.
Patch already sent upstream.
2009-09-13 22:16:45 +00:00
mrg 90e6d8c1fe replace a LDADD/DPADD with LIBDPLIBS 2009-09-11 22:36:12 +00:00
tron 59c9daa5b3 Avoid using alloca(3) to unbreak SSP builds. 2009-09-11 10:41:42 +00:00
skrll 8a770313a3 Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.
2009-09-08 07:08:00 +00:00
mrg cfb8df7f4f install the fontconfig files into /etc/fonts/conf.avail, and symlink
the default ones into /etc/fonts/conf.d, as per default.

reported by jukka marin on netbsd-users.
2009-09-07 21:07:02 +00:00
macallan 0757b51d96 build the sunleo driver on sparc and sparc64 2009-09-05 22:35:53 +00:00
apb ecf07e7982 It's expected that config will be NULL in a cvs client, but not
in a server or with a local CVSROOT.
2009-09-05 12:50:33 +00:00
dholland 39ad663dea Check group membership correctly; ingroup() returns a truth value, not a gid.
PR bin/41995.
2009-09-05 06:18:55 +00:00
gmcgarry 1feba56e87 Update build system and merge changes for pcc 0.9.9 090902. 2009-09-04 00:50:04 +00:00
gmcgarry c4627bc7b5 Import pcc 0.9.9 090902 2009-09-04 00:27:29 +00:00
skrll e36a465d74 Bump majors. 2009-09-03 08:24:06 +00:00
tron 165eb454ca Resolve conflicts from last import. 2009-08-31 17:57:09 +00:00
tron 05fa9772ea Import Postfix 2.6.5. Changes since Postfix 2.6.2:
- The Postfix Milter client got out of step with a Milter application
  after the application sent a "quarantine" request at end-of-message
  time. The Milter application would still be in the end-of-message
  state, while Postfix would already be working on the next SMTP
  event, typically, QUIT or MAIL FROM. In the latter case, Milter
  responses for the previously-received email message would be applied
  towards the next MAIL FROM transaction. This problem was diagnosed
  with help from Alban Deniz.
- The Postfix SMTP server would abort with an "unexpected lookup table"
  error when an SMTPD policy server was mis-configured in a particular way.
2009-08-31 17:53:31 +00:00
ahoka 04e8306951 Install manpage for the Xorg S3 driver. 2009-08-28 17:20:07 +00:00
ahoka 8e8267140c OK, it seems we missed the fact, that s3_video.c needs S3_NEWMMIO
defined for proper compilation (its using some macros which are ended
up as undefined symbols and thus crashing the server).

The driver is working properly again now.
2009-08-28 14:39:39 +00:00
ahoka b04b38e286 Bump DRIVER_VERSION for last update. 2009-08-28 14:13:24 +00:00
mrg 89ff155dc1 build libmesa and swrast on all platforms. 2009-08-27 04:36:40 +00:00
mrg a32a54ebe7 fix the SRCS list for swrast. 2009-08-27 04:36:13 +00:00
mrg 602bbf6a42 disable imstt driver. it needs xorg 1.6 help. 2009-08-27 04:35:57 +00:00
mrg dbed2ed55e build int10 on macppc -- "nv" driver depends on it.
xorg 1.6.3 works on my old powermac G4 with nv now.
2009-08-27 04:34:52 +00:00
mrg 3be75bc755 bsdResource.c is now called stdResource.c. 2009-08-27 04:34:13 +00:00
mrg 5b64d8fe9f build tdfx_dri.c. fixes PR#41922. 2009-08-27 04:33:18 +00:00
macallan c914c90eda build pnozz and suntcx drivers on sparc 2009-08-26 22:33:38 +00:00
macallan 66e211a7ea reachover for pnozz and suntcx 2009-08-26 22:30:46 +00:00
mrg 1ef7a9ffe7 install the xorg "protocol.txt" file. 2009-08-23 09:05:44 +00:00
mrg 7488d6c7be add -Wno-error for a bunch of files that use (xorg) deprecated symbols. 2009-08-22 02:40:26 +00:00
mrg 66681277bc colormap.c needs some -Wno-error too.... 2009-08-22 01:44:58 +00:00
mrg 4c1f42cfa8 Xmag.ad -> app-defaults/Xmag 2009-08-22 01:25:45 +00:00
mrg a8c466d9ae look for and find "config.h" 2009-08-22 01:06:02 +00:00
mrg 32719be438 enable strcasecmp() and strdup(). 2009-08-22 01:03:31 +00:00
mrg 881e863520 xrandr.c wants a VERSION defined now. 2009-08-22 01:03:11 +00:00
mrg 2aeb0a73e7 bdftruncate is now a C program ... written by martin and joerg. :-) 2009-08-22 01:02:47 +00:00
skrll a7eeba8942 Descend into gpl3 2009-08-21 23:13:23 +00:00
skrll 1f39bb7ff5 Disable as.info target. 2009-08-21 18:35:38 +00:00