Date: Fri, 30 Jul 2004 00:37:06 +0300 From: Andrey Slusar <vasallia@ukr.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sem@FreeBSD.org Subject: ports/69772: [MAINTAINER] databases/msql3: fix compiling on gcc3.4 Message-ID: <E1BqIaI-000Lh4-8G@santinel.home.ua> Resent-Message-ID: <200407292200.i6TM0aWt096501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69772 >Category: ports >Synopsis: [MAINTAINER] databases/msql3: fix compiling on gcc3.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 22:00:36 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andrey Slusar >Release: FreeBSD 5.2-CURRENT i386 >Organization: Santinel >Environment: System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Jul 29 19:48:26 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386 >Description: New file: files/patch-compare.c Fix compiling on gcc3.4. Bump portrevision. >How-To-Repeat: >Fix: --- msql3.diff begins here --- diff -ruN /usr/ports/databases/msql3/Makefile msql3/Makefile --- /usr/ports/databases/msql3/Makefile Thu Jul 22 20:41:20 2004 +++ msql3/Makefile Fri Jul 30 00:26:08 2004 @@ -7,7 +7,7 @@ PORTNAME= msql PORTVERSION= 3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= vasallia@ukr.net diff -ruN /usr/ports/databases/msql3/files/patch-compare.c msql3/files/patch-compare.c --- /usr/ports/databases/msql3/files/patch-compare.c Thu Jan 1 03:00:00 1970 +++ msql3/files/patch-compare.c Fri Jul 30 00:16:57 2004 @@ -0,0 +1,11 @@ +--- src/msqld/main/compare.c.old Fri Jul 30 00:14:10 2004 ++++ src/msqld/main/compare.c Fri Jul 30 00:15:37 2004 +@@ -1150,7 +1150,7 @@ + if (curCond->op == BETWEEN_OP) + { + tmp = processBetweenMatch(cacheEntry, +- curCond, data, offset, tmpVal); ++ curCond, data, offset, &tmpVal); + } + else + { --- msql3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BqIaI-000Lh4-8G>