Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
ec69600a
Commit
ec69600a
authored
1 year ago
by
Michiel van Baak Jansen
Committed by
Fernando Apesteguía
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
net-p2p/radarr: Select correct openssl runtime version
PR: 275696 Reported by: michiel@vanbaak.eu (maintainer)
parent
ec331642
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net-p2p/radarr/Makefile
+2
-1
2 additions, 1 deletion
net-p2p/radarr/Makefile
net-p2p/radarr/files/radarr.in
+4
-0
4 additions, 0 deletions
net-p2p/radarr/files/radarr.in
with
6 additions
and
1 deletion
net-p2p/radarr/Makefile
+
2
−
1
View file @
ec69600a
PORTNAME
=
radarr
DISTVERSION
=
5.1.3.8246
PORTREVISION
=
1
CATEGORIES
=
net-p2p
MASTER_SITES
=
https://github.com/Radarr/Radarr/releases/download/v
${
PORTVERSION
}
/
DISTNAME
=
Radarr.master.
${
DISTVERSION
}
.freebsd-core-x64
...
...
@@ -20,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
libinotify>0:devel/libinotify
\
libunwind>0:devel/libunwind
USES
=
s
sl:run sqlite:3
USES
=
s
qlite:3 ssl:run
USE_RC_SUBR
=
${
PORTNAME
}
...
...
This diff is collapsed.
Click to expand it.
net-p2p/radarr/files/radarr.in
+
4
−
0
View file @
ec69600a
...
...
@@ -48,6 +48,10 @@ start_precmd=${name}_precmd
export
DOTNET_SYSTEM_NET_DISABLEIPV6
=
1
fi
if
[
`
uname
-K
`
-ge
1400092
]
;
then
export
CLR_OPENSSL_VERSION_OVERRIDE
=
30
fi
rc_flags
=
"-r -f -p
${
pidfile_child
}
-P
${
pidfile
}
${
%%PORTNAME%%_exec_dir
}
/Radarr --data=
${
%%PORTNAME%%_data_dir
}
--nobrowser >> /dev/null 2>&1
${
rc_flags
}
"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment