head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.05.02.23.16.02;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.28.13.16.10;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.89
- refine BROKEN to make portlint happier
- patch to use on Scalar::Util instead of WeakRef
- mark IGNORE under old perl which don't support weak reference

PR:		96656
Submitted by:	leeym
Approved by:	maintainer
@
text
@--- acelib/memsubs.c.orig	Mon Jan 11 02:01:29 1999
+++ acelib/memsubs.c	Thu Jul 27 17:18:45 2000
@@@@ -21,7 +21,7 @@@@
 #if defined(NEXT) || defined(HP) || defined(MACINTOSH) 
 extern void* malloc(mysize_t size) ;
 #elif !defined(WIN32) && !defined(DARWIN)
-#include <malloc.h>   /* normal machines  */
+#include <stdlib.h>   /* normal machines  */
 #endif
 
 /********** primary type definition **************/
@


1.1
log
@Add p5-AcePerl, a perl interface to the ACEDB genome database system

PR:		ports/20223
Submitted by:	Johann Visagie <johann@@egenetics.com>
@
text
@d1 2
a2 2
--- ace/memsubs.c.orig	Mon Jan 11 02:01:29 1999
+++ ace/memsubs.c	Thu Jul 27 17:18:45 2000
d6 1
a6 1
 #elif !defined(WIN32)
@

