ports/128777: [patch] lang/fpc-utils: unbreak building

Boris Samorodov bsam at FreeBSD.org
Tue Nov 11 08:30:01 UTC 2008


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



More information about the freebsd-ports-bugs mailing list