svn commit: r504584 - head/databases/pxtools

Alexey Dokuchaev danfe at freebsd.org
Wed Jun 19 17:55:43 UTC 2019


On Wed, Jun 19, 2019 at 05:50:35PM +0000, Alexey Dokuchaev wrote:
> New Revision: 504584
> URL: https://svnweb.freebsd.org/changeset/ports/504584
> 
> Log:
>   - Remove broken mirror from the MASTER_SITES
>   - Fix database parsing on 64-bit architectures: it used `void *'
>     pointer (only as a placeholder), while its size was used in
>     read(2) calls which resulted in wrong generated table names

No PORTREVISION bump just yet as there're more bugs to fix (currently,
conversion on amd64 produces different output than on reference i386)
on my corpus of *.DB files.  But at least table names are correct now.

./danfe


More information about the svn-ports-head mailing list