aboutsummaryrefslogtreecommitdiff
path: root/devel/libffi-devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libffi-devel')
-rw-r--r--devel/libffi-devel/Makefile29
-rw-r--r--devel/libffi-devel/distinfo3
-rw-r--r--devel/libffi-devel/files/patch-aa11
-rw-r--r--devel/libffi-devel/files/patch-ab11
-rw-r--r--devel/libffi-devel/files/patch-ad20
-rw-r--r--devel/libffi-devel/pkg-descr6
-rw-r--r--devel/libffi-devel/pkg-plist7
7 files changed, 0 insertions, 87 deletions
diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile
deleted file mode 100644
index b5425d6eb3bf..000000000000
--- a/devel/libffi-devel/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: libffi
-# Date created: 14, June, 1998
-# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libffi
-PORTVERSION= 1.20
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ftp://sources.redhat.com/pub/libffi/
-
-MAINTAINER= horance@freera.net
-COMMENT= Foreign Function Interface
-
-USE_AUTOTOOLS= libtool:15
-INSTALLS_SHLIB= yes
-CONFIGURE_TARGET= # empty
-
-CONFLICTS= gcc-3*
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386" && ${ARCH} != "alpha"
-BROKEN= "Configure fails on !i386 and !alpha"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/libffi-devel/distinfo b/devel/libffi-devel/distinfo
deleted file mode 100644
index ef2c9a97371b..000000000000
--- a/devel/libffi-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libffi-1.20.tar.gz) = e4c9c435ebdfcba6fa493fb1abce2ddc
-SHA256 (libffi-1.20.tar.gz) = 794a23a3feacc11ef431fae9ad79c33b98043cefd6b001707596ca93085dedaa
-SIZE (libffi-1.20.tar.gz) = 109484
diff --git a/devel/libffi-devel/files/patch-aa b/devel/libffi-devel/files/patch-aa
deleted file mode 100644
index ffcd5f8ee6fc..000000000000
--- a/devel/libffi-devel/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Oct 5 04:26:04 1998
-+++ configure Sun May 30 19:01:51 1999
-@@ -1415,6 +1415,8 @@
- case "$host" in
- mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS; TARGETDIR=mips;;
- i*86-pc-linux*) TARGET=X86; TARGETDIR=x86;;
-+i*86-unknown-freebsd*) TARGET=X86; TARGETDIR=x86;;
-+alpha-unknown-freebsd*) TARGET=ALPHA; TARGETDIR=alpha;;
- sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
- sparc-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
- alpha*-*-linux* | alpha*-*-osf*) TARGET=ALPHA; TARGETDIR=alpha;;
diff --git a/devel/libffi-devel/files/patch-ab b/devel/libffi-devel/files/patch-ab
deleted file mode 100644
index ddc5c8d4e794..000000000000
--- a/devel/libffi-devel/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/x86/sysv.S.orig Mon Oct 5 16:36:28 1998
-+++ src/x86/sysv.S Sat Oct 24 00:56:07 1998
-@@ -33,7 +33,7 @@
- .globl ffi_prep_args
-
- # This assumes we are using gas.
-- .balign 16
-+ .align 4
- .globl ffi_call_SYSV
- .type ffi_call_SYSV,@function
-
diff --git a/devel/libffi-devel/files/patch-ad b/devel/libffi-devel/files/patch-ad
deleted file mode 100644
index 3dff2eb4f6b2..000000000000
--- a/devel/libffi-devel/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/Makefile.in.orig Mon Oct 5 04:26:33 1998
-+++ src/Makefile.in Sun May 30 21:48:55 1999
-@@ -164,7 +164,7 @@
- SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES)
- OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS)
-
--all: Makefile $(LTLIBRARIES) $(PROGRAMS)
-+all: Makefile $(LTLIBRARIES)
-
- .SUFFIXES:
- .SUFFIXES: .S .c .lo .o .s
-@@ -296,7 +296,7 @@
- done
- debug.o debug.lo: debug.c ../include/ffi.h ../fficonfig.h \
- ../include/ffi_common.h
--ffi.o ffi.lo: x86/ffi.c ../include/ffi.h ../fficonfig.h \
-+ffi.o ffi.lo: @TARGETDIR@/ffi.c ../include/ffi.h ../fficonfig.h \
- ../include/ffi_common.h
- ffitest.o ffitest.lo: ffitest.c ../include/ffi.h ../fficonfig.h
- prep_cif.o prep_cif.lo: prep_cif.c ../include/ffi.h ../fficonfig.h \
diff --git a/devel/libffi-devel/pkg-descr b/devel/libffi-devel/pkg-descr
deleted file mode 100644
index 15514cb81826..000000000000
--- a/devel/libffi-devel/pkg-descr
+++ /dev/null
@@ -1,6 +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.
-
-WWW: http://sources.redhat.com/libffi/
diff --git a/devel/libffi-devel/pkg-plist b/devel/libffi-devel/pkg-plist
deleted file mode 100644
index 3b9ac3230b55..000000000000
--- a/devel/libffi-devel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-include/fficonfig.h
-include/ffi.h
-include/ffi_mips.h
-lib/libffi.a
-lib/libffi.la
-lib/libffi.so
-lib/libffi.so.2