Commit graph

6482 commits

Author SHA1 Message Date
jmmv
98e055c892 Update to 2.6.8:
* Fixed bugs:
	Bug 333398 - Menubars in panel applets have sunken mode (Clearlooks)
	Bug 317639 - GtkHScale not rendered properly in Clearlooks
	Bug 148848 - No visual difference of disabled checkboxes in SimplySmooth (Smooth)

* Lots of other miscellaneous fixes
* Prevent unnecessary symbols from being exported (all engines)
* Prefix symbols in engines, to prevent possible conflicts with applications
* Improved RTL support in Clearlooks
2006-03-30 21:11:32 +00:00
jmmv
ac7234955a Update to 2.8.16nb1.
This log was corrected because it initially said 2.8.15.  Also, as part of
the update, the revision number was not removed and, when noticed, it was
already to late to revert it to 0.  Therefore, this update carries the nb1.

Changes since 2.8.15:

* Bugs fixed:
 334098 Keys P and N in "open file" dialog have special meaning
        [Torben Putkonen]
 333372 MS-Windows theme (GTK-Wimp) shows all funky characters
        [Dom Lachowicz]
 163724 Optimize gdk on win32 [John Ehresman]
 332662 Hollow polygons have wrong linecaps [Tor Lillqvist]
 326362 panel crash with a11y enabled [Kjartan Maraas]

* Updated translations (bg,bn,cs,eu,ro)
2006-03-30 20:48:30 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +00:00
joerg
a4124dbb22 Update wxGTK to 2.6.3. Feel responsible for now.
Important changes:
- Fixed crash when loading message catalogs in Unicode build.
- Spurious error message from wxLaunchDefaultBrowser fixed.
- Compilation fixes for (more strict) g++ 4.1
- Speed improvements to wxRegEx when matching is done in a loop such as
  during a search and replace.
- Fix regerror and regfree name conficts when built-in regex and system regex
  are both used in the same program.
- wxCondition::WaitTimeout() now returns correct value when timeout occurs.
- Bug in wxLogStream::DoLogString in Unicode builds fixed.
- Fixed Unicode builds using SunPro compiler by defining__WCHAR_TYPE__.
- wxFileName now also looks for TMPDIR on Unix.
- Fixed occasional wxThread cleanup crash.
- Fixed build error in list.h with VC++ 2005.
- wxImage::Copy() forgot the alpha channel.
- Fixed wxSocketBase::InterruptWait on wxBase.

- Fixed abort() on loading invalid PNG image
- Added space after list item number in wxHTML.
- wxCalendarCtrl drawing, positioning and hit-testing fixes.
- More checking of image validity before loading into wxImage.
- Added double-buffering to wxVListBox and fixed a scrolling issue.
- More than one filter allowed in in wxDocTemplate filter.
- Fixed infinite loop in tab traversal code with wxUSE_STL==1

- Fixed problem with choice editor in wxGrid whereby the editor
  lost focus when the combobox menu was shown.
- Fixed problem trying to print from a preview, whereby wrong printer
  class was used.
- Worked around pango crashes in strncmp on Solaris 10.
- Polygon and line drawing speeded up if there is no scaling.
- Fixed problems with CJK input method (reverted)
- Fixed wxNotebook::HitTest when the leftmost visible tab is not the
  actual first tab (has arrows for scrolling and is scrolled).
- Send wxSetCursorEvent
- Fix RequestMore for idle events.
- Implement user dashes for PS and GNOME printing.
- Correct update region code. Don't always invalidate the
  whole window upon resize. Reenable support for the
  wxNO_FULL_REPAINT_ON_RESIZE flag. Also disable refreshing
  custom controls when focusing in and out.
- Change wxMimeTypesManager code to ignore /etc/mailcap and
  to just read the MIME-types. Modifiying the MIME-types is
  not allowed under GNOME anyways, so make it a no-op.
- Speed up reading MIME database.
- wxClipboard fixes (thanks to Timothée Lecomte).

Additionally the build system has been libtoolified to simplify
maintainance of the shared libraries in the PLIST. Patches against
the bakefile ruleset are included for reference.

The Unicode build is not enabled, since the interface changes to
drastical.
2006-03-30 15:28:12 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
markd
69acb4f08b Update to KDE 3.5.2 2006-03-30 03:17:08 +00:00
markd
bd6154dfea Update to KDE 3.5.2. 2006-03-30 02:40:53 +00:00
markd
4c754d16e1 Update to KDE 3.5.2
* Klipper
  o Handle URLs as URLs and not as Text
  o Prevent crashes caused by corrupted history
  o XFixes support (especially helps with broken clipboard
    implementations of some non-KDE applications)
  o Images are ignored by default, add 'IgnoreImages=false' to
    '[General]' in klipperrc
  o Avoid repeated action popup with the same URL with some
    non-KDE applications with broken clipboard implementations
* Konsole
  o Correct issue where history size is unlimited when dealing
    with History options in profiles
  o Correctly set Tab bar when set to Dynamic Hide after session
    restore
* Country settings
  o Fix short date format for Switzerland
  o Fix address format (especially P.O. Box) for Switzerland
* KSysGuard
  o Show the sensors with values of more than two digits correctly
    in the applet
* Kicker
  o Connect the applications to systray correctly on startup
  o Panels properly reserve space at screen edges even for
    differently sized Xinerama screens
* Konqueror
  o Resolve symlinks only on the desktop
* KWin
  o Added new window-specific rules for OpenOffice.org, XV and
    Mozilla family applications for turning off focus stealing
    prevention, as these applications don't work well with it
  o Reverted a workaround that as a side-effect had broken systray
    docking of some applications
  o Each virtual desktop has a separate focus chain
* KDesktop
  o Fixed stacking of some dialogs
2006-03-30 02:39:39 +00:00
markd
78dfca0b70 Update to KDE 3.5.2
* Don't restore files to recent files list that don't exist anymore.
* KIO-KFile: Fix problems with mounting filesystems with ACL
* Kate
  o Make the spelling dialog modal.
  o Make updates incrementally and limit to 2000 messages
  o Alternate Bash heredoc style highlights correctly.
* KHTML
  o Performance improvements:
    + Improve rendering speed of some semi-transparent pixmap
      backgrounds.
    + Improve performance of JavaScript error logging widget, to
      help deal with sites with completely broken JavaScript which
      continuously causes errors.
    + Better performance for the classname selector
  o Get iframes, objects and some other overlaid widgets to obey
    their stacking context at last (a.k.a, keep flash and iframes
    *under* dhtml menus).
  o Implement CSS2.1 quirk about behavior of overflow and root and
    body. Now we pass Acid2 according to Opera's standard, but in
    an actual release version.
  o Implement selectionStart, selectionEnd, setSelectionRange on
    textarea and text input tags.
  o Improved keyboard event support, implementing the API in the
    latest DOM3 Events working group note.
  o Properly scale CSS line height when zooming.
  o Multiple fixes to the table DOM.
  o Better frame sizing calculation.
  o Better handling of the case where form-related tags get moved
    by parser during residual style handling.
  o Fix the DOM operation handling to not be so picky about the
    DTD. This makes us match other browsers better, and lets us
    remove various evil hacks in the XML parser
  o Various getComputedStyle improvements.
  o Various text-indent fixes.
  o Some fixes for namespace handling in XML and CSS.
  o Compatibility improvements in some collections.
  o Fix JavaScript timer events over midnight.
  o Fix handling of error event.
  o Do not assign the same AccessKey to different javascript:
    links.
  o Do not improperly honor maxlength on file input elements.
  o Properly reload iframe when source re-set.
  o Make usemap case-insensitive.
  o Better parsing of malformed cols and rows parameters of
    textarea.
  o Various fixes to DOM and non-standard bindings to CSS.
  o Various rendering fixes
* KJS
  o Performance fix: do not redundantly re-attach the JavaScript
    debugger.
  o Free up some "future reserved keywords" for use as identifiers,
    to match other browsers.
  o Accept trailing semicolons in initializer lists.
  o Various RegExp object improvements: support .compile, properly
    report some errors, plug some memory leaks.
  o Give JavaScript debugger some stack room to operate when
    handling stack overflow exceptions.
  o Fix bugs in latin1 to ucs conversion.
2006-03-30 02:36:26 +00:00
minskim
1cf83b94a5 Make this package build on a case-insensitive filesystem. 2006-03-23 02:27:36 +00:00
minskim
c557f3fb7a Back out the previous gcc-4 fix. It should be fixed in py-qt3-sip. 2006-03-23 00:28:21 +00:00
minskim
ea2a13171b Explicitly link libkdecore against libz because it is using gz* functions.
This prevents the undefined symbols error on Darwin.  No functional changes
on other platform.
2006-03-22 23:44:06 +00:00
minskim
def9d2aa06 Make this package build on a case-insensitive filesystem. 2006-03-22 19:31:14 +00:00
jlam
4dd4a66c0d We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards so
that "gmp" is registered as a direct dependency for any package that
includes ghc/buildlink3.mk to get ghc as a build dependency.  This is
needed since software built by ghc requires routines from the "gmp"
shared library.  This fixes PR pkg/33100.

Remove the workaround in devel/darcs and x11/wxhaskell.
2006-03-22 15:12:07 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
joerg
2d207a69db Fix CVE-2006-0745: Comparing the address of geteuid and 0 to detect
whether the server was started by non-root is not likely to ever work.
This could allow a local user to override system files or run arbitrary
code.  Patch from the original advisory. Bump revision of xorg-server.
2006-03-20 21:34:59 +00:00
martti
2a382a9c94 Updated x11/xfce4-utils to 4.2.3nb3
Fix the 'id -u' issue on Solaris (pkg/33027). The remaining changes (like
sshagent startup) should go via xfce.org.
2006-03-20 06:29:09 +00:00
jmmv
29554842aa Break too-long line. 2006-03-19 22:17:44 +00:00
wiz
d63e65f2fa Manually add dependency on gmp. Should be implied by ghc dependency,
but that doesn't seem to work.

Workaround for PR 33100.
Bump PKGREVISION.
2006-03-19 15:54:13 +00:00
minskim
22a21f4c1b Make this package build with gcc-4 by type-casting explicitly. 2006-03-18 03:01:45 +00:00
minskim
1dbedbcd11 Define target.path for qmake to pass proper options to libtool. This makes
the package build with the libtoolized pkgsrc qmake.
2006-03-16 21:58:52 +00:00
wiz
a6ba4eeb7e Update to 0.8, provided by OBATA Akio in PR 33068.
New in the 0.8 x11vnc release:

TightVNC file transfer support is enabled via the extension to
LibVNCServer added by Rohit Kumar.

The -passwdfile option has been enhanced to handle any number
of full-access and view only passwords in an easy to
maintain format, and additional features.

The -8to24 option enables multi-depth viewing on systems that do
not support -overlay. The 8bpp regions are transformed
to depth 24 TrueColor before exporting via VNC.

The x11vnc source code has gone through a major reorganization.
The build has been enhanced and many bugs fixed.

miscellaneous new features and changes:

-afteraccept option is like -accept however it enables running
 a user supplied command after client authentication
 has taken place. The RFB_* environment variables have
 been extended.
-loop option will run x11vnc in an outer loop restarting each time
 (useful for situations where the X server restarts often).
-slow_fb allows for slow polling for special purpose applications
 (e.g. video).
-blackout noptr,WxH+X+Y,... will prevent the pointer from going
 into a blacked out region.
2006-03-15 07:20:57 +00:00
wiz
8841eb035f Update to 2.8.15:
Overview of Changes from GTK+ 2.8.14 to GTK+ 2.8.15
===================================================

* Bugs fixed:
 334098 Keys P and N in "open file" dialog have special meaning
        [Torben Putkonen]
 333372 MS-Windows theme (GTK-Wimp) shows all funky characters
        [Dom Lachowicz]
 163724 Optimize gdk on win32 [John Ehresman]
 332662 Hollow polygons have wrong linecaps [Tor Lillqvist]
 326362 panel crash with a11y enabled [Kjartan Maraas]

