mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
77ce50732f
I estimated it would take me 15 minutes to incorporate the PR, but boy was I wrong. After several HOURS I finally got this port staged, building on FreeBSD 10+, DragonFly too, and fix accomplished the intent of the PR (don't clobber conf files, less noisy). Staging revealed the original port was installing undocumented files. Clang was having issues with the "inline" directives and I could only get it to build on clang by removing them (this doesn't mean the functions won't be inlined, nor does the directive mean that it will.) Anyway -- a gift. I wouldn't have done this had I know how much work it was going to be. I also should have overwritten the install target instead of patch the vendor Makefile, that would have been a lot easier and faster. PR: ports/176676 Submitted by: Lawrence Chen Approved by: maintainer (Raffaele DeLorenzo) Other work by: marino MFH: 2014Q2
43 lines
994 B
Plaintext
43 lines
994 B
Plaintext
@sample etc/ss5/ss5.ha.sample
|
|
@sample etc/ss5/ss5.conf.sample
|
|
@sample etc/ss5/ss5.passwd.sample
|
|
lib/ss5/mod_authentication.so
|
|
lib/ss5/mod_authorization.so
|
|
lib/ss5/mod_balance.so
|
|
lib/ss5/mod_bandwidth.so
|
|
lib/ss5/mod_dump.so
|
|
lib/ss5/mod_filter.so
|
|
lib/ss5/mod_log.so
|
|
lib/ss5/mod_proxy.so
|
|
lib/ss5/mod_socks4.so
|
|
lib/ss5/mod_socks5.so
|
|
lib/ss5/mod_statistics.so
|
|
man/man1/ss5.1.gz
|
|
man/man1/ss5srv.1.gz
|
|
man/man5/ss5.conf.5.gz
|
|
man/man5/ss5.pam.5.gz
|
|
man/man5/ss5.passwd.5.gz
|
|
man/man5/ss5.ha.5.gz
|
|
man/man5/ss5_gss.5.gz
|
|
man/man5/ss5_supa.5.gz
|
|
sbin/ss5
|
|
sbin/ss5srv
|
|
%%DATADIR%%/SS5Logo.jpg
|
|
%%DATADIR%%/balamgr.cgi
|
|
%%DATADIR%%/statmgr.cgi
|
|
%%EXAMPLESDIR%%/entries.ldif
|
|
%%EXAMPLESDIR%%/slapd.conf
|
|
%%EXAMPLESDIR%%/ss5.pam
|
|
%%DOCSDIR%%/License
|
|
%%DOCSDIR%%/README.balamgr
|
|
%%DOCSDIR%%/README.ldap
|
|
%%DOCSDIR%%/README.pam
|
|
%%DOCSDIR%%/README.statmgr
|
|
@exec mkdir -p /var/run/ss5
|
|
@unexec rmdir >/dev/null 2>&1 /var/log/ss5 || :
|
|
@dirrm %%DATADIR%%
|
|
@dirrm %%DOCSDIR%%
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@dirrmtry etc/ss5
|
|
@dirrm lib/ss5
|