freebsd-ports/lang/mozart/files/patch-platform-emulator-modPort.spec
Pav Lucistnik f98f52441b - Update to 1.3.1.20040616
- Incorporate debian patches to fix build with gcc3

PR:		ports/86058
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
Approved by:	Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
2005-09-16 11:38:26 +00:00

24 lines
703 B
Ruby

--- ./platform/emulator/modPort.spec.orig Wed Aug 21 06:18:19 2002
+++ ./platform/emulator/modPort.spec Sat Sep 3 18:46:09 2005
@@ -8,8 +8,8 @@
### Christian Schulte, 1998
###
### Last change:
-### $Date: 2002/08/21 10:18:19 $ by $Author: duchier $
-### $Revision: 1.8 $
+### $Date: 2005/02/15 13:33:16 $ by $Author: raph $
+### $Revision: 1.8.12.1 $
###
### This file is part of Mozart, an implementation
### of Oz 3:
@@ -30,8 +30,8 @@
out => ['+bool'],
bi => BIisPort},
- 'new' => { in => ['list'],
- out => ['+port'],
+ 'new' => { in => [],
+ out => ['list','+port'],
BI => BInewPort},
'send' => { in => ['+port','value'],