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


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

1.2
date	2001.08.13.11.27.36;	author wjv;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
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/wh/mystdlib.h.orig	Mon Jul 16 23:04:45 2001
+++ acelib/wh/mystdlib.h	Mon Aug 13 12:42:25 2001
@@@@ -161,7 +161,8 @@@@
 #endif
 
 #if defined(POSIX) || defined(LINUX) || defined(SOLARIS) || defined(SGI) || \
-	defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS)
+	defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS) || \
+	defined(FREEBSD)
 
 #ifdef WIN32
 #include <mbctype.h>
--- acelib/wh/mydirent.h.orig	Mon Jul 16 23:04:45 2001
+++ acelib/wh/mydirent.h	Mon Aug 13 12:41:59 2001
@@@@ -55,7 +55,7 @@@@
 extern char *getwd(char *pathname) ;
 #endif /* HP || SOLARIS || WIN32 */
 
-#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined (INTEL_SOLARIS)
+#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined (INTEL_SOLARIS) || defined (FREEBSD)
 #include <dirent.h>
   typedef struct dirent MYDIRENT ;
 #endif
@


1.2
log
@Update to version 1.75
@
text
@d1 2
a2 2
--- ace/wh/mystdlib.h.orig	Mon Jul 16 23:04:45 2001
+++ ace/wh/mystdlib.h	Mon Aug 13 12:42:25 2001
d13 2
a14 2
--- ace/wh/mydirent.h.orig	Mon Jul 16 23:04:45 2001
+++ ace/wh/mydirent.h	Mon Aug 13 12:41:59 2001
@


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 3
a3 3
--- ace/wh/mystdlib.h.orig	Fri Jul  2 23:04:55 1999
+++ ace/wh/mystdlib.h	Thu Jul 27 17:20:19 2000
@@@@ -161,7 +161,7 @@@@
d7 3
a9 2
-	defined(HP) || defined(WIN32)
+	defined(HP) || defined(WIN32) || defined(FREEBSD)
d13 2
a14 2
--- ace/wh/mydirent.h.orig	Mon Jan 11 01:51:40 1999
+++ ace/wh/mydirent.h	Thu Jul 27 17:20:41 2000
d19 2
a20 2
-#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP)
+#if defined (POSIX) || defined(SUN) || defined(SUNSVR4) || defined(SOLARIS) || defined(DEC) || defined(ALPHA) || defined(SGI) || defined(LINUX) || defined(HP) || defined(FREEBSD)
@

