This port seems to have problems with modern ports infrastructure: http://portsmon.freebsd.org/portoverview.py?category=lang&portname=fpc-utils&wildcard= Fix: The patch unbreak building. Actually, I don't understand why was the deletted assignment needed at the first place. ;-) WBR -- bsam--KG4Azu1zwDffB87zvDzWqt1i5gORcLWPTa19o28PZ0ulBslS Content-Type: text/plain; name="fpc-utils.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fpc-utils.diff" 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" How-To-Repeat: Try to build the port with up-to-date ports tree.
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
bsam 2008-12-25 22:47:47 UTC FreeBSD ports repository Modified files: lang/fpc-utils Makefile Log: Fix building. PR: 128777 Submitted by: bsam Approved by: acm (maintainer, timeout 6 weeks) Revision Changes Path 1.7 +1 -1 ports/lang/fpc-utils/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!