summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam4-8/+15
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-13Do not call free(), since XDestroyImage() already frees image & data.wennmach2-1/+17
Noted by Christian Weisgerber <naddy@mips.inka.de> in private e-mail.
2001-08-12Update gnome-applets to 1.4.0.3rh3-953/+547
News for gnome-applets-1.4.0.3 release: - general * Make the build system look for, and use, jw instead of db2html * Loads of new Spanish translations of docs. - multiload * Reverted the pageload patch since it doesn't work. - gkb * Argentinian flag - sound-monitor * Fix logic for -n option to esdpvd to actually mean "without X" News for gnome-applets-1.4.0.2 release: - general * Portability fixes from <drk@sgi.com>. - asclock * Portability fixes from <mcnichol@austin.ibm.com> - clockmail * New theme (gree-digital-analog) from Alex Boxley <alex.bowley@excitehome.net> * Portability fixes from <mcnichol@austin.ibm.com> - drivemount * Fix buffer overruns in sscanf() usage. From John Ellis <johne@bellatlantic.net>. - fifteen * Portability fixes. - geyes * Spanish translation of the docs. * Compile fixes on Irix from <drk@sgi.com>. * Compile fixes in AIX from <mcnichol@austin.ibm.com>. - gkb * Fix Czech flag. (Pavel) * Warning/portability fixes. (Kjartan) - gweather * Compile fixes for AIX from <mcnichol@austin.ibm.com>. * Patch from <mdoller@wpi.edu> to make detailed forecast more readable. * Round off temperatures correctly. Patch from bugzilla. - life * Compile fixes for AIX from <mcnichol@austin.ibm.com>. - mini-commander * Fix bug which caused themes not to draw the entry border correctly from Norman Stevens <norman@arcady.u-net.com>. - mixer * Fix to work with wheel-mice. Patch from Mike Kelly <mike@csuchico.edu> * Compile fixes for Irix from David KAELBLING <drk@sgi.com>. - odometer * Fix typos in properties. - slashapp * Patch from Richard Kinder <r_kinder@yahoo.com> which fixes a whole lot of bugs where things crash on updating and article reading. * Fix memory leaks and robustness issues. - tickastat * Fix for compilation on Irix from David KAELBLING <drk@sgi.com>.
2001-08-09Don't like libXaw3d to libXaw in ${BUILDLINK_DIR}/lib as linking won'tjlam1-7/+1
resolve to the correct library on a.out platforms.
2001-08-09Add SunOS support, provided by Peter L. Petersen in pkg/13655.wiz2-4/+19
2001-08-08Roll back to previous revision so that host.def is properly modified duringjlam3-3/+28
installation and deinstallation to handle adding and removing a line to include <LessTif.def>. This causes mxmkmf to work again as advertised in the LessTif documentation.
2001-08-06Add and enable kdelibdocs2.wiz1-1/+2
2001-08-06Fix buildlink glue so that it links the LessTif 1.2 and not the 2.0tron1-3/+3
includes and libraries.
2001-08-06Enable multibyte character encodings at configure time, with default tomartin3-2/+64
off. Add a resource file to document how it can be enabled. Add a message to point at the resource file. Unfortunately the same method does not work for greek keyboard support, as the resource handling for this is documented but not implemented in this rxvt version. Fixes PR pkg/13273, as good as we can for this rxvt version.
2001-08-06Fix speeling of USE_BUILDLINK_ONLY, per PR 13635hubertf1-2/+2
2001-08-05add and enable ruby-fox.sakamoto1-1/+2
2001-08-05ruby-fox: Ruby interface to FOX GUI librarysakamoto5-0/+180
Ruby extension module to use FOX GUI library.
2001-08-05Fix method to use xunicodesakamoto5-22/+64
s/USE_XUNICODE/FOX_USE_XUNICODE/ and define USE_UNICODE to X_CFLAGS. Update from 0.99.172 to 0.99.174 http://www.geocrawler.com/archives/3/3372/2001/6/0/6025503/ [Foxgui-announce]New drop of FOX [0.99.173] http://www.geocrawler.com/archives/3/3372/2001/7/0/6162289/ [Foxgui-announce]New FOX drop [0.99.174]
2001-08-05Delete duplicate line.wiz1-2/+1
2001-08-05Factor out some common code, to be used by the upcominghubertf2-19/+21
pkgsrc/graphics/ppmtoxvpic package.
2001-08-05add & enable dfmhubertf1-1/+2
2001-08-05Add dfm-0.99.9: Desktop File Managerhubertf4-0/+151
(I'm really after the goodies in the utils dir, but that'll go into a seperate dir, as they're not installed by default)
2001-08-01oops.skrll1-1/+0
2001-08-01Import of kdelibdocs2 pkg.skrll6-0/+567
This package contains KDE's library documentation including jscript, kab, kdecore, kdeui, kdeutils, kdoc-reference, kfile, kfmlib, khtmlw, kimgio, kio, kspell and mediatool. From Scott Presnell <srp@tworoads.net> in pkg/13390
2001-07-29Use the library naming scheme under Solaris as under NetBSD. While it'stron3-18/+951
not really necessary to strip dots from library names under Solaris it makes the packages more compatible which should ease maintenance.
2001-07-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+36
2001-07-29Update Xbae to 4.9.1. Changes from the development release 4.8.4 include:jlam6-35/+85
* Row height and true-color (aka 24-bit color) support. * Support for bold columns in XbaeMatrix. * Bugfixes.
2001-07-29Update to 0.12, provided by Eric Gillespie Jr. in pkg/13584.wiz3-8/+18
Changes: Bugfixes, and new Raleigh theme (default gtk+-2.0 look).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam13-13/+26
installation directory in case the package isn't installed.
2001-07-26move .include "../../mk/bsd.prefs.mk" to before check for XLOCK_LIGHTlukem1-3/+3
but after CHECK_MESA setting. this change makes setting XLOCK_LIGHT actually DTRT if it is set in /etc/mk.conf (and seems to DTRT if XLOCK_LIGHT isn't set). i.e, on a machine without Mesa, by default it will attempt to install Mesa (et al), unless XLOCK_LIGHT is set where it won't attempt to.
2001-07-24This package requires Xaw3d.jlam1-5/+2
2001-07-24Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-4/+4
2001-07-23Update to 0.10. Also make it work with latest windowmaker.wiz5-44/+40
Patches mostly by Ben Wong from pkg/13378. Changes seem only to be other changes to keep up with windowmaker.
2001-07-23In buildlinked *Config.sh files, substitute ${BUILDLINK_DIR} forjlam1-2/+4
${LOCALBASE} in *_PREFIX definition.
2001-07-23Add rc.d-type startup script, as requested in pkg/13475.wiz3-2/+26
On deinstall, remove an additional directory that gets created for this package.
2001-07-22Apply mods from Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp) in PR 13380agc4-9/+38
to make XF86Setup work properly if xpkgwedge is installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam13-45/+45
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-18Add -Wl,-R${X11BASE}/lib to USER_LDFLAGS to head of possible problems whenjlam2-4/+8
libraries move from pkgsrc into the main X11 distribution.
2001-07-18Update MASTER_SITES.nra1-2/+3
2001-07-18Remove autogenerated html files from PLIST, these are not installednra1-2/+1
on NetBSD specific versions of X.
2001-07-18Add SUBDIR for xphoon.nra1-1/+2
2001-07-18Add xphoon-19910918. PR #13500 by Stoned Elipot.nra7-0/+122
Xphoon sets X the root window to a picture of the moon in its current phase.
2001-07-16Fix broken test in configure script which reverses the options for mousemartin2-5/+14
wheel support. This makes the pkg support mouse wheels. I'm gonna contact the author to check whether this test has been intentionally inverted.
2001-07-16It's ruby-tcltklib, not ruby-tcltk. Sort a bit.wiz1-3/+3
2001-07-16Change default qt2-designer package created if neither are installed tojlam1-2/+2
the "smaller" one, qt2-designer. This is a build dependency, so no need to install the larger one, though the opposite should be true for normal dependencies.
2001-07-15For kdebase2, if building the qt2-designer dependency is required, defaultjlam1-2/+2
to buildling qt-designer-kde as kdelibs2 is also required anyway.
2001-07-15Change dependency on qt2-designer to allow recent versions ofjlam2-5/+5
qt2-designer-kde, but if required to build the dependency, default to building qt2-designer.
2001-07-15Make qt2-designer and qt2-designer-kde conflict with each other andjlam5-12/+25
install identical filenames. qt2-designer-kde is now a superset of the functionality in qt2-designer. Bump the version numbers of both packages to 2.3.1nb1. On suggestion by Nick Hudson (skrll@netbsd.org).
2001-07-15* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam5-23/+69
* Use REPLACE_PERL instead of patching GrabWeather directly. * Remove unnecessary dependency on windowmaker; only xpm is required. * Patch manpage to note that we need a FTP client that can fetch URLs, and not wget. Point out that lukemftp satisfies this requirement for inferior platforms. * Take second part of patch from pkg/13377 by Ben Wong <ben@wongs.net> so that ftp doesn't output to the terminal.
2001-07-15Add bin/dcopserver to list of files linked into ${BUILDLINK_DIR} as somejlam1-1/+2
programs (qt2-designer-kde) test for that file to determine the presence of KDE2.
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-8/+9
2001-07-15Add a MASTER_SITE, and pass location of xpm.h header withinjlam1-1/+4
${BUILDLINK_DIR} to the configure process to ensure that the header search path is ordered correctly.
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-4/+4
on Solaris' xargs.
2001-07-14Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used whenjlam2-4/+6
linking libraries and apps.
2001-07-13Make previous commit happy with buildlink-fied imlib.enami1-2/+4