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:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.0.4 netbsd-1-6-RELEASE-base:1.1; locks; strict; comment @# @; 1.3 date 2003.03.02.14.57.38; author kei; state dead; branches; next 1.2; 1.2 date 2002.08.23.09.08.09; author martti; state Exp; branches; next 1.1; 1.1 date 2002.08.11.02.34.26; author dmcmahill; state Exp; branches; next ; desc @@ 1.3 log @Updated print/lyx package to 1.3.0. Major new features are listed below. ** Qt frontend ** Xforms frontend ** Gnome frontend ** Instant preview ** Math editor ** Reading old files ** Miscellaneous changes A complete announcement is found at `http://www.lyx.org/announce/1_3_0.txt'. Also, it now depends on teTeX2. This package was provided by Marc Recht. Close pkg/20417. @ text @$NetBSD: patch-ae,v 1.2 2002/08/23 09:08:09 martti Exp $ --- src/frontends/xforms/Makefile.in.orig Tue Aug 20 12:10:27 2002 +++ src/frontends/xforms/Makefile.in Thu Aug 22 14:17:07 2002 @@@@ -657,10 +657,17 @@@@ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) +CXXCOMPILE_NOOPT = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS_NOOPT) $(AM_CXXFLAGS) $(CXXFLAGS_NOOPT) +LTCXXCOMPILE_NOOPT = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS_NOOPT) \ + $(AM_CXXFLAGS) $(CXXFLAGS_NOOPT) CXXLD = $(CXX) CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@@ CXXFLAGS = @@CXXFLAGS@@ +CPPFLAGS_NOOPT = $(CPPFLAGS:C/-O[1-9]*//) +CXXFLAGS_NOOPT = $(CXXFLAGS:C/-O[1-9]*//) COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ @@@@ -679,10 +686,15 @@@@ DIST_SUBDIRS = $(SUBDIRS) SOURCES = $(libxforms_la_SOURCES) +FormForks.o: FormForks.cc +FormForks.lo: FormForks.cc +FormPreferences.o: FormPreferences.cc +FormPreferences.lo: FormPreferences.cc + all: all-recursive .SUFFIXES: -.SUFFIXES: .C .c .lo .o .obj +.SUFFIXES: .C .c .cc .lo .o .obj mostlyclean-libtool: -rm -f *.lo @@@@ -814,6 +826,15 @@@@ distclean-depend: -rm -rf $(DEPDIR) +.C.cc: + cp -f $< $@@ + +.cc.o: +@@AMDEP_TRUE@@ source='$<' object='$@@' libtool=no @@AMDEPBACKSLASH@@ +@@AMDEP_TRUE@@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @@AMDEPBACKSLASH@@ +@@AMDEP_TRUE@@ $(CXXDEPMODE) $(depcomp) @@AMDEPBACKSLASH@@ + $(CXXCOMPILE_NOOPT) -c -o $@@ `test -f $< || echo '$(srcdir)/'`$< + .C.o: @@AMDEP_TRUE@@ source='$<' object='$@@' libtool=no @@AMDEPBACKSLASH@@ @@AMDEP_TRUE@@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @@AMDEPBACKSLASH@@ @@@@ -825,6 +846,12 @@@@ @@AMDEP_TRUE@@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @@AMDEPBACKSLASH@@ @@AMDEP_TRUE@@ $(CXXDEPMODE) $(depcomp) @@AMDEPBACKSLASH@@ $(CXXCOMPILE) -c -o $@@ `cygpath -w $<` + +.cc.lo: +@@AMDEP_TRUE@@ source='$<' object='$@@' libtool=yes @@AMDEPBACKSLASH@@ +@@AMDEP_TRUE@@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @@AMDEPBACKSLASH@@ +@@AMDEP_TRUE@@ $(CXXDEPMODE) $(depcomp) @@AMDEPBACKSLASH@@ + $(LTCXXCOMPILE_NOOPT) -c -o $@@ `test -f $< || echo '$(srcdir)/'`$< .C.lo: @@AMDEP_TRUE@@ source='$<' object='$@@' libtool=yes @@AMDEPBACKSLASH@@ @ 1.2 log @Updated lyx to 1.2.1 - partial rewrite of the find & replace feature. This should solve most of the performance problems - new option `keep aspect ratio' in graphics dialog - revert to the old behaviour when creating new floats (figure, table...): the empty paragraph in the float now is a caption. It seems that 1.2.0 behaviour was confusing too many people - it is now possible to set the float placement parameters to "document defaults" - when the cursor is inside a collapsible inset, `Edit>Open/close float' will leave it after the inset after closing it (this should help entering of ERT insets) - update Finnish, Danish, French and Russian localizations - update Tutorial to 1.2.x features - better support for entering Cyrillic and Greek alphabets - cleanup shortcuts for section layouts. Starred versions are now obtained by prepending a * to the section number (M-p asterisk 0, ..., M-p asterisk 6) - add keyboard shortcuts to the Documents menu - support the numpad direction keys as equivalent to normal cursor keys - it is now possible to specify a non-existent file name on the command line and have this file created for you - new class cl2emult; update template for IEEEtran; small update to heb-article and hollywood textclasses @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2002/08/11 02:34:26 dmcmahill Exp $ @ 1.1 log @decrease optimization level on a handful of files to make this compile using netbsd-1.5.3/alpha and the gcc-2.95.3 package. while here fix the test for endian-ness instead of relying on a small set of hard coded processor types. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- src/frontends/xforms/Makefile.in.orig Sat Aug 10 00:22:18 2002 +++ src/frontends/xforms/Makefile.in @@@@ -656,10 +656,17 @@@@ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_IN d23 1 a23 1 @@@@ -678,10 +685,15 @@@@ DIST_COMMON = ChangeLog Makefile.am Make d40 1 a40 1 @@@@ -813,6 +825,15 @@@@ distclean-compile: d56 1 a56 1 @@@@ -824,6 +845,12 @@@@ distclean-depend: @