Opened 9 years ago
Closed 9 years ago
#48343 closed enhancement (fixed)
gnutls-devel 3.4.3
Reported by: | Schamschula (Marius Schamschula) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch maintainer | Cc: | |
Port: | gnutls |
Description
I am proposing a gnutls-devel subport. As gnutls 3.3.16 is now using the same version of nettle (3.3.1 as of this writing) as gnutls 3.4.3, we can install the next stable branch for testing.
Also attached are several Portfile patches to allow the use of either the gnutls or gnutls-devel. The will be others…
Attachments (8)
Change History (13)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-glib-networking.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-wireshark.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-ffmpeg.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-VLC-devel.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-curl.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-wget.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-gnutls.diff added |
---|
comment:1 Changed 9 years ago by Schamschula (Marius Schamschula)
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks.
comment:3 follow-up: 4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
I'm attaching a revised proposal for the addition of the gnutls-devel subport, with a few changes. You were repeating the setting of the branch variable, but also you were using the original value of the branch variable when setting master_sites before the subport definition, resulting in the incorrect URL being used for the gnutls-devel subport. I fixed it by not defining branch and master_sites until after the subport had been defined. The other option would be to use the default
mechanism, but that's not as straightforward.
I'm not committing it because gnutls-devel does not configure. It fails, looking for p11-kit >= 0.23.1; the p11-kit port is currently at version 0.22.1.
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | gnutls-devel.diff added |
---|
comment:4 Changed 9 years ago by Schamschula (Marius Schamschula)
Replying to ryandesign@…:
I'm attaching a revised proposal for the addition of the gnutls-devel subport, with a few changes. You were repeating the setting of the branch variable, but also you were using the original value of the branch variable when setting master_sites before the subport definition, resulting in the incorrect URL being used for the gnutls-devel subport. I fixed it by not defining branch and master_sites until after the subport had been defined. The other option would be to use the
default
mechanism, but that's not as straightforward.I'm not committing it because gnutls-devel does not configure. It fails, looking for p11-kit >= 0.23.1; the p11-kit port is currently at version 0.22.1.
Ryan,
Thanks for looking at this.
Indeed, on the machine I tested this on, I have p11-kit 0.23.1 installed. We will have to wait for #47380 to be revisited (i.e. p11-kit 0.24.0), or perhaps create p11-kit-devel in the meantime.
comment:5 Changed 9 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
gnutls 3.4.x has been made the default branch in r148228
Fixed whitespace (inadvertently used tabs, rather than spaces)