head	1.5;
access;
symbols
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.4
	RELEASE_3_0_0:1.4
	RELEASE_2_2_7:1.4
	RELEASE_2_2_6:1.4
	RELEASE_2_2_5:1.4
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.3
	chimera:1.1.1.1;
locks; strict;
comment	@# @;


1.5
date	2003.12.07.23.23.03;	author pav;	state dead;
branches;
next	1.4;

1.4
date	97.06.11.19.45.31;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	95.04.04.15.46.29;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	94.12.27.10.44.01;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	94.10.20.01.55.53;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.20.01.55.54;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Fix build on 5.x and unbreak

PR:		ports/59848
Submitted by:	Ports Fury
@
text
@--- ./Common.tmpl.dist.org	Sat Apr  1 19:20:24 1995
+++ ./Common.tmpl.dist	Tue Apr  4 07:51:01 1995
@@@@ -80,7 +80,7 @@@@
 #define NEED_STRCASECMP 0
 
 CEXTRA_DEFINES = -DHAVE_MKTIME -DHAVE_STDLIB_H -DHAVE_STRING_H \
-                 -DHAVE_UNISTD_H -DHAVE_MALLOC_H
+                 -DHAVE_UNISTD_H
 
 /*
  * OSF1 needs -D_BSD
--- ./compat/Imakefile.org	Mon Mar 13 19:48:00 1995
+++ ./compat/Imakefile	Wed Jun 11 12:42:13 1997
@@@@ -31,7 +31,7 @@@@
 
 DependTarget()
 #else
-all:
+all::
 
 depend::
 #endif
@


1.4
log
@MFJ: Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.
@
text
@@


1.3
log
@Upgrade, 1.63 -> 1.65.
@
text
@d12 11
@


1.2
log
@Version up to 1.63.  This one actually works!
@
text
@d1 4
a4 5
--- ./Common.tmpl.dist.org	Fri Dec 16 20:10:16 1994
+++ ./Common.tmpl.dist	Mon Dec 19 02:52:52 1994
@@@@ -103,7 +103,7 @@@@
 NEEDFUNCS = -DNEED_STRSTR -DNEED_GETCWD
 */
d6 3
a8 2
-EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_MALLOC_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
+EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS)
d11 1
a11 1
  * Extra libraries
@


1.1
log
@Initial revision
@
text
@d1 11
a11 14
*** libhtmlw/HTML-PSformat.c~	Wed Sep 14 19:53:22 1994
--- libhtmlw/HTML-PSformat.c	Tue Oct 18 14:41:47 1994
***************
*** 47,53 ****
--- 47,55 ----
  #include <stdio.h>
  #include <ctype.h>
  #include <math.h>
+ #ifndef __FreeBSD__
  #include <malloc.h>
+ #endif
  #include "HTMLP.h"
  
  /* Fix thanks to robm. */
@


1.1.1.1
log
@Chimera client from Jean-Marc Zucconi
Submitted by:	jmz
@
text
@@
