- remove old, unused and unneeded gtk+1 cruft

ok ajacoutot@
agreed by mbalmer@
This commit is contained in:
jasper 2008-08-27 07:41:59 +00:00
parent a7d1f961cd
commit fff5da8313
30 changed files with 1 additions and 1556 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2008/08/21 10:28:39 jasper Exp $
# $OpenBSD: Makefile,v 1.69 2008/08/27 07:41:59 jasper Exp $
SUBDIR += alacarte
SUBDIR += applets2
@ -52,7 +52,6 @@
SUBDIR += libgtkhtml
SUBDIR += librsvg
SUBDIR += librsvg,no_gnome
SUBDIR += libs
SUBDIR += libxklavier
SUBDIR += mag
SUBDIR += media
@ -60,7 +59,6 @@
SUBDIR += metacity
SUBDIR += mime-data
SUBDIR += nautilus
SUBDIR += oaf
SUBDIR += orca
SUBDIR += panel
SUBDIR += pessulus

View File

@ -1,68 +0,0 @@
# $OpenBSD: Makefile,v 1.35 2008/02/04 17:55:18 jasper Exp $
COMMENT= libraries for the GNOME project
GNOME_PROJECT= gnome-libs
GNOME_VERSION= 1.4.2
PKGNAME= ${DISTNAME}p5
SHARED_LIBS= art_lgpl 4.0 \
gnome 36.3 \
gnomesupport 0.0 \
gnomeui 47.0 \
gnorba 28.8 \
gnorbagtk 0.0 \
gtkxmhtml 1.1 \
zvt 6.0
CATEGORIES= x11
LIB_DEPENDS= gdk_imlib.>=19::graphics/imlib \
esd.>=2::audio/esound \
ORBit.>=5,ORBitutil.>=5,IIOP.>=5,ORBitCosNaming.>=5::devel/ORBit \
gdk.>=1.2::x11/gtk+
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xi Xpm audiofile c glib gmodule gtk \
iconv intl jpeg m png tiff ungif util wrap z
MODULES= x11/gnome
USE_X11= Yes
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-prefer-db1
CONFIGURE_ARGS+= --with-kde-datadir=${LOCALBASE}/share
CONFIGURE_ARGS+= --disable-test-gnome
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-build:
@if pkg dependencies check gnome-libs-\*; then \
if pkg dependencies check ${DISTNAME}; then \
:; \
else \
echo 1>&2 "Error: you must remove your old gnome-libs first"; \
exit 1; \
fi; \
fi;
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-libs; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-libs/
# Fix conflict with Gnome 2
@mv ${PREFIX}/share/pixmaps/gnome-default-dlg.png ${PREFIX}/share/pixmaps/gnome-default-dlg1.png
@mv ${PREFIX}/share/pixmaps/gnome-error.png ${PREFIX}/share/pixmaps/gnome-error1.png
@mv ${PREFIX}/share/pixmaps/gnome-info.png ${PREFIX}/share/pixmaps/gnome-info1.png
@mv ${PREFIX}/share/pixmaps/gnome-question.png ${PREFIX}/share/pixmaps/gnome-question1.png
@mv ${PREFIX}/share/pixmaps/gnome-warning.png ${PREFIX}/share/pixmaps/gnome-warning1.png
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gnome/gnome-libs-1.4.2.tar.bz2) = YRHpGxQ6kK+zD3qMHmy71g==
RMD160 (gnome/gnome-libs-1.4.2.tar.bz2) = VHF7eWlK6UNHvTbyCgBb234Z7sY=
SHA1 (gnome/gnome-libs-1.4.2.tar.bz2) = NZNA9B/AON6VVMOK8s6pm3Gx7yo=
SHA256 (gnome/gnome-libs-1.4.2.tar.bz2) = hKf/NeaTQdXCl7Yzs9ZMAeeETjtCj4km6CNjiRF4jCg=
SIZE (gnome/gnome-libs-1.4.2.tar.bz2) = 2875219

View File

@ -1,92 +0,0 @@
$OpenBSD: patch-aclocal_m4,v 1.7 2007/06/01 16:44:41 jasper Exp $
--- aclocal.m4.orig Fri Aug 16 00:24:43 2002
+++ aclocal.m4 Tue Aug 24 01:02:03 2004
@@ -1516,8 +1516,15 @@ old_postinstall_cmds='chmod 644 $oldlib'
old_postuninstall_cmds=
if test -n "$RANLIB"; then
+ case $host_os in
+ openbsd*)
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+ ;;
+ *)
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ ;;
+ esac
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
fi
# Allow CC to be a program name with arguments.
@@ -1920,7 +1927,9 @@ cygwin* | mingw* | pw32* )
with_gnu_ld=no
fi
;;
-
+openbsd*)
+ with_gnu_ld=no
+ ;;
esac
ld_shlibs=yes
@@ -2324,8 +2333,8 @@ else
;;
openbsd*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='-R$libdir'
+ archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
hardcode_direct=yes
hardcode_shlibpath_var=no
;;
@@ -2801,10 +2810,9 @@ newsos6)
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
- fi
+ need_lib_prefix=no
+ need_version=no
+ shlibpath_overrides_runpath=yes
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
@@ -3936,6 +3944,16 @@ newos6*)
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
+ ;;
+
osf3* | osf4* | osf5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
@@ -4704,6 +4722,7 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)])
if test "$gt_cv_func_gettext_libc" != "yes"; then
+ LIBS="-liconv $LIBS"
AC_CHECK_LIB(intl, bindtextdomain,
[AC_CACHE_CHECK([for gettext in libintl],
gt_cv_func_gettext_libintl,
@@ -4711,6 +4730,10 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
gt_cv_func_gettext_libintl=yes,
gt_cv_func_gettext_libintl=no)],
gt_cv_func_gettext_libintl=no)])
+ fi
+
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ LIBS="$LIBS -lintl";
fi
if test "$gt_cv_func_gettext_libc" = "yes" \

View File

@ -1,23 +0,0 @@
$OpenBSD: patch-configure_in,v 1.6 2007/06/01 16:44:41 jasper Exp $
--- configure.in.orig Thu Aug 15 15:24:36 2002
+++ configure.in Sat Nov 30 12:41:16 2002
@@ -337,8 +337,8 @@ fi
dnl look for db headers
if test "$prefer_db1" = "yes"; then
- AC_CHECK_HEADERS(db_185.h db1/db.h)
- if test "$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nono; then
+ AC_CHECK_HEADERS(db.h db1/db.h)
+ if test "$ac_cv_header_db_h$ac_cv_header_db1_db_h" = nono; then
AC_MSG_ERROR([Berkeley db library required for Gnome])
fi
AC_DEFINE(PREFER_DB1)
@@ -436,7 +436,7 @@ else
kde_datadir=$with_kde_datadir
fi
-AC_DEFINE_UNQUOTED(KDE_ICONDIR, "$kde_datadir/icons")
+AC_DEFINE_UNQUOTED(KDE_ICONDIR, "$kde_datadir/icons/hicolor/48x48/apps")
AC_DEFINE_UNQUOTED(KDE_MINI_ICONDIR, "$kde_datadir/icons/mini")
dnl

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-devel-docs_Makefile_in,v 1.1 2007/06/01 16:44:41 jasper Exp $
--- devel-docs/Makefile.in.orig Thu Aug 15 15:25:52 2002
+++ devel-docs/Makefile.in Sat Nov 30 12:41:16 2002
@@ -173,7 +173,7 @@ EXTRA_DIST = \
$(TEXT_FILES)
-docdir = $(prefix)/doc
+docdir = $(prefix)/share/doc/gnome-libs
doc_DATA = $(TEXT_FILES)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-devel-docs_gnome_Makefile_in,v 1.5 2007/06/01 16:44:41 jasper Exp $
--- devel-docs/gnome/Makefile.in.orig Thu Aug 15 15:25:53 2002
+++ devel-docs/gnome/Makefile.in Sat Nov 30 12:41:16 2002
@@ -366,7 +366,7 @@ install-data-local:
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
echo '-- Fixing Crossreferences' ; \
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
fi)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-devel-docs_gnomeui_Makefile_in,v 1.5 2007/06/01 16:44:41 jasper Exp $
--- devel-docs/gnomeui/Makefile.in.orig Thu Aug 15 15:25:57 2002
+++ devel-docs/gnomeui/Makefile.in Sat Nov 30 12:41:16 2002
@@ -427,7 +427,7 @@ install-data-local:
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
echo '-- Fixing Crossreferences' ; \
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
fi)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-devel-docs_gnorba_Makefile_in,v 1.4 2007/06/01 16:44:41 jasper Exp $
--- devel-docs/gnorba/Makefile.in.orig Thu Aug 15 15:26:05 2002
+++ devel-docs/gnorba/Makefile.in Sat Nov 30 12:41:16 2002
@@ -344,7 +344,7 @@ install-data-local:
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
echo '-- Fixing Crossreferences' ; \
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
fi)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libart_lgpl_doc_Makefile_in,v 1.4 2007/06/01 16:44:41 jasper Exp $
--- libart_lgpl/doc/Makefile.in.orig Thu Aug 15 15:25:26 2002
+++ libart_lgpl/doc/Makefile.in Sat Nov 30 12:41:16 2002
@@ -260,7 +260,7 @@ install-am: all-am
install: install-am
uninstall-am:
uninstall: uninstall-am
-all-am: Makefile all-local
+all-am: Makefile
all-redirect: all-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install

