head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.26 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.24 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.22 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.20 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.18 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.16 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.14 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.12 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.10 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.8 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.6 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.4 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.2 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.7.0.16 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.14 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.12 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.10 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.8 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.6 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.4 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.2 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2:1.5.0.2 buildlink2-base:1.6 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.8 date 2007.05.20.15.48.18; author wiz; state dead; branches; next 1.7; 1.7 date 2005.04.27.15.01.29; author wiz; state Exp; branches; next 1.6; 1.6 date 2002.05.18.10.54.17; author mjl; state dead; branches; next 1.5; 1.5 date 2002.01.16.03.11.56; author rh; state Exp; branches 1.5.2.1; next 1.4; 1.4 date 2001.10.01.11.01.03; author rh; state dead; branches; next 1.3; 1.3 date 2000.08.31.05.39.56; author rh; state Exp; branches; next 1.2; 1.2 date 2000.08.29.16.26.20; author rh; state dead; branches; next 1.1; 1.1 date 2000.07.16.19.44.18; author rh; state Exp; branches 1.1.1.1; next ; 1.5.2.1 date 2002.06.23.18.44.41; author jlam; state dead; branches; next ; 1.1.1.1 date 2000.07.16.19.44.18; author rh; state Exp; branches; next ; desc @@ 1.8 log @Remove remaining gnome1-libs dependencies from pkgsrc. @ text @$NetBSD: patch-aa,v 1.7 2005/04/27 15:01:29 wiz Exp $ --- oaf.m4.orig 1999-12-03 16:09:35.000000000 +0100 +++ oaf.m4 @@@@ -1,7 +1,7 @@@@ dnl AM_PATH_OAF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for OAF, and define OAF_CFLAGS and OAF_LIBS dnl -AC_DEFUN(AM_PATH_OAF, +AC_DEFUN([AM_PATH_OAF], [dnl dnl Get the cflags and libraries from the oaf-config script dnl @ 1.7 log @Fix AC_DEFUN argument quoting for automake 1.8 and newer. No PKGREVISION bump because most people won't care. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update oaf to 0.6.10 * evil activation races * alloca issue * handle IO_PRI * more regression tests * don't multiply parse oafinfo files * racing activations far more efficient * remove multiple directory capability * Fix oaf-slay username detection * Fix for multiple activation race condition * New translations @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2002/01/16 03:11:56 rh Exp $ d3 11 a13 11 --- oafd/qsort_ex.c.orig Tue Sep 4 14:07:43 2001 +++ oafd/qsort_ex.c @@@@ -26,7 +26,7 @@@@ #include #include "qsort_ex.h" -#if HAVE_ALLOCA +#ifdef HAVE_ALLOCA_H #include #endif @ 1.5 log @Add patch missing in previous commit @ text @d1 1 a1 1 $NetBSD$ @ 1.5.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2002/01/16 03:11:56 rh Exp $ @ 1.4 log @Update oaf to 0.6.6, and while at it, buildlinkify. Changes include: * fixes to avoid multiple oafd's running * error reporting fixes * build fixes * robustness improvements @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2000/08/31 05:39:56 rh Exp $ d3 5 a7 3 --- oafd/Makefile.in.orig Tue Aug 29 17:05:15 2000 +++ oafd/Makefile.in @@@@ -248,7 +248,7 @@@@ d9 4 a12 4 oafd: $(oafd_OBJECTS) $(oafd_DEPENDENCIES) @@rm -f oafd - $(LINK) $(oafd_LDFLAGS) $(oafd_OBJECTS) $(oafd_LDADD) $(LIBS) + $(LINK) $(oafd_LDFLAGS) $(oafd_OBJECTS) $(oafd_LDADD) $(LIBS) ${INTLLIBS} a13 2 oaf-client: $(oaf_client_OBJECTS) $(oaf_client_DEPENDENCIES) @@rm -f oaf-client @ 1.3 log @Add missing patches. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update oaf to 0.5.1. Changes include: * Compile fixes for gcc 2.96, docs (Anders Carlsson) * Added factory skeletons to liboaf * Renamed gnome-factory.idl to oaf-factory.idl, and renamed GNOME::GenericFactory to GNOME::ObjectFactory (Mathieu Lacage, Maciej Stachowiak) * Preliminary API docs (Mathieu Lacage) * -Werror turned off for releases, by popular demand * Renamed "Attribute" to "Property" throughout, since "attribute" is an IDL reserved word. (ERDI Gergo, Maciej Stachowiak) * Fix compilation with builddir != srcdir (Mathieu Lacage) * Improved handling of duplicate oafinfo files. (Mathieu Lacage) * Turkish, German, Russian, Danish, Norwegian translations (translation team) * Added internationalization support (Mathieu Lacage) * Renamed `supports' method to `manufactures' in GNOME::GenericFactory interface. (ERDI Gergo) * Added support for /etc/oaf-config.xml to tell OAF where to look for oafinfo files. * Added timeout for servers that don't register themselves (Michael Meeks) * Added support for GNOME_PATH environment variable (Mathieu Lacage) * Numerous build fixes (Robin * Slomkowski) * oaf-slay program (Michael Meeks) * Improved test program (Michael Meeks) * IID validation (Michael Meeks) @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2000/07/16 19:44:18 rh Exp $ d3 3 a5 4 --- idl/Makefile.in.orig Tue Jul 4 00:10:32 2000 +++ idl/Makefile.in Sun Jul 16 20:35:37 2000 @@@@ -90,7 +90,7 @@@@ YACC = @@YACC@@ d7 4 a10 14 idldir = $(datadir)/idl -idl_DATA = oaf.idl gnome-factory.idl +idl_DATA = oaf.idl gnome-factory-oaf.idl EXTRA_DIST = $(idl_DATA) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h @@@@ -177,6 +177,8 @@@@ installdirs: $(mkinstalldirs) $(DESTDIR)$(idldir) +gnome-factory-oaf.idl: gnome-factory.idl + cp gnome-factory.idl gnome-factory-oaf.idl mostlyclean-generic: d12 2 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of oaf-0.4.0, the new GNOME object activation framework. @ text @@