Update to 1.10.1, part of GTK+ 2.6 and Gnome 2.10

This commit is contained in:
marcm 2005-05-24 21:26:52 +00:00
parent ecccc708fe
commit ed45fc98d6
5 changed files with 13 additions and 136 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2004/12/10 20:33:59 marcm Exp $
# $OpenBSD: Makefile,v 1.11 2005/05/24 21:26:52 marcm Exp $
COMMENT= "accessibility toolkit used by gtk+"
DISTNAME= atk-1.8.0
DISTNAME= atk-1.10.1
CATEGORIES= devel
HOMEPAGE= http://www.gtk.org
@ -14,14 +14,15 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.8/}
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.10/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
LIB_DEPENDS= glib-2.0.0.0,gmodule-2.0.0.0,gobject-2.0.0.0::devel/glib2
LIB_DEPENDS= glib-2.0.600.0,gmodule-2.0.600.0,gobject-2.0.600.0::devel/glib2
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static

View File

@ -1,4 +1,4 @@
MD5 (atk-1.8.0.tar.bz2) = fc46940febb0e91427b77457e6356f3d
RMD160 (atk-1.8.0.tar.bz2) = 4ef23efca6ee841e1de34ea91f320a725efa443f
SHA1 (atk-1.8.0.tar.bz2) = 10acd8532b2983988596bf10f2529e7d730041a9
SIZE (atk-1.8.0.tar.bz2) = 500156
MD5 (atk-1.10.1.tar.bz2) = 29df8fe9016083e7eaf129bdd65d8402
RMD160 (atk-1.10.1.tar.bz2) = 272dbc974120c6cf7e62bf67dc7507e0a639dc41
SHA1 (atk-1.10.1.tar.bz2) = 7fa7a181d59334a23d7c694facc4aefeb8b7f4e4
SIZE (atk-1.10.1.tar.bz2) = 492436

View File

@ -1,93 +0,0 @@
$OpenBSD: patch-ltmain_sh,v 1.4 2003/09/23 06:09:53 marcm Exp $
--- ltmain.sh.orig 2003-05-23 01:59:21.000000000 -0700
+++ ltmain.sh 2003-09-05 15:43:15.000000000 -0700
@@ -1287,6 +1287,17 @@ EOF
continue
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -1958,6 +1969,19 @@ EOF
fi
continue
;;
+ -pthread)
+ case $linkmode in
+ lib)
+ deplibs="$deplib $deplibs"
+ newdependency_libs="$deplib $newdependency_libs"
+ ;;
+ prog)
+ compile_deplibs="$deplib $compile_deplibs"
+ finalize_deplibs="$deplib $finalize_deplibs"
+ ;;
+ esac
+ continue
+ ;;
%DEPLIBS%)
alldeplibs=yes
continue
@@ -2206,10 +2230,6 @@ EOF
link_static=no # Whether the deplib will be linked statically
if test -n "$library_names" &&
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
- if test "$installed" = no; then
- notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
- fi
# This is a shared library
# Warn about portability, can't link against -module's on some systems (darwin)
@@ -5696,40 +5716,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.7 2004/12/10 20:33:59 marcm Exp $
@lib lib/libatk-1.0.so.800.0
@comment $OpenBSD: PFRAG.shared,v 1.8 2005/05/24 21:26:52 marcm Exp $
@lib lib/libatk-1.0.so.1011.0

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.6 2004/08/08 17:13:29 marcm Exp $
@comment $OpenBSD: PLIST,v 1.7 2005/05/24 21:26:52 marcm Exp $
%%SHARED%%
include/atk-1.0/
include/atk-1.0/atk/
include/atk-1.0/atk/atk-enum-types.h
@ -34,35 +35,3 @@ lib/pkgconfig/atk.pc
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/atk/
share/gtk-doc/html/atk/AtkAction.html
share/gtk-doc/html/atk/AtkComponent.html
share/gtk-doc/html/atk/AtkDocument.html
share/gtk-doc/html/atk/AtkEditableText.html
share/gtk-doc/html/atk/AtkGObjectAccessible.html
share/gtk-doc/html/atk/AtkHyperlink.html
share/gtk-doc/html/atk/AtkHypertext.html
share/gtk-doc/html/atk/AtkImage.html
share/gtk-doc/html/atk/AtkNoOpObject.html
share/gtk-doc/html/atk/AtkNoOpObjectFactory.html
share/gtk-doc/html/atk/AtkObject.html
share/gtk-doc/html/atk/AtkObjectFactory.html
share/gtk-doc/html/atk/AtkRegistry.html
share/gtk-doc/html/atk/AtkRelation.html
share/gtk-doc/html/atk/AtkRelationSet.html
share/gtk-doc/html/atk/AtkSelection.html
share/gtk-doc/html/atk/AtkStateSet.html
share/gtk-doc/html/atk/AtkStreamableContent.html
share/gtk-doc/html/atk/AtkTable.html
share/gtk-doc/html/atk/AtkText.html
share/gtk-doc/html/atk/AtkUtil.html
share/gtk-doc/html/atk/AtkValue.html
share/gtk-doc/html/atk/atk-AtkState.html
share/gtk-doc/html/atk/atk.devhelp
share/gtk-doc/html/atk/atk.html
share/gtk-doc/html/atk/home.png
share/gtk-doc/html/atk/index.html
share/gtk-doc/html/atk/index.sgml
share/gtk-doc/html/atk/left.png
share/gtk-doc/html/atk/right.png
share/gtk-doc/html/atk/up.png
%%SHARED%%