Commit graph

9684 commits

Author SHA1 Message Date
tnn
f06ec48065 Update to xf86-video-vesa-2.3.0. Changes:
Fix a comment
Use VBE palette load, not VGA banging.
Remove unused variable.
Don't artificially limit the screen size to 2k
Code motion
Warning fix when !HAVE_ISA
Use own thunk function instead of shadowUpdatePackedWeak
Remove support for non-shadowfb banked framebuffer
Make the VBESetVBEMode fallback message slightly clearer
vesa 2.3.0
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove -I$(prefix)/include from INCLUDES #24676
configure.ac: sdkdir usage duplicates the sdk include dir
Add missing shadowRemove() in VESACloseScreen().
2010-02-06 15:15:10 +00:00
drochner
f710222b92 bump PKGREV for sip update 2010-02-04 18:44:23 +00:00
drochner
54c0266996 update to 4.7
The highlights of this release include full support for Qt v4.6,
automatically generated docstrings for all callables that describe
the valid Python signatures, and support for keywords for all
optional arguments.
2010-02-04 18:40:28 +00:00
drochner
3d3b166365 update to 4.10
changes: added some methods and options

pkgsrc note: this changes the API revision compiled into
the runtime library, so updates of py-qt* must be enforced
2010-02-04 18:34:43 +00:00
joerg
e902906c6c DESTDIR support 2010-02-04 16:06:51 +00:00
wiz
8ebaad84ee Bump PKGREVISION for xmlpatterns fix. 2010-02-03 15:41:17 +00:00
adam
1834ccd1f2 Fix: script includes were installed twice, insted of xmlpatters 2010-02-03 14:21:16 +00:00
sno
d17f201a84 Use b3.mk of x11/p5-Wx to avoid build errors, bumping revision 2010-02-03 11:14:32 +00:00
sno
0e18645b98 Add buildlink3.mk to ensure each depending package has right BUILD_DEPENDS 2010-02-03 11:12:22 +00:00
wiz
9d93fa2a3b Add more "# used by" lines. 2010-02-02 14:33:05 +00:00
adam
8bd3a857fd Added some text to DESCR 2010-02-02 14:09:01 +00:00
adam
1993ac7d47 Added qt4-mng 2010-02-02 14:07:47 +00:00
adam
3c7d308fa9 MNG support plugin for Qt. 2010-02-02 14:07:18 +00:00
adam
072f686b9b * Exceptions enabled
* Build and install XmlPatters
* MNG moved to qt4-mng
2010-02-02 14:05:59 +00:00
heinz
ccd5df3b35 Added LICENSE information. 2010-01-30 16:27:59 +00:00
tnn
1fa29ee53f Update to ggiterm-0.7.1 (2005-06-27)
Changes: bugfixes, speed improvements.
2010-01-30 15:52:15 +00:00
wiz
a960e9df66 Add QtMultimedia.pc to PLIST, bump PKGREVISION. 2010-01-30 08:55:38 +00:00
adam
8485e2ca68 Changes 4.6.1:
* Optimized empty QUrl creation
* Improve performance of getting the canonical filename on Linux
  and Symbian by using realpath() system call.
* Avoid stat() when opening a file.
* Do not look at the Qt patch-level version embedded in plugins'
  buildkeys when trying to determine if the plugin is compatible
* Bug-fixes
* load() and loadFromData() can now support compressed GL textures
  in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
  system is active and the appropriate extensions are present in the
  GL implementation.
* Fixed a small leak when using the new QPixmapCache::Key based API.
2010-01-29 18:19:09 +00:00
tnn
01f97dfb39 Update to libXt-1.0.7. Changes:
Use make rules instead of shell for loops to generate shadow man pages
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
Link against libICE
Fix compilation of host tools in cross-compilation case
2010-01-28 15:25:54 +00:00
tnn
65cb1034df Update to xdm-1.1.9 (PR pkg/42682)
xdm-1.1.9:
Update AC_DEFINE_DIR to latest version from Autoconf Archive
Remove RCS Ids
Move xdmcp ARRAY initializators to declarations
Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field
Remove OS/2's duplicate copy of default path definitions in resource.c
sprintf -> snprintf/asprintf conversions
Documentation improvements
malloc(strlen()); strcpy() -> strdup()
Delete old A/UX (#ifdef macII) code
Use imdent to show cpp macro nesting more clearly
Remove #ifdef Lynx blocks
Clarify comment/#ifdefs for USE_SIOCGLIFCONF
Do a better job of getting user name for failed login log when using PAM
Continue processing Xaccess after unresolvable host entry found
Truncate pid file before writing new pid to it
Set utmp/wtmp paths via configure instead of hardcoding them
Treat all 127.0.0.0/8 addresses as localhost
Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS
Add support for AM_SILENT_RULES for building files with cpp
Replace -D_XOPEN_SOURCE & -D_BSD_SOURCE with AC_USE_SYSTEM_EXTENSIONS
Unrecognized argument errors shouldn't print xdm error header repeatedly
Refactor & constify error logging code
Log errors when failing to make authentication dirs/files
Fill in COPYING file
spelling fix
Add some more log and debug messages
session.c: Add more debugging to execute()
Use xdm's _SysErrorMsg() function instead of merely printing errno
Use _SysErrorMsg() in the log message in various error conditions.
Use xdm's _SysErrorMsg() function instead of strerror()
Add RemovePid() function, and register it with atexit()
Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp
xaw8 is gone, use xaw7
xdm compile failed due to asprintf()
Add support for syslog on more than openbsd.
Call InitErrorLog() right after BecomeDaemon()
Remove RCS Id and put some comment here.
getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.
Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431)
Ansification and compile warning fixes.

xdm-1.1.8:
Added include of pwd.h so we build correctly on OS-X - see xorg mailing list
Build fix for case-insensitive file systems
Fix installation of app-defaults
Fix build with builddir != srcdir
$(builddir) is the current directory
 README: nuke RCS Id
Bug 10145: xdm passes file descriptors to children

xdm-1.1.7:
Fix distcheck.
Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29
Debian bug #440389: 800x600 settings got lost, screen now too wide
Darwin doesn't need __DARWIN__ anymore.
2010-01-28 15:14:33 +00:00
wiz
38cf0dd44b Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.
2010-01-27 14:00:33 +00:00
wiz
208b4668df Needs py-expat nowadays. Depend on it and bump PKGREVISION. 2010-01-27 13:59:46 +00:00
markd
0e4c4f6b89 Update to kde4 4.3.5
* A number of bugs in KIO have been squashed, making updating of shown
  directories work again and solving some other stability issues
* A crash when creating an avatar from the webcam in Kopete has been fixed
* kded taking 100% CPU time in certain situations has been cured
2010-01-27 10:38:38 +00:00
wiz
3a96aa21a3 Depend on py-expat for all supported python versions, now that
python25 and python26 have been fixed to behave like python24.
2010-01-27 08:46:50 +00:00
wiz
d9e31b7cfb DEPENDS should be right after MAINTAINER block, reorder. 2010-01-27 08:46:23 +00:00
drochner
3ca3283468 MS Word is not good for ASCII files;-) 2010-01-25 13:55:53 +00:00
gls
0a7c1e4381 Disable python bindings in xfce4-exo.
These bindings are deprecated, and proposed for removal.
See:·
http://foo-projects.org/pipermail/xfce4-dev/2009-November/027867.html
and
http://foo-projects.org/pipermail/xfce4-dev/2009-July/027081.html

This fixes the build on sparc64, and therefore allows meta-pkgs/xfce4 to build
on sparc64.
2010-01-24 20:00:06 +00:00
wiz
319e13628d More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
joerg
f8ed4e6a14 Not MAKE_JOBS_SAFE. 2010-01-24 13:00:44 +00:00
is
e439fcf2b3 forgotten 2010-01-21 08:49:24 +00:00
wiz
1973c599ab Update to 0.16.4:
The only change since 0.16.2 is that asserts are now disabled by
default, so that region bugs in the X server don't take down the
entire desktop.
2010-01-20 14:27:46 +00:00
drochner
1419b2f831 update to 2.18.5
changes:
-Removal of a potential infinite loop in different clearlooks styles
-translation updates
2010-01-18 18:31:09 +00:00
drochner
5d7021b6d6 update to 2.8.2
changes:
-bugfixes
-translation updates
2010-01-18 18:26:42 +00:00
drochner
9ada699546 update to 2.18.6
changes:
-improvements for "Client-side windows"
-bugfixes
-translation updates
2010-01-18 18:23:14 +00:00
is
a2016ae060 Don't hack a seperate game manual suffix/directory in behind
xmkmf's back. Makes this install cleanly on Solaris.
2010-01-18 15:18:53 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
dsainty
21d0b1084e patch-ae is gone, remove hash too. 2010-01-17 02:02:55 +00:00
sno
22c80c9e92 Updating x11/p5-Wx from 0.95 to 0.96
Upstream changes:
0.96  Sat Jan  9 10:40:00 CET 2010
	- Fixed Windows build with MSVC 6 buil.
