summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-03-23Pullup rev 1.4 (requested by dmcmahill in ticket #1219)jmc1-2/+15
Make this go on non-i386 systems. Currently ocamlopt is only available on i386 so avoid using that on non-i386 systems. Compiles and seems to work on alpha.
2003-03-17Make this go on non-i386 systems. Currently ocamlopt is only availabledmcmahill1-0/+130
on i386 so avoid using that on non-i386 systems. Compiles and seems to work on alpha.
2003-03-02Pullup configure script typo fix from the trunk to the netbsd-1-6 branch.agc2-4/+13
Requested by Dan McMahill. > Date: Tue, 25 Feb 2003 04:11:35 +0200 (EET) > From: Dan McMahill <dmcmahill@netbsd.org> > > > Module Name: pkgsrc > Committed By: dmcmahill > Date: Tue Feb 25 02:11:35 UTC 2003 > > Modified Files: > pkgsrc/x11/kdebase3: distinfo > pkgsrc/x11/kdebase3/patches: patch-aa > > Log Message: > fix typo in configure script which incorrectly determines that a prototype > for strlcat is needed. Unfortunately that had the effect of providing > a bad (for 64 bit systems) prototype.
2003-03-02Some non-i386 compile fixes for the netbsd-1-6-1 branch.agc3-9/+34
Requested by Nick Hudson. > Date: Mon, 24 Feb 2003 10:12:32 +0200 (EET) > From: Nick Hudson <skrll@netbsd.org> > > Module Name: pkgsrc > Committed By: skrll > Date: Mon Feb 24 08:12:32 UTC 2003 > > Modified Files: > pkgsrc/x11/kdebase3: Makefile distinfo > pkgsrc/x11/kdebase3/patches: patch-de > > Log Message: > Let platforms that don't have apm compile ksysguard. This fixes PR 18340 > and PR 20439.
2003-02-14Pullup version 1.9 to the pkgsrc 1.6.1 branch.agc1-2/+5
Requested by David Brownlee. > Date: Thu, 13 Feb 2003 20:51:56 +0200 (EET) > From: David Brownlee <abs@netbsd.org> > > Module Name: pkgsrc > Committed By: abs > Date: Thu Feb 13 18:51:56 UTC 2003 > > Modified Files: > pkgsrc/mk: texinfo.mk > > Log Message: > When comparing install-info version, ignore non [0-9.] - treat 4.0b as 4.0
2003-02-11s/USE_X11/USE_X11BASE/, and bump PKGREVISIONmarkd3-6/+6
so that app-defaults and gnome control center files end up where expected. After discussion with wiz and atatat.
2003-02-10remove a MASTER_SITE which no longer exists.grant1-3/+2
2003-02-08compile two problem files without optimization to work around a compilerdmcmahill3-1/+109
bug that was noted with gcc-2.95.3 on alpha. Fixes recently noted bulk build problems.
2003-02-07share/gnome/help/{gpl,lgpl,fdl}/figures are handled by gnome-dirs, so do notjmmv1-2/+2
mess with them here.
2003-02-07fix a bug created by last fix. We need to use gmake for the configuredmcmahill2-8/+21
step as well as the build instead of only the build. Should fix problems noted in Hubert's recent bulk builds.
2003-02-06add missing closing quotedmcmahill1-2/+2
2003-02-06Teach GNU's config.guess to use `uname -p` instead of `uname -m` for thebriggs2-1/+14
machine type when dealing with NetBSD. This allows xlockmore to compile and run on macppc.
2003-02-05only enable antialiasing if Xft exists on this system. Fixes recentlydmcmahill1-1/+4
noted compile problems on 1.6 alpha.
2003-02-05regendmcmahill1-2/+2
2003-02-05on alpha, turn off optimization on the 33 files which tickle compiler bug(s).dmcmahill3-13/+72
This now builds on alpha with gcc-2.95.3.
2003-02-05Depend on GConf2-ui instead of GConf2. Should fix problems shown in lastjmmv1-3/+3
Hubert's bulk build.
2003-02-05make this compile when Xft does not exist (pre-XF4 systems)dmcmahill2-1/+17
2003-02-05add missing include of graphics/xpm/buildlink2.mk filedmcmahill1-1/+2
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam2-4/+4
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-02-04Update qt to 3.0.7 - the final maintenance release of qt 3.0.skrll16-47/+62
Lots of bugfixes including one for the ListView expansion problem. Fix kwin in kdebase after a QT global was renamed.
2003-01-31Fix PR 20090.skrll2-6/+64
Remove the bogus sizeof(size_t) == sizeof(unsigned int) check.
2003-01-30Depend on gnome1-dirs to handle shared directories (and adjust PLISTs to notjmmv4-27/+30
remove them). Bump PKGREVISION.
2003-01-29Fix the fetch of the swing distfile by noting that it must be fetchedjlam2-2110/+2097
manually, and provide the location from where it may be fetched. Also move the documentation and examples to fit into hier(7). Bump PKGREVISION of x11/swing to 1.
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.