Opened 8 years ago
Closed 8 years ago
#53564 closed update (fixed)
textmate2: update to 2.0-rc.4
Reported by: | lpsinger (Leo Singer) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | textmate2 |
Description
textmate2 is pestering me about updates when I launch it. Indeed, a new version is available:
$ port livecheck textmate2 textmate2 seems to have been updated (port version: 2.0-beta.12.4, new version: 2.0-rc.4)
Change History (3)
comment:1 Changed 8 years ago by neverpanic (Clemens Lang)
comment:2 Changed 8 years ago by neverpanic (Clemens Lang)
Nevermind, on second glance it was just a missing dependency on the package providing curl-ca-bundle in trace mode. Patch incoming.
comment:3 Changed 8 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
If somebody wants to help prepare a patch that would be welcome. My current status is
editors/textmate2/Portfile
beta.12.4 vpatch-target.diff \editors/textmate2/files/patch-frameworks_license_target.diff
N_FLAGS += "$libressl_prefix"/lib/libcrypto.acryptodeleted file editors/textmate2/files/patch-target.diff
--- target.orig 2015-09-18 07:37:05.000000000 -0500+++ target 2015-09-18 07:51:33.000000000 -0500@@ -25,7 +25,7 @@LN_FLAGS += -Wl,-dead_strip_dylibsLN_FLAGS += -rpath @executable_path/../Frameworks-CXX_FLAGS += -I"$capnp_prefix/include"+CXX_FLAGS += -isystem"$capnp_prefix/include"LN_FLAGS += -L"$capnp_prefix/lib"PRELUDE = Shared/PCH/prelude.*but now my build fails with
and I don't have the time to debug this right now.