ports/118705: [PATCH] Fix dovecot build on RELENG_5
Xin LI
delphij at FreeBSD.org
Fri Dec 14 21:40:06 UTC 2007
>Number: 118705
>Category: ports
>Synopsis: [PATCH] Fix dovecot build on RELENG_5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 14 21:40:06 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Xin LI
>Release: FreeBSD 7.0-BETA3 i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD freefall.freebsd.org 7.0-BETA3 FreeBSD 7.0-BETA3 #30: Fri Nov 30 23:12:12 UTC 2007 simon at freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386
>Description:
doxygen can not be built on RELENG_5 tinderbox, proposed patch would
fix it.
Maintainer cc'ed.
>How-To-Repeat:
>Fix:
--- patch-doxygen begins here ---
Index: files/patch-gcc3
===================================================================
RCS file: files/patch-gcc3
diff -N files/patch-gcc3
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-gcc3 14 Dec 2007 20:23:39 -0000
@@ -0,0 +1,11 @@
+--- src/fortranscanner.cpp.orig 2007-10-26 03:21:58.000000000 -0700
++++ src/fortranscanner.cpp 2007-12-14 12:23:07.750937915 -0800
+@@ -4226,7 +4226,7 @@
+ {
+ //cout<<"addFortranParameter(): "<<name<<" DOCS:"<<(docs.isNull()?QString("null"):docs)<<endl;
+ Argument *ret = 0;
+- if (current_root->argList==0) return FALSE;
++ if (current_root->argList==0) return NULL;
+ ArgumentListIterator ali(*current_root->argList);
+ Argument *a;
+ for (ali.toFirst();(a=ali.current());++ali)
--- patch-doxygen ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list