diff options
author | rene <rene@FreeBSD.org> | 2012-06-05 02:05:59 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-06-05 02:05:59 +0800 |
commit | a7ceca564e7e6d69096a778c7ce162ca74bf01ca (patch) | |
tree | 9cbd8b511777af710de755bda628c7ab594e6be2 /emulators/desmume | |
parent | f4c095d79761da3a0a433ed34cc943dcf6b05a2b (diff) | |
download | freebsd-ports-gnome-a7ceca564e7e6d69096a778c7ce162ca74bf01ca.tar.gz freebsd-ports-gnome-a7ceca564e7e6d69096a778c7ce162ca74bf01ca.tar.zst freebsd-ports-gnome-a7ceca564e7e6d69096a778c7ce162ca74bf01ca.zip |
Update to 0.9.8
PR: ports/168356
Submitted by: Barbara
Approved by: maintainer
Diffstat (limited to 'emulators/desmume')
-rw-r--r-- | emulators/desmume/Makefile | 8 | ||||
-rw-r--r-- | emulators/desmume/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 4e2a9bc678ef..ecaaad1f4573 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -6,8 +6,7 @@ # PORTNAME= desmume -PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTVERSION= 0.9.8 CATEGORIES= emulators MASTER_SITES= SF @@ -46,10 +45,11 @@ BROKEN= Does not compile on ia64 .endif post-patch: - @${REINPLACE_CMD} -e 's|mode_t|mode_t_|g' ${WRKSRC}/src/utils/libfat/libfat_pc.h # FreeBSD 7.x is missing strnlen(), adjusting this enables a builtin version of strnlen() .if ${OSVERSION} < 800000 - @${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g' ${WRKSRC}/src/utils/libfat/directory.cpp + @${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g; \ + /AvailabilityMacros\.h/d' \ + ${WRKSRC}/src/utils/libfat/directory.cpp .endif .include <bsd.port.post.mk> diff --git a/emulators/desmume/distinfo b/emulators/desmume/distinfo index 37363fd8aa1e..be79145c1cb1 100644 --- a/emulators/desmume/distinfo +++ b/emulators/desmume/distinfo @@ -1,2 +1,2 @@ -SHA256 (desmume-0.9.7.tar.gz) = 0a0f7ef3cc76ff0bbc6f3df47c3689653617074ea7ffc354e9fa1240c5336523 -SIZE (desmume-0.9.7.tar.gz) = 1142550 +SHA256 (desmume-0.9.8.tar.gz) = 78363468a2d5efba95de57739a9c81a3757ecd76c2a183ec68336e30d47a5e01 +SIZE (desmume-0.9.8.tar.gz) = 3677290 |