mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
devel/libffcall: Update to 2.4
Also update maintainer email since the old address no longer exists. PR: 257637
This commit is contained in:
parent
5557d0cea1
commit
58a8a0aa37
3 changed files with 13 additions and 16 deletions
|
@ -1,34 +1,31 @@
|
||||||
# Created by: jagapen@home.com
|
# Created by: jagapen@home.com
|
||||||
|
|
||||||
PORTNAME= libffcall
|
PORTNAME= libffcall
|
||||||
PORTVERSION= 2.1
|
PORTVERSION= 2.4
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
|
|
||||||
MAINTAINER= ndowens@yahoo.com
|
MAINTAINER= ndowens04@gmail.com
|
||||||
COMMENT= Foreign function call libraries
|
COMMENT= Foreign function call libraries
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
|
BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s'
|
||||||
BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
|
BROKEN_mips64= fails to build: gmake[2]: No rule to make target 'avcall-mips64-macro.S', needed by 'avcall-mips64.s'
|
||||||
BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s'
|
|
||||||
BROKEN_mips64= fails to build: gmake[2]: No rule to make target 'avcall-mips64-macro.S', needed by 'avcall-mips64.s'
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USES= gmake libtool
|
USES= gmake libtool
|
||||||
USE_GCC= yes
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-shared
|
CONFIGURE_ARGS= --enable-shared
|
||||||
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
|
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
|
|
||||||
|
EXTRA_PATCHES= ${PATCHES_${ARCH}}
|
||||||
PATCHES_powerpc64= ${PATCHDIR}/extra-patch-ffcall-abi.h
|
PATCHES_powerpc64= ${PATCHDIR}/extra-patch-ffcall-abi.h
|
||||||
PATCHES_powerpc64le= ${PATCHDIR}/extra-patch-ffcall-abi.h
|
PATCHES_powerpc64le= ${PATCHDIR}/extra-patch-ffcall-abi.h
|
||||||
EXTRA_PATCHES= ${PATCHES_${ARCH}}
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1533604264
|
TIMESTAMP = 1628171537
|
||||||
SHA256 (libffcall-2.1.tar.gz) = a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47
|
SHA256 (libffcall-2.4.tar.gz) = 8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2
|
||||||
SIZE (libffcall-2.1.tar.gz) = 943235
|
SIZE (libffcall-2.4.tar.gz) = 1253767
|
||||||
|
|
|
@ -8,19 +8,19 @@ include/vacall_r.h
|
||||||
lib/libavcall.a
|
lib/libavcall.a
|
||||||
lib/libavcall.so
|
lib/libavcall.so
|
||||||
lib/libavcall.so.1
|
lib/libavcall.so.1
|
||||||
lib/libavcall.so.1.0.1
|
lib/libavcall.so.1.1.0
|
||||||
lib/libcallback.a
|
lib/libcallback.a
|
||||||
lib/libcallback.so
|
lib/libcallback.so
|
||||||
lib/libcallback.so.1
|
lib/libcallback.so.1
|
||||||
lib/libcallback.so.1.0.1
|
lib/libcallback.so.1.0.4
|
||||||
lib/libffcall.a
|
lib/libffcall.a
|
||||||
lib/libffcall.so
|
lib/libffcall.so
|
||||||
lib/libffcall.so.0
|
lib/libffcall.so.0
|
||||||
lib/libffcall.so.0.0.1
|
lib/libffcall.so.0.1.0
|
||||||
lib/libtrampoline.a
|
lib/libtrampoline.a
|
||||||
lib/libtrampoline.so
|
lib/libtrampoline.so
|
||||||
lib/libtrampoline.so.1
|
lib/libtrampoline.so.1
|
||||||
lib/libtrampoline.so.1.0.1
|
lib/libtrampoline.so.1.0.3
|
||||||
lib/libvacall.a
|
lib/libvacall.a
|
||||||
man/man3/avcall.3.gz
|
man/man3/avcall.3.gz
|
||||||
man/man3/callback.3.gz
|
man/man3/callback.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue