From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 11 18:30:29 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 163CB16A417 for ; Sat, 11 Nov 2006 18:30:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B879C43D72 for ; Sat, 11 Nov 2006 18:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kABIUObG035763 for ; Sat, 11 Nov 2006 18:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kABIUObi035762; Sat, 11 Nov 2006 18:30:24 GMT (envelope-from gnats) Resent-Date: Sat, 11 Nov 2006 18:30:24 GMT Resent-Message-Id: <200611111830.kABIUObi035762@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "John Merryweather Cooper" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D1216A492 for ; Sat, 11 Nov 2006 18:20:17 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com [68.142.229.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D52743D90 for ; Sat, 11 Nov 2006 18:19:58 +0000 (GMT) (envelope-from john_m_cooper@yahoo.com) Received: (qmail 79635 invoked from network); 11 Nov 2006 18:19:50 -0000 Received: from unknown (HELO borgdemon2.13tentmillln.home) (j.m.cooper@borgsdemons.com@68.33.224.115 with login) by smtp102.biz.mail.re2.yahoo.com with SMTP; 11 Nov 2006 18:19:50 -0000 Received: from borgdemon2.13tentmillln.home (localhost [127.0.0.1]) by borgdemon2.13tentmillln.home (Postfix) with ESMTP id 1B1565C24; Sat, 11 Nov 2006 09:55:28 -0500 (EST) Message-Id: <1163256928.38534@borgdemon2.13tentmillln.home> Date: Sat, 11 Nov 2006 09:55:28 -0500 From: "John Merryweather Cooper" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: des@FreeBSD.org Subject: ports/105402: Fix Build of updated textproc/docbook-xsl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 18:30:29 -0000 >Number: 105402 >Category: ports >Synopsis: Fix Build of updated textproc/docbook-xsl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 11 18:30:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 6.2-PRERELEASE #27: Sun Oct 29 18:14:27 EST 2006 root@borgdemon2.13tentmillln.home:/usr/obj/usr/src/sys/P4 >Description: Build fails because it tries to reinstall textproc/sdocbook. It does this because the dependency in textproc/docbook-xsl/Makefile is specified incorrectly. >How-To-Repeat: # cd /usr/ports/textproc/docbook-xsl # make install >Fix: --- fix-textproc_docbook-xsl_Makefile begins here --- --- Makefile.orig Sat Nov 11 09:48:51 2006 +++ Makefile Sat Nov 11 09:49:21 2006 @@ -16,7 +16,7 @@ COMMENT= XSL DocBook stylesheets RUN_DEPENDS= ${XMLDIR}/docbook/4.2/catalog.xml:${PORTSDIR}/textproc/docbook-xml \ - ${XMLDIR}/sdocbook/4.1.2.5/catalog:${PORTSDIR}/textproc/sdocbook-xml + ${XMLDIR}/sdocbook/1.1/catalog:${PORTSDIR}/textproc/sdocbook-xml .ifndef NOPORTDOCS DISTFILES+= ${PORTNAME}-doc-${PORTVERSION}${EXTRACT_SUFX} --- fix-textproc_docbook-xsl_Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: