head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2; locks; strict; comment @# @; 1.4 date 2002.12.05.19.10.46; author drochner; state dead; 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.4 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-bb,v 1.3 2001/06/30 19:08:26 jlam Exp $ --- lib/Dt/Makefile.am.orig Wed May 9 16:41:21 2001 +++ lib/Dt/Makefile.am @@@@ -5,7 +5,13 @@@@ MAINTAINERCLEANFILES=Makefile.in libDtPrint_la_LDFLAGS= -version-info 1:0 +if Version_2_1 +if DefaultVersion21 +libdir = $(exec_prefix)/lib +else libdir = $(exec_prefix)/LessTif/Motif2.1/lib +endif +endif if BuildLibDtPrint @@@@ -15,7 +21,13 @@@@ # libDtPrint_la_LIBADD = @@X_LIBS@@ -lXt $(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS) +if Version_2_1 +if DefaultVersion21 +includedir= $(prefix)/include/Dt +else includedir= $(prefix)/LessTif/Motif2.1/include/Dt +endif +endif include_DATA= Print.h INCLUDES= -I$(top_srcdir)/lib \ @@@@ -37,25 +49,3 @@@@ EXTRA_DIST = Print.h DtPrintSetupBoxP.h \ DtPrintSetupBox.c DtPrintSetupData.c - -install-data-hook: libDtPrint.la -if BuildLibDtPrint -if LibtoolShared - -rm -f $(DESTDIR)$(exec_prefix)/lib/libDtPrint.so.1* - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libDtPrint.so.1* .) -endif -if DefaultVersion21 - -rm -f $(DESTDIR)$(exec_prefix)/lib/libDtPrint.la - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libDtPrint.la .) - if [ -d $(DESTDIR)$(prefix)/include/Dt ]; then rm -rf $(DESTDIR)$(prefix)/include/Dt; else rm -f $(DESTDIR)$(prefix)/include/Dt; fi - (mkdir -p $(DESTDIR)$(prefix)/include && cd $(DESTDIR)$(prefix)/include && $(LN_S) ../LessTif/Motif2.1/include/Dt Dt) -if LibtoolShared - -rm -f $(DESTDIR)$(exec_prefix)/lib/libDtPrint.so - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libDtPrint.so .) -endif -if LibtoolStatic - -rm -f $(DESTDIR)$(exec_prefix)/lib/libDtPrint.a - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.1/lib/libDtPrint.a .) -endif -endif -endif @ 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 @d1 1 a1 1 $NetBSD$ @ 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 13 a15 3 --- lib/Dt/Makefile.am.orig Thu Mar 8 09:25:02 2001 +++ lib/Dt/Makefile.am Wed Mar 28 14:22:55 2001 @@@@ -8,7 +8,11 @@@@ d19 5 d25 1 a25 1 +libdir = $(prefix)/lib d27 1 a27 1 libdir = $(prefix)/LessTif/Motif2.1/lib d29 5 a33 1 lib_LTLIBRARIES= libDtPrint.la d35 24 a58 1 # libDtPrint_la_LIBADD = ../../lib/Xm-2.1/libXm.la @ 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 3 a5 3 --- lib/Dt/Makefile.am.orig Sat Dec 16 15:44:05 2000 +++ lib/Dt/Makefile.am @@@@ -7,7 +7,11 @@@@ d7 1 a7 1 if BuildLibDt d14 1 a14 1 lib_LTLIBRARIES= libDt.la d16 1 a16 1 includedir= $(prefix)/LessTif/Motif2.1/include/Dt @