svn commit: r316292 - head/archivers/unalz

Martin Wilke miwi at FreeBSD.org
Tue Apr 23 00:34:07 UTC 2013


Author: miwi
Date: Tue Apr 23 00:34:06 2013
New Revision: 316292
URL: http://svnweb.freebsd.org/changeset/ports/316292

Log:
  - Broken fails to build
  
  n file included from main.cpp:52:
  /usr/include/sys/timeb.h:42:2: warning: #warning "this file includes <sys/timeb.h> which is deprecated"
  c++ -O2 -pipe -fno-strict-aliasing -c UnAlz.cpp
  UnAlz.cpp: In member function 'UINT32 UNALZ::CUnAlz::CRC32(UINT32, BYTE)':
  UnAlz.cpp:1910: error: invalid conversion from 'const z_crc_t*' to 'const long unsigned int*'
  *** [UnAlz.o] Error code 1

Modified:
  head/archivers/unalz/Makefile   (contents, props changed)

Modified: head/archivers/unalz/Makefile
==============================================================================
--- head/archivers/unalz/Makefile	Tue Apr 23 00:29:57 2013	(r316291)
+++ head/archivers/unalz/Makefile	Tue Apr 23 00:34:06 2013	(r316292)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	unalz
-# Date created:		23 October 2004
-# Whom:			Hye-Shik Chang
-#
+# Created by: Hye-Shik Chang
 # $FreeBSD$
-#
 
 PORTNAME=	unalz
 PORTVERSION=	0.65
@@ -17,6 +13,7 @@ COMMENT=	Extracts AlZip archives
 
 LICENSE_FILE=	${WRKSRC}/readme.txt
 
+BROKEN=		fails to build
 USE_ICONV=	yes
 PLIST_FILES=	bin/unalz
 MAKEFILE=	Makefile.freebsd


More information about the svn-ports-all mailing list