[48854] trunk/dports/devel/liboil

devans at macports.org devans at macports.org
Mon Mar 30 08:21:43 PDT 2009


Revision: 48854
          http://trac.macports.org/changeset/48854
Author:   devans at macports.org
Date:     2009-03-30 08:21:42 -0700 (Mon, 30 Mar 2009)
Log Message:
-----------
liboil: update to 0.3.16, add new patch file and remove old unused ones. Closes #18909 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/devel/liboil/Portfile

Added Paths:
-----------
    trunk/dports/devel/liboil/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/devel/liboil/files/configure.patch
    trunk/dports/devel/liboil/files/liboil_liboilcpu.c.patch
    trunk/dports/devel/liboil/files/patch-liboil-liboilcpu-powerpc.c.diff
    trunk/dports/devel/liboil/files/testsuite_stack_align.c.patch

Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile	2009-03-30 15:01:49 UTC (rev 48853)
+++ trunk/dports/devel/liboil/Portfile	2009-03-30 15:21:42 UTC (rev 48854)
@@ -3,18 +3,20 @@
 PortSystem 1.0
 
 name		liboil
-version		0.3.15
+version		0.3.16
 description	A library of simple functions that are optimized for various CPUs.
 long_description	${description}
 maintainers	landonf
 categories	devel
-platforms	darwin 
+platforms	darwin
 homepage        http://liboil.freedesktop.org/
 master_sites    http://liboil.freedesktop.org/download/
-checksums	md5 11dd39b1ca13ce2e0618d4df8303f137 \
-		sha1 8791e3399aae619b89a1d00f40ffcafc7d7f5d9b \
-		rmd160 ba6a4889dd8c16f62dee5c238e019b42066e6a9b
+checksums       md5     febb1d9f9bc4c440fcf622dc90f8b6b7 \
+                sha1    0d6530ccb22d805c5209a185a94b575111ec34f3 \
+                rmd160  5add00151e24ee8cc5a8dfb40223936a576cbffd
 
+patchfiles      patch-configure.diff
+
 depends_build	port:pkgconfig
 depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2
 

Deleted: trunk/dports/devel/liboil/files/configure.patch
===================================================================
--- trunk/dports/devel/liboil/files/configure.patch	2009-03-30 15:01:49 UTC (rev 48853)
+++ trunk/dports/devel/liboil/files/configure.patch	2009-03-30 15:21:42 UTC (rev 48854)
@@ -1,29 +0,0 @@
---- configure~	2007-07-26 05:10:09.000000000 -0400
-+++ configure	2007-07-26 05:12:16.000000000 -0400
-@@ -15193,7 +15193,7 @@
- 
-   SSE_CFLAGS="-msse"
-   if test "X$flag_ok" = Xyes ; then
--    HAVE_SSE_INTRINSICS=yes
-+    HAVE_SSE_INTRINSICS=no
-     true
-   else
-     HAVE_SSE_INTRINSICS=no
-@@ -15253,7 +15253,7 @@
- 
-   SSE2_CFLAGS="-msse2"
-   if test "X$flag_ok" = Xyes ; then
--    HAVE_SSE2_INTRINSICS=yes
-+    HAVE_SSE2_INTRINSICS=no
-     true
-   else
-     HAVE_SSE2_INTRINSICS=no
-@@ -15313,7 +15313,7 @@
- 
-   SSE3_CFLAGS="-msse3"
-   if test "X$flag_ok" = Xyes ; then
--    HAVE_SSE3_INTRINSICS=yes
-+    HAVE_SSE3_INTRINSICS=no
-     true
-   else
-     HAVE_SSE3_INTRINSICS=no

Deleted: trunk/dports/devel/liboil/files/liboil_liboilcpu.c.patch
===================================================================
--- trunk/dports/devel/liboil/files/liboil_liboilcpu.c.patch	2009-03-30 15:01:49 UTC (rev 48853)
+++ trunk/dports/devel/liboil/files/liboil_liboilcpu.c.patch	2009-03-30 15:21:42 UTC (rev 48854)
@@ -1,12 +0,0 @@
---- liboil/liboilcpu.c~	2007-07-26 05:10:57.000000000 -0400
-+++ liboil/liboilcpu.c	2007-07-26 05:12:47.000000000 -0400
-@@ -42,7 +42,7 @@
- #include <sys/time.h>
- #include <time.h>
- 
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__APPLE__)
- #include <sys/types.h>
- #include <sys/sysctl.h>
- #endif
-

Added: trunk/dports/devel/liboil/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/liboil/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/liboil/files/patch-configure.diff	2009-03-30 15:21:42 UTC (rev 48854)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-03-18 22:41:27.000000000 -0700
++++ configure	2009-03-27 08:04:16.000000000 -0700
+@@ -12303,7 +12303,7 @@
+   sys_symbol_underscore=$lt_cv_sys_symbol_underscore
+ 
+ 
+-if test x${ac_cv_sys_symbol_underscore} = xyes ; then
++if test x${lt_cv_sys_symbol_underscore} = xyes ; then
+ 
+ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_SYMBOL_UNDERSCORE 1

Deleted: trunk/dports/devel/liboil/files/patch-liboil-liboilcpu-powerpc.c.diff
===================================================================
--- trunk/dports/devel/liboil/files/patch-liboil-liboilcpu-powerpc.c.diff	2009-03-30 15:01:49 UTC (rev 48853)
+++ trunk/dports/devel/liboil/files/patch-liboil-liboilcpu-powerpc.c.diff	2009-03-30 15:21:42 UTC (rev 48854)
@@ -1,11 +0,0 @@
---- liboil/liboilcpu-powerpc.c.orig	2008-03-13 08:22:52.000000000 +0100
-+++ liboil/liboilcpu-powerpc.c	2008-04-10 10:14:23.000000000 +0200
-@@ -49,7 +49,7 @@
- 
- #endif
- 
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__APPLE__)
- #include <sys/types.h>
- #include <sys/sysctl.h>
- #endif

Deleted: trunk/dports/devel/liboil/files/testsuite_stack_align.c.patch
===================================================================
--- trunk/dports/devel/liboil/files/testsuite_stack_align.c.patch	2009-03-30 15:01:49 UTC (rev 48853)
+++ trunk/dports/devel/liboil/files/testsuite_stack_align.c.patch	2009-03-30 15:21:42 UTC (rev 48854)
@@ -1,12 +0,0 @@
---- testsuite/stack_align.c~	2007-07-26 05:11:59.000000000 -0400
-+++ testsuite/stack_align.c	2007-07-26 05:12:55.000000000 -0400
-@@ -235,7 +235,8 @@
- 
- void realign(int align)
- {
--#ifdef HAVE_GCC_ASM
-+/* not sure about this test on osx, but the asm is clobbering things I guess? */
-+#ifndef __APPLE__
- #ifdef HAVE_I386
-   __asm__ __volatile__ (
-       "  sub %%ebx, %%esp\n"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090330/974236fc/attachment.html>


More information about the macports-changes mailing list