From chris@e-easy.com.au  Thu Nov 20 17:55:43 2003
Return-Path: <chris@e-easy.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C6A4016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Nov 2003 17:55:43 -0800 (PST)
Received: from postoffice.e-easy.com.au (eth0.lnk.e-easy.com.au [203.31.73.253])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 68C8D43FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Nov 2003 17:55:40 -0800 (PST)
	(envelope-from chris@e-easy.com.au)
Received: from ait0fd03.aims.private ([192.168.10.105])
	by postoffice.e-easy.com.au  with ESMTP id hAL1uMEe021587
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Nov 2003 12:56:22 +1100 (EST)
	(envelope-from chris@e-easy.com.au)
Received: from ait0fd03.aims.private (localhost [127.0.0.1])
	by ait0fd03.aims.private (8.12.10/8.12.10) with ESMTP id hAL1tJms001677
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 21 Nov 2003 12:55:19 +1100 (EST)
	(envelope-from chris@e-easy.com.au)
Received: (from root@localhost)
	by ait0fd03.aims.private (8.12.10/8.12.10/Submit) id hAL1tJW9001676;
	Fri, 21 Nov 2003 12:55:19 +1100 (EST)
	(envelope-from chris@e-easy.com.au)
Message-Id: <200311210155.hAL1tJW9001676@ait0fd03.aims.private>
Date: Fri, 21 Nov 2003 12:55:19 +1100 (EST)
From: Chris Knight <chris@e-easy.com.au>
Reply-To: Chris Knight <chris@e-easy.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Release Builds fail with DOMINIMALDOCPORTS set
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59536
>Category:       misc
>Synopsis:       [PATCH] Release Builds fail with DOMINIMALDOCPORTS set
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    re
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 18:00:40 PST 2003
>Closed-Date:    Sun Jan 11 19:52:06 PST 2004
>Last-Modified:  Sun Jan 11 19:52:06 PST 2004
>Originator:     Chris Knight
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
E-Easy
>Environment:
System: FreeBSD ait0fd03.aims.private 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Nov 18 12:54:07 EST 2003 root@ait0fd03.aims.private:/u1/obj5/usr/src/sys/OMNIBOOK5 i386

>Description:
scr2png fails to build when DOMINIMALDOCPORTS is set due to incorrect ports
listing for graphics/gd in Makefile.inc.docports

>How-To-Repeat:
cd /usr/src/release
make release CHROOTDIR=/u1/sandbox CVSROOT=/home/ncvs NOPORTS=yes NOPORTREADMES=yes

>Fix:
Index: release/Makefile.inc.docports
===================================================================
RCS file: /u1/ncvs/src/release/Makefile.inc.docports,v
retrieving revision 1.19
diff -u -r1.19 Makefile.inc.docports
--- release/Makefile.inc.docports	4 Aug 2003 12:12:36 -0000	1.19
+++ release/Makefile.inc.docports	20 Nov 2003 23:44:41 -0000
@@ -29,8 +29,7 @@
 	ports/devel/gmake \
 	ports/devel/libtool13 \
 	ports/devel/pkgconfig \
-	ports/graphics/gd2 \
-	ports/graphics/gd-nox11 \
+	ports/graphics/gd \
 	ports/graphics/jbigkit \
 	ports/graphics/jpeg \
 	ports/graphics/netpbm \
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->re 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sat Nov 22 06:51:51 PST 2003 
Responsible-Changed-Why:  
Assign to the Release Engineers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59536 
State-Changed-From-To: open->closed 
State-Changed-By: nyan 
State-Changed-When: Sun Jan 11 19:48:24 PST 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59536 
>Unformatted:
