pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Removed libffi-git; there is a newer version in base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Feb 26 20:20:57 2020 +0100
Changeset:	385b569930ee6fbf4547725685a05e448a7ef34c

Modified Files:
	Makefile
Removed Files:
	libffi-git/DESCR
	libffi-git/Makefile
	libffi-git/PLIST
	libffi-git/distinfo

Log Message:
Removed libffi-git; there is a newer version in base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=385b569930ee6fbf4547725685a05e448a7ef34c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  1 -
 libffi-git/DESCR    | 20 --------------------
 libffi-git/Makefile | 35 -----------------------------------
 libffi-git/PLIST    | 10 ----------
 libffi-git/distinfo |  6 ------
 5 files changed, 72 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4a53a1e9b4..77bca08eb2 100644
--- a/Makefile
+++ b/Makefile
@@ -1851,7 +1851,6 @@ SUBDIR+=	libeps
 SUBDIR+=	libevdev
 SUBDIR+=	libevhtp
 SUBDIR+=	libexact
-SUBDIR+=	libffi-git
 SUBDIR+=	libfirm-git
 SUBDIR+=	libfolks
 SUBDIR+=	libfplll
diff --git a/libffi-git/DESCR b/libffi-git/DESCR
deleted file mode 100644
index 2b6fc05716..0000000000
--- a/libffi-git/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-The libffi library provides a portable, high level programming
-interface to various calling conventions.  This allows a programmer to
-call any function specified by a call interface description at
-run-time.
-
-Some programs may not know at the time of compilation what arguments
-are to be passed to a function.  For instance, an interpreter may be
-told at run-time about the number and types of arguments used to call
-a given function.  Libffi can be used in such programs to provide a
-bridge from the interpreter program to compiled code.
-
-Ffi stands for Foreign Function Interface.  A foreign function
-interface is the popular name for the interface that allows code
-written in one language to call code written in another language.  The
-libffi library really only provides the lowest, machine dependent
-layer of a fully featured foreign function interface.  A layer must
-exist above libffi that handles type conversions for values passed
-between the two languages.
-
-This package tracks the current development version of libffi.
diff --git a/libffi-git/Makefile b/libffi-git/Makefile
deleted file mode 100644
index 74a4e2d202..0000000000
--- a/libffi-git/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2017/01/28 15:33:25 wiz Exp $
-
-DISTNAME=	libffi-3.99999
-CATEGORIES=	devel
-MASTER_SITES=	ftp://sourceware.org/pub/libffi/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.sourceware.org/libffi/
-COMMENT=	Foreign function interface (development version from git)
-LICENSE=	mit
-
-GIT_REPOSITORIES=	libffi
-GIT_REPO.libffi=	git://github.com/atgreen/libffi.git
-WRKSRC=			${WRKDIR}/libffi
-
-BUILD_DEPENDS+=	dejagnu-[0-9]*:../../devel/dejagnu
-
-USE_LANGUAGES=		c c++
-USE_LIBTOOL=		yes
-USE_TOOLS+=		pkg-config autoconf automake autoreconf makeinfo gmake
-GNU_CONFIGURE=		yes
-PKGCONFIG_OVERRIDE+=	libffi.pc.in
-INFO_FILES=		yes
-
-TEST_TARGET=		check
-
-CFLAGS+=		-O0 -g
-CXXFLAGS+=		-O0 -g
-
-pre-configure:
-	cd ${WRKSRC} && autoreconf -fiv
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libffi-git/PLIST b/libffi-git/PLIST
deleted file mode 100644
index 438b0484ff..0000000000
--- a/libffi-git/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-info/libffi.info
-lib/${PKGNAME}/include/ffi.h
-lib/${PKGNAME}/include/ffitarget.h
-lib/libffi.la
-lib/pkgconfig/libffi.pc
-man/man3/ffi.3
-man/man3/ffi_call.3
-man/man3/ffi_prep_cif.3
-man/man3/ffi_prep_cif_var.3
diff --git a/libffi-git/distinfo b/libffi-git/distinfo
deleted file mode 100644
index 90ad2181f6..0000000000
--- a/libffi-git/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.43 2016/11/03 11:40:28 maya Exp $
-
-SHA1 (libffi-3.2.1.tar.gz) = 280c265b789e041c02e5c97815793dfc283fb1e6
-RMD160 (libffi-3.2.1.tar.gz) = 9b546a3d002380bec3f00d86fc47d730abf51dfd
-SHA512 (libffi-3.2.1.tar.gz) = 980ca30a8d76f963fca722432b1fe5af77d7a4e4d2eac5144fbc5374d4c596609a293440573f4294207e1bdd9fda80ad1e1cafb2ffb543df5a275bc3bd546483
-Size (libffi-3.2.1.tar.gz) = 940837 bytes


Home | Main Index | Thread Index | Old Index