2010-01-17 00:51:06 +00:00
sno
fbeb681d88 Updating x11/p5-Alien-wxWidgets from 0.48 to 0.50
Upstream changes:
0.50  Sun Jan 10 16:16:44 CET 2010
	- When compiling on Windows with MSVC 9, make the generated
	  wxWidgets DLL load correctly by adding a manifest to them
	  (suggested by IKEGAMI).
	- Add a missing file to the distribution.
2010-01-17 00:38:29 +00:00
wiz
662a258e1b Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
sno
d546f9afe5 Add SUBDIR for newly imported modules 2010-01-16 15:38:40 +00:00
sno
fed29c3124 Importing x11/p5-Wx-Perl-ProcessStream version 0.24 as dependency of
scheduled import of editors/p5-Padre.

This module provides the STDOUT, STDERR and exit codes of asynchronously
running processes via events. It may be used for long running or blocking
processes that provide periodic updates on state via STDOUT. Simple IPC
is possible via STDIN.
2010-01-16 14:59:08 +00:00
sno
6fa800d8e0 Importing x11/p5-Wx version 0.95 as dependency of Padre.
The Wx module is a wrapper for the wxWidgets GUI toolkit.
2010-01-16 14:55:13 +00:00
sno
33d4509c79 Importing x11/p5-Alien-wxWidgets version 0.48 as indirect dependency of
scheduled import of editors/p5-Padre.

Alien::wxWidgets can be used to detect and get configuration settings from
an installed wxWidgets.
2010-01-16 14:53:57 +00:00
sborrill
28651027ac Remove from x11 and re-import into time 2010-01-16 14:40:24 +00:00
sborrill
809b62b0e2 Import wmzcalock 0.1 2010-01-16 11:44:37 +00:00
sborrill
630ae4535d A calendar/clock dock app with a variety of display modes for Window Maker
and other window managers that support dockapps.

Version 0.1
2010-01-16 11:43:28 +00:00
obache
ab7e434fba Update xf86-video-vmware to 10.16.9.
Gaetan Nadon (6):
      .gitignore: use common defaults with custom section # 24239
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Michel Danzer (3):
      vmware: Fix crash with xserver >= 1.7.
      VMWAREComposite: Only hide cursor if source picture is backed by drawable.
      Bump for 10.16.9 release.

Dave Airlie (3):
       vmware: update for resources/RAC API removal
       vmware: fix resource removal properly
       vmware: change to using ABI version check

Gaetan Nadon (1):
       xf86-video-vmware: Remove unused .cvsignore file #23776

Philip Langdale (1):
       Bump fo 10.16.8 Release
2010-01-16 11:25:26 +00:00
adam
dd5c4c2e5c Changes 0.95.2:
* Bug fix release.
2010-01-16 09:15:25 +00:00
tnn
68b1e1f70a wire down FILE_MAN_SUFFIX 2010-01-15 21:20:14 +00:00
tnn
7ad6748f28 don't build internal documentation 2010-01-15 20:14:46 +00:00
tnn
e5c88f7ecd Update to libX11-1.3.2.
1.3.2:
Alan Coopersmith (2):
Add man page for Compose file format
libX11 1.3.2
Add extra configuration and sanity checks for groff and ps2pdf
Add smiley faces to compose sequences.
Fix VPATH build of libX11 specs

1.3.1:
Recognize XSUNBUFFERSIZE alias for XLIBBUFFERSIZE on Solaris
Move libX11 & XIM/locale specs from xorg-docs
Use $(AM_V_GEN) to silence echo commands for generating shadow man pages
Fix make distcheck
libX11 1.3.1
Split CFLAGS into CPPFLAGS and CFLAGS
Include sys/select.h for select() and struct timeval, if it exists
configure: quote argument to m4_pattern_forbid
Use AM_V_GEN instead of customized macros for AM_SILENT_RULES
dolt: add Cygwin to supported platforms
Provide _Xsetlocale compat wrappers on Cygwin

