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
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
aecde6a0
Commit
aecde6a0
authored
2 years ago
by
Adam Weinberger
Browse files
Options
Downloads
Patches
Plain Diff
dns/powerdns: Use USES=luajit (defaults to luajit-devel)
parent
57f8e1b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dns/powerdns/Makefile
+4
-8
4 additions, 8 deletions
dns/powerdns/Makefile
with
4 additions
and
8 deletions
dns/powerdns/Makefile
+
4
−
8
View file @
aecde6a0
PORTNAME
=
powerdns
DISTVERSION
=
4.6.3
PORTREVISION
=
1
PORTREVISION
=
2
CATEGORIES
=
dns
MASTER_SITES
=
https://downloads.powerdns.com/releases/
DISTNAME
=
pdns-
${
DISTVERSION
}
...
...
@@ -51,7 +51,7 @@ OPTIONS_DEFAULT= LMDB LUA MYSQL PGSQL SQLITE3
OPTIONS_GROUP
=
GEOIPOPT REMOTEOPT
OPTIONS_GROUP_REMOTEOPT
=
ZEROMQ
OPTIONS_SINGLE
=
EXTLUA
OPTIONS_SINGLE_EXTLUA
=
LUA LUAJIT
LUAJITOR
OPTIONS_SINGLE_EXTLUA
=
LUA LUAJIT
OPTIONS_SUB
=
yes
...
...
@@ -60,8 +60,7 @@ GEOIP_DESC= GeoIP backend (GeoIP2 DB)
IXFRDIST_DESC
=
Build ixfrdist
LMDB_DESC
=
LMDB backend
LUABACKEND_DESC
=
Lua2 backend
LUAJITOR_DESC
=
Use lang/luajit-openresty
LUAJIT_DESC
=
Use lang/luajit
LUAJIT_DESC
=
Use luajit
LUA_DESC
=
Use lang/lua
MYSQL_DESC
=
MySQL backend
OPENLDAP_DESC
=
OpenLDAP backend
...
...
@@ -87,10 +86,7 @@ LMDB_VARS= MODULES+=lmdb
LUABACKEND_VARS
=
MODULES+
=
lua2
LUAJITOR_LIB_DEPENDS
=
libluajit-5.1.so.2:lang/luajit-openresty
LUAJITOR_CONFIGURE_ON
=
--with-lua
=
luajit
LUAJIT_LIB_DEPENDS
=
libluajit-5.1.so.2:lang/luajit
LUAJIT_USES
=
luajit
LUAJIT_CONFIGURE_ON
=
--with-lua
=
luajit
LUA_USES
=
lua
...
...
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