diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-17 19:03:10 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-17 19:03:10 +0000 |
commit | c29ec4b6c827114ca5e2f7b77008b223d2ab07b2 (patch) | |
tree | 83c90df557fe2796d4fec3662b48331695c09745 /editors | |
parent | 6a246b2a897f7fa24b2c7e7175c2fcd4e4ca5c8d (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0/files/patch-vcl+source+gdi+print.cxx | 11 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-vcl+source+gdi+print.cxx | 11 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice/files/patch-vcl+source+gdi+print.cxx | 11 |
6 files changed, 36 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 0a12abe5d921..9e0ac92f2925 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -7,6 +7,7 @@ PORTNAME= openoffice PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES+= http://ny1.mirror.openoffice.org/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/openoffice/%SUBDIR%/ \ diff --git a/editors/openoffice-1.0/files/patch-vcl+source+gdi+print.cxx b/editors/openoffice-1.0/files/patch-vcl+source+gdi+print.cxx new file mode 100644 index 000000000000..4ca91d11399d --- /dev/null +++ b/editors/openoffice-1.0/files/patch-vcl+source+gdi+print.cxx @@ -0,0 +1,11 @@ +--- ../vcl/source/gdi/print.cxx.orig Thu Apr 17 18:58:42 2003 ++++ ../vcl/source/gdi/print.cxx Thu Apr 17 18:59:10 2003 +@@ -532,7 +532,7 @@ + if ( (pJobSetup->maPrinterName != pInfo->maPrinterName) || + (pJobSetup->maDriver != pInfo->maDriver) ) + { +- rtl_freeMemory( pJobSetup->mpDriverData ); ++ delete pJobSetup->mpDriverData; + pJobSetup->mpDriverData = NULL; + pJobSetup->mnDriverDataLen = 0; + } diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 0a12abe5d921..9e0ac92f2925 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -7,6 +7,7 @@ PORTNAME= openoffice PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES+= http://ny1.mirror.openoffice.org/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/openoffice/%SUBDIR%/ \ diff --git a/editors/openoffice.org-1.0/files/patch-vcl+source+gdi+print.cxx b/editors/openoffice.org-1.0/files/patch-vcl+source+gdi+print.cxx new file mode 100644 index 000000000000..4ca91d11399d --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-vcl+source+gdi+print.cxx @@ -0,0 +1,11 @@ +--- ../vcl/source/gdi/print.cxx.orig Thu Apr 17 18:58:42 2003 ++++ ../vcl/source/gdi/print.cxx Thu Apr 17 18:59:10 2003 +@@ -532,7 +532,7 @@ + if ( (pJobSetup->maPrinterName != pInfo->maPrinterName) || + (pJobSetup->maDriver != pInfo->maDriver) ) + { +- rtl_freeMemory( pJobSetup->mpDriverData ); ++ delete pJobSetup->mpDriverData; + pJobSetup->mpDriverData = NULL; + pJobSetup->mnDriverDataLen = 0; + } diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 0a12abe5d921..9e0ac92f2925 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -7,6 +7,7 @@ PORTNAME= openoffice PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES+= http://ny1.mirror.openoffice.org/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/openoffice/%SUBDIR%/ \ diff --git a/editors/openoffice/files/patch-vcl+source+gdi+print.cxx b/editors/openoffice/files/patch-vcl+source+gdi+print.cxx new file mode 100644 index 000000000000..4ca91d11399d --- /dev/null +++ b/editors/openoffice/files/patch-vcl+source+gdi+print.cxx @@ -0,0 +1,11 @@ +--- ../vcl/source/gdi/print.cxx.orig Thu Apr 17 18:58:42 2003 ++++ ../vcl/source/gdi/print.cxx Thu Apr 17 18:59:10 2003 +@@ -532,7 +532,7 @@ + if ( (pJobSetup->maPrinterName != pInfo->maPrinterName) || + (pJobSetup->maDriver != pInfo->maDriver) ) + { +- rtl_freeMemory( pJobSetup->mpDriverData ); ++ delete pJobSetup->mpDriverData; + pJobSetup->mpDriverData = NULL; + pJobSetup->mnDriverDataLen = 0; + } |