From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 7 09:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ECC0106568D for ; Thu, 7 May 2009 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F34378FC13 for ; Thu, 7 May 2009 09:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n479e03A017172 for ; Thu, 7 May 2009 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n479e0Dj017171; Thu, 7 May 2009 09:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 May 2009 09:40:00 GMT Resent-Message-Id: <200905070940.n479e0Dj017171@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, Boris Samorodov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 943F9106566C for ; Thu, 7 May 2009 09:30:55 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (bb.ipt.ru [194.62.233.89]) by mx1.freebsd.org (Postfix) with ESMTP id 1BE388FC1D for ; Thu, 7 May 2009 09:30:54 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (localhost [127.0.0.1]) by bb.ipt.ru (8.14.3/8.14.3) with ESMTP id n479UsjP033904 for ; Thu, 7 May 2009 13:30:54 +0400 (MSD) (envelope-from bsam@bb.ipt.ru) Received: (from bsam@localhost) by bb.ipt.ru (8.14.3/8.14.3/Submit) id n479Usmn033903; Thu, 7 May 2009 13:30:54 +0400 (MSD) (envelope-from bsam) Message-Id: <200905070930.n479Usmn033903@bb.ipt.ru> Date: Thu, 7 May 2009 13:30:54 +0400 (MSD) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134331: [patch] devel/fpc-fcl-db: fix package building X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 09:40:01 -0000 >Number: 134331 >Category: ports >Synopsis: [patch] devel/fpc-fcl-db: fix package building >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 07 09:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 8.0-CURRENT i386 >Organization: InPharmTech, co. >Environment: System: FreeBSD bb.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed May 6 15:19:22 MSD 2009 root@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: The package is not built due to missing dependency: ----- [...] /usr/local/bin/fpcmake -p -Ti386-freebsd Makefile.fpc Processing Makefile.fpc Error: Target "freebsd", package "fcl-xml" not found gmake: *** [fpc_install] Error 1 *** Error code 2 Stop in /a/ports/devel/fpc-fcl-db. ----- >How-To-Repeat: >Fix: Apply the patch which adds a missing dependency. No PORTREVISION bump. --- fpc-fcl-db.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/fpc-fcl-db/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 14 Jan 2009 06:12:05 -0000 1.14 +++ Makefile 7 May 2009 09:23:17 -0000 @@ -12,7 +12,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fcl-async fcl-base hash ibase mysql odbc oracle paszlib postgres \ +USE_FPC= fcl-async fcl-base fcl-xml hash ibase mysql odbc oracle paszlib postgres \ pthreads pxlib sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc --- fpc-fcl-db.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: