Bug 118705 - [PATCH] Fix devel/doxygen build on RELENG_5
Summary: [PATCH] Fix devel/doxygen build on RELENG_5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-14 21:40 UTC by Xin LI
Modified: 2007-12-15 02:40 UTC (History)
1 user (show)

See Also:


Attachments
patch-doxygen (744 bytes, text/plain)
2007-12-14 21:40 UTC, Xin LI
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xin LI freebsd_committer freebsd_triage 2007-12-14 21:40:06 UTC
	doxygen can not be built on RELENG_5 tinderbox, proposed patch would
fix it.

	Maintainer cc'ed.
Comment 1 Xin LI freebsd_committer freebsd_triage 2007-12-14 21:44:03 UTC
State Changed
From-To: open->feedback

Awaiting maintainer feedback 


Comment 2 Xin LI freebsd_committer freebsd_triage 2007-12-14 21:44:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Take.
Comment 3 mwisnicki+freebsd 2007-12-15 01:09:38 UTC
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 ---
>
>
>
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-12-15 02:31:23 UTC
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"
Comment 5 Xin LI freebsd_committer freebsd_triage 2007-12-15 02:32:51 UTC
State Changed
From-To: feedback->closed

Patch applied under maintainer approval.