Commit graph

2081 commits

Author SHA1 Message Date
jlam
155230e622 Add buildlink.mk file for use by other package Makefiles. 2001-07-15 14:22:08 +00:00
jlam
7266b3491d Regen. 2001-07-15 08:48:19 +00:00
jlam
4b24007ee4 Fix several non-portable shell constructs:
(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-15 08:48:01 +00:00
jlam
c9f42f14c2 Fix several nonportable shell constructs:
(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 08:46:00 +00:00
jlam
fceb89172e [ doesn't understand == as equality operator. 2001-07-15 08:43:34 +00:00
jlam
b1827af46e Fix libwraster linking problem in a more buildlink-friendly way. 2001-07-14 18:22:35 +00:00
jlam
1cede7e4e0 Locale files are installed under ${PKGLOCALEDIR}. 2001-07-14 18:21:37 +00:00
jlam
2d47f2fff1 Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedir
using PKGLOCALEDIR.
2001-07-14 18:20:51 +00:00
jlam
751004b137 Don't include bsd.pkg.mk in Makefile.common -- just include it in the
package Makefile.
2001-07-14 02:27:35 +00:00
fredb
487dc07506 Update my email address. 2001-07-13 14:41:19 +00:00
abs
73515e965d Fix path to documentation in manpage 2001-07-11 07:58:48 +00:00
nra
8e8d5d2e51 Add missing patch file. 2001-07-10 20:25:01 +00:00
nra
7f3766a8dc Update to fvwm-2.4.0. Sync with fvwm2 package. Addresses PR #13373.
Highlights:
-----------

 ** A new "Theme" module called FvwmTheme and "colour sets"
    including 8 kinds of gradients and pixmap support controlling
    the appearance of borders, title bars, frames, 3D shadows,
    menus and modules.

 ** GNOME compliance.
    GNOME hints can be turned on and off for individual windows.

 ** Mouse stroke support.
    You will need the libstroke library, found at

      http://www.etla.net/~willey/projects/libstroke/

 ** Much more flexibility and control in menu definition and menu
    styles including dynamically generated menus and some menu
    generating scripts.

 ** Almost all commands, including Key, Mouse and Style, take
    effect immediately.  The Recapture command is no longer needed
    to activate most changes.

 ** The old StaysOnTop style option has been generalised into the
    concept of layers.  See the fvwm2 man page for details.

 ** Using Alt-Tab now works exactly like the other one.

 ** A derived package fvwm-themes standardises FVWM Themes issues.
    More info is available at

      http://fvwm-themes.sourceforge.net/

 ** Improved multi head support.
2001-07-10 20:15:48 +00:00
nra
a5786c8538 Update to fvwm-2.4.0. Addresses PR #13373.
Highlights:
-----------

 ** A new "Theme" module called FvwmTheme and "colour sets"
    including 8 kinds of gradients and pixmap support controlling
    the appearance of borders, title bars, frames, 3D shadows,
    menus and modules.

 ** GNOME compliance.
    GNOME hints can be turned on and off for individual windows.

 ** Mouse stroke support.
    You will need the libstroke library, found at

      http://www.etla.net/~willey/projects/libstroke/

 ** Much more flexibility and control in menu definition and menu
    styles including dynamically generated menus and some menu
    generating scripts.

 ** Almost all commands, including Key, Mouse and Style, take
    effect immediately.  The Recapture command is no longer needed
    to activate most changes.

 ** The old StaysOnTop style option has been generalised into the
    concept of layers.  See the fvwm2 man page for details.

 ** Using Alt-Tab now works exactly like the other one.

 ** A derived package fvwm-themes standardises FVWM Themes issues.
    More info is available at

      http://fvwm-themes.sourceforge.net/

 ** Improved multi head support.
2001-07-10 20:03:28 +00:00
tron
d20e38e4bd Fix link problems with "libwraster" caused by buildlink changes. 2001-07-07 23:05:21 +00:00
tron
b55d5a9f0b Make this package work under Solaris. 2001-07-06 19:26:18 +00:00
zuntum
40e2368bdd Converted to use buildlink.mk files 2001-06-30 10:37:25 +00:00
zuntum
e0ec2bde39 Set USE_BUILDLINK_ONLY 2001-06-30 10:34:13 +00:00
zuntum
ee81427d1d Converted to use buildlink.mk files 2001-06-30 10:25:01 +00:00
zuntum
1a41c37362 Set USE_BUILDLINK_ONLY 2001-06-30 10:17:53 +00:00
zuntum
518fec84fe Converted to use buildlink.mk files 2001-06-30 10:15:06 +00:00
zuntum
cddff4a151 Set USE_BUILDLINK_ONLY 2001-06-30 09:59:50 +00:00
zuntum
0e4486ce01 Converted to use buildlink.mk files 2001-06-30 09:50:05 +00:00
zuntum
e6b4b15a1e Converted to use buildlink stuff 2001-06-30 09:48:57 +00:00
zuntum
34bb0cf4c8 Converted to use buildlink.mk stuff 2001-06-30 09:45:48 +00:00
zuntum
3c48ffdf3a Converted to use buildlink.mk files 2001-06-30 09:24:56 +00:00
zuntum
29f2c3087f USE_XPM -> xpm's buildlink.mk 2001-06-30 09:16:47 +00:00
zuntum
9ece772cd9 Update ion to 20010523
Changelog:

2001-04-25:
  * Added missing functions to documentation

2001-04-19:
  * switch_ws_next/prev wrap around
  * Fixed a problem with some programs' popups

2001-04-01:
  * Unmap;map race condition fix.

o also set USE_BUILDLINK_ONLY
2001-06-30 09:01:34 +00:00
nra
5187edfa6a Fix patch-ad so it compiles. 2001-06-29 16:28:50 +00:00
nra
1c3cc7f313 Fix patch-ad to apply correctly. 2001-06-29 14:28:05 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
wiz
be8994f5f0 add and enable amaterus 2001-06-28 16:16:03 +00:00
wiz
923ef015fb Initial import of amaterus, a gtk+ based window manager.
Based on the package submitted by Takehiro Sakagami in pkg/12653.
Adapted to use buildlink.mk, and other changes in pkgsrc.
2001-06-28 16:15:17 +00:00
fvdl
4b9a27b329 Update. 2001-06-28 14:20:32 +00:00
fvdl
3ced13fa2b Reset SIGPIPE handler to default (from SIG_IGN) before execing anything,
otherwise all children (xterms, etc) will end up ignoring SIGPIPE.
2001-06-28 14:20:17 +00:00
jlam
bb9b02b84b Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-26 21:01:59 +00:00
jlam
31f3f9b57a Have package Makefiles include bsd.pkg.mk by themselves. 2001-06-26 20:55:37 +00:00
jlam
738cc1edc9 Set GNU_CONFIGURE instead of HAS_CONFIGURE and all those unnecessary
CONFIGURE_ARGS, and mark as USE_BUILDLINK_ONLY.
2001-06-26 20:48:20 +00:00
zuntum
43361e838e Converted to use buildlink.mk files 2001-06-26 00:38:28 +00:00
zuntum
8e7a5777ae Update fvwm2-current to 2.3.33
Changes:

- fixed several memory leaks
- mouse handling fixes
- manual page fixes

o add --without-gnome just to make sure it isn't used

Fixes pkg/13303 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-06-25 09:49:49 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
5fc276d091 Convert to use buildlink.mk files. 2001-06-18 05:09:08 +00:00
wiz
f28da02c28 xpkgwedge fix by John P. Darrow from pkg/13222. 2001-06-16 00:29:29 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
hubertf
a2e30883f4 Change maintainer's mail address, requested on IRC 2001-06-07 02:01:11 +00:00
jtb
948bce0990 LICENSE=amiwm-license 2001-06-07 00:09:21 +00:00
agc
fecd69c451 Add and enable qvwm 2001-05-30 14:31:50 +00:00
agc
a38e8e429f Initial import of qvwm-1.1.10 into the packages collection.
Provided in PR 13052 by Hiramatsu Yoshifumi (hiramatu@mil.allnet.ne.jp)

Qvwm is a Windows 95/98/NT like window manager for X Window System.
It allows Windows 95/98/NT users to use X Window System without
hesitation and X Window System users to use Windows 95/98/NT without
hesitation.
2001-05-30 14:30:48 +00:00
tron
afb084ff34 Remove patch obsoleted by last update. 2001-05-22 19:35:37 +00:00
wiz
8e258a060c Update to 0.65.0. Extract of changes:
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-22 10:42:13 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
tron
a5e6d8ab03 Add missing "Size" entries. 2001-05-21 05:27:56 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
zuntum
c0f07671d1 Update fvwm2-current to 2.3.32
Changelog is said to be too long to be included here.

Fixes pkg/12909 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-05-14 13:36:07 +00:00
fredb
6fb136c538 Update the package's home page (thanks to wiz for pointing this out),
and clarify the IGNORE variable, and comment.
2001-05-11 18:57:59 +00:00
wiz
6473897e0f Use SHA1, and add size. 2001-05-09 12:31:39 +00:00
dmcmahill
bdd69413f2 add missing header (string.h) to keep alpha's happy. 2001-05-07 12:12:07 +00:00
zuntum
8f1f423983 Make this package depend on gtk, should fix bulk build 2001-05-02 09:35:47 +00:00
jlam
6b22abff85 Honor CFLAGS passed in from environment during build. 2001-05-01 16:34:10 +00:00
zuntum
f03393a168 Update fvwm2-current package to 2.3.31
ChangeLog too long to include here, available in ChangeLog file in DISTFILE.

Fixes pkg/12588 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-04-27 15:14:58 +00:00
zuntum
16b0ddd233 add & enable ion 2001-04-22 13:36:07 +00:00
zuntum
2269c81309 Initial import of ion-20010314
Ion is a window manager dividing the screen into frames rather than having
overlapping windows, much like the windows in Emacs. Navigation between
clients can be done solely using the keyboard without need for a mouse.

Package provided by Daniel Lundin <daniel@codefactory.se> in pkg/12719
2001-04-22 13:32:28 +00:00
jlam
ef438ce8bf Fix shared distinfo file for wmx-current and wmx-gnome-current. 2001-04-19 15:32:51 +00:00
agc
3cc7d61e15 Move to sha1 digest, and add distfile size 2001-04-18 09:26:04 +00:00
agc
b124c59d46 Move to sha1 checksums, and add file sizes. 2001-04-18 09:19:50 +00:00
agc
41e8e90119 Move to sha1 checksums where appropriate and possible.
Add distfile sizes where possible.
2001-04-17 16:03:42 +00:00
agc
2b0473f220 Add size of distfile 2001-04-17 14:14:47 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
agc
51616738cc Add and enable pwm 2001-04-15 20:39:31 +00:00
agc
c1cebc8660 Initial import of the pwm window manager into the packages collection.
This package was provided in PR 12524 by salvage@plethora.net (T.  M.
Pederson).

"PWM is a rather lightweight window manager.  It has the unique feature
that multiple client windows can be attached to the same frame.  This
feature helps keep windows, especially the numerous xterms, organized.

Being a lightweight window manager with emphasis on usability, PWM
does not have all the features that one might expect from a window
manager.  Those features are simply unnecessary.  PWM does not provide
pixmapped themes or other bloated eye candies but has a clean and
simple look inspired by BeOS and Motif.  There are no icons and frames
cannot be iconified, only "shaded".  Only one pointer focus mode is
supported:  sloppy.  PWM does not even have titlebar buttons and may
not be the easiest window manager to get into; most good things are
not.

PWM has workspaces, menus and Window Maker dockapp support.  It has
pretty good keyboard support and almost all of the functionality is
configurable."
2001-04-15 20:35:57 +00:00
toshii
e48a41d4c4 Update sawfish to 0.38.
Many changes from previous pkgsrc version, including:
- Translation updates
- New theme `Crux'
- Bug fixes
2001-04-03 08:43:49 +00:00
toshii
efce33df53 Not necessary because ../../sawfish/files/md5 is used. 2001-04-03 08:35:04 +00:00
wennmach
b88d267c08 Added INFO_FILES to Makefile and @exec/@unexec install-info to pkg/PLIST 2001-03-29 12:05:04 +00:00
rh
3565bd5bc1 Fix PLIST 2001-03-28 10:10:24 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
rh
3627c240f0 Add and enable fvwm2-current 2001-03-20 14:56:03 +00:00
rh
8bbc2afedd Initial import of fvwm2-current-2.3.29, the latest beta of fvwm2, provided
in PR-12376 by Martti Kuparinen <martti.kuparinen@iki.fi> with some changes
by Thomas Klausner and myself.
2001-03-20 14:54:36 +00:00
wiz
3af0319242 Correct bitmap/pixmap paths once again. Pointed out by veego. 2001-03-19 19:09:52 +00:00
wiz
5fce1c2af2 s/X11ROOT/X11BASE/ 2001-03-19 17:41:09 +00:00
wiz
feb2432479 Update to 2.2.5, provided by Martti Kuparinen in pkg/12377.
Changes: Remote startup sped up, security fix regarding .fvwm2rc being
searched in . if $HOME was not set, and some minor fixes.
2001-03-13 20:59:14 +00:00
jlam
14b034d4cf Add USE_X11 to get correct linker directives 2001-03-13 15:01:40 +00:00
wiz
36354f7271 add @dirrm include/WINGs 2001-03-12 11:42:03 +00:00
wiz
3bc7473330 We don't want pkg/COMMENTs anymore. 2001-03-12 10:27:30 +00:00
zuntum
d6b74e06fd add & enable ratpoison 2001-03-12 08:02:01 +00:00
zuntum
b5a6da8670 Initial import of ratpoison.
Ratpoison is a simple Window Manager with no fat library
dependencies, no fancy graphics, no window decorations,
and no flashy wank. It is largely modelled after GNU
Screen which has done wonders in virtual terminal market.

All interaction with the window manager is done through
keystrokes. ratpoison has a prefix map to minimize the
key clobbering that cripples EMACS and other quality
pieces of software.
2001-03-12 07:59:08 +00:00
fredb
f60113c873 Update to Afterstep-1.8.8. Bug fixes to many modules. Shaped icons are
back, and the completely re-written "Audio" module makes all kinds
of funny noises! Update submitted by Martti Kuparinin in PR pkg/12380.
2001-03-11 19:58:58 +00:00
mjl
45a38999bd Update to 0.64.0. Notable changes include:
- 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-11 16:59:03 +00:00
tron
f36f0d3802 Invoke "xmkmf" with full pathname to avoid problems on systems with two
X11 installations like e.g. Solaris with OpenWindows and XFree86.
2001-03-11 16:19:45 +00:00
hubertf
adfa61bb6b add & enable bbkeys and bbkeys-qt 2001-03-10 20:01:29 +00:00
hubertf
702e66f9b9 Add bbkeys-qt-1.2: Qt-based configuration utility for bbkeys
Qt-based configuration utility for bbkeys to replace the simplistic
terminal-based one included.

Submitted by Al Snell <alaric@alaric-snell.com> in PR 11259
2001-03-10 20:00:43 +00:00
hubertf
18ab3d7e7a Add bbkeys-0.3.5: General X Window keygrabber
Provide keyboard shortcuts for X11R6, specifically intended for use with
the Blackbox window manager but usable with any.

Can bind actions such as executing commands, altering the states of windows,
switching workspaces, etc. to arbitrary keys.

Note: since the basic package does not install the qt-based configuration
tool, bbkeys ought to be invoked with the -noqt option unless you also
install the wm/bbkeys-qt package.

Submitted by Al Snell <alaric@alaric-snell.com> in PR 11259
2001-03-10 20:00:26 +00:00
wiz
9e7047f03b Regen patch-sum; remove whitespace from PLIST. 2001-03-08 10:29:25 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
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-03-04 09:06:09 +00:00
tron
3ad0174c3b Add a file with "patch" is an ugly kludge. But the file into "${FILESDIR}"
where it belongs and copy it to "${WRKSRC}" in the "post-extract" targets.
This also prevents the installation of "bsd-daemon.xpm.orig".
2001-03-03 22:01:11 +00:00
tron
40abb1adcd Add missing file "lib/X11/icewm/taskbar/bsd-daemon.xpm". 2001-03-03 21:56:56 +00:00
wiz
8ef26e1c4d Replace some hardwired /usr/local's in some files with ${PREFIX}.
Bump version to 0.62.1nb1. Solves pkg/12021.
2001-02-28 16:44:39 +00:00
wiz
de3440cee8 Add patch for better quitting (no event needed after choosing 'exit')
supplied by Joel Reicher in pkg/11732.
2001-02-27 18:01:26 +00:00
tron
eaa668697f Use "PKGLOCALEDIR" instead of "LOCALEDIR". 2001-02-26 20:19:43 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
c7835ea530 Make this right: We want RCS Ids. 2001-02-23 17:40:25 +00:00
wiz
987295f062 Apply patches supplied in pkg/11959 by Anders Dinsen to display
a BSD daemon instead of something else...
2001-02-23 17:39:50 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
73857919e1 regen 2001-02-15 13:34:57 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
fredb
f8363e87f7 Fix a few more paste-o's. 2001-02-07 05:16:39 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
fredb
ccee4c25aa Don't let afterstepdoc call netscape with "-remote <url>", since packaged
netscape is now really ns-open.
2001-01-25 18:55:07 +00:00
fredb
09c779f30c Give a nod to gnome compatibility. 2001-01-25 13:06:35 +00:00
fredb
518d5310c9 Tweak "DEPENDS": fix invalid dewey depends for rplay by bumping to
latest version, and add a comment explaining why asclock and xp
are set off from the others (they're not needed to build afterstep).
2001-01-25 12:36:16 +00:00
jlam
0754d587a1 Add and enable wmx-current and wmx-gnome-current. 2001-01-18 20:21:56 +00:00
jlam
ff36b343df wmx-gnome-current: wmx + partial GNOME compliance compiled in 2001-01-18 20:19:37 +00:00
jlam
f58bf05192 Import wmx-6.0pre6 as wmx-current with PKGNAME wmx-5.0.6.
Changes from version 5.0 include bugfixes, shaped window
support, and partial GNOME compliance (compile-time option).
2001-01-18 20:17:11 +00:00
tv
4055a99ecc Standardize version number: "0.62.x" -> "0.62nb1" 2001-01-13 19:22:36 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
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.
2001-01-04 15:10:17 +00:00
veego
a66c657227 Update to 2.2.4:
Changes in official release 2.2.4 (November 1999)

* Fixed HP-UX 10.20 build problems.
* Fixed build problems without shape extension.

Changes in official release 2.2.3 (October 1999)

* Several minor bugfixes.
* Fixed dragging windows out of the pager.
* Added support for StartFunction & ImagePath not to break new configurations.
* Fixed long-window-name-hangs-X bug.
2001-01-01 23:42:04 +00:00
abs
6968ccff3d Update MASTER_SITES 2000-12-22 16:29:37 +00:00
abs
a6d1c2cdc2 Fix changed path to asclock 2000-12-22 16:21:53 +00:00
wiz
83e2c4fece Move x11/ascp, x11/econf, and x11/wmextra to wm. 2000-12-18 13:54:38 +00:00
wiz
c9cf5a7dd9 Move three more window manager support packages from x11 to wm. 2000-12-18 13:50:41 +00:00
wiz
97a497bb89 Move three more packages from x11 to wm. 2000-12-15 23:31:14 +00:00
wiz
4f91656212 Move three window manager support packages from x11 to wm. 2000-12-15 23:25:17 +00:00
wiz
f0ace80ad8 HOMEPAGE now on sourceforge 2000-12-15 02:24:27 +00:00
wiz
ab1af95385 Update HOMEPAGE 2000-12-15 02:20:24 +00:00
wiz
d75fe42fb4 Fix DEPENDS path, reported in pkg/11740 by Tomasz Luchowski. 2000-12-14 20:00:35 +00:00
skrll
44a3b7dfb6 Remove incorrect pkg entry.
Reported by Adam Ciarcinski <adam@pulstar.man.szczecin.pl> on tech-pkg.
2000-12-14 12:49:59 +00:00
wiz
a590b74211 Complete move of 9wm from category plan9 to wm. 2000-12-12 13:07:14 +00:00
wiz
038a6b30bb Move 9wm to category wm. 2000-12-12 13:05:02 +00:00
wiz
b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00