Created attachment 180149 [details] ccnet-server.diff This is an update to ccnet-server to the most current version, 6.0.8. * Updated to 6.0.8 - [ldap] Print warning if user not found when login. - Fix pgsql memory occupation problem - Postgresql port setting - Add rpc for searching group by name portlint -AC: WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 2 warnings found. poudriere bulk -tC: 12amd64: success https://poudriere.ultimasbox.com/data/12amd64-test/2017-02-19_14h21m01s/logs/ccnet-server-6.0.8.log 12i386: success https://poudriere.ultimasbox.com/data/12i386-test/2017-02-19_14h21m02s/logs/ccnet-server-6.0.8.log 110amd64: success https://poudriere.ultimasbox.com/data/110amd64-test/2017-02-19_14h20m59s/logs/ccnet-server-6.0.8.log 110i386: success https://poudriere.ultimasbox.com/data/110i386-test/2017-02-19_14h21m00s/logs/ccnet-server-6.0.8.log 103amd64: success https://poudriere.ultimasbox.com/data/103amd64-test/2017-02-19_14h20m57s/logs/ccnet-server-6.0.8.log 103i386: success https://poudriere.ultimasbox.com/data/103i386-test/2017-02-19_14h20m58s/logs/ccnet-server-6.0.8.log
Hi! Can we change this to a relative symlink? ====> Running Q/A tests (stage-qa) Warning: Bad symlink '/usr/local/bin/ccnet-server' pointing to an absolute pathname '/usr/local/www/haiwen/seafile-server/seafile/bin/ccnet-server' Switching it to a relative invocation like so: ${LN} -s '../${SEABIN}/ccnet-server' ${STAGEDIR}/${PREFIX}/bin/ccnet-server still produces a valid package: $ file `which ccnet-server` /usr/local/bin/ccnet-server: symbolic link to ../www/haiwen/seafile-server/seafile/bin/ccnet-server Do you mind if I make this change to your submission?
(In reply to Nikolai Lifanov from comment #1) lgtm =]
A commit references this bug: Author: lifanov Date: Sun Feb 19 19:52:11 UTC 2017 New revision: 434413 URL: https://svnweb.freebsd.org/changeset/ports/434413 Log: update net-mgmt/ccnet-server to 6.0.8 - [ldap] Print warning if user not found when login. - Fix pgsql memory occupation problem - Postgresql port setting - Add rpc for searching group by name Changes: https://github.com/haiwen/ccnet-server/commits/v6.0.8-server PR: 217235 Submitted by: ultima1252@gmail.com (maintainer) Changes: head/net-mgmt/ccnet-server/Makefile head/net-mgmt/ccnet-server/distinfo
Committed with changes, thanks!