svn commit: r390668 - head/lang/pfe

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 26 21:27:35 UTC 2015


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 at FreeBSD.org
 COMMENT=	Implementation of ANSI Forth
 
+BROKEN_i386=	does not link
+
 GNU_CONFIGURE=	yes
 USES=		gmake perl5 libtool tar:bzip2
 USE_PERL5=	build


More information about the svn-ports-all mailing list