Update a number of GNOME related ports to their versions under the

GNOME 2.2.2 umbrella.
This commit is contained in:
marcm 2003-08-06 20:44:08 +00:00
parent 856bbcddf7
commit 3c9d1ddeca
32 changed files with 427 additions and 338 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:37:27 marcm Exp $
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:44:08 marcm Exp $
COMMENT= "configuration database system for GNOME"
VERSION= 2.2.0
VERSION= 2.2.1
DISTNAME= GConf-${VERSION}
PKGNAME= gconf2-${VERSION}
CATEGORIES= devel
@ -19,7 +19,6 @@ MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
LIB_DEPENDS= ORBit-2::devel/ORBit2 \
gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \
gthread-2.0.0.7::devel/glib2 \
xml2.6::textproc/libxml
# GPL

View File

@ -1,3 +1,3 @@
MD5 (GConf-2.2.0.tar.bz2) = 07ed2f6c583d5664cd728787cf59219b
RMD160 (GConf-2.2.0.tar.bz2) = b717918a3e8339d112d2500d74aec12ada7a75b5
SHA1 (GConf-2.2.0.tar.bz2) = 498cfd3d4d26b765fe4e54d7bacef01285a37b02
MD5 (GConf-2.2.1.tar.bz2) = 3788a2e63f200478caf2b16059327076
RMD160 (GConf-2.2.1.tar.bz2) = da2ea375cfae7392e1ff5e175e673821d1ae9ebc
SHA1 (GConf-2.2.1.tar.bz2) = b9b990848355f9541ea0b7756ce40bae937f1a2b

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_gconf_Makefile_in,v 1.2 2003/06/12 19:37:27 marcm Exp $
--- doc/gconf/Makefile.in.orig Mon Jan 20 19:30:30 2003
+++ doc/gconf/Makefile.in Wed Apr 30 20:14:27 2003
@@ -303,6 +303,7 @@ maintainer-clean-generic clean mostlycle
$OpenBSD: patch-doc_gconf_Makefile_in,v 1.3 2003/08/06 20:44:08 marcm Exp $
--- doc/gconf/Makefile.in.orig 2003-06-02 12:16:45.000000000 -0700
+++ doc/gconf/Makefile.in 2003-07-30 13:04:10.000000000 -0700
@@ -310,6 +310,7 @@ maintainer-clean-generic clean mostlycle
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gconf_Makefile_in,v 1.2 2003/06/12 19:37:27 marcm Exp $
--- gconf/Makefile.in.orig Mon Jan 20 19:30:18 2003
+++ gconf/Makefile.in Wed Apr 30 20:17:53 2003
@@ -136,7 +136,7 @@ NULL =
$OpenBSD: patch-gconf_Makefile_in,v 1.3 2003/08/06 20:44:08 marcm Exp $
--- gconf/Makefile.in.orig 2003-06-02 12:16:34.000000000 -0700
+++ gconf/Makefile.in 2003-07-30 13:04:10.000000000 -0700
@@ -143,7 +143,7 @@ NULL =
GCONFD_BINARY_NAME = gconfd-2

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:37:27 marcm Exp $
--- ltmain.sh.orig Mon Jan 20 19:29:18 2003
+++ ltmain.sh Wed Apr 30 20:14:28 2003
@@ -1082,6 +1082,17 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:44:08 marcm Exp $
--- ltmain.sh.orig 2003-06-02 12:05:55.000000000 -0700
+++ ltmain.sh 2003-07-30 13:07:49.000000000 -0700
@@ -1290,6 +1290,17 @@ EOF
continue
;;
@ -19,54 +19,64 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:37:27 marcm Exp $
-module)
module=yes
continue
@@ -1522,6 +1533,9 @@ compiler."
@@ -1961,6 +1972,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
@@ -4575,40 +4589,6 @@ relink_command=\"$relink_command\""
@@ -5699,40 +5723,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- $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:"
- $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"
- $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"
- $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"
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- $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'"
- $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 "----------------------------------------------------------------------"
- $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,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 19:37:27 marcm Exp $
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:44:08 marcm Exp $
bin/gconftool-2
include/gconf/2/gconf/gconf-changeset.h
include/gconf/2/gconf/gconf-client.h
@ -18,36 +18,7 @@ libexec/gconf-sanity-check-2
libexec/gconfd-2
share/aclocal/gconf-2.m4
share/examples/gconf2/gconf/2/path
share/gtk-doc/html/gconf/c120.html
share/gtk-doc/html/gconf/c21.html
share/gtk-doc/html/gconf/c381.html
share/gtk-doc/html/gconf/c490.html
share/gtk-doc/html/gconf/conventions.html
share/gtk-doc/html/gconf/gconf-client-reference.html
share/gtk-doc/html/gconf/gconf-client.html
share/gtk-doc/html/gconf/gconf-gconf-backend.html
share/gtk-doc/html/gconf/gconf-gconf-changeset.html
share/gtk-doc/html/gconf/gconf-gconf-engine.html
share/gtk-doc/html/gconf/gconf-gconf-error.html
share/gtk-doc/html/gconf/gconf-gconf-internals.html
share/gtk-doc/html/gconf/gconf-gconf-listeners.html
share/gtk-doc/html/gconf/gconf-gconf-locale.html
share/gtk-doc/html/gconf/gconf-gconf-schema.html
share/gtk-doc/html/gconf/gconf-gconf-sources.html
share/gtk-doc/html/gconf/gconf-gconf-value.html
share/gtk-doc/html/gconf/gconf-gconf.html
share/gtk-doc/html/gconf/gconf-internals-reference.html
share/gtk-doc/html/gconf/gconf-reference.html
share/gtk-doc/html/gconf/gconfclient.html
share/gtk-doc/html/gconf/gconftool.html
share/gtk-doc/html/gconf/index.html
share/gtk-doc/html/gconf/index.sgml
share/gtk-doc/html/gconf/x184.html
share/gtk-doc/html/gconf/x236.html
share/gtk-doc/html/gconf/x289.html
share/gtk-doc/html/gconf/x42.html
share/gtk-doc/html/gconf/x462.html
share/gtk-doc/html/gconf/x485.html
share/locale/am/LC_MESSAGES/GConf2.mo
share/locale/ar/LC_MESSAGES/GConf2.mo
share/locale/az/LC_MESSAGES/GConf2.mo
share/locale/be/LC_MESSAGES/GConf2.mo
@ -59,15 +30,20 @@ share/locale/de/LC_MESSAGES/GConf2.mo
share/locale/el/LC_MESSAGES/GConf2.mo
share/locale/es/LC_MESSAGES/GConf2.mo
share/locale/eu/LC_MESSAGES/GConf2.mo
share/locale/fa/LC_MESSAGES/GConf2.mo
share/locale/fi/LC_MESSAGES/GConf2.mo
share/locale/fr/LC_MESSAGES/GConf2.mo
share/locale/ga/LC_MESSAGES/GConf2.mo
share/locale/gl/LC_MESSAGES/GConf2.mo
share/locale/hi/LC_MESSAGES/GConf2.mo
share/locale/hu/LC_MESSAGES/GConf2.mo
share/locale/it/LC_MESSAGES/GConf2.mo
share/locale/ja/LC_MESSAGES/GConf2.mo
share/locale/ko/LC_MESSAGES/GConf2.mo
share/locale/lv/LC_MESSAGES/GConf2.mo
share/locale/mk/LC_MESSAGES/GConf2.mo
share/locale/ml/LC_MESSAGES/GConf2.mo
share/locale/mn/LC_MESSAGES/GConf2.mo
share/locale/ms/LC_MESSAGES/GConf2.mo
share/locale/nl/LC_MESSAGES/GConf2.mo
share/locale/nn/LC_MESSAGES/GConf2.mo
@ -79,22 +55,27 @@ share/locale/ro/LC_MESSAGES/GConf2.mo
share/locale/ru/LC_MESSAGES/GConf2.mo
share/locale/sk/LC_MESSAGES/GConf2.mo
share/locale/sl/LC_MESSAGES/GConf2.mo
share/locale/sr/LC_MESSAGES/GConf2.mo
share/locale/sr@Latn/LC_MESSAGES/GConf2.mo
share/locale/sv/LC_MESSAGES/GConf2.mo
share/locale/tr/LC_MESSAGES/GConf2.mo
share/locale/uk/LC_MESSAGES/GConf2.mo
share/locale/vi/LC_MESSAGES/GConf2.mo
share/locale/yi/LC_MESSAGES/GConf2.mo
share/locale/zh_CN/LC_MESSAGES/GConf2.mo
share/locale/zh_TW/LC_MESSAGES/GConf2.mo
share/sgml/gconf/gconf-1.0.dtd
%%SHARED%%
@exec mkdir -p %D/share/schemas
@dirrm share/schemas
@dirrm share/sgml/gconf
@comment @dirrm share/sgml
@exec mkdir -p %D/share/schemas
@dirrm share/schemas
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
@comment @dirrm share/locale/zh_TW
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
@comment @dirrm share/locale/zh_CN
@comment @dirrm share/locale/yi/LC_MESSAGES
@comment @dirrm share/locale/yi
@comment @dirrm share/locale/vi/LC_MESSAGES
@comment @dirrm share/locale/vi
@comment @dirrm share/locale/uk/LC_MESSAGES
@ -103,6 +84,10 @@ share/sgml/gconf/gconf-1.0.dtd
@comment @dirrm share/locale/tr
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
@comment @dirrm share/locale/sr@Latn
@comment @dirrm share/locale/sr/LC_MESSAGES
@comment @dirrm share/locale/sr
@comment @dirrm share/locale/sl/LC_MESSAGES
@comment @dirrm share/locale/sl
@comment @dirrm share/locale/sk/LC_MESSAGES
@ -125,6 +110,12 @@ share/sgml/gconf/gconf-1.0.dtd
@comment @dirrm share/locale/nl
@comment @dirrm share/locale/ms/LC_MESSAGES
@comment @dirrm share/locale/ms
@comment @dirrm share/locale/mn/LC_MESSAGES
@comment @dirrm share/locale/mn
@comment @dirrm share/locale/ml/LC_MESSAGES
@comment @dirrm share/locale/ml
@comment @dirrm share/locale/mk/LC_MESSAGES
@comment @dirrm share/locale/mk
@comment @dirrm share/locale/lv/LC_MESSAGES
@comment @dirrm share/locale/lv
@comment @dirrm share/locale/ko/LC_MESSAGES
@ -135,6 +126,8 @@ share/sgml/gconf/gconf-1.0.dtd
@comment @dirrm share/locale/it
@comment @dirrm share/locale/hu/LC_MESSAGES
@comment @dirrm share/locale/hu
@comment @dirrm share/locale/hi/LC_MESSAGES
@comment @dirrm share/locale/hi
@comment @dirrm share/locale/gl/LC_MESSAGES
@comment @dirrm share/locale/gl
@comment @dirrm share/locale/ga/LC_MESSAGES
@ -143,6 +136,8 @@ share/sgml/gconf/gconf-1.0.dtd
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/fi/LC_MESSAGES
@comment @dirrm share/locale/fi
@comment @dirrm share/locale/fa/LC_MESSAGES
@comment @dirrm share/locale/fa
@comment @dirrm share/locale/eu/LC_MESSAGES
@comment @dirrm share/locale/eu
@comment @dirrm share/locale/es/LC_MESSAGES
@ -165,11 +160,16 @@ share/sgml/gconf/gconf-1.0.dtd
@comment @dirrm share/locale/az
@comment @dirrm share/locale/ar/LC_MESSAGES
@comment @dirrm share/locale/ar
@comment @dirrm share/locale/am/LC_MESSAGES
@comment @dirrm share/locale/am
@comment @dirrm share/locale
@dirrm share/gtk-doc/html/gconf
@comment @exec mkdir -p %D/share/gtk-doc/html/gconf
@comment @dirrm share/gtk-doc/html/gconf
@comment @dirrm share/gtk-doc/html
@comment @dirrm share/gtk-doc
@comment @exec mkdir -p %D/share/examples/gconf2/gconf/gconf.xml.mandatory
@comment @dirrm share/examples/gconf2/gconf/gconf.xml.mandatory
@comment @exec mkdir -p %D/share/examples/gconf2/gconf/gconf.xml.defaults
@comment @dirrm share/examples/gconf2/gconf/gconf.xml.defaults
@dirrm share/examples/gconf2/gconf/2
@dirrm share/examples/gconf2/gconf
@ -177,7 +177,7 @@ share/sgml/gconf/gconf-1.0.dtd
@comment @dirrm share/aclocal
@comment @dirrm lib/pkgconfig
@dirrm lib/GConf/2
@comment (conflicts w/gconf1) @dirrm lib/GConf
@unexec rmdir %D/lib/GConf 2>/dev/null || true
@dirrm include/gconf/2/gconf
@dirrm include/gconf/2
@comment (conflicts w/gconf1) @dirrm include/gconf
@unexec rmdir %D/include/gconf 2>/dev/null || true

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2003/01/31 18:19:29 todd Exp $
# $OpenBSD: Makefile,v 1.12 2003/08/06 20:44:08 marcm Exp $
COMMENT= "IDL parsing library"
DISTNAME= libIDL-0.8.0
DISTNAME= libIDL-0.8.2
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
@ -17,9 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libIDL/0.8/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= glib-2.0.0.0::devel/glib2
USE_GMAKE= Yes

View File

@ -1,3 +1,3 @@
MD5 (libIDL-0.8.0.tar.bz2) = 4f5f60b0b9cc9a6994d8b4792091595d
RMD160 (libIDL-0.8.0.tar.bz2) = b621a3757172b14b6642b9495c501ace74f73378
SHA1 (libIDL-0.8.0.tar.bz2) = 4e31bc9b59e8c919460fe9c50869c495d7eb5105
MD5 (libIDL-0.8.2.tar.bz2) = a75d2dbf3a3c66b567047c94245f8b82
RMD160 (libIDL-0.8.2.tar.bz2) = d9b2310aef927f1635454b485e8d661257fd245e
SHA1 (libIDL-0.8.2.tar.bz2) = 20fdf39db5d5f9d6570eec67037152653ba539a4

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-configure,v 1.1.1.1 2003/01/31 17:57:11 todd Exp $
--- configure.orig Tue Jul 16 18:16:27 2002
+++ configure Tue Jul 16 18:17:11 2002
@@ -5519,8 +5519,8 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
export_dynamic_flag_spec='${wl}-E'
else
case "$host_os" in
@@ -5529,8 +5529,8 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
;;
esac
fi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 17:57:11 todd Exp $
--- ltmain.sh.orig Tue Jul 16 18:14:33 2002
+++ ltmain.sh Tue Jul 16 18:16:16 2002
@@ -1060,6 +1060,17 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.2 2003/08/06 20:44:09 marcm Exp $
--- ltmain.sh.orig 2003-05-26 10:12:13.000000000 -0700
+++ ltmain.sh 2003-07-31 17:17:33.000000000 -0700
@@ -1085,6 +1085,17 @@ compiler."
continue
;;
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 17:57:11 todd Exp $
-module)
module=yes
continue
@@ -1496,6 +1507,9 @@ compiler."
@@ -1525,6 +1536,19 @@ compiler."
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
@@ -4446,40 +4460,6 @@ relink_command=\"$relink_command\""
@@ -4580,40 +4604,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2003/06/12 19:39:57 marcm Exp $
# $OpenBSD: Makefile,v 1.4 2003/08/06 20:44:09 marcm Exp $
COMMENT= "portable library for obtaining system information"
V= 2.0.1
V= 2.0.2
DISTNAME= libgtop-${V}
PKGNAME= libgtop2-${V}
CATEGORIES= devel
@ -29,8 +29,7 @@ LIB_DEPENDS= glib-2.0.0.0::devel/glib2
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
# Should be 2.53
AUTOCONF_VERSION= 2.52
AUTOCONF_VERSION= 2.57
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,6 +1,6 @@
MD5 (libgtop-2.0.1.tar.bz2) = 1757801cb39ad7be19b1a472e7fc9060
MD5 (libgtop-2.0.2.tar.bz2) = c2c7c8807fcf5c4b3a1f1fc726e9def1
MD5 (openbsd-libgtop-020830.tar.gz) = 382e1c276bb5a92969d963c97294d7d4
RMD160 (libgtop-2.0.1.tar.bz2) = 80c1cb76c4f2021984fa6628bdcf6f25080dbd5e
RMD160 (libgtop-2.0.2.tar.bz2) = 1e66444467ca5b19bb71a0eb6760eb4a4bfe4738
RMD160 (openbsd-libgtop-020830.tar.gz) = 94bacc99553d5eb72e4d6cb5f0ce219468f3d663
SHA1 (libgtop-2.0.1.tar.bz2) = db0abf89b26bc61d664df005abb5a62daec79b6a
SHA1 (libgtop-2.0.2.tar.bz2) = 7322a560e27596ff4b1bc533a13f9c16493bf66a
SHA1 (openbsd-libgtop-020830.tar.gz) = 6d78d7daf6d6f543b7e192a68b24ee2f09cbbb31

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-aclocal_m4,v 1.2 2003/06/12 19:39:57 marcm Exp $
--- aclocal.m4.orig Sun Jan 12 18:40:00 2003
+++ aclocal.m4 Mon May 19 12:24:12 2003
@@ -719,17 +719,23 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
$OpenBSD: patch-aclocal_m4,v 1.3 2003/08/06 20:44:09 marcm Exp $
--- aclocal.m4.orig 2003-05-15 10:08:08.000000000 -0700
+++ aclocal.m4 2003-08-02 22:53:53.000000000 -0700
@@ -712,12 +712,18 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
fi
libgtop_need_server=no
;;
@ -10,60 +10,33 @@ $OpenBSD: patch-aclocal_m4,v 1.2 2003/06/12 19:39:57 marcm Exp $
libgtop_sysdeps_dir=freebsd
libgtop_use_machine_h=yes
libgtop_need_server=yes
- libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
+ libgtop_postinstall='chgrp kmem $(DESTDIR)$(bindir)/libgtop_server && chmod 2755 $(DESTDIR)$(bindir)/libgtop_server2'
+ ;;
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
;;
+ openbsd*)
+ libgtop_sysdeps_dir=openbsd
+ libgtop_use_machine_h=yes
+ libgtop_need_server=yes
+ libgtop_postinstall='chgrp kmem $(DESTDIR)$(bindir)/libgtop_server && chmod 2755 $(DESTDIR)$(bindir)/libgtop_server2'
;;
+ ;;
solaris*)
libgtop_sysdeps_dir=solaris
libgtop_use_machine_h=yes
libgtop_need_server=yes
- libgtop_postinstall='chgrp sys $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
+ libgtop_postinstall='chgrp kmem $(DESTDIR)$(bindir)/libgtop_server && chmod 2755 $(DESTDIR)$(bindir)/libgtop_server2'
;;
aix*)
libgtop_sysdeps_dir=aix
@@ -2703,8 +2709,8 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
export_dynamic_flag_spec='${wl}-E'
else
case "$host_os" in
@@ -2713,8 +2719,8 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
;;
esac
fi
@@ -4396,6 +4402,16 @@ newos6*)
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=/usr/lib/libnls.so
+ ;;
+
+openbsd*)
+ lt_cv_file_magic_cmd=/usr/bin/file
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
+ else
+ lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
+ fi
;;
@@ -3496,7 +3502,7 @@ if test -f "$ltmain"; then
# careful not to overquote the AC_SUBSTed values. We take copies of the
# variables and quote the copies for generation of the libtool script.
for var in echo old_CC old_CFLAGS SED \
- AR AR_FLAGS CC LD LN_S NM SHELL \
+ AR AR_FLAGS EGREP CC LD LN_S NM SHELL \
reload_flag reload_cmds wl \
pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
thread_safe_flag_spec whole_archive_flag_spec libname_spec \
@@ -3603,6 +3609,9 @@ CC=$lt_CC
# Is the compiler the GNU C compiler?
with_gcc=$GCC
+# An ERE matcher.
+EGREP=$lt_EGREP
+
# The linker used to build libraries.
LD=$lt_LD
openbsd*)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:39:57 marcm Exp $
--- ltmain.sh.orig Sun Jan 12 18:40:08 2003
+++ ltmain.sh Mon May 19 13:15:55 2003
@@ -1073,6 +1073,17 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:44:09 marcm Exp $
--- ltmain.sh.orig 2003-05-01 14:46:16.000000000 -0700
+++ ltmain.sh 2003-08-02 21:20:10.000000000 -0700
@@ -1290,6 +1290,17 @@ EOF
continue
;;
@ -19,56 +19,75 @@ $OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:39:57 marcm Exp $
-module)
module=yes
continue
@@ -1775,11 +1786,6 @@ compiler."
continue
@@ -1961,6 +1972,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
@@ -2209,10 +2233,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
-
if test -n "$old_archive_from_expsyms_cmds"; then
# figure out the soname
set dummy $library_names
@@ -4526,40 +4532,6 @@ relink_command=\"$relink_command\""
# This is a shared library
# Warn about portability, can't link against -module's on some systems (darwin)
@@ -5699,40 +5719,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- $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:"
- $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"
- $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"
- $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"
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- $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'"
- $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 "----------------------------------------------------------------------"
- $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

@ -0,0 +1,12 @@
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/08/06 20:44:09 marcm Exp $
--- po/Makefile.in.in.orig 2003-08-02 21:29:11.000000000 -0700
+++ po/Makefile.in.in 2003-08-02 21:29:23.000000000 -0700
@@ -27,7 +27,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_daemon_Makefile_in,v 1.2 2003/06/12 19:39:57 marcm Exp $
--- src/daemon/Makefile.in.orig Sun Jan 12 18:48:09 2003
+++ src/daemon/Makefile.in Mon May 19 12:27:49 2003
@@ -171,7 +171,8 @@ libgtop_daemon2_LDADD = $(top_builddir)/
$OpenBSD: patch-src_daemon_Makefile_in,v 1.3 2003/08/06 20:44:09 marcm Exp $
--- src/daemon/Makefile.in.orig 2003-05-15 10:26:39.000000000 -0700
+++ src/daemon/Makefile.in 2003-08-02 19:44:01.000000000 -0700
@@ -169,7 +169,8 @@ libgtop_daemon2_LDADD = $(top_builddir)/
@sysdeps_suid_lib@ \
$(suid_sysdeps) $(suid_common)\
$(LIBGTOP_LIBS)\

View File

@ -1,9 +1,9 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2003/06/12 19:39:57 marcm Exp $
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/06 20:44:09 marcm Exp $
lib/libgnomesupport-2.0.so.0.0
lib/libgtop-2.0.so.0.1
lib/libgtop_common-2.0.so.0.1
lib/libgtop_names-2.0.so.0.1
lib/libgtop_suid_common-2.0.so.0.1
lib/libgtop_sysdeps-2.0.so.0.1
lib/libgtop_sysdeps_suid-2.0.so.0.1
lib/libgtop-2.0.so.1.1
lib/libgtop_common-2.0.so.1.1
lib/libgtop_names-2.0.so.1.1
lib/libgtop_suid_common-2.0.so.1.1
lib/libgtop_sysdeps-2.0.so.1.1
lib/libgtop_sysdeps_suid-2.0.so.1.1
DYNLIBDIR(%D/lib)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 19:39:57 marcm Exp $
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:44:09 marcm Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/libgtop2.info
bin/libgtop_daemon2
bin/libgtop_server2
@ -63,6 +63,8 @@ lib/libgtop_sysdeps-2.0.la
lib/libgtop_sysdeps_suid-2.0.a
lib/libgtop_sysdeps_suid-2.0.la
lib/pkgconfig/libgtop-2.0.pc
share/locale/am/LC_MESSAGES/libgtop-2.0.mo
share/locale/ar/LC_MESSAGES/libgtop-2.0.mo
share/locale/az/LC_MESSAGES/libgtop-2.0.mo
share/locale/be/LC_MESSAGES/libgtop-2.0.mo
share/locale/bg/LC_MESSAGES/libgtop-2.0.mo
@ -73,14 +75,22 @@ share/locale/de/LC_MESSAGES/libgtop-2.0.mo
share/locale/el/LC_MESSAGES/libgtop-2.0.mo
share/locale/es/LC_MESSAGES/libgtop-2.0.mo
share/locale/es_ES/LC_MESSAGES/libgtop-2.0.mo
share/locale/et/LC_MESSAGES/libgtop-2.0.mo
share/locale/fa/LC_MESSAGES/libgtop-2.0.mo
share/locale/fi/LC_MESSAGES/libgtop-2.0.mo
share/locale/fr/LC_MESSAGES/libgtop-2.0.mo
share/locale/ga/LC_MESSAGES/libgtop-2.0.mo
share/locale/gl/LC_MESSAGES/libgtop-2.0.mo
share/locale/he/LC_MESSAGES/libgtop-2.0.mo
share/locale/hu/LC_MESSAGES/libgtop-2.0.mo
share/locale/id/LC_MESSAGES/libgtop-2.0.mo
share/locale/it/LC_MESSAGES/libgtop-2.0.mo
share/locale/ja/LC_MESSAGES/libgtop-2.0.mo
share/locale/ko/LC_MESSAGES/libgtop-2.0.mo
share/locale/lv/LC_MESSAGES/libgtop-2.0.mo
share/locale/mk/LC_MESSAGES/libgtop-2.0.mo
share/locale/ml/LC_MESSAGES/libgtop-2.0.mo
share/locale/mn/LC_MESSAGES/libgtop-2.0.mo
share/locale/ms/LC_MESSAGES/libgtop-2.0.mo
share/locale/nl/LC_MESSAGES/libgtop-2.0.mo
share/locale/nn/LC_MESSAGES/libgtop-2.0.mo
@ -88,9 +98,12 @@ share/locale/no/LC_MESSAGES/libgtop-2.0.mo
share/locale/pl/LC_MESSAGES/libgtop-2.0.mo
share/locale/pt/LC_MESSAGES/libgtop-2.0.mo
share/locale/pt_BR/LC_MESSAGES/libgtop-2.0.mo
share/locale/ro/LC_MESSAGES/libgtop-2.0.mo
share/locale/ru/LC_MESSAGES/libgtop-2.0.mo
share/locale/sk/LC_MESSAGES/libgtop-2.0.mo
share/locale/sl/LC_MESSAGES/libgtop-2.0.mo
share/locale/sr/LC_MESSAGES/libgtop-2.0.mo
share/locale/sr@Latn/LC_MESSAGES/libgtop-2.0.mo
share/locale/sv/LC_MESSAGES/libgtop-2.0.mo
share/locale/tr/LC_MESSAGES/libgtop-2.0.mo
share/locale/uk/LC_MESSAGES/libgtop-2.0.mo
@ -110,12 +123,18 @@ share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo
@comment @dirrm share/locale/tr
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
@comment @dirrm share/locale/sr@Latn
@comment @dirrm share/locale/sr/LC_MESSAGES
@comment @dirrm share/locale/sr
@comment @dirrm share/locale/sl/LC_MESSAGES
@comment @dirrm share/locale/sl
@comment @dirrm share/locale/sk/LC_MESSAGES
@comment @dirrm share/locale/sk
@comment @dirrm share/locale/ru/LC_MESSAGES
@comment @dirrm share/locale/ru
@comment @dirrm share/locale/ro/LC_MESSAGES
@comment @dirrm share/locale/ro
@comment @dirrm share/locale/pt_BR/LC_MESSAGES
@comment @dirrm share/locale/pt_BR
@comment @dirrm share/locale/pt/LC_MESSAGES
@ -130,14 +149,26 @@ share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo
@comment @dirrm share/locale/nl
@comment @dirrm share/locale/ms/LC_MESSAGES
@comment @dirrm share/locale/ms
@comment @dirrm share/locale/mn/LC_MESSAGES
@comment @dirrm share/locale/mn
@comment @dirrm share/locale/ml/LC_MESSAGES
@comment @dirrm share/locale/ml
@comment @dirrm share/locale/mk/LC_MESSAGES
@comment @dirrm share/locale/mk
@comment @dirrm share/locale/lv/LC_MESSAGES
@comment @dirrm share/locale/lv
@comment @dirrm share/locale/ko/LC_MESSAGES
@comment @dirrm share/locale/ko
@comment @dirrm share/locale/ja/LC_MESSAGES
@comment @dirrm share/locale/ja
@comment @dirrm share/locale/it/LC_MESSAGES
@comment @dirrm share/locale/it
@comment @dirrm share/locale/id/LC_MESSAGES
@comment @dirrm share/locale/id
@comment @dirrm share/locale/hu/LC_MESSAGES
@comment @dirrm share/locale/hu
@comment @dirrm share/locale/he/LC_MESSAGES
@comment @dirrm share/locale/he
@comment @dirrm share/locale/gl/LC_MESSAGES
@comment @dirrm share/locale/gl
@comment @dirrm share/locale/ga/LC_MESSAGES
@ -146,6 +177,10 @@ share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/fi/LC_MESSAGES
@comment @dirrm share/locale/fi
@comment @dirrm share/locale/fa/LC_MESSAGES
@comment @dirrm share/locale/fa
@comment @dirrm share/locale/et/LC_MESSAGES
@comment @dirrm share/locale/et
@comment @dirrm share/locale/es_ES/LC_MESSAGES
@comment @dirrm share/locale/es_ES
@comment @dirrm share/locale/es/LC_MESSAGES
@ -166,6 +201,10 @@ share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo
@comment @dirrm share/locale/be
@comment @dirrm share/locale/az/LC_MESSAGES
@comment @dirrm share/locale/az
@comment @dirrm share/locale/ar/LC_MESSAGES
@comment @dirrm share/locale/ar
@comment @dirrm share/locale/am/LC_MESSAGES
@comment @dirrm share/locale/am
@comment @dirrm share/locale
@comment @dirrm lib/pkgconfig
@comment @dirrm lib/libgtop/include

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:38:55 marcm Exp $
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:44:09 marcm Exp $
COMMENT= "window navigator construction kit"
DISTNAME= libwnck-2.2.1
DISTNAME= libwnck-2.2.2
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org
@ -19,8 +19,9 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
LIB_DEPENDS= gdk-x11-2.0.0.10,gdk_pixbuf-2.0.0.10,gtk-x11-2.0.0.10::x11/gtk+2
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gdk-x11-2.0.0.10,gdk_pixbuf-2.0.0.10,gtk-x11-2.0.0.10::x11/gtk+2 \
startup-notification-1::devel/startup-notification
SEPARATE_BUILD= concurrent
USE_X11= Yes

