diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-18 05:32:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-18 05:32:18 +0800 |
commit | 4d8724adf3ec81d01a316ef560cd9023dcaa6137 (patch) | |
tree | ed60db79fe7d98ad4a635408b980f964000bb852 /security/hamachi/Makefile | |
parent | 69ff78be5df0315bf893f9ebbaec338f056da3a3 (diff) | |
download | freebsd-ports-gnome-4d8724adf3ec81d01a316ef560cd9023dcaa6137.tar.gz freebsd-ports-gnome-4d8724adf3ec81d01a316ef560cd9023dcaa6137.tar.zst freebsd-ports-gnome-4d8724adf3ec81d01a316ef560cd9023dcaa6137.zip |
Mark BROKEN: fails to patch with upx 3.94
upx: /wrkdirs/usr/ports/security/hamachi/work/hamachi-0.9.9.9-20-lnx/hamachi: Exception: compressed data violation
Reported by: pkg-fallout
Diffstat (limited to 'security/hamachi/Makefile')
-rw-r--r-- | security/hamachi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/hamachi/Makefile b/security/hamachi/Makefile index 2f014148dedc..b0e695f3118b 100644 --- a/security/hamachi/Makefile +++ b/security/hamachi/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= linux- MAINTAINER= lapo@lapo.it COMMENT= Fast, secure, simple VPN software with NAT-traversal +BROKEN= fails to patch with upx 3.94 + PATCH_DEPENDS= upx:archivers/upx ONLY_FOR_ARCHS= i386 amd64 |