aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 13:54:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-02-02 13:54:00 +0000
commit43346c0638ff66b819c8c74cd6f1c93707adc9b9 (patch)
tree7ff6f70f65edf2c70e99744be501140364b605de /devel
parentd1e1fa4161fd44f874c672e51392a222db75a7fc (diff)
downloadports-43346c0638ff66b819c8c74cd6f1c93707adc9b9.tar.gz
ports-43346c0638ff66b819c8c74cd6f1c93707adc9b9.zip
Sync libttol with peter's suggestion,
and remove patches.aout, we dont need it anymore.
Notes
Notes: svn path=/head/; revision=16494
Diffstat (limited to 'devel')
-rw-r--r--devel/libffi-devel/Makefile13
-rw-r--r--devel/libffi-devel/files/patch-ad11
-rw-r--r--devel/libffi/Makefile13
-rw-r--r--devel/libffi/files/patch-ad11
4 files changed, 30 insertions, 18 deletions
diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile
index cc2b68826f1a..b83994bb797b 100644
--- a/devel/libffi-devel/Makefile
+++ b/devel/libffi-devel/Makefile
@@ -1,16 +1,11 @@
# New ports collection makefile for: libffi
-# Version required: 1.20
-# Date created: 14, June, 1998
-# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
+# Version required: 1.20
+# Date created: 14, June, 1998
+# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
-# $Id: Makefile,v 1.5 1998/10/24 17:14:23 vanilla Exp $
+# $Id: Makefile,v 1.6 1998/11/16 15:55:46 vanilla Exp $
#
-.include <bsd.port.pre.mk>
-
-.if ${PORTOBJFORMAT} == "aout"
-PATCHDIR= ${.CURDIR}/patches.aout
-.endif
DISTNAME= libffi-1.20
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cygnus.com/pub/green/
diff --git a/devel/libffi-devel/files/patch-ad b/devel/libffi-devel/files/patch-ad
new file mode 100644
index 000000000000..9106e12edaec
--- /dev/null
+++ b/devel/libffi-devel/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Tue Feb 2 21:19:24 1999
++++ src/Makefile.in Tue Feb 2 21:19:34 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
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index cc2b68826f1a..b83994bb797b 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -1,16 +1,11 @@
# New ports collection makefile for: libffi
-# Version required: 1.20
-# Date created: 14, June, 1998
-# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
+# Version required: 1.20
+# Date created: 14, June, 1998
+# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
-# $Id: Makefile,v 1.5 1998/10/24 17:14:23 vanilla Exp $
+# $Id: Makefile,v 1.6 1998/11/16 15:55:46 vanilla Exp $
#
-.include <bsd.port.pre.mk>
-
-.if ${PORTOBJFORMAT} == "aout"
-PATCHDIR= ${.CURDIR}/patches.aout
-.endif
DISTNAME= libffi-1.20
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cygnus.com/pub/green/
diff --git a/devel/libffi/files/patch-ad b/devel/libffi/files/patch-ad
new file mode 100644
index 000000000000..9106e12edaec
--- /dev/null
+++ b/devel/libffi/files/patch-ad
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Tue Feb 2 21:19:24 1999
++++ src/Makefile.in Tue Feb 2 21:19:34 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