View File

@ -1,3 +1,3 @@
MD5 (libwnck-2.2.1.tar.bz2) = 2cd4dbcd275ccffe877527419c048218
RMD160 (libwnck-2.2.1.tar.bz2) = 4ac85b4b4ec99de05912e1a224cee805c5a07094
SHA1 (libwnck-2.2.1.tar.bz2) = 1727ab4c30af97bdd08eb36b5e84b35ecd7a1eff
MD5 (libwnck-2.2.2.tar.bz2) = f2498192c020c40303bf477e6b100055
RMD160 (libwnck-2.2.2.tar.bz2) = 917ceba5a84d63b55bd5a9dabcde3fe4f2efe493
SHA1 (libwnck-2.2.2.tar.bz2) = f1446a473d13836d86e4a05db55c08e899749bc9

View File

@ -1,62 +1,94 @@
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:38:55 marcm Exp $
--- ltmain.sh.orig Mon Jan 20 19:10:02 2003
+++ ltmain.sh Mon May 19 12:02:10 2003
@@ -1082,6 +1082,17 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.3 2003/08/06 20:44:09 marcm Exp $
--- ltmain.sh.orig 2003-06-02 12:21:09.000000000 -0700
+++ ltmain.sh 2003-07-31 16:29:05.000000000 -0700
@@ -1290,6 +1290,17 @@ EOF
continue
;;
+ -pthread)
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+ case $host in
+ *-*-openbsd*)
+ deplibs="$deplibs $arg"
+ ;;
+ *)
+ continue
+ ;;
+ esac
+ ;;
+
-module)
module=yes
continue
@@ -4575,40 +4586,6 @@ relink_command=\"$relink_command\""
@@ -1961,6 +1972,20 @@ 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
@@ -2209,10 +2234,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)
@@ -5699,40 +5720,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- $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:"
- $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"
- $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"
- $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"
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- $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'"
- $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 "----------------------------------------------------------------------"
- $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,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 19:38:55 marcm Exp $
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:44:09 marcm Exp $
include/libwnck-1.0/libwnck/application.h
include/libwnck-1.0/libwnck/libwnck.h
include/libwnck-1.0/libwnck/pager.h
@ -18,6 +18,7 @@ share/locale/ar/LC_MESSAGES/libwnck.mo
share/locale/az/LC_MESSAGES/libwnck.mo
share/locale/be/LC_MESSAGES/libwnck.mo
share/locale/bg/LC_MESSAGES/libwnck.mo
share/locale/bn/LC_MESSAGES/libwnck.mo
share/locale/ca/LC_MESSAGES/libwnck.mo
share/locale/cs/LC_MESSAGES/libwnck.mo
share/locale/da/LC_MESSAGES/libwnck.mo
@ -28,15 +29,20 @@ share/locale/et/LC_MESSAGES/libwnck.mo
share/locale/fa/LC_MESSAGES/libwnck.mo
share/locale/fi/LC_MESSAGES/libwnck.mo
share/locale/fr/LC_MESSAGES/libwnck.mo
share/locale/ga/LC_MESSAGES/libwnck.mo
share/locale/gl/LC_MESSAGES/libwnck.mo
share/locale/he/LC_MESSAGES/libwnck.mo
share/locale/hi/LC_MESSAGES/libwnck.mo
share/locale/hu/LC_MESSAGES/libwnck.mo
share/locale/id/LC_MESSAGES/libwnck.mo
share/locale/is/LC_MESSAGES/libwnck.mo
share/locale/it/LC_MESSAGES/libwnck.mo
share/locale/ja/LC_MESSAGES/libwnck.mo
share/locale/kn/LC_MESSAGES/libwnck.mo
share/locale/ko/LC_MESSAGES/libwnck.mo
share/locale/lv/LC_MESSAGES/libwnck.mo
share/locale/mk/LC_MESSAGES/libwnck.mo
share/locale/ml/LC_MESSAGES/libwnck.mo
share/locale/mn/LC_MESSAGES/libwnck.mo
share/locale/ms/LC_MESSAGES/libwnck.mo
share/locale/nl/LC_MESSAGES/libwnck.mo
@ -50,7 +56,11 @@ share/locale/ru/LC_MESSAGES/libwnck.mo
share/locale/sk/LC_MESSAGES/libwnck.mo
share/locale/sl/LC_MESSAGES/libwnck.mo
share/locale/sq/LC_MESSAGES/libwnck.mo
share/locale/sr/LC_MESSAGES/libwnck.mo
share/locale/sr@Latn/LC_MESSAGES/libwnck.mo
share/locale/sv/LC_MESSAGES/libwnck.mo
share/locale/ta/LC_MESSAGES/libwnck.mo
share/locale/th/LC_MESSAGES/libwnck.mo
share/locale/tr/LC_MESSAGES/libwnck.mo
share/locale/uk/LC_MESSAGES/libwnck.mo
share/locale/vi/LC_MESSAGES/libwnck.mo
@ -70,8 +80,16 @@ share/locale/zh_TW/LC_MESSAGES/libwnck.mo
@comment @dirrm share/locale/uk
@comment @dirrm share/locale/tr/LC_MESSAGES
@comment @dirrm share/locale/tr
@comment @dirrm share/locale/th/LC_MESSAGES
@comment @dirrm share/locale/th
@comment @dirrm share/locale/ta/LC_MESSAGES
@comment @dirrm share/locale/ta
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
@comment @dirrm share/locale/sr@Latn
@comment @dirrm share/locale/sr/LC_MESSAGES
@comment @dirrm share/locale/sr
@comment @dirrm share/locale/sq/LC_MESSAGES
@comment @dirrm share/locale/sq
@comment @dirrm share/locale/sl/LC_MESSAGES
@ -98,16 +116,24 @@ share/locale/zh_TW/LC_MESSAGES/libwnck.mo
@comment @dirrm share/locale/ms
@comment @dirrm share/locale/mn/LC_MESSAGES
@comment @dirrm share/locale/mn
@comment @dirrm share/locale/ml/LC_MESSAGES
@comment @dirrm share/locale/ml
@comment @dirrm share/locale/mk/LC_MESSAGES
@comment @dirrm share/locale/mk
@comment @dirrm share/locale/lv/LC_MESSAGES
@comment @dirrm share/locale/lv
@comment @dirrm share/locale/ko/LC_MESSAGES
@comment @dirrm share/locale/ko
@comment @dirrm share/locale/kn/LC_MESSAGES
@comment @dirrm share/locale/kn
@comment @dirrm share/locale/ja/LC_MESSAGES
@comment @dirrm share/locale/ja
@comment @dirrm share/locale/it/LC_MESSAGES
@comment @dirrm share/locale/it
@comment @dirrm share/locale/is/LC_MESSAGES
@comment @dirrm share/locale/is
@comment @dirrm share/locale/id/LC_MESSAGES
@comment @dirrm share/locale/id
@comment @dirrm share/locale/hu/LC_MESSAGES
@comment @dirrm share/locale/hu
@comment @dirrm share/locale/hi/LC_MESSAGES
@ -116,6 +142,8 @@ share/locale/zh_TW/LC_MESSAGES/libwnck.mo
@comment @dirrm share/locale/he
@comment @dirrm share/locale/gl/LC_MESSAGES
@comment @dirrm share/locale/gl
@comment @dirrm share/locale/ga/LC_MESSAGES
@comment @dirrm share/locale/ga
@comment @dirrm share/locale/fr/LC_MESSAGES
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/fi/LC_MESSAGES
@ -136,6 +164,8 @@ share/locale/zh_TW/LC_MESSAGES/libwnck.mo
@comment @dirrm share/locale/cs
@comment @dirrm share/locale/ca/LC_MESSAGES
@comment @dirrm share/locale/ca
@comment @dirrm share/locale/bn/LC_MESSAGES
@comment @dirrm share/locale/bn
@comment @dirrm share/locale/bg/LC_MESSAGES
@comment @dirrm share/locale/bg
@comment @dirrm share/locale/be/LC_MESSAGES

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:34:48 marcm Exp $
# $OpenBSD: Makefile,v 1.3 2003/08/06 20:44:09 marcm Exp $
COMMENT= "library for writing network programs"
DISTNAME= linc-1.0.1
DISTNAME= linc-1.0.3
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
@ -18,9 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/linc/1.0/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= glib-2.0.0.0,gobject-2.0.0.0,gthread-2.0.0.7::devel/glib2
SEPARATE_BUILD= concurrent

