Re: [FD] Unicorn CPU Emulator Framework is out! (fwd)

2015-10-18 Thread Walter Schwarzenfeld
Hallo !! Found two errors One in the Makefile Change the target from install to do-install and a libunicorn.so.0 does not exist, only libunicorn.so. greetings ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd

Inconsistency in processing of INFO files: --infodir for GNU_CONFIGURE vs. adding ${INFO} to pkg-plist

2015-10-18 Thread Lev Serebryakov
Hello freebsd-ports, Mk/bsd.port.mk unconditionally and inevitably add code to put " --infodir=${GNU_CONFIGURE_PREFIX}/${INFO_PATH}/${INFO_SUBDIR}" into _LATE_CONFIURE_ARGS at line ~2651. But later, at line ~4930 same makefile adds ${INFO} files from "${STAGEDIR}${PREFIX}/${INFO_PATH}" to pkg

dns-terror (fastresolve-2.10_5) doesn't work on FreeBSD 10.x

2015-10-18 Thread Miroslav Lachman
Hi, I am using dns-terror to resolve IP addresses in Apache logs for many years on FreeBSD but it doesn't work on newly upgraded machines. It works fine on 8.4 but core dump on 10.1 and 10.2 amd64. Tested on 5 machines. Port is compiled on 10.1 or 10.2. +pid 62102 (dns-terror), uid 0: exited

Re: dns-terror (fastresolve-2.10_5) doesn't work on FreeBSD 10.x

2015-10-18 Thread Walter Schwarzenfeld
Had only a "hackish" solution: /usr/local/lib/mysql ln -s /compat/linux/lib/libnss_dns.so.2 nss_dns.so.1 (works on my box) ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail t

Re: dns-terror (fastresolve-2.10_5) doesn't work on FreeBSD 10.x

2015-10-18 Thread Dimitry Andric
On 18 Oct 2015, at 15:45, Miroslav Lachman <000.f...@quip.cz> wrote: ... > # dns-terror -vvv -p 100 -d /var/tmp/ip2host.db -o < /var/log/httpd/access.log > adns debug: environment variable RES_OPTIONS not set > adns debug: environment variable ADNS_RES_OPTIONS not set > adns debug: using nameserver

Re: Port request: pngout (image compression)

2015-10-18 Thread Murk Fletcher
Thank you sir -- great stuff! Murk On Fri, Oct 16, 2015 at 12:20 PM, Torsten Zuehlsdorff < mailingli...@toco-domains.de> wrote: > Hello Murk, > > Requesting a FreeBSD port of pngout (http://www.jonof.id.au/kenutils) as >>> part of a greater effort to get image_optim ( >>> https://github.com/toy/

How to close bug which should be reported upstream?

2015-10-18 Thread Lev Serebryakov
Hello freebsd-ports, How to close bug which should be reported upstream and is not easily fixable by port maintainer? Closed->WHAT? -- Best regards, Lev mailto:l...@serebryakov.spb.ru ___ freebsd-ports@freebsd.org mail

Re: How to close bug which should be reported upstream?

2015-10-18 Thread A.J. "Fonz" van Werven
Lev Serebryakov wrote: > How to close bug which should be reported upstream and is not easily > fixable by port maintainer? If I understand your question correctly, you or somebody else has submitted a bug that can only (or almost only) be fixed by the upstream vendor. My suggestion would be

FreeBSD Port: pgadmin3-1.20.0_1

2015-10-18 Thread Daniel Malaby
Hi, Is there a way to get this to use postgres9.4 instead of 9.3? Thanks -- Daniel Malaby d...@malaby.com ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-por

Re: How to close bug which should be reported upstream?

2015-10-18 Thread Jan Beich
Lev Serebryakov writes: > Hello freebsd-ports, > > > How to close bug which should be reported upstream and is not easily > fixable by port maintainer? > > Closed->WHAT? RESOLVED->INVALID translates to Closed->Not a Bug. The state is ambiguous but bugs outside of scope for bugzilla product

Re: [FD] Unicorn CPU Emulator Framework is out! (fwd)

2015-10-18 Thread Dave Horsfall
On Sun, 18 Oct 2015, Walter Schwarzenfeld wrote: > Hallo !! > > Found two errors > One in the Makefile > Change the target from install to do-install > and > a libunicorn.so.0 does not exist, only libunicorn.so. Please inform the author as well, of course. -- Dave Horsfall DTM (VK2KFU) "Those

Re: FreeBSD Port: pgadmin3-1.20.0_1

2015-10-18 Thread Christoph Moench-Tegeder
## Daniel Malaby (d...@malaby.com): > Is there a way to get this to use postgres9.4 instead of 9.3? Add "postgresql=9.4" to DEFAULT_VERSIONS, e.g. in make.conf. Regards, Christoph -- Spare Space ___ freebsd-ports@freebsd.org mailing list https://lists