ports/103115: [PATCH] devel/gwenhywfar - Request doxygen off by default

Michael Johnson ahze at FreeBSD.org
Sun Sep 10 22:00:41 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list