svn commit: r303972 - head/editors/fpc-ide

Beat Gaetzi beat at FreeBSD.org
Sun Sep 9 15:33:38 UTC 2012


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



More information about the svn-ports-all mailing list