diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 44040be5c993..4f8b6de75306 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -1,34 +1,33 @@ # New ports collection makefile for: liboil # Date created: Nov 24, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= liboil -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.5 CATEGORIES= devel -MASTER_SITES= http://www.schleef.org/liboil/download/ +MASTER_SITES= http://liboil.freedesktop.org/download/ MAINTAINER= kwm@FreeBSD.org COMMENT= Library of optimized inner loops USE_GNOME= glib20 USE_REINPLACE= yes USE_LIBTOOL_VER=15 USE_GCC= 3.4 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-gtk-doc PLIST_SUB= VERSION=${PORTVERSION:R} .include post-patch: @${REINPLACE_CMD} -e 's|stdint\.h|inttypes.h|g' \ ${WRKSRC}/liboil/liboiltypes.h \ ${WRKSRC}/liboil/liboilprofile.h \ ${WRKSRC}/liboil/liboil.h .include diff --git a/devel/liboil/distinfo b/devel/liboil/distinfo index 65ea53438af3..c313d050c695 100644 --- a/devel/liboil/distinfo +++ b/devel/liboil/distinfo @@ -1,2 +1,2 @@ -MD5 (liboil-0.3.3.tar.gz) = 5bcbee1d5e7f29c95d28620f1fe6b817 -SIZE (liboil-0.3.3.tar.gz) = 671516 +MD5 (liboil-0.3.5.tar.gz) = f365f0a4cc31b2ff029e37deccb09ff6 +SIZE (liboil-0.3.5.tar.gz) = 689282 diff --git a/devel/liboil/files/patch-liboil__simdpack__sincos_f64.c b/devel/liboil/files/patch-liboil__simdpack__sincos_f64.c deleted file mode 100644 index 895a2cdccde2..000000000000 --- a/devel/liboil/files/patch-liboil__simdpack__sincos_f64.c +++ /dev/null @@ -1,17 +0,0 @@ ---- liboil/simdpack/sincos_f64.c.orig Sun Oct 9 09:59:12 2005 -+++ liboil/simdpack/sincos_f64.c Sun Oct 9 10:01:03 2005 -@@ -71,6 +71,7 @@ - } - OIL_DEFINE_IMPL (sincos_f64_i20_fast, sincos_f64); - -+/* - #ifdef _GNU_SOURCE - static void - sincos_f64_sincos (double *dest_sin, double *dest_cos, int n, double *offset, -@@ -83,5 +84,6 @@ - } - } - OIL_DEFINE_IMPL (sincos_f64_sincos, sincos_f64); - #endif -+*/ - diff --git a/devel/liboil/pkg-descr b/devel/liboil/pkg-descr index bc957e90e9a2..f2850d13d78f 100644 --- a/devel/liboil/pkg-descr +++ b/devel/liboil/pkg-descr @@ -1,13 +1,13 @@ Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Clearly such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects, and also make optimizations easier to use by a broad range of applications. -WWW: http://www.schleef.org/liboil/ +WWW: http://liboil.freedesktop.org diff --git a/devel/liboil/pkg-plist b/devel/liboil/pkg-plist index 0d8366d425ee..bb29a80bebaf 100644 --- a/devel/liboil/pkg-plist +++ b/devel/liboil/pkg-plist @@ -1,53 +1,50 @@ include/liboil-%%VERSION%%/liboil/liboil.h include/liboil-%%VERSION%%/liboil/liboilclasses.h include/liboil-%%VERSION%%/liboil/liboilcpu.h include/liboil-%%VERSION%%/liboil/liboildebug.h include/liboil-%%VERSION%%/liboil/liboilfuncs.h include/liboil-%%VERSION%%/liboil/liboilfunction.h include/liboil-%%VERSION%%/liboil/liboilgcc.h include/liboil-%%VERSION%%/liboil/liboilinternal.h include/liboil-%%VERSION%%/liboil/liboilparameter.h include/liboil-%%VERSION%%/liboil/liboilprofile.h include/liboil-%%VERSION%%/liboil/liboilprototype.h include/liboil-%%VERSION%%/liboil/liboilrandom.h include/liboil-%%VERSION%%/liboil/liboiltest.h include/liboil-%%VERSION%%/liboil/liboiltypes.h lib/liboil-%%VERSION%%.a lib/liboil-%%VERSION%%.so lib/liboil-%%VERSION%%.so.1 -lib/liboiltmp1.a -lib/liboiltmp1.so -lib/liboiltmp1.so.0 libdata/pkgconfig/liboil-%%VERSION%%.pc share/gtk-doc/html/liboil/ch01.html share/gtk-doc/html/liboil/ch02.html share/gtk-doc/html/liboil/home.png share/gtk-doc/html/liboil/index.html share/gtk-doc/html/liboil/index.sgml share/gtk-doc/html/liboil/left.png share/gtk-doc/html/liboil/liboil-OilFunction.html share/gtk-doc/html/liboil/liboil-liboil.html share/gtk-doc/html/liboil/liboil-liboilcpu.html share/gtk-doc/html/liboil/liboil-liboildebug.html share/gtk-doc/html/liboil/liboil-liboilfuncs-conv.html share/gtk-doc/html/liboil/liboil-liboilfuncs-copy.html share/gtk-doc/html/liboil/liboil-liboilfuncs-dct.html share/gtk-doc/html/liboil/liboil-liboilfuncs-doc.html share/gtk-doc/html/liboil/liboil-liboilfuncs-math.html share/gtk-doc/html/liboil/liboil-liboilfuncs-math8x8.html share/gtk-doc/html/liboil/liboil-liboilfuncs-pixel.html share/gtk-doc/html/liboil/liboil-liboilmacros.html share/gtk-doc/html/liboil/liboil-liboilparameter.html share/gtk-doc/html/liboil/liboil-liboilprofile.html share/gtk-doc/html/liboil/liboil-liboilprototype.html share/gtk-doc/html/liboil/liboil-liboilrandom.html share/gtk-doc/html/liboil/liboil-liboiltest.html share/gtk-doc/html/liboil/liboil.devhelp share/gtk-doc/html/liboil/right.png share/gtk-doc/html/liboil/style.css share/gtk-doc/html/liboil/up.png @dirrm share/gtk-doc/html/liboil @unexec rmdir %D/share/gtk-doc/html 2>/dev/null || true @unexec rmdir %D/share/gtk-doc 2>/dev/null || true @dirrm include/liboil-%%VERSION%%/liboil @dirrm include/liboil-%%VERSION%%