head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.2; locks; strict; comment @# @; 1.5 date 2002.12.05.19.10.46; author drochner; state dead; branches; next 1.4; 1.4 date 2001.09.19.16.50.41; author drochner; state Exp; branches; next 1.3; 1.3 date 2001.06.30.19.08.26; author jlam; state Exp; branches; next 1.2; 1.2 date 2001.03.28.14.57.55; author drochner; state Exp; branches; next 1.1; 1.1 date 2000.12.22.17.26.20; author jlam; state Exp; branches; next ; desc @@ 1.5 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-bc,v 1.4 2001/09/19 16:50:41 drochner Exp $ --- lib/Makefile.am.orig Wed Jul 18 17:31:21 2001 +++ lib/Makefile.am Wed Sep 19 17:51:34 2001 @@@@ -4,13 +4,19 @@@@ MAINTAINERCLEANFILES=Makefile.in -SUBDIRS= config \ +if Version_1_2 +CONFIGDIR= +else +CONFIGDIR= config +endif + +SUBDIRS= $(CONFIGDIR) \ Xm Mrm Uil \ Xm-2.0 Mrm-2.0 Uil-2.0 \ Xm-2.1 Mrm-2.1 Uil-2.1 \ Dt -DIST_SUBDIRS= config \ +DIST_SUBDIRS= $(CONFIGDIR) \ Xm Mrm Uil \ Xm-2.0 Mrm-2.0 Uil-2.0 \ Xm-2.1 Mrm-2.1 Uil-2.1 \ @ 1.4 log @update to 0.93.0 Changes: Bugfixes and further development of DtPrintSetupBox. Support for XmTextFieldSetHighlight() Bugfixes and an additional resource for XmSpinBox. Enhancements for the docs (FAQ, Installation Docs, manpages) mwm fixes/enhancements from Andrei Rezvov Drop inter-library dependencies (any libtool 1.4 related features) Add checks whether to link against -lXp -lXext when using 2.1 Motif libraries (e.g. clients, in our test/ tree) Fix dmalloc debugging support (within configure script) Add some files missing from our test/ tree in the tarballs Smaller configuration and Makefile issues (portability fixes) Remove support for configuring and building Xlt and Xbae from within the LessTif distribution; they will be treated as separate packages from now on. We've been wasting entirely too much time on complexities caused by this lately. No more, I hope. Various fixes for (potential) memory corruption @ text @d1 1 a1 1 $NetBSD$ @ 1.3 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 @d3 3 a5 3 --- lib/Makefile.am.orig Tue Jan 16 07:18:52 2001 +++ lib/Makefile.am @@@@ -4,14 +4,20 @@@@ d20 1 a20 2 Dt \ @@BuildXltDir@@ @@BuildXbaeDir@@ @ 1.2 log @update to 0.92.26 Changes: Fixes for small problem with List widget. More work required on this ... Fixes for some recently introduced bugs within configure. Now link libXm* against -lm if ANSI C math stuff is hidden there Small Scale widget fix (rounding problem) Added two stubs for missing 2.x interfaces. On stub level we should be very close to a complete 2.1 set now Fixes by Kazuyuki Funada, mostly for i18n. Fix and add more (incomplete) man pages to the install target Link our shared libraries against the necessary system libraries (e.g. libXt, libX11) to hardcode the dependencies Rename libDt to libDtPrint, this appears to be what it's called. Remove the print_screen field from struct DtPrintSetupData, the Motif 2.1 manual pages (e.g. about XmPrintSetup) are misleading about libDtPrint. Add -lMrm to the Xlt tests, this is necessary as SciPlot now uses Mrm. Make build option --with-dmalloc to work again properly Make more debugging functions available in a PRODUCTION build (no performance penalty) Debugging output (DEBUG_FILE env var) is now always explicitly unbuffered and can now be sent to "stdin"/"stderr" as well The environment variable controlling which files send debugging output has been renamed to DEBUG_SOURCES and now accepts a blocking entries Debugging output can now be en-/disabled upon runtime. (env vars DEBUG_TOGGLE, DEBUG_SIGNAL) @ text @d3 2 a4 2 --- lib/Makefile.am.orig Tue Jan 16 13:18:52 2001 +++ lib/Makefile.am Wed Mar 28 14:31:30 2001 @ 1.1 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 4 a6 4 --- lib/Makefile.am.orig Tue Dec 5 17:51:35 2000 +++ lib/Makefile.am @@@@ -3,5 +3,12 @@@@ # d8 1 a9 1 + d19 3 a21 2 @@@@ -10,5 +17,5 @@@@ Dt d27 1 @