summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2001-11-09scwm has been broken for over a year now (because it doesn't work withwiz7-181/+1
guile-1.4), and a new version doesn't seem to forthcoming any time soon (upstream). Remove the package; we can add an updated version if it ever appears.
2001-11-01Fix build problem on systems running XFree86 3.3.x in conjuction with thetron2-8/+12
"xpkgwedge" package.
2001-11-01Change reachover references into another package's pkg/ directory intojlam1-2/+2
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum77-44/+44
2001-10-30Remove distinfo and note the reasons why it doesn't exist in the Makefiles.jmc4-44/+12
(it changes contents too often on the master site).
2001-10-30Add a distinfo which lists all the themesjmc2-0/+42
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam8-16/+16
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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam8-16/+16
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-22Update to sawfish 1.0.1, and put back the static libraries.mycroft5-19/+23
2001-10-21Update sawfish (and sawfish-replibs) to 1.0, provided by Eric Gillespie Jr.wiz5-20/+14
in pkg/14135. Changes: A bunch of i18n improvements, experimental support for multiple heads, improved response time for menus, more efficient viewport-switching, and other bug fixes and improvements.
2001-10-21Update to 1.00, provided by Hiramatsu Yoshifumi in pkg/14285.wiz2-5/+5
Changes since last version: * Smaller font and blue selection color used in menus to match most other software. * Lots of bug fixes and code cleanup.
2001-10-21Update to 1.0.0, from pkg/14226 by Sen Nagata.wiz2-5/+5
2001-10-14Fix build failure on systems where "xpkgwedge" is installed.tron5-18/+32
2001-10-11There was a problem with PLIST if the user had gtk+ installed butmartti1-5/+5
didn't use FVWM2_USE_GTK=YES. The problem is fixed by adding --without-gtk-prefix to CONFIGURE_ARGS if FVWM2_USE_GTK=NO.
2001-10-09Interpret the "Alt" key mentioned in the documentation as keysym "Alt_L",fredb2-4/+13
not "Meta_L". This restores the wmx 5.0 behavior.
2001-10-09- Updated to version 2.4.3.martti4-14/+24
- 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-07Make the background pixmap feature work as documented. Now, placingfredb2-1/+26
a file named "background.xpm", containing a pixmap called "background", in the ${HOME}/.wmx/ directory will decorate both the menu background and the borders.
2001-10-07s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/rh6-37/+32
remove dependency on automake
2001-10-05Remove a superfluous whitespace.wiz1-3/+3
2001-10-05Add devel/libproplist/buildlink.mk, since it's not coming automaticallywiz1-1/+2
with wm/windowmaker/buildlink.mk anymore.
2001-10-05Update to 0.70.0, based on pkg/14157 by Geoff C. Wing, with some fixeswiz7-37/+44
by me. Changes are bugfixes, and the following: - copy/paste launching in Dock - internal code clean-up with notifications for window state change and other stuff - removed the libPropList dependancy by adding property list handling code to WINGs. This code is not only better integrated with the other WINGs data structures, but it's also more robust. Also a backward compatibility header file is provided which maps old libPropList function names to the new WINGs based proplist names allowing old code to be linked to WINGs with minimal changes. For details on how to use the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h More details about this can be found in WINGs/ChangeLog and WINGs/NEWS. Say bye, bye libPropList =) - rewrote all Window Maker code to use the new WINGs based proplist functions.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+7
installed files. We don't want buildlink references to escape into the install directory.
2001-10-02Path on master sites changed.wiz1-3/+3
2001-10-01Fvwm 2.4.2 has been released. List of changes is too long to be includedmartti5-58/+58
here, please see ChangeLog in the build directory for further details.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam5-10/+10
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc3-6/+6
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Remove dependency on perl -- it's only useful together with a) some morewiz1-2/+1
perl packages b) lynx or c) wget, and then only for web-installing themes.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam3-6/+9
individual package Makefiles.
2001-09-09USE_X11 --> x11.buildlink.mk.jlam3-7/+7
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam23-70/+119
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-24Include Makefile.common near the start of the package Makefile, andjlam3-13/+9
manually include bsd.pkg.mk in each package.
2001-08-23Remove USE_BUILDLINK_X11...it's not usable and may break pkgsrc.jlam1-3/+1
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam3-11/+7
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-21Add a comment that "--enable-lite" is broken in WindowMaker 0.65.x.tron1-1/+2
2001-08-21Fix some test programs and avoid a double/ulong issue on sparc64abs8-62/+104
2001-08-18Update "windowmaker" package to version 0.65.1. The changes since versiontron9-225/+89
0.65.0 are: - removed FocusFollowMouse from wmaker and WPrefs - fixed problem with alpha images showing a blue tint on big endian machines - fixed problem with WINGs based apps exiting with a "X_RotateProperties" related error when text was selected in a textfiled (including WPrefs.app and Window Maker itself). - fixed bug with maximization of windows with fixed resize increments - added None geometry display type - fixed window enumeration bug - removed GNUisms from wsetfont (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>, Masahide -mac- NODA <mac@clave.gr.jp>) - added slovakian translations from (tomka@oalevice.sk) - added WINGs i18n patch from tomka@oalevice.sk - fixed wmsetbg.c to work in servers capable of multiple depths (overlay) - added HMaximizeKey (Ruda Moura <ruda@conectiva.com.br>) - fixed bad SIGPIPE handling setup across forks (Philippe Troin <phil@fifi.org>) - added workaround for bug in locale handling on font set creation (Seiichi SATO <sato@cvs-net.co.jp>) - Fixed some non-portable shell constructs used in installed scripts (Johnny C. Lam <lamj@stat.cmu.edu>) - Fixed crash with long titles in the window list menu (buffer overflow) (Alban Hertroys <dalroi@wit401310.student.utwente.nl>, reported by Robert Marshall <robert@chezmarshall.freeserve.co.uk>) - Replaced almost all sprintf() calls with snprintf() - fixed crash when removing menu entry for Window List or Workspace submenu
2001-08-16Update to 1.1.11, provided by Hiramatsu Yoshifumi in pkg/13730.wiz3-11/+14
Changes: . Add sound events: RestoreUpSound, RestoreDownSound, MenuPopupSound, MenuCommandSound, OpenSound, CloseSound, PagerSound, and PagingSound. . Change OpengingSound, EndingSound, and RestartSound to SystemStartSound, SystemExitSound, and SystemRestartSound, respectively. . Change the default coloring as in Windows 2000. As well as other bugfixes. Package change: man page now in PLIST, buildlinked.
2001-08-03Update to 2.8.1. New since 2.7:wiz4-45/+45
* Added new Window Maker texture style "interwoven gradients" and attributes WorkspaceBorder/WorkspaceBorderSize * New translations: pt_BR.po, es_ES.po
2001-07-28Don't explicitly set CC=gcc and honor CFLAGS passed in from environmentjlam2-6/+17
during build.
2001-07-28Remove fvwm2-current. fvwm2 is at the same version, and the PLIST is brokenwiz7-573/+1
anyway.
2001-07-27Note update of wmx, the addition of wmx-gnome,and the removal ofjlam1-3/+2
wmx-current and wmx-gnome-current.
2001-07-27This package is obsoleted by wmx-gnome.jlam3-29/+0
2001-07-27wmx-gnome: wmx w/ partial GNOME compliance.jlam2-0/+24
2001-07-27Update wmx to latest stable release wmx-6. Changes from version 5 include:jlam13-187/+72
* multihead support due to Sven Oliver `SvOlli' Moll * shaped window support and window grouping due to Henri * some behavioural improvements * a few bug fixes This package obsoletes wm/wmx-current, so remove the latter.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-23Fix windowmaker segfaults reported in pkg/13148 with the patch from there,wiz2-1/+17
by Anthony Mallet.
2001-07-23Add dependency on hermes.wiz2-2/+4
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-5/+5
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>.