Commit graph

144861 commits

Author SHA1 Message Date
markd
1d907d5432 Add g95 support to the compiler framework, based on the existing f2c
support.
2009-07-08 21:17:16 +00:00
markd
d52041cb82 Add support for g95 on NetBSD to libtool.
Bump PKGREVISION of libtool-base.

OKed by jeorg.
2009-07-08 21:01:43 +00:00
hasso
e9c0f5c50f Updated misc/tmux to 0.9. 2009-07-08 21:00:37 +00:00
hasso
1899a7137a Update to 0.9, thanks to Adrian Portelli. Changes since 0.8:
* Major changes to build infrastructure: cleanup of makefiles and addition
  of a configure script.
* monitor-content window option to monitor a window for a specific fnmatch(3)
  pattern. The find-window command also now accepts fnmatch(3) patterns.
* previous-layout and select-layout commands, and a main-horizontal layout.
* Recreate the server socket on SIGUSR1.
* clear-history command.
* Use ACS line drawing characters for pane separator lines.
* UTF-8 improvements, and code to detect UTF-8 support by looking at
  environment variables.
* The resize-pane-up and resize-pane-down commands are now merged together
  into a new resize-pane command with -U and -D flags.
* confirm-before command to request a yes/no answer before executing dangerous
  commands.
* Status line bug fixes, support for UTF-8 (status-utf8 option), and a key to
  paste from the paste buffer.
* Support for some additional escape sequences and terminal features, including
  better support for insert mode and tab stops.
* Improved window resizing behaviour, modelled after xterm.
* Some code reduction and a number of miscellaneous bug fixes.
2009-07-08 20:59:11 +00:00
hasso
31d707affb Updated devel/xorg-util-macros to 1.2.2. 2009-07-08 20:24:39 +00:00
hasso
ee586f331f Update to 1.2.2. Changes since 1.2.1:
Alan Coopersmith (1):
      Version bump: 1.2.2

Dan (1):
      Fix incorrect warning message in XORG_MACROS_VERSION

Dan Nicholson (3):
      Fix comment in XORG_MACROS_VERSION on usage
      Restore part of the XORG_MACROS_VERSION comment
      Use m4 for XORG_MACROS_VERSION to error during autoconf

Jeremy Huddleston (1):
      XORG_CWARNFLAGS: += is not valid for appending in bourn scripts

Jon TURNEY (1):
      Use correct CWARNFLAGS when cross compiling
2009-07-08 20:22:54 +00:00
hasso
3d2f0ecc1b Updated graphics/Mesa to 7.4.4. 2009-07-08 20:06:06 +00:00
hasso
1e744f5d32 Update to 7.4.4. Make software ratserizer actually work. Add one patch from
upstream repo to fix null pointer dereference.

Changes in 7.4.4:

* Fixed i965/i915 segfault in screen destruction (bug 22408)

Changes in 7.4.3:

* Fixed texture object reference counting bug (bug 21756)
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
  point (SF bug 2793846)
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
* Fixed some OSMesa build issues
* Fixed a vertex buffer object crash
* Fixed broken glTexImage3D() when image type = GL_BITMAP
* Fixed some GLSL preprocessor bugs
* Fixed framebuffer mem leak in i945/i965 DRI drivers
* Fixed texture coordinate repeat bug in swrast (bug 21872)
* Fixed incorrect viewport clamping (lower bound is zero, not one)
* GLX fix for glean's makeCurrent test case
2009-07-08 20:00:57 +00:00
tron
16b308c42d Note update of the "samba" package to version 3.0.35. 2009-07-08 19:37:44 +00:00
tron
492760e95d Update "samba" package to version 3.0.35. Changes since version 3.0.34:
- CVE-2009-1888:
  In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a
  data value can potentially affect access control when "dos filemode"
  is set to "yes".

This security fix has already been integrated into "pkggsrc" via a patch
previously. The package was only updated to make future maintenance easier.
2009-07-08 19:37:27 +00:00
hasso
e03a8736b9 Make it build on NetBSD. Reported by joerg@. 2009-07-08 18:09:25 +00:00
hasso
3308951f31 Updated x11/modular-xorg-server to 1.6.2. 2009-07-08 17:58:41 +00:00
hasso
90343c1de4 Update to 1.6.2.
Changes in 1.6.2
================

Alan Hourihane (1):
      dri2: support glXWaitGL & glXWaitX by copying fake front to front and

Arkadiusz Miskiewicz (1):
      xfree86: remove duplicate header entries in Makefile.am

Eric Anholt (1):
      xinerama: Put the proto version in the code instead using proto headers.

Keith Packard (3):
      Build against DRI_TEX_BUFFER_VERSION 1
      dri2: Preserve compatibility with 1.6 DRI2 API/ABI
      Bump to version 1.6.2

Changes in 1.6.1.902
====================

Adam Jackson (5):
      vfb: Fix depth setup.
      EDID: Be more cautious about finding vendor blocks.
      EDID: Add modes from Established Timings III descriptor to mode pool
      pci: Dump vendor/devices ids in the printed device list
      EDID: Fix timing class names to match the spec

Alan Coopersmith (5):
      XkbSetNamedIndicator should ignore SD's without LED's
      Fix byte swapping of XF86VidMode{Get,Set}GammaRamp
      Don't leak canonical module name and patterns if module is built-in
      Don't leak default font path when appending built-ins
      Resync COPYING file with notices in code base as of xorg-server-1.6.1

Dave Airlie (1):
      randr12: looking up these bits if randr isn't initialised is bad.

Eamon Walsh (2):
      xselinux: Relax ownership restriction on SetSelectionUseContext.
      xace: Fix a bad device access hook call.