1.3:
Convert Xkb API man pages to ANSI prototypes
XkbSAActionSetCtrls.man: Fix typo in formatting macro
XkbQueryExtension.man: Arguments should be pointers
XkbSetDeviceButtonActions.man: remove non-existent actions argument
Fix version tag in .TH line of several XKB man pages
Update to using xorg-macros 1.3 & XORG_DEFAULT_OPTIONS
Add AM_SILENT_RULES support for cpp rules for man & nls files
Use make rules instead of shell for loops to generate shadow man pages
Add perl script to check for duplicate or conflicting compose file entries
Resolve conflicting Compose sequences in iso8859-2, el_GR.UTF-8 & pt_BR.UTF-8
Bug 24173: libX11 from git fails to build with automake older then 1.11
Add some (Serbian) Cyrillic NFD sequences.
man/xkb: use __libmansuffix__ instead of hardcoding 3Xkb for manpage sections
man: use __libmansuffix__ instead of 3X11 for references to other pages
man/xkb: delete spurious newline in .TH headers
Fix wrong typedef on HP-UX (#18998)
Don't require xdmcp in configure.ac (#22583)
man: XQueryTree may return BadWindow. (#23416)
man: fix parameters to XkbAllocGeomOverlay{Rows|Keys} (#23499)
Add XF86TouchpadToggle to XKeysymDB
nls: remove duplicate Compose sequences from pt_BR.UTF-8
libX11 1.3

1.2.99.901:
nls: add {left,right}wards arrow to compose table
Add _XFUNCPROTOBEGIN/END to Xlib-xcb.h
Update library version for new symbols
Bump to 1.2.99.1
Add generic event cookie handling to libX11.
Add utlist.h to the Makefile.am
Fix compiler warning 'unused variable qelt'
Bump to 1.2.99.901 (1.3 RC1)
2010-01-15 18:55:11 +00:00
tnn
a811d05f04 Update to libXaw-1.0.7. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Move Xaw specification document from xorg-docs module to spec/*
libXaw 1.0.7
Xaw's tooltips remove timers not belonging to them
2010-01-15 18:50:32 +00:00
tnn
414df2c16d Update to libXcomposite-0.4.1. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXcomposite 0.4.1
Add missing PHONY line for automatic ChangeLog generation
nuke RCS Ids
Janitor: Correct make distcheck
Rename parameters to clarify QueryVersion/QueryExtension.
2010-01-15 18:49:22 +00:00
tnn
3bec28cb56 Update to libXdamage-1.1.2. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXdamage 1.1.2
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Janitor: Correct make distcheck and compiler warnings.
Change parameter names for QueryVersion/QueryExtension.
Fix a comment in configure.ac, this is libXdamage, not libXfixes
Require pkg-config to find the packages, no funky x11 lookups.
libXdamage incorrectly encodes/decodes the 'More' field from the event.
2010-01-15 18:47:45 +00:00
tnn
9b59a6cce3 Update to libXdmcp-1.0.3. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Mark Xalloc, Xrealloc, and Xfree as weak symbols.
Ansification and compile warning fixes.
Require macros 1.3 for XORG_DEFAULT_OPTIONS.
libXdmcp 1.0.3
2010-01-15 18:46:21 +00:00
tnn
823a3cd375 Update to libXfont-1.4.1. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Move fontlib.ms from xorg-docs
Convert documentation from troff to DocBook/XML
Remove unused setting of ENCODINGSDIR
libXfont 1.4.1
Fixed int(*)()->double cast warning
2010-01-15 18:43:28 +00:00
tnn
5b5052115e Update to libXft-2.1.14. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Set Xft.h version numbers from configure.ac
Split NEWS & README, update both
Add generated Xft.h to .gitignore
libXft 2.1.14
Header cleanup (bug#4703)
Fix install of generated Xft.h when builddir != srcdir
Janitor: Correct make distcheck and sparse warnings.
Added fake bold support (#1579, Novell #38202/223682).
2010-01-15 18:41:54 +00:00
tnn
01c759d61f Update to libXmu-1.0.5. Changes:
Add libX11 to libXmu dependencies
Add README with pointers to mailing list, bugzilla & git repos
Add pointer to API docs in xorg-docs to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXmu 1.0.5
Switch to winsock2
Fix build problems on WIN32 platforms
libXmu: check for LONG64, not LONG_64
nuke RCS Ids
Compile warning fix by using Cardinal instead of int.
Janitor: make distcheck, compiler warnings, .gitignore.
2010-01-15 18:40:25 +00:00
tnn
964be1b3f0 Update to libXpm-3.5.8. Changes:
Bug 14171: sxpm/Makefile.am:21: SED was already defined
Add README with pointers to mailing list, bugzilla & git repos
Update AC_DEFINE_DIR to latest version from Autoconf Archive
Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXpm 3.5.8
Use libtools SED check rather than autoconf's SED check.
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: ansification, make distcheck, .gitignore
X.Org Bug 17944: avoid gcc warning for libXpm
2010-01-15 18:39:00 +00:00
tnn
e3d9522fd5 Update to libXrender-0.9.5. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Move libXrender documentation from xorg-docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXrender 0.9.5
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: make distcheck, compiler warnings, .gitignore.
Use Data instead of Data32 to avoid truncating the filter parameters on LP64
2010-01-15 18:37:10 +00:00
tnn
651e301b40 Update to libXres-1.0.4. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
XRes.man: Fix typo, improve wording, drop RCS tags
libXres 1.0.4
Add *~ to .gitignore to skip patch/emacs droppings
Add missing PHONY line for automatic ChangeLog generation
nuke RCS Ids
Janitor: Correct make distcheck and remove extra .gitignore files.
Rename parameters to clarify QueryVersion/QueryExtension.
2010-01-15 18:35:10 +00:00
tnn
67ed7a1343 Update to libXv-1.0.5. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Adjust flags definitions to fix lint library build
Move xv-library-v2.2.txt document from xorg-docs
Man page cleanups and formatting fixes
Convert documentation from xv-library-v2.2.txt into man pages
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXv 1.0.5
Janitor: make distcheck, compiler warnings, .gitignore.
2010-01-15 18:33:45 +00:00
tnn
8dbe2f0b36 Update to libXvMC-1.0.5. Changes:
Add README with pointers to mailing list, bugzilla & git repos
Move XvMC_API.txt from xorg-docs
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXvMC 1.0.5
Add missing prototypes to XvMClibint.h
Janitor: make distcheck, compiler warnings, .gitignore.
2010-01-15 18:32:19 +00:00
tnn
b511ead6d5 Update to libxkbfile-1.0.6. Changes:
s/_XkbDupString/strdup/
Use flockfile if available.
Semi-revert 33b839e16fe681ba915658f824ceb1b252084ea4
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libxkbfile 1.0.6
Apply partial matches for option (#19563)
Fix static buffer overflow in "xkbcomp -C :0"
Janitor: distcheck, compiler warnings, .gitignore.
2010-01-15 18:30:35 +00:00
tnn
7568ebe9ae Update to libXxf86misc-1.0.2. Changes:
renamed: .cvsignore -> .gitignore
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXxf86misc 1.0.2
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: ansification, make distcheck, compiler warnings, .gitignore.
2010-01-15 18:29:15 +00:00
tnn
263d5251ea Update to libXxf86dga-1.1.1. Changes:
Actually use XORG_DEFAULT_OPTIONS
Include Xxf86dga.h, not xf86dga.
libXxf86dga 1.1.1
Rename xf86dga.h to Xxf86dga.h
Bump to 1.0.99.2
Requires xf86dgaproto >= 2.0.99.1
Add README with pointers to mailing list, bugzilla & git repos
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: make distcheck and .gitignore.
Move Xlib headers from xf86dgaproto to here.
Bump to 1.0.99.1
2010-01-15 18:26:41 +00:00
drochner
2b2e4327a9 update to 2.28.2
changes:
-fix for rotation
-translation updates

(This is the bit which makes that the gnome desktop identifies itself
as 2.28.2.)
2010-01-15 18:26:17 +00:00
tnn
e405732dc7 Update to libXxf86vm-1.1.0. Changes:
Require macros 1.3 for XORG_DEFAULT_OPTIONS
libXxf86vm 1.1.0
Requires xf86vidmodeproto >= 2.2.99.1
Add README with pointers to mailing list, bugzilla & git repos
Janitor: ansification, make distcheck, compiler warnings, .gitignore.
Move the xf86vmode.h header from the proto package to here.
Include xf86vmproto instead of xf86vmstr.h
libXxf86vm 1.0.99.1
2010-01-15 18:23:46 +00:00
tnn
d1baf06d77 Update to xf86vidmodeproto-2.3.
No protocol changes, but some headers are moving to libXxf86vm.
2010-01-15 18:20:47 +00:00
tnn
e564f52091 Update to xf86miscproto-0.9.3. Changes:
renamed: .cvsignore -> .gitignore
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add README with pointers to mailing list, bugzilla & git repos
xf86miscproto 0.9.3
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Janitor: Correct make distcheck and dont distribute autogen.sh
2010-01-15 18:18:05 +00:00
tnn
8116b9a48c Update to xf86dgaproto-2.1.
No protocol changes, but some headers files are moving to libXxf86dga.
2010-01-15 18:14:50 +00:00
tnn
1411c48461 Update to xtrans-1.2.5.
This release moved the xtrans.pc file from lib/pkgconfig to share/pkgconfig.
AFAICT pkgsrc deals with this properly.

Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Move Xtrans interface docs from xorg-docs module
xtrans 1.2.5
Xtranssock: assume that we have getaddrinfo if ipv6 is enabled
Move xtrans.pc to /usr/share/pkg-config
Don't use -lws2_32 on Cygwin
Silence root ownership warnings on Cygwin
2010-01-15 18:08:11 +00:00
tnn
c0aed9755a Update to xproto-7.0.16. Changes:
Improves compatibility with some current OS'es, at the cost of
decreased compatibility with premillennial OS'es and pre-C89 compilers.

Death to RCS tags.
Remove all trace of X_NOT_STDC_ENV (#6527)
Remove a bunch of garbage for unsupported platforms.
__STDC__ is always defined in C89.
Use ## catenation not /**/
Remove #ifdef macII code left over from ancient A/UX 3.0 support
Removing dangling #else block from X_NOT_STDC_ENV removal
Use indentation to provide a map through the twisty maze of ifdefs, all alike
Drop support for SunOS 4 and Solaris releases older than 2.5 (1995)
Get rid of unneeded && clause in list of LP64 ifdefs in Xmd.h
Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
Don't need an #ifdef when both cases just include the same file
xproto 7.0.16
Apple: Only define _DARWIN_C_SOURCE if it isn't already defined
Cygwin/X: Don't destroy min/max macros in Xwindows.h
Restore macro definition of sleep(), needed by Xming
2010-01-15 18:03:32 +00:00
tnn
2e44f3c8e2 Update to xproxymanagementprotocol-1.0.3. Changes:
renamed: .cvsignore -> .gitignore
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Move documentation from xorg-docs module
xproxymanagementprotocol 1.0.3
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Janitor: Correct make distcheck and dont distribute autogen.sh
2010-01-15 17:59:26 +00:00
tnn
9b774c457a Update to randrproto-1.3.1. Changes:
Punctuation fix.
Clarify that GetOutputPrimary is per-screen.
Update reference to renderproto.txt
Allow inactive outputs to be set as primary
Remove trailing white space from randrproto.txt
Add XORG_DEFAULT_OPTIONS invocation in configure.ac
Bump version to 1.3.1
New properties claimed to be in version 1.4 instead of 1.3.1
Sort properties alphabetically.
Should read "EDID", not "EdidData" (2).
Add Backlight property description.
2010-01-15 17:55:15 +00:00
tnn
33f00b864c Update to kbproto-1.0.4. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
kbproto 1.0.4
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Made some defines typedefs for better compatability
Janitor: Correct make distcheck and dont distribute autogen.sh
2010-01-15 17:53:34 +00:00
tnn
ad406b1778 Update to fontcacheproto-0.1.3. Changes:
renamed: .cvsignore -> .gitignore
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add pointers to mailing list, git repo, and wiki to README
fontcacheproto 0.1.3
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Janitor: Correct make distcheck and dont distribute autogen.sh
2010-01-15 17:51:32 +00:00
tnn
6f2f8a4d1b Update to compositeproto-0.4.1. Changes:
Add pointers to mailing list, git repo, and wiki to README
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
compositeproto 0.4.1
compositeproto: use XORG_CHANGELOG macro to create ChangeLog. #22611
Replace static ChangeLog with dist-hook to generate from git log
Temporarily define Pixmap (just like Window and Region). (From pkgsrc.)
2010-01-15 17:48:44 +00:00
tron
9254745516 Specify the path to X11 libraries explicitily in the configuration step.
This fixes the build under Solaris with modular X.org and shouldn't
hurt anywhere else (tested under NetBSD/amd64 5.0_STABLE with
native X.org).
2010-01-10 14:32:01 +00:00
joerg
21e223d865 Mark as broken: doesn't build with Xorg server 1.7.x. 2010-01-08 12:40:34 +00:00
drochner
d6cdc97d35 ass patches from webkit CVS to fix security problems
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2010-01-08 09:56:09 +00:00
is
13bf83cebc back out last change - broke on NetBSD after all, test build was in wrong
directory.
2010-01-07 13:58:53 +00:00
is
5e1e9c4f87 On Solaris, the (source) man page would be installed to man1/xsnow.6,
which is not only inconsistent with the man page directory tree, but
also with the PLIST. Fixed by this change. Installing on NetBSD is not
affected.
2010-01-07 13:30:26 +00:00
joerg
d933ba6231 Not MAKE_JOBS_SAFE. 2009-12-29 12:43:09 +00:00
obache
62f1f16f5d Use SPECIAL_PERMS instead of chmod in post-install.
It also made user-destdir ready.

Bump PKGREVISION.
2009-12-28 08:49:19 +00:00
abs
f0c133df88 changes for PKG_DESTDIR_SUPPORT - unable to test on my amd64 box so not
enabled
2009-12-23 19:25:22 +00:00
abs
c5a558f0c7 PKG_DESTDIR_SUPPORT 2009-12-23 19:22:28 +00:00
obache
a800ba0ff0 Update x11vnc to 0.9.9.
New in the 0.9.9 x11vnc release:

	A new option -findauth runs the FINDDISPLAY script that applies
		heuristics to try to determine the correct XAUTHORITY
		file.  The use of '-auth guess' will use the XAUTHORITY
		that -findauth reveals.  This can be handy in with
		the lastest GDM where the ability to store cookies in
		~/.Xauthority has been removed.

		If x11vnc is running as root (e.g. inetd or XDM/GDM/KDM)
		the FD_XDM=1 mode will be tried if the above -findauth
		or '-auth guess' command fails; it will find the
		correct XAUTHORITY for the given display (this works for
		XDM/GDM/KDM if the login greeter panel is up or if someone
		has already logged into an X session.)	You can also
		set -env FD_XDM=1 to force it to be done on the first try.

	The -unixpw_system_greeter option, when used in combined
		unixpw and XDMCP FINDCREATEDISPLAY mode (e.g. -xdmsvc),
		enables the user to press Escape to jump directly to the
		XDM/GDM/KDM login greeter screen.  This way the user
		avoids entering his unix password twice at X session
		creation time.	For subseqent logins to the same session,
		he uses the regular x11vnc unixpw "login:" prompt.   Also,
		the unixpw login panel now has a short help displayed
		if the user presses 'F1' that lists the options.

	The -appshare option enables simple application sharing based on
		the -id/-sid mechanism.  Every new toplevel window that
		the application creates induces a new viewer window via
		a reverse connection.  The -id/-sid and -connect options
		are required.  Run 'x11vnc -appshare -help' for more info.

	Heuristics are applied to try to determine if the X display
		is currently in a Display Manager Greeter Login panel
		(e.g. GDM.)  If so, x11vnc's creation of any windows and
		use of XFIXES are delayed.

		This is to try to avoid x11vnc being killed after the user
		logs in if the GDM KillInitClients=true is in effect.
		So one no longer needs to set KillInitClients=false in
		gdm.conf.  Note that in recent GDM the KillInitClients
		option has been removed.

		Also delayed is the use of the XFIXES cursor fetching
		functionality; this avoids an Xorg bug that causes Xorg
		to crash right after the user logs in.

	x11vnc now tries to be more aggressive in keeping up with VNC
		client's framebuffer update requests.  Some broken VNC
		clients continuously spray these requests at VNC servers
		(regardless of whether they have received any updates
		or not.)  The -extra_fbur option allows one to fine tune
		the setting.

	The "-display WAIT:cmd=...", -find, -create modes now work
		correctly for the user-supplied login program scheme
		"-unixpw_cmd ...", as long as the login program supports
		running commands specified in the environment variable
		"RFB_UNIXPW_CMD_RUN" as the logged-in user.  The mode
		"-unixpw_nis ..." has also been made more consistent.
		The username option "tag=..." can be used to set FD_TAG.

	The -stunnel option (like -ssl but uses stunnel as an external
		helper program) now works with the -ssl "SAVE" and "TMP"
		special certificate names.  The -sslverify and -sslCRL
		options now work correctly in -stunnel mode.  Single port
		HTTPS connections are also supported for this mode.

	The remote control command -R can be used to instruct x11vnc
		to resend its most recent copy of the Clipboard,
		Primary, or Cutbuffer selections: "x11vnc -R
		resend_clipboard", "x11vnc -R resend_primary", and
		"x11vnc -R resend_cutbuffer".

  miscellaneous new features and changes:

	The fonts in the GUI (-gui) can now by set via environment
		variables, e.g. -env X11VNC_FONT_BOLD='Helvetica -16 bold'
		and -env X11VNC_FONT_FIXED='Courier -14'.

	The value of the -timeout option is now also used for the timing
		out of reverse connections.  The -timeout exit will
		occur if no client has made it to normal operating state
		(instead of merely trying to connect.)

	One can add extra URL parameters to the HTTPS (-ssl) urls
		via X11VNC_EXTRA_HTTPS_PARAMS without needing to edit
		index.vnc. E.g.: -env X11VNC_EXTRA_HTTPS_PARAMS='?GET=1'

	One can make the libvncserver HTTP (non-SSL) server listen on
		localhost: -env X11VNC_HTTP_LISTEN_LOCALHOST=1 (this way
		only the single-port VNC+HTTPS is exposed to the network.)

	Warnings are printed out at startup if $DISPLAY appears to
		start with "localhost:" (SSH X11 forwarding) or
		"hostname:" (remote X display; will fail w/o -noshm)

	The -solid option now uses the DBUS_SESSION_BUS_ADDRESS env. var
		if available.  The -solid option now works in xfce.
		If available, the dbus_launch(1) will be used in
		FINDCREATEDISPLAY for gnome sessions.

	The bcx_xattach remote control command was added to facilitate
		xattach and x2x desktop cursor switching.  Other new
		remote control commands: grab_state, ping:mystring,
		grablocal, resend_cutbuffer, resend_clipboard,
		resend_primary, keycode, keysym, fakebuttonevent,
		ptr, sleep, get_xprop, set_xprop, wininfo, pointer_pos,
		mouse_xy, noop, guess_dbus, DIRECT:query.  Remote control
		scripting, -query_retries, and -remote_prefix were
		also added.

	In -rawfb mode the X display will not be opened at all unless
		the -rawfb string is prefixed with '+' or -display
		was specified on the cmdline.

	For multiple, separate x11vnc instances on the same X display,
		one can rename the X11VNC_REMOTE, X11VNC_TICKER, and
		VNC_CONNECT property names to unique ones.

	The -showrfbauth option prints out the VNC rfbauth password.

	The XDAMAGE mechanism is now automatically disabled for a
		period of time if a game or screensaver generates too
		many XDAMAGE rectangles per second.  This avoids the X11
		event queue from soaking up too much memory.

	x11vnc does not switch on server autorepeat if any keys are
		pressed down to work around a recent Xorg server and/or
		gnome bug where the key will never stop repeating.

	Thse list of current clients is kept more up-to-date in the
		tkx11vnc gui.  Bugs in the gui setpass mode have been
		fixed.

	Threads stability is further improved.  See under the -threads
		option help info about -env X11VNC_THREADS_NEW_FB_SLEEP=ms

	There is an experimental workaround: "-env X11VNC_WATCH_DX_DY=1"
		that tries to avoid problems with poorly constructed
		menu themes that place the initial position of the mouse
		cursor inside a menu item's active zone.

	The crypt(3) function is now declared inside the x11vnc code on
		all platforms (not just Linux).  To disable this, set
		CPPFLAGS='-DDO_NOT_DECLARE_CRYPT' while configuring.
		(crypt is declared to avoid problems with header files.)

	Error reasons are printed for -storepasswd failures.

	Two scripts are added to x11vnc/misc: connect_switch and
		ultravnc_repeater.pl
2009-12-23 06:20:53 +00:00
abs
8895a24e0f Commit distinfo missed in last commit 2009-12-22 20:48:41 +00:00
abs
b122bf8a8d PKG_DESTDIR_SUPPORT 2009-12-17 19:18:35 +00:00
abs
e9bf3f3e00 Partial DESTDIR support (not enabled as unable to test) 2009-12-17 19:15:37 +00:00
abs
1e94b89666 PKG_DESTDIR_SUPPORT & account for runtime Xt reference 2009-12-17 19:11:39 +00:00
abs
a464362223 PKG_DESTDIR_SUPPORT 2009-12-17 19:02:05 +00:00
abs
bc86445b15 PKG_DESTDIR_SUPPORT 2009-12-17 18:48:39 +00:00
abs
9bea4cd6d4 PKG_DESTDIR_SUPPORT 2009-12-17 18:23:14 +00:00
abs
f56c8a6391 PKG_DESTDIR_SUPPORT 2009-12-17 17:59:09 +00:00
abs
856df9e0b1 PKG_DESTDIR_SUPPORT 2009-12-17 17:48:42 +00:00
abs
53c3a51cf6 PKG_DESTDIR_SUPPORT & a tiny tweak of pkglint 2009-12-17 17:40:29 +00:00