#37033 closed enhancement (fixed)
libLASi: use cmake portgroup
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libLASi |
Description
Using the cmake portgroup would probably simplify the libLASi portfile.
Change History (4)
comment:1 follow-up: 4 Changed 12 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by blair (Blair Zajac)
The libLASi port broke ABI, even though the 1.1.1 version number wouldn't suggest that it did, so all dependent ports need a rev bump. I'm working on this now.
comment:3 Changed 12 years ago by blair (Blair Zajac)
Unpacking both versions and doing a recursive diff:
Only in 1.1.0/opt/local-10.7-2012-08/lib: libLASi.0.0.1.dylib Only in 1.1.0/opt/local-10.7-2012-08/lib: libLASi.0.dylib Only in 1.1.1/opt/local-10.7-2012-08/lib: libLASi.1.0.0.dylib Only in 1.1.1/opt/local-10.7-2012-08/lib: libLASi.1.dylib
Note: See
TracTickets for help on using
tickets.
Committed in r99925. Thanks.