mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +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.
27 lines
589 B
Makefile
27 lines
589 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= toolbox
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \
|
|
LOCAL/dinoex
|
|
PKGNAMESUFFIX= kit${PKGNAMESUFFIX2}
|
|
DISTNAME= Toolbox-${PORTVERSION}
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Toolbox bundle for GNUstep
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
WRKSRC= ${WRKDIR}/Toolbox/Toolbox
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libToolbox.so
|
|
|
|
.include <bsd.port.mk>
|