summaryrefslogtreecommitdiff
path: root/x11/lesstif/Makefile
diff options
context:
space:
mode:
authortron <tron>2000-04-27 13:14:47 +0000
committertron <tron>2000-04-27 13:14:47 +0000
commit63e83cc01dbb92f9e3dd204559a446975e5e838b (patch)
tree88f6d397595139dced8b254c5617a7c94a82fccf /x11/lesstif/Makefile
parent73b280bc57d4a73447f2b98fe86c5ecedf84ad1a (diff)
downloadpkgsrc-63e83cc01dbb92f9e3dd204559a446975e5e838b.tar.gz
Update lesstif package to version 0.90.0 based on patches supplied by
Mark Davies in PR pkg/9915. Changes since version 0.89.9: - XbaeMatrix : work in progress for making rows resizable. This is already in place for columns, it is one of the requirements for being able to handle different fonts. This may break binary compatibility with previous releases. - Various XmText bugfixes. - Add Xm/MenuT.h trait include file, required for Xmt 2.1.3. - XbaeMatrix : two bugfixes related to use of global variables (auch). - CascadeButtons : if we set the sub-menu on a menubar there is no need to refresh. - All over : remove reference to timers we've nuked with XtRemoveTimeOut(). - XmList (XmEXTENDED_SELECT) - the selected_item_count was always coming back as 1 - ImageCache : add None symbolic name for transparency. - XmTextFieldSetSelection - do not allow the start or end position to be greater than the current length. - Make Labels handle bitmaps in the version 2 case only - XmRowColumn : Give the focus to the root when we don't know were else to put it - SelectionBox has a class method called list_callback. In our FileSB class initialization this field was missing. This was causing FileSB sub-classing problems. - Do not activate an accelerator belonging to an un-managed widget. (DDD) - Mnemonics were being installed and un-installed based on a different set of rules. - Make label handle pixmaps with a depth of 1. - Xbae : consistent use of ANSI C prototypes. - Several bugfixes to RPM configuration file (lesstif.spec). - Work in progress for making Xbae widgets threadsafe. - XmListReplaceItemsPosUnselected doesn't replace last item due to the test being performed as if position were 0 based rather than 1 based. - DragBS : don't tell bcopy to copy a negative length. - Various fixes for compiler warnings. - DragBS : _XmWriteDragBuffer also seems to have difficulties - it doesn't work if the 'size' is bigger than 1000, because someone had the bright idea of hardcoding 1000 in as the maximum possible size. - Convert web pages to using JPEG instead of GIF. - Add Builder Xcessory example files for Xbae widgets. With these you should be able to import the Xbae widgets onto the BX palette. - Print a couple of warnings if someone calls Mrm thinking it might actually do something. - Clean up website text consistency. - Fix XmListYToPos(). - Get rid of - Our sample system.mwmrc wasn't correct. - Manager.c : virtual key accelerator handler. - lesstif.spec : make sure the include files for Xbae, Xlt make it in. - lesstif.spec : split the "devel" RPM into two - the "devel" RPM keeps the development stuff (include files etc), the new "static" RPM contains the static libraries.
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r--x11/lesstif/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 497b3b63841..c18f518cd56 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2000/02/12 03:54:51 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2000/04/27 13:14:47 tron Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
-DISTNAME= lesstif-0.89.9
+DISTNAME= lesstif-0.90.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
ftp://ftp.unicamp.br/pub/X11/lesstif/srcdist/ \