Commit graph

6977 commits

Author SHA1 Message Date
joerg
fa0ec919a8 Stop messing with X11/Xmos_r.h, just replace it with a direct include
of X11/Xos_r.h and assume that has all the magic. If it is really
necessary to hack around limitations of other platforms, we can do
that later in a more specialised fashion. Bump revision.
2006-12-15 19:13:22 +00:00
joerg
6359a506b8 Just include limits.h in Xos_r.h, don't play with _POSIX_SOURCE.
For example, configure plays dirty with that.

Fix a type in the MTSAFE_PWAPI section and the configure test for
NETDBAPI (from David Sainty).

Assume that readdir_r follows POSIX semantics if configure detected it
and we have no reason to believe so otherwise. Most importantly, use it
when _POSIX_REENTRANT_FUNCTIONS is not defined.

Bump revision.
2006-12-15 19:11:48 +00:00
joerg
d5be8918f1 Include sys/stat.h explictly in Xtranssock.c as S_IFMT and friends
are used. It is not pulled in indirectly at least on DragonFly.
Bump revision.
2006-12-15 16:43:57 +00:00
martin
5b340fd00f Do not force useage of "rxvt" as $TERM by default, but make it an
option. Also add a hint to the runtime override.
Fixes PR pkg/34605.
2006-12-15 16:01:16 +00:00
martin
f5eb91f627 Update to 8.1 and add support for options.
From Christian Gall (with minor modifications, all errors are mine).
2006-12-15 15:01:30 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
martti
ce475c2710 Updated xpmroot to 2.4.19 (to match the current fvwm2 version). There are
no changes in the xpmroot code...

Some pkglint -Wall fixes.
2006-12-12 06:48:56 +00:00
martti
b20a837e61 Use correct int size to avoid crash in sparc64. Patch from Thierry Supplisson.
PKGREVISION++
2006-12-12 06:19:33 +00:00
sketch
817191c644 Turn off pointless messages to stderr. 2006-12-11 12:23:24 +00:00
joerg
5fde84fd82 Update to libXmu-1.0.3. No changes, just a botched double-release.
Fix output of AM_PRETTY_CMDS, which is not portable.
2006-12-09 11:49:38 +00:00
obache
fb4fc34b39 Update xbindkeys{,-tk} to 1.7.3.
Version 1.7.3 : A bug under Solaris was fixed. This bug caused an XBindKeys
built with -DFORK_FLAG=1 to fail to wait for the processes it spawns, leaving
lots of defunct processes.
Thanks to Ciaran Anscomb for the patch.

Version 1.7.2 : Changes to grab keys in all display screens and not only in the
default root window (Xinerama suport).
Bugfix for the Guile support in configure.ac.
2006-12-08 16:16:12 +00:00
sketch
0f5e3fcd8b share/Eterm/gdb.scr missing from PLIST; thanks joerg. 2006-12-08 12:06:59 +00:00
sketch
bfa5ec1425 Forgot to remove this file during previous update; thanks joerg. 2006-12-08 11:56:56 +00:00
drochner
00bc20f4e8 don't try to @dirrm dirs belonging to hicolor-icon-theme 2006-12-07 13:58:03 +00:00
taca
12cc73a3ca Update ruby-tk package to 1.8.5.20061205:
Changes are huge, please see Changes.

- pkgsrc change; fix permission of a image file.
2006-12-06 16:33:16 +00:00
wiz
09960864d9 Always support the x11 option, not only when alternatives are available.
This way the test for the x11 option in buildlink3.mk has a chance
to succeed.
2006-12-06 10:17:03 +00:00
minskim
c3a5bfac8f Add an option to choose the GDK backend target between X11 and Quartz for
Mac OS X.  Thanks to wiz@ for review and suggestions for earlier patches
of this change.
2006-12-05 21:26:58 +00:00
wiz
fc7c03b3e6 Update to 0.19:
Devil's Pie "Sell Sell Sell" 0.19
================================

