Commit graph

9210 commits

Author SHA1 Message Date
wiz
02bb9a7cce Remove PYTHON_VERSIONS_ACCEPTED line which was intended to limit
to 2.3+ but was now disallowing 2.6.
2009-07-22 09:19:37 +00:00
wiz
6f7c23cfe5 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
abs
e0c9785bf5 Updated x11/xf86-video-tdfx to 1.4.2
upstream changes:
    - No changelog available
pkgsrc changes:
    - Add patch to include <sys/time.h> so gettimeofday() actually works
    - Regen patches for changed line numbers
2009-07-21 20:12:07 +00:00
tnn
c6aa429425 Update pixman.sym to reflect reality.
Bump PKGREVISION.
2009-07-21 15:03:29 +00:00
drochner
72f75da53b add a patch from upstream to fix an assertion error with pixman-0.15.16
(see fdo bug #22642)
bump PKGREVISION
2009-07-21 11:15:53 +00:00
hasso
4563cce7ce Make it build on DragonFly (and probably some other systems). 2009-07-20 18:51:53 +00:00
tron
9b646f510f Don't build "scaling-test" regression test (which doesn't get installed
anyway). It fails to link under Mac OS X because it tries to call
various symbols that are apparently now hidden. No changes to the
binary package on other platforms.
2009-07-19 12:25:02 +00:00
wiz
b1ef0f2dec Integrate patch from upstream. Bump PKGREVISION.
Commit message upstream was:
Don't free a string we don't own
Fixes bug #585458.
2009-07-18 20:35:27 +00:00
wiz
eaf0c3951f Update to 2.16.5:
* Fix a side-effect introduced by the fix for bug 586330 that
  caused all stock buttons to lose their mnemonics.

* Bugs fixed:
 582025 Accelerators fail for submenus
 150951 collapsed save dialog needs to indicate filesystem...
 527583 GtkAssistant should set buttons as default widget
 588484 Iconview DnD fails when Destination is empty

* Updated translations:
 Gujarati
 Hindi
2009-07-18 19:19:55 +00:00
wiz
f18c8721f3 Update to 1.1.0:
xkbcomp wanted a release. This version does not have a lot of new features
but enough code was modified to justify the 1.1.0 bump.

The most interesting feature is the ability to configure the xkb data dir at
configure time rather than being forced to the hardcoded default.

Other changes include a few bug fixes, cleanups, comments and a run of
'indent' over the repository. The latter may require distribution patches
to be adjusted.

Cheers,
  Peter

Alan Coopersmith (5):
      Check for strdup & strcasecmp before assuming we need to provide our own
      Remove X_NOT_POSIX #ifdefs
      Remove #if 0'd typedef that appears nowhere else.
      sprintf -> snprintf conversions
      Use temporary buffer for generating Uxxx names to avoid overflow

Dan Nicholson (1):
      Allow the default XKB config root to be set from configure

Matthieu Herrb (1):
      Minimal man page addition for new -i option.

Paulo Cesar Pereira de Andrade (2):
      Correct make distcheck and most gcc and sparse warnings.
      Correct a remaining of a wrong change to make some DEBUG_VAR's static.

Peter Hutterer (13):
      Remove RCS tags.
      Add a few explanatory comments.
      Indent fixes.
      If we're not using XkbDesc, don't require it as a parameter.
      Add some explanatory comments
      Silence valgrind warnings.
      Remove useless longestPath variable.
      More comments.
      Don't pass useless handlers around in HandleIncludeKeycodes.
      Remove unused merge parameter from HandleKeyNameVar.
      Don't overwrite previously assigned type indices with useless ones.
      Check for NULL strings before calling strdup.
      Bump to 1.1.0.
2009-07-18 15:00:16 +00:00
wiz
fbeee07cba Update to 1.0.2:
Alan Coopersmith (9):
      Add README with pointers to mailing list, bugzilla & git repos
      Move API doc from xorg-doc/doc/FSlib.doc
      Make FSlib.txt prototypes match those in headers.
      Fix server name handling in IOError messages during connection setup
      Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
      Constify FSErrorList
      Strip out-of-date RCS/CVS & SCCS version tags
      Move CWARNFLAGS to Makefile.am for easier build-time overriding
      Version 1.0.2

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and compiler warnings.

Peter Korsgaard (1):
      bcopy -> memmove
2009-07-18 10:30:19 +00:00
wiz
5a97fbc2c0 Update to 1.0.6:
Adam Jackson (1):
      libXt 1.0.6

Alan Coopersmith (3):
      Solaris builds need to pass -intelabi to makestrs, even on SPARC
      Update ac_define_dir.m4 to 2008-04-12 version
      Add README with pointers to mailing list, bugzilla & git repos

Alan Hourihane (4):
      Link with winsock for WIN32 platforms
      fix logic inverted problem
      less speed, more haste
      Set a blank default search path for WIN32

