diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-15 17:02:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-15 17:02:57 +0800 |
commit | b03f083bd31ac181a7d45716d9cf3ead4ae9c3f6 (patch) | |
tree | a1e9e6c024bfdeca262d4ea35a4e75ee53ab9ab4 /net-p2p | |
parent | 06e5dd4e546919495d97738f2e30c673a2d10003 (diff) | |
download | freebsd-ports-gnome-b03f083bd31ac181a7d45716d9cf3ead4ae9c3f6.tar.gz freebsd-ports-gnome-b03f083bd31ac181a7d45716d9cf3ead4ae9c3f6.tar.zst freebsd-ports-gnome-b03f083bd31ac181a7d45716d9cf3ead4ae9c3f6.zip |
- Pet portlint
- Builds fine on mips64
- Update WWW
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/uhub/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/uhub/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index c174e844a089..93fabf2aa1b3 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -13,10 +13,9 @@ COMMENT= High performance peer-to-peer hub for the ADC network LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - BROKEN_aarch64= fails to compile: CPUINFO not defined -BROKEN_mips64= fails to compile: strndup not found + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= cmake perl5 sqlite USE_RC_SUBR= uhub diff --git a/net-p2p/uhub/pkg-descr b/net-p2p/uhub/pkg-descr index 1b40456ec432..4578996b3b4d 100644 --- a/net-p2p/uhub/pkg-descr +++ b/net-p2p/uhub/pkg-descr @@ -2,4 +2,4 @@ uHub is a high performance peer-to-peer hub for the ADC network. Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware. -WWW: http://www.uhub.org/ +WWW: https://www.uhub.org/ |