Changeset View
Changeset View
Standalone View
Standalone View
ftp/fastdfs/Makefile
| PORTNAME= fastdfs | PORTNAME= fastdfs | ||||
| PORTVERSION= 6.0.6 | PORTVERSION= 6.0.6 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= ftp | CATEGORIES= ftp | ||||
| MAINTAINER= daniel@blodan.se | MAINTAINER= daniel@blodan.se | ||||
| COMMENT= High performance distributed file system (DFS) | COMMENT= High performance distributed file system (DFS) | ||||
| WWW= https://github.com/happyfish100/fastdfs | WWW= https://github.com/happyfish100/fastdfs | ||||
| LICENSE= GPLv3+ | LICENSE= GPLv3+ | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING-3_0.txt | LICENSE_FILE= ${WRKSRC}/COPYING-3_0.txt | ||||
| BROKEN_mips= fails to link: tracker_service.c:270: undefined reference to '__sync_add_and_fetch_4' | |||||
| BROKEN_mips64= fails to link: tracker_service.c:270: undefined reference to '__sync_add_and_fetch_4' | |||||
| LIB_DEPENDS= libfastcommon.so:devel/libfastcommon | LIB_DEPENDS= libfastcommon.so:devel/libfastcommon | ||||
| USES= perl5 | USES= perl5 | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_RC_SUBR= fdfs_storaged fdfs_trackerd | USE_RC_SUBR= fdfs_storaged fdfs_trackerd | ||||
| USERS= _fastdfs | USERS= _fastdfs | ||||
| GROUPS= _fastdfs | GROUPS= _fastdfs | ||||
| Show All 20 Lines | |||||