From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 11 08:30:01 2008 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 CD7BF1065677 for ; Tue, 11 Nov 2008 08:30: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 9FB398FC08 for ; Tue, 11 Nov 2008 08:30:01 +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 mAB8U1Jn046759 for ; Tue, 11 Nov 2008 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAB8U1uF046756; Tue, 11 Nov 2008 08:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 11 Nov 2008 08:30:01 GMT Resent-Message-Id: <200811110830.mAB8U1uF046756@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 970E31065676 for ; Tue, 11 Nov 2008 08:26:57 +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 0C9268FC14 for ; Tue, 11 Nov 2008 08:26:56 +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 mAB7xOSA091753 for ; Tue, 11 Nov 2008 10:59:24 +0300 (MSK) (envelope-from bsam@bb.ipt.ru) Received: (from bsam@localhost) by bb.ipt.ru (8.14.3/8.14.3/Submit) id mAB7xN4A091752; Tue, 11 Nov 2008 10:59:23 +0300 (MSK) (envelope-from bsam) Message-Id: <200811110759.mAB7xN4A091752@bb.ipt.ru> Date: Tue, 11 Nov 2008 10:59:23 +0300 (MSK) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/128777: [patch] lang/fpc-utils: unbreak 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: Tue, 11 Nov 2008 08:30:01 -0000 >Number: 128777 >Category: ports >Synopsis: [patch] lang/fpc-utils: unbreak 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: Tue Nov 11 08:30:01 UTC 2008 >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 #2: Sun Nov 2 02:38:00 MSK 2008 root@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: This port seems to have problems with modern ports infrastructure: http://portsmon.freebsd.org/portoverview.py?category=lang&portname=fpc-utils&wildcard= >How-To-Repeat: Try to build the port with up-to-date ports tree. >Fix: The patch unbreak building. Actually, I don't understand why was the deletted assignment needed at the first place. ;-) --- fpc-utils.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/fpc-utils/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 24 Jun 2008 15:18:13 -0000 1.6 +++ Makefile 11 Nov 2008 07:52:32 -0000 @@ -18,6 +18,6 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/fcl/inc +EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" --- fpc-utils.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: