head 1.10; access; symbols pkgsrc-2013Q2:1.10.0.54 pkgsrc-2013Q2-base:1.10 pkgsrc-2012Q4:1.10.0.52 pkgsrc-2012Q4-base:1.10 pkgsrc-2011Q4:1.10.0.50 pkgsrc-2011Q4-base:1.10 pkgsrc-2011Q2:1.10.0.48 pkgsrc-2011Q2-base:1.10 pkgsrc-2009Q4:1.10.0.46 pkgsrc-2009Q4-base:1.10 pkgsrc-2008Q4:1.10.0.44 pkgsrc-2008Q4-base:1.10 pkgsrc-2008Q3:1.10.0.42 pkgsrc-2008Q3-base:1.10 cube-native-xorg:1.10.0.40 cube-native-xorg-base:1.10 pkgsrc-2008Q2:1.10.0.38 pkgsrc-2008Q2-base:1.10 pkgsrc-2008Q1:1.10.0.36 pkgsrc-2008Q1-base:1.10 pkgsrc-2007Q4:1.10.0.34 pkgsrc-2007Q4-base:1.10 pkgsrc-2007Q3:1.10.0.32 pkgsrc-2007Q3-base:1.10 pkgsrc-2007Q2:1.10.0.30 pkgsrc-2007Q2-base:1.10 pkgsrc-2007Q1:1.10.0.28 pkgsrc-2007Q1-base:1.10 pkgsrc-2006Q4:1.10.0.26 pkgsrc-2006Q4-base:1.10 pkgsrc-2006Q3:1.10.0.24 pkgsrc-2006Q3-base:1.10 pkgsrc-2006Q2:1.10.0.22 pkgsrc-2006Q2-base:1.10 pkgsrc-2006Q1:1.10.0.20 pkgsrc-2006Q1-base:1.10 pkgsrc-2005Q4:1.10.0.18 pkgsrc-2005Q4-base:1.10 pkgsrc-2005Q3:1.10.0.16 pkgsrc-2005Q3-base:1.10 pkgsrc-2005Q2:1.10.0.14 pkgsrc-2005Q2-base:1.10 pkgsrc-2005Q1:1.10.0.12 pkgsrc-2005Q1-base:1.10 pkgsrc-2004Q4:1.10.0.10 pkgsrc-2004Q4-base:1.10 pkgsrc-2004Q3:1.10.0.8 pkgsrc-2004Q3-base:1.10 pkgsrc-2004Q2:1.10.0.6 pkgsrc-2004Q2-base:1.10 pkgsrc-2004Q1:1.10.0.4 pkgsrc-2004Q1-base:1.10 pkgsrc-2003Q4:1.10.0.2 pkgsrc-2003Q4-base:1.10 netbsd-1-6:1.9.0.8 netbsd-1-6-RELEASE-base:1.9 pkgviews:1.9.0.4 pkgviews-base:1.9 buildlink2:1.9.0.2 buildlink2-base:1.9 netbsd-1-5-PATCH003:1.9 netbsd-1-5-PATCH001:1.8 netbsd-1-5-RELEASE:1.6 netbsd-1-4-PATCH003:1.6 netbsd-1-4-PATCH002:1.3; locks; strict; comment @# @; 1.10 date 2002.12.05.19.10.45; author drochner; state dead; branches; next 1.9; 1.9 date 2001.06.30.19.08.25; author jlam; state Exp; branches; next 1.8; 1.8 date 2000.12.22.17.26.19; author jlam; state Exp; branches; next 1.7; 1.7 date 2000.10.23.19.45.19; author jlam; state Exp; branches; next 1.6; 1.6 date 2000.07.25.14.43.17; author jlam; state Exp; branches; next 1.5; 1.5 date 2000.06.21.05.31.49; author jlam; state dead; branches; next 1.4; 1.4 date 2000.04.27.13.14.56; author tron; state Exp; branches; next 1.3; 1.3 date 99.11.24.17.38.51; author hubertf; state Exp; branches; next 1.2; 1.2 date 99.11.24.17.34.10; author hubertf; state Exp; branches; next 1.1; 1.1 date 99.11.03.04.18.48; author jlam; state Exp; branches; next ; desc @@ 1.10 log @update to 0.93.36 changes to the pkg: -don't bother sharing patches with the Motif-1.2 compatible version anymore -- most patches were only necessary to be able to share patches, so it got ridicoulous -kick out use of autoconf et al. - just unneeded complexity -comply to Motif-2.1 instead of 2.0 lesstif changes: -added XmSimpleSpinBox implementation -Initial implementation of the CareParentVisual Trait -Start implementing XmRenderTable, XmRendition, XmTabList -misc fixes/cleanups @ text @$NetBSD: patch-at,v 1.9 2001/06/30 19:08:25 jlam Exp $ --- include/Motif-1.2/Xm/Makefile.am.orig Wed Oct 11 15:36:18 2000 +++ include/Motif-1.2/Xm/Makefile.am @@@@ -73,6 +73,7 @@@@ EXTRA_DIST= $(xm_both_h) +if Version_1_2 # # Install headers # @@@@ -81,8 +82,6 @@@@ # xmdir= $(prefix)/LessTif/Motif1.2/include/Xm -if Version_1_2 - xm_HEADERS = $(xm_both_h) # # Note Xm.h is built by configure, therefore it's not necessarily in @@@@ -90,18 +89,4 @@@@ # tree which may be elsewhere. # xm_DATA = Xm.h - -else -# -# Not Version_1_2 -# -xm_HEADERS = $(xm_12_h) - -endif -install-data-hook: -if Version_1_2 -if DefaultVersion12 - if [ -d $(DESTDIR)$(prefix)/include/Xm ]; then rm -rf $(DESTDIR)$(prefix)/include/Xm; else rm -f $(DESTDIR)$(prefix)/include/Xm; fi - (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/Xm Xm) -endif endif @ 1.9 log @Update lesstif and lesstif12 to 0.92.32. Changes from version 0.92.26 include: Small code fixes to help building on some systems Use new libtool version 1.4 and automake 1.4-p1 Install more machine-indepedent files in $(prefix) @ text @d1 1 a1 1 $NetBSD$ @ 1.8 log @Update lesstif and lesstif12 to version 0.92.6. Make me the maintainer since I'm most familiar with the hack to include the LessTif X11 config files. Relevant changes from version 0.91.8: * Build/Install Uil libs and Headers (and tests) by default. * Fixed some FontList interfaces to conform to the docs. Might fix memory leaks as well. * Ongoing work to use ANSI C89 as much as possible. Drop alternatives being used (e.g. bcopy() and friends) * The Motif 2.x Xme() funcs should now all exist in stubs at least; some had already been "implemented" earlier. * Build support for a Motif 2.1 compatible tree. This will soon replace the 2.0 tree. * Work in progres for creating XmPrint API. (2.1 functionality) @ text @d22 2 a23 1 @@@@ -91,17 +90,4 @@@@ d26 1 a26 1 @ 1.7 log @Update lesstif to 0.91.8. Changes from version 0.91.4 include several fixes to plug memory leaks and changing the way LessTif imake config files are handled. Also, install the HTML documentation in share/doc/html. @ text @d3 3 a5 3 --- lib/config/Makefile.am.orig Wed Aug 30 09:48:20 2000 +++ lib/config/Makefile.am @@@@ -6,10 +6,10 @@@@ d7 1 a7 1 configdir= $(libdir)/X11/config d9 7 a15 2 -EXTRA_DIST = LessTif.rules LessTif.tmpl host.def Imake.tmpl +EXTRA_DIST = LessTif.rules LessTif.tmpl LessTif.def Imake.tmpl d17 23 a39 6 if XIsR6 -config_DATA= LessTif.rules LessTif.tmpl host.def +config_DATA= LessTif.rules LessTif.tmpl LessTif.def else # so being R5 config_DATA= Imake.tmpl LessTif.rules LessTif.tmpl @ 1.6 log @Forgot these patches in previous commit @ text @d3 15 a17 8 --- lib/config/mxmkmf.in.orig Thu Sep 2 19:51:36 1999 +++ lib/config/mxmkmf.in Tue Jul 25 08:18:13 2000 @@@@ -7,4 +7,4 @@@@ # prefix=@@prefix@@ exec_prefix=@@exec_prefix@@ -imake -DUseInstalled -I@@libdir@@/X11/config -I@@x_libraries@@/X11/config +imake -DUseInstalled -I@@libdir@@/X11/lesstif -I@@x_libraries@@/X11/config @ 1.5 log @USE_LIBTOOL instead of PKGLIBTOOL. @ text @d1 1 a1 20 $NetBSD: patch-at,v 1.4 2000/04/27 13:14:56 tron Exp $ --- test/configure.orig Fri Nov 5 21:16:52 1999 +++ test/configure Wed Nov 24 17:30:55 1999 @@@@ -1537,6 +1537,7 @@@@ fi +if false; then # Check for any special flags to pass to ltconfig. libtool_flags="--cache-file=$cache_file" test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" @@@@ -1694,6 +1695,7 @@@@ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. exec 5>>./config.log +fi version=1.2 d3 8 @ 1.4 log @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. @ text @d1 1 a1 1 $NetBSD: patch-at,v 1.3 1999/11/24 17:38:51 hubertf Exp $ @ 1.3 log @remove some leftovers from the defuzzing @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 3 diff -x *.orig -urN ./test/configure /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/test/configure --- ./test/configure Fri Nov 5 21:16:52 1999 +++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/test/configure Wed Nov 24 17:30:55 1999 @ 1.2 log @defuzz @ text @a2 3 Place(s) where this was (most probably...) in before: NetBSD: patch-at,v 1.1 1999/11/03 04:18:48 jlam Exp @ 1.1 log @Update to 0.89.0. Renumbered patches because it got increasingly difficult to track patches to individual files. Changes from 0.88.9: * Add FontChooser widget to Xlt. * Fix to XmText to make a second call to SetValues with the same pointer still work. * Added a directory tree lib/Xbae which contains the Xbae widget set (XbaeMatrix, XbaeCaption, and XbaeInput). * Made build system changes to build Xbae in the same way as Xlt. * Add build system options to Xlt and/or Xbae can be compiled together with LessTif. Use the --enable-build-Xlt and --enable-build-Xbae options. * Xbae contains both automake-based and Imake based build support; we're not sure how actively we'll support Imake though. * RowColumn tear-off segfault fix. * Fixed segfault with xmgrace. * various fixes for openDX * VaSimpleOption fix for Xquote * fixes for mapCallback for DialogShells with BulletionBoard children * Even though binary compatibility is not our true goal, Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif! * Initial attempts at making lesstif threadsafe (PushB, PushBG) * mxftp should now work * XmScrolledWindow/XmScrollBar geometry fixes @ text @d3 7 a9 3 --- test/configure.orig Mon Sep 6 17:21:32 1999 +++ test/configure Tue Nov 2 22:16:17 1999 @@@@ -1391,6 +1391,7 @@@@ d17 1 a17 1 @@@@ -1548,6 +1549,7 @@@@ d25 1 @