doxygen can not be built on RELENG_5 tinderbox, proposed patch would fix it. Maintainer cc'ed.
State Changed From-To: open->feedback Awaiting maintainer feedback
Responsible Changed From-To: freebsd-ports-bugs->delphij Take.
Approved, thanks!. I have changed the message subject (dovecot->doxygen), I hope gnats-submit will pick it up correctly. On Dec 14, 2007 10:37 PM, Xin LI <delphij@freebsd.org> wrote: > > >Submitter-Id: current-users > >Originator: Xin LI > >Organization: The FreeBSD Project > >Confidential: no > >Synopsis: [PATCH] Fix dovecot build on RELENG_5 > >Severity: non-critical > >Priority: low > >Category: ports > >Class: change-request > >Release: FreeBSD 7.0-BETA3 i386 > >Environment: > System: FreeBSD freefall.freebsd.org 7.0-BETA3 FreeBSD 7.0-BETA3 #30: Fri Nov 30 23:12:12 UTC 2007 simon@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 --- > > >
delphij 2007-12-15 02:31:19 UTC FreeBSD ports repository Added files: devel/doxygen/files patch-gcc3 Log: Add a patch that fixes build for certain GCC versions, i.e. the one available on FreeBSD 5.5. PR: ports/118705 Submitted by: delphij Approved by: maintainer Revision Changes Path 1.1 +11 -0 ports/devel/doxygen/files/patch-gcc3 (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Patch applied under maintainer approval.