Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 21:27:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390668 - head/lang/pfe
Message-ID:  <201506262127.t5QLRZWv081483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 26 21:27:34 2015
New Revision: 390668
URL: https://svnweb.freebsd.org/changeset/ports/390668

Log:
  - Mark BROKEN on i386:
  
  ./.libs/libpfe.so: undefined reference to `p4TH'
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/lang/pfe/Makefile

Modified: head/lang/pfe/Makefile
==============================================================================
--- head/lang/pfe/Makefile	Fri Jun 26 20:18:38 2015	(r390667)
+++ head/lang/pfe/Makefile	Fri Jun 26 21:27:34 2015	(r390668)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Implementation of ANSI Forth
 
+BROKEN_i386=	does not link
+
 GNU_CONFIGURE=	yes
 USES=		gmake perl5 libtool tar:bzip2
 USE_PERL5=	build



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