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


1.2
date	2001.05.28.14.55.21;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2000.07.10.03.37.40;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update port to version 1.2.0.

Patches are no longer needed, and part of pkg-plist is automatically
generated (code "borrowed" from O'Brien's vim5 port :).

I also moved the xemacs21 dependency to emacs20.
@
text
@--- mozart-orig/platform/emulator/urlc.cc	Wed Jun 21 15:24:22 2000
+++ platform/emulator/urlc.cc	Wed Jun 21 15:26:54 2000
@@@@ -331,6 +331,8 @@@@
     // save local address for later use (esp. ftp PORT)
 #if __GLIBC__ == 2
     unsigned int lin_len = sizeof(lin);
+#elif __FreeBSD__ > 2
+    socklen_t lin_len = sizeof(lin);
 #else
     int lin_len = sizeof(lin);
 #endif
@@@@ -993,6 +995,8 @@@@
     struct sockaddr_in rem_addr;
 #if __GLIBC__ == 2
     unsigned int local_addr_len = sizeof(local_addr);
+#elif __FreeBSD__ > 2
+    socklen_t local_addr_len = sizeof(local_addr);    
 #else
     int local_addr_len = sizeof(local_addr);
 #endif
@@@@ -1049,6 +1053,8 @@@@
     struct sockaddr_in pcin; // peer control connection address
 #if __GLIBC__ == 2
     unsigned int pcin_len = sizeof(pcin);
+#elif __FreeBSD__ > 2
+    socklen_t  pcin_len = sizeof(pcin);
 #else
     int pcin_len = sizeof(pcin);
 #endif
@


1.1
log
@Adding mozart version 1.1.0.20000207.
A concurrent, object-oriented, distributed language with constraint-based
inference.

PR:		19476
Submitted by:	Mathias Picker <mathiasp@@virtual-earth.de>
@
text
@@

