You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
c56f73803c
* for sqlninja-devel: * install missing script library during destroot * patch script sqlninja to find it * patch script lib/utils.pl for perl 5.30 (unescaped left curly brackets) * for the subports: * declare conflict each with the other * update checksums * update dependencies * fix livechecks
12 lines
365 B
Diff
12 lines
365 B
Diff
--- sqlninja.orig 2020-05-13 17:49:11.000000000 -0700
|
|
+++ sqlninja 2020-05-13 17:54:17.000000000 -0700
|
|
@@ -37,6 +37,8 @@
|
|
# icesurfer: we should check only if $conf->session == 1, but the checks are done after the conf file is parsed
|
|
use DBI;
|
|
|
|
+use lib '@@SQLNINJA_LIB_PATH@@';
|
|
+
|
|
require "lib/utils.pl";
|
|
require "lib/session.pl";
|
|
require "lib/fingerprint.pl";
|