summaryrefslogtreecommitdiff
path: root/devel/libffi-devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libffi-devel')
-rw-r--r--devel/libffi-devel/Makefile19
-rw-r--r--devel/libffi-devel/distinfo1
-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-comment1
-rw-r--r--devel/libffi-devel/pkg-descr4
-rw-r--r--devel/libffi-devel/pkg-plist6
8 files changed, 0 insertions, 73 deletions
diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile
deleted file mode 100644
index 664caf53e4ae..000000000000
--- a/devel/libffi-devel/Makefile
+++ /dev/null
@@ -1,19 +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
-CATEGORIES= devel
-MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/
-
-MAINTAINER= horance@freedom.ie.cycu.edu.tw
-
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_TARGET= # empty
-
-.include <bsd.port.mk>
diff --git a/devel/libffi-devel/distinfo b/devel/libffi-devel/distinfo
deleted file mode 100644
index 51853da41ff7..000000000000
--- a/devel/libffi-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (libffi-1.20.tar.gz) = e4c9c435ebdfcba6fa493fb1abce2ddc
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-comment b/devel/libffi-devel/pkg-comment
deleted file mode 100644
index 65a5c48d5c1f..000000000000
--- a/devel/libffi-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Foreign Function Interface
diff --git a/devel/libffi-devel/pkg-descr b/devel/libffi-devel/pkg-descr
deleted file mode 100644
index c26c491b2f4e..000000000000
--- a/devel/libffi-devel/pkg-descr
+++ /dev/null
@@ -1,4 +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.
diff --git a/devel/libffi-devel/pkg-plist b/devel/libffi-devel/pkg-plist
deleted file mode 100644
index 1c80c754c715..000000000000
--- a/devel/libffi-devel/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/fficonfig.h
-include/ffi.h
-include/ffi_mips.h
-lib/libffi.a
-lib/libffi.so
-lib/libffi.so.2.3