head	1.2;
access;
symbols
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.01.29.15.33.06;	author knu;	state dead;
branches;
next	1.1;

1.1
date	2000.05.14.17.42.28;	author imura;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update www/linux-lesstif-ns to the latest "stable" version(0.92.6).
- Use bzip2 archive instead of gzip archive.
- Do linux(8) before configure, because if linux mode is not active,
  this port won't be configurable/buildable and will show weird error
  messages (kind of these messages will confuse some people).

PR:		ports/24684
Submitted by:	imura@@af.airnet.ne.jp
@
text
@--- lib/Xm/ResConvert.c.orig	Fri Mar  3 06:01:08 2000
+++ lib/Xm/ResConvert.c	Mon May 15 02:34:47 2000
@@@@ -1037,9 +1037,7 @@@@
 
 	strcat(buf, "\n");
 
-#ifdef	LESSTIF_PRODUCTION
-	XtAppWarning(XtWidgetToApplicationContext(w), buf);
-#else
+#ifndef	LESSTIF_PRODUCTION
 	if (getenv("DEBUG_REDIRECT_XMWARNING"))
 	{
 	    XdbPrintString(buf);
@@@@ -1056,9 +1054,7 @@@@
 	vsprintf(buf + strlen(buf), fmt, arg_list);
 	va_end(arg_list);
 
-#ifdef	LESSTIF_PRODUCTION
-	XtWarning(buf);
-#else
+#ifndef	LESSTIF_PRODUCTION
 	if (getenv("DEBUG_REDIRECT_XMWARNING"))
 	{
 	    XdbPrintString(buf);
@


1.1
log
@Make lesstif quiet.
@
text
@@

