Update to liboil-0.3.7.

comments & ok jakemsr@, jolan@
This commit is contained in:
bernd 2006-03-23 18:05:55 +00:00
parent f904ff86e7
commit d71c101364
7 changed files with 130 additions and 70 deletions

View File

@ -1,33 +1,29 @@
# $OpenBSD: Makefile,v 1.4 2006/02/08 04:54:49 david Exp $
# $OpenBSD: Makefile,v 1.5 2006/03/23 18:05:55 bernd Exp $
COMMENT= "library of optimized inner loops"
DISTNAME= liboil-0.2.2
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= oil-0.2 0.0 \
oiltmp1 0.0
DISTNAME= liboil-0.3.7
SHARED_LIBS= oil-0.3 1.0
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}download/
HOMEPAGE= http://www.schleef.org/liboil/
HOMEPAGE= http://liboil.freedesktop.org/
# LGPL
# BSD
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
BUILD_DEPENDS+= :pkgconfig->=0.15.0:devel/pkgconfig \
:glib2->=2.4.7:devel/glib2
BUILD_DEPENDS+= :pkgconfig->=0.15.0:devel/pkgconfig
WANTLIB=m
WANTLIB= m
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
USE_LIBTOOL= Yes
pre-configure:
@perl -pi -e 's|stdint\.h|inttypes.h|g' \
${WRKSRC}/liboil/liboiltypes.h \
${WRKSRC}/liboil/liboil.h
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-glib
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (liboil-0.2.2.tar.gz) = 5eeab2994b45f088c3b36a71ae66fb94
RMD160 (liboil-0.2.2.tar.gz) = 2fb9abe89a5664a40438a15e1088ae7623c3235f
SHA1 (liboil-0.2.2.tar.gz) = 0898c3f83e95637af42b54201e5b2025bc1f9f49
SIZE (liboil-0.2.2.tar.gz) = 415092
MD5 (liboil-0.3.7.tar.gz) = 1f08e71fe775bfa1266a741742f1904b
RMD160 (liboil-0.3.7.tar.gz) = 9e4138116e331f24de1e27ba933ed7b541f7592e
SHA1 (liboil-0.3.7.tar.gz) = ff0e5e876878979b80f9da6d818264fdc3420ab9
SIZE (liboil-0.3.7.tar.gz) = 822820

View File

@ -0,0 +1,57 @@
$OpenBSD: patch-configure,v 1.1 2006/03/23 18:05:55 bernd Exp $
--- configure.orig Fri Feb 3 07:22:48 2006
+++ configure Thu Feb 23 15:43:57 2006
@@ -24115,7 +24115,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- flag_ok=yes
+ flag_ok=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
@@ -24178,7 +24178,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- flag_ok=yes
+ flag_ok=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
@@ -24241,7 +24241,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- flag_ok=yes
+ flag_ok=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
@@ -24304,7 +24304,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- flag_ok=yes
+ flag_ok=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
@@ -24367,7 +24367,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- flag_ok=yes
+ flag_ok=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
@@ -24430,7 +24430,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- flag_ok=yes
+ flag_ok=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-liboil_Makefile_in,v 1.1 2006/01/06 12:24:55 bernd Exp $
--- liboil/Makefile.in.orig Tue Jan 3 19:17:51 2006
+++ liboil/Makefile.in Tue Jan 3 19:18:53 2006
@@ -298,7 +298,7 @@ liboilfunctions_la_LIBADD = \
simdpack/libsimdpack.la
liboiltmp1_la_SOURCES =
-liboiltmp1_la_LDFLAGS = -lm \
+liboiltmp1_la_LDFLAGS = $(LIBoiltmp1_LTVERSION) -lm \
-export-symbols-regex 'oil_'
liboiltmp1_la_LIBADD = \
@@ -323,7 +323,7 @@ liboil_@LIBOIL_MAJORMINOR@_la_LIBADD = \
liboilend.la
liboil_@LIBOIL_MAJORMINOR@_la_CFLAGS = $(LIBOIL_CFLAGS)
-liboil_@LIBOIL_MAJORMINOR@_la_LDFLAGS = -lm \
+liboil_@LIBOIL_MAJORMINOR@_la_LDFLAGS = $(LIBoil-0.2_LTVERSION) -lm \
-export-symbols-regex '^oil_'

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-liboil_liboilcpu_c,v 1.1 2004/12/13 00:00:35 jolan Exp $
--- liboil/liboilcpu.c.orig Fri Sep 3 16:39:10 2004
+++ liboil/liboilcpu.c Sun Dec 12 17:47:00 2004
@@ -64,6 +64,7 @@ oil_cpu_i386_getflags(void)
char **f;
cpuinfo = get_cpuinfo();
+ if (cpuinfo == NULL) return;
cpuinfo_flags = get_cpuinfo_flags_string(cpuinfo);
if (cpuinfo_flags == NULL) return;

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2006/01/06 12:24:55 bernd Exp $
@lib lib/liboil-0.2.so.${LIBoil-0.2_VERSION}
@lib lib/liboiltmp1.so.${LIBoiltmp1_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.3 2006/03/23 18:05:55 bernd Exp $
@lib lib/liboil-0.3.so.${LIBoil-0.3_VERSION}

View File

@ -1,17 +1,57 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/12 23:27:50 jolan Exp $
@comment $OpenBSD: PLIST,v 1.2 2006/03/23 18:05:55 bernd Exp $
%%SHARED%%
include/liboil-0.2/
include/liboil-0.2/liboil/
include/liboil-0.2/liboil/liboil.h
include/liboil-0.2/liboil/liboilcpu.h
include/liboil-0.2/liboil/liboildebug.h
include/liboil-0.2/liboil/liboilfuncs.h
include/liboil-0.2/liboil/liboilfunction.h
include/liboil-0.2/liboil/liboilprototype.h
include/liboil-0.2/liboil/liboiltypes.h
lib/liboil-0.2.a
lib/liboil-0.2.la
lib/liboiltmp1.a
lib/liboiltmp1.la
include/liboil-0.3/
include/liboil-0.3/liboil/
include/liboil-0.3/liboil/liboil-stdint.h
include/liboil-0.3/liboil/liboil.h
include/liboil-0.3/liboil/liboilclasses.h
include/liboil-0.3/liboil/liboilcpu.h
include/liboil-0.3/liboil/liboildebug.h
include/liboil-0.3/liboil/liboilfuncs.h
include/liboil-0.3/liboil/liboilfunction.h
include/liboil-0.3/liboil/liboilgcc.h
include/liboil-0.3/liboil/liboilinternal.h
include/liboil-0.3/liboil/liboilparameter.h
include/liboil-0.3/liboil/liboilprofile.h
include/liboil-0.3/liboil/liboilprototype.h
include/liboil-0.3/liboil/liboilrandom.h
include/liboil-0.3/liboil/liboiltest.h
include/liboil-0.3/liboil/liboiltypes.h
lib/liboil-0.3.a
lib/liboil-0.3.la
lib/pkgconfig/
lib/pkgconfig/liboil-0.2.pc
lib/pkgconfig/liboil-0.3.pc
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/liboil/
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-liboilclass-unstable.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-liboilimpl-unstable.html
share/gtk-doc/html/liboil/liboil-liboilinit-unstable.html
share/gtk-doc/html/liboil/liboil-liboilinit.html
share/gtk-doc/html/liboil/liboil-liboiljunk.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-liboiltypes.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