Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 12:38:29 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304032 - head/net/wizd
Message-ID:  <201209101238.q8ACcTXA054082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Sep 10 12:38:29 2012
New Revision: 304032
URL: http://svn.freebsd.org/changeset/ports/304032

Log:
  - Mark BROKEN: does not install
    install  -s -o root -g wheel -m 555 work/wizd /usr/local/bin
    strip: /usr/local/bin/wizd: File format not recognized
    install: wait: No such file or directory
  
  Reported by:	pointyhat

Modified:
  head/net/wizd/Makefile

Modified: head/net/wizd/Makefile
==============================================================================
--- head/net/wizd/Makefile	Mon Sep 10 12:26:37 2012	(r304031)
+++ head/net/wizd/Makefile	Mon Sep 10 12:38:29 2012	(r304032)
@@ -19,6 +19,8 @@ LIB_DEPENDS=	dvdread:${PORTSDIR}/multime
 		jpeg:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	nkf:${PORTSDIR}/japanese/nkf
 
+BROKEN=		does not install
+
 NO_WRKSUBDIR=	yes
 USE_DOS2UNIX=	Makefile
 USE_ZIP=	yes



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