[Midnightbsd-cvs] mports: mports/math: add float and long ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 2 10:39:35 EDT 2008


Log Message:
-----------
add float and long ports

Modified Files:
--------------
    mports/math:
        Makefile (r1.19 -> r1.20)
    mports/math/fftw3:
        Makefile (r1.2 -> r1.3)

Added Files:
-----------
    mports/math/fftw3-float:
        Makefile (r1.1)
    mports/math/fftw3-long:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/math/fftw3/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L math/fftw3/Makefile -L math/fftw3/Makefile -u -r1.2 -r1.3
--- math/fftw3/Makefile
+++ math/fftw3/Makefile
@@ -27,7 +27,7 @@
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_PERL5_BUILD=yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=	--enable-shared --enable-threads  --build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ENV=	CPPLAGS="${PTHREAD_CFLAGS}" \
--- /dev/null
+++ math/fftw3-float/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for:	fftw3-float
+# Date created:		2004-09-01
+# Whom:			Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/math/fftw3-float/Makefile,v 1.1 2008/10/02 14:39:31 laffer1 Exp $
+# $FreeBSD: ports/math/fftw3-float/Makefile,v 1.4 2006/05/11 15:11:30 ahze Exp $
+#    $MCom: ports-experimental/math/fftw3-float/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $
+
+PORTREVISION=	0
+
+COMMENT=	Fast C routines (Single Percision)
+
+FFTW3_FLAVOR=	float
+MASTERDIR=	${.CURDIR}/../../math/fftw3
+
+.include "${MASTERDIR}/Makefile"
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/math/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -L math/Makefile -L math/Makefile -u -r1.19 -r1.20
--- math/Makefile
+++ math/Makefile
@@ -8,6 +8,8 @@
     SUBDIR += calc
     SUBDIR += djbfft
     SUBDIR += fftw3
+    SUBDIR += fftw3-float
+    SUBDIR += fftw3-long
     SUBDIR += gcalctool
     SUBDIR += gnuplot
     SUBDIR += gnumeric
--- /dev/null
+++ math/fftw3-long/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for:	fftw3-long
+# Date created:		2004-09-01
+# Whom:			Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/math/fftw3-long/Makefile,v 1.1 2008/10/02 14:39:32 laffer1 Exp $
+# $FreeBSD: ports/math/fftw3-long/Makefile,v 1.8 2006/05/11 15:11:30 ahze Exp $
+
+PORTREVISION=	0
+
+COMMENT=	Fast C routines (Long Double Percision)
+
+FFTW3_FLAVOR=	long
+MASTERDIR=	${.CURDIR}/../../math/fftw3
+
+ONLY_FOR_ARCHS=	i386 sparc64
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list