svn commit: r323221 - head/misc/xbiso

Tijl Coosemans tijl at FreeBSD.org
Thu Jul 18 10:47:02 UTC 2013


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


More information about the svn-ports-head mailing list