Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2018 15:31:01 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477166 - head/devel/libffcall
Message-ID:  <201808141531.w7EFV1xR052963@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Aug 14 15:31:01 2018
New Revision: 477166
URL: https://svnweb.freebsd.org/changeset/ports/477166

Log:
  devel/libffcall: Update to 2.1, assign maintainer
  
  PR:		230423
  Submitted by:	Nathan <ndowens@yahoo.com>

Modified:
  head/devel/libffcall/Makefile   (contents, props changed)
  head/devel/libffcall/distinfo   (contents, props changed)
  head/devel/libffcall/pkg-plist   (contents, props changed)

Modified: head/devel/libffcall/Makefile
==============================================================================
--- head/devel/libffcall/Makefile	Tue Aug 14 15:27:50 2018	(r477165)
+++ head/devel/libffcall/Makefile	Tue Aug 14 15:31:01 2018	(r477166)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	libffcall
-PORTVERSION=	1.13
+PORTVERSION=	2.1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ndowens@yahoo.com
 COMMENT=	Foreign function call libraries
 
 LICENSE=	GPLv2+
@@ -22,11 +22,10 @@ GNU_CONFIGURE=	yes
 USES=		gmake libtool
 USE_LDCONFIG=	yes
 
-CONFIGURE_ARGS=	--enable-shared
+CONFIGURE_ARGS=		--enable-shared
 CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 MAKE_JOBS_UNSAFE=	yes
-
-CFLAGS+=	-fPIC
+CFLAGS+=		-fPIC
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \

Modified: head/devel/libffcall/distinfo
==============================================================================
--- head/devel/libffcall/distinfo	Tue Aug 14 15:27:50 2018	(r477165)
+++ head/devel/libffcall/distinfo	Tue Aug 14 15:31:01 2018	(r477166)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498304602
-SHA256 (libffcall-1.13.tar.gz) = 1707ce707dbbf57f1bbe9aa56929c0da866046b0d5a26eb0d96d9f0bb29bbce7
-SIZE (libffcall-1.13.tar.gz) = 985185
+TIMESTAMP = 1533604264
+SHA256 (libffcall-2.1.tar.gz) = a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47
+SIZE (libffcall-2.1.tar.gz) = 943235

Modified: head/devel/libffcall/pkg-plist
==============================================================================
--- head/devel/libffcall/pkg-plist	Tue Aug 14 15:27:50 2018	(r477165)
+++ head/devel/libffcall/pkg-plist	Tue Aug 14 15:31:01 2018	(r477166)
@@ -1,29 +1,32 @@
-man/man3/avcall.3.gz
-man/man3/callback.3.gz
-man/man3/trampoline.3.gz
-man/man3/trampoline_r.3.gz
-man/man3/vacall.3.gz
 include/avcall.h
 include/callback.h
+include/ffcall-abi.h
+include/ffcall-version.h
 include/trampoline.h
-include/trampoline_r.h
 include/vacall.h
 include/vacall_r.h
 lib/libavcall.a
 lib/libavcall.so
-lib/libavcall.so.0
-lib/libavcall.so.0.0.0
+lib/libavcall.so.1
+lib/libavcall.so.1.0.1
 lib/libcallback.a
 lib/libcallback.so
-lib/libcallback.so.0
-lib/libcallback.so.0.0.0
+lib/libcallback.so.1
+lib/libcallback.so.1.0.1
+lib/libffcall.a
+lib/libffcall.so
+lib/libffcall.so.0
+lib/libffcall.so.0.0.1
 lib/libtrampoline.a
 lib/libtrampoline.so
-lib/libtrampoline.so.0
-lib/libtrampoline.so.0.0.0
+lib/libtrampoline.so.1
+lib/libtrampoline.so.1.0.1
 lib/libvacall.a
+man/man3/avcall.3.gz
+man/man3/callback.3.gz
+man/man3/trampoline.3.gz
+man/man3/vacall.3.gz
 share/html/avcall.html
 share/html/callback.html
 share/html/trampoline.html
-share/html/trampoline_r.html
 share/html/vacall.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808141531.w7EFV1xR052963>