From owner-svn-ports-head@FreeBSD.ORG Wed Aug 22 06:54:34 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 193A410656E8; Wed, 22 Aug 2012 06:54:34 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0473A8FC0C; Wed, 22 Aug 2012 06:54:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7M6sXxK084292; Wed, 22 Aug 2012 06:54:33 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7M6sXaS084290; Wed, 22 Aug 2012 06:54:33 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201208220654.q7M6sXaS084290@svn.freebsd.org> From: Erwin Lansing Date: Wed, 22 Aug 2012 06:54:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302927 - head/sysutils/avfs X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Aug 2012 06:54:34 -0000 Author: erwin Date: Wed Aug 22 06:54:33 2012 New Revision: 302927 URL: http://svn.freebsd.org/changeset/ports/302927 Log: Mark BROKEN: does not package Submitted by: pointyhat Modified: head/sysutils/avfs/Makefile (contents, props changed) Modified: head/sysutils/avfs/Makefile ============================================================================== --- head/sysutils/avfs/Makefile Wed Aug 22 06:36:57 2012 (r302926) +++ head/sysutils/avfs/Makefile Wed Aug 22 06:54:33 2012 (r302927) @@ -17,6 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fuse ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod +BROKEN= does not package + NO_INSTALL_MANPAGES= yes CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv