summaryrefslogtreecommitdiff
path: root/lang/julia10/files/patch-base_Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-02 14:52:12 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-02 14:52:12 +0000
commit55a9ef3391892debe94f6027d2696ea8e529a4c6 (patch)
tree97754eeceb54ea170d3c80a92866abcf479b7d89 /lang/julia10/files/patch-base_Makefile
parentsecurity/barnyard2: remove optional dependency on expired security/broccoli (diff)
Remove expired ports:
lang/julia: metaport, useless without any consumers 2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream 2020-12-31 mail/getmail: Uses deprecated version of python 2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream 2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/cliqz: Uses deprecated version of python 2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream
Diffstat (limited to 'lang/julia10/files/patch-base_Makefile')
-rw-r--r--lang/julia10/files/patch-base_Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/julia10/files/patch-base_Makefile b/lang/julia10/files/patch-base_Makefile
deleted file mode 100644
index 95a549c14f92..000000000000
--- a/lang/julia10/files/patch-base_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/Makefile.orig 2018-09-20 04:08:53 UTC
-+++ base/Makefile
-@@ -109,7 +109,7 @@ ifneq ($(OS), WINNT)
- # put a symlink in the private libdir.
- # System package managers may want to install these links manually,
- # but if not, this will try to create the proper symlink to the right minor version.
--all: symlink_system_libraries
-+all:
- SYMLINK_SYSTEM_LIBRARIES :=
-
- # if it's a symlink, pick up the symlink target instead, for one level of indirection