head 1.13; access; symbols pkgsrc-2013Q2:1.13.0.54 pkgsrc-2013Q2-base:1.13 pkgsrc-2012Q4:1.13.0.52 pkgsrc-2012Q4-base:1.13 pkgsrc-2011Q4:1.13.0.50 pkgsrc-2011Q4-base:1.13 pkgsrc-2011Q2:1.13.0.48 pkgsrc-2011Q2-base:1.13 pkgsrc-2009Q4:1.13.0.46 pkgsrc-2009Q4-base:1.13 pkgsrc-2008Q4:1.13.0.44 pkgsrc-2008Q4-base:1.13 pkgsrc-2008Q3:1.13.0.42 pkgsrc-2008Q3-base:1.13 cube-native-xorg:1.13.0.40 cube-native-xorg-base:1.13 pkgsrc-2008Q2:1.13.0.38 pkgsrc-2008Q2-base:1.13 pkgsrc-2008Q1:1.13.0.36 pkgsrc-2008Q1-base:1.13 pkgsrc-2007Q4:1.13.0.34 pkgsrc-2007Q4-base:1.13 pkgsrc-2007Q3:1.13.0.32 pkgsrc-2007Q3-base:1.13 pkgsrc-2007Q2:1.13.0.30 pkgsrc-2007Q2-base:1.13 pkgsrc-2007Q1:1.13.0.28 pkgsrc-2007Q1-base:1.13 pkgsrc-2006Q4:1.13.0.26 pkgsrc-2006Q4-base:1.13 pkgsrc-2006Q3:1.13.0.24 pkgsrc-2006Q3-base:1.13 pkgsrc-2006Q2:1.13.0.22 pkgsrc-2006Q2-base:1.13 pkgsrc-2006Q1:1.13.0.20 pkgsrc-2006Q1-base:1.13 pkgsrc-2005Q4:1.13.0.18 pkgsrc-2005Q4-base:1.13 pkgsrc-2005Q3:1.13.0.16 pkgsrc-2005Q3-base:1.13 pkgsrc-2005Q2:1.13.0.14 pkgsrc-2005Q2-base:1.13 pkgsrc-2005Q1:1.13.0.12 pkgsrc-2005Q1-base:1.13 pkgsrc-2004Q4:1.13.0.10 pkgsrc-2004Q4-base:1.13 pkgsrc-2004Q3:1.13.0.8 pkgsrc-2004Q3-base:1.13 pkgsrc-2004Q2:1.13.0.6 pkgsrc-2004Q2-base:1.13 pkgsrc-2004Q1:1.13.0.4 pkgsrc-2004Q1-base:1.13 pkgsrc-2003Q4:1.13.0.2 pkgsrc-2003Q4-base:1.13 netbsd-1-6:1.12.0.8 netbsd-1-6-RELEASE-base:1.12 pkgviews:1.12.0.4 pkgviews-base:1.12 buildlink2:1.12.0.2 buildlink2-base:1.12 netbsd-1-5-PATCH003:1.12 netbsd-1-5-PATCH001:1.11 netbsd-1-5-RELEASE:1.9 netbsd-1-4-PATCH003:1.9 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.3; locks; strict; comment @# @; 1.13 date 2002.12.05.19.10.44; author drochner; state dead; branches; next 1.12; 1.12 date 2001.06.30.19.08.24; author jlam; state Exp; branches; next 1.11; 1.11 date 2000.12.22.17.26.19; author jlam; state Exp; branches; next 1.10; 1.10 date 2000.10.23.19.45.17; author jlam; state Exp; branches; next 1.9; 1.9 date 2000.07.25.14.42.06; author jlam; state Exp; branches; next 1.8; 1.8 date 2000.01.31.20.45.45; author drochner; state dead; branches; next 1.7; 1.7 date 99.11.24.17.38.50; author hubertf; state Exp; branches; next 1.6; 1.6 date 99.11.24.17.34.10; author hubertf; state Exp; branches; next 1.5; 1.5 date 99.11.03.04.18.47; author jlam; state Exp; branches; next 1.4; 1.4 date 99.09.03.19.45.12; author drochner; state Exp; branches; next 1.3; 1.3 date 98.08.12.22.44.21; author frueauf; state Exp; branches; next 1.2; 1.2 date 98.07.03.11.02.23; author frueauf; state dead; branches; next 1.1; 1.1 date 98.06.26.20.45.55; author frueauf; state Exp; branches; next ; desc @@ 1.13 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-aj,v 1.12 2001/06/30 19:08:24 jlam Exp $ --- clients/Motif-2.1/uil/Makefile.am.orig Tue May 1 08:37:20 2001 +++ clients/Motif-2.1/uil/Makefile.am @@@@ -5,8 +5,12 @@@@ if Version_2_1 bin_PROGRAMS= uil noinst_PROGRAMS = newuil -endif +if DefaultVersion21 +bindir = $(exec_prefix)/bin +else bindir = $(exec_prefix)/LessTif/Motif2.1/bin +endif +endif MAINTAINERCLEANFILES=Makefile.in lex.c yacc.c yacc.h @@@@ -75,10 +79,3 @@@@ rm $$i; \ fi ; \ done - -install-data-hook: -if DefaultVersion21 - -rm -f $(DESTDIR)$(exec_prefix)/bin/$(bin_PROGRAMS) - (cd $(DESTDIR)$(exec_prefix)/bin && $(LN_S) ../LessTif/Motif2.1/bin/$(bin_PROGRAMS) .) -endif - @ 1.12 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.11 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 @d3 1 a3 1 --- clients/Motif-2.1/uil/Makefile.am.orig Thu Dec 7 04:12:29 2000 d11 1 a11 1 +bindir = $(prefix)/bin d13 1 a13 1 bindir = $(prefix)/LessTif/Motif2.1/bin d26 2 a27 2 - -rm -f $(DESTDIR)$(prefix)/bin/$(bin_PROGRAMS) - (cd $(DESTDIR)$(prefix)/bin && $(LN_S) ../LessTif/Motif2.1/bin/$(bin_PROGRAMS) .) @ 1.10 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 15 a17 4 --- include/Motif-1.2/Mrm/Makefile.am.orig Sun Apr 11 08:28:41 1999 +++ include/Motif-1.2/Mrm/Makefile.am @@@@ -16,11 +16,3 @@@@ mrm_HEADERS= MrmAppl.h MrmDecls.h MrmPrivate.h MrmPublic.h d19 5 a23 1 endif d25 3 a27 5 -if Version_1_2 -if DefaultVersion12 - if [ -d $(DESTDIR)$(prefix)/include/Mrm ]; then rm -rf $(DESTDIR)$(prefix)/include/Mrm; else rm -f $(DESTDIR)$(prefix)/include/Mrm; fi - (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif1.2/include/Mrm Mrm) -endif @ 1.9 log @Update lesstif to 0.91.4. Only minor bug fixes and some improvements to the Xbae widget set. As a package, split out the Motif-1.2-compatible libraries into a separate package. This package now contains just the main (Motif-2.0-compatible) LessTif libraries, headers, and documentation. @ text @d4 1 a4 1 +++ include/Motif-1.2/Mrm/Makefile.am Tue Jul 25 08:20:31 2000 @ 1.8 log @update to 0.89.9 changes since 0.89.4: Implement ScrollOneLineDown and ScrollOneLineUp. This is very usefull once you get one of those wheely type mouses. XmNmenuHistory now working for RadioBoxes. Patches to get mnemonics working in nedit. General code cleanup (getting rid of unused "global" symbols) XmListGetSelectedPosition fixes Lots of geometry fixes XmTextSetHighlight fixes XmList fixes Form widget significantly reworked (breaks binary compatibility) openDX translations now working Add Linas Vesptas's fixes to make XbaeMatrix cope well with cell widgets; these are widgets that stay inside one of the matrix's cells. GnuCash uses this extensively, Oleo will use it too. Add XbaeMatrixGetCellWidget() for API completeness. Patch by Jens Krinke for having multiple highlightings in XmText. Convert Xbae FAQ into HTML Xbae used to have #if CELL_WIDGET, they were now removed to make sure cell widget functionality is always compiled in. Updates to the lesstif.spec (file to create RPMs). Add BuilderXcessory configuration files that allow you to use the Xbae widgets in BX. Add XltCreateSciPlot(), this was a missing API, it was "needed" for the BX integration. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.7 1999/11/24 17:38:50 hubertf Exp $ d3 14 a16 12 diff -x *.orig -urN ./doc/www.lesstif.org/imgs/Makefile.in /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/imgs/Makefile.in --- ./doc/www.lesstif.org/imgs/Makefile.in Fri Nov 5 21:14:59 1999 +++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/doc/www.lesstif.org/imgs/Makefile.in Wed Nov 24 17:30:53 1999 @@@@ -126,7 +126,7 @@@@ # Lets put the informational stuff in a sub directory to avoid # poluting /usr/local for default installs. # -rootdir = $(exec_prefix)/LessTif/doc/imgs +rootdir = $(exec_prefix)/share/doc/lesstif/imgs root_DATA = lesstif.jpg ltsunlogo.gif mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../../include/LTconfig.h @ 1.7 log @remove some leftovers from the defuzzing @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @defuzz @ text @a2 3 Place(s) where this was (most probably...) in before: NetBSD: patch-aj,v 1.5 1999/11/03 04:18:47 jlam Exp @ 1.5 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 --- doc/www.lesstif.org/imgs/Makefile.in.orig Mon Sep 6 17:13:54 1999 +++ doc/www.lesstif.org/imgs/Makefile.in Tue Nov 2 22:16:16 1999 @@@@ -122,7 +122,7 @@@@ @ 1.4 log @update lesstif to 0.88.9, from Adam Ciarcinski (adam@@albedo.com.pl) per PR pkg/8299 @ text @d2 4 a5 3 --- doc/www.lesstif.org/imgs/Makefile.in.orig Sun Aug 15 11:48:21 1999 +++ doc/www.lesstif.org/imgs/Makefile.in Sun Aug 15 11:48:36 1999 @@@@ -120,7 +120,7 @@@@ d10 1 a10 1 +rootdir = $(exec_prefix)/share/lesstif/doc/imgs @ 1.3 log @Update lesstif to 0.86.0. @ text @d2 3 a4 4 --- doc/www.lesstif.org/imgs/Makefile.in-orig Wed Aug 12 03:37:31 1998 +++ doc/www.lesstif.org/imgs/Makefile.in Wed Aug 12 23:08:45 1998 @@@@ -106,7 +106,7 @@@@ d8 3 a10 3 -rootdir= $(exec_prefix)/LessTif/doc/imgs +rootdir= $(exec_prefix)/share/lesstif/doc/imgs root_DATA= lesstif.jpg ltsunlogo.gif @ 1.2 log @Update to lesstif-0.85.3 which already contains the fix that was in patch-aj. @ text @d1 13 a13 10 --- include/Motif-1.2/XmI/DragDropI.h-orig Tue Mar 25 03:34:21 1997 +++ include/Motif-1.2/XmI/DragDropI.h Thu Jun 25 22:21:50 1998 @@@@ -241,6 +241,7 @@@@ typedef struct { CARD32 atom; CARD16 namelen; + CARD16 pad; /* Align to 64 bits */ } XmDndAtomPair; typedef struct { @ 1.1 log @Fix a bug found by Michael Hitch. He will report it back to the lesstif people, so with some future release this patch may become obsolete. For now it allows to make a non-segfaulting mozilla on amiga. @ text @@