ports/134331: [patch] devel/fpc-fcl-db: fix package building

Boris Samorodov bsam at FreeBSD.org
Thu May 7 09:40:01 UTC 2009


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



More information about the freebsd-ports-bugs mailing list