Andreas Luik (1):
      Recalculate fd_set more aggressively (bug #808)
	[was patch-ag]

Ben Byer (1):
      added -flat_namespace to CFLAGS for Darwin

Colin Harrison (4):
      Add __MINGW32__
      Fix some build issues for Win32 platforms
      Xming specific configuration file settings
      Reduce the path searches on mingw

Daniel Stone (1):
      configure.ac: Minor thinko

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Jeremy Huddleston (1):
      darwin: Don't use poll() on versions of darwin before darwin10

John McKernan (2):
      Sun bug #1237023:  Dtterm crashes in XtDisplayAccelerators()
      Sun bug 4010369: Too slow to process Keycode 0 events in Xt Translati=
on Mgr.

John Tapsell (1):
      configure.ac: Use native compiler for build tools

Jon TURNEY (1):
      Cygwin/X: Build fix

Julien Cristau (1):
      Allow C++ apps to build using libXt

Matthieu Herrb (2):
      Sync XtGetErrorDatabaseText() prototype with reality.
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: ansification, make distcheck, compiler warnings, .gitignore.

Peter Breitenlohner (1):
      X.Org Bug 17942: libXt manpage formatting
2009-07-18 10:28:47 +00:00
wiz
366748cd25 Update to 1.0.6:
Adam Jackson (1):
      libXaw 1.0.6

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

Jeremy Huddleston (1):
      Fixed compile/install on darwin

Paulo Cesar Pereira de Andrade (2):
      Compile warning fixes.
      Changed AsciiSrc widget to use only binary selection transfers.

Peter Breitenlohner (1):
      xaw6 doesn't depend on xpm
2009-07-18 10:23:55 +00:00
wiz
c08055f283 Update to 1.2.2:
Adam Jackson (1):
      Remove X_NOT_STDC_ENV usage. (#6527)

Alan Coopersmith (4):
      Revert "Change masculine to ordmasculine in Compose file comments"
      Use AC_USE_SYSTEM_EXTENSIONS instead of hand-rolled check for _GNU_SOURCE
      Correct return type in XkbGetKeyboard man page
      Drop ancient USG SysV #ifdefs

Caolan McNamara (1):
      man: missing space in XAllocColor man page

Christoph Pfister (1):
      X.Org Bug #21117: crash in get_rotate_fontname (omGeneric.c)

James Cloos (3):
      [nls] Remove combining_ keysyms from the Compose files
      [nls] Remove extraneous instances of UCS Combining Characters in Compose sequences.
      [nls] Replace remaining UCS Combining Characters in Compose sequences.

Julien Cristau (4):
      Fix fi_FI.UTF-8, again
      nls: remove duplicated en_US* aliases
      nls: remove broken sd_IN.UTF-8 alias
      nls: remove more duplicated aliases

Peter Hutterer (3):
      XWindowEvent/XCheckWindowEvent must not return GenericEvents.
      XMaskEvent/XCheckMaskedEvents must not check for GenericEvents.
      Bump to 1.2.2

Theppitak Karoonboonyanan (3):
      CharSet-to-CompoundText Conversion Failed for Thai Locales
      Thai XIM not filters when NumLock or CapsLock is on
      Thai XIM not retrieve MB surrounding on UTF-8 LC

parag (2):
      libX11: Add new Indic language information to nls directory files. #21560
      nls: Add pa_PK locale information and make pa_IN as default for pa.
2009-07-18 10:20:51 +00:00
wiz
145dff97d3 Update to 0.15.16:
- New ARGB formats with 10 bits per channel [Ben Skeggs]

    - ARM updates [Adrian Bunk, Guillaume Letellier, Jonathan
           Morton, Siarhei Siamashka]

    - The final bits of refactoring [Søren Sandmann Pedersen]

    - Misc. bug fixes [Michel Dänzer, Benjamin Otte, Søren Sandmann Pedsen]
2009-07-18 06:33:58 +00:00
wiz
2b18cb2cdd Update to 1.1.0:
James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Paulo Cesar Pereira de Andrade (1):
      Ansification and compile warning fixes.

Peter Hutterer (5):
      Remove RCS tags.
      Indent consistently.
      Adding some explanatory comments.
      Check return value of calloc and realloc. #18759 and #18760
      Bump to 1.1.0
2009-07-17 20:20:59 +00:00
zafer
c7456cfb34 remove mirror.nu6.org from master_sites. host does not resolve. 2009-07-16 22:47:43 +00:00
zafer
330ef318fd update homepage and master_sites 2009-07-16 21:39:51 +00:00
tnn
ee91645f99 Update to mrxvt-0.5.4.
Changes: bugfixes
2009-07-15 20:53:21 +00:00
joerg
dcdc9dbe2d Fix destdir installation. 2009-07-15 11:12:25 +00:00
hasso
79391b457d Update to 0.7.5. No brief list of changes, but ChangeLog shows that it's
mostly fixes to build with newer gcc and ffmpeg versions.
2009-07-14 20:23:16 +00:00
tnn
bb52845b3a Update to rep-gtk2-0.18.6r2. Changes:
0.18.6:
- fixup %files section in .spec
- add --libdir=%{_libdir} to configure flags in .spec
- require gtk2 instead of gtk+ in .spec
0.18.5:
- don't ignore datarootdir setting
- fix libdir/pkgconfig issue
- improved configures ending message
2009-07-14 10:10:00 +00:00
dholland
7afb3080ee Avoid energizer-bunny-makefiles. PKGREVISION++ (to 9) 2009-07-14 06:19:43 +00:00
rillig
ce5d235243 Fixed some pkglint warnings for qt3-docs. 2009-07-11 09:11:13 +00:00
abs
1789197957 Add http://get.qtsoftware.com/qt/source/ as a preferred MASTER_SITE
Suggested by Louis Guillaume
2009-07-10 19:30:15 +00:00
hasso
4e929edd2c Fix a typo. 2009-07-10 16:10:23 +00:00
drochner
1844ad874b update to 2.26.3.1
changes:
-bugfixes
-translation updates
2009-07-09 18:42:35 +00:00
drochner
9ed2fa8ad8 update to 2.26.3.1
changes:
-translation updates
-build fixes
2009-07-09 18:41:26 +00:00
drochner
7fe3b6418f update to 2.26.3
changes:
-UI improvement
-translation updates
2009-07-09 18:07:01 +00:00
drochner
d883931ea1 update to 2.26.2
changes:
-performance improvements
-build system fixes
-bugfixes
-documentation improvements
-support the upcoming "mutter" window manager
-translation updates
2009-07-09 18:02:54 +00:00
drochner
a2662b1867 update to 2.26.3
changes:
-bugfixes
-translation updates
2009-07-09 17:54:37 +00:00
drochner
48e90e01b0 update to 2.26.3
changes: translation updates
2009-07-09 17:50:16 +00:00
drochner
fdc51eaf78 update to 2.16.4
changes:
-bugfixes
-translation updates
2009-07-09 17:37:27 +00:00
drochner
63d374543e update to 0.15.14
sorry, didn't find a changelog -- quod licet src, quoque licet pkgsrc
2009-07-09 17:24:07 +00:00
tnn
4250056708 --enable-install-libxf86config. Most drivers still won't build w/o this.
Bump PKGREVISION for PLIST change.
2009-07-09 13:14:24 +00:00
obache
f248085ef5 Update x11vnc to 0.9.8.
New in the 0.9.8 x11vnc release:

        Better reliability for the Java Viewer applet when connecting
                through a Web Proxy via HTTPS.  A proxy hostname
                and port can be specified via applet parameters.
                Proxy Authentication via Auth-Basic is supported.
                More x11vnc printout in -ssl is provided to help
                troubleshoot this mode and other ssl connections.

        Stability improvements to -threads mode. Running x11vnc this
                way is more reliable now. Threaded operation sometimes
                gives better interactive response and faster updates. The
                threaded mode now supports multiple VNC viewers using
                the same VNC encoding (some only on Linux or enabled
                at build time.)  The threaded mode can also yield
                a performance enhancement in the many client case
                (e.g. class-room broadcast.) We have tested with 30 to
                50 simultaneous clients.  See also -reflect.


  miscellaneous new features and changes:

        x11vnc automatically tries to work around an Xorg server bug
                involving infinitely repeating keys when turning off key
                repeating. Use -repeat if the automatic workaround fails.
                Also, the environment variable X11VNC_IDLE_TIMEOUT
                (seconds) is provided.

        In -reflect mode the environment variable X11VNC_REFLECT_PASSWORD
                is provided.

        The -clip mode works under -rawfb.

        The -nounixpw option can disable unixpw mode if an earlier option
                enables it (e.g. -svc).

        Scroll detection is skipped for windows with 'OpenOffice' in
                their name.
2009-07-09 11:17:10 +00:00
hasso
db596a3b3e 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
abs
890667e95a Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 08:44:36 +00:00
hasso
8c6a5f5c83 Make it build with Qt 4.5.2 - ActiveQt seems (no changelog entry or smth)
to be under open source license now.
2009-07-08 05:41:29 +00:00
joerg
4a8e406931 user-destdir support 2009-07-07 21:34:53 +00:00
joerg
6cf16b7598 user-destdir support 2009-07-07 18:44:26 +00:00
joerg
63f10ebec9 user-destdir support 2009-07-07 18:34:01 +00:00
joerg
6a933a2a5d user-destdir support 2009-07-07 18:25:56 +00:00
joerg
46c823cbde user-destdir support 2009-07-07 18:21:47 +00:00
joerg
735b3ad0af user-destdir support 2009-07-07 18:19:30 +00:00
joerg
9def2ef4fd user-destdir support 2009-07-07 18:18:11 +00:00
joerg
7656d0048b user-destdir support 2009-07-07 18:16:00 +00:00
joerg
f789da3b23 user-destdir support 2009-07-07 18:14:15 +00:00
joerg
9cd90d07ec user-destdir support 2009-07-07 18:10:38 +00:00
joerg
ff1cfe0973 user-destdir support 2009-07-07 18:04:13 +00:00