From root@cyberbotx.com  Sun Feb 24 21:40:42 2008
Return-Path: <root@cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5B5A916A400
	for <freebsd-gnats-submit@freebsd.org>; Sun, 24 Feb 2008 21:40:42 +0000 (UTC)
	(envelope-from root@cyberbotx.com)
Received: from QMTA09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96])
	by mx1.freebsd.org (Postfix) with ESMTP id E173513C45E
	for <freebsd-gnats-submit@freebsd.org>; Sun, 24 Feb 2008 21:40:41 +0000 (UTC)
	(envelope-from root@cyberbotx.com)
Received: from OMTA04.westchester.pa.mail.comcast.net ([76.96.62.35])
	by QMTA09.westchester.pa.mail.comcast.net with comcast
	id tRRK1Y0010ldTLk590b700; Sun, 24 Feb 2008 21:39:50 +0000
Received: from kirby.cyberbotx.com ([68.43.195.82])
	by OMTA04.westchester.pa.mail.comcast.net with comcast
	id tZgf1Y00V1n8LeU3Q00000; Sun, 24 Feb 2008 21:40:40 +0000
Received: by kirby.cyberbotx.com (Postfix, from userid 0)
	id 7AEA7C232; Sun, 24 Feb 2008 16:40:39 -0500 (EST)
Message-Id: <20080224214039.7AEA7C232@kirby.cyberbotx.com>
Date: Sun, 24 Feb 2008 16:40:39 -0500 (EST)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mwisnicki+freebsd@gmail.com
Subject: [PATCH] devel/doxygen: update to 1.5.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mwisnicki+freebsd@gmail.com

>Number:         121062
>Category:       ports
>Synopsis:       [PATCH] devel/doxygen: update to 1.5.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 24 21:50:01 UTC 2008
>Closed-Date:    Fri Mar 07 13:24:32 UTC 2008
>Last-Modified:  Fri Mar  7 13:30:03 UTC 2008
>Originator:     Naram Qashat
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 23 16:14:04 EST 2008
>Description:
- Update to 1.5.5
- Changed the BUILD_DEPENDS for Python to USE_PYTHON_BUILD instead

Removed file(s):
- files/patch-gcc3

Port maintainer (mwisnicki+freebsd@gmail.com) is cc'd.

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

--- doxygen-1.5.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/doxygen/Makefile /kirby/shared/ports/doxygen/Makefile
--- /usr/ports/devel/doxygen/Makefile	2007-12-12 12:08:06.000000000 -0500
+++ /kirby/shared/ports/doxygen/Makefile	2008-02-10 14:18:01.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	doxygen
-PORTVERSION=	1.5.4
+PORTVERSION=	1.5.5
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/ \
 		http://ftp.stack.nl/pub/users/dimitri/
@@ -30,7 +30,7 @@
 
 .if !defined(NOPORTDOCS)
 ALL_TARGET+=	docs
-BUILD_DEPENDS+=	python:${PORTSDIR}/lang/python # XXX: Replace with USE_PYTHON_BUILD
+USE_PYTHON_BUILD=	yes
 BUILD_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz
 
 .if !defined(WITHOUT_LATEX)