* Updated translations (bg,bn,cs,eu,ro)
2006-03-14 23:07:49 +00:00
jlam
1ec59ed085 USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework.  In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
2006-03-14 20:43:23 +00:00
minskim
916e974f35 Comment out directories handled by dirs.mk and add missing entries.
Bump PKGREVISION.
2006-03-14 19:45:14 +00:00
tron
75e93e88a0 Make "gdk-pixbuf-query-loaders" work under Mac OS X again. This allows
to build the "xchat" package again. Bump package revision.
2006-03-14 17:07:47 +00:00
jlam
641e118d57 Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
tron
710f6c575a Fix a bug in the recent package install framework related changes.
The file "${PREFIX}/libdata/gtk-2.0/gdk-pixbuf.loaders" was not generated
which broke the build of at least the "xchat" package. Bump package
revision after this fix.
2006-03-14 11:34:59 +00:00
minskim
35ce2cc003 Remove PLIST entries that are also in x11/kdelibs3/PLIST.
Bump PKGREVISION.
2006-03-14 02:02:56 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
minskim
5610097770 Sort. 2006-03-14 00:24:06 +00:00
hubertf
a0f77478f8 clean up COMMENT a bit 2006-03-13 22:53:00 +00:00
minskim
1c885c8b81 Fix path generation so that security/qca{,-tls} don't have to patch Makefile
or override do-install.  Bump qt3-tools PKGREVISION.
2006-03-13 21:53:47 +00:00
markd
46d3dd85b6 The x11/Xaw3d library has an integer overflow error in the computation
of the geometry for a Box Layout (file Box.c).  There, the box tries
to extend its width until its height fits within the constraint height
(influenced by the window manager).  Unfortunately, widths are 16bit
unsigned and in the error case (occuring under KDE), the constraint
width is 65535, i.e. maximal.
The code loops until either the computed height is smaller than the
constraint height or the width exceeds the constraint width.  In each
loop iteration, the width of the box layout is doubled.  This loop
does not terminate, if one chooses unfortunate initial width, as the
width wraps around if it overflows 16 bits and if the maximal
constraint width is SHORT_INT_MAX.
Patch tries to capture the overflow before it wraps around the
`width' variable, setting the width to the maximal one.

From Stephan Thesing in PR pkg/32445. Bump PKGREVISION.
2006-03-13 00:16:23 +00:00
wiz
a92afc42f7 Update to 0.17.1:
Devil's Pie "Out Of Gas, Still Burning" 0.17.1
==============================================

* Depend on GLib 2.9.1 onwards

Devil's Pie "Stay With Me While We Grow Old" 0.17
=================================================

* Fix compile with GLib 2.10.
2006-03-12 18:23:09 +00:00
rillig
b08592df82 Fixed pkglint warnings by replacing SITES_* with SITES.*, adding :Q
operators and removing a variable whose name started with an underscore.
2006-03-12 13:57:24 +00:00
jmmv
8ecc4ddabc Update gst-plugins-0.10-base and packages based on this one to 0.10.4:
Changes since 0.10.3:

      * (Experimental) QoS support
      * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
      * documentation updates
      * better support for subtitles (seeking)

Bugs fixed since 0.10.3:

      * 310202 : [subtitles] < i >  < /i > tags and others should be supported i...
      * 312439 : XVideo output doesn't work on remote displays (probably r...
      * 321271 : audio output is truncated at EOS
      * 321650 : Can't decode this ogm file
      * 325732 : [oggdemux] problem when seeking to time less than 4s with...
      * 325972 : [typefinding] doesn't recognise this mp3
      * 326720 : [alsasink] doesn't support more than 2 channels anymore
      * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
      * 330789 : gstbaseaudiosink causes noise on seeking
      * 330888 : Fix build with gcc 2.95 (again)
      * 331295 : gnomevfssink doesn't respect umask when creating files
      * 331526 : 3GP type detection is too simple
      * 331678 : Decodebin is not reusable within a single pipeline (as in...
      * 331690 : playbin won't play my last.fm stream
      * 331763 : [alsamixer] unmute sets the volume to 100%
      * 331765 : [alsamixer] mixer applet slider doesn't want to move from...
      * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
      * 332778 : [ogmparse] " Already an existing pad " WARNING
      * 332964 : random crashes in mp3_type_find
      * 333254 : theora encoder does not set IN_CAPS flag properly
      * 333352 : [gnomevfssink] reports disk full as generic error
      * 333488 : Allow for palette < 256 colours in AVI files
      * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
      * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
      * 333663 : [patch] unref the result of gst_pad_get_parent
      * 333900 : [typefind] cannot play a particular mp3 file
      * 334112 : variable not initialized
      * 334129 : Disable frame dropping for now
      * 317038 : use default channel layout if none is specified in multic...
      * 319340 : [cdparanoia] uncorrected-error signal never fired

API added since 0.10.3:

      * GstTextOverlay::halignment
      * GstTextOverlay::valignment
2006-03-12 12:42:05 +00:00
jmmv
e96ce650b4 Update to 2.2:
2.2	Bugfixes. XML processing improved. Better compatibility with
	modular X.org filesystem layout
2.1	Bugfixes. GCC 4.x compatibility patches.
2006-03-12 11:18:11 +00:00
minskim
17ee0d9625 Force to use the libtool mode of qmake, instead of patching the
non-libtool mode to use libool.  In this way, qmake will generates
valid install commands.  This closes PR pkg/29572.

Bump qt3-tools PKGREVISION.
2006-03-12 06:49:21 +00:00
rillig
64c7a15b09 Converted to the SUBST framework. 2006-03-11 18:22:22 +00:00
hira
24759ab517 Remove BROKEN_IN. The installation problem has been fixed. 2006-03-11 14:35:15 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
reed
1d7da8494e Improve COMMENT. 2006-03-11 04:56:48 +00:00
reed
667f8e00fe In the comment at top also mention "pkgsrc". As this could be confusing
for someone not using "netbsd-g++".

(This has been in my pkgsrc since at least July.)
2006-03-11 04:56:17 +00:00
wiz
ba2306a537 Take over maintainership, jmmv@ ok. 2006-03-10 07:35:12 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
jlam
bafe7402ac audio/oss/buildlink3.mk is no more after audio/oss was removed from
pkgsrc.
2006-03-09 20:31:58 +00:00
wiz
d57d8db4da Update to 2.8.14:
Overview of Changes from GTK+ 2.8.13 to GTK+ 2.8.14
===================================================

* Fixed invalid memory access in g_object_sink() from GLib-2.10.0 (in
  combination with GLib-2.10, at least GLib-2.10.1 is required now).

* Bugs fixed:
 320132 Drag cursor position not identical with the drag hotspot
        [Christian Neumair]
 333133 wrong appearance for colour button [Christian Persch]
 321301 ms-windows-engine differences from native GUI - combo boxes
        [Jernej Simončič, Dom Lachowicz]
 333291 Focus line of GtkExpander at the wrong place in RTL mode
        [Benjamin Berg]
 324562 XInput events are at incorrect xy-coordinates [Denis Auroux]
 142536 Wacom pointer offset when using TopY other than 0 [Robert Ögren]
 332985 GtkButton doesn't allow image-only buttons via "image"
        property [Kalle Vahlmann]
 333555 When changing icon of button, icon does not change
 332466 Strange row spacing in GtkIconView when item width is set
        [Donald Straney]
 333363 build_insensitive_pixmap does not check return value
        from gdk_pixbuf_get_from_drawable [Ed Catmur]
 333268 Crash in gnome-program when running a program with an wrong display
        [Paolo Maggi, Christian Persch]
 333377 Cursor does not appear everytime when clicking on the widget
        [Steve Frécinaux]
 323401 blink_cb optimization is not working
 316689 GtkTreeView does not resize correctly [Chris Lord]
 148518 Fix incremental loading of 8-bit pcx files [Magnus Bergmann]

* Updated translations (cy,de,es,nn,pl)
2006-03-09 17:17:52 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
joerg
5fcd61e6a5 Fix typo resulting in incorrect thread detection. Bump revision. 2006-03-08 11:29:50 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
kristerw
513acec188 Regen so that the Mac OS X patch program can apply it. 2006-03-03 18:47:24 +00:00
reed
cd6e5ab6f5 Add the "makesum" info for "mac" version also.
I had to do this manually, since "bmake makesum" removed the "x11"
version.

(I only tested for py-qt3-base.)
2006-03-03 16:33:51 +00:00
reed
cc433fc893 Update download site (previous was missing). 2006-03-03 16:31:19 +00:00
minskim
1ad040705f Update tkman to 2.2. This version is an update for Tcl/Tk 8.4. 2006-03-03 04:03:28 +00:00
minskim
923a1f9248 Make qmake and libtool use the same library versioning. Should have
been done when the pkgsrc libtool versioning was changed.  This
addresses PR pkg/29572.  No recursive bump because the major version
number is not affected by this.

Bump PKGREVISION for qt3-libs and qt3-tools.
2006-03-03 00:53:54 +00:00
joerg
8f98ed0153 Fix AGP GART support on DragonFly. Fix PLIST on DragonFly.
Bump xorg-server revision.
2006-03-02 23:57:14 +00:00
minskim
97ec6f956f Prevent qmake from generating .la files. In pkgsrc, they are taken care
of by libtool.

This fixes PRs pkg/30656 and pkg/32244.
2006-03-02 23:41:55 +00:00
hubertf
f91fa17ccc update xdaemon{,2} to include a netbsd flag logo. Run: xnetbsd-flag{,2} 2006-03-02 22:58:49 +00:00
drochner
b4fec0cb50 readd PLIST entries for OpenGL
qt2-libs didn't spontaneously stop building the OpenGL modules
(how should it, noone changed it) - the failure was caused by MesaLib
forcibly linking against libpthread so that it couldn't be used
by non-threaded programs anymore
added dependency on MesaLib-6.4.2nb1 and bumped PKGREVISION
2006-03-02 21:53:52 +00:00
drochner
9c6c5e4a51 update to 2.12.3
changes: bugfixes, enhancements in appearance, translation updates
2006-03-02 21:11:55 +00:00
drochner
55be639c87 update to 2.6.7
changes:
-bugfixes
-code cleanup
2006-03-02 21:08:30 +00:00
martti
8631c67fb1 I'm no longer using this so reset MAINTAINER. 2006-03-02 10:55:54 +00:00
minskim
2116c63e5f Make the package build on Darwin by forcing to use X11 instead of
Mac OS X's GUI.
2006-03-02 06:45:46 +00:00
minskim
ea79ae43c8 Enable Xinerama support if libXinerama.dylib exists. No PKGREVISION bump
because this package does not build on Darwin yet.
2006-03-01 21:10:55 +00:00
joerg
bbc97ad3db Russian roulette ala Gnome:
- pax-as-tar doesn't understand the "POSIX" headers in this archive
- GNU tar from pkgsrc does
- GNU tar 1.13.25 from DragonFly base doesn't not
- BSD tar from DragonFly does

So let's just use bsdtar as gtar on DragonFly.
2006-03-01 00:18:43 +00:00
adam
17a2508d2b QtUiTools is not installed any more 2006-02-28 18:03:41 +00:00
adam
02f868ef11 Changes 4.1.1:
* Bug fixes and improvements
  (please, read 'changes-4.1.1' for details)
2006-02-28 18:02:47 +00:00
joerg
c9f4cbd071 Fix the build of xorg-server on NetBSD/amd64. Bump revision of
xorg-imake, since the installed files changed.
2006-02-27 22:58:57 +00:00
tron
3471995e97 Remove me as maintainer of this package because I've not used it for ages. 2006-02-27 19:37:51 +00:00
joerg
de6ea9ae43 Try to fix Xorg build breakage on Linux. No feedback received, but
should not break anything.
2006-02-27 18:59:05 +00:00
rxg
23e8180d35 Change the stage to pre-install when remove .orig file. 2006-02-27 13:05:55 +00:00
markd
4d0bab7f91 Patch from kde svn to fix compilation with gcc 2.95. Should fix build
on NetBSD 1.6.2.  Bump PKGREVISION.
2006-02-26 11:46:41 +00:00
rxg
e69d05e1fe Remove setup.py.orig after patch stage. 2006-02-26 08:44:39 +00:00
wiz
e11955db15 Fix pkglint warning. 2006-02-25 13:33:43 +00:00
wiz
c6a646675b Update to 2.8.13:
Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13
===================================================

* Bugs fixed:
 330732 Can't select some items in GtkIconView [Donald Straney]
 330944 gtk_icon_theme_list_icons: example contexts don't work
        [John Spray]
 331097 gnopernicus crashes on changing display screen source
        for magnifier [Oana Serb]
 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg]
 331820 Small error in _gdk_gc_update_context [Matthias]
 331785 gtk.Notebook.get_current_page() returns incorrect page
        number when pages hidden [Sebastien Bacher]
 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake]
 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli]
 331651 GtkRadioButton does not issue notify::active
 332059 Make more use of G_DISABLE_ASSERT in TextView code
        [Arnaud Charlet]

* Updated translations (eu,ka,uk)
2006-02-25 13:32:10 +00:00
adam
2b076ca0c1 Fix includes installation 2006-02-25 09:25:00 +00:00
minskim
34d1440bab Enable Xinerama support if libXinerama.dylib exists.
Bump PKGREVISION.
2006-02-25 03:55:57 +00:00
wiz
c804590006 Use pkginstall fonts framework. Bump PKGREVISION.
Minor pkgdelinting while here.
2006-02-24 21:54:23 +00:00
rillig
e27525a616 Fixed the remaining pkglint warnings. 2006-02-24 14:15:12 +00:00
minskim
a8ae64698b Add link options to have a correct dependency_libs line in .la files
on NetBSD.  This fixes PR pkg/32915.

Bump PKGREVISION.
2006-02-23 23:31:51 +00:00
jlam
e60366d25b Tell the buildlink3 framework where the installed shared libraries are so
that the path isn't automatically stripped out by the wrappers.
2006-02-23 23:17:30 +00:00
tron
990ad28ef5 Use C code instead of dubious inline assembler to fix build problem under
NetBSD 3.99.15 which resulted in an incomplete package installation.
Problem pointed out by Thomas Klausner in private e-mail.

Bump package revision because of this fix.
2006-02-23 15:39:48 +00:00
wiz
1f7ea327ea Use pkginstall font handling. Bump PKGREVISION. Sort PLIST. 2006-02-22 21:02:15 +00:00
wiz
02db3057cf Add missing file+dir to PLIST. Bump PKGREVISION. 2006-02-22 21:01:24 +00:00
wiz
5e920439d4 Add missing file+dir to PLIST. Bump PKGREVISION. 2006-02-22 21:00:32 +00:00
wiz
7741bb341a Add missing files+dir to PLIST. Bump PKGREVISION. 2006-02-22 20:59:58 +00:00
wiz
a4021e7ddb Add missing files+dir to PLIST. Bump PKGREVISION. 2006-02-22 20:58:43 +00:00
wiz
a41bf2b7b2 Add missing file+dir to PLIST. Bump PKGREVISION. 2006-02-22 20:58:01 +00:00
adam
4da021ef43 Added qt4[-docs,-libs,-tools] 4.1.0 2006-02-20 12:11:00 +00:00
adam
cb47d1d9ff Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications.

Qt is written in C++ and is fully object-oriented. It has everything you need
to create professional GUI applications. And it enables you to create them
quickly.

Qt is a multi-platform toolkit. When developing software with Qt, you can run
it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
Simply recompile your source code on the platform you want.

Qt cuts down the complexity in implementing large and complex systems. Its
ingenious signal-slot technology enables true component programming.
2006-02-20 12:07:12 +00:00
schwarz
4b57e7ac0e added patch for systems (such as IRIX 5) which do not define MAP_FAILED 2006-02-19 01:40:26 +00:00
schwarz
63718136de make libxfce4util compile with SGI IDO compiler used with IRIX5 2006-02-18 20:43:00 +00:00
joerg
ee59760995 Don't use hard-coded -lpthread for pthread detection, but PTHREAD_*.
Ride on last revision bump.
2006-02-18 14:25:03 +00:00
joerg
ee2861051f Convert to libtool. Shared theme modules are named foo.theme.so by
default, but foo.theme is tried afterwards as fallback. Bump revision.
Discussed with jlam@
2006-02-18 14:07:54 +00:00
joerg
a9de3f4c61 Include sys/types.h before other sys/ headers for DragonFly. 2006-02-18 14:06:21 +00:00
adam
72be7ecce4 Enable STL (auto) + revision bump 2006-02-17 23:24:17 +00:00
martti
fcf951a43d Fixed warnings found by pkglint -Wall. 2006-02-17 07:55:57 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
joerg
6bd48df230 Has BROKEN_GETTEXT_DETECTION. 2006-02-16 18:10:42 +00:00
wiz
387183aeac Do not remove share/aclocal, it's in the *dist files. 2006-02-16 18:09:27 +00:00
yyamano
265a3861e4 Install gallery images, help files and lunar db.
Apply patches provided by Mark E. Perkins to fix PR/32810.
2006-02-16 15:15:18 +00:00
drochner
c46dda5db8 update to 0.11.18
changes:
-bugfixes
-performance improvements
2006-02-15 18:03:29 +00:00
adam
ae6559f0c8 Changes 2.8.3:
* gtkmm.h: Include menutoolbutton.h and tearoffmenuitem.h.
* Container: Avoid crash when connecting to the remove signal.
* TreeView: Commented-out uses of g_assert() in header to avoid
  warning that the statement has no effect
* Win32: Enable Plug and Socket classes
2006-02-14 22:05:44 +00:00
joerg
4490127acb Fix race condition in xdm's Xsession. From PR 32804. 2006-02-14 16:10:40 +00:00
joerg
a7bb5f0ff3 Don't hard code path to xorg/bin/xterm, just expect it in PATH.
This affects startx, xinitrc and xdm. Bump revision.
2006-02-14 15:54:55 +00:00
wiz
46a7c82b09 Update to 2.8.12:
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11
===================================================

* Avoid memory overruns in the pixbuf theme engine
  with nonsensical gradient specifications.  [Matthias]

* Bugs fixed:
 326003 Cursor doesn't move as expected [Evert Verhellen]
 326806 Segfault from combination of gtk_container_set_resize_mode()
        and GtkComboBox [Sebastien Bacher]
 327751 segfault in update_cursor on amd64 [Ryan Lovett]
 327538 eog crashes at launch under AIX [Christophe Belle]
 153213 "~" should bring up the location dialog [Dan Winship]
 327934 gtk_text_layout_get_cursor_locations() chokes on
        layout=0x0 [Christian Kirbach]

* Documentation improvements [Federico Mena Quintero]

* Translation updates (es,pt_BR,zh_HK,zh_TW)
2006-02-13 19:14:04 +00:00
xtraeme
507463550b Joerg Sonnenberger will be the maintainer. 2006-02-12 15:29:17 +00:00
xtraeme
b36bf56512 ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
2006-02-12 15:24:14 +00:00
wiz
9c73cd1b44 Update to 2.12.3:
===============
Version 2.12.3
===============

  Misc

	* Fix .desktop file (Vincent)

  Translators

	* Luca Ferretti (it)
2006-02-11 18:13:28 +00:00
rxg
3a857a0baf Add & enable rox-session. 2006-02-11 16:14:23 +00:00
rxg
22785c65a4 Intial import rox-session-0.1.25.
Very simple session manager for ROX.
2006-02-11 16:12:25 +00:00
rillig
19d608b96f Fixed some pkglint warnings. 2006-02-11 10:58:41 +00:00
tron
707bcb58d4 Remove conditional include of "x11/Xrender/buildlink3.mk" under Linux
because the file is included unconditional later anyway.
2006-02-10 12:59:47 +00:00
drochner
6bf3a8e2f7 remove explicite setting of BUILDLINK_DEPMETHOD.qt3-tools; we get
a runtime dependency through py-qt3-base anyway
2006-02-10 10:59:36 +00:00
drochner
ce5d6a4b16 clarify that we need a runtime dependency on qt3-tools
(this also means that everything using py-qt gets this runtime dep
implicitely, no matter what the Makefile does to BUILDLINK_DEPMETHOD)
2006-02-10 10:45:02 +00:00
drochner
daec5a2a80 also require glibmm>=2.8.0 2006-02-08 18:53:44 +00:00
drochner
16bad37d53 update to 2.12.3
changes:
-bugfixes
-translation updates
2006-02-08 18:41:11 +00:00
joerg
e312380412 xservers is free-standing, so don't bother checking if system X11 is the
same version or using USE_X11 at all, esp. since the latter can add an
unwanted dependency.
2006-02-08 15:20:49 +00:00
tron
d7aeb0c6b6 This package only needs "USE_X11" and not "USE_X11BASE" because the
installation directory is patched manually and it uses its own
"imake" utility.
2006-02-07 22:37:38 +00:00
drochner
9b28af3b48 update to 2.12.3
changes: bugfixes
2006-02-07 21:28:32 +00:00
drochner
b4d2cb7f99 update to 2.8.4
changes:
-Split out gobject wrappers
-Bug fixes
2006-02-07 21:27:28 +00:00
markd
a6321a55cc Fix build on Solaris. 2006-02-07 10:06:53 +00:00
rpaulo
64da8bf0b6 Update to version 2.4:
- much better i18n, slightly inefficient and probably
          not perfect, but cna be used to convert between a lot of apps
          who have their own problems (mozilla, netscape, lyx...)
        - properties are now being initialized properly.
2006-02-06 12:13:09 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
ff3be2103b Update to 7.5:
7.5  Tue Jan 31 15:15:43 CET 2006
        - further improvements to the careful mode detection, and font width
          detection:
          - fully double-wide fonts will now be correctly treated,
          - overlap detection was improved.
          - detect totally broken fonts (usually synthesized by xft).
          - careful mode forced refresh sometimes clashed with blinking,
            causing unnecessary screen redraws.
        - better handling of XFT combining characters.
        - enable antialiasing for some replacement fonts, as they
          might get used for other encodings which really need it, later.
        - remove spacing=100 from all default fonts, as this creates totally
          weird spacing (5 times normal) with xft.
        - removed iso10646 fallback, as xorgs iso10646 encoded fonts are mostly
          broken.
        - removed gnu unifont fallback, all combining characters are broken.
        - replace named colours by xorg's rgb.txt equivalents, to
          reduce round trip time on startup, and short-cut allocation
          of rgb:rr/gg/bb for xft.
        - short-cut allocation of rgb values in the xlib case
          (patch by Paco-Paco).
        - overhauled color management: smaller codesize, alpha support.
        - support "rgba:rrrr/gggg/bbbb/aaaa" color specifications and
          an "[alpha]" prefix.
        - try to work around Xft and Xrender forcing everything to be 100%
          transparent. Long Live Xft!
        - do not include X11/Intrinsic.h anymore, directly use
          Xlib/Xutil/Xresource directly.
        - try to find a nearest matching color when color allocation fails
          on a pseudocolor screen.
	- SYNCCVS: compared to rxvt-cvs 2006-01-28, no relevant changes.
        - fix version report (DA) (which was unfortunately broken).
        - changed version number report again, now to emulate xterm closer.
        - added the OSC sequence 702 to detect the urxvt version number.
        - small configure updates.
        - further RTT optimisations.

7.4  Sat Jan 28 15:26:27 CET 2006
	- screen background wasn't always erased properly when scrolling,
        - re-enabled clearing optimisation disabled in 7.4pre.
        - small configure updates for libptytty.
        - fixed version options: line output.
	- removed stoopid debugging message left in the code.

7.3  Wed Jan 25 22:47:35 CET 2006
        - don't let iso14755 or mouse reporting get into the way of perl
          (could lead to global grabs never being cleared).
        - experimental OnTheSpot editing support (-pe xim-onthespot).
        - moved Shift-Button2 paste combination to Meta-Button2.
        - the cutchars resource will now be respected and used by the
          selection extension.
        - added the "remote-clipboard" extension which just runs external
          commands to fetch and store the selection data.
        - added -depth switch that tries to get a different visual depth
          than the default (replaces the old PREFER_24_BIT logic).
        - removed (unused) arabic presentation form composing sequences.
        - be more strict when deciding that a core font glyph is too wide and
          needs the careful rendering mode.
        - allow more leeway for italic fonts when deciding that a character is
          too wide and needs careful mode.
        - redraw even more characters around characters using careful mode.
        - made selection-pastebin fully asynchronous.
        - reduced number of server turnarounds at startup by allocating
          atoms only once per display.
        - renamed on_keyboard_command to on_user_command.
        - changed version sos (ESC [ > c) response to be more compatible with
          xterm.
2006-02-04 11:12:55 +00:00
wiz
6bab4d93be Add Attic/ directory to MASTER_SITES, since the program
updates quite often, and ftp.NetBSD.org is not always fast enough in
getting a distfile. Addresses PR 32725 by Robert Elz.
2006-02-04 10:47:50 +00:00
abs
0f960b00b7 move PKGNAME= to before .include "../../mk/bsd.prefs.mk" so mk.conf can determine package 2006-02-03 10:08:14 +00:00
wiz
1f2e28d267 Reset maintainer on his request. PR 32699. 2006-02-03 00:58:25 +00:00
markd
15241a5942 USE_TOOLS+= pkg-config. Fixes PR 32696 from Chapman Flack. 2006-02-02 09:16:44 +00:00
joerg
f6c1570761 Fix sysmouse handling on DragonFly, mostly garbage arrived. Thanks for
Simon Schubert to point out the right file.
Fix ATI driver option to not include the theatre module, if disabled.
Shown by Robert Sebastian Gerus during testing of the first fix.
Bump revision of xorg-server.
2006-02-01 20:21:59 +00:00
markd
3b1781af65 Fix display of NetBSD device info in the KInfoCenter. (Reads
/var/run/dmesg.boot and was stopping at first blank line rather that EOF)
Bump PKGREVISION.
2006-02-01 12:36:25 +00:00
markd
44f169aa23 Update to KDE 3.5.1 2006-01-31 23:08:47 +00:00
markd
d6801624b1 Update to KDE 3.5.1. 2006-01-31 22:27:20 +00:00
markd
f925a30d31 Update to KDE 3.5.1
Changes:
* man KIO slave
  o  fix processing of URLs in man documents
  o  allow comment lines after a .TP request
* Konqueror
  o 2 Tools menus when embedding KPDF in Konqueror
* KDesktop
  o Fix initializations for desktops >4 when using DCOP calls.
* Konsole
  o Update blue/red icons to be more distinguishable.
  o The history options (line #/enabled) are now used in the profiles.
* Kwin
  o Incorrectly restored window geometry upon leaving fullscreen mode
    under certain circumstances
2006-01-31 22:25:32 +00:00
markd
933e533963 Update to KDE 3.5.1
Changes:
* Improved performance under some conditions on the networking classes.
* (KIO-slave http): Work around Apache2 DAV module's insistence on
  trailing slashes at the end of requests on directories.
* (KIO-slave kfile): enabling of the normal permission dialog takes
  effect only after closing after doing changes on acl
* (KIO-slave kfile): problems with changing permissions in the mask
  entry
* KDirWatch: KDirWatch stopDirScan affects outside KDirWatch instances
  also.
* KCrash: Make KCrash more rebust (eg. in malloc())
* Mimetype detection: add more "magic" patterns to recognise shell
  scripts
* KJS: avoid buffer overflow on decoding utf8 uri sequences.
* Kate
  o Wrong syntax highlighting chosen for filetype
  o Clear selection when closing a document.
  o Text-files displayed in konqueror are saved with 0 bytes.
  o Backspace key does not work when shift key is held
  o PicAsm highlighting is missing IORWF, RLF, RRF
* Kicker
  o Turning off tooltip doesn't work
  o Don't crash on logout.
  o app started by kmail does not show in kicker
* KDesktop
  o Desktop icons move down at each login due to child panel at top
    of screen
* KHTML
  o Performance improvements:
    o Add caching for getElementById
    o Much faster appending of options to selects, and clearing of
      selects
    o Simplify dirty region computation, to speed up cases of lots of
      small updates
    o Small improvements in efficiency of URL handling in image loader
  o Match other browsers and not the DOM on behavior of getAttribute
    with non-existent attributes. Fixes reply buttons on Yahoo mail
  o Hidden field is not sent (Fixing OSNews.com)
  o Konqueror consumes all memory when printing specific web page
  o Do not lose server-specified encodings when going back in history
  o Make behavior of named objects access under document more consistent
    with other browsers
  o Various crash fixes
  o JavaScript debugger more reliable
  o Support window.scrollX, window.scrollY,.click on anchors
  o behave sanely for Roman counters > 4000
  o Optimize appends and clears to/of selects via explicit APIs.
* KDEUI
  o Set default parameter in KRandomSequence to 0 instead of 1 for
    randomness if no seed is provided
2006-01-31 22:20:41 +00:00
joerg
5427921468 Option freetype needs Xft2, not freetype. Fix buildlink reference.
Install xterm setuid root on DragonFly, needed for tty permission change
and utmp. Bump revision.
2006-01-31 11:44:53 +00:00
joerg
0d4efa2adf salo@: not every install can handles multiple directories (e.g. Solaris),
so create them one at a time.
2006-01-30 14:06:14 +00:00
rxg
d617a37679 Add & enable rox-wallpaper. 2006-01-29 17:55:55 +00:00
rxg
ab7cccba70 Initial import rox-wallpaper-2.0.
Setting the backdrop for ROX.
2006-01-29 17:54:13 +00:00
wiz
771ffad4f6 Update to 2.8.11:
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11
===================================================

* Avoid memory overruns in the pixbuf theme engine
  with nonsensical gradient specifications.  [Matthias]

* Bugs fixed:
 326003 Cursor doesn't move as expected [Evert Verhellen]
 326806 Segfault from combination of gtk_container_set_resize_mode()
        and GtkComboBox [Sebastien Bacher]
 327751 segfault in update_cursor on amd64 [Ryan Lovett]
 327538 eog crashes at launch under AIX [Christophe Belle]
 153213 "~" should bring up the location dialog [Dan Winship]
 327934 gtk_text_layout_get_cursor_locations() chokes on
        layout=0x0 [Christian Kirbach]

* Documentation improvements [Federico Mena Quintero]

* Translation updates (es,pt_BR,zh_HK,zh_TW)
2006-01-28 23:06:37 +00:00
rillig
88967cb916 Added a patch for MIPSpro. 2006-01-28 02:54:32 +00:00
wiz
2700f13074 Update to 7.2:
7.2  Sun Jan 22 21:58:16 CET 2006
        - bugfix: urxvt (not urxvtd) did not correctly handle multiple
          environments necessary, which resulted in segfaults within
          getenv (reproducable: urxvt -fn 9x15, open a menu once,
          ctrl-shift-672c).
        - bugfix: the selection speedup in in 7.1 unfortunately caused
          non-ascii characters to enlarge/move the selection.
        - bugfix: resizing sometimes leaked lines from the secondary to
          the primary screen.
        - bugfix: reducing window size while large amounts of text were output
          could lead to an assertion failure.
        - added "tabbed" extension that provides a crude tabbed terminal.
        - added "readline" extension that allows cursor positioning
          via mouse clicks.
	- now it is possible to insert the value of the CLIPBOARD selection
	  with shift - mouse button 2.
        - fixed the automove-background extension to ignore coordinates
          in non-synthetic events.
        - created a separate libpty for portable and secure
          pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
        - the non-terminfo visual bell now works asynchronously, so
          continuous ASCI BELs in one terminal do no longer monopolise the
          whole urxvt[d] process.
        - support some *BSD makes (for the time being, gnu make is a safe bet).
        - work around bugs in FreeBSD's gcc.
        - implemented some *BSD fixes in configure.
	- removed support for obsolete offix dnd protocol.

7.1  Thu Jan 19 20:25:34 CET 2006
        - setuid/setgid operation is now _encouraged_: security has been
          improved by moving privileged operations into a separate process
          and permanently dropping privileges within the terminal. This
          makes it possible to remove security checks from the perl code
          and gives a much safer feeling when urxvt needs to run with
          special privileges.
        - perl taint checking disabled, as urxvt no longer runs setuid/setgid
          itself.
        - new perl extension automove-background that can be used to get
          the same effect as pseudo-transparency with any pixmap.
        - new perl extension example: perl/selection-pastebin, can be used to
          e.g. upload the selection to a webserver and generate a url, or
          similar stuff.
	- use the scrollback buffer even when the scroll region doesn't
          span the whole screen, as long as it starts at row 0. Helps
          for programs displaying a status line at the bottom.
	- selection popup now shows selection in dec/hex/oct.
        - perl/selection: matching on unicode characters in the selection
          code was O(n²), which equals infinity in some degenerate cases
          :-> Matching is now done on UTF-8, which makes it almost instant.
        - perl/selection, perl/selection-autotransform: regexes are now
          being interpreted in the locale urxvt was started.
        - implemented override-redirect option and enabled it on menus,
          as kwin puts our windows behind the terminal (what a shoddy wm).
        - fixed struct utmp check in configure for OpenBSD.
        - complete overhaul of the pty/utmp management stuff and configure
          (Emanuele Giaquinta).
	- add tsl/fsl and related capabilities to the terminfo description,
          to set the window title.
        - swap the environment in some more cases. This hopefully fixes
          some segfaults that might be caused by xft asking for env variables
          at the wrong time.
        - removed src/strings.C and src/menubar.C. No menubar support
          anymore.
        - removed all traces of SMOOTH_REFRESH.
        - nuked QNX support.
        - made some fixes to xpm offset and scaling code.
        - perl-overlays and refresh hooks were not applied in correct order.
        - changed coordinate-system of view_start/nsaved to be top to bottom.
        - iom extended to support listening for child exits.

7.0  Fri Jan 13 14:02:18 CET 2006
	- added sections for DISTRIBUTION MAINTAINERS and about
          SETUID/SETGID to the FAQ.
        - selection, searchable-scrollback, selection-popup and
          option-popup extensions enabled by default.
        - increased xft drawing speed for problematic fonts. The effect
          will likely be small as 99% of the xft slowness is server-related.
        - perl: much increased functionality, better overlays, popup support
          and much much more.
        - perl: urxvt::line now can set via ->t and ->r.
        - perl: changed interpretation of --perl-ext-common and -pe.
        - perl: finally implemented --perl-eval.
        - perl: non-blocking anyevent support.
        - perl: run tainted and ignore perl-eval/perl-lib if started
          setuid/setgid.
        - free the resource database: this plugs a massive memory leak. As a
          side effect, it also gets rid of XGetDefault calls.
        - free one of the cursors, fixes a small memory leak.
        - built-in (as opposed to terminfos) visual bell was broken/too fast.
        - applied minor cleanups by Ladislav Michnovic.
        - applied pty handling cleanups and improvements (Emanuele Giaquinta).
        - mark-urls launch-on-click by jepler.
        - removed "small" resource parsing function, as it wasn't really
          compatible, and not really small either.
        - removed PATH_ENV and PATH file search support.
        - removed support for locale-specific app-defaults file.
        - fixed a bug where out-of-bounds colour sequences could lead
          to crashes.
        - limit colour changing to the standard 88 palette instead of all
          colours.
        - XTerm_Color01 sequence returned wrong results in query mode.
        - iom.C now checks against destructed io_manager when unregistering.
2006-01-25 19:48:39 +00:00
xtraeme
27ca65df56 Update to 1.103:
Overview of changes in Gtk2 1.103
=================================

* Depend on Glib 1.103 for the new object registration semantics. Make use of
  them.  [Torsten]

Overview of changes in Gtk2 1.102
=================================

* Handle unknown event types gracefully.  [muppet]
* Improve some of the Gtk2::Gdk::GC API and fix a leak in Gtk2::Gdk::Pixbuf.
  [Marc Lehmann]
* Fix a few test suite issues.  [Scott Lanning, Torsten]
2006-01-25 11:49:33 +00:00
joerg
061c8ab1ab Has BROKEN_GETTEXT_DETECTION. 2006-01-24 20:21:56 +00:00
jmmv
cbd94f8c48 Remove a blank line from a .po file that is breaking the build according to
the bulk build results.  I hope that this fixes it (the patch was removed
during the update...).
2006-01-24 19:43:50 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
joerg
0eb0b53de0 Bump revision for now working wheel mouse support in DragonFly. 2006-01-23 22:55:16 +00:00
joerg
0227f4c84f Fix two more issues of FreeBSD leftovers/missing DF support in
xorg-server.
2006-01-23 22:54:44 +00:00
joerg
9af4976e6a From the "Did-anyone-ever-try-this-at-all" department:
Give up with trying to find ingenious ways to ensure that the
version expression gets correctly quoted to cc, it somehow differes
between direct invocations and runs from pkgsrc. Just hard-code the value
for now.
2006-01-23 21:13:16 +00:00
joerg
7f438a219d Has BROKEN_GETTEXT_DETECTION. 2006-01-23 17:08:46 +00:00
hira
afd6fa6ac4 Fix installation error seen in bulk build.
Tested on NetBSD/i386 3.0_STABLE.
2006-01-23 14:39:55 +00:00
wiz
d5fb1f092f Update to 1.1.7, ok jlam@:
FLTK 1.1.7 fixes many bugs, adds some new example programs, and
adds many new improvements to the FLUID software including
multi-level undo, syntax highlighting in all code fields, widget
alignment and sizing guides, dialog templates, widget subclasses,
and printing and testing of user interfaces within FLUID.
2006-01-22 11:11:34 +00:00
joerg
c6ec013fe3 "install -dc foo bar" doesn't copy foo to bar, it creates two directories
foo and bar. On NetBSD, it doesn't matter whether foo already exists or
whether it is a directory, so the passed flags just created a bunch of
garbage directories. Since I don't want to patch a dozen Makefile.ams to
avoid the nobase usage, just precreate the directories in pre-install.
Bump revision.
2006-01-22 04:13:33 +00:00
joerg
71dfeb49cc No need to declare FILES_SUBST_SED anymore. 2006-01-22 01:00:44 +00:00
joerg
5dc881fc03 Use INSTALL_EXTRA_TMPL / DEINSTALL_EXTRA_TMPL instead of manually
messing with the scripts.
2006-01-22 00:48:02 +00:00
tron
5ce377c524 Add missing entry "bin/xgclock" and really bump package revision. 2006-01-21 05:05:15 +00:00
hira
46538ac287 Add missing entry to PLIST. Bump PKGREVISION. 2006-01-21 04:13:07 +00:00
hira
7b08cb4a5a Add missing entries to PLIST. Bump PKGREVISION. 2006-01-21 04:08:23 +00:00
reed
f5666a26c9 Resort some entries in the generic area at top (before "begin darwin")
and a few directories at bottom (after "end i18n").

No real changes. (Just did this so I can compare easier later.)
2006-01-20 23:13:32 +00:00
adam
04686a9f3a pkglint cosmetics fixed 2006-01-20 23:10:21 +00:00
xtraeme
93888253ec Make xorg-clients build on FreeBSD. Patch sent by Anders Nor Berle. 2006-01-20 17:53:32 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
jmmv
1c7b1830f9 Update to 0.12.2:
* Fix for serious update bug which made high magnification factors work
  poorly.

* Fix for #167705, which improves our tracking of cursor changes.
2006-01-20 13:46:46 +00:00
jmmv
a4777e720f Update to 2.8.0.7:
2.8.0.7 stuff:

- Changes to peeking VT freeness in 2.13.0.1 broke
  virtual terminal support on BSD.  This release
  corrects this problem.  (Brian Cameron)

- Correct Linux get VT logic so it returns the
  correct VT.  (Frederic Crozat)

- Now gdmlogin always uses GDK_RGB_DITHER_MAX
  when painting the background to ensure a nice
  background regardless of X configuration
  (e.g. X in 16bpp mode).  (Frederic Crozat)

- Now check for Xserver in prefix /usr.
  (J\303\274rg Billeter)

- Fix configure for Darwin.  (dmacks@netspace.org)

- Fix compiler warnings. (Frederic Crozat,
  dmacks@netspace.org, Brian Cameron)

- Ensure gnome.desktop and default.desktop have
  644 perms.  (Andrew Benton)

- Translation updates (Takeshi AIHANA, Runa Bhattacharjee,
  Dan Damian, Theppitak Karoonboonyanan, Inaki Larranaga,
  Priit Laes, Roozbeh Pournader, Alexander Shopov, Marcel
  Telka, Miloslav Trmac)

2.8.0.6 stuff:

- Fix problem with PostSession script not always
  getting executed when user kills the Xserver
  with ctrl-alt-backspace.  This is caused because
  an xioerror is generated when the clients are
  killed and this needs to be ignored for the
  PostSession script to be processed.  This problem
  tended not to manifest in GDM 2.6 since the
  call to kill the clients was made earlier.
  However, it was still a race condition in 2.6
  and this fix ensures that the slave will never
  exit too early.  (Jerry G. DeLapp)

- The "OK" and "Cancel" buttons in gdmlogin and
  gdmgreeter now work consistantly.  Now the gdmlogin
  "Cancel" button is active when the Username is
  requested and pressing it just clears the field, so
  it works like gdmgreeter.  Also fixed a bug in
  gdmgreeter where a user could corrupt gdmgreeter's
  memory by hitting cancel after authentication, which
  could only happen if the PostLogin script caused a
  long enough delay to allow this to happen.
  (Brian Cameron)

- No longer set tooltips for menu items in gdmlogin.
  They are distracting and do not work with
  accessibility.  No GNOME programs use menu tooltips
  and it is not recommend.  (Brian Cameron)

- If slave does not respond to a SIGTERM, try a
  SIGKILL the second time.  This resolves a problem
  where GDM sometimes stops managing a display
  because it just keeps waiting for the slave to
  die.  See bug #113902.  (Vaclav Smilauer).

- GDM now uses VT_GETSTATE for peeking VT freeness

- Now GDM warns correctly about caps lock if an
  alternate keymap is enabled.  kbGetState is used
  instead of XkbGetIndicator State.
  (Sebastien Bacher)

- Now set cursor and watch as soon as GTK+ is
  initialized and the configure file read, which
  shortens the amount of time the backgrounds is
  Xserver default grey.  Cleaned up the code so
  that all programs use a common function to set the
  background.  (Brian Cameron)

- Fix reading of config file in gdmflexiserver so
  it properly reads in the available servers.
  (Christiaan Welvaart)

- Fixed race condition where a variable used by
  the signal handlers was not being set until after
  the signal handlers were setup.  Now it is set
  before avoiding a race.  (Simon Bowden/Brian
  Cameron)

- Define SoundProgram to be /usr/bin/autoplay on
  Solaris instead of /usr/bin/play, since
  /usr/bin/play doesn't exist on Solaris.

- Check for XInput fixed in configure and add a
  check for libgen.h to avoid compiler warnings.
  (Brian Cameron)

- Updated check in configure for socklen_t so it
  includes sys/socket.h to better support BSD
  platforms that define socklen_t there.
  (dmacks@netspace.org)

- No longer link vicious-extensions with the gesture
  listeners, since they don't use vicious-extensions.

- Translation updates (Takeshi AIHANA, Runa Bhattacharjee,
  Dan Damian, Maxim Dziumanenko, Laurent Dhima,
  Theppitak Karoonboonyanan, Priit Laes, Inaki Larranaga,
  Roozbeh Pournader, Ignacio Casal Quinteiro, Christian
  Rose, Ivar Smolin, Marcel Telka, Ilkka Tuohela, Miloslav
  Trmac)
2006-01-20 13:33:19 +00:00
jmmv
ae5db72e4b Update to 2.12.2:
This is the second maintainance release of GNOME Applets, marked for stable
consumption. Caution: small parts my be hazardous to young children.

Fixes:
 - Build fixes in libgswitchit and trashapplet (Laszlo Peter)
 - Build fixes for stickynotes (Kjartan Maraas)
 - certain icons in drivemount no longer exploderize the panel (Michael Hofmann)
 - Compiler specific rounding fixes for mixer (Ronald S. Bultje)
 - Fix stickynotes crashers (Jaap A. Haitsma)

Translations:
 - bg (Alexander Shopov)
 - fr (Laurent Bigonville)
 - nl (Wouter Bolsterlee)
 - eu (Inaki Larranaga)
 - et (Ivar Smolin)
 - sv (Christian Rose)
 - bn (Mahay Alam Khan)
 - fa (Masoud Ahmadzadeh, Meelad Zakaria)
 - th (Theppitak Karoonboonyanan)
2006-01-20 13:32:21 +00:00
jmmv
49a8736883 Update to 2.12.2:
Panel

	* Remove useless code (Kjartan)
	* Don't change the drawer icon if the icon gconf key changed but we're
	not using the icon (Kjartan)
	* Plug leak (Kjartan)
	* Don't set the background multiple times on startup (Vincent)

  Misc

	* Fix gnome-desktop version requirement (Frederic Crozat)

  Translators

	* Vladimir Petkov (bg)
	* Runa Bhattacharjee (bn)
	* Ivar Smolin (et)
	* Elnaz Sarbar (fa)
	* Takeshi AIHANA (ja)
	* Reinout van Schouwen (nl)
	* Christian Rose (sv)
2006-01-20 13:32:01 +00:00
jmmv
6d0b86553d Update to 2.6.6:
* Applied cleanups and fixes for compiler warnings from bug #321140 to
  Clearlooks, Crux, HC, Metal, Mist, Redmond and Thinice engines [ patches by Kjartan Maraas ]
* ISO C90 and compiler warnings fixed and more unused code removed from Crux [ Thomas Wood ]
* ISO C90 fixes to thinice [ Thomas ]
2006-01-20 13:31:16 +00:00
tron
eb40cb2a7f Add missing file "share/xlock/xglockrc" to package list for the
"xlock" package, bump package revision.
2006-01-20 13:15:45 +00:00
markd
097355278e Add option to build with PAM. 2006-01-20 03:44:09 +00:00
markd
a030ce944c kjs heap overflow fix.
http://www.kde.org/info/security/advisory-20060119-1.txt
Bump PKGREVISION.
2006-01-19 23:22:29 +00:00
joerg
44ad4cb601 xterm is not part of xorg-clients anymore, so remove it from the
description, but annotate where it can be found.
2006-01-19 22:56:20 +00:00
joerg
59caa45b95 Update to xterm patchset 208.
Changes include lastlogx support on NetBSD, portability fixes e.g. for
openpty and bugfixes.
2006-01-19 20:23:33 +00:00
joerg
4ad6b64c40 Revive patch-bc (updated) and patch-bl. The former gets the correct
readdir and getpwuid handling for DragonFly, avoids the mouse problems
due to use of floating point math in a signal handler (xorg-server).
2006-01-19 00:59:27 +00:00
joerg
ee35772fb5 Revive former patch-am to get proper shared library names on DragonFly. 2006-01-19 00:30:55 +00:00
xtraeme
94dbc0f920 Update meta-pkgs/xorg to 6.9.0.
The full list of changes:
http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html

Thanks to joerg@ and reed@ for testing on DragonFlyBSD.

Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
2006-01-18 23:53:05 +00:00
jmmv
9b18662346 Add and enable gst-plugins0.10-x11. 2006-01-18 15:49:00 +00:00
jmmv
800cc08238 Initial import of gst-plugins0.10-x11, version 0.10.1:
This package is part of the 'base' plugins for GStreamer.  It provides a
set of plugins to access the X Window System.
2006-01-18 15:48:19 +00:00
jmmv
9cea83e7fa Adjust dependencies after the renames of gstreamer, gst-plugins and
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*,
respectively.  Bump PKGREVISION.
2006-01-18 12:55:55 +00:00
adam
8e060caa1e Changes 0.10.2:
The Backend can set UTF8 window titles where this is allowed.
2006-01-17 07:42:41 +00:00
adam
0507432a74 Changes 0.10.2:
Mostly bug fixes.
2006-01-17 07:40:02 +00:00
adam
36aff7b87b Changes 8.4.12:
* Repeated [namespace import] of same command now permitted.
  * ${prefix}/share added to ::tcl_pkgPath on some systems.
  * [exec]'s >> redirection has improved append behavior.
  * [info globals] returned only existing variables.
  * Recognize some Solaris variations of the cp1251 encoding.
  * Addressed [file mkdir] race condition.
  * Support opening >2GB files on RHEL 3.
  * Corrections to $argv formatting when [encoding system] is multibyte.
  * http 2.5.2: Update URL encoding rules to RFC 3986.
  * Fixed issue in recursive file delete with NFS lock files.
  * Stopped crash after use of Tcl_TraceCommand().
  * Win NT/XP: support unicode console.
  * Improved support for Tclkit to set [encoding system].
  * Added Korean timezone abbreviations.
  * Windows: exit codes can now exceed -128..127 range.
  * [load] support on LynxOS.
  * Packages with incorrect index scripts now cause a warning to be logged.
        *** POTENTIAL INCOMPATIBILITY ***
  * [lsearch -regexp] now accepts backrefs in the RE.
  * [selection get] made compatible with OpenOffice.org.
  * Dialog support for widget names containing spaces.
  * Improved Tk window manager event interaction on OS X Aqua.
2006-01-16 14:47:35 +00:00
adam
4eb258e754 Changes 2.8.2:
* Gdk::Window::set_cursor():
  Avoid leaking an extra Cursor instance.
* Build:
  - Correctly find gmmproc on 64-bit systems.
  - Optionally don't build the documentation, for
  people in a hurry.
  - Windows: Check for mkifofs().
  - For reduced-resources devices, optionally allow deprecated
    API to be left out of the library.
* Documentation:
  - Generated Since and Deprecated lists of API.
  - Improved Expander documentation.
  - Corrections to DrawArea chapter in book.
2006-01-16 14:24:21 +00:00
minskim
0f411af8bf Add ruby-gnome2-panelapplet. 2006-01-15 16:46:39 +00:00
minskim
7d8ed7e589 Import ruby-gnome2-panelapplet from pkgsrc-wip. Packaged by dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/PanelApplet2 is a Ruby binding of libpanel-applet-2.6.x.
2006-01-15 16:44:46 +00:00
minskim
7ad94e0cfd Add ruby-gnome2-gnome. 2006-01-15 16:38:19 +00:00
minskim
b91c91604c Import ruby-gnome2-gnome from pkgsrc-wip. Packaged by dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GNOME2 is a Ruby binding of libgnome/libgnomeui-2.x.
2006-01-15 16:35:36 +00:00
minskim
b9b8fddc4b Do not set BUILDLINK_DEPMETHOD of ruby-gnome2-pango to "build",
because its files are required at run time by other packages depending
on it.  Patch from dieter Roelants in PR pkg/32518.

Bump PKGREVISION of ruby-gnome2-gtk due to dependency change.
2006-01-15 16:20:12 +00:00
minskim
319491571f Use RUBY_SITEARCHLIBDIR and RUBY_DLEXT in PLIST to build on more platforms.
Patches from dieter Roelants and Takahiro Kambe.
2006-01-15 16:12:55 +00:00
wiz
f1e9895814 Remove unnecessary hunk, in the hope it improves the situation on Darwin. 2006-01-15 12:20:14 +00:00
joerg
948429970f Add a freetype option for whoever wants it. 2006-01-13 17:54:44 +00:00
wiz
b040c878f6 Update to 6.3, provided by Leonard Schmidt in PR 32510.
Add perl to TOOLS, since configure stops if it's not found.

6.3  Wed Jan  4 22:37:10 CET 2006
- SECURITY FIX: on systems using openpty, permissions were
  not correctly updated on the tty device and were left as
  world-readable and world-writable (likely in original rxvt,
  too), and were not restored properly. Affected are only
  systems where non-unix ptys were used (such as most BSDs, not
  GNU/Linux). (found, patched and debugged by Ryan Beasley).
- meta8 support was forcefully enabled in most configurations.
  restored configurability of this (useless) feature (reported
  by Mikachu).
- optionally embed a perl interpreter, which can be used for more
  intelligent/customized selection support, visual feedback,
  menus, tabs etc. See the the urxvtperl manpage, the -pe option,
  perl*-resources and keysym resources. Not everything is there yet.
- try to be more clever about differing font sizes and their ascent.
  Not guarenteed to work, but works better in most cases now.
- fix directory permissions on install.
- implemented option to disable built-in line drawing characters
  and fall back to the font ones (patch by Martin Pohlack).
- disabled sched_yield support: the linux version is just too useless
  (it schedules nice'd processes before the own one for extended
  periods). Too bad, it could reduce system time by a factor of 5 here.

6.2  Mon Jan  2 16:03:01 CET 2006
- implemented intensityStyles option which enables/disables bold/blink
  selecting high intensity foreground/background colours, suggested by
  Chuck Blake.
- move iso14755 character feedback box out of the way if it would
  obscure the mouse cursor position.
- replaced callback.h by a fixed version from gvpe that correctly
  returns the callback result (affects new -pty-fd semantics in urxvtc
  on a few architectures). Reported by darix.
- include one trailing space in rectangular selections to indicate
  the inserted newline (yeah, weird, but visually more pleasing).
- try to use sched_yield to (drastically) improve terminal data
  transfer efficiency.
- further minor cleanups.

6.1  Tue Dec 27 13:23:40 CET 2005
- update iso8859-7 table (euro and drachma round-trip et al.).
- fix a crash when the selection scrolls out of the scrollback
  while the user still drags.
- selections that were partially scrolled out of the window were
  not drawn correctly.
- lines newly scrolled in were not initialized properly, leading
  to extremely long lines and (hopefully) some segfaults.
- iso14755 overlay position was wrong.
- iso14755 overlay now displays rendition info, too.
- use unicode white space class instead of hardcoded values for
  stripping whitespace.
- do whitespace stripping on rectangular selections.
- slight cleanups in src/features.h.

6.0  Sat Dec 24 13:58:56 CET 2005
- make it compile without SMART_RESIZE again.
- enable slow link support by default.
- fix relative cursor-positioning not respecting scrolling regions
  (also a bug in original rxvt).
- initialize termios structure to zero when fetching it fails
  (see http://www.freebsd.org/cgi/query-pr.cgi?pr=84647 for a
  partial patch).
- bump max columns/rows to 10000 each.
- bump max savelines to 10000000.
- -pty-fd now passes the urxvtc fd to the urxvtd process.
- avoid linking against -lnsl/-lsocket/-lxpg4 unless neccessary.
- major code cleanup (still not complete, though).
- implement -hold option.
- _major_ rewrite of internal buffer handling:
- re-flow on resize, lines get wrapped instead of winged.
- circular line buffer (substantially speeds up scrolling).
- slightly less code + data memory usage per terminal.
- slight overall speed improvements.
- considerably improved code clarity.
- partial-screen scrolls no longer end up in the scrollback
  buffer.

5.9  Sat Dec 17 21:53:17 CET 2005
- fix a bug in the menu code of unknown impact, found by darix.
- clean up signal handling to be global, not per terminal
  (matters only for rxvtd).
- fix small typoe in rxvt.1 (found by Mike Fabian).
- don't crash when broken xft/fontconfig/freetype versions return
  bogus data, ignore the xft font instead (experienced on suse).
2006-01-12 22:58:51 +00:00
jdc
a9bdf52c93 We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack.
Pointed out by salo@.
2006-01-12 20:59:56 +00:00
joerg
de50e238f7 Remove manual app-default parameter again, now that the underlaying
issue has been solved. No package change, no revision bump.
2006-01-12 19:37:44 +00:00
wiz
614b616d61 Update to 2.8.10:
Overview of Changes from GTK+ 2.8.9 to GTK+ 2.8.10
==================================================
* Derive GtkObject from GInitiallyUnowned instead of
  GObject, if possible. Note that this change is known
  to break versions of the GTK+ Perl bindings older
  than GTK+ Perl 2.13.4. [Tim Janik]

* Add a setting to allow falling back to another icon
  theme before trying hicolor. [Rodney Dawes]

* Require GLib 2.8.5

* Updated translations (ca,el,es,fr,hi,it,ko,pt_BR,vi)

* Bugs fixed:
 137351 GtkEntryCompletion sometimes selects first completion item
        [Niklas Knutsson]
 165714 GtkEntryCompletion doesn't complete on paste [Christian Neumair]
 317687 gnome-panel crash by clicking on settings
 321548 speed up gtk_text_iter_set_visible_line_index [Paolo
        Borelli]
 323843 Garbage in gtk_text_view_get_border_window_size()
 323876 Broadcasting _GTK_LOAD_ICONTHEMES is a performance
        bug [Peter Lund]
 324044 Documentation entry for GtkTreeView::row-activated
        [Davyd Madeley]
 323504 Gtk-CRITICAL when dragging a launcher from the menu
        to the top panel [Kjartan Maraas]
 323655 Improved support for Icon Naming Spec in unix filesystem
        backend [Rodney Dawes]
 323995 hidden widgets distort the left/right/up/down focus
        order [Dan Winship]
 324588 icon_view auto dnd and the item-activated signal
        [Dave Andreoli]
 322475 icon view's horizontal layout doesn't respect
        item_width [Alex Graveley]
 324815 Typo in gtkwindow.c [Ross Burton]
 324996 Description about gtk_im_context_filter_keypress on API
        reference
 323666 gdk_window_scroll doesn't invalidate if another top-level
        is above window [John Ehresman]
 322264 gdk_drawable_get_visible_region win32 / x11 inconsistency
        [John Ehresman]
 325358 word erase in text fields considers space as a separate
        word [Akkana Peck]
 325443 gtk_drag_begin doesn't work unless given a motion event
        [Peter Harvey]
 325723 gtk_ui_manager_get_toplevels does not return an empty
        list [Steve Chaplin]
 305894 excessive memory use in gdk_pixbuf_new_from_file_XXX
        functions [Denis Vlasenko, Michael Natterer]
 325199 The API reference for gtk_exit() states that it's
        deprecated but doesn't state the replacement function,
        if any [Ævar Arnfjörð Bjarmason]
 325869 GtkViewPort not releasing signal handlers on destruction
        [Jorn Baayen]
 325782 GtkToolButton ::clicked signal should set G_SIGNAL_ACTION
        [Martyn Russell]
 325817 FileChooserButton uses "Home" instead of directory name
        [Federico Mena Quintero]
 326098 label alignment is wrong when width-chars is set [Benjamin Otte]
 326200 translations in GtkActionGroup erroneously translated
        [Christian Stimming]
 326429 in gtk.h, twice the same lines [Benoît Carpentier]
 326064 Artifacts on some widgets [Andrew Conkling]
2006-01-12 17:31:03 +00:00
joerg
4e7d32e714 ggiterm links against multi-threaded library, ensure that it is linked
explicitly with -pthread on DragonFly.
2006-01-12 13:32:47 +00:00
joerg
147ab481b6 olwm needs EXTRA_LDFLAGS handling as well. 2006-01-10 18:30:16 +00:00
tron
c2ef3302b9 Reset package revision after recent update. 2006-01-10 10:12:06 +00:00
hubertf
0dece82cad Update xlockmore to 5.21. Changes:
* Removed random colors from petri mode.  Found that it could cause a fatal
*   error on PseudoColor.  (Will try to fix better on next release.)
+ PAM update from Yuri Bushmelev <jay-dev AT simcom.ru> fixes an
+   initialization problem PAM_conv function and made cleaner and friendly.
+   BAD_PAM fixed.
  fzort mode by Mauro Persano <mauro_persano AT yahoo.com>... its not a
    OpenGL mode but it looks like it is.  Try using with -mono also.
    Tom Schmidt found an as of yet unresolved Uninitialized Memory read,
    see Purify logs.
  dclock -binary option added thanks to Petey Leinonen (he saw the
    original on thinkgeek).
  Non-compatible routines for shared memory workaround for VMS when using
    libs MMOV(Multimedia for sounds) and DECWINDOWS thanks to Jouk Jansen.
  mandelbrot options added thanks to Tim Auckland
    update from Jouk Jansen to avoid log of 0
    -alpha adds detail to the interior of the set by displaying level sets
    of "closest return", ie how close does the orbit of z come back to its
    starting point z=0.  These show minima around the center of each bud.
    -index is similar, but displays at which iteration the closest return
    occurs.  These show a fibonacci branching structure from the base of
    each bud, ie each adjacent pair of domains surrounds a domain whose
    index is the sum of the indices of its neigbours.
    -lyap option for colours in the interior of the set according to an
    estimate of the Lyapunov exponent.  (Not to be confused with real plane
    Lyapunov fractals).  Also now allow -binary and -dem.
  New random mode for win32, compile with -DRANDOMMODE .
    It seems to bomb out if you run it for a while, so I did not make it
    the default.
  win32 changes from Tim Auckland:
    new configure dialog
    random mode done to enable
  win32 changes from Petey Leinonen:
    fixes for nose and life1d
    matrix mode works with the 2 following changes
    fixed XCopyArea() for destinations that are not windows (ie a bitmap)
    fixed XCreatePixmapFromBitmapData() so it always creates a pixmap
      regardless of depth ( creates the Windows bitmap with 1 bit depth),
      and apply the foreground and background colors.
    XCopyArea, XSetTSOrigin, XSetFillRule fixes and got these modes to work:
    bat, bounce, dilemma, eyes, image, nose, pacman,
    shape, slip, star, starfish, wator, world
  unlock delay from lgx <lgxror AT gmail.com>  [it was explained to me
    but still not sure why you would use it]

 + new update since BETA
 * new since BETA
2006-01-09 21:18:31 +00:00
joerg
9bb34014da Fix build on NetBSD systems:
If we have NetBSD 2.99.10 and higher, getpwuid_r and friends exist,
but _PTHREAD_THREAD_SAFE_FUNCTIONS might not be defined. Define it.
For NetBSD before 2.99.10, explicitly set XNO_MTSAFE_PWDAPI to enforce
locked access via normal functions.
2006-01-09 13:13:52 +00:00
wiz
06d5f26332 USE_TOOLS+=, not =, says pkglint. 2006-01-08 22:11:52 +00:00
xtraeme
eadc9131c8 Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08 18:35:08 +00:00
abs
abc9fac7bc Update xorg-libs to 6.8.2nb6
If _POSIX_REENTRANT_FUNCTIONS on NetBSD is defined, use the correct
getpwnam_r() and gerpwuid_r() forms. This sidesteps the issue as to
whether _POSIX_REENTRANT_FUNCTIONS _should_ be defined on NetBSD.
2006-01-08 14:51:11 +00:00
minskim
809b015dec Add ruby-gnome2-gtk. 2006-01-08 03:50:28 +00:00
minskim
2cb82134ac Import ruby-gnome2-gtk from pkgsrc-wip. Packaged by Dieter Roelants.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
2006-01-08 03:47:23 +00:00
joerg
876987c960 Fix a number of buffer overflows in OpenMotif's UIL implementation.
For non-propolice systems this might be exploitable when the
user-provided data (e.g. certain filenames) or the locale files are
manipulated.

Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some
additional cases are handled which have the same impact.
Bump revision.
2006-01-07 21:08:12 +00:00
peter
907ca19af3 Remove unnecessary msgfmt configure environment settings and a duplicated
BUILD_USES_MSGFMT variable.

Pointed out by the bulk build via wiz@.
2006-01-07 12:47:55 +00:00
tron
50e0f7dc49 Fix installation path of application defaults file "XLock" which ended up
in "${X11BASE}/lib/X11/app-defaults" instead of
"${LOCALBASE}/lib/X11/app-defaults". Bump package revision after contents
of binary package has been corrected.
2006-01-07 12:04:48 +00:00
wiz
7c2853e3e5 Update to 2.12.2:
===============
Version 2.12.2
===============

  Misc

	* Fix build on Darwin (Mark)

  Translators

	* Ivar Smolin (et)
2006-01-06 17:53:06 +00:00
tron
a742a47ae1 Update "xservers" package to version 3.3.6.5:
- Remove a redundant directory from the distribution file which reduces
  its size from 20MB to 15MB.
- Add patches to work arround build problems caused by questionable code
  defining macros named like standard C functions before including
  "stdlib.h". This fixes PR pkg/32453 by Dave J. Barnes.
2006-01-06 17:20:21 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
joerg
8f60a38025 Use SUBST framework, patch files directly. 2006-01-05 21:21:54 +00:00
joerg
b3d233f0b6 Use SUBST framework for the path patching as well. 2006-01-05 20:57:05 +00:00
joerg
0adcfa2740 Only @PREFIX@ is used. 2006-01-05 20:35:12 +00:00
joerg
167bfb591a Use the SUBST framework on the right files. FAQ now has the correct
entries. Bump revision due to this.
2006-01-05 20:26:48 +00:00
joerg
3d1f9faa27 Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work on
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues.
2006-01-05 18:33:49 +00:00
joerg
2bbbd70847 First try on fixing xview. Fix errno. Add DragonFly support.
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly.
The implementation of textsw_scanf can be improved, it is very
defensively and slow ATM, the snprintf usage should be portable.
Fix a number of prototype mismatches, e.g. variable argument functions
can conflict with K&R prototypes.

Bump revision since the package "compiled" before, e.g. build
errors where ignored.
2006-01-05 18:25:56 +00:00
ghen
e64aa87bbe BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls in
qt3-tools via BUILD_DEPENDS.
2006-01-05 12:00:39 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
joerg
8693cc617c Fix spelling. Found by wiz@. 2006-01-04 15:53:15 +00:00
joerg
51351627d3 getpwuid_r and friends only exist on NetBSD 2.99.10 and higher,
so use them only on those systems.
2006-01-04 15:20:45 +00:00
joerg
5b7cdef96c Add DragonFly. 2006-01-04 15:16:11 +00:00
joerg
0ecbaaf18f Explicitly link multithreaded programs against thread library. 2006-01-04 14:54:17 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
wiz
42778d0c29 Reset maintainer on request. 2006-01-03 19:28:40 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
1bfc24ee10 Remove ruby-tcltk. 2006-01-03 14:42:13 +00:00
taca
3fa07af25e Remove ruby-tcltk pacakge since this package was merged to ruby-tk now. 2006-01-03 14:41:49 +00:00
taca
2adb822412 Update ruby-tk pacakge to 1.8.4.
x11/ruby-tcltk package was merged to this pacakge now.
2006-01-03 14:41:21 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
wiz
faf65456ad Remove stuff that was marked for removal after 2005Q4. 2006-01-01 18:53:03 +00:00
xtraeme
3bba46e16b Update to 1.0.0. Too many changes to list, please see the Changelog
file.
2006-01-01 12:58:00 +00:00
peter
8b9d0f5d5a Add/enable the new matchbox packages. 2005-12-31 13:40:00 +00:00
peter
63e4272edb Initial import of matchbox-themes-extra into the NetBSD Packages Collection.
Collection of themes for the Matchbox suite.
2005-12-31 13:35:18 +00:00
peter
117c3738f3 This is matchbox-panel-manager for managing the Matchbox panel. 2005-12-31 13:34:26 +00:00
peter
9063bf009b Initial import of matchbox-panel into the NetBSD Packages Collection.
A flexible always present 'window bar' for holding application launchers
and small 'applet' style applications. A number of applets are included
in the module.
2005-12-31 13:32:30 +00:00
peter
d7f67decb3 Initial import of matchbox-nest into the NetBSD Packages Collection.
Matchbox-nest is a graphical wrapper around xnest. You can make Xnest
look like a particular device's display and set up buttons on that device.
2005-12-31 13:30:29 +00:00
peter
7db32157f1 Initial import of matchbox-desktop into the NetBSD Packages Collection.
A PDA style application launcher or 'item browser'. Its functionality
can be extended by means of dynamically loadable plugins.
2005-12-31 13:29:26 +00:00
peter
70b0408d03 Initial import of matchbox-common into the NetBSD Packages Collection.
This package contains the Matchbox shared icons and configuration data.
2005-12-31 13:26:20 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
markd
404b7b866f Don't change ${PREFIX}/share/pixmaps to ${PREFIX}/share/kde/pixmaps.
Directory is not actually used by KDE itself and this allows KDE to find
(some) gnome icons. Bump PKGREVISION.
2005-12-29 23:41:42 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
garbled
12f9d80691 Newer versions of NetBSD (and possibly other OS's) install xdm into
/etc/X11/xdm instead of the old location.  Add some logic to the makefile
to figure this out and DTRT.  Remove broken flag.
2005-12-28 17:51:58 +00:00
joerg
b53855579a Don't hard-wire -lpthread. Fallback to fsync for fdatasync. Depend
on pkg-config as build tool.
2005-12-28 16:52:25 +00:00
joerg
5fbd6399ac Redundant include. 2005-12-28 16:44:54 +00:00
joerg
561b55aef0 Don't hard-code -lpthread. fdatasync might not exist, e.g. on
DragonFly or FreeBSD, so use fsync if it wasn't found.
2005-12-28 16:37:04 +00:00
ghen
f1c35a5638 Add a pkgconfig file for qt3-libs, bump PKGREVISION. ok with wiz@ 2005-12-28 11:07:17 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00