aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-04-23 08:34:06 +0800
committermiwi <miwi@FreeBSD.org>2013-04-23 08:34:06 +0800
commitc2c620c87fc4c59f540f9f03a2e0f09367350fd9 (patch)
tree9442cc910f59f6db99b29f60535951de74e433fc /archivers
parent644fc14299267a29769d8b75166c273ea7d4bd64 (diff)
downloadfreebsd-ports-gnome-c2c620c87fc4c59f540f9f03a2e0f09367350fd9.tar.gz
freebsd-ports-gnome-c2c620c87fc4c59f540f9f03a2e0f09367350fd9.tar.zst
freebsd-ports-gnome-c2c620c87fc4c59f540f9f03a2e0f09367350fd9.zip
- 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
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unalz/Makefile7
1 files changed, 2 insertions, 5 deletions
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