diff options
author | danfe <danfe@FreeBSD.org> | 2014-12-14 21:23:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-12-14 21:23:35 +0800 |
commit | 29e171c77d04139c127d33bc6a8ecc8da9d09b5a (patch) | |
tree | 04bdcea19a4545200eebb811f69ac1de04128701 /astro/celestia/Makefile | |
parent | b8d97d2ef29fae5b3df7f50b4af3d82366abebc5 (diff) | |
download | freebsd-ports-gnome-29e171c77d04139c127d33bc6a8ecc8da9d09b5a.tar.gz freebsd-ports-gnome-29e171c77d04139c127d33bc6a8ecc8da9d09b5a.tar.zst freebsd-ports-gnome-29e171c77d04139c127d33bc6a8ecc8da9d09b5a.zip |
Pull another patch from Red Hat, to fix a runtime crash:
PANIC: unprotected error in call to Lua API (attempt to index a nil value)
PR: 195240
Red Hat bug: https://bugzilla.redhat.com/show_bug.cgi?id=1045632
Patch by: Chris Rankin (Comments 13-16)
Obtained from: celestia-1.6.1-15.fc20.src.rpm
Diffstat (limited to 'astro/celestia/Makefile')
-rw-r--r-- | astro/celestia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 6746c5d6e50c..3541bd50ab19 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -3,7 +3,7 @@ PORTNAME= celestia PORTVERSION= 1.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Celestia-source/${PORTVERSION} PKGNAMESUFFIX= -${CELESTIA_UI} @@ -20,6 +20,7 @@ USES= gettext gmake libtool lua pkgconfig USE_GL= gl GNU_CONFIGURE= yes EXTRA_PATCHES= ${FILESDIR}/celestia-1.6.1-lua-5.2.patch:-p1 \ + ${FILESDIR}/celestia-lua-52-fix.patch:-p1 \ ${FILESDIR}/celestia-1.6.1-gcc47.patch:-p1 \ ${FILESDIR}/celestia-1.6.1-gcc48.patch:-p1 |