diff --git a/dev-libs/glib/glib-2.24.2.bep b/dev-libs/glib/glib-2.24.2.bep index e449acf32..bb1901f4a 100644 --- a/dev-libs/glib/glib-2.24.2.bep +++ b/dev-libs/glib/glib-2.24.2.bep @@ -4,7 +4,8 @@ SRC_URI="http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.gz" CHECKSUM_MD5="071b8e246197d334e20ab67956aef936" REVISION="1" STATUS_HAIKU="stable" -DEPEND="" +DEPEND="dev-libs/pkgconfig >= 0.23 + sys-devel/gettext >= 0.17" BUILD { cd glib-2.24.2 rm -rf aclocal.m4 @@ -18,9 +19,7 @@ BUILD { libtoolize --force --copy --install aclocal -I m4 autoconf - ./configure --prefix=/boot/common \ - --with-threads=posix \ - LDFLAGS=-lnetwork + ./configure --prefix=`finddir B_COMMON_DIRECTORY` make } @@ -30,4 +29,12 @@ INSTALL { } LICENSE="GNU LGPL v2" -COPYRIGHT="" # TODO: Need to determine who/what to list for the copyright on this one. +COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + 1991-2003 Free Software Foundation, Inc. + 1997-2006 University of Cambridge. + 1998-2001, 2003-2010 Red Hat, Inc. + 2007-2009 Nokia Corporation + 2008, 2010 Oracle and/or its affiliates, Inc. All rights + 2008-2010 Codethink Limited + 2008-2010 Collabora Ltd. + 1995-2010 Several others" diff --git a/dev-libs/glib/glib-2.26.1.bep b/dev-libs/glib/glib-2.26.1.bep index 25d248a37..948c958f5 100644 --- a/dev-libs/glib/glib-2.26.1.bep +++ b/dev-libs/glib/glib-2.26.1.bep @@ -4,7 +4,8 @@ SRC_URI="http://ftp.gnome.org/pub/gnome/sources/glib/2.26/glib-2.26.1.tar.gz" CHECKSUM_MD5="2634337609e747fc7946517e3008d53c" REVISION="1" STATUS_HAIKU="broken" -DEPEND="" +DEPEND="dev-libs/pkgconfig >= 0.23 + sys-devel/gettext >= 0.17" BUILD { cd glib-2.26.1 rm -rf aclocal.m4 @@ -36,4 +37,4 @@ COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 2008, 2010 Oracle and/or its affiliates, Inc. All rights 2008-2010 Codethink Limited 2008-2010 Collabora Ltd. - 1995-2010 Many others" + 1995-2010 Several others" diff --git a/dev-libs/glib/patches/glib-2.26.1.patch b/dev-libs/glib/patches/glib-2.26.1.patch index 0dbee2cdc..4c6346a21 100644 --- a/dev-libs/glib/patches/glib-2.26.1.patch +++ b/dev-libs/glib/patches/glib-2.26.1.patch @@ -1,6 +1,6 @@ diff -urN glib-2.26.1/configure.ac glib-2.26.1-haiku/configure.ac --- glib-2.26.1/configure.ac 2010-11-14 05:59:52.043778048 +0000 -+++ glib-2.26.1-haiku/configure.ac 2011-01-11 12:46:46.976486400 +0000 ++++ glib-2.26.1-haiku/configure.ac 2011-01-13 11:12:11.055312384 +0000 @@ -111,6 +111,10 @@ *-*-beos*) glib_native_beos="yes"