Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2006 17:50:09 -0400 (EDT)
From:      Michael Johnson <ahze@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lawrance@FreeBSD.org
Subject:   ports/103115: [PATCH] devel/gwenhywfar - Request doxygen off by default
Message-ID:  <200609102150.k8ALo91N004767@blueherron.ahze.net>
Resent-Message-ID: <200609102200.k8AM0d7c082819@freefall.freebsd.org>

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

>Number:         103115
>Category:       ports
>Synopsis:       [PATCH] devel/gwenhywfar - Request doxygen off by default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 10 22:00:39 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD blueherron.ahze.net 6.1-STABLE FreeBSD 6.1-STABLE #110: Tue Jun 27 10:39:17 UTC 2006
>Description:

- Requesting that doxygen be off by default so it doesn't pull in qt libs 
 and more for this small program.

Port maintainer (lawrance@FreeBSD.org) is cc'd.

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

--- gwenhywfar-1.13.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/gwenhywfar/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	23 Feb 2006 10:35:44 -0000	1.3
+++ Makefile	10 Sep 2006 21:48:31 -0000
@@ -35,7 +35,7 @@
 		plugindescr.xsd.in \
 		testdialog.xml
 
-.if !defined(NOPORTDOCS)
+.if defined(PORTDOCS)
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 ALL_TARGET+=	srcdoc
 PORTDOCS=*
--- gwenhywfar-1.13.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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