svn commit: r454930 - head/lang/parrot

Mark Linimon linimon at FreeBSD.org
Mon Nov 27 02:55:11 UTC 2017


Author: linimon
Date: Mon Nov 27 02:55:09 2017
New Revision: 454930
URL: https://svnweb.freebsd.org/changeset/ports/454930

Log:
  Remove obsolete line.  ia64 support failed years ago.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/parrot/Makefile

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Mon Nov 27 01:09:32 2017	(r454929)
+++ head/lang/parrot/Makefile	Mon Nov 27 02:55:09 2017	(r454930)
@@ -45,8 +45,6 @@ perl_OLD_CMD=	perl
 DOCSDIR=	share/doc/${PORTNAME}/${PORTVERSION}
 PLIST_SUB=	PARROT_VER="${PORTVERSION}"
 
-BROKEN_ia64=	Does not compile on ia64
-
 do-configure:
 	(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
 


More information about the svn-ports-all mailing list