View File

@ -1,93 +0,0 @@
$OpenBSD: patch-libgnome_gnome-dentry_c,v 1.4 2007/06/01 16:44:41 jasper Exp $
--- libgnome/gnome-dentry.c.orig Wed Aug 7 00:57:14 2002
+++ libgnome/gnome-dentry.c Fri Jun 1 18:38:20 2007
@@ -88,7 +88,7 @@ add_comment_or_name(GList *list, char *lang, char *nam
/*read the names and comments from the desktop file*/
static GList *
-read_names_and_comments(const char *file, int is_kde)
+read_names_and_comments(const char *file, int is_old_kde)
{
GList *i18n_list = NULL;
@@ -97,11 +97,11 @@ read_names_and_comments(const char *file, int is_kde)
char *prefix;
gnome_config_push_prefix ("");
- if(!is_kde) {
- prefix = g_strconcat ("=", file, "=/Desktop Entry", NULL);
- } else {
- prefix = g_strconcat ("=", file, "=/KDE Desktop Entry", NULL);
- }
+ if(!is_old_kde) {
+ prefix = g_strconcat ("=", file, "=/Desktop Entry", NULL);
+ } else {
+ prefix = g_strconcat ("=", file, "=/KDE Desktop Entry", NULL);
+ }
iterator = gnome_config_init_iterator(prefix);
g_free(prefix);
gnome_config_pop_prefix ();
@@ -155,7 +155,7 @@ gnome_desktop_entry_load_flags_conditional (const char
int exec_length;
char *icon_base;
char *p = NULL;
- gboolean is_kde = FALSE;
+ gboolean is_old_kde = FALSE;
gboolean is_dot_directory = FALSE;
#ifdef __GLIBC__
gboolean is_utf8;
@@ -178,8 +178,8 @@ gnome_desktop_entry_load_flags_conditional (const char
gnome_config_push_prefix (prefix);
g_free (prefix);
- is_kde = TRUE;
-
+ is_old_kde = TRUE;
+
name = gnome_config_get_translated_string ("Name");
if (!name) {
gnome_config_pop_prefix ();
@@ -197,7 +197,8 @@ gnome_desktop_entry_load_flags_conditional (const char
strcmp (file + strlen (file) - strlen (".directory"), ".directory") == 0)
is_dot_directory = TRUE;
- type = gnome_config_get_string (is_dot_directory ? "Type=Directory" : "Type");
+ if( !(type = gnome_config_get_string ("Type") ) )
+ type = gnome_config_get_string ("Type=Directory");
gnome_config_get_vector ("Exec", &exec_length, &exec_vector);
try_file = gnome_config_get_string ("TryExec");
@@ -249,15 +250,21 @@ gnome_desktop_entry_load_flags_conditional (const char
newitem->geometry = gnome_config_get_string ("Geometry");
newitem->multiple_args = gnome_config_get_bool ("MultipleArgs=0");
newitem->location = g_strdup (file);
- newitem->is_kde = is_kde;
icon_base = gnome_config_get_string ("Icon");
if (icon_base && *icon_base) {
/* Sigh, now we need to make them local to the gnome install */
if (*icon_base != '/') {
- if (newitem->is_kde) {
- gchar *iconname = g_concat_dir_and_file (KDE_ICONDIR, icon_base);
+ /*
+ HACK: determine if file is an KDE desktop entry.
+ KDE desktop files don't have the file-extension embedded in icon_base.
+ */
+ if( !strstr( icon_base, "." ) ) {
+ gchar *icon_base_full = g_strconcat (icon_base, ".png", NULL);
+ gchar *iconname = g_concat_dir_and_file (KDE_ICONDIR, icon_base_full);
+ newitem->is_kde = TRUE;
+ g_free (icon_base_full);
if (g_file_exists (iconname))
newitem->icon = iconname;
else {
@@ -293,7 +300,7 @@ gnome_desktop_entry_load_flags_conditional (const char
gnome_config_pop_prefix ();
/*get us the Names and comments of different languages*/
- i18n_list = read_names_and_comments (file, is_kde);
+ i18n_list = read_names_and_comments (file, is_old_kde);
gnome_desktop_entry_set_i18n_list (newitem, i18n_list);
if (clean_from_memory_after_load) {

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-libgnome_gnome-dump_c,v 1.4 2007/06/01 16:44:41 jasper Exp $
--- libgnome/gnome-dump.c.orig Fri Oct 26 20:01:24 2001
+++ libgnome/gnome-dump.c Fri Oct 26 20:05:06 2001
@@ -29,10 +29,10 @@
#ifdef HAVE_DB1_DB_H
# include <db1/db.h>
#else
-# ifdef HAVE_DB_185_H
-# include <db_185.h>
-# else
+# ifdef HAVE_DB_H
# include <db.h>
+# else
+# include <db_185.h>
# endif
#endif

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-libgnome_gnome-metadata_c,v 1.4 2007/06/01 16:44:41 jasper Exp $
--- libgnome/gnome-metadata.c.orig Fri Oct 26 20:01:32 2001
+++ libgnome/gnome-metadata.c Fri Oct 26 20:05:46 2001
@@ -56,10 +56,10 @@ char *alloca ();
#ifdef HAVE_DB1_DB_H
# include <db1/db.h>
#else
-# ifdef HAVE_DB_185_H
-# include <db_185.h>
-# else
+# ifdef HAVE_DB_H
# include <db.h>
+# else
+# include <db_185.h>
# endif
#endif
#else

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libgnomeui_gnome-dns_c,v 1.3 2007/06/01 16:44:42 jasper Exp $
--- libgnomeui/gnome-dns.c.orig Sun Sep 12 02:39:37 1999
+++ libgnomeui/gnome-dns.c Fri Jun 1 18:38:20 2007
@@ -402,7 +402,7 @@ static gint gnome_dns_create_server(void)
if (pid == 0) {
dup2(pipefd0[0], 0);
dup2(pipefd1[1], 1);
- execlp("dns-helper", "dns-helper", NULL);
+ execlp("dns-helper", "dns-helper", (void *)NULL);
/* does not return */
}
/* else */

View File

@ -1,50 +0,0 @@
$OpenBSD: patch-libgnomeui_gnome-init_c,v 1.8 2007/06/01 16:44:42 jasper Exp $
--- libgnomeui/gnome-init.c.orig Sat Aug 3 15:23:52 2002
+++ libgnomeui/gnome-init.c Fri Jun 1 18:38:20 2007
@@ -205,32 +205,12 @@ gnome_init_cb(poptContext ctx, enum poptCallbackReason
switch(reason) {
case POPT_CALLBACK_REASON_PRE:
{
- char *ctype, *old_ctype = NULL;
- gboolean ctype_set;
+ char old_ctype = NULL;
gnome_segv_setup (FALSE);
- ctype = setlocale (LC_CTYPE, NULL);
-
- if (ctype && !strcmp(ctype, "C")) {
- old_ctype = g_strdup (getenv ("LC_CTYPE"));
- putenv ("LC_CTYPE=en_US");
- ctype_set = TRUE;
- } else
- ctype_set = FALSE;
-
+
gtk_set_locale ();
- if (ctype_set) {
- char *setme;
-
- if (old_ctype) {
- setme = g_strconcat ("LC_CTYPE=", old_ctype, NULL);
- g_free(old_ctype);
- } else
- setme = "LC_CTYPE=";
-
- putenv (setme);
- }
client = gnome_master_client();
}
break;
@@ -673,9 +653,9 @@ static void gnome_segv_handle(int signum)
/* Child process */
execl(GNOMEBINDIR "/gnome_segv", GNOMEBINDIR "/gnome_segv",
- program_invocation_name, buf, gnome_app_version, NULL);
+ program_invocation_name, buf, gnome_app_version, (void *)NULL);
- execlp("gnome_segv", "gnome_segv", program_invocation_name, buf, gnome_app_version, NULL);
+ execlp("gnome_segv", "gnome_segv", program_invocation_name, buf, gnome_app_version, (void *)NULL);
_exit(99);
}

View File

@ -1,75 +0,0 @@
$OpenBSD: patch-libgnomeui_gnome-messagebox_c,v 1.3 2007/06/01 16:44:42 jasper Exp $
--- libgnomeui/gnome-messagebox.c.orig Thu Jun 29 03:40:25 2000
+++ libgnomeui/gnome-messagebox.c Fri Jun 1 18:38:20 2007
@@ -109,7 +109,7 @@ gnome_message_box_new (const gchar *message,
if (strcmp(GNOME_MESSAGE_BOX_INFO, message_box_type) == 0)
{
gtk_window_set_title (GTK_WINDOW (message_box), _("Information"));
- s = gnome_unconditional_pixmap_file("gnome-info.png");
+ s = gnome_unconditional_pixmap_file("gnome-info1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);
@@ -118,7 +118,7 @@ gnome_message_box_new (const gchar *message,
else if (strcmp(GNOME_MESSAGE_BOX_WARNING, message_box_type) == 0)
{
gtk_window_set_title (GTK_WINDOW (message_box), _("Warning"));
- s = gnome_unconditional_pixmap_file("gnome-warning.png");
+ s = gnome_unconditional_pixmap_file("gnome-warning1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);
@@ -127,7 +127,7 @@ gnome_message_box_new (const gchar *message,
else if (strcmp(GNOME_MESSAGE_BOX_ERROR, message_box_type) == 0)
{
gtk_window_set_title (GTK_WINDOW (message_box), _("Error"));
- s = gnome_unconditional_pixmap_file("gnome-error.png");
+ s = gnome_unconditional_pixmap_file("gnome-error1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);
@@ -136,7 +136,7 @@ gnome_message_box_new (const gchar *message,
else if (strcmp(GNOME_MESSAGE_BOX_QUESTION, message_box_type) == 0)
{
gtk_window_set_title (GTK_WINDOW (message_box), _("Question"));
- s = gnome_unconditional_pixmap_file("gnome-question.png");
+ s = gnome_unconditional_pixmap_file("gnome-question1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);
@@ -155,7 +155,7 @@ gnome_message_box_new (const gchar *message,
if ( (pixmap == NULL) ||
(GNOME_PIXMAP(pixmap)->pixmap == NULL) ) {
if (pixmap) gtk_widget_destroy(pixmap);
- s = gnome_unconditional_pixmap_file ("gnome-default-dlg.png");
+ s = gnome_unconditional_pixmap_file ("gnome-default-dlg1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);
@@ -242,7 +242,7 @@ gnome_message_box_newv (const gchar *message
if (strcmp(GNOME_MESSAGE_BOX_INFO, message_box_type) == 0)
{
gtk_window_set_title (GTK_WINDOW (message_box), _("Information"));
- s = gnome_pixmap_file("gnome-info.png");
+ s = gnome_pixmap_file("gnome-info1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);
@@ -251,7 +251,7 @@ gnome_message_box_newv (const gchar *message
else if (strcmp(GNOME_MESSAGE_BOX_WARNING, message_box_type) == 0)
{
gtk_window_set_title (GTK_WINDOW (message_box), _("Warning"));
- s = gnome_pixmap_file("gnome-warning.png");
+ s = gnome_pixmap_file("gnome-warning1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);
@@ -269,7 +269,7 @@ gnome_message_box_newv (const gchar *message
else if (strcmp(GNOME_MESSAGE_BOX_QUESTION, message_box_type) == 0)
{
gtk_window_set_title (GTK_WINDOW (message_box), _("Question"));
- s = gnome_pixmap_file("gnome-question.png");
+ s = gnome_pixmap_file("gnome-question1.png");
if (s) {
pixmap = gnome_pixmap_new_from_file(s);
g_free(s);

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libgnorba_Makefile_in,v 1.5 2007/06/01 16:44:42 jasper Exp $
--- libgnorba/Makefile.in.orig Fri Aug 16 00:25:44 2002
+++ libgnorba/Makefile.in Fri Jun 1 18:38:22 2007
@@ -1185,7 +1185,7 @@ $(table_built): $(top_srcdir)/idl/Table.idl
$(ORBIT_IDL) $(IDL_FLAGS) $(top_srcdir)/idl/Table.idl
install-data-hook:
- $(RM) -f $(DESTDIR)$(bindir)/new-object
+ rm -f $(DESTDIR)$(bindir)/new-object
$(LN_S) goad-browser $(DESTDIR)$(bindir)/new-object
clean-local:

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libgnorba_orbitns_c,v 1.3 2007/06/01 16:44:42 jasper Exp $
--- libgnorba/orbitns.c.orig Thu Aug 19 18:10:18 1999
+++ libgnorba/orbitns.c Fri Jun 1 18:38:20 2007
@@ -225,7 +225,7 @@ name_server_by_forking (CORBA_Environment *ev)
setsid();
- execlp("gnome-name-service", "gnome-name-service", NULL);
+ execlp("gnome-name-service", "gnome-name-service", (void *)NULL);
_exit(1);
}

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-zvt_subshell_c,v 1.3 2007/06/01 16:44:42 jasper Exp $
--- zvt/subshell.c.orig Sat Aug 3 17:37:39 2002
+++ zvt/subshell.c Fri Jun 1 18:38:20 2007
@@ -242,7 +242,7 @@ get_ptys (int *master, int *slave, int update_wutmp)
close (helper_socket_fdpassing [0]);
close (helper_socket_fdpassing [1]);
- execl (GNOMESBINDIR "/gnome-pty-helper", "gnome-pty-helper", NULL);
+ execl (GNOMESBINDIR "/gnome-pty-helper", "gnome-pty-helper", (void *)NULL);
exit (1);
} else {
close (helper_socket_fdpassing [1]);

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-zvt_zterm_c,v 1.3 2007/06/01 16:44:42 jasper Exp $
--- zvt/zterm.c.orig Sat Jan 18 01:23:09 2003
+++ zvt/zterm.c Sat Jan 18 01:23:39 2003
@@ -304,7 +304,7 @@ main (gint argc, gchar *argv[])
}
}
- execle (shell->str, name->str, NULL, env_copy);
+ execle (shell->str, name->str, (void *)NULL, env_copy);
perror ("Could not exec\n");
_exit (127);
}

View File

@ -1,2 +0,0 @@
These are the GNOME libraries, the foundation for most of the
applications of the GNOME project.

View File

@ -1,9 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.8 2007/06/01 17:17:18 jasper Exp $
@lib lib/libart_lgpl.so.${LIBart_lgpl_VERSION}
@lib lib/libgnome.so.${LIBgnome_VERSION}
@lib lib/libgnomesupport.so.${LIBgnomesupport_VERSION}
@lib lib/libgnomeui.so.${LIBgnomeui_VERSION}
@lib lib/libgnorba.so.${LIBgnorba_VERSION}
@lib lib/libgnorbagtk.so.${LIBgnorbagtk_VERSION}
@lib lib/libgtkxmhtml.so.${LIBgtkxmhtml_VERSION}
@lib lib/libzvt.so.${LIBzvt_VERSION}

View File

@ -1,686 +0,0 @@
@comment $OpenBSD: PLIST,v 1.19 2007/06/01 17:17:18 jasper Exp $
@conflict libgtop-*-!gnome
bin/dns-helper
bin/gconfigger
bin/gnome-bug
bin/gnome-config
bin/gnome-dump-metadata
bin/gnome-gen-mimedb
bin/gnome-moz-remote
bin/gnome-name-service
bin/gnome_segv
bin/goad-browser
bin/libart-config
bin/loadshlib
bin/new-object
include/gnome-1.0/
include/gnome-1.0/gnome.h
include/gnome-1.0/gtk-xmhtml/
include/gnome-1.0/gtk-xmhtml/HTML.h
include/gnome-1.0/gtk-xmhtml/XmHTML.h
include/gnome-1.0/gtk-xmhtml/XmHTMLI.h
include/gnome-1.0/gtk-xmhtml/XmHTMLP.h
include/gnome-1.0/gtk-xmhtml/gtk-xmhtml-p.h
include/gnome-1.0/gtk-xmhtml/gtk-xmhtml.h
include/gnome-1.0/gtk-xmhtml/miniparse.h
include/gnome-1.0/gtk-xmhtml/toolkit.h
include/gnome-1.0/libart_lgpl/
include/gnome-1.0/libart_lgpl/art_affine.h
include/gnome-1.0/libart_lgpl/art_alphagamma.h
include/gnome-1.0/libart_lgpl/art_bpath.h
include/gnome-1.0/libart_lgpl/art_config.h
include/gnome-1.0/libart_lgpl/art_filterlevel.h
include/gnome-1.0/libart_lgpl/art_gray_svp.h
include/gnome-1.0/libart_lgpl/art_misc.h
include/gnome-1.0/libart_lgpl/art_pathcode.h
include/gnome-1.0/libart_lgpl/art_pixbuf.h
include/gnome-1.0/libart_lgpl/art_point.h
include/gnome-1.0/libart_lgpl/art_rect.h
include/gnome-1.0/libart_lgpl/art_rect_svp.h
include/gnome-1.0/libart_lgpl/art_rect_uta.h
include/gnome-1.0/libart_lgpl/art_rgb.h
include/gnome-1.0/libart_lgpl/art_rgb_affine.h
include/gnome-1.0/libart_lgpl/art_rgb_bitmap_affine.h
include/gnome-1.0/libart_lgpl/art_rgb_pixbuf_affine.h
include/gnome-1.0/libart_lgpl/art_rgb_rgba_affine.h
include/gnome-1.0/libart_lgpl/art_rgb_svp.h
include/gnome-1.0/libart_lgpl/art_svp.h
include/gnome-1.0/libart_lgpl/art_svp_ops.h
include/gnome-1.0/libart_lgpl/art_svp_point.h
include/gnome-1.0/libart_lgpl/art_svp_render_aa.h
include/gnome-1.0/libart_lgpl/art_svp_vpath.h
include/gnome-1.0/libart_lgpl/art_svp_vpath_stroke.h
include/gnome-1.0/libart_lgpl/art_svp_wind.h
include/gnome-1.0/libart_lgpl/art_uta.h
include/gnome-1.0/libart_lgpl/art_uta_ops.h
include/gnome-1.0/libart_lgpl/art_uta_rect.h
include/gnome-1.0/libart_lgpl/art_uta_svp.h
include/gnome-1.0/libart_lgpl/art_uta_vpath.h
include/gnome-1.0/libart_lgpl/art_vpath.h
include/gnome-1.0/libart_lgpl/art_vpath_bpath.h
include/gnome-1.0/libart_lgpl/art_vpath_dash.h
include/gnome-1.0/libart_lgpl/art_vpath_svp.h
include/gnome-1.0/libart_lgpl/libart-features.h
include/gnome-1.0/libart_lgpl/libart.h
include/gnome-1.0/libgnome/
include/gnome-1.0/libgnome/gnome-config.h
include/gnome-1.0/libgnome/gnome-defs.h
include/gnome-1.0/libgnome/gnome-dentry.h
include/gnome-1.0/libgnome/gnome-exec.h
include/gnome-1.0/libgnome/gnome-fileconvert.h
include/gnome-1.0/libgnome/gnome-help.h
include/gnome-1.0/libgnome/gnome-history.h
include/gnome-1.0/libgnome/gnome-i18n.h
include/gnome-1.0/libgnome/gnome-magic.h
include/gnome-1.0/libgnome/gnome-metadata.h
include/gnome-1.0/libgnome/gnome-mime-info.h
include/gnome-1.0/libgnome/gnome-mime.h
include/gnome-1.0/libgnome/gnome-paper.h
include/gnome-1.0/libgnome/gnome-popt.h
include/gnome-1.0/libgnome/gnome-regex.h
include/gnome-1.0/libgnome/gnome-remote.h
include/gnome-1.0/libgnome/gnome-score.h
include/gnome-1.0/libgnome/gnome-sound.h
include/gnome-1.0/libgnome/gnome-triggers.h
include/gnome-1.0/libgnome/gnome-url.h
include/gnome-1.0/libgnome/gnome-util.h
include/gnome-1.0/libgnome/libgnome.h
include/gnome-1.0/libgnomeui/
include/gnome-1.0/libgnomeui/gnome-about.h
include/gnome-1.0/libgnomeui/gnome-animator.h
include/gnome-1.0/libgnomeui/gnome-app-helper.h
include/gnome-1.0/libgnomeui/gnome-app-util.h
include/gnome-1.0/libgnomeui/gnome-app.h
include/gnome-1.0/libgnomeui/gnome-appbar.h
include/gnome-1.0/libgnomeui/gnome-calculator.h
include/gnome-1.0/libgnomeui/gnome-canvas-image.h
include/gnome-1.0/libgnomeui/gnome-canvas-line.h
include/gnome-1.0/libgnomeui/gnome-canvas-load.h
include/gnome-1.0/libgnomeui/gnome-canvas-polygon.h
include/gnome-1.0/libgnomeui/gnome-canvas-rect-ellipse.h
include/gnome-1.0/libgnomeui/gnome-canvas-text.h
include/gnome-1.0/libgnomeui/gnome-canvas-util.h
include/gnome-1.0/libgnomeui/gnome-canvas-widget.h
include/gnome-1.0/libgnomeui/gnome-canvas.h
include/gnome-1.0/libgnomeui/gnome-client.h
include/gnome-1.0/libgnomeui/gnome-color-picker.h
include/gnome-1.0/libgnomeui/gnome-compat.h
include/gnome-1.0/libgnomeui/gnome-dateedit.h
include/gnome-1.0/libgnomeui/gnome-dentry-edit.h
include/gnome-1.0/libgnomeui/gnome-dialog-util.h
include/gnome-1.0/libgnomeui/gnome-dialog.h
include/gnome-1.0/libgnomeui/gnome-dns.h
include/gnome-1.0/libgnomeui/gnome-dock-band.h
include/gnome-1.0/libgnomeui/gnome-dock-item.h
include/gnome-1.0/libgnomeui/gnome-dock-layout.h
include/gnome-1.0/libgnomeui/gnome-dock.h
include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h
include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h
include/gnome-1.0/libgnomeui/gnome-druid-page-start.h
include/gnome-1.0/libgnomeui/gnome-druid-page.h
include/gnome-1.0/libgnomeui/gnome-druid.h
include/gnome-1.0/libgnomeui/gnome-entry.h
include/gnome-1.0/libgnomeui/gnome-file-entry.h
include/gnome-1.0/libgnomeui/gnome-font-picker.h
include/gnome-1.0/libgnomeui/gnome-font-selector.h
include/gnome-1.0/libgnomeui/gnome-geometry.h
include/gnome-1.0/libgnomeui/gnome-guru.h
include/gnome-1.0/libgnomeui/gnome-href.h
include/gnome-1.0/libgnomeui/gnome-ice.h
include/gnome-1.0/libgnomeui/gnome-icon-entry.h
include/gnome-1.0/libgnomeui/gnome-icon-item.h
include/gnome-1.0/libgnomeui/gnome-icon-list.h
include/gnome-1.0/libgnomeui/gnome-icon-sel.h
include/gnome-1.0/libgnomeui/gnome-icon-text.h
include/gnome-1.0/libgnomeui/gnome-init.h
include/gnome-1.0/libgnomeui/gnome-less.h
include/gnome-1.0/libgnomeui/gnome-mdi-child.h
include/gnome-1.0/libgnomeui/gnome-mdi-generic-child.h
include/gnome-1.0/libgnomeui/gnome-mdi-session.h
include/gnome-1.0/libgnomeui/gnome-mdi.h
include/gnome-1.0/libgnomeui/gnome-messagebox.h
include/gnome-1.0/libgnomeui/gnome-number-entry.h
include/gnome-1.0/libgnomeui/gnome-paper-selector.h
include/gnome-1.0/libgnomeui/gnome-pixmap-entry.h
include/gnome-1.0/libgnomeui/gnome-pixmap.h
include/gnome-1.0/libgnomeui/gnome-popup-help.h
include/gnome-1.0/libgnomeui/gnome-popup-menu.h
include/gnome-1.0/libgnomeui/gnome-preferences.h
include/gnome-1.0/libgnomeui/gnome-procbar.h
include/gnome-1.0/libgnomeui/gnome-properties.h
include/gnome-1.0/libgnomeui/gnome-property-entries.h
include/gnome-1.0/libgnomeui/gnome-propertybox.h
include/gnome-1.0/libgnomeui/gnome-scores.h
include/gnome-1.0/libgnomeui/gnome-spell.h
include/gnome-1.0/libgnomeui/gnome-startup.h
include/gnome-1.0/libgnomeui/gnome-stock.h
include/gnome-1.0/libgnomeui/gnome-types.h
include/gnome-1.0/libgnomeui/gnome-uidefs.h
include/gnome-1.0/libgnomeui/gnome-window-icon.h
include/gnome-1.0/libgnomeui/gnome-window.h
include/gnome-1.0/libgnomeui/gnome-winhints.h
include/gnome-1.0/libgnomeui/gnometypebuiltins.h
include/gnome-1.0/libgnomeui/gtk-clock.h
include/gnome-1.0/libgnomeui/gtk-ted.h
include/gnome-1.0/libgnomeui/gtkcauldron.h
include/gnome-1.0/libgnomeui/gtkdial.h
include/gnome-1.0/libgnomeui/gtkpixmapmenuitem.h
include/gnome-1.0/libgnomeui/libgnomeui.h
include/gnome-1.0/libgnorba/
include/gnome-1.0/libgnorba/Table.h
include/gnome-1.0/libgnorba/gnome-factory.h
include/gnome-1.0/libgnorba/gnome-unknown.h
include/gnome-1.0/libgnorba/gnorba.h
include/gnome-1.0/popt-gnome.h
include/gnome-1.0/zvt/
include/gnome-1.0/zvt/lists.h
include/gnome-1.0/zvt/vt.h
include/gnome-1.0/zvt/vtx.h
include/gnome-1.0/zvt/zvtterm.h
lib/gnome-libs/
lib/gnome-libs/include/
lib/gnome-libs/include/gnomesupport.h
lib/gnomeConf.sh
lib/libartConf.sh
lib/libart_lgpl.a
lib/libart_lgpl.la
lib/libgnome.a
lib/libgnome.la
lib/libgnomesupport.a
lib/libgnomesupport.la
lib/libgnomeui.a
lib/libgnomeui.la
lib/libgnorba.a
lib/libgnorba.la
lib/libgnorbagtk.a
lib/libgnorbagtk.la
lib/libgtkxmhtml.a
lib/libgtkxmhtml.la
lib/libzvt.a
lib/libzvt.la
@man man/man1/dns-helper.1
@man man/man1/gconfigger.1
@man man/man1/gnome-bug.1
@man man/man1/gnome-config.1
@man man/man1/gnome-doc.1
@man man/man1/gnome-dump-metadata.1
@man man/man1/gnome-gen-mimedb.1
@man man/man1/gnome-mkstub.1
@man man/man1/gnome-moz-remote.1
@man man/man1/gnome-name-service.1
@man man/man1/gnome-pty-helper.1
@man man/man1/gnome.1
@man man/man1/gnome_segv.1
@man man/man1/goad-browser.1
@man man/man1/libart-config.1
@man man/man1/loadshlib.1
@man man/man1/new-object.1
@man man/man5/gnome-mime.5
sbin/gnome-pty-helper
share/aclocal/
share/aclocal/libart.m4
share/doc/gnome-doc
share/doc/gnome-doc.1
share/doc/gnome-doc.el
share/doc/gnome-libs/
share/doc/gnome-libs/README.gtkcauldron
share/doc/gnome-libs/README.gtkcauldron_for_python
share/doc/gnome-libs/adding-file-manager-new-items.txt
share/doc/gnome-libs/adding-sounds.txt
share/doc/gnome-libs/api-comment-style.txt
share/doc/gnome-libs/gtk_dialog_cauldron.3
share/doc/gnome-libs/mime-type-handling.txt
share/doc/gnome-libs/session-management.txt
share/doc/gnome-libs/suggestions.txt
share/doc/gnome-mkstub.1
share/doc/mkstub
share/examples/gnome-libs/
share/examples/gnome-libs/mime-magic
@sample ${SYSCONFDIR}/mime-magic
share/examples/gnome-libs/mime-magic.dat
@sample ${SYSCONFDIR}/mime-magic.dat
share/examples/gnome-libs/paper.config
@sample ${SYSCONFDIR}/paper.config
share/examples/gnome-libs/sound/
@sample ${SYSCONFDIR}/sound/
share/examples/gnome-libs/sound/events/
@sample ${SYSCONFDIR}/sound/events/
share/examples/gnome-libs/sound/events/gnome.soundlist
@sample ${SYSCONFDIR}/sound/events/gnome.soundlist
share/examples/gnome-libs/sound/events/gtk-events.soundlist
@sample ${SYSCONFDIR}/sound/events/gtk-events.soundlist
share/gnome/
share/gnome/help/
share/gnome/help/gnome-dev-info/
share/gnome/help/gnome-dev-info/C/
share/gnome/help/gnome-dev-info/C/addauth.html
share/gnome/help/gnome-dev-info/C/altpol.html
share/gnome/help/gnome-dev-info/C/arch.html
share/gnome/help/gnome-dev-info/C/book1.html
share/gnome/help/gnome-dev-info/C/codstd.html
share/gnome/help/gnome-dev-info/C/cvs.html
share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html
share/gnome/help/gnome-dev-info/C/event-driven-programming.html
share/gnome/help/gnome-dev-info/C/gnome-actionarea.html
share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html
share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html
share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html
share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html
share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html
share/gnome/help/gnome-dev-info/C/gnome-app-helper.html
share/gnome/help/gnome-dev-info/C/gnome-app-util.html
share/gnome/help/gnome-dev-info/C/gnome-app.html
share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html
share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html
share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html
share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html
share/gnome/help/gnome-dev-info/C/gnome-canvas.html
share/gnome/help/gnome-dev-info/C/gnome-client.html
share/gnome/help/gnome-dev-info/C/gnome-color-selector.html
share/gnome/help/gnome-dev-info/C/gnome-defs.html
share/gnome/help/gnome-dev-info/C/gnome-dentry.html
share/gnome/help/gnome-dev-info/C/gnome-dialog.html
share/gnome/help/gnome-dev-info/C/gnome-dns.html
share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html
share/gnome/help/gnome-dev-info/C/gnome-font-selector.html
share/gnome/help/gnome-dev-info/C/gnome-help.html
share/gnome/help/gnome-dev-info/C/gnome-history.html
share/gnome/help/gnome-dev-info/C/gnome-hook.html
share/gnome/help/gnome-dev-info/C/gnome-i18n.html
share/gnome/help/gnome-dev-info/C/gnome-ice.html
share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html
share/gnome/help/gnome-dev-info/C/gnome-messagebox.html
share/gnome/help/gnome-dev-info/C/gnome-mime.html
share/gnome/help/gnome-dev-info/C/gnome-net.html
share/gnome/help/gnome-dev-info/C/gnome-pixmap.html
share/gnome/help/gnome-dev-info/C/gnome-plugins.html
share/gnome/help/gnome-dev-info/C/gnome-properties.html
share/gnome/help/gnome-dev-info/C/gnome-score.html
share/gnome/help/gnome-dev-info/C/gnome-scores.html
share/gnome/help/gnome-dev-info/C/gnome-session.html
share/gnome/help/gnome-dev-info/C/gnome-startup.html
share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html
share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html
share/gnome/help/gnome-dev-info/C/gnome-stock.html
share/gnome/help/gnome-dev-info/C/gnome-string.html
share/gnome/help/gnome-dev-info/C/gnome-triggers.html
share/gnome/help/gnome-dev-info/C/gnome-util.html
share/gnome/help/gnome-dev-info/C/gnomeappbar.html
share/gnome/help/gnome-dev-info/C/graphics-contexts.html
share/gnome/help/gnome-dev-info/C/gtk-clock.html
share/gnome/help/gnome-dev-info/C/gtk-ted.html
share/gnome/help/gnome-dev-info/C/intro.html
share/gnome/help/gnome-dev-info/C/libgnome.html
share/gnome/help/gnome-dev-info/C/libgnomeui.html
share/gnome/help/gnome-dev-info/C/libgnorba-docs.html
share/gnome/help/gnome-dev-info/C/ln14.html
share/gnome/help/gnome-dev-info/C/nontech.html
share/gnome/help/gnome-dev-info/C/orbitgtk.html
share/gnome/help/gnome-dev-info/C/start.html
share/gnome/help/gnome-dev-info/C/thisdoc.html
share/gnome/help/gnome-dev-info/C/tut-doc.html
share/gnome/help/gnome-dev-info/C/tut-i18n.html
share/gnome/help/gnome-dev-info/C/tut-menus.html
share/gnome/help/gnome-dev-info/C/tut-parsing.html
share/gnome/help/gnome-dev-info/C/tut-sm.html
share/gnome/help/gnome-dev-info/C/tutorial.html
share/gnome/help/gnome-dev-info/C/visuals.html
share/gnome/help/gnome-dev-info/C/what.html
share/gnome/help/gnome-dev-info/C/whatis.html
share/gnome/help/gnome-dev-info/C/x-concepts-docs.html
share/gnome/help/gnome-dev-info/C/x1453.html
share/gnome/help/gnome-dev-info/C/x2161.html
share/gnome/help/gnome-dev-info/C/x2674.html
share/gnome/help/gnome-dev-info/C/x671.html
share/gnome/html/
share/gnome/html/gnome/
share/gnome/html/gnome-decl.txt
share/gnome/html/gnome-sections.txt
share/gnome/html/gnome.html
share/gnome/html/gnome/book1.html
share/gnome/html/gnome/gnome-gnome-config.html
share/gnome/html/gnome/gnome-gnome-defs.html
share/gnome/html/gnome/gnome-gnome-dentry.html
share/gnome/html/gnome/gnome-gnome-exec.html
share/gnome/html/gnome/gnome-gnome-fileconvert.html
share/gnome/html/gnome/gnome-gnome-help.html
share/gnome/html/gnome/gnome-gnome-history.html
share/gnome/html/gnome/gnome-gnome-i18n.html
share/gnome/html/gnome/gnome-gnome-metadata.html
share/gnome/html/gnome/gnome-gnome-mime-info.html
share/gnome/html/gnome/gnome-gnome-mime.html
share/gnome/html/gnome/gnome-gnome-paper.html
share/gnome/html/gnome/gnome-gnome-popt.html
share/gnome/html/gnome/gnome-gnome-regex.html
share/gnome/html/gnome/gnome-gnome-remote.html
share/gnome/html/gnome/gnome-gnome-score.html
share/gnome/html/gnome/gnome-gnome-sound.html
share/gnome/html/gnome/gnome-gnome-triggers.html
share/gnome/html/gnome/gnome-gnome-url.html
share/gnome/html/gnome/gnome-gnome-util.html
share/gnome/html/gnome/gnome-libgnome.html
share/gnome/html/gnome/libgnome.html
share/gnome/html/gnomeui/
share/gnome/html/gnomeui-decl.txt
share/gnome/html/gnomeui-sections.txt
share/gnome/html/gnomeui.hierarchy
share/gnome/html/gnomeui.html
share/gnome/html/gnomeui.types
share/gnome/html/gnomeui/book1.html
share/gnome/html/gnomeui/gnome-objects.html
share/gnome/html/gnomeui/gnomeabout.html
share/gnome/html/gnomeui/gnomeanimator.html
share/gnome/html/gnomeui/gnomeapp.html
share/gnome/html/gnomeui/gnomeappbar.html
share/gnome/html/gnomeui/gnomecalculator.html
share/gnome/html/gnomeui/gnomecanvas.html
share/gnome/html/gnomeui/gnomecanvasellipse.html
share/gnome/html/gnomeui/gnomecanvasgroup.html
share/gnome/html/gnomeui/gnomecanvasimage.html
share/gnome/html/gnomeui/gnomecanvasitem.html
share/gnome/html/gnomeui/gnomecanvasline.html
share/gnome/html/gnomeui/gnomecanvaspolygon.html
share/gnome/html/gnomeui/gnomecanvasre.html
share/gnome/html/gnomeui/gnomecanvasrect.html
share/gnome/html/gnomeui/gnomecanvastext.html
share/gnome/html/gnomeui/gnomecanvaswidget.html
share/gnome/html/gnomeui/gnomeclient.html
share/gnome/html/gnomeui/gnomecolorpicker.html
share/gnome/html/gnomeui/gnomedateedit.html
share/gnome/html/gnomeui/gnomedentryedit.html
share/gnome/html/gnomeui/gnomedialog.html
share/gnome/html/gnomeui/gnomedock.html
share/gnome/html/gnomeui/gnomedockband.html
share/gnome/html/gnomeui/gnomedockitem.html
share/gnome/html/gnomeui/gnomedocklayout.html
share/gnome/html/gnomeui/gnomedruid.html
share/gnome/html/gnomeui/gnomedruidpage.html
share/gnome/html/gnomeui/gnomedruidpagefinish.html
share/gnome/html/gnomeui/gnomedruidpagestandard.html
share/gnome/html/gnomeui/gnomedruidpagestart.html
share/gnome/html/gnomeui/gnomeentry.html
share/gnome/html/gnomeui/gnomefileentry.html
share/gnome/html/gnomeui/gnomefontpicker.html
share/gnome/html/gnomeui/gnomefontselector.html
share/gnome/html/gnomeui/gnomehref.html
share/gnome/html/gnomeui/gnomeiconentry.html
share/gnome/html/gnomeui/gnomeiconlist.html
share/gnome/html/gnomeui/gnomeiconselection.html
share/gnome/html/gnomeui/gnomeicontextitem.html
share/gnome/html/gnomeui/gnomeless.html
share/gnome/html/gnomeui/gnomemdi.html
share/gnome/html/gnomeui/gnomemdichild.html
share/gnome/html/gnomeui/gnomemdigenericchild.html
share/gnome/html/gnomeui/gnomemessagebox.html
share/gnome/html/gnomeui/gnomenumberentry.html
share/gnome/html/gnomeui/gnomepaperselector.html
share/gnome/html/gnomeui/gnomepixmap.html
share/gnome/html/gnomeui/gnomepixmapentry.html
share/gnome/html/gnomeui/gnomeprocbar.html
share/gnome/html/gnomeui/gnomepropertybox.html
share/gnome/html/gnomeui/gnomescores.html
share/gnome/html/gnomeui/gnomespell.html
share/gnome/html/gnomeui/gnomestock.html
share/gnome/html/gnomeui/gnomeui-gnome-app-helper.html
share/gnome/html/gnomeui/gnomeui-gnome-app-util.html
share/gnome/html/gnomeui/gnomeui-gnome-canvas-util.html
share/gnome/html/gnomeui/gnomeui-gnome-dialog-util.html
share/gnome/html/gnomeui/gnomeui-gnome-dns.html
share/gnome/html/gnomeui/gnomeui-gnome-geometry.html
share/gnome/html/gnomeui/gnomeui-gnome-ice.html
share/gnome/html/gnomeui/gnomeui-gnome-icon-text.html
share/gnome/html/gnomeui/gnomeui-gnome-init.html
share/gnome/html/gnomeui/gnomeui-gnome-mdi-session.html
share/gnome/html/gnomeui/gnomeui-gnome-popup-help.html
share/gnome/html/gnomeui/gnomeui-gnome-popup-menu.html
share/gnome/html/gnomeui/gnomeui-gnome-preferences.html
share/gnome/html/gnomeui/gnomeui-gnome-properties.html
share/gnome/html/gnomeui/gnomeui-gnome-property-entries.html
share/gnome/html/gnomeui/gnomeui-gnome-startup.html
share/gnome/html/gnomeui/gnomeui-gnome-types.html
share/gnome/html/gnomeui/gnomeui-gnome-uidefs.html
share/gnome/html/gnomeui/gnomeui-gnome-window-icon.html
share/gnome/html/gnomeui/gnomeui-gnome-winhints.html
share/gnome/html/gnomeui/gnomeui-gtkcauldron.html
share/gnome/html/gnomeui/gtkclock.html
share/gnome/html/gnomeui/gtkdial.html
share/gnome/html/gnomeui/gtkpixmapmenuitem.html
share/gnome/html/gnomeui/gtkted.html
share/gnome/html/gnomeui/libgnomeui.html
share/gnome/html/gnorba/
share/gnome/html/gnorba-decl.txt
share/gnome/html/gnorba-sections.txt
share/gnome/html/gnorba/book1.html
share/gnome/html/gnorba/gnorba-gnorba.html
share/gnome/html/gnorba/gnorba-goad.html
share/gnome/html/gnorba/libgnorba.html
share/gnome/html/zvt/
share/gnome/html/zvt-decl.txt
share/gnome/html/zvt-sections.txt
share/gnome/html/zvt/book1.html
share/gnome/html/zvt/x1035.html
share/gnome/html/zvt/x1065.html
share/gnome/html/zvt/x1086.html
share/gnome/html/zvt/x1106.html
share/gnome/html/zvt/x119.html
share/gnome/html/zvt/x98.html
share/gnome/html/zvt/x987.html
share/gnome/html/zvt/x995.html
share/gnome/html/zvt/zvt-zvtterm.html
share/gnome/html/zvt/zvtterm-future.html
share/gnome/html/zvt/zvtterm-input-output.html
share/gnome/html/zvt/zvtterm-notes.html
share/gnome/html/zvt/zvtterm-properties.html
share/gnome/html/zvt/zvtterm-reference.html
share/gnome/html/zvt/zvtterm-window-hints.html
share/gnome/html/zvt/zvtterm.html
share/gnome/html/zvtterm.html
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/libart/
share/gtk-doc/html/libart/basic-foo.html
share/gtk-doc/html/libart/basic-rendering.html
share/gtk-doc/html/libart/basic.html
share/gtk-doc/html/libart/fdl-section1.html
share/gtk-doc/html/libart/fdl-section10.html
share/gtk-doc/html/libart/fdl-section2.html
share/gtk-doc/html/libart/fdl-section3.html
share/gtk-doc/html/libart/fdl-section4.html
share/gtk-doc/html/libart/fdl-section5.html
share/gtk-doc/html/libart/fdl-section6.html
share/gtk-doc/html/libart/fdl-section7.html
share/gtk-doc/html/libart/fdl-section8.html
share/gtk-doc/html/libart/fdl-section9.html
share/gtk-doc/html/libart/fdl-using.html
share/gtk-doc/html/libart/fdl.html
share/gtk-doc/html/libart/index.sgml
share/gtk-doc/html/libart/internals-intersector.html
share/gtk-doc/html/libart/internals.html
share/gtk-doc/html/libart/intro-file-names.html
share/gtk-doc/html/libart/intro.html
share/gtk-doc/html/libart/libart-affine-transformation-matrices.html
share/gtk-doc/html/libart/libart-art-alpha-gamma-stuff.html
share/gtk-doc/html/libart/libart-core-construction-apis.html
share/gtk-doc/html/libart/libart-extended-construction-apis.html
share/gtk-doc/html/libart/libart-memory-management.html
share/gtk-doc/html/libart/libart-svp-rendering.html
share/gtk-doc/html/libart/libart-svps.html
share/gtk-doc/html/libart/libart-transformation-operations.html
share/gtk-doc/html/libart/libart.html
share/gtk-doc/html/libart/problems-memory.html
share/gtk-doc/html/libart/problems.html
share/gtk-doc/html/libart/sample-display.html
share/gtk-doc/html/libart/sample.html
share/gtk-doc/html/libart/x35.html
share/gtkrc
share/gtkrc.el
share/gtkrc.eo
share/gtkrc.he
share/gtkrc.hy
share/gtkrc.iso88592
share/gtkrc.iso88595
share/gtkrc.ja
share/gtkrc.ka_GE.georgianacademy
share/gtkrc.ka_GE.georgianps
share/gtkrc.ko
share/gtkrc.ru
share/gtkrc.th
share/gtkrc.tr
share/gtkrc.uk
share/gtkrc.vi_VN.tcvn
share/gtkrc.vi_VN.viscii
share/gtkrc.zh_CN
share/gtkrc.zh_TW.Big5
share/idl/
share/idl/GnomeObject.idl
share/idl/Table.idl
share/idl/desktop-editor.idl
share/idl/desktop-textviewer.idl
share/idl/gnome-factory.idl
share/idl/gnome-unknown.idl
share/idl/name-service.idl
share/locale/
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/gnome-libs.mo
share/locale/ca/
share/locale/ca/LC_MESSAGES/
share/locale/ca/LC_MESSAGES/gnome-libs.mo
share/locale/cs/
share/locale/cs/LC_MESSAGES/
share/locale/cs/LC_MESSAGES/gnome-libs.mo
share/locale/da/
share/locale/da/LC_MESSAGES/
share/locale/da/LC_MESSAGES/gnome-libs.mo
share/locale/de/
share/locale/de/LC_MESSAGES/
share/locale/de/LC_MESSAGES/gnome-libs.mo
share/locale/el/
share/locale/el/LC_MESSAGES/
share/locale/el/LC_MESSAGES/gnome-libs.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/gnome-libs.mo
share/locale/es/
share/locale/es/LC_MESSAGES/
share/locale/es/LC_MESSAGES/gnome-libs.mo
share/locale/et/
share/locale/et/LC_MESSAGES/
share/locale/et/LC_MESSAGES/gnome-libs.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/gnome-libs.mo
share/locale/fi/
share/locale/fi/LC_MESSAGES/
share/locale/fi/LC_MESSAGES/gnome-libs.mo
share/locale/fr/
share/locale/fr/LC_MESSAGES/
share/locale/fr/LC_MESSAGES/gnome-libs.mo
share/locale/ga/
share/locale/ga/LC_MESSAGES/
share/locale/ga/LC_MESSAGES/gnome-libs.mo
share/locale/gl/
share/locale/gl/LC_MESSAGES/
share/locale/gl/LC_MESSAGES/gnome-libs.mo
share/locale/hr/
share/locale/hr/LC_MESSAGES/
share/locale/hr/LC_MESSAGES/gnome-libs.mo
share/locale/hu/
share/locale/hu/LC_MESSAGES/
share/locale/hu/LC_MESSAGES/gnome-libs.mo
share/locale/it/
share/locale/it/LC_MESSAGES/
share/locale/it/LC_MESSAGES/gnome-libs.mo
share/locale/ja/
share/locale/ja/LC_MESSAGES/
share/locale/ja/LC_MESSAGES/gnome-libs.mo
share/locale/ko/
share/locale/ko/LC_MESSAGES/
share/locale/ko/LC_MESSAGES/gnome-libs.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/gnome-libs.mo
share/locale/lv/
share/locale/lv/LC_MESSAGES/
share/locale/lv/LC_MESSAGES/gnome-libs.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/gnome-libs.mo
share/locale/nl/
share/locale/nl/LC_MESSAGES/
share/locale/nl/LC_MESSAGES/gnome-libs.mo
share/locale/nn/
share/locale/nn/LC_MESSAGES/
share/locale/nn/LC_MESSAGES/gnome-libs.mo
share/locale/no/
share/locale/no/LC_MESSAGES/
share/locale/no/LC_MESSAGES/gnome-libs.mo
share/locale/pl/
share/locale/pl/LC_MESSAGES/
share/locale/pl/LC_MESSAGES/gnome-libs.mo
share/locale/pt/
share/locale/pt/LC_MESSAGES/
share/locale/pt/LC_MESSAGES/gnome-libs.mo
share/locale/pt_BR/
share/locale/pt_BR/LC_MESSAGES/
share/locale/pt_BR/LC_MESSAGES/gnome-libs.mo
share/locale/ro/
share/locale/ro/LC_MESSAGES/
share/locale/ro/LC_MESSAGES/gnome-libs.mo
share/locale/ru/
share/locale/ru/LC_MESSAGES/
share/locale/ru/LC_MESSAGES/gnome-libs.mo
share/locale/sk/
share/locale/sk/LC_MESSAGES/
share/locale/sk/LC_MESSAGES/gnome-libs.mo
share/locale/sl/
share/locale/sl/LC_MESSAGES/
share/locale/sl/LC_MESSAGES/gnome-libs.mo
share/locale/sp/
share/locale/sp/LC_MESSAGES/
share/locale/sp/LC_MESSAGES/gnome-libs.mo
share/locale/sr/
share/locale/sr/LC_MESSAGES/
share/locale/sr/LC_MESSAGES/gnome-libs.mo
share/locale/sv/
share/locale/sv/LC_MESSAGES/
share/locale/sv/LC_MESSAGES/gnome-libs.mo
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/gnome-libs.mo
share/locale/tr/
share/locale/tr/LC_MESSAGES/
share/locale/tr/LC_MESSAGES/gnome-libs.mo
share/locale/uk/
share/locale/uk/LC_MESSAGES/
share/locale/uk/LC_MESSAGES/gnome-libs.mo
share/locale/vi/
share/locale/vi/LC_MESSAGES/
share/locale/vi/LC_MESSAGES/gnome-libs.mo
share/locale/wa/
share/locale/wa/LC_MESSAGES/
share/locale/wa/LC_MESSAGES/gnome-libs.mo
share/locale/zh_CN/
share/locale/zh_CN/LC_MESSAGES/
share/locale/zh_CN/LC_MESSAGES/gnome-libs.mo
share/locale/zh_TW/
share/locale/zh_TW/LC_MESSAGES/
share/locale/zh_TW/LC_MESSAGES/gnome-libs.mo
share/mime-info/
share/mime-info/gnome.mime
share/pixmaps/
share/pixmaps/calculator-font.png
share/pixmaps/gnome-default-dlg1.png
share/pixmaps/gnome-error1.png
share/pixmaps/gnome-info1.png
share/pixmaps/gnome-question1.png
share/pixmaps/gnome-warning1.png
share/pixmaps/no.xpm
share/pixmaps/yes.xpm
share/type-convert/
share/type-convert/gnome-make-postscript-mimes
share/type-convert/postscript.convert
share/type-convert/type.convert
%%SHARED%%
@comment var/
@comment var/games/

View File

@ -1,35 +0,0 @@
# $OpenBSD: Makefile,v 1.22 2008/02/04 17:55:19 jasper Exp $
COMMENT= Object Activation Framework for GNOME
GNOME_PROJECT= oaf
GNOME_VERSION= 0.6.10
PKGNAME= ${DISTNAME}p2
SHARED_LIBS= oaf 1.0
CATEGORIES= devel
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= ORBit.>=5,IIOP,ORBitCosNaming,ORBitutil::devel/ORBit \
xml.>=9::textproc/libxml1 \
popt::devel/popt
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c glib gmodule m wrap z
USE_X11= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-orbittest # XXX problems with warnings
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${WRKSRC}/liboaf/.libs -L${LOCALBASE}/lib"
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/oaf; \
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/oaf/
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (gnome/oaf-0.6.10.tar.bz2) = 7ZqizrcLujQDSzE0si0nKQ==
RMD160 (gnome/oaf-0.6.10.tar.bz2) = W4lO6Cu1S8RHhdQzWmV3QXThOeM=
SHA1 (gnome/oaf-0.6.10.tar.bz2) = 2Or/azvJU/xBWPVbA7qSyxl1GMU=
SHA256 (gnome/oaf-0.6.10.tar.bz2) = CoE7rfugR4HVEznsPt3F53AgQvtdar/9dGp5FyeTGX4=
SIZE (gnome/oaf-0.6.10.tar.bz2) = 435621

View File

@ -1,146 +0,0 @@
$OpenBSD: patch-configure,v 1.3 2004/10/10 18:20:17 naddy Exp $
--- configure.orig Tue Apr 16 12:27:55 2002
+++ configure Sat Oct 9 23:06:26 2004
@@ -15,6 +15,7 @@ if test "X${PATH_SEPARATOR+set}" != Xset
*-DOS) lt_cv_sys_path_separator=';' ;;
*) lt_cv_sys_path_separator=':' ;;
esac
+ PATH_SEPARATOR=$lt_cv_sys_path_separator
fi
# Check that we are running under the correct shell.
@@ -2551,6 +2552,16 @@ newos6*)
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
+ ;;
+
osf3* | osf4* | osf5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
@@ -3498,7 +3509,14 @@ old_postuninstall_cmds=
if test -n "$RANLIB"; then
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ case "$host_os" in
+ openbsd*)
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
+ ;;
+ *)
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ ;;
+ esac
fi
# Allow CC to be a program name with arguments.
@@ -4057,7 +4075,9 @@ cygwin* | mingw* | pw32* )
with_gnu_ld=no
fi
;;
-
+openbsd*)
+ with_gnu_ld=no
+ ;;
esac
ld_shlibs=yes
@@ -4461,10 +4481,24 @@ else
;;
openbsd*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='-R$libdir'
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 $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
+ export_dynamic_flag_spec='${wl}-E'
+ else
+ case "$host_os" in
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ ;;
+ *)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
+ ;;
+ esac
+ fi
;;
os2*)
@@ -4945,9 +4979,22 @@ newsos6)
openbsd*)
version_type=sunos
- if test "$with_gnu_ld" = yes; then
- need_lib_prefix=no
- need_version=no
+ need_lib_prefix=no
+ need_version=no
+ sys_lib_search_path_spec="/usr/lib"
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
+ if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+ deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+ case "$host_os" in
+ openbsd2.[89] | openbsd2.[89].*)
+ shlibpath_overrides_runpath=no
+ ;;
+ *)
+ shlibpath_overrides_runpath=yes
+ ;;
+ esac
+ else
+ shlibpath_overrides_runpath=yes
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
@@ -8868,7 +8915,7 @@ if test "${ac_cv_lib_intl_bindtextdomain
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lintl $LIBS"
+LIBS="-lintl -liconv $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 8873 "configure"
#include "confdefs.h"
@@ -8923,7 +8970,7 @@ if test "${ac_cv_lib_intl_gettext+set}"
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lintl $LIBS"
+LIBS="-lintl -liconv $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line 8928 "configure"
#include "confdefs.h"
@@ -8979,6 +9026,10 @@ fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ LIBS="$LIBS -lintl -liconv";
+ fi
+
if test "$gt_cv_func_gettext_libc" = "yes" \
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
cat >>confdefs.h <<\EOF
@@ -9206,7 +9257,7 @@ rm -f conftest.$ac_objext conftest$ac_ex
# Added by Martin Baulig 12/15/98 for libc5 systems
if test "$gt_cv_func_gettext_libc" != "yes" \
&& test "$gt_cv_func_gettext_libintl" = "yes"; then
- INTLLIBS=-lintl
+ INTLLIBS="-lintl -liconv"
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
fi

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-liboaf_Makefile_in,v 1.2 2002/02/15 19:20:07 nino Exp $
--- liboaf/Makefile.in.orig Fri Jan 18 09:11:44 2002
+++ liboaf/Makefile.in Tue Feb 5 22:50:07 2002
@@ -129,7 +129,7 @@ lib_LTLIBRARIES = liboaf.la
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/liboaf -I$(top_builddir)/liboaf -DOAF_LOCALEDIR=\""$(datadir)/locale"\" @ORBIT_CFLAGS@ @GLIB_CFLAGS@ -DVERSION=\"$(VERSION)\" $(NULL)
-LDFLAGS = @ORBIT_LIBS@ @GLIB_LIBS@ $(NULL)
+LDFLAGS = @ORBIT_LIBS@ @INTLLIBS@ @GLIB_LIBS@ $(NULL)
liboafincludedir = $(includedir)/liboaf
@@ -154,7 +154,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
-liboaf_la_LDFLAGS =
+liboaf_la_LDFLAGS = -version-info 1:0
liboaf_la_LIBADD =
liboaf_la_OBJECTS = oaf-stubs.lo oaf-skels.lo oaf-common.lo \
oaf-mainloop.lo oaf-actid.lo oaf-factory-stubs.lo oaf-factory-skels.lo \

View File

@ -1,10 +0,0 @@
OAF is the new Object Activation Framework for GNOME. OAF has a
similar purpose to gnorba, the GNOME 1.x CORBA activation library, and
will replace it for GNOME 2.0.
It allows you to do much more powerful activation queries than gnorba.
Each server is described by an XML file that defines its
attributes. When querying or activating, one may specify complex
requirements using the OAF query language.
For more information about the GNOME project, visit:

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2006/01/08 22:49:25 alek Exp $
@lib lib/liboaf.so.${LIBoaf_VERSION}

View File

@ -1,77 +0,0 @@
@comment $OpenBSD: PLIST,v 1.10 2006/01/08 22:49:25 alek Exp $
bin/oaf-client
bin/oaf-config
bin/oaf-empty-server
bin/oaf-run-query
bin/oaf-slay
bin/oaf-sysconf
bin/oafd
include/liboaf/
include/liboaf/liboaf-version.h
include/liboaf/liboaf.h
include/liboaf/oaf-actid.h
include/liboaf/oaf-activate.h
include/liboaf/oaf-async.h
include/liboaf/oaf-factory-suppress.h
include/liboaf/oaf-factory.h
include/liboaf/oaf-mainloop.h
include/liboaf/oaf-plugin.h
include/liboaf/oaf-registration.h
include/liboaf/oaf-servreg.h
include/liboaf/oaf-util.h
include/liboaf/oaf.h
lib/liboaf.a
lib/liboaf.la
lib/oafConf.sh
@man man/man1/oafd.1
share/aclocal/oaf.m4
share/examples/oaf/
share/examples/oaf/oaf/
@sample ${SYSCONFDIR}/oaf/
share/examples/oaf/oaf/oaf-config.xml
@sample ${SYSCONFDIR}/oaf/oaf-config.xml
@comment share/examples/oaf/oaf/oaf-config.xml.sample
share/idl/
share/idl/oaf-factory.idl
share/idl/oaf.idl
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/oaf.mo
share/locale/bg/LC_MESSAGES/oaf.mo
share/locale/da/LC_MESSAGES/oaf.mo
share/locale/de/LC_MESSAGES/oaf.mo
share/locale/el/LC_MESSAGES/oaf.mo
share/locale/es/LC_MESSAGES/oaf.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/oaf.mo
share/locale/fi/LC_MESSAGES/oaf.mo
share/locale/fr/LC_MESSAGES/oaf.mo
share/locale/ga/LC_MESSAGES/oaf.mo
share/locale/gl/LC_MESSAGES/oaf.mo
share/locale/hu/LC_MESSAGES/oaf.mo
share/locale/it/LC_MESSAGES/oaf.mo
share/locale/ja/LC_MESSAGES/oaf.mo
share/locale/ko/LC_MESSAGES/oaf.mo
share/locale/nl/LC_MESSAGES/oaf.mo
share/locale/nn/LC_MESSAGES/oaf.mo
share/locale/no/LC_MESSAGES/oaf.mo
share/locale/pl/LC_MESSAGES/oaf.mo
share/locale/pt/LC_MESSAGES/oaf.mo
share/locale/pt_BR/LC_MESSAGES/oaf.mo
share/locale/ro/LC_MESSAGES/oaf.mo
share/locale/ru/LC_MESSAGES/oaf.mo
share/locale/sk/LC_MESSAGES/oaf.mo
share/locale/sl/LC_MESSAGES/oaf.mo
share/locale/sv/LC_MESSAGES/oaf.mo
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/oaf.mo
share/locale/tr/LC_MESSAGES/oaf.mo
share/locale/uk/LC_MESSAGES/oaf.mo
share/locale/zh_CN/LC_MESSAGES/oaf.mo
share/locale/zh_TW/LC_MESSAGES/oaf.mo
share/oaf/
share/oaf/OAF_naming-service.oaf
share/oaf/empty.oafinfo
%%SHARED%%