diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-23 17:33:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-23 17:33:47 +0800 |
commit | 074310ec7493da640ba44c22292b8c1d37160a05 (patch) | |
tree | 4a0bb2ba8b2d00b8a2da1edf2f4479c004226418 | |
parent | 14fc0ac765dd5c03fa991721fc4f3ab32943074d (diff) | |
download | freebsd-ports-gnome-074310ec7493da640ba44c22292b8c1d37160a05.tar.gz freebsd-ports-gnome-074310ec7493da640ba44c22292b8c1d37160a05.tar.zst freebsd-ports-gnome-074310ec7493da640ba44c22292b8c1d37160a05.zip |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | devel/libffcall/Makefile | 1 | ||||
-rw-r--r-- | devel/libffcall/pkg-descr | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile index 4aa80481a0aa..54b0b5307f48 100644 --- a/devel/libffcall/Makefile +++ b/devel/libffcall/Makefile @@ -10,6 +10,7 @@ MAINTAINER= amutu@amutu.com COMMENT= Foreign function call libraries LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported diff --git a/devel/libffcall/pkg-descr b/devel/libffcall/pkg-descr index ba86e1d742bb..9b0c6df26158 100644 --- a/devel/libffcall/pkg-descr +++ b/devel/libffcall/pkg-descr @@ -12,6 +12,4 @@ The four packages are: callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) -LICENSE: GPL2 or later - -WWW: http://www.haible.de/bruno/packages-ffcall.html +WWW: https://www.haible.de/bruno/packages-ffcall.html |