diff options
author | stefan <stefan@FreeBSD.org> | 2008-10-22 15:31:06 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2008-10-22 15:31:06 +0800 |
commit | dd2163b60a806daa69cc0613f4b346bdebd701bb (patch) | |
tree | c1673a2af2fef25fb8acfe2e4c891231b555f2d3 /devel/libffi | |
parent | 1274f767ae584149c1cffcbe4360d9c1b97f578f (diff) | |
download | freebsd-ports-gnome-dd2163b60a806daa69cc0613f4b346bdebd701bb.tar.gz freebsd-ports-gnome-dd2163b60a806daa69cc0613f4b346bdebd701bb.tar.zst freebsd-ports-gnome-dd2163b60a806daa69cc0613f4b346bdebd701bb.zip |
- Update to 3.0.6.
- Add symlinks for include files in ${PREFIX}/include.
PR: 127552
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Patch by: maintainer
Diffstat (limited to 'devel/libffi')
-rw-r--r-- | devel/libffi/Makefile | 6 | ||||
-rw-r--r-- | devel/libffi/distinfo | 6 | ||||
-rw-r--r-- | devel/libffi/pkg-plist | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 6c06a246d9fb..d31c66bcc003 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libffi -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.6 CATEGORIES= devel MASTER_SITES= ftp://sourceware.org/pub/libffi/ @@ -22,4 +22,8 @@ INFO= libffi MAN3= ffi.3 ffi_call.3 ffi_prep_cif.3 +post-install: + @${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffi.h ${PREFIX}/include/ + @${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h ${PREFIX}/include/ + .include <bsd.port.mk> diff --git a/devel/libffi/distinfo b/devel/libffi/distinfo index 1a12f48c3ede..eae2def1ea2d 100644 --- a/devel/libffi/distinfo +++ b/devel/libffi/distinfo @@ -1,3 +1,3 @@ -MD5 (libffi-3.0.4.tar.gz) = eea52a0f7929182da1f393d43ed231c5 -SHA256 (libffi-3.0.4.tar.gz) = 2f3ca5852a89115846eeff53e3cc26a1e298d2698e54c4f0671984791ab14d8a -SIZE (libffi-3.0.4.tar.gz) = 722782 +MD5 (libffi-3.0.6.tar.gz) = 8994a7e0e8baeedf63e3d0d94d75ac68 +SHA256 (libffi-3.0.6.tar.gz) = 5571050294e261a8261687bddee1ea406011ce54be927b471a4b95cbc40dfc66 +SIZE (libffi-3.0.6.tar.gz) = 717171 diff --git a/devel/libffi/pkg-plist b/devel/libffi/pkg-plist index 36e4608aa0ae..73404b1c0920 100644 --- a/devel/libffi/pkg-plist +++ b/devel/libffi/pkg-plist @@ -1,3 +1,5 @@ +include/ffi.h +include/ffitarget.h lib/libffi-%%PORTVERSION%%/include/ffi.h lib/libffi-%%PORTVERSION%%/include/ffitarget.h lib/libffi.a |