* Don't use wnck_window_set_geometry (#381233)
2006-12-05 09:24:51 +00:00
joerg
bc16de5a46 Fix typo in comment. 2006-12-05 08:30:20 +00:00
reed
9b1b3eaab7 Conflict with xkeyboard-config, which is now in pkgsrc-wip.
xorg says that xkbdata is deprecated and to use xkeyboard-config
instead.
2006-12-05 03:09:38 +00:00
markd
93a8d4b911 uvmexp2 should work for NetBSD versions from way back, not just recent
currents where its needed.  Should fix build on 4.0_BETA2 reported
in PR pkg/35172
2006-12-03 03:44:52 +00:00
jschauma
721b60b433 Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@
2006-12-02 22:32:59 +00:00
joerg
3f230bbeed Fix pthread usage. 2006-12-01 20:51:25 +00:00
rillig
15d1adc729 Removed a trailing empty line, which had disturbed pkglint. 2006-12-01 17:29:44 +00:00
minskim
8bd182dc7e Fix a typo in Makefile.am and add files missing due to it. These files
don't affect the current gtk2+ package, but are required to build the
quartz backend, for which an option will be added. Patch obtained from the
GNOME CVS.
2006-12-01 08:15:38 +00:00
adam
52bcbc1002 Changes 2.10.5:
* UIManager: Fix crash when built without exceptions support.
* Style: lookup_icon_set(): Memory-management correction.
* Build:
  - Windows:  Do not check for gtk+-unix-print-2.0 on as it is not
  always included in GTK installers and/or binary archives (like in Tor's binaries).
2006-11-29 19:05:17 +00:00
drochner
c16b2ad403 update to 2.16.2
changes: translation updates
2006-11-28 22:19:29 +00:00
drochner
743d6f3b40 update to 2.16.2
changes:
-bugfixes
-translation updates
2006-11-28 22:18:23 +00:00
drochner
81a451db3e update to 2.16.2
changes:
-UI improvements
-Add fvwm and compiz support to gnome-wm
-build system improvements
-bugfixes
-translation updates
2006-11-28 22:17:23 +00:00
drochner
a31570909c update to 2.16.2
changes:
-Add high and low contrast icons for Orca
-bugfixes
-translation updates
2006-11-28 22:14:34 +00:00
drochner
dbadc317fb update to 2.16.2
changes:
-minor fixes
-translation updates
2006-11-28 22:11:57 +00:00
drochner
bc5189e15d update to 2.8.2
changes:
- Don't draw boxes around handles on gnome-panels in Mist
- Add a --disable-all option, so that it is possible to build one
  engine without requiring to disable every other engine manually.
- Various changes to avoid expensive code paths in cairo
- Fix background fill for redmond slider widgets (GtkScale)
- Improvements in Crux arrows and scrollbar troughs
- Fixes to enable gtk-engines to compile on win32 with VC++
- Set some "Redmond" style icon sizes in the Redmond theme
2006-11-28 22:10:21 +00:00
drochner
a9818d17eb update to 2.16.2
changes: New and updated documentation translations
2006-11-28 22:08:19 +00:00
rillig
ce39afb356 Compilers other than GCC usually don't know the ({ ... }) construct. 2006-11-28 19:20:34 +00:00
rillig
4c16a837d7 The included shell programs need bash. PKGREVISION++ 2006-11-25 20:47:57 +00:00
uebayasi
2ba4ff3dc4 +worker 2006-11-25 15:42:23 +00:00
uebayasi
456265eabe Initial import of worker-2.14.1; pkg/34988 by Matthew Mondor.
Worker is a highly configurable, multilanguage file manager for X11 written
in C++.  It uses a popular dual panels layout.
2006-11-25 15:41:26 +00:00
sketch
997d0cdefe Update Eterm to 0.9.4, lots of bugfixes (especially fixing colourmaps), and
some initial UTF-8 support.
2006-11-25 14:01:18 +00:00
reed
466ea2e17d Include the xproto buildlink.
I forgot in last commit. The xau.pc.in has "Requires: xproto".
2006-11-25 00:09:19 +00:00
reed
39ff3cc328 Force libXau 1.0 or newer.
It had 0.1 (maybe a typo) which, using old libXau from pkgsrc-wip,
to be used that had a broken xau.pc.
2006-11-25 00:02:08 +00:00
drochner
8cb3b2e115 update to 2.16.2
changes:
-build fixes
-bugfixes
- Allow the text in the details to ellipsize and set a minimun width for
  the dialog
-translation updates
2006-11-24 18:31:25 +00:00
drochner
d1ebdd2ddb disable PAM on NetBSD because it requires root privileges at runtime,
should fix PR pkg/34960 by sacres@swattek.ca,
bump PKGREVISION
2006-11-22 17:17:45 +00:00
markd
a10787eef1 Fix a regression in html rendering. From KDE svn. Bump PKGREVISION. 2006-11-20 09:38:15 +00:00
markd
841a654e4b Add MESSAGE suggesting the creation of /tmp/.ICE-unix prior to starting
KDE.
2006-11-20 09:34:19 +00:00
markd
26f00a11aa Explicitly note files with SPECIAL_PERMS. 2006-11-20 09:32:02 +00:00
markd
090d929aae Use CHECK_PORTABILITY_SKIP for kate/tests/highlight.sh - its not a real
script.
2006-11-20 09:30:26 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
obache
6ad4651d49 Need runtime dependency on perl.
Bump PKGREVISION.
2006-11-19 01:52:40 +00:00
wiz
71dcb2ba2d Fix typo in MAINTAINER. 2006-11-19 01:10:24 +00:00
taca
affda4eb24 Correct reference to "../../wip" to "../../x11". 2006-11-16 09:24:52 +00:00