Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 10:47:02 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323221 - head/misc/xbiso
Message-ID:  <201307181047.r6IAl2Ts082841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jul 18 10:47:01 2013
New Revision: 323221
URL: http://svnweb.freebsd.org/changeset/ports/323221

Log:
  Mark as BROKEN. Does not compile with new ftp/ftplib.

Modified:
  head/misc/xbiso/Makefile

Modified: head/misc/xbiso/Makefile
==============================================================================
--- head/misc/xbiso/Makefile	Thu Jul 18 10:42:14 2013	(r323220)
+++ head/misc/xbiso/Makefile	Thu Jul 18 10:47:01 2013	(r323221)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	xbiso
-# Date created:			Jan 28, 2004
-# Whom:				ijliao	ij
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	xbiso
 PORTVERSION=	0.6.1
@@ -16,6 +11,8 @@ COMMENT=	XBox xdvdfs iso extraction util
 
 LIB_DEPENDS=	ftp.3:${PORTSDIR}/ftp/ftplib
 
+BROKEN=		Does not compile with ftplib>=4.0
+
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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