ports/121062: [PATCH] devel/doxygen: update to 1.5.5
Naram Qashat
cyberbotx at cyberbotx.com
Sun Feb 24 21:50:02 UTC 2008
>Number: 121062
>Category: ports
>Synopsis: [PATCH] devel/doxygen: update to 1.5.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 24 21:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list