diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-05-10 16:54:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-05-10 16:54:39 +0000 |
commit | f9ee9fa2355c176cb4b2e0e2d8f4cc5e04a1d187 (patch) | |
tree | f55f84e6a588d685b051af89235e1d1e9442ad7e /astro | |
parent | Update to Poco 1.4.3p1, fix plist. (diff) |
- Update to version 0.11.2
- Minor Makefile cleanups
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stellarium/Makefile | 21 | ||||
-rw-r--r-- | astro/stellarium/distinfo | 4 | ||||
-rw-r--r-- | astro/stellarium/pkg-plist | 4 |
3 files changed, 18 insertions, 11 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 10bd2619b7fa..ee626a63431f 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -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) diff --git a/astro/stellarium/distinfo b/astro/stellarium/distinfo index 8f4c9fcf228b..b8ffbea08496 100644 --- a/astro/stellarium/distinfo +++ b/astro/stellarium/distinfo @@ -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 diff --git a/astro/stellarium/pkg-plist b/astro/stellarium/pkg-plist index 5698ffe504ac..93de1966aee4 100644 --- a/astro/stellarium/pkg-plist +++ b/astro/stellarium/pkg-plist @@ -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 |