Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2012 15:33:38 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303972 - head/editors/fpc-ide
Message-ID:  <201209091533.q89FXcxW099056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sun Sep  9 15:33:37 2012
New Revision: 303972
URL: http://svn.freebsd.org/changeset/ports/303972

Log:
  - Mark BROKEN: does not build:
    gmake: Entering an unknown directory
    gmake: *** /usr/local/lib/fpc/2.6.0/compiler: No such file or directory.  Stop.
  
  Reported by:	pointyhat

Modified:
  head/editors/fpc-ide/Makefile

Modified: head/editors/fpc-ide/Makefile
==============================================================================
--- head/editors/fpc-ide/Makefile	Sun Sep  9 15:05:21 2012	(r303971)
+++ head/editors/fpc-ide/Makefile	Sun Sep  9 15:33:37 2012	(r303972)
@@ -12,6 +12,8 @@ PKGNAMESUFFIX=	-ide
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Free Pascal integrated IDE/compiler
 
+BROKEN=		does not build
+
 USE_FPC=	chm fcl-async fcl-base fv gdbint graph ibase hash mysql odbc \
 		oracle pasjpeg paszlib pthreads postgres regexpr sqlite
 



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