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: FreeBSD
- Loading branch information
Showing
1,228 changed files
with
10,604 additions
and
3,652 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
PORTNAME= nfpm | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 2.15.0 | ||
PORTREVISION= 1 | ||
CATEGORIES= archivers | ||
|
||
MAINTAINER= [email protected] | ||
|
10 changes: 10 additions & 0 deletions
10
archivers/rubygem-libarchive/files/patch-ext_libarchive__internal.h
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- ext/libarchive_internal.h.orig 2022-03-08 07:22:32 UTC | ||
+++ ext/libarchive_internal.h | ||
@@ -28,7 +28,6 @@ | ||
#include <archive_entry.h> | ||
|
||
#include <ruby.h> | ||
-#include <rubysig.h> | ||
|
||
#ifdef _WIN32 | ||
#include "libarchive_win32.h" |
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 = 1646407578 | ||
SHA256 (splitter-r647.tar.gz) = 456b6859290343856d4d6658ccfb485fa6a83277a4a459bcb29ef97f5fa600f4 | ||
SIZE (splitter-r647.tar.gz) = 1577403 | ||
TIMESTAMP = 1648563284 | ||
SHA256 (splitter-r650.tar.gz) = 9f42465e55503999b8213b1e4cbfa9efe81637bb6542bf778bd47ae4eb111a07 | ||
SIZE (splitter-r650.tar.gz) = 1577490 |
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,11 +1,14 @@ | ||
# Created by: Jean-Yves Lefort <[email protected]> | ||
|
||
PORTNAME= ${GH_ACCOUNT:tl} | ||
PORTVERSION= 0.21.3 | ||
PORTVERSION= 0.22.0 | ||
DISTVERSIONPREFIX= v | ||
CATEGORIES= astro | ||
EXTRACT_ONLY= ${_DISTFILES:Nstars_*.cat:N*.pdf} | ||
|
||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | ||
PATCHFILES= 710d1c5acd9e962260ce.patch:-p1 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= 3D photo-realistic sky renderer (planetarium) | ||
|
||
|
@@ -17,24 +20,26 @@ GH_ACCOUNT= Stellarium | |
USES= cmake compiler:c++11-lang desktop-file-utils \ | ||
qt:5 shared-mime-info | ||
USE_QT= qmake_build buildtools_build \ | ||
concurrent core gui network opengl printsupport widgets | ||
charts concurrent core gui network opengl \ | ||
printsupport widgets | ||
|
||
GUIDE_VERSION= ${PORTVERSION} | ||
|
||
PORTDOCS= CREDITS.md ChangeLog README.md \ | ||
stellarium_user_guide-${GUIDE_VERSION}-1.pdf | ||
|
||
OPTIONS_DEFINE= DOCS GPS MORE_STARS MULTIMEDIA NLS SCRIPTS \ | ||
TELESCOPE TEST TEXTURES | ||
OPTIONS_DEFAULT= GPS MULTIMEDIA SCRIPTS TELESCOPE | ||
TELESCOPE TEST TEXTURES WEBENGINE | ||
OPTIONS_DEFAULT= GPS MULTIMEDIA SCRIPTS TELESCOPE WEBENGINE | ||
OPTIONS_SUB= yes | ||
|
||
GPS_DESC= GPS (NMEA handling) support | ||
MORE_STARS_DESC= Install extra star catalogs (1.0GB) | ||
MORE_STARS_DESC= Install additional star catalogs (1.0GB) | ||
MULTIMEDIA_DESC= Sound and video support | ||
SCRIPTS_DESC= Remote control and scripting support | ||
TELESCOPE_DESC= Telescope control plugin | ||
TEXTURES_DESC= Install better quality textures | ||
WEBENGINE_DESC= Get and show extra object information | ||
|
||
DOCS_MASTER_SITES= https://github.com/Stellarium/stellarium/releases/download/v${GUIDE_VERSION}/:ug | ||
DOCS_DISTFILES= stellarium_user_guide-${GUIDE_VERSION}-1.pdf:ug | ||
|
@@ -43,9 +48,6 @@ GPS_LIB_DEPENDS= libgps.so:astro/gpsd | |
GPS_USE= QT=location,serialport | ||
GPS_CMAKE_OFF= -DENABLE_GPS:BOOL=OFF | ||
|
||
TEXTURES_MASTER_SITES= SF/${PORTNAME}/Extra-data-files/textures:gfx | ||
TEXTURES_DISTFILES= textures-1K.zip:gfx | ||
|
||
MULTIMEDIA_USE= QT=multimedia | ||
MULTIMEDIA_CMAKE_OFF= -DENABLE_MEDIA:BOOL=OFF | ||
|
||
|
@@ -61,6 +63,12 @@ TELESCOPE_CMAKE_OFF= -DUSE_PLUGIN_TELESCOPECONTROL:BOOL=OFF | |
TEST_USE= QT=testlib_build | ||
TEST_CMAKE_ON= -DENABLE_TESTING:BOOL=ON | ||
|
||
TEXTURES_MASTER_SITES= SF/${PORTNAME}/Extra-data-files/textures:gfx | ||
TEXTURES_DISTFILES= textures-1K.zip:gfx | ||
|
||
WEBENGINE_USE= QT=declarative,webchannel,webengine | ||
WEBENGINE_CMAKE_OFF= -DENABLE_QTWEBENGINE:BOOL=OFF | ||
|
||
.include <bsd.port.options.mk> | ||
|
||
.if ${PORT_OPTIONS:MMORE_STARS} | ||
|
@@ -76,10 +84,6 @@ post-extract-DOCS-on: | |
@${LN} -sf ${_DISTDIR}/stellarium_user_guide-${GUIDE_VERSION}-1.pdf \ | ||
${WRKSRC} | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} -e '/ADD_PLUGIN(OnlineQueries/s,1,0,' \ | ||
${WRKSRC}/CMakeLists.txt | ||
|
||
post-install: | ||
@${RMDIR} ${STAGEDIR}${DATADIR}/skycultures/greek_almagest/almstars | ||
|
||
|
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.