head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.26
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.24
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.22
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.20
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2009Q4:1.2.0.18
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2008Q4:1.2.0.16
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.14
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.12
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.10
	pkgsrc-2008Q2-base:1.2
	pkgsrc-2008Q1:1.2.0.8
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.2.0.6
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.2.0.4
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.2.0.2
	pkgsrc-2007Q2-base:1.2
	pkgsrc-2007Q1:1.1.0.24
	pkgsrc-2007Q1-base:1.1
	pkgsrc-2006Q4:1.1.0.22
	pkgsrc-2006Q4-base:1.1
	pkgsrc-2006Q3:1.1.0.20
	pkgsrc-2006Q3-base:1.1
	pkgsrc-2006Q2:1.1.0.18
	pkgsrc-2006Q2-base:1.1
	pkgsrc-2006Q1:1.1.0.16
	pkgsrc-2006Q1-base:1.1
	pkgsrc-2005Q4:1.1.0.14
	pkgsrc-2005Q4-base:1.1
	pkgsrc-2005Q3:1.1.0.12
	pkgsrc-2005Q3-base:1.1
	pkgsrc-2005Q2:1.1.0.10
	pkgsrc-2005Q2-base:1.1
	pkgsrc-2005Q1:1.1.0.8
	pkgsrc-2005Q1-base:1.1
	pkgsrc-2004Q4:1.1.0.6
	pkgsrc-2004Q4-base:1.1
	pkgsrc-2004Q3:1.1.0.4
	pkgsrc-2004Q3-base:1.1
	pkgsrc-2004Q2:1.1.0.2
	pkgsrc-2004Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.05.13.14.39.47;	author wiz;	state dead;
branches;
next	1.1;

1.1
date	2004.04.17.00.26.48;	author rh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*).

There was no feedback for keeping these packages after my
HEADS UP mail to pkgsrc-users a week ago.

(*) More to come before that can happen, though.
@
text
@$NetBSD: patch-aa,v 1.1 2004/04/17 00:26:48 rh Exp $

--- GToolKit/GToolKit.m.orig	2002-02-22 01:43:52.000000000 +1000
+++ GToolKit/GToolKit.m
@@@@ -2550,6 +2550,17 @@@@
 #include <GToolKit/GTKWidget.h>
 #include <GToolKit/GTKAccelGroup.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <stdio.h>
+#include <string.h>
+#include <Foundation/NSAutoreleasePool.h>
+#if defined (DEBUG) && defined (HAVE_OBJC_OBJC_API_H)
+#include <objc/objc-api.h>
+#endif
+
 @@implementation GTKItemFactory
 + (GtkType) getType
 {
@@@@ -2651,17 +2662,6 @@@@
 {
     gtk_item_factory_set_translate_func(gtk, func , data , notify);
 }
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <stdio.h>
-#include <string.h>
-#include <Foundation/NSAutoreleasePool.h>
-#if defined (DEBUG) && defined (HAVE_OBJC_OBJC_API_H)
-#include <objc/objc-api.h>
-#endif
-
 
 static void item_forward_signal (gpointer data, guint action, GtkWidget *widget)
 {
@@@@ -6376,6 +6376,10 @@@@ static void destroy_notify (GTKObject *s
 #include <GToolKit/GTKWidget.h>
 #include <GToolKit/GTKAccelGroup.h>
 
+#include <gtk/gtksignal.h>
+#include <Foundation/NSAutoreleasePool.h>
+#include <Foundation/NSNotification.h>
+
 @@implementation GTKWindow
 + (GtkType) getType
 {
@@@@ -6437,10 +6441,6 @@@@ static void destroy_notify (GTKObject *s
 {
     gtk_window_set_modal(gtk, modal);
 }
-#include <gtk/gtksignal.h>
-#include <Foundation/NSAutoreleasePool.h>
-#include <Foundation/NSNotification.h>
-
 
 NSString *GTKWindowDidBecomeMainNotification = @@"GTKWindowDidBecomeMain";
 NSString *GTKWindowDidResignMainNotification = @@"GTKWindowDidResignMain";
@


1.1
log
@Make this compile with gcc-3.
Adjust PLIST to reflect (not so) new gnustep hierarchy.
While at it, convert to buildlink3.
Bump PKGREVISION.
@
text
@d1 1
a1 1
$NetBSD$
@

