head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.50 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.48 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.46 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.44 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.42 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.40 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.38 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.36 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.34 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.32 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.30 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.28 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.26 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.24 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.22 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.20 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.18 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.16 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.14 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.12 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.10 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.8 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.6 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.4 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.2 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 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; locks; strict; comment @# @; 1.4 date 2004.05.03.20.56.37; author mrauch; state dead; branches; next 1.3; 1.3 date 2002.03.29.21.00.11; author mrauch; state Exp; branches; next 1.2; 1.2 date 2002.02.26.21.25.28; author mrauch; state Exp; branches; next 1.1; 1.1 date 2002.02.15.21.28.15; author mrauch; state Exp; branches; next ; desc @@ 1.4 log @Update to version 1.1.1. New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * User installation automated @ text @$NetBSD: patch-di,v 1.3 2002/03/29 21:00:11 mrauch Exp $ --- ../solenv/inc/tg_yxx.mk.orig Wed Sep 20 14:43:18 2000 +++ ../solenv/inc/tg_yxx.mk @@@@ -3,12 +3,10 @@@@ $(YACCTARGET): $(YACCFILES) @@echo ------------------------------ @@echo Making: $@@ -#.IF "$(GUI)"!="UNX" - $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) -#.ELSE -# $(BISON) $(YACCFLAGS) $(YACCFILES) -# mv y.tab.c $(INCCOM)/rscyacc.yxx -# mv y.tab.h $(INCCOM)/yytab.h -#.ENDIF + $(BISON) $(YACCFLAGS) $(YACCTARGET) $(YACCFILES) +# removing -f switch - avoid getting nothing when copying a file to itself + @@+-$(COPY:s/-f//) $@@.h $(INCCOM)$/$(@@:b).hxx >& $(NULLDEV) + @@+-$(COPY:s/-f//) $(@@:d)$/$(@@:b).hxx $(INCCOM)$/$(@@:b).hxx >& $(NULLDEV) + +$(TYPE) $(INCCOM)$/$(@@:b).hxx >& $(NULLDEV) .ENDIF @ 1.3 log @Change the bison patches to the version that was agreed on in the OpenOffice.org project. This also fixes compilation problems with bison-1.34. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @- bugfixes that showed up only under special circumstances: * restore compatibility with old bison * disable versioned symbols - the -current ld has a problem with them * fix an instance of improper shell quoting * the SIGPIPE hack inside tar needs a sh not csh (fixes PR#15706) - pth>=1.4.0nb1 is a runtime dependency - our csh is sufficient for compilation @ text @d5 2 a6 1 @@@@ -4,7 +4,9 @@@@ d9 14 a22 7 #.IF "$(GUI)"!="UNX" + $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET).h $(YACCFILES) $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) + $(BISON) -o $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) #.ELSE # $(BISON) $(YACCFLAGS) $(YACCFILES) # mv y.tab.c $(INCCOM)/rscyacc.yxx @ 1.1 log @I missed one file to patch when enabling support for bison-1.3* in the last commit. @ text @d3 1 a3 1 --- ../solenv/inc/tg_yxx.mk.save Fri Feb 15 13:36:38 2002 d5 1 a5 1 @@@@ -4,7 +4,8 @@@@ a8 1 - $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) d10 1 @