ports/69430: [PATCH] databases/firebird: patch to fix broken build

Renato Botelho renato at galle.com.br
Thu Jul 22 12:40:34 UTC 2004


>Number:         69430
>Category:       ports
>Synopsis:       [PATCH] databases/firebird: patch to fix broken build
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 22 12:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD srv1.galle.com.br 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #27: Wed May 26 10:21:14 BRT 2004
>Description:
- Patch to fix an error on generation of fcns.h, it´s broke build.
- BUMP PORTREVISION

Port maintainer (chris at e-easy.com.au) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- firebird-1.5.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/firebird.orig/Makefile /usr/ports/databases/firebird/Makefile
--- /usr/ports/databases/firebird.orig/Makefile	Thu Jul 22 05:30:46 2004
+++ /usr/ports/databases/firebird/Makefile	Thu Jul 22 09:29:51 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	firebird
 PORTVERSION=	1.5.1
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=firebird
diff -ruN --exclude=CVS /usr/ports/databases/firebird.orig/files/patch-makelist /usr/ports/databases/firebird/files/patch-makelist
--- /usr/ports/databases/firebird.orig/files/patch-makelist	Wed Dec 31 21:00:00 1969
+++ /usr/ports/databases/firebird/files/patch-makelist	Thu Jul 22 09:19:02 2004
@@ -0,0 +1,11 @@
+--- src/extern/editline/makelist.orig	Sun May 23 15:24:25 2004
++++ src/extern/editline/makelist	Thu Jul 22 09:17:53 2004
+@@ -145,7 +145,7 @@
+ #
+ -fh)
+     cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
+-    sort | tr '[a-z]' '[A-Z]' | $AWK '
++    sort | tr 'a-z' 'A-Z' | $AWK '
+ 	BEGIN {
+ 	    printf("/* Automatically generated file, do not edit */\n");
+ 	    printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n");
--- firebird-1.5.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list