Commit graph

183 commits

Author SHA1 Message Date
wiz
aa1d1d1394 scwm has been broken for over a year now (because it doesn't work with
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-09 00:43:12 +00:00
tron
3f44b12915 Fix build problem on systems running XFree86 3.3.x in conjuction with the
"xpkgwedge" package.
2001-11-01 10:00:52 +00:00
jlam
1ea58d26e3 Change reachover references into another package's pkg/ directory into
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-11-01 09:41:13 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
jmc
b9a9abf273 Remove distinfo and note the reasons why it doesn't exist in the Makefiles.
(it changes contents too often on the master site).
2001-10-30 09:49:31 +00:00
jmc
4c50e6a490 Add a distinfo which lists all the themes 2001-10-30 07:30:53 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
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-23 13:14:43 +00:00
mycroft
b378a0fa44 Update to sawfish 1.0.1, and put back the static libraries. 2001-10-22 02:34:38 +00:00
wiz
9a50e2ff61 Update sawfish (and sawfish-replibs) to 1.0, provided by Eric Gillespie Jr.
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-21 21:19:21 +00:00
wiz
0028725f12 Update to 1.00, provided by Hiramatsu Yoshifumi in pkg/14285.
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-21 12:25:58 +00:00
wiz
582c35dd27 Update to 1.0.0, from pkg/14226 by Sen Nagata. 2001-10-21 10:10:05 +00:00
tron
cc29c215ec Fix build failure on systems where "xpkgwedge" is installed. 2001-10-14 13:47:17 +00:00
martti
b180b781b9 There was a problem with PLIST if the user had gtk+ installed but
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-11 09:11:22 +00:00
fredb
a2e322f443 Interpret the "Alt" key mentioned in the documentation as keysym "Alt_L",
not "Meta_L". This restores the wmx 5.0 behavior.
2001-10-09 18:12:05 +00:00
martti
db9641af77 - Updated to version 2.4.3.
- 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-09 12:19:05 +00:00
fredb
2b2141c2d2 Make the background pixmap feature work as documented. Now, placing
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-07 15:03:32 +00:00
rh
5b7348572a s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/
remove dependency on automake
2001-10-07 13:08:32 +00:00
wiz
d5b27d2c88 Remove a superfluous whitespace. 2001-10-05 14:16:37 +00:00
wiz
01ab29fe3e Add devel/libproplist/buildlink.mk, since it's not coming automatically
with wm/windowmaker/buildlink.mk anymore.
2001-10-05 13:23:28 +00:00
wiz
f051ca64a7 Update to 0.70.0, based on pkg/14157 by Geoff C. Wing, with some fixes
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-05 12:18:57 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
wiz
3cdb56fd3f Path on master sites changed. 2001-10-02 08:48:02 +00:00
martti
6cbe3bb122 Fvwm 2.4.2 has been released. List of changes is too long to be included
here, please see ChangeLog in the build directory for further details.
2001-10-01 11:14:42 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-27 23:17:41 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
a7c38d8edc Remove dependency on perl -- it's only useful together with a) some more
perl packages b) lynx or c) wget, and then only for web-installing themes.
2001-09-09 13:57:10 +00:00
jlam
99c293f270 Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
2001-09-09 03:37:00 +00:00
jlam
49c2603eaf USE_X11 --> x11.buildlink.mk. 2001-09-09 03:10:08 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
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-29 22:41:00 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
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-26 10:32:18 +00:00
jlam
aab0c5862a Include Makefile.common near the start of the package Makefile, and
manually include bsd.pkg.mk in each package.
2001-08-24 05:35:17 +00:00
jlam
a00ad8e56d Remove USE_BUILDLINK_X11...it's not usable and may break pkgsrc. 2001-08-23 21:00:07 +00:00
jlam
73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
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-22 17:38:56 +00:00
tron
9001d130f0 Add a comment that "--enable-lite" is broken in WindowMaker 0.65.x. 2001-08-21 19:41:56 +00:00
abs
d67077fac2 Fix some test programs and avoid a double/ulong issue on sparc64 2001-08-21 08:17:39 +00:00
tron
71cb7cab9a Update "windowmaker" package to version 0.65.1. The changes since version
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-18 18:13:27 +00:00
wiz
853a40dfed Update to 1.1.11, provided by Hiramatsu Yoshifumi in pkg/13730.
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-16 14:52:28 +00:00
wiz
3e0cc6a068 Update to 2.8.1. New since 2.7:
* Added new Window Maker texture style "interwoven gradients" and
  attributes WorkspaceBorder/WorkspaceBorderSize
* New translations: pt_BR.po, es_ES.po
2001-08-03 17:49:40 +00:00
jlam
2883045988 Don't explicitly set CC=gcc and honor CFLAGS passed in from environment
during build.
2001-07-28 21:44:36 +00:00
wiz
880f87c385 Remove fvwm2-current. fvwm2 is at the same version, and the PLIST is broken
anyway.
2001-07-28 18:26:06 +00:00
jlam
b6ef576793 Note update of wmx, the addition of wmx-gnome,and the removal of
wmx-current and wmx-gnome-current.
2001-07-27 20:51:36 +00:00
jlam
18f1a482a7 This package is obsoleted by wmx-gnome. 2001-07-27 20:44:24 +00:00
jlam
16df0dfd7b wmx-gnome: wmx w/ partial GNOME compliance. 2001-07-27 20:42:21 +00:00
jlam
4cc106d5d7 Update wmx to latest stable release wmx-6. Changes from version 5 include:
* 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-27 20:39:59 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
d0d99e2728 Fix windowmaker segfaults reported in pkg/13148 with the patch from there,
by Anthony Mallet.
2001-07-23 18:56:19 +00:00
wiz
8cd7b71bcf Add dependency on hermes. 2001-07-23 18:54:54 +00:00
jlam
dd30dabc8c Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
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-20 01:54:51 +00:00