Created attachment 151826 [details] svn diff for ccnet ccnet was not built with LDAP support by default. Now adding an option to build with openLDAP, and it will be part of default building.
Created attachment 151827 [details] portlint result
Created attachment 151829 [details] testport result
*** Bug 196868 has been marked as a duplicate of this bug. ***
Created attachment 151877 [details] svn diff for ccnet
Created attachment 151878 [details] svn diff for ccnet
(In reply to Jingfeng Yan from comment #0) In addition, clean the installation to global site-packages, and server installation by non-root user/group.
Created attachment 152225 [details] svn diff
Created attachment 152226 [details] portlint result
Created attachment 152227 [details] testport result
this one grew @dir lines too. Why were these added?
(In reply to John Marino from comment #10) @dir lines added for changing owner and group's permission purpose.
Created attachment 152770 [details] svn diff (1) move python pkg to server deployment directory instead of global pkg site. (2) only top level server directory www/haiwen is set onwership (www/www). (3) add LDAP support.
Created attachment 152771 [details] testport result test port use portlint already. So, only test port result is loaded.
what about this line? @exec install -d -o %%SEAFILE_USERNAME%% -g %%SEAFILE_GROUPNAME%% -m 755 %D/%%HAIWENDIR%% Also, there's a "@" on the rm of post-install target
Created attachment 153353 [details] svn diff correct the @exec to @dir
Created attachment 153354 [details] testport result
A commit references this bug: Author: marino Date: Mon Feb 23 09:14:27 UTC 2015 New revision: 379648 URL: https://svnweb.freebsd.org/changeset/ports/379648 Log: net-mgmt/ccnet: Add support for LDAP PR: 196866 Submitted by: maintainer (JingFeng Yan) Changes: head/net-mgmt/ccnet/Makefile head/net-mgmt/ccnet/pkg-plist
Thanks