Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 00:34:06 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316292 - head/archivers/unalz
Message-ID:  <201304230034.r3N0Y6oS072084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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