diff options
author | mrauch <mrauch@pkgsrc.org> | 2005-10-01 07:00:08 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2005-10-01 07:00:08 +0000 |
commit | 6207e96f0f74ca189aeb72b627089b96519e6f0d (patch) | |
tree | ac82760caeb0fb93d3d8a3b79f80fa54cfedbce6 /misc | |
parent | 8dc474a962c953ebf9eea71d7a9b75afa03f734e (diff) | |
download | pkgsrc-6207e96f0f74ca189aeb72b627089b96519e6f0d.tar.gz |
Add patch for the xsl compilation problem in officecfg, which occured after
the update to libxslt-1.1.15.
Fixes PR pkg/31401 .
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice/distinfo | 4 | ||||
-rw-r--r-- | misc/openoffice/patches/patch-av | 13 |
2 files changed, 11 insertions, 6 deletions
diff --git a/misc/openoffice/distinfo b/misc/openoffice/distinfo index 2c838bb3455..db546c270c6 100644 --- a/misc/openoffice/distinfo +++ b/misc/openoffice/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.32 2005/09/06 08:10:58 abs Exp $ +$NetBSD: distinfo,v 1.33 2005/10/01 07:00:08 mrauch Exp $ SHA1 (openoffice-1.1.4/OOo_1.1.4_source.tar.gz) = 3161dbe53f6ec0b0d5a65790a2b1dd3d7331b430 RMD160 (openoffice-1.1.4/OOo_1.1.4_source.tar.gz) = 0e218792bb72106cd494532de373d0f40a5a9587 @@ -51,7 +51,7 @@ SHA1 (patch-ar) = f185c705cda716e1b52e5b6ca6d9c5d2a9b341bc SHA1 (patch-as) = 81cd7e2a6ff24729a0276d397b285b07c9694205 SHA1 (patch-at) = d208593e5fd37687c4be0b2735fdcc57760f7f3a SHA1 (patch-au) = 3fd383266f24c4a0c5e6f0cd00d419e1fe20cafa -SHA1 (patch-av) = f6f0aa984f7d975c721d616b348a69cff6173ff8 +SHA1 (patch-av) = fa1910700a104347bf29ba19851f47eca34c8be1 SHA1 (patch-aw) = f0decfe7d1bac881ec83b09328a6b863a9bed7b1 SHA1 (patch-ax) = 4a918df6dfd058fd6abecfc4c9b85a21bfc18364 SHA1 (patch-ay) = f548c8c79d6ef9b1a0d1e521d295bf03cd8f8849 diff --git a/misc/openoffice/patches/patch-av b/misc/openoffice/patches/patch-av index 60f552506ff..6a4142cfd4f 100644 --- a/misc/openoffice/patches/patch-av +++ b/misc/openoffice/patches/patch-av @@ -1,12 +1,17 @@ -$NetBSD: patch-av,v 1.3 2004/06/03 18:48:17 mrauch Exp $ +$NetBSD: patch-av,v 1.4 2005/10/01 07:00:08 mrauch Exp $ --- ../officecfg/util/makefile.pmk.orig 2004-01-09 19:06:41.000000000 +0100 +++ ../officecfg/util/makefile.pmk -@@ -103,6 +103,7 @@ $(MISC)$/registry$/res$/{$(alliso)}$/%.p +@@ -100,9 +100,11 @@ $(MISC)$/registry$/res$/{$(alliso)}$/%.p + .IF "$(SOLAR_JAVA)"!="" + $(JAVA) -classpath $(SOLARBINDIR)$/xt.jar$(PATH_SEPERATOR)$(SOLARBINDIR)$/parser.jar -Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver $< $(PRJ)$/util$/resource.xsl $(@:d)$(<:b).properties locale={$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@)))} + .ELSE ++ $(SED) 's|$$locale|'"'"'{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@)))}'"'"'|g' <$(PRJ)$/util$/resource.xsl >$(MISC)/resource.{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@)))}.xsl $(XSLTPROC) -o $(@:d)$(<:b).properties \ --stringparam locale {$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@)))} \ - $(PRJ)$/util$/resource.xsl $< -+ $(TOUCH) $(@:d)$(<:b).properties +- $(PRJ)$/util$/resource.xsl $< ++ $(MISC)/resource.{$(subst,$/$<, $(subst,$(MISC)$/registry$/res$/, $(subst,.properties,.xcs $@)))}.xsl $< ++ $(TOUCH) $(@:d)$(<:b).properties .ENDIF # --- XCU --- |