@@ -80,6 +80,7 @@
 pre-configure:
 	@cd ${WRKSRC};for pro in src/*.pro.in addon/doxywizard/doxywizard.pro.in;do \
 		${ECHO} "unix:LIBS += -liconv" >> $$pro; done
+	@${CHMOD} +x ${WRKSRC}/configure
 
 post-configure:
 	@${REINPLACE_CMD} -e 's|TMAKE *=.*|TMAKE=${LOCALBASE}/bin/tmake|' \
diff -ruN --exclude=CVS /usr/ports/devel/doxygen/distinfo /kirby/shared/ports/doxygen/distinfo
--- /usr/ports/devel/doxygen/distinfo	2007-12-12 12:08:06.000000000 -0500
+++ /kirby/shared/ports/doxygen/distinfo	2008-02-10 11:53:45.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (doxygen-1.5.4.src.tar.gz) = 10ffe8d445dc1bf7dd69292b266906ff
-SHA256 (doxygen-1.5.4.src.tar.gz) = 12e6a2166b8c78a991d4ceef1dd9042117b24b76e20ccfdfdfc30bc4a7e31df2
-SIZE (doxygen-1.5.4.src.tar.gz) = 3762535
+MD5 (doxygen-1.5.5.src.tar.gz) = 95813ecd95b371d13d63844ddb9b5c46
+SHA256 (doxygen-1.5.5.src.tar.gz) = b09aebefe212e414282a07301e81316726d5f9b79c0b848474e08bcf346c444a
+SIZE (doxygen-1.5.5.src.tar.gz) = 4010148
diff -ruN --exclude=CVS /usr/ports/devel/doxygen/files/patch-gcc3 /kirby/shared/ports/doxygen/files/patch-gcc3
--- /usr/ports/devel/doxygen/files/patch-gcc3	2007-12-14 21:31:19.000000000 -0500
+++ /kirby/shared/ports/doxygen/files/patch-gcc3	1969-12-31 19:00:00.000000000 -0500
@@ -1,11 +0,0 @@
---- 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)
--- doxygen-1.5.5.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 24 21:50:09 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121062 
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Mon Feb 25 19:52:16 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121062 

From: "Marcin Wisnicki" <mwisnicki+freebsd@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/121062: [PATCH] devel/doxygen: update to 1.5.5
Date: Tue, 26 Feb 2008 23:37:52 +0100

 Looks good, approved. Thanks!
 
 I should note however that when building with latex (that is, when
 WITHOUT_LATEX is unset) there are lots of latex warnings during
 documentation build:
 http://wisnia21.freeshell.org/f/ports/doxygen-1.5.5.log.bz2
 I don't know the cause of this nor how to fix it but the build
 succeeds and resulting pdf looks OK to my eyes.
 Maybe it's because of ancient version of TeX in FreeBSD.
State-Changed-From-To: feedback->open 
State-Changed-By: araujo 
State-Changed-When: Wed Feb 27 01:35:49 UTC 2008 
State-Changed-Why:  
Feedback received, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121062 

From: Naram Qashat <cyberbotx@cyberbotx.com>
To: bug-followup@FreeBSD.org
Cc: mwisnicki+freebsd@gmail.com, araujo@FreeBSD.org
Subject: Re: ports/121062: [PATCH] devel/doxygen: update to 1.5.5
Date: Wed, 27 Feb 2008 00:50:26 -0500

 I just looked at Marcin's reply and the log he posted, I didn't get those error 
 messages with the latest LaTeX on my system.  I was getting errors on building 
 with LaTeX when I had my ghostscript post installed with the WITH_FT_BRIDGE knob 
 turned on, and after reading online, found that the knob is a problem and 
 recompiled ghostscript without it, making the doxygen build work when it got up 
 to the LaTeX step.  Just thought I'd point that out.
 
 Thanks,
 Naram Qashat

From: "Marcin Wisnicki" <mwisnicki+freebsd@gmail.com>
To: "Naram Qashat" <cyberbotx@cyberbotx.com>
Cc: bug-followup@freebsd.org, araujo@freebsd.org
Subject: Re: ports/121062: [PATCH] devel/doxygen: update to 1.5.5
Date: Wed, 27 Feb 2008 16:12:48 +0100

 On Wed, Feb 27, 2008 at 6:50 AM, Naram Qashat <cyberbotx@cyberbotx.com> wrote:
 > I just looked at Marcin's reply and the log he posted, I didn't get those error
 >  messages with the latest LaTeX on my system.  I was getting errors on building
 >  with LaTeX when I had my ghostscript post installed with the WITH_FT_BRIDGE knob
 >  turned on, and after reading online, found that the knob is a problem and
 >  recompiled ghostscript without it, making the doxygen build work when it got up
 >  to the LaTeX step.  Just thought I'd point that out.
 
 Weird, the only option I've set is WITH_A4SIZE. My packages are also up to date:
 ghostscript-gpl-8.60
 teTeX-base-3.0_12
 
 Maybe I'll try to setup a new jail from scratch.
 Anyway, the port can be commited right now, since even in my case it
 built fine, just with lots of warnings that don't affect anything
 important.
 
 >
 >  Thanks,
 >  Naram Qashat
 >
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Mar 7 13:24:31 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121062 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121062: commit references a PR
Date: Fri,  7 Mar 2008 13:24:45 +0000 (UTC)

 araujo      2008-03-07 13:24:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/doxygen        Makefile distinfo 
   Removed files:
     devel/doxygen/files  patch-gcc3 
   Log:
   - Update to 1.5.5.
   - Changed the BUILD_DEPENDS for Python to USE_PYTHON_BUILD instead.
   
   PR:             ports/121062
   Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
   Approved by:    Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.62      +6 -5      ports/devel/doxygen/Makefile
   1.24      +3 -3      ports/devel/doxygen/distinfo
   1.2       +0 -11     ports/devel/doxygen/files/patch-gcc3 (dead)
 _______________________________________________
 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"
 
>Unformatted:
