summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-03-20Regen.fredb1-2/+2
2001-03-20Try again. Default MANPATH for NetBSD should now befredb1-7/+9
"/usr/share/man:/usr/X11R6/man:/usr/pkg/man:/usr/local/man".
2001-03-20Grok NetBSD-style ${MACHINE_ARCH} subdirs in man path. Choose defaultsfredb2-5/+93
more suitably for NetBSD when ${MANPATH} is not set: include /usr/X11R6/man and /usr/pkg/man.
2001-03-20Update to 2.2.0. Many bugfixes, some smaller ui changes.mjl13-145/+165
2001-03-20Don't let kde install it's own "rman". Instead, compile in the correctfredb7-32/+87
path to rman. The determination as to whether it's the package rman or the XFree86-4.x installed rman is left to bsd.pkg.mk (via USE_RMAN). Closes PR pkg/8755.
2001-03-20Use "USE_RMAN", rather than DEPENDS=rman...., to accomodate XFree86-4.x,fredb1-2/+2
which may install it's own "rman".
2001-03-19Do some homework... Make PLIST more dynamic so that kappfinder foundskrll2-307/+16
applications are dealt with. Should address most of the remaining part of pkg/12423 from Matthias Scheler <tron@colwyn.zhadum.de> Additional work is needed if user runs kappfinder after installing more non-KDE applications.
2001-03-16Don't try to remove directory "share/fonts" any more because it is atron1-2/+1
distribution directory now.
2001-03-16Add and enable xwitwiz1-1/+2
2001-03-16Initial import of xwit-3.4: Utility for calling X11 functions from thewiz6-0/+57
shell. From pkg/11789.
2001-03-15Get the right includes file for versions after 1.5.xskrll2-5/+18
2001-03-15Remove dependency on libungif - this is a throw back from the KDE 1.xskrll1-8/+2
kdebase package. Remove dependency on msgfmt. It's not used. Update build dependency for automake. Is there a right way to do these as I can see no consistency in pkgsrc.
2001-03-14Fix typo: BORKEN -> BROKENzuntum1-2/+2
2001-03-14Resolve patch-sum mix up.skrll1-4/+3
I blame cvs for not making sure I was up to date. Anyway should be fixed now.
2001-03-14Make sure that the daemon is part of the login panel.skrll1-2/+2
2001-03-14Make sure that kdm can find its greeter module.skrll3-5/+16
2001-03-14We need automake to build.skrll1-1/+2
2001-03-14Add and enable: kde2, kdebase2 and kdelibs2skrll1-1/+4
2001-03-14Import of KDE 2.1 meta-package and common makefiles.skrll5-0/+84
2001-03-14Import of KDE 2.1 kdebase package.skrll30-0/+3536
a.out doesn't build at the moment, but I'm looking into it.
2001-03-14Here goes...skrll24-0/+3078
Import of KDE 2.1 kdelibs package.
2001-03-14add and enable crxvtwiz1-1/+2
2001-03-14Initial import of crxvt, a low memory usage xterm replacement with colorwiz7-0/+63
and skin support. Provided by Rui-Xiang Guo in pkg/8529.
2001-03-13Update to 2.2.5, provided by Martti Kuparinen in pkg/12378.wiz2-4/+4
Changes unknown.
2001-03-13Remove support for greek characters from configure args.martin1-2/+1
It is broken and makes the program completely unuseable on german keyboards (for example entering | switches into greek input mode). I once tried to explain this to the maintainer, but it is not fixed in this version.
2001-03-12Make this work with version "0.64.0" of the "windowmaker" package.tron1-2/+2
2001-03-11Invoke "xmkmf" with full pathname to avoid problems on systems with twotron1-2/+2
X11 installations like e.g. Solaris with OpenWindows and XFree86.
2001-03-11Fix link failures if wide character support is enabled.tron2-6/+9
2001-03-11Make this package build under NetBSD-current with wide character supporttron2-2/+17
enabled.
2001-03-11Patch "Makefile" only if we are using OpenWindows under Solaris.tron1-2/+2
2001-03-11Calculate major number of "Xaw3d" shared library from "${XAWREV}" andtron2-7/+12
create a missing symbolic link under Solaris.
2001-03-11Make this package build with OpenWindows under Solaris. Fixes PR pkg/11640tron1-1/+14
by Hauke Fath.
2001-03-11Don't use "--tag" to tell "libtool" that a C++ compiler is used, simplytron1-3/+2
use "${CXX}" so that the automatic recognition works.
2001-03-11conflict with openmotifhubertf1-1/+3
2001-03-10Remove obsolete patch file.tron1-19/+0
2001-03-10update to 0.99.13. Changes:drochner3-8/+8
Bugfixes and new method for custom labels in GtkPlot. Backwards compatibility is broken, you'll have to recompile your programs.
2001-03-10update to 1.2.9.drochner7-159/+169
Overview of Changes in GTK+ 1.2.9: * Move include files into a gtk-1-2/ subdir to support parallel installation with GTK+-2.0. If you are installing from source on top of a previous version, you should to remove $(includedir)/gdk/ and $(includedir)/gtk/ manually before installing the new version. * Improved submenu navigation. * Other small useability improvements for menus, scrollbars, etc. * Patch enabling themes with better appearance by making some geometry parameters settable. * Changes so that using fonts (as well as fontsets) for non-iso-8859-1 locales will work. * New --with-native-locale configure option for faster string handling on systems with non-broken locale support. * Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html) * Change to make GdkRGB use less SHM segments. * Addition of .pc files * Many bug fixes
2001-03-09Add a tag to the LIBTOOL_FLAGS to get libtool to recognise that theagc1-1/+2
compiler it is invoking (g++) is a C++ compiler.
2001-03-08Remove trailing . from COMMENT.wiz1-2/+2
2001-03-07Use the recently committed mng package for mng support.skrll2-3/+5
2001-03-05Add definition of CC to make environment and get build system to use itskrll8-27/+66
with libtool.
2001-03-05Pass the default c++ compiler in MAKE_ENV so that we don't confuse theskrll2-4/+5
new libtool. While I'm here: pass only one -rpath option to libtool link so that the install directory gets set correctly.
2001-03-05Fix build problem by using functionality in new libtool rather than askrll2-1/+15
hack for the old libtool.
2001-03-05Add xtoolwait.minoura1-1/+2
2001-03-05xtoolwait, free implementation of SunOS toolwait(1).minoura4-0/+25
2001-03-04Because the minor number of the PNG library was increased packages compiledtron6-12/+12
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-04Fix permissions in repository, part 2.tron1-0/+34
2001-03-04Fix permissions in repository, part 1.tron1-34/+0
2001-03-03Missed one.skrll2-4/+4
2001-03-03Fix build problem with qt1 and libtool.skrll2-7/+8