Commit graph

8761 commits

Author SHA1 Message Date
wiz
9f002392ff Update to 1.1.1:
This is mainly just a bunch of updates for OSX Tiger compatability and
SnowLeopard fratures.

Alan Coopersmith (1):
       Fix build of startx & xinitrc with Solaris make

Jeremy Huddleston (17):
       Apple: privleged_startx: Increase the timeout so slower
       machines don't get a stray process warning in their system
       log.
       startx.cpp: Made some things a little more friendly for
       people who have spaces in pathnames.
       Apple: Using eval to protect people who have spaces in their
       home path.
       Support the instant-off API in SnowLeopard.
       Apple: sleep() to avoid innocent error message spew
       Apple: Make VPATH builds work on darwin
       Apple: Use AvailabilityMacros.h for Tiger compatability
       OSX: Create privleged_startx on Tiger
       OSX Tiger: More compilation fixes...
       OSX Tiger: Hopefully the last fix for Tiger users...
       Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26
       and later)
       OSX Tiger: Fix discovery of mach port
       OSX: Fixed bad prefix
       OSX: More prefix fixes
       OSX: Don't use login/bash -c hack anymore for org.x.startx
       LaunchAgent
       Apple: Allow defaults option that maps to a -dpi server
       command line in startx
       xinit 1.1.1
2009-01-07 10:57:58 +00:00
dholland
d5facf8c52 Fix my last change (back in August) -- apparently I forgot to escape the
shell variable $? as $$? so it wouldn't be treated as a make variable.
This is wrong but nonfatal with NetBSD's make, but fatal with some other
versions of make.

While here, unhide a chmod that pkglint was complaining about.

PKGREVISION++ (now at 5)
2009-01-07 04:28:53 +00:00
wiz
646e8a574e Update to 7.0.4:
Peter Hutterer (4):
      Xge.h: include Xmd.h for CARD8
      geproto: remote trailing whitespaces.
      Clean up XGE documentation.
      Bump to 7.0.4
2009-01-06 20:15:27 +00:00
tnn
e1e0bb5f18 update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.
Patch #238 - 2008/12/30
* update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms.
* reset the screen wrapping-flag at the end of ClearRight to fix an occasional
  case where the last character of a scrolled and wrapped line would be cleared
  (patch by Joe Peterson).
* modify to use POSIX coding for comparing resource settings such as locale,
  to work with locales such as Turkish (report by M Vefa Bicakci).
* turn on configure paste64 feature by default (request by
  Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps.
* turn on configure tcap-query feature by default, add resource allowTcapOps
  to make this runtime enabled/disabled.
* make OSC 3 (change X property, from patch #110) subject to allowWindowOps
  resource.
* make VT220 DSR responses inactive in VT100-mode.
* make DECUDK feature inactive in VT100-mode.
* respond to incorrectly formatted DECRQSS with a cancel.
* add allowFontOps resource to allow the fontsize-switching and font query/set
  control sequences to be enabled/disabled (prompted by Debian #510030).
* some code cleanup based on gcc 4.x -Wconversion warnings in button.c and
  charproc.c
* modify tcap-query feature to not return data for shifted cursor-keys when
  the keyboard type is set to vt220, since returning the same string for
  shifted/unshifted keys may confuse some applications (GenToo #212546).
2009-01-06 18:20:25 +00:00
jmcneill
f67cb28d88 Fix PLIST, user-destdir support. 2009-01-05 13:26:33 +00:00
hasso
7101a3f88e Backport G41 chipset support from 2.5, tested with Asus P5QPL-VM.
Bump PKGREVISION.
2009-01-05 13:18:18 +00:00
jmcneill
23250482f9 + py-kiwi 2009-01-05 12:31:54 +00:00
jmcneill
79f23e71d2 Import py-kiwi version 1.9.22.
Kiwi consists of a set of classes and wrappers for PyGTK that were developed
to provide a sort of framework for applications. Fully object-oriented, and
roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build forms,
windows and widgets that transparently access and display your object data.
Kiwi was primarily designed to make implementing the UI for Stoq easier, and
it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual Proxy.

Kiwi is a framework and a set of enhanced PyGTK widgets designed to make
building programs with graphical interfaces both easy to write and easy to
maintain. Kiwi is pure Python and should work cross-platform, but is developed
on Python 2.4, Linux ix86.
2009-01-05 12:31:06 +00:00
martti
70817495b3 Changed version number to 0.0beta868
pkglint -Wall
2009-01-05 10:54:15 +00:00
wiz
1b0ed7eb62 Bump PKGREVISION, add patch from xsrc:
revision 1.2
date: 2008/11/23 21:58:25;  author: mrg;  state: Exp;  lines: +1 -0
patch from jmcneill@:

add a log message to notify what VT is in use.  helps gdm/consolekit.
2009-01-04 20:02:12 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
hasso
75099ab593 Quick fix for DragonFly master with getpwnam_r and friends. 2009-01-01 21:56:16 +00:00
adrianp
3c9fe51344 Darwin i386 uses stubs as well or else we get PLIST errors on install
gtkspell is not required so split it out as an option but keep it enabled by
 default so there's no change in the package.  Without gtkspell it removes
 a whole slew of dependencies which makes this package a fair bit lighter.
Make a small change to a CONFLICTS statement to keep pkglint happy.
2008-12-28 13:10:29 +00:00
obache
537286ad9a Update MASTER_SITES and HOMEPAGE to new location. 2008-12-28 12:57:17 +00:00
adam
c14dcb7582 Fix building with the latest GNUstep; PR #40211 2008-12-28 07:56:38 +00:00
jmcneill
2c4195270a Fix build with XFree86. 2008-12-25 00:14:42 +00:00
jmcneill
a3398085e8 Fix build with xrandr < 1.2 (like the one that comes with XFree86) 2008-12-24 02:38:18 +00:00
wiz
be094f739c For Python versions < 2.5, elementtree is included -- add it to PLIST.
Reported by Hasso Tepper.
2008-12-23 22:22:16 +00:00
joerg
d8bdf1b388 Fix PLIST of ocaml-graphics for architectures not using the optimiser.
Add amd64 to that list. Bump revision of ocaml-graphics. Make ocaml
itself and ocaml-graphics destdir safe.
2008-12-22 20:04:07 +00:00
wiz
1763bdd243 Update to 3.17.6, to fix build with latest py-sip.
Changes:
PyQt v3.17.6 has been released. This fixes a Windows compilation bug.

PyQt v3.17.5 has been released. This is mainly to be compatible
with SIP v4.7.8 but also adds a couple of new methods.

    * Added the missing QRegion.rects() (based on a patch from
    Hans-Peter Jansen).
    * Added the missing QWidget.stackUnder() slot.
2008-12-21 17:14:17 +00:00
obache
46ac1875c4 Try to fix build failure with ffmpeg-snapshot, PR 40212. 2008-12-21 12:53:24 +00:00
obache
d2ac708fe4 No need to set "no" for PLIST vars. 2008-12-21 12:45:50 +00:00
obache
ba750f122d Add rcsid. 2008-12-21 12:41:51 +00:00
wiz
e0d1e94a88 Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1. 2008-12-21 10:58:52 +00:00
wiz
713584ca8c py-expat only needed with Python 2.4, make it so. 2008-12-21 10:35:19 +00:00
ahoka
716761c1c1 According to Section 12.4 of the XKB Protocol Spec, if a key only has a single
group but the keyboard has multiple groups defined, the core description of
the key is a duplication of the single group across all symbols. i.e.
G1L1 G1L2 G1L1 G1L2 G1L3 G1L4 G1L3 G1L4

The previous code generated G1L1 G1L2 G1L3 G1L4 G1L3 G1L4, leading to
"invented" groups when the process is reversed.

Note that this creates wrong key types on reconstruction from core to xkb,
i.e. any single-group key with a key type that is not one of the canonical
four (Sec 12.2.3), will get the assigned type on group 1, and a canonical type
for the other gruops.

X.Org Bug 14373 <http://bugs.freedesktop.org/show_bug.cgi?id=14373>

Patch taken from the bugtracker entry.
2008-12-21 10:23:23 +00:00
joerg
b24d70a909 Fix typo. 2008-12-21 09:53:35 +00:00
joerg
fc2042941c Needs py-expat for building. 2008-12-21 09:53:13 +00:00
jmcneill
15f3c318c7 Pull in patch from libgnomekbd trunk that prevents a crash when a buggy
X server fails a XkbGetKeyboard call. Bump PKGREVISION.
2008-12-21 00:29:02 +00:00
jmcneill
f4ebdfae45 Pass proper path for xkb and xmodmap rules so you can select a non-US
keyboard again. Bump PKGREVISION.
2008-12-20 23:31:54 +00:00
reed
ad4a33cd42 Add to description. Two sentences from the xfce4-session manual. 2008-12-20 19:09:43 +00:00
jmcneill
b59baee545 gnome-control-center no longer needs esound 2008-12-20 01:08:57 +00:00
jmcneill
c0aaafec38 + qgtkstyle 2008-12-20 00:14:58 +00:00
jmcneill
53d319a30d Import qgtkstyle version r868.
This is a Qt style rendered using GTK to give a native appearence for Qt
applications running on the GNOME desktop.
2008-12-20 00:13:07 +00:00
hira
192c5fa551 Fix PR pkg/36260. Remove system config directory from PLIST. 2008-12-19 23:58:18 +00:00
markd
49a09f1955 Fix path searched for xkb directory to more likely find the version
pkgsrc is using rather that some other one that might just exist.
2008-12-19 21:16:02 +00:00
jnemeth
4120d83d41 sort 2008-12-19 07:59:42 +00:00
bjs
8c2b0e2547 Recursive dependency bump for multimedia/x264-devel. It's tough
to know which packages are affected by the update and how, so to be
safe, I'm doing a full bump.
2008-12-18 17:28:16 +00:00
hira
246d0402ca Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18 16:46:29 +00:00
hira
751e37cc3b Bump BUILDLINK_API_DEPENDS. 2008-12-18 16:43:28 +00:00
hira
9f1848f427 Use PKG_SYSCONFDIR. Bump PKGREVISION. 2008-12-18 16:38:08 +00:00
hira
5d8563eb1f Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:58:07 +00:00
hira
2d57ba0aa9 Fix PR pkg/40219. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:52:09 +00:00
hira
075f3904d8 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:09:26 +00:00
hira
80cb8c4848 Add missing entires to PLIST. Bump PKGREVISION. 2008-12-18 14:07:45 +00:00
hira
dd6ef440e8 Fix PLIST again. 2008-12-18 13:56:38 +00:00
hira
8a17e457d0 Fix PR pkg/40218. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:51:51 +00:00
hira
8df928a8d8 Fix PR pkg/40217. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:50:42 +00:00
hira
3be9f0817c Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:49:19 +00:00
hira
2ca0e94f91 Fix PR pkg/40216. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:46:51 +00:00