summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam6-14/+15
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-26Updated xpmroot to 2.4.15 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2003-01-25Note that qt3 requires C++.jlam1-1/+2
2003-01-20The result of my recent KDE fiddlingsskrll41-1282/+94
- Build all packages with a --disable-static libtool. This is how the packages should be built and means that we don't get a load of useless static libraries. - Use x11/kde3/files/foo_main.cpp instead of creating N copies with patches. - Some other PLIST fixes - Fix PR 19848. kspell doesn't find dictionaries.
2003-01-19Correct checksum for patch-er (or it was wrong for me, and CVS didn'tchris1-2/+2
show me any diffs to the server...)
2003-01-19Remove unnecessary MAKE_ENV and whitespaces.salo1-9/+7
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.salo3-18/+13
2003-01-19Workaround for -current. This needs fixing properly.skrll3-3/+18
PKGREVISION++
2003-01-18Update to 2.2.0. Changes since 1.9.0:jmmv3-21/+20
* Add a .pc file [Seth Nickell] * Various crash fixes [Luca Barbato, Hongli Lai, Shivaram Upadhyayula, Peter Zelezny] * Build fixes [Havoc Pennington] * Metal theme drawing improvements [Owen Taylor] * Improve installation docs [Owen, Piotr Sawuk]
2003-01-17Make sure KDED_WORKAROUND has a value set for Non-NetBSD systems.markd1-1/+3
2003-01-17Some (Non-NetBSD) versions of patch don't deal well with patches at themarkd2-6/+4
end of files that don't end with a newline. Trim the context of this patch to avoid the problem.
2003-01-16Add & enable mowitz.uebayasi1-1/+2
2003-01-16Initial import of Mowitz 0.2.1. Required by newer SIAG.uebayasi6-0/+296
This is the Mowitz ("More widgets") library. The project's goal is to create a library of widgets for X applications to use. The widgets have been snarfed from various sources and are all open source (GPL or MIT licenses).
2003-01-14Move documentation installed under share/gtk-doc/html to share/doc/html.jmmv2-39/+39
Also avoid possible detection of gtk-doc. Bump PKGREVISION to 2.
2003-01-14WIP: use this to remove the need for several of the patches.skrll1-0/+6
2003-01-14Avoid building this package when X11PREFIX == X11BASE and there's alreadyjlam1-1/+15
a builtin libXrender.
2003-01-14Add and enable x11/Xrender.jlam1-1/+2
2003-01-14Initial import of Xrender-0.7 as x11/Xrender:jlam5-0/+120
The X Rendering Extension introduces digital image composition as the foundation of a rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. This package contains the client library for connecting to a Xserver that supports the Xrender extension.
2003-01-14fix a comment.grant1-2/+2
2003-01-13Fix the URL grabber.skrll3-2/+17
PKGREVISION++
2003-01-12Add LDFLAGS to the relevant Imakefile in order to fix the problem seenjschauma3-4/+15
in Huberts bulk-builds. Remove previous attempt to fix this and while we're there, we can remove USE_X11 since we already use USE_IMAKE.
2003-01-11Set USE_X11. Fixes PR 19786.wiz1-1/+3
2003-01-10Use BUILDLINK_PREFIX, and hope it fixes bulk build (cannot reproduce).wiz1-4/+5
2003-01-10--enable-xpm makes this look much bettertsarna1-1/+3
2003-01-10Convert to use bsd.pkg.install.mk (using FILES_SUBST stuff). This simplifiesjmmv3-31/+16
Makefiles and {DE}INSTALL scripts, and solves the problem reported in PR pkg/18174 by Julien T. Letessier. Reviewed by grant.
2003-01-10We want to enter the doc/ dir, since that's where the man page is.wiz2-4/+4
[Please find another way to fix Darwin.]
2003-01-10Add an LDFLAG that will hopefully fix the problem seen in Huberts recentjschauma1-1/+2
bulk-builds. (I still think that should be done in buildlink2, as far as I understand it.) NB: I couldn't reproduce the problem, so this is a shot in the dark.
2003-01-10Update multi-gnome-terminal to 1.6.1, based on patch provided in PR pkg/19665jmmv5-107/+94
by Adrian Portelli. There have been lots of changes since 1.3.4 to mention here, but most of them are bugfixes.
2003-01-10Use shlibtool so we don't install statically linked plugins. Bumpjlam2-9/+4
PKGREVISION of x11/gtk-engines to 2.
2003-01-10USE_PKGLOCALEDIR=yescjep3-3/+6
2003-01-10USE_PKGLOCALEDIR=yescjep7-10/+17
2003-01-08Use buildlink2.jlam1-1/+2
2003-01-08Fix dependence on "qt3-tools" package and bump package revision.tron1-4/+3
2003-01-07Correctly define some variables that qmake expects to be defined:jlam2-6/+7
QMAKE_SYMBOLIC_LINK, QMAKE_DEL_FILE, QMAKE_DEL_DIR. This suppresses some ignored build errors when building qt3-* packages. Bump PKGREVISION of qt3-tools (which installs the qmake.conf file) to 2.
2003-01-07Patch top-level Makefile to not descend into doc/ rather thangrant3-24/+7
patching doc/Makefile with a dummy 'all' target. The build of rxvt now *really* fails on Darwin. :-) (the dummy target always returned true).
2003-01-06Add --disable-debug to CONFIGURE_ARGS. I have no idea why this isn't theskrll1-1/+2
default. This should fix PR 19281. From Dirk Mueller (mueller at kde dot org) via Hume Smith (hclsmith at yahoo dot ca).
2003-01-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam1-2/+2
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2003-01-05Update to 3.0.5.1 as well.skrll2-6/+6
2003-01-04Fix PKGNAME: should be gtk2-engines, not gtk-engines. Pointed out injmmv1-1/+2
PR pkg/19682 by Eric Gillespie.
2003-01-04Fix PLIST for gtk2-2.2.0.wiz2-11/+14
2003-01-04Set USE_X11 to YES. Fixes tcl-itcl build.wiz1-1/+3
2003-01-04Install documentation under share/doc/html, not share/gtk-doc/html.jmmv2-399/+398
Also avoid possible detection of gtk-doc (not needed). Some PLIST fixes too. Bump PKGREVISION to 3.
2003-01-04Make this package install its configuration files under the examples treejmmv5-10/+77
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 2.
2003-01-04Fix a couple of mistakes.skrll3-43/+8
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv5-10/+10
Approved by wiz.
2003-01-03Depend on GNUstep>=1.5.1 (via buildlink2)rh2-40/+29
Track GNUstep-1.5.1 PLIST changes Bump PKGREVISION
2003-01-03Update gnustep-back to 0.8.3. Notable changes include:rh4-12/+8
* Bug fixes * Preliminary OpenGL support * Localisation upates * Implemented -GSSendBezierPath * -DPSsetalpha: Use GSsetalpha as defined in frontend, for printers that don't support setalpha. * Source/x11/XIMInputServer.m * Hack: if focus went nowhere, don't deactivate app. * Only send event if we don't have a key window. * Tools/GNUmakefile: Use BUILD_SERVER to decide whether to build X specific parts of gpbs or not.
2003-01-03Update gnustep-gui to 0.8.3.rh4-24/+11
Noteworthy changes in version `0.8.3' ===================================== * Additions for Gorm support. * Alpha support for OpenGL * Better ruler support - dragging of tab markers. * Document support, recent files, etc. * Simple printing to printer and print previewing. * Window focus fixes * Key view handling rewritten.
2003-01-02Only set package name conditionally (fixes e.g. the kdevelop PKGNAME).wiz1-2/+2
2003-01-02Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 orskrll61-3217/+3513
1.0.5.1 accordingly. Fixes and changes are: Multiple vulnerabilities. kdelibs KHTML : Fixed several crashes and misrenderings. rlogin.protocol: fixed command execution in specially crafted urls. kdebase KAddressbook: Don't squeeze columns on startup/properly restore column width settings. kdenetwork lisa, reslisa: Fixed several security vulnerabilities. kdesdk Cervisia: Show long lines in diff view always completely.