View File

@ -1,3 +1,3 @@
MD5 (linc-1.0.1.tar.bz2) = 77f43d6582f695b76fbb5b751a41c9d0
RMD160 (linc-1.0.1.tar.bz2) = 912a810c2a0cbb04304e16b1323f54785626aae6
SHA1 (linc-1.0.1.tar.bz2) = 334d807a817fda5c5ebf634dea46427460723010
MD5 (linc-1.0.3.tar.bz2) = 29f01b7e3e6045395e369d988573d517
RMD160 (linc-1.0.3.tar.bz2) = a931ebbb7af22cb45eda750eed931940ae77a615
SHA1 (linc-1.0.3.tar.bz2) = 865833a7b1f31689226b6e39ab5afaa1c4426dcd

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-configure,v 1.2 2003/06/12 19:34:48 marcm Exp $
--- configure.orig Tue Jan 21 04:25:48 2003
+++ configure Fri Apr 4 21:55:20 2003
@@ -5173,8 +5173,8 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
export_dynamic_flag_spec='${wl}-E'
else
case "$host_os" in
@@ -5183,8 +5183,8 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
;;
esac
fi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 17:53:59 todd Exp $
--- ltmain.sh.orig Tue Jul 16 17:58:59 2002
+++ ltmain.sh Tue Jul 16 18:01:48 2002
@@ -1071,6 +1071,17 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.2 2003/08/06 20:44:09 marcm Exp $
--- ltmain.sh.orig 2003-06-20 05:24:27.000000000 -0700
+++ ltmain.sh 2003-07-31 17:21:16.000000000 -0700
@@ -1290,6 +1290,17 @@ EOF
continue
;;
@ -19,54 +19,64 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 17:53:59 todd Exp $
-module)
module=yes
continue
@@ -1507,6 +1518,9 @@ compiler."
@@ -1961,6 +1972,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
@@ -4498,40 +4512,6 @@ relink_command=\"$relink_command\""
@@ -5699,40 +5723,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0
test "$show" = : && exit 0
- echo "----------------------------------------------------------------------"
- echo "Libraries have been installed in:"
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- echo " $libdir"
- $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:"
- $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"
- $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"
- $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"
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- echo " - have your system administrator run these commands:$admincmds"
- $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'"
- $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 "----------------------------------------------------------------------"
- $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,5 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/31 17:53:59 todd Exp $
bin/linc-cleanup-sockets
@comment $OpenBSD: PLIST,v 1.2 2003/08/06 20:44:09 marcm Exp $
bin/linc-config
include/linc-1.0/linc/linc-config.h
include/linc-1.0/linc/linc-connection.h
@ -14,9 +13,6 @@ share/aclocal/linc.m4
share/gtk-doc/html/linc/c4.html
share/gtk-doc/html/linc/index.html
share/gtk-doc/html/linc/index.sgml
share/gtk-doc/html/linc/linc-config.html
share/gtk-doc/html/linc/linc-linc-config.html
share/gtk-doc/html/linc/linc-linc-private.html
share/gtk-doc/html/linc/linc-linc-protocol.html
share/gtk-doc/html/linc/linc-linc-types.html
share/gtk-doc/html/linc/linc-linc.html

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/12 19:45:35 marcm Exp $
# $OpenBSD: Makefile,v 1.2 2003/08/06 20:44:09 marcm Exp $
COMMENT= "An experimental terminal emulator"
DISTNAME= vte-0.10.28
DISTNAME= vte-0.10.29
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/

View File

@ -1,3 +1,3 @@
MD5 (vte-0.10.28.tar.bz2) = 3985463cab0a2df8763d793b95ebf4ba
RMD160 (vte-0.10.28.tar.bz2) = 24bc9620bdc48fc7c4cc893517afd55d717aa9ec
SHA1 (vte-0.10.28.tar.bz2) = d16235e0eb780e2c53496c0084bcc63dc593b463
MD5 (vte-0.10.29.tar.bz2) = f1bba34a7c3cadde8d1b9a333163184b
RMD160 (vte-0.10.29.tar.bz2) = 1350f52a3645480e5625f581bdc9b4825ee4d5a2
SHA1 (vte-0.10.29.tar.bz2) = a9bab77a79a6bffabd06d67251a6c143f923c6b4

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/06/12 19:45:35 marcm Exp $
--- ltmain.sh.orig Mon Jan 27 20:27:31 2003
+++ ltmain.sh Tue Jan 28 00:41:57 2003
$OpenBSD: patch-ltmain_sh,v 1.2 2003/08/06 20:44:09 marcm Exp $
--- ltmain.sh.orig 2003-06-09 12:15:14.000000000 -0700
+++ ltmain.sh 2003-08-04 13:49:58.000000000 -0700
@@ -1085,6 +1085,17 @@ compiler."
continue
;;
@ -19,17 +19,27 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/06/12 19:45:35 marcm Exp $
-module)
module=yes
continue
@@ -1525,6 +1536,9 @@ compiler."
@@ -1525,6 +1536,19 @@ compiler."
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
@@ -4580,40 +4594,6 @@ relink_command=\"$relink_command\""
@@ -4580,40 +4604,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_dumpkeys_c,v 1.1.1.1 2003/06/12 19:45:35 marcm Exp $
--- src/dumpkeys.c.orig Tue May 27 19:02:24 2003
+++ src/dumpkeys.c Tue May 27 19:02:53 2003
$OpenBSD: patch-src_dumpkeys_c,v 1.2 2003/08/06 20:44:09 marcm Exp $
--- src/dumpkeys.c.orig 2002-12-02 18:00:44.000000000 -0800
+++ src/dumpkeys.c 2003-08-04 13:47:20.000000000 -0700
@@ -18,11 +18,11 @@
#ident "$Id: patch-src_dumpkeys_c,v 1.1.1.1 2003/06/12 19:45:35 marcm Exp $"
#ident "$Id: patch-src_dumpkeys_c,v 1.2 2003/08/06 20:44:09 marcm Exp $"
#include "../config.h"
+#include <sys/types.h>
#ifdef HAVE_SYS_SELECT_H

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/12 19:45:35 marcm Exp $
@comment $OpenBSD: PLIST,v 1.2 2003/08/06 20:44:09 marcm Exp $
bin/vte
include/vte/pty.h
include/vte/reaper.h
@ -24,6 +24,7 @@ share/locale/bg/LC_MESSAGES/vte.mo
share/locale/bn/LC_MESSAGES/vte.mo
share/locale/ca/LC_MESSAGES/vte.mo
share/locale/cs/LC_MESSAGES/vte.mo
share/locale/cy/LC_MESSAGES/vte.mo
share/locale/da/LC_MESSAGES/vte.mo
share/locale/de/LC_MESSAGES/vte.mo
share/locale/el/LC_MESSAGES/vte.mo
@ -136,6 +137,8 @@ share/vte/termcap/xterm
@comment @dirrm share/locale/de
@comment @dirrm share/locale/da/LC_MESSAGES
@comment @dirrm share/locale/da
@comment @dirrm share/locale/cy/LC_MESSAGES
@comment @dirrm share/locale/cy
@comment @dirrm share/locale/cs/LC_MESSAGES
@comment @dirrm share/locale/cs
@comment @dirrm share/locale/ca/LC_MESSAGES