Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 08:53:57 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371380 - head/lang/fpc
Message-ID:  <201410230853.s9N8rv23010634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Oct 23 08:53:57 2014
New Revision: 371380
URL: https://svnweb.freebsd.org/changeset/ports/371380
QAT: https://qat.redports.org/buildarchive/r371380/

Log:
  lang/fpc: IGNORE on DragonFly (for now, support is long-term goal)

Modified:
  head/lang/fpc/Makefile

Modified: head/lang/fpc/Makefile
==============================================================================
--- head/lang/fpc/Makefile	Thu Oct 23 08:36:11 2014	(r371379)
+++ head/lang/fpc/Makefile	Thu Oct 23 08:53:57 2014	(r371380)
@@ -34,6 +34,10 @@ FPCSRCDIR=	${PORTNAME}-${PORTVERSION}
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == DragonFly
+IGNORE=		not supported on DragonFly yet
+.endif
+
 .if ${ARCH} == "i386"
 PPNAME=		ppc386
 FPC_ARCH=	i386



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