summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-08-08These packages install libraries that differ from previous versions if theyjlam2-3/+3
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-08Fix typo in Imakefile. Closes pkg/17877 by Wojciech Puchar.wiz2-4/+13
2002-08-08Make this compile with gcc-2.95.3.fredb2-1/+16
2002-08-07Add and enable the asnap package, using the "package add credit"he1-1/+2
from closing PR#17705 during the freeze.
2002-08-07Add the x11/asnap package:he4-0/+24
Asnap is the ancestor of xsnap, a program which allows one to take a "snapshot" of a region of the screen. Asnap adds the ability to save the image in either "xwd" or "ATK raster" format, and this can be done none-interactively as well.
2002-08-07C++ seems to quite susceptible to using an "int *" as the third argumentagc2-3/+14
to accept(2) - placate it by using an unsigned automatic value, and copying and casting as necessary.
2002-08-07Include <signal.h> when compiling wx_utils.cpp, so that kill(2) getsagc2-5/+13
prototyped.
2002-08-05Depend on qt3-tools-3.0.4nb2. Bump PKGREVISION.wiz1-3/+3
2002-08-05Remove me as maintainer of this package because there have been many,tron1-2/+2
many changes and updates by other people in the meantime.
2002-08-05Add and enable xvattr.veego1-1/+2
2002-08-05Import xvattr 1.3:veego4-0/+26
This program is used for getting and setting Xv attributes such as XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ...
2002-08-04add comment for the REPLACE_BUILDLINK_SED stuff - these QMAKE variablesjdolecek1-1/+3
seem to be working fine empty, but it may be eventually be problematic
2002-08-04add qmake, bump pkg revisionjdolecek2-3/+175
2002-08-03Update aterm to aterm-0.4.2nb2: work around problem withhubertf3-3/+29
lockup in select() Patch submitted by Christian Biere <ChristianBiere@gmx.de> in PR 17745
2002-08-02Add and enable neXtaw.jlam1-1/+2
2002-08-02x11/neXtaw is a modified version of the Athena Widgets with N*XTSTEPjlam6-0/+215
appearance. From pkg/15450 by Kevin P. Neal <kpn at neutralgood dot org>.
2002-08-01Remove another instance of bogus Linux symbol handling to fix buildtron2-1/+15
problems under NetBSD-current.
2002-08-01dirrm -> unexec ${RMDIR} for two directories where gtk2 stuff also lives.wiz1-4/+4
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam2-6/+5
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-07-27gdm's "Face Browser" is broken in that it does not display faces for anyjschauma4-10/+34
user who's pw_passwd is set to "*". NetBSD gives all users "*", same if shadow passwords are used on Linux, Solaris etc. Commenting out that part makes the face-browser work. (I'll submit this to the gdm-folks, as well.) Change pid-file from /var/run/xdm.pid to /var/run/gdm.pid now that we have our own ${PREFIX}/etc/rc.d/gdm script. Bump PKGREVISION. (Changes suggested in PR pkg/17184 by Cliff <cliff at snipe444 dot org>, applied after feedback from MAINTAINER and tron. This closes said PR.)
2002-07-26Use xpm buildlink instead of USE_XPM. Addresses pkg/17700.wiz1-2/+2
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam3-7/+6
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-19Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts.wiz5-43/+1
2002-07-19fmtwiz1-8/+7
2002-07-19Use NO_BUILD instead of an empty do-build target, and usewiz4-33/+4
REPLACE_PERL instead of two patches.
2002-07-19`@unexec ${RMDIR}' needs the %D prefix. Doh.mycroft1-3/+3
2002-07-18use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck!grant3-6/+6
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh10-5/+79
Bump PKGREVISION
2002-07-17Ups, fix botch in sort -> ${SORT}.wiz1-2/+2
2002-07-17Add a buildlink.mk file for this package.agc1-0/+38
2002-07-17Add and enable kdelibdocs3skrll1-1/+2
2002-07-17Set localstatedir so the scrollkeeper database gets properly updatedrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST Bump PKGREVISION
2002-07-17Import of a kdelibdocs3 package.skrll4-0/+2357
From Joe Reed <jnr@po.cwru.edu> in pkg/17575
2002-07-17Update to KDE 3.0.2skrll9-35/+73
Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it.
2002-07-16Use scrollkeeper's buildlink.mk file, and strongly buildlinkify thisagc1-3/+4
package.
2002-07-16Use scrollkeeper's buildlink.mk fileagc1-2/+2
2002-07-14Add IDL includes to buildlinked filesrh2-4/+16
2002-07-12Don't remove locale dirs.wiz1-15/+1
2002-07-12Make sure we find the freetype2 headers.skrll1-1/+3
Should fix pkg/17464 from oki@netbsd.org.
2002-07-11Finish move of gnome package to meta-pkgs.wiz4-52/+1
2002-07-11Add and enable "xbindkeys-config" package. This fixes PR pkg/17293 bytron1-1/+2
Julio Merino.
2002-07-11Undo accidental import of "xbindkeys-config" package into the wrongtron1-29/+0
directory.
2002-07-11Import new "xbindkeys-config" package:tron5-0/+55
Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293.
2002-07-11Import new "xbindkeys-config" package:tron3-8/+35
Tool to configure xbindkeys graphically This package was contributed by Julio Merino in PR pkg/17293.
2002-07-10Update MASTER_SITES and HOMEPAGE.mycroft1-3/+3
2002-07-04use openpty() on netbsd. PR 17478itojun3-1/+41
2002-07-03Move a whole bunch of files from ${PREFIX}/etc/gtk to ${PREFIX}/share/gtkjschauma2-55/+57
as suggested and using the patches provided in pkg/16964 by Julio Merino (jmmv at hispabsd dot org). Bump PKGREVISION. This closes PR pkg/16964.
2002-07-03update to gtk2+-2.0.5dmcmahill9-84/+56
this is a bug fix only release with compatibility with previous 2.0.* releases. Changes are: Overview of Changes in GTK+ 2.0.5 ================================= * Fix a wrong assertion that broke gtk_file_selection_set_filename(); also another fix from testing this function with non-UTF-8 filenames. * Fix incorrect property notification in GtkTextView. [James M. Cape] Overview of Changes in GTK+ 2.0.4 ================================= * Fix a number of types which were registered with the type system with the wrong names [James Henstridge, Jonathan Blandford] * Support missing data types in GtkList/TreeStore [Daniel Elstner] * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, Josh Parsons] * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, Owen Taylor] * Calculate screen size on win32 from the "logical DPI" [Joaquin Cuenca Abela, Tor Lillqvist] * Misc Win32 bug fixes. [Florent Duguet, Torn] * Fix theme changes for GtkMenu [Soeren Sandmann] * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero] * Fix encoding handling for gtk_file_selection_set_filename() [Sebastian Ritau, Owen] * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen] * Fixes for DirectColor visuals [Shivaram Upadhyayula] * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind] * Misc bug fixes * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv) Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett Lesage, Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh Overview of Changes in GTK+ 2.0.3 ================================= * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner) * Improve GdkRGB support for low color depths (Tor Lillqvist). * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor) * Include internal children when focusing. (Jonathan) * Win32 fixes (Tor Lillqvist, David Sterba) * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian) * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero) * GtkMenu fixes. (Soeren Sandmann) * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer) * Misc input-method related fixes (Yao Zhang, Federico) * Fix stuck grab during DND. (Dave Camp, Owen) * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli) * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, Michael Meeks) * Handle Xlib internal connections (HideToshi Tajima) * Many miscellaneous bug fixes. Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout, Timo Sirainen, Graham Swallow.
2002-07-02NO_CHECKSUM is superfluous.wiz1-2/+1