[21619] trunk/dports/devel/liboil

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 30 18:26:24 PST 2007


Revision: 21619
          http://trac.macosforge.org/projects/macports/changeset/21619
Author:   landonf at macports.org
Date:     2007-01-30 18:26:23 -0800 (Tue, 30 Jan 2007)

Log Message:
-----------
Assume ownership and update to latest release. This fixes the i386 build.

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

Added Paths:
-----------
    trunk/dports/devel/liboil/files/
    trunk/dports/devel/liboil/files/patch-liboiltmp.c

Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile	2007-01-31 01:42:39 UTC (rev 21618)
+++ trunk/dports/devel/liboil/Portfile	2007-01-31 02:26:23 UTC (rev 21619)
@@ -1,18 +1,20 @@
 # $Id$
 PortSystem 1.0
 name		liboil
-version		0.3.6
-description	
+version		0.3.10
+description	A library of simple functions that are optimized for various CPUs.
 long_description	${description}
-maintainers	nomaintainer at macports.org
+maintainers	landonf at macports.org
 categories	devel
 platforms	darwin 
 homepage        http://liboil.freedesktop.org/
 master_sites    http://liboil.freedesktop.org/download/
-checksums	md5 a36b2d9cc71d75d814d7bdca2263290f \
-		sha1 43cfdfeace05006bfeaacc30f1feeece657595a2 \
-		rmd160 f86830c0c9101e8fbe22879f930fb61d23b0139a
-depends_lib	
+checksums	md5 770f656bca8166dab33b322d5886a4bf \
+		sha1 00183731d417047a3b7715532b9d6ca5cce16cc4 \
+		rmd160 585413d5955b08b24cec18f588927ac071a44098
+
+patchfiles	patch-liboiltmp.c
+
 configure.args	--mandir=${prefix}/share/man 
 configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
                 CFLAGS="-L${prefix}/lib"

Added: trunk/dports/devel/liboil/files/patch-liboiltmp.c
===================================================================
--- trunk/dports/devel/liboil/files/patch-liboiltmp.c	                        (rev 0)
+++ trunk/dports/devel/liboil/files/patch-liboiltmp.c	2007-01-31 02:26:23 UTC (rev 21619)
@@ -0,0 +1,9 @@
+--- liboil/liboiltmp.c	2007-01-30 18:32:12.000000000 -0800
++++ liboil/liboiltmp.c	2007-01-30 18:32:32.000000000 -0800
+@@ -6,4 +6,5 @@
+ void oil_random_argb(void) {}
+ void oil_test_get_source_data(void) {}
+ void oil_test_get_value(void) {}
+-
++void oil_test_get_arg_post_n(void) {}
++void oil_test_get_arg_stride(void) {}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070130/9ebc2c20/attachment.html


More information about the macports-changes mailing list