mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f9197640d9
We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# Created by: gurkan@phys.ethz.ch
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zipper
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 5
|
|
CATEGORIES= archivers gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= Zipper-${PORTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Tool for inspecting the contents of a compressed archive
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-patch:
|
|
cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v {} ";"
|
|
|
|
.include <bsd.port.mk>
|