View | Details | Raw Unified | Return to bug 168356
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	desmume
8
PORTNAME=	desmume
9
PORTVERSION=	0.9.7
9
PORTVERSION=	0.9.8
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	emulators
11
CATEGORIES=	emulators
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
Lines 46-52 Link Here
46
.endif
46
.endif
47
47
48
post-patch:
48
post-patch:
49
	@${REINPLACE_CMD} -e 's|mode_t|mode_t_|g' ${WRKSRC}/src/utils/libfat/libfat_pc.h
50
# FreeBSD 7.x is missing strnlen(), adjusting this enables a builtin version of strnlen()
49
# FreeBSD 7.x is missing strnlen(), adjusting this enables a builtin version of strnlen()
51
.if ${OSVERSION} < 800000
50
.if ${OSVERSION} < 800000
52
	@${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g' ${WRKSRC}/src/utils/libfat/directory.cpp
51
	@${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g' ${WRKSRC}/src/utils/libfat/directory.cpp
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (desmume-0.9.7.tar.gz) = 0a0f7ef3cc76ff0bbc6f3df47c3689653617074ea7ffc354e9fa1240c5336523
1
SHA256 (desmume-0.9.8.tar.gz) = 78363468a2d5efba95de57739a9c81a3757ecd76c2a183ec68336e30d47a5e01
2
SIZE (desmume-0.9.7.tar.gz) = 1142550
2
SIZE (desmume-0.9.8.tar.gz) = 3677290

Return to bug 168356