From owner-svn-ports-head@FreeBSD.ORG Thu Jul 18 10:47:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3590F73B; Thu, 18 Jul 2013 10:47:02 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 26A5868B; Thu, 18 Jul 2013 10:47:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IAl2AB082842; Thu, 18 Jul 2013 10:47:02 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IAl2Ts082841; Thu, 18 Jul 2013 10:47:02 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201307181047.r6IAl2Ts082841@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 18 Jul 2013 10:47:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323221 - head/misc/xbiso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 10:47:02 -0000 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