Commit graph

12 commits

Author SHA1 Message Date
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.

Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.

ALso simplify the logic to calculate the prefix as well.
2000-07-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).

Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
2000-07-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
a bit more user-friendly.

Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11 14:53:35 +00:00
agc
dbd34e43d7 Use pkg_info(1) to find out the prefix of the installed imlib package,
rather than using a hardcoded best guess.
2000-07-11 10:39:05 +00:00
agc
1b0c8d610f Make these packages work better with xpkgwedge by using X11PREFIX in
preference to X11BASE, and by finding out where the xpm package is
installed by using pkg_info(1), not hardcoding a best guess.
2000-07-11 09:31:32 +00:00
jwise
8ee966dad8 Update xfce to 3.3.1. Highlights of ChangeLog follow, for full ChangeLog,
see http://www.xfce.org/archive/ChangeLog.

01-MAR-2000: XFce 3.3.1
=======================
[Minor bugfixes]

27-FEB-2000: XFce 3.3.0
=======================
- xfwm
  * Added support for X session management (gnome-session, xsm, etc.)
  * Added builtin session management if X session management not available
  * New redesigned title bar (rounded frame, additionnal buttons, ...)
  * Various improvements for icon management (check overlapping icons, etc.)
  * Improved restart function so desktop state is restored properly
- xfce
  * Add support for session management, allowing a session shutdown from xfce
    itself
  * Remove automatic "arrange icon" when user changes default icon location
    This allow to customize the desktop by placing the icons everywhere and
    the position is restored by session management.
- xftree
  * Add new functionality to drag and drop : Pressing [CTRL+SHIFT] link
    destination items instead of copying.

20-JAN-2000: XFce 3.2.5
=======================
[distfile fix]

19-JAN-2000: XFce 3.2.4
=======================
[bug fixes]

04-JAN-2000: XFce 3.2.3
=======================
- xfwm
  * add a little engraved frame around the title bar of unselected windows
  * Remove continuous window update during opaque move. Increases speed and
    fixes a bug with XView applications
- all
  * Improve tootips style
- xfbd
  * Improved pixmap handling and GNOME (terminal transparency) compatibility.

12-DEC-1999: XFce 3.2.2
=======================
- xfce
  * Add a few new textured palettes (Cheese, Metal, OldWood, Paper, Craters,
    Ground and Military)
  * Add some textures (a few from GTK themes series, others made with GIMP)

30-NOV-1999: XFce 3.2.1
=======================
- xfwm
  * Display window geometry, window position and current desk during
    move/resize operations (with outline mode only, not opaque move/resize)
  * Add auto-switchdesk feature, by Guido Draheim <guidod@gmx.de>
  * Add Shift+click or middle mouse button click on window border perform
    move, handy when the window is moved off the screen.
  * Add more configuration sample in sample.xfwmrc

14-NOV-1999: XFce 3.2.0
=======================
- All
  * Graphic support managed by Imlib if available (most common types of image
    format can now be used in xfce/xfwm/xfbd thanks to Imlib)
-xfgnome
  * A new optional GNOME compliancy module based on Gnome module for AfterStep
    by Rafal Wierzbicki <rafal@mcss.mcmaster.ca>
- xfce
  * Added GNOME protocols. XFce panel now works with any GNOME compatible
    window manager (Icewm, Enlightenment, etc.)
  * Mail icons on the XFCE bar change to show if the user has any mail in
    their mailbox (patch contributed by Adam Sampson <azz@gnu.org>)
  * XFce can now read XFCE_DIR/sample.xfce3rc.[current locale] on XFce startup
    to improve MBS languages support (Yamahata Kenichiro <mogutan@din.or.jp>).
- xfhelp
  * Add support for locale : Tries to load help.<$LANG>.html if available
2000-03-03 17:50:25 +00:00
hubertf
3bbeeaa440 be consistent on which version to wildcard 2000-01-10 19:11:07 +00:00
rh
392040f968 defuzz 1999-11-12 15:54:07 +00:00
tron
fd8f256cc5 Use wildcard dependence for "gtk+" package. 1999-10-23 00:05:15 +00:00
jwise
ca4033c11f Update xfce to 3.1.2. Changes from 3.1.0:
01-OCT-1999 : XFce-3.1.2
========================
- xfwm
  * Fix bug in title height computation
- all
  * patch to display Multi-Byte charactors such as Japanese, Chinese or Korean
    properly in menus and titlebars and icons by Yamahata Kenichiro
    <mogutan@din.or.jp>
  * Japanese translation by Yamahata Kenichiro <mogutan@din.or.jp>
- setup/startup scripts
  * Fixes to be compatible with ksh

24-SEP-1999 : XFce-3.1.1
========================
- xfwm
  * Improve event handling (better performance) for move/resize ops.
  * Add configurable XPM icons for iconified windows
  * Implement workarounds to buggy GTK+ 1.2.4
  * Fix key bindings
  * Ignore dummy modifers such as Num Lock or Scroll Lock for keyboard shortcuts
- xfce
  * Add digital clock
- xfclock
  * Totally new rewritten application !
- xfterm
  * A very usefull terminal wrapper submitted by Joakim Andreasson
   <karanne@flashback.net>
- xftree
  * Bug fixes
  * Improve DnD
  * Reduce memory leak (patch submitted by Francois Petitjean
    <francois.petitjean@bureauveritas.com>)
- libs
  * New clock widget (initially based on patches from a Cosource project
    http://www.cosource.com)
1999-10-18 23:16:54 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
jwise
76a5aea6f9 Initial import of xfce-3.1.0, a lightweight desktop environment with a
look and feel similar to CDE.
1999-09-07 00:34:03 +00:00