- add the patch that fixes posix_fadvise64 linuxism: swift tries to call
posix_fadvise64, which does not exists on FreeBSD and does not needed
because off_t is 8 bytes on both 32 and 64-bit platforms, so posix_fadvise
should be called instead. This has been reported upstream (#1179268) but
there is no reaction so far.
- bump PORTREVISION
PR: 178738
Submitted by: trociny
Approved by: maintainer timeout (3 weeks)
- add the missing dependency on www/py-pastedeploy
- add the man pages;
- replace /etc/swift with ${PREFIX}/etc/${PORTNAME} in the code
- while here, add license (AL2) and fix plist
PR: 174041
Submitted by: trociny
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe: yes
- bump PORTREVISION
while here:
- trim Makefile header
- limit python version to 2.x only
- tab -> space change in pkg-descr:WWW
PR: 172410
Submitted by: trociny
Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer)