summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam60-204/+575
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-24update to gtk2-2.0.6. This is a bug fix release. Notable changes are:dmcmahill3-15/+16
* GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, Josh Green, Matthias Clasen] * Fix problem with keynav and insensitive menu items [Owen Taylor] * Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero] * Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen] * Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain] * Cycle between multiple menubars with F10, not control-tab [Calum Benson, Padraig] * Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul, Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang] * Build fixes for cross-compiling and portability [Arnaud Charlet, . Ali Harlow] * Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi)
2002-08-23Sort.skrll1-2/+2
2002-08-22Updated xpmroot to 2.4.9 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-08-22grr, files missed in last commit.grant3-13/+19
Update to xfstt-1.3. Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc
2002-08-22Update to xfstt-1.3.grant3-142/+23
Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc
2002-08-21Arrggh... I've been looking at this screen for far too long today.skrll2-39/+20
Make sure the patch doesn't include an RCS Id.
2002-08-21Oops. Fix the distinfo after last commit.skrll1-2/+2
2002-08-21Apply the fixes provided in pkg/17912 and pkg/17981 so that ksysguarddskrll4-116/+573
can show something useful. Both PRs are from Hume Smith <hclsmith at yahoo dot ca> PKGREVISION++
2002-08-20Fix build problem with -currentskrll2-1/+15
2002-08-20Plug the memory leak introduced into ksysguardd. Fixes pkg/17962 fromskrll3-8/+11
hclsmith at yahoo dot ca. One day I might even get round to finishing NetBSD support for ksysguardd. PKGREVISION++
2002-08-19create an empty directory ${PREFIX}/share/control-center/capplets on post-kei2-2/+7
install target and register it to PLIST to make deinstallation happy.
2002-08-16Fix broken Linux include file hack which causes build failure ontron2-1/+15
NetBSD-current.
2002-08-15update checksum for patch-btjdolecek1-2/+2
2002-08-15Make sure we require the new version of kdelibsskrll2-4/+4
2002-08-15Bring in security fix for certificate handling.skrll5-16/+68
PKGREVISION++
2002-08-15Bring in security fix for certificate handling.skrll5-16/+71
PKGREVISION++
2002-08-14make sure that ${X11BASE}/include/X11/extensions/Xvlib.h before tryingdmcmahill1-1/+6
to build this. If not, bail out with a NOT_FOR_PLATFORM since Xv didn't appear until XF4.
2002-08-13Use NetBSD's native locale multibyte routines instead of GTK+'s own buggytron1-3/+4
implementation as suggested by Jaromir Dolecek in PR pkg/17920. Bump package revision to reflect this change.
2002-08-13Depend on qt3-libs-3.0.4nb2.wiz1-2/+2
2002-08-12Be more correct in the routine which acts as the accept(2) wrapper -agc2-4/+4
use socklen_t for the third argumen. From Ingolf Steinbach <ingolf.steinbach@jena-optronik.de>.
2002-08-12on alpha use the gcc package on older systems to avoid a cc -O2 compilerdmcmahill1-8/+11
bug.
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