mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Update to version 0.11.2
- Minor Makefile cleanups
This commit is contained in:
parent
61c66a62c0
commit
f9ee9fa235
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296383
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= stellarium
|
||||
PORTVERSION= 0.11.1
|
||||
PORTVERSION= 0.11.2
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
@ -48,17 +48,20 @@ PLIST_SUB+= MORE_STARS=""
|
||||
PLIST_SUB+= MORE_STARS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/typedef.*void.*__GLXextFuncPtr/d' \
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e '/typedef.*void.*__GLXextFuncPtr/d' \
|
||||
${WRKSRC}/src/core/external/GLee.h
|
||||
@${REINPLACE_CMD} -e '/QTTEST/d' ${WRKSRC}/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' \
|
||||
${REINPLACE_CMD} -e '/QTTEST/d' ${WRKSRC}/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' \
|
||||
${WRKSRC}/doc/CMakeLists.txt
|
||||
# avoid picking up the wrong `fixx11h.h' (x11/kdelibs3 port installs one that
|
||||
# doesn't handle FontChange)
|
||||
@${GREP} -Rl --null fixx11h\\.h ${WRKSRC}/src ${WRKSRC}/plugins | \
|
||||
# Remove options which our old GCC does not know about (GCC 4.6 specific)
|
||||
${REINPLACE_CMD} -e 's| -Wno-unused-but-set-[[:alpha:]]*||g' \
|
||||
${WRKSRC}/plugins/Satellites/src/CMakeLists.txt
|
||||
# Avoid picking up the wrong `fixx11h.h' (`x11/kdelibs3' port installs one
|
||||
# that does not handle FontChange)
|
||||
${GREP} -Rl --null fixx11h\\.h ${WRKSRC}/src ${WRKSRC}/plugins | \
|
||||
${XARGS} -0 ${REINPLACE_CMD} -e 's/fixx11h\.h/fixx11qt4h.h/'
|
||||
@cd ${WRKSRC}/src/core/external && ${MV} fixx11h.h fixx11qt4h.h
|
||||
cd ${WRKSRC}/src/core/external && ${MV} fixx11h.h fixx11qt4h.h
|
||||
|
||||
post-install:
|
||||
.if defined(WITH_MORE_STARS)
|
||||
|
@ -1,5 +1,5 @@
|
||||
SHA256 (stellarium-0.11.1.tar.gz) = f47ee142b3298cf473c2ea62fe3566550a2f5f7518779bb5f422452a9e283fd3
|
||||
SIZE (stellarium-0.11.1.tar.gz) = 45681904
|
||||
SHA256 (stellarium-0.11.2.tar.gz) = 85a413ec8aff8774952c32ff6fbf61ba7f1d1d38a224ff51c65750f5803662e2
|
||||
SIZE (stellarium-0.11.2.tar.gz) = 47131184
|
||||
SHA256 (stars_4_1v0_0.cat) = e0373d869d08ffac2ba78e7fbe29add6511073cd74a52b9918d8b77fb05827e7
|
||||
SIZE (stars_4_1v0_0.cat) = 17275482
|
||||
SHA256 (stars_5_2v0_0.cat) = d093e25e8cb8350ef74706d7bf05455d224acb076da87bf1b784b5cf0e0d9931
|
||||
|
@ -753,6 +753,8 @@ share/locale/lt/LC_MESSAGES/stellarium-skycultures.mo
|
||||
share/locale/lt/LC_MESSAGES/stellarium.mo
|
||||
share/locale/lv/LC_MESSAGES/stellarium-skycultures.mo
|
||||
share/locale/lv/LC_MESSAGES/stellarium.mo
|
||||
share/locale/mi/LC_MESSAGES/stellarium-skycultures.mo
|
||||
share/locale/mi/LC_MESSAGES/stellarium.mo
|
||||
share/locale/mk/LC_MESSAGES/stellarium-skycultures.mo
|
||||
share/locale/mk/LC_MESSAGES/stellarium.mo
|
||||
share/locale/ml/LC_MESSAGES/stellarium-skycultures.mo
|
||||
@ -832,6 +834,8 @@ share/locale/zh_TW/LC_MESSAGES/stellarium.mo
|
||||
@dirrmtry share/locale/nan
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/mi/LC_MESSAGES
|
||||
@dirrmtry share/locale/mi
|
||||
@dirrmtry share/locale/ia/LC_MESSAGES
|
||||
@dirrmtry share/locale/ia
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
|
Loading…
x
Reference in New Issue
Block a user