Update to stellarium-0.11.4a.

This commit is contained in:
ajacoutot 2012-08-26 12:42:11 +00:00
parent 3dd48630d4
commit 4fec7ede84
3 changed files with 5 additions and 16 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.26 2012/08/26 07:51:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2012/08/26 12:42:11 ajacoutot Exp $
COMMENT= free open source planetarium
DISTNAME= stellarium-0.11.4
DISTNAME= stellarium-0.11.4a
WRKDIST= ${WRKDIR}/stellarium-0.11.4
CATEGORIES= astro x11

View File

@ -1,2 +1,2 @@
SHA256 (stellarium-0.11.4.tar.gz) = vft0Qt2rZ+ZlOTpbeIZfD779Yn9xqUqAEAZ/2yuAa98=
SIZE (stellarium-0.11.4.tar.gz) = 54863495
SHA256 (stellarium-0.11.4a.tar.gz) = KRhLpkf6FPmll4eqjqTVliCxjLWrC9E9e5AFA4SjQz8=
SIZE (stellarium-0.11.4a.tar.gz) = 54863608

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_StelLogger_cpp,v 1.1 2012/08/26 07:51:54 ajacoutot Exp $
--- src/StelLogger.cpp.orig Sun Aug 26 09:50:32 2012
+++ src/StelLogger.cpp Sun Aug 26 09:50:38 2012
@@ -313,7 +313,7 @@ void StelLogger::init(const QString& logFilePath)
}
#elif defined Q_OS_BSD4
- QProcess dmesg
+ QProcess dmesg;
dmesg.start("/sbin/dmesg", QIODevice::ReadOnly);
dmesg.waitForStarted();
dmesg.waitForFinished();