On Tue, 19 May 2015 23:24:40 -0400
Brian Callahan <bcal...@devio.us> wrote:


On 05/07/15 17:26, Brian Callahan wrote:
> Hi ports --
>
> Attached is a major update for uget.
> Changelog is here:
> http://ugetdm.com/blog/3-stable/76-uget-20-is-officially-released
>
> Works well on amd64 and i386.
>
> OK?
>
> ~Brian
>

Ping.

Hi Brian,

1. Make configure complains about missing options

$ make configure
configure: WARNING: unrecognized options: --disable-silent-rules,
--disable-gtk-doc
$ echo $?
0

$ clang --version
clang version 3.5 (trunk)
Target: amd64-unknown-openbsd5.7
Thread model: posix
$

2. Make build passes but with upstream warnings

Here is the first as an example. I don't think this is blocking.

$ make build

UgUtil.c:231:20: warning: incompatible pointer types passing 'uint16_t
*' (aka 'unsigned short *') to parameter of type 'const wchar_t *' (aka
'const int *') [-Wincompatible-pointer-types] count  = wcslen (string);
                                 ^~~~~~
/usr/include/wchar.h:124:30: note: passing argument to parameter here
size_t  wcslen(const wchar_t *);

3. port-lib-depends-check reports an extra dependency

uget-2.0(www/uget):
Extra:  iconv.6

4. The port installs & works fine on amd64 -current snapshot May 23rd

Tested by downloading install57.fs

CURL message =
plugin->file.path = /home/mulander/Downloads/install57.fs
plugin->file.size = 293601280
plugin->file.time = 1432361994
resumable = 1
* Callback aborted
* Closing connection 0

I wasn't able to download any torrents with the default package (protocol scheme unsupported).

Regards,
Adam Wolk

Reply via email to