head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.40 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.38 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.36 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.34 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.32 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.30 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.28 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.26 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.24 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.22 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.20 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.18 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.16 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.14 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.12 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.10 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.8 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.6 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.4 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.2 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.4.0.6 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.4 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.2 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2; locks; strict; comment @# @; 1.5 date 2005.07.23.21.34.55; author wiz; state dead; branches; next 1.4; 1.4 date 2004.12.17.20.49.40; author minskim; state Exp; branches; next 1.3; 1.3 date 2003.11.26.10.40.01; author abs; state dead; branches; next 1.2; 1.2 date 2003.10.18.11.59.30; author cjep; state Exp; branches; next 1.1; 1.1 date 2003.10.06.12.33.03; author rtr; state Exp; branches; next ; desc @@ 1.5 log @Remove some obsolete packages using gnome[1]-libs. List posted to tech-pkg by jmmv on June 15, no negative comments. @ text @$NetBSD: patch-ab,v 1.4 2004/12/17 20:49:40 minskim Exp $ --- src/safe_gnome.h.orig 2004-12-17 14:24:16.000000000 -0600 +++ src/safe_gnome.h @@@@ -0,0 +1,18 @@@@ +#ifndef CXUNZIP_SAFE_GNOME_H +#define CXUNZIP_SAFE_GNOME_H + +#undef gettext +#undef dgettext +#undef dcgettext +#undef textdomain +#undef bindtextdomain + +#include + +#undef gettext +#undef dgettext +#undef dcgettext +#undef textdomain +#undef bindtextdomain + +#endif @ 1.4 log @gnome.h declares gettext functions when ENABLE_NLS is not defined. This conflicts with declarations in libintl.h on glibc systems when compiled with g++>=3.2. Add a workaround borrowed from Debian to build this package on Linux. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update cxunzip to 0.98 - closed PR pkg/23404 from Tero Koskinen Changes since version 0.96: * Tyler R. Retzlaff's gcc 3.x patches included. * Modified version of Jeremy C. Reed's "view file with spaces in the filename" patch included. * Fix for "segmentation fault at exit" bug. * Memory usage of uncompression routines is now constant and doesn't depend on the size of the file. * tempname and mktemp functions replaced with mkdtemp. @ text @d1 23 a23 12 $NetBSD: patch-ab,v 1.2 2003/10/18 11:59:30 cjep Exp $ --- src/app.cc.orig 2003-10-06 21:17:24.000000000 +1000 +++ src/app.cc 2003-10-06 21:17:32.000000000 +1000 @@@@ -215,7 +215,7 @@@@ dialog=gnome_request_dialog(FALSE,_("View file with program"), program,1024, - view_dialog_clicked_callback,app, + (void (*)(gchar*, gpointer))view_dialog_clicked_callback,app, NULL); g_free(program); gtk_widget_show(dialog); @ 1.2 log @Add RCS tags @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @patch-ab: pass fp expects signature with gpointer not App *. patch-ac: remove bad casts and make static Should resolve pr pkg/23073. Patches approved by Johnny C. Lam. @ text @d1 1 @