From 9dc3ee9e2c432ee95030e4d26aaed0a2ba8456d0 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 23 Apr 2013 00:34:06 +0000 Subject: - Broken fails to build n file included from main.cpp:52: /usr/include/sys/timeb.h:42:2: warning: #warning "this file includes 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 --- archivers/unalz/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'archivers') diff --git a/archivers/unalz/Makefile b/archivers/unalz/Makefile index 7baa85ef6d16..02940c6cc214 100644 --- a/archivers/unalz/Makefile +++ b/archivers/unalz/Makefile @@ -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 -- cgit v1.2.3