summaryrefslogtreecommitdiff
path: root/wm/windowmaker
AgeCommit message (Collapse)AuthorFilesLines
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-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-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-6/+11
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-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-21Add a comment that "--enable-lite" is broken in WindowMaker 0.65.x.tron1-1/+2
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-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>.
2001-07-15Add the buildlink-config-wrapper targets to the pre-configurejlam1-1/+4
dependencies.
2001-07-15Add buildlink.mk file for use by other package Makefiles.jlam1-0/+71
2001-07-15Regen.jlam1-1/+4
2001-07-15Fix several non-portable shell constructs:jlam1-0/+119
(1) [ doesn't understand ==; use = instead. (2) i=${!tmp} is apparently intended to do the equivalent of eval i=\$$tmp; so use the latter instead. I don't see how this script ever worked before.
2001-07-15Fix several nonportable shell constructs:jlam1-0/+63
(1) [ doesn't understand ==; use = instead. (2) (( ... )) isn't valid /bin/sh; use [ ... ] instead. (3) ${foo:0:4} to get the first 4 letters of ${foo} isn't valid /bin/sh, so use a loop to remove letters off the end until only 4 letters remain.
2001-07-15[ doesn't understand == as equality operator.jlam1-0/+13
2001-07-14Fix libwraster linking problem in a more buildlink-friendly way.jlam2-12/+14
2001-07-14Locale files are installed under ${PKGLOCALEDIR}.jlam1-43/+43
2001-07-14Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedirjlam1-3/+3
using PKGLOCALEDIR.
2001-07-07Fix link problems with "libwraster" caused by buildlink changes.tron2-4/+13
2001-06-30USE_XPM -> xpm's buildlink.mkzuntum1-2/+2
2001-06-29Fix patch-ad so it compiles.nra2-6/+6
2001-06-29Fix patch-ad to apply correctly.nra2-5/+5
2001-06-28Update.fvdl1-1/+2
2001-06-28Reset SIGPIPE handler to default (from SIG_IGN) before execing anything,fvdl1-0/+25
otherwise all children (xterms, etc) will end up ignoring SIGPIPE.
2001-06-26Converted to use buildlink.mk fileszuntum1-11/+8
2001-05-22Remove patch obsoleted by last update.tron1-40/+0
2001-05-22Update to 0.65.0. Extract of changes:wiz6-26/+26
Bug fixes for GNOME interaction; fixes for window positions/states after wm crashes; removed single appicon stuff; fixed race conditions on signal handlers; SIGINT will gently exit, SIGTERM will not be handled; better alpha handling in some cases; MouseButton handling done differently (don't bind Button to Action, but Action to Button); made "Keep on Top" in the dock/clip menu a checked menu entry. Please note: There was a bug in XPM saving -- please delete your icons in ~/GNUstep/.AppInfo/WindowMaker, they will be recreated on the next start of the corresponding programs.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-05-21Add missing "Size" entries.tron1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-12add @dirrm include/WINGswiz1-1/+2
2001-03-11Update to 0.64.0. Notable changes include:mjl7-31/+65
- fixed messup in get-{wings,wutil,wraster}-flags - fixed #wmdatadir# substitution in wmaker.inst (Seiichi SATO <sato@cvs-net.co.jp>) - Removed spurious focus disabling for GNUstep applications - Fixed broken panels. - decreased nice() value in wmsetbg - applied gnome panel not-covering patch - added item copy to WPrefs menu editor - added locale selection code for menu in wmaker.inst - fixed bug in built-in xpm support - removed plugin support - fixed a crash bug in WPrefs menu editor - added updated single-click patch - fixed WindozeCycling config in WPrefs - fixed circulate raise withour WindozeCycling - added wmagnify utility - changed behaviour of control/shift double click on titlebar for maximize - updated getstyle to account for extendspace options - fixed weird color bug in jpeg loader - improved and simplified fonts configuration for multibyte languages - cleaned ParseCommand() and renamed to TokenizeString() - rewrote menu editor in WPrefs - fixed circulateraise on non-windoze cycling mode - fixed bug with incorrect reading of ppm files - fixed bug with incorrect window placement using automatic placement, while there were shaded windows on other workspaces - fixed some buffer overflow issues in WINGs - fixed bug with WPrefs.app not selecting the menu appearance options after startup. - fixed some memory leaks generated by wstrappend() - fixed code that was dependant on the order of evaluation in wrlib. This fixed a number of problems, like greyscale jpegs that showed up in red and possibly the problems with pseudocolor displays. - made clicks on unfocused windows be effective on focus follow mouse/sloppy
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
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-02-28Replace some hardwired /usr/local's in some files with ${PREFIX}.wiz1-2/+8
Bump version to 0.62.1nb1. Solves pkg/12021.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Fix a few more paste-o's.fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-12Add new category wm for window managers, and move lots of package fromwiz11-0/+539
x11 here. Only changes are: `wm' in category added and some paths fixed.