Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2001 15:38:23 -0500
From:      Dave Chapeskie <bsdport@ddm.wox.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33357: [MAINTAINER UPDATE] devel/doxygen 1.2.12 -> 1.2.13
Message-ID:  <20011230153823.A15069@ddm.wox.org>

next in thread | raw e-mail | index | archive | help

>Number:         33357
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] devel/doxygen 1.2.12 -> 1.2.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 12:40:04 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dave Chapeskie
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
DDM Consulting
>Environment:
System: FreeBSD rama.ddm.wox.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Mon Oct 1 17:21:47 EDT 2001 dchapes@rama.ddm.wox.org:/usr/obj/usr/src/sys/RAMA i386

>Description:

Doxygen 1.2.13 has been released, the attached patch updates the port.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/doxygen/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	2001/11/25 08:47:25	1.15
+++ Makefile	2001/12/30 20:31:48
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	doxygen
-PORTVERSION=	1.2.12
+PORTVERSION=	1.2.13
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/
 EXTRACT_SUFX=	.src.tar.gz
@@ -28,6 +28,14 @@
 QT_NONSTANDARD=	yes	# non-standard configure arguments
 CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
 		--with-doxywizard
+
+# As of 1.2.13 the configure script bogusly checks for GNU options
+# in install so we need to override it's sillyness here.
+CONFIGURE_ARGS+=--install ${INSTALL}
+
+# XXX bsd.kde.mk fails to set QTDIR for QT_VER 2
+QTDIR?=		${X11BASE}
+CONFIGURE_ENV+=	QTDIR="${QTDIR}"
 
 .ifndef NOPORTDOCS
 ALL_TARGET=	all docs
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/doxygen/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	2001/11/25 08:47:25	1.7
+++ distinfo	2001/12/30 19:21:19
@@ -1 +1 @@
-MD5 (doxygen-1.2.12.src.tar.gz) = 9ff2cb730cd8ff50a3e5b74707dceda8
+MD5 (doxygen-1.2.13.src.tar.gz) = 242eaf234f410cbc832d442db9862066
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011230153823.A15069>