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:1.4.0.2 netbsd-1-6-1-base:1.4 netbsd-1-6:1.3.0.4 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.2.0.2 pkgviews-base:1.2 buildlink2:1.1.0.2 buildlink2-base:1.2; locks; strict; comment @# @; 1.5 date 2003.03.02.14.57.37; author kei; state dead; branches; next 1.4; 1.4 date 2002.08.23.09.08.09; author martti; state Exp; branches; next 1.3; 1.3 date 2002.08.11.02.34.26; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2002.05.29.07.36.31; author martti; state Exp; branches; next 1.1; 1.1 date 2002.04.18.15.59.56; author fredb; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2002.06.23.18.58.28; author jlam; state Exp; branches; next ; desc @@ 1.5 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-ab,v 1.4 2002/08/23 09:08:09 martti Exp $ Avoid the following error with gcc-2.95.3 (NetBSD-1.5ZC-m68k): c++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -I/usr/X11R6/include -I/usr/X11R6/include/X11 -isystem /usr/X11R6/include -O2 -c lyxfunc.C lyxfunc.C: In method `const class string LyXFunc::Dispatch(int, const string & = string())': lyxfunc.C:3027: Internal compiler error. lyxfunc.C:3027: Please submit a full bug report. lyxfunc.C:3027: See for instructions. *** Error code 1 Stop. make: stopped in /t/pkgobj/print/lyx/work.m68k/lyx-1.1.6fix4/src [and so on] Line 3027 is a single close bracket, the end of a switch statement that starts on line 675. Increasing the process stack size to 32768 didn't help. Also avoid a c++ bug with gcc-2.95.3 on alpha where the assembler runs for ever and never finishes --- src/Makefile.in.orig Tue Aug 20 12:10:20 2002 +++ src/Makefile.in Thu Aug 22 14:07:44 2002 @@@@ -549,6 +549,11 @@@@ @@AMDEP_TRUE@@ $(DEPDIR)/undo_funcs.Po $(DEPDIR)/undostack.Po \ @@AMDEP_TRUE@@ $(DEPDIR)/vc-backend.Po $(DEPDIR)/version.Po \ @@AMDEP_TRUE@@ $(DEPDIR)/vspace.Po +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) CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ @@@@ -559,6 +564,8 @@@@ $(AM_LDFLAGS) $(LDFLAGS) -o $@@ CXXFLAGS = @@CXXFLAGS@@ CFLAGS = @@CFLAGS@@ +CPPFLAGS_NOOPT = $(CPPFLAGS:C/-O[0-9]*//) +CXXFLAGS_NOOPT = $(CXXFLAGS:C/-O[0-9]*//) COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ @@@@ -580,8 +587,15 @@@@ all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive +buffer.o: buffer.cc +buffer.lo: buffer.cc +lyxfunc.o: lyxfunc.cc +lyxfunc.lo: lyxfunc.cc +tex-accent.o: tex-accent.cc +tex-accent.lo: tex-accent.cc + .SUFFIXES: -.SUFFIXES: .C .lo .o .obj +.SUFFIXES: .C .cc .lo .o .obj mostlyclean-libtool: -rm -f *.lo @@@@ -753,6 +767,14 @@@@ 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@@ @@@@ -765,6 +787,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.4 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-ab,v 1.3 2002/08/11 02:34:26 dmcmahill Exp $ @ 1.3 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$ d24 3 a26 3 --- src/Makefile.in.orig Thu May 23 08:05:19 2002 +++ src/Makefile.in @@@@ -548,6 +548,11 @@@@ depcomp = $(SHELL) $(top_srcdir)/config/ d38 1 a38 1 @@@@ -558,6 +563,8 @@@@ CXXLINK = $(LIBTOOL) --mode=link $(CXXLD d47 1 a47 1 @@@@ -579,8 +586,15 @@@@ SOURCES = $(lyx_SOURCES) d64 1 a64 1 @@@@ -752,6 +766,14 @@@@ distclean-compile: d79 1 a79 1 @@@@ -764,6 +786,12 @@@@ distclean-depend: @ 1.2 log @Updated lyx to 1.2.0 Changes (see the NEWS file for a complete list): - Floats, footnotes and margin notes are now real insets. The positional parameters of figure, table and algorithm floats can be set float-by-float - Most problems with the new table inset of 1.1.6 have been addressed (memory consumption, file bloat, spell-checking, search and replace...). Better longtable header/footer support was implemented. - Notes inset can now contain arbitrary LyX constructs; they will not appear in the output. - New minipage inset - New graphics inset with support for hassle-free inclusion of various image formats (GIF, JPEG, PNG and EPS by default) and a new rendering scheme that should fix the bugs we had with the older ghostscript method. - Support for natbib for bibliography citations - The math editor has been mostly rewritten - New ligature break special character, useful for words like "shelfful", or many german words - Support for parsing preamble when converting LaTeX files. Along with changes in the LaTeX production of alignment options, this improves round-trip work where you export a LyX document as LaTeX, and later reimport it from LaTeX. - Support for setting bookmarks and jumping to them - It is possible to cycle between a label and its references. - Preliminary support for multiple bibliographies - Babel can be disabled - A thesaurus facility (English only) @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2002/04/18 15:59:56 fredb Exp $ d20 45 a64 5 --- src/Makefile.in.orig Fri May 3 22:53:28 2002 +++ src/Makefile.in Mon May 6 08:30:00 2002 @@@@ -652,6 +652,12 @@@@ @@rm -f lyx$(EXEEXT) $(CXXLINK) $(lyx_LDFLAGS) $(lyx_OBJECTS) $(lyx_LDADD) $(LIBS) d66 4 a69 2 +lyxfunc.o: lyxfunc.C + $(CXX) $(DEFS) -I. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) -O -c $< d71 12 a82 2 +lyxfunc.lo: lyxfunc.C + $(LIBTOOL) --mode=compile $(CXX) $(DEFS) -I. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) -O -c $< d84 5 a88 2 mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core d90 2 @ 1.1 log @Work around a bug in gcc-2.95.3 (NetBSD-1.5ZC-m68k). @ text @d1 1 a1 1 $NetBSD$ d20 3 a22 4 --- src/Makefile.in.orig Wed Apr 17 10:36:29 2002 +++ src/Makefile.in @@@@ -414,6 +414,10 @@@@ lyx$(EXEEXT): $(lyx_OBJECTS) $(lyx_DEPENDENCIES) d25 1 d27 2 a28 1 + $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) -O -c $< d30 5 a34 4 + $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) -O -c $< .C.o: $(CXXCOMPILE) -c $< .C.lo: @ 1.1.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2002/05/29 07:36:31 martti Exp $ d20 4 a23 3 --- src/Makefile.in.orig Fri May 3 22:53:28 2002 +++ src/Makefile.in Mon May 6 08:30:00 2002 @@@@ -652,6 +652,12 @@@@ a25 1 d27 1 a27 2 + $(CXX) $(DEFS) -I. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) -O -c $< + d29 4 a32 5 + $(LIBTOOL) --mode=compile $(CXX) $(DEFS) -I. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) -O -c $< + mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core @