Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2004 07:52:51 -0300
From:      Renato Botelho <rbgarga@gmail.com>
To:        ports@freebsd.org
Subject:    =?iso-8859-1?q?databases/firebird=3A_Don=B4t_apply_the_patch?=
Message-ID:  <747dc8f3040726035218d56033@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi All,

I sent a patch to firebird-1.5.1, and, mainteiner approved it.

I try to compile now, and get this error:

root@srv1:/usr/ports/databases/firebird# make patch
NOTE: If the work directory is on an NFS mount, you will
require NFS client locking support for the build to
succeed. Currently this is only available on FreeBSD 5.0
or greater.

WARNING: The on-disk structure of the databases has
changed since version 1.0.x.
Cancel this installation now and backup your databases
if you have not already done so.
===>  Extracting for firebird-1.5.1
>> Checksum OK for firebird-1.5.1.4481.tar.bz2.
===>  Patching for firebird-1.5.1
===>  Applying FreeBSD patches for firebird-1.5.1
  I can't seem to find a patch in there anywhere.

Like you can see, the patch is there:

root@srv1:/usr/ports/databases/firebird# cat
files/patch-src::extern::editline::makelist
+--- src/extern/editline/makelist.orig  Mon May 24 04:24:25 2004
++++ src/extern/editline/makelist       Fri Jul 23 17:09:43 2004
+@@ -145,7 +145,7 @@
+ #
+ -fh)
+     cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
+-    sort | tr '[a-z]' '[A-Z]' | $AWK '
++    sort | tr '[:lower:]' '[:upper:]' | $AWK '
+       BEGIN {
+           printf("/* Automatically generated file, do not edit */\n");
+           printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n");

Anybody have an idea about this?

Thanks
-- 
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?747dc8f3040726035218d56033>