summaryrefslogtreecommitdiff
path: root/sysutils/gnomefind
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-30 08:27:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-30 08:27:07 +0000
commit695cc6e253a46789c5d87e95cb89e55c3ce495bc (patch)
tree43f6e7269b9581b90061b7ebfbd2107cfcac81d1 /sysutils/gnomefind
parentGet rid of the workaround regarding the libzsh-3.1.x.so generation, as (diff)
Update to 0.6.
Notes
Notes: svn path=/head/; revision=30011
Diffstat (limited to 'sysutils/gnomefind')
-rw-r--r--sysutils/gnomefind/Makefile2
-rw-r--r--sysutils/gnomefind/distinfo2
-rw-r--r--sysutils/gnomefind/files/patch-ae14
-rw-r--r--sysutils/gnomefind/files/patch-af11
4 files changed, 20 insertions, 9 deletions
diff --git a/sysutils/gnomefind/Makefile b/sysutils/gnomefind/Makefile
index d456e37f9ffb..a98ffeb0f9a2 100644
--- a/sysutils/gnomefind/Makefile
+++ b/sysutils/gnomefind/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomefind
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnome-find
diff --git a/sysutils/gnomefind/distinfo b/sysutils/gnomefind/distinfo
index 4d9f9c9aea57..98e77734aee5 100644
--- a/sysutils/gnomefind/distinfo
+++ b/sysutils/gnomefind/distinfo
@@ -1 +1 @@
-MD5 (gnome-find-0.5.tar.gz) = c286298192c50ca16411996deb4c06b6
+MD5 (gnome-find-0.6.tar.gz) = 7f70e17db3bddf6b2016a960c82e30e4
diff --git a/sysutils/gnomefind/files/patch-ae b/sysutils/gnomefind/files/patch-ae
index f32384c432ae..a46e6928f699 100644
--- a/sysutils/gnomefind/files/patch-ae
+++ b/sysutils/gnomefind/files/patch-ae
@@ -1,11 +1,11 @@
---- src/parser.c.orig Tue Jun 6 13:37:39 2000
-+++ src/parser.c Tue Jun 6 13:37:49 2000
-@@ -23,7 +23,7 @@
- #include <stdio.h>
+--- src/parser.c.orig Wed Jun 21 10:27:44 2000
++++ src/parser.c Fri Jun 30 10:14:46 2000
+@@ -24,7 +24,7 @@
#include <pwd.h>
#include <grp.h>
+ #ifdef HAVE_GNU_REGEX
-#include <regex.h>
+#include <gnuregex.h>
- #include "modechange.h"
- #include "defs.h"
- #include "modetype.h"
+ #else
+ #include "gnu_regex.h"
+ #endif
diff --git a/sysutils/gnomefind/files/patch-af b/sysutils/gnomefind/files/patch-af
new file mode 100644
index 000000000000..85cda4a39c1d
--- /dev/null
+++ b/sysutils/gnomefind/files/patch-af
@@ -0,0 +1,11 @@
+--- configure.orig Fri Jun 30 10:13:20 2000
++++ configure Fri Jun 30 10:13:51 2000
+@@ -3344,7 +3344,7 @@
+ cat > conftest.$ac_ext <<EOF
+ #line 3346 "configure"
+ #include "confdefs.h"
+-#include <regex.h>
++#include <gnuregex.h>
+ EOF
+ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ egrep "re_pattern_buffer" >/dev/null 2>&1; then