Update to 2.3.17. Pick off some low hanging fruit for an eventual

update to Gnome 2.10.

Also, use libtool from ports instead of wrangling the included version.
This commit is contained in:
marcm 2005-04-12 06:33:07 +00:00
parent 2a3592aa00
commit 0fc1cb0088
4 changed files with 9 additions and 81 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2005/01/03 22:41:51 alek Exp $
# $OpenBSD: Makefile,v 1.14 2005/04/12 06:33:07 marcm Exp $
COMMENT= "high-performance 2D graphics library"
VERSION= 2.3.16
VERSION= 2.3.17
DISTNAME= libart_lgpl-${VERSION}
PKGNAME= libart-${VERSION}
CATEGORIES= graphics
@ -20,7 +20,7 @@ WANTLIB= m
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/}
SEPARATE_BUILD= concurrent
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
MD5 (libart_lgpl-2.3.16.tar.gz) = c642fbc6be912186f1b9df352fce43a9
RMD160 (libart_lgpl-2.3.16.tar.gz) = f8c2163a4810d91512b77a596489513238a3fa29
SHA1 (libart_lgpl-2.3.16.tar.gz) = 8347070b18ea9c275fc3d9f11e45c60ccfe2af9e
SIZE (libart_lgpl-2.3.16.tar.gz) = 374709
MD5 (libart_lgpl-2.3.17.tar.gz) = f1f6b3e5490f382535dccb288f5d8b14
RMD160 (libart_lgpl-2.3.17.tar.gz) = c03b4987110570eba76dcffba26a6759e2095735
SHA1 (libart_lgpl-2.3.17.tar.gz) = 8b3e1d059df4931bd705268b27daa8b75e9ab2f2
SIZE (libart_lgpl-2.3.17.tar.gz) = 395528

View File

@ -1,72 +0,0 @@
$OpenBSD: patch-ltmain_sh,v 1.3 2004/02/21 22:27:49 marcm Exp $
--- ltmain.sh.orig 2003-08-28 16:00:36.000000000 -0700
+++ ltmain.sh 2004-02-20 23:30:53.000000000 -0800
@@ -1290,6 +1290,17 @@ EOF
continue
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -1961,6 +1972,9 @@ EOF
fi
continue
;;
+ -pthread)
+ continue
+ ;;
%DEPLIBS%)
alldeplibs=yes
continue
@@ -5699,40 +5713,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- $echo " $libdir"
- done
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit 0
;;

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.8 2004/08/10 14:01:02 espie Exp $
@lib lib/libart_lgpl_2.so.5.16
@comment $OpenBSD: PFRAG.shared,v 1.9 2005/04/12 06:33:08 marcm Exp $
@lib lib/libart_lgpl_2.so.5.17