forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: HardenedBSD
- Loading branch information
Showing
293 changed files
with
3,404 additions
and
1,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1513859767 | ||
SHA256 (lz4-0.12.0.tar.gz) = 7d98158f9851c791187789d6e4410fde953c8c2b3b4dfff175ce02e479300ca8 | ||
SIZE (lz4-0.12.0.tar.gz) = 100876 | ||
TIMESTAMP = 1514030240 | ||
SHA256 (lz4-0.13.0.tar.gz) = c226cf0270319b0468de819aeb5c164e164c1389ea80088044749b80371de25f | ||
SIZE (lz4-0.13.0.tar.gz) = 101074 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,9 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= stellarium | ||
PORTVERSION= 0.16.1 | ||
PORTVERSION= 0.17.0 | ||
DISTVERSIONPREFIX= v | ||
CATEGORIES= astro | ||
MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} | ||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} | ||
EXTRACT_ONLY= ${_DISTFILES:Nstars_*.cat:N*.pdf} | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -15,15 +14,18 @@ LICENSE= GPLv2+ | |
|
||
CONFLICTS_INSTALL= ${PORTNAME}-qt4-0.12.* | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= Stellarium | ||
|
||
USES= cmake gettext | ||
USE_QT5= qmake_build buildtools_build linguisttools_build \ | ||
concurrent core gui network opengl printsupport widgets | ||
|
||
CMAKE_ARGS= -DENABLE_GPS:BOOL=OFF # XXX: requires Qt5Positioning | ||
|
||
GUIDE_VERSION= ${PORTVERSION} | ||
GUIDE_VERSION= 0.16.1 | ||
|
||
PORTDOCS= AUTHORS ChangeLog README \ | ||
PORTDOCS= CREDITS.md ChangeLog README.md \ | ||
stellarium_user_guide-${GUIDE_VERSION}-1.pdf | ||
|
||
OPTIONS_DEFINE= DOCS MORE_STARS MULTIMEDIA SCRIPTING TEXTURES \ | ||
|
@@ -70,12 +72,20 @@ CMAKE_ARGS+= -DENABLE_SCRIPTING:BOOL=OFF | |
PLIST_SUB+= SCRIPTS="@comment " | ||
.endif | ||
|
||
# Work-around the vestige of bzr->git conversion upstream | ||
post-extract: | ||
@${MV} ${WRKSRC}/textures/earth-shadow-new.png \ | ||
${WRKSRC}/textures/earth-shadow.png | ||
|
||
post-extract-DOCS-on: | ||
@${LN} -sf ${_DISTDIR}/stellarium_user_guide-${GUIDE_VERSION}-1.pdf \ | ||
${WRKSRC} | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} -e 's, -Wno-unused-result,,' ${WRKSRC}/CMakeLists.txt | ||
@${REINPLACE_CMD} -e '/<netinet\/in\.h>/ { x ; \ | ||
s,.*,#include <sys/socket.h>, ; G ; }' \ | ||
${WRKSRC}/src/external/libindi/libs/indibase/baseclient.cpp | ||
|
||
post-install-MORE_STARS-on: | ||
${INSTALL_DATA} ${DISTDIR}/stars_[45678]_[12]v0_1.cat \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.