Update to 0.6.

This commit is contained in:
Maxim Sobolev
2000-06-30 08:27:07 +00:00
parent afd6b6f4e1
commit 695cc6e253
4 changed files with 20 additions and 9 deletions

View File

@@ -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

View File

@@ -1 +1 @@
MD5 (gnome-find-0.5.tar.gz) = c286298192c50ca16411996deb4c06b6
MD5 (gnome-find-0.6.tar.gz) = 7f70e17db3bddf6b2016a960c82e30e4

View File

@@ -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

View File

@@ -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