Federico Mena Quintero (1):
      dix/randr: Add missing fields to SRR*NotifyEvent()

Ian Romanick (9):
      DRI2: Add fake front-buffer to request list for windows
      DRI2: Do not send the real front buffer of a window to the client
      DRI2: Synchronize the contents of the real and fake front-buffers
      DRI2: Don't leave empty entries in private->buffers
      DRI2: Add missing front-buffer flush callback.
      DRI2: Add interface for drivers to query DRI2 extension version
      DRI2: Implement protocol for DRI2GetBuffersWithFormat
      DRI2: Force allocation of real-front buffer for non-windows as well
      Use a #define instead of a magic number

Jeremy Huddleston (1):
      Fix a couple off-by-one array boundary checks.

Jerome Glisse (1):
      DRI2: update DRI2 private drawable width & height according to X drawable

Jon TURNEY (2):
      Remove long-gone '-co' option from Xserver man page
      Remove references to rgb.txt from files section of Xserver and Xorg man
pages

Julien Cristau (1):
      Change default for ExaOptimizeMigration to false

Keith Packard (2):
      Make RANDR 'set' timestamps follow client specified time. Bug 21987.
      Bump version to 1.6.1.902

Kristian Høgsberg (1):
      Support setTexBuffer2 in AIGLX.

Michel Dänzer (2):
      EXA: Take GC client clip type into account for migration.
      EXA: Always damage glyph cache pixmap manually after uploading a glyph.

Peter Hutterer (7):
      os: don't malloc memory in LogVMessageVerb.
      Xi: fix copy/paste error causing sizeof against wrong struct.
      Xi: don't double-swap the XListDeviceProperties reply.
      xfree86: restore default off for DontZap
      dix: ensure Activate/DeactivateGrab has a valid value.
      kdrive: set Activate/Deactivate grab for input devices (#21591)
      xfree86: fix SWCursor check in xf86CursorSetCursor.

Tomas Janousek (1):
      Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.
2009-07-08 17:55:59 +00:00
drochner
5b5363cfeb +upnp stuff 2009-07-08 17:45:45 +00:00
drochner
bdb1b5702e add UPnP-Inspector-0.2.2, a UPnP debug tool 2009-07-08 17:44:20 +00:00
joerg
6476dce3e1 user-destdir support 2009-07-08 17:20:52 +00:00
drochner
57d126f263 add coherence-0.6.4, an UPnP media server framework
(I had some partial success using it to connect "rhythmbox" to
a "mediatomb" media server.)
2009-07-08 17:20:50 +00:00
joerg
e80bc524c9 user-destdir support 2009-07-08 17:15:08 +00:00
joerg
c6412dbfc9 user-destdir support 2009-07-08 17:03:51 +00:00
joerg
941c502c6d destdir support 2009-07-08 17:03:35 +00:00
joerg
e3596f2b41 user-destdir support 2009-07-08 16:55:21 +00:00
joerg
34f38e4103 user-destdir support 2009-07-08 16:40:08 +00:00
joerg
61c0b748fd user-destdir 2009-07-08 16:38:35 +00:00
joerg
ae5f36fc3d user-destdir support 2009-07-08 16:37:53 +00:00
joerg
d1dac1f373 user-destdir support 2009-07-08 16:27:31 +00:00
joerg
aa34ac2bd7 libjit-0.1.2 2009-07-08 16:25:01 +00:00
joerg
0dc2c42150 user-destdir support, fix bash usage 2009-07-08 16:24:53 +00:00
joerg
5f6a76999e user-destdir support 2009-07-08 16:24:12 +00:00
joerg
ee5056a61f Update to libjit-0.1.2:
- new  license: LGPL 2.1
- amd64 backend
- various other improvements
2009-07-08 16:23:59 +00:00
joerg
a4f0f269f9 user-destdir support 2009-07-08 16:18:33 +00:00
drochner
f0df751ffa mention recent additions/updates 2009-07-08 16:18:10 +00:00
joerg
e83e699b7f user-destdir support 2009-07-08 16:09:00 +00:00
drochner
ef366b19b9 supports user-destdir 2009-07-08 16:03:50 +00:00
joerg
24a496ce3e user-destdir support 2009-07-08 16:03:35 +00:00
drochner
3a04d5658b supports user-destdir 2009-07-08 16:02:05 +00:00
joerg
7bef69489c user-destdir support 2009-07-08 16:01:04 +00:00
drochner
a04208eea5 supports user-destdir 2009-07-08 15:54:33 +00:00
joerg
ada3812834 user-destdir support 2009-07-08 15:52:33 +00:00
joerg
65332f740c user-destdir support 2009-07-08 15:40:54 +00:00
joerg
75a3134906 user-destdir support 2009-07-08 15:26:26 +00:00
joerg
4f78c1dc92 user-destdir support 2009-07-08 15:14:44 +00:00
joerg
1e46af26d0 user-destdir 2009-07-08 15:10:58 +00:00
joerg
586738f36f user-destdir support 2009-07-08 15:02:14 +00:00
tron
c910f9dc40 Fix destdir build. 2009-07-08 15:02:01 +00:00
joerg
ae13f8f56e user-destdir support 2009-07-08 15:00:28 +00:00
joerg
5a2a9b0045 user-destdir support 2009-07-08 14:44:00 +00:00
joerg
69b2ef8e97 user-destdir suppoort 2009-07-08 14:38:35 +00:00
joerg
c91516355e user-destdir support 2009-07-08 14:28:28 +00:00
joerg
8ff930a31c user-destdir 2009-07-08 14:25:32 +00:00
joerg
89eb8923d7 user-destdir support 2009-07-08 14:23:23 +00:00