Opened 13 years ago
Closed 13 years ago
#32330 closed enhancement (fixed)
gnupg12: update to 1.2.8, remove nls and bzip2 variants
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dms@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | haspatch | Cc: | florian@… |
Port: | gnupg12 |
Description
This patch updates gnupg12 to 1.2.8.
In addition, it removes the "nls" variant which enables natural language support. Other ports (including gnupg and gnupg2) do not provide a way to disable nls and have it always on, and this patch makes gnupg12 do this too. This was previously suggested in comment:ticket:32304:3. It also adds the required gettext dependency which was missing.
Similarly, I delete the bzip2 variant and turn bzip2 support on all the time, like gnupg and gnupg2 do. I switch the bzip2 dependency from lib:-style to port:-style to ensure no non-MacPorts versions of bzip2 will be allowed to satisfy it.
I also added dependencies on libiconv and zlib like gnupg and gnupg2 have.
The port builds for me on Snow Leopard with Xcode 3.2.6. Please let me know if you have any objections or whether I may commit it.
Attachments (1)
Change History (3)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | gnupg12.diff added |
---|
comment:1 follow-up: 2 Changed 13 years ago by florian@…
It builds and installs fine on my system as well. Go ahead. Just curious who installs this port anyway. Do you have statistics from packages.macports.org?
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to florian@…:
It builds and installs fine on my system as well. Go ahead.
Thanks; r87715.
Just curious who installs this port anyway. Do you have statistics from packages.macports.org?
I don't have access to any such statistics information. Note that there was a Google Summer of Code project this past summer to get us some statistics, which hopefully will be integrated into MacPorts in the future. See SummerOfCode2011.
proposed patch