Opened 11 years ago
Last modified 10 years ago
#39355 new submission
xyzsh @1.4.3
Reported by: | noreply@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | kurthindenburg (Kurt Hindenburg) | |
Port: | xyzsh |
Description
Attachments (2)
Change History (7)
Changed 11 years ago by noreply@…
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Also, the files installed by xyzsh link with the ncurses and oniguruma5 libraries, so they're need to be in depends_lib not depends_build.
comment:3 Changed 11 years ago by rino@…
Thank you very much for your kindly suggestion. I hope everything is fine with this Portfile.
- The standard modeline is added.
- List rmd160 and sha256 for checksum.
- Adding libc- and libm-headers as dependencies was my mistake. They are removed.
- --prefix and +static variant are removed.
- Changed to specify install_name at build time...however, I'm not sure this is the right way.
- The livecheck is added.
- Changed from depends_build to depends_lib.
comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
I wasn't aware +static could be used - it doesn't error out but doesn't appear to do anything here.
Rino, if you want to update this to 1.5.8, I'll commit it for you.
Note: See
TracTickets for help on using
tickets.
Thanks. Some observations:
make: *** No rule to make target 'all'. Stop.
"install_name_tool
to fix the library reference in the program after the fact, the install_name of the library itself needs to be set correctly at build time.