Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2008 10:59:23 +0300 (MSK)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/128777: [patch] lang/fpc-utils: unbreak building
Message-ID:  <200811110759.mAB7xN4A091752@bb.ipt.ru>
Resent-Message-ID: <200811110830.mAB8U1uF046756@freefall.freebsd.org>

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

>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:



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