svn commit: r304032 - head/net/wizd

Beat Gaetzi beat at FreeBSD.org
Mon Sep 10 12:38:30 UTC 2012


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



More information about the svn-ports-head mailing list