Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2003 12:55:19 +1100 (EST)
From:      Chris Knight <chris@e-easy.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/59536: [PATCH] Release Builds fail with DOMINIMALDOCPORTS set
Message-ID:  <200311210155.hAL1tJW9001676@ait0fd03.aims.private>
Resent-Message-ID: <200311210200.hAL20eLP037329@freefall.freebsd.org>

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

>Number:         59536
>Category:       misc
>Synopsis:       [PATCH] Release Builds fail with DOMINIMALDOCPORTS set
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 18:00:40 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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