diff options
author | hira <hira@pkgsrc.org> | 2007-06-15 17:00:28 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-06-15 17:00:28 +0000 |
commit | 47a34f6f93ce8184c65cbb952541f09f022ad25a (patch) | |
tree | 5256045d9afa3c82670d5d4533aff7cebff094bf /misc | |
parent | a90f51934a88ef1626d0f1e2f262b84e54b39274 (diff) | |
download | pkgsrc-47a34f6f93ce8184c65cbb952541f09f022ad25a.tar.gz |
Remove unnecessary patch.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2/distinfo | 3 | ||||
-rw-r--r-- | misc/openoffice2/patches/patch-cm | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/misc/openoffice2/distinfo b/misc/openoffice2/distinfo index 81cd3e0d1ef..5e6ee80c4a9 100644 --- a/misc/openoffice2/distinfo +++ b/misc/openoffice2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2007/06/14 14:31:12 hira Exp $ +$NetBSD: distinfo,v 1.19 2007/06/15 17:00:28 hira Exp $ SHA1 (openoffice-2.2.0/OOo_2.2.0_src_binfilter.tar.bz2) = d1fa827e2c08d7e3d67b2588b1136ed9e774ef42 RMD160 (openoffice-2.2.0/OOo_2.2.0_src_binfilter.tar.bz2) = 1bb07f01e872ed003dbac3e11bc5732904076ae1 @@ -60,5 +60,4 @@ SHA1 (patch-by) = 1612b765467e51ca7498497d38a0bb6ac694f9a6 SHA1 (patch-ch) = bcfeb99318a16e83f2e54fb94d275224c67182fb SHA1 (patch-ci) = 2861e8a4b21977cbc8abeabe4581093e966cdfa7 SHA1 (patch-cj) = c54fd98e5302a86ec849b90c617ebfcf339c936d -SHA1 (patch-cm) = e39bf825affbd9c5a19c68f783cb95e52eb56994 SHA1 (patch-cn) = 67afccde1d7bfa42ec4082067189da23ada97190 diff --git a/misc/openoffice2/patches/patch-cm b/misc/openoffice2/patches/patch-cm deleted file mode 100644 index c89f40272d4..00000000000 --- a/misc/openoffice2/patches/patch-cm +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-cm,v 1.1 2007/06/10 04:55:06 hira Exp $ - ---- vcl/unx/inc/plugins/gtk/gtkinst.hxx.orig 2007-06-09 19:42:20.000000000 +0900 -+++ vcl/unx/inc/plugins/gtk/gtkinst.hxx 2007-06-09 19:42:49.000000000 +0900 -@@ -47,6 +47,8 @@ - virtual void release(); - virtual sal_Bool tryToAcquire(); - -+ int mutex_locked; -+ - virtual int Grab(); - virtual void Ungrab( int ); - |