head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.3 date 2002.12.05.19.10.47; author drochner; state dead; branches; next 1.2; 1.2 date 2001.06.30.19.08.27; author jlam; state Exp; branches; next 1.1; 1.1 date 2000.12.22.17.26.21; author jlam; state Exp; branches; next ; desc @@ 1.3 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-bj,v 1.2 2001/06/30 19:08:27 jlam Exp $ --- lib/Xm-2.0/Makefile.am.orig Sat May 12 06:35:15 2001 +++ lib/Xm-2.0/Makefile.am @@@@ -4,7 +4,13 @@@@ MAINTAINERCLEANFILES=Makefile.in libXm_la_LDFLAGS= -version-info 2:0 +if Version_2_0 +if DefaultVersion20 +libdir = $(exec_prefix)/lib +else libdir = $(exec_prefix)/LessTif/Motif2.0/lib +endif +endif # # Sources in this directory @@@@ -91,24 +97,4 @@@@ rm $$i; \ fi ; \ done -endif - -install-data-hook: libXm.la -if Version_2_0 -if LibtoolShared - -rm -f $(DESTDIR)$(exec_prefix)/lib/libXm.so.2* - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.so.2* .) -endif -if DefaultVersion20 - -rm -f $(DESTDIR)$(exec_prefix)/lib/libXm.la - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.la .) -if LibtoolShared - -rm -f $(DESTDIR)$(exec_prefix)/lib/libXm.so - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.so .) -endif -if LibtoolStatic - -rm -f $(DESTDIR)$(exec_prefix)/lib/libXm.a - (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.a .) -endif -endif endif @ 1.2 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.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 1 a3 1 --- lib/Xm-2.0/Makefile.am.orig Thu Nov 2 16:32:08 2000 d5 5 a9 8 @@@@ -66,10 +66,13 @@@@ # # Install headers # -# Lets put the headers in a sub directory to avoid -# poluting /usr/local with more directories for default installs. +# Let's put the headers in a sub directory if not a default install. # d11 1 a11 1 +libdir = $(prefix)/lib d13 2 a14 1 libdir = $(prefix)/LessTif/Motif2.0/lib d17 3 a19 3 lib_LTLIBRARIES= libXm.la @@@@ -87,24 +90,4 @@@@ d25 1 a25 1 -install-data-hook: d28 2 a29 2 - -rm -f $(DESTDIR)$(prefix)/lib/libXm.so.2* - (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.so.2* .) d32 2 a33 2 - -rm -f $(DESTDIR)$(prefix)/lib/libXm.la - (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.la .) d35 2 a36 2 - -rm -f $(DESTDIR)$(prefix)/lib/libXm.so - (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.so .) d39 2 a40 2 - -rm -f $(DESTDIR)$(prefix)/lib/libXm.a - (cd $(DESTDIR)$(prefix)/lib && $(LN_S) ../LessTif/Motif2.0/lib/libXm.a .) @