summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum365-253/+253
2001-10-31Follow the recent API change in APM_IOC_GETPOWER, fixing pkg/14403.minoura2-1/+16
Reviewed by wiz.
2001-10-30Added gnome-gkrellm and multi-gnome-terminaldamon1-1/+3
2001-10-30Initial Versiondamon4-0/+246
2001-10-30Initial Versiondamon5-0/+64
2001-10-26Update REPLACE_PERL to work for /bin/perl and use it in kdelibs2 insteadskrll1-8/+2
of home grown post-patch target.
2001-10-25Move a one-line configure script to be a patch, and update informationagc3-10/+13
accordingly.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam25-56/+54
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Back out last commit. Under certain circumstance (which??) the filestron1-1/+3
are installed indeed.
2001-10-24Remove a stupid assignment of "INSTALL_SCRIPT" in "configure" which causedtron2-1/+15
a "make reinstall" of the "xscreensaver" and the "xscreensaver-gnome" package to fail.
2001-10-24Remove bogus entries for files "share/omf/gnome-core/session-C.omf" andtron1-3/+1
"share/omf/gnome-core/session-ja.omf".
2001-10-23Strongly buildlinkify.jlam1-4/+4
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam23-47/+46
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Create private variables _TCLCONFIG_SED and _TKCONFIG_SED that hold thejlam1-5/+12
sed expression used to convert tclConfig.sh and tkConfig.sh into forms usable by buildlink.
2001-10-23Standardise on one xmeter package in the sysutils category.agc6-58/+1
2001-10-23Strongly-buildlinkify.jlam1-2/+4
2001-10-23Use -Wl,-R instead of -Wl,-rpath as the former is more consistent with thejlam4-15/+15
rest of pkgsrc.
2001-10-23Buildlinkify x11/gtk--. Changes come from patch provided by Ericjlam2-5/+63
Gillespie, Jr.in pkg/14204, which minor updates by me.
2001-10-23Sort.jlam1-3/+3
2001-10-23Update description from blurb on homepage.jlam1-12/+7
2001-10-22Update to rep-gtk 0.15. Changes are minor.mycroft2-7/+7
2001-10-22Update to 3.8.1.mjl2-6/+8
Minor maintainance release. Interesting changes include Added -b option to force backing store Changed license to BSD license. Performance optimizations Updated usage command, which was sorely out of date. Added -D option to specify display on server side Added proxy port to lock file name, making it possible to run multiple processes on the same unit on different proxy ports. Support for LZO bitmap image compression dxpc now accepts the new option -i[n] for image compression.
2001-10-21s/LIBART_CONFIG/ART_CONFIG/ so configure scripts find the buildlinkedrh1-4/+4
version.
2001-10-21xpkgwedge fixes by Hiramatsu Yoshifumi in pkg/14098,wiz4-8/+25
and complete buildlinkification.
2001-10-21Do not install the screensavers ${PREFIX}/bin/*.kss setuid root. Insteadskrll1-2/+2
set ${PREFIX}/bin/kcheckpass setuid root. Fixes pkg/13294 from Scott Presnell <srp@zgi.com>
2001-10-18Make kicker and kdesktop not only compile and work in some cases, butskrll7-57/+208
all cases. Apologies for the mess. If anyone is in the middle of a build I suggest you do: cd x11/kdebase2/work/kdebase-2.2.1 for p in ../../patches/patch-b[hipq] ../../patches/patch-ez \ ../patches/patch-fa; do patch < $p done and start the build again.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego2-2/+4
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Fix kdesktop.skrll2-5/+5
2001-10-18I am a dozy whatnot...skrll4-47/+129
Fix build problems in kicker reported by several people. Closes pkg/14279 from Mark Davies <mark@mcs.vuw.ac.nz>
2001-10-15Update to KDE 2.2.1skrll180-3172/+10373
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15Update the gnome meta package to 1.4.0.4 tracking the latest updates torh1-9/+9
the various GNOME packages.
2001-10-14Fix build problems when the new toolchain is used.tron2-1/+16
2001-10-12Use "bzip2" buidlink glue code because the "configure" script will findtron1-1/+2
the new "bz2" library but try to link the old one otherwise.
2001-10-12Fix build problem if new toolchain is used.tron2-1/+32
2001-10-12Fix a typo in the "configure" script which cause runtime library pathtron2-4/+13
problems on systems which use "xpkwedge".
2001-10-10Update xlockmore to 5.02. Changes:hubertf6-62/+15
fire update for wandering and sball update, thanks to Eric Lassauge <lassauge@mail.dotcom.fr>. text3d fix on a fix when a symbol.ttf or wingding.ttf is used (double free). Thanks to Tom Schmidt. apollonian mode thanks to a program by Allan R. Wilks <allan@research.att.com>. -1,2,2,3 are numbers that represent curvature (1 / radius) in Euclidean space. (-1,1,1,2 is in spherical space and -1,1,1,1 is in hyperbolic). Hyperbolic and spherical numbers now added for all but double bounded. Automatic generation of numbers with -count. Enforce a upper bound of outer circle at 99, since run time goes up polynomially by at least n^3. qix updated with -solid, got the idea from xscreensaver New "tetris -well", now uses generated images, also cleaned up some bugs too. Bug fix thanks to Tom Schmidt. gears added -size but defaults to 0, only -planetary will use up lots of CPU so added a -planetsize 400 which takes over if -size is 0 (full screen if both are 0).
2001-10-09Make sure that the licence question is not repeated in the "build" target.tron1-1/+4
2001-10-09- Updated to version 2.4.3.martti2-5/+5
- Added FVWM2_USE_GTK and FVWM2_USE_RPLAY for those who want FvwmGtk and audio support. - Removed dependency on imlib until a better PLIST_SUBST is written. Changes in stable 2.4.3 (8-Oct-2001) * Fixed activation of shape extension. * Fixed problems with overriding key bindings. * Single letter key names are allowed in upper and lower case in key bindings as before 2.4.0. * Fixed WindowList placement with Xinerama. * Fixed flickering icon titles. * New X resource fvwmscreen to select the Xinerama screen on which to place new windows. * Coordinates of a window during motion are show relative to the Xinerama screen. * Some icon placement improvements with Xinerama.
2001-10-07Don't derive GLIB_LDFLAGS from GTK_LDFLAGS as they may install inrh2-8/+24
different locations. Fixes PRs 14133 and 14178.
2001-10-06Update gnome-applets to 1.4.0.4. Changes include:rh3-79/+10
- general * Updated translations (no, nn, ch_TW, pl + some) - asclock * Removed the timezone stuff from properties since it doesn't really do anything. (Kjartan) * Make it not look for themes in the current dir if run from the commandline. (Kjartan) - gtik * Fix some corruption of stock symbol names. (Kjartan) * Remove some gdk_font_unref() calls that were causing warnings. - mixer * Patch from David Woodhouse to fall back to PCM if there's no master volume. - mini-commander * Fix some missing strlen() calls in comparisons. (Leif Bergman)
2001-10-06Pull in dependenciesrh1-7/+7
2001-10-06Make this actually workrh1-25/+31
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-8/+68
<epg@pretzelnet.org>
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-10/+62
<epg@pretzelnet.org>, modified by me to work without xpkgwedge.
2001-10-05Readd "USE_X11BASE= YES" which is necessary as long as "WindowMaker" istron1-2/+2
installed to "${X11BASE}".
2001-10-05Update to 6.2.9.wiz4-45/+18
Changes since rxvt 2.4.8: fixed paths for WINGs includes to work with latest Window Maker code. many bugs fixed in patch from suse src.rpm. utmp/wtmp, glibc, pty support etc... fixed bugs fg/bg cursor color code added wmaker app menu fixed xpm-background compile errors fixed misc config errors changed --enable-xpm-background --enable-transparency --enable-next scroll to defaults. added transparent scroller trough fixed 1 pixel border in main window fixed updating for root bg change added many advanced options to app menu for shading, font color, shade color, font size, cloning, etc. more speed fixes fixed bug with restart killing terms. changed NEXT_SCROLLBAR code to produce real NEXTSTEP scrollers
2001-10-05Add devel/libproplist/buildlink.mk, since it's not coming automaticallywiz1-1/+2
with wm/windowmaker/buildlink.mk anymore.
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam3-9/+3
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam4-4/+20
installed files. We don't want buildlink references to escape into the install directory.
2001-10-03Update x11/p5-gtk to version 0.7008. Major changes from version 0.7004jlam4-11/+41
include: * bug fixes * added perl var changes event source: you can now get a callback when the value of a perl variable changes. * install more documentation (Gtk::cookbook) * optimize both memory used and speed of loading/execution * add the ability to query packages, signals and object arguments.