Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Tcl/Tk packages on FreeBSD. #142

Closed
wants to merge 1 commit into from

Conversation

yurivict
Copy link

@yurivict yurivict commented Apr 2, 2018

No description provided.

@@ -17,6 +17,8 @@ end

provides(AptGet,"tcl8.5",tcl)
provides(AptGet,"tk8.5",tk)
provides(BSDPkg,"tcl85",tcl,os=:FreeBSD)
provides(BSDPkg,"tk85",tk,os=:FreeBSD)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this requires a minimum bindeps version of 0.6.0 JuliaPackaging/BinDeps.jl@264e086

you'll also need to drop julia 0.5 support as it's not longer supported

@yurivict
Copy link
Author

yurivict commented Apr 3, 2018

I changed to BinDeps 0.6.0.
I'm not sure how to drop julia 0.5 support.

@iblislin
Copy link

iblislin commented May 6, 2018

diff --git a/REQUIRE b/REQUIRE
index 13eee6a..02a62e2 100644
--- a/REQUIRE
+++ b/REQUIRE
@@ -1,6 +1,6 @@
-julia 0.5
+julia 0.6
 Compat 0.17.0
 Cairo
 Graphics 0.1
-BinDeps 0.2.2-
+BinDeps 0.6.0
 @windows WinRPM

@aviks
Copy link
Collaborator

aviks commented Feb 5, 2020

Closed by #148

@aviks aviks closed this Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants