View | Details | Raw Unified | Return to bug 87932
Collapse All | Expand All

(-)/space/portstrees/FreeBSD/ports/devel/swig13/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	swig
8
PORTNAME=	swig
9
PORTVERSION=	1.3.25
9
PORTVERSION=	1.3.27
10
PORTREVISION=	2
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)/space/portstrees/FreeBSD/ports/devel/swig13/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (swig-1.3.25.tar.gz) = 0a338d9de65e266338cbe7e2bea7a4a9
1
MD5 (swig-1.3.27.tar.gz) = 8e0952f0a0bac372cf9080b47afa13b8
2
SIZE (swig-1.3.25.tar.gz) = 3451186
2
SIZE (swig-1.3.27.tar.gz) = 3635865
(-)/space/portstrees/FreeBSD/ports/devel/swig13/files/patch-Lib::runtime.swg (-18 lines)
Lines 1-18 Link Here
1
--- Lib/runtime.swg.orig	Fri Jul 29 14:23:14 2005
2
+++ Lib/runtime.swg	Fri Jul 29 14:23:58 2005
3
@@ -25,13 +25,13 @@
4
 
5
 SWIGRUNTIMEINLINE swig_type_info *
6
 SWIG_TypeQuery(const char *name) {
7
-  swig_module_info *module = SWIG_GetModule();
8
+  swig_module_info *module = SWIG_GetModule(clientdata);
9
   return SWIG_TypeQueryModule(module, module, name);
10
 }
11
 
12
 SWIGRUNTIMEINLINE swig_type_info *
13
 SWIG_MangledTypeQuery(const char *name) {
14
-  swig_module_info *module = SWIG_GetModule();
15
+  swig_module_info *module = SWIG_GetModule(clientdata);
16
   return SWIG_MangledTypeQueryModule(module, module, name);
17
 }
18
 
(-)/space/portstrees/FreeBSD/ports/devel/swig13/pkg-plist (-23 / +142 lines)
Lines 42-47 Link Here
42
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modula3.html
42
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modula3.html
43
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Makefile
43
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Makefile
44
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Library.html
44
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Library.html
45
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lisp.html
46
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lua.html
45
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Java.html
47
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Java.html
46
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Introduction.html
48
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Introduction.html
47
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Guile.html
49
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Guile.html
Lines 1032-1037 Link Here
1032
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit.i
1034
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit.i
1033
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_access.i
1035
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_access.i
1034
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/README
1036
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/README
1037
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject2_runme.lua
1038
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/operator_overload_runme.lua
1039
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject1_runme.lua
1040
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/primitive_ref_runme.lua
1041
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/ret_by_value_runme.lua
1042
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import.lua
1043
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile.in
1044
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/abstract_access_runme.lua
1045
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_vector_runme.lua
1046
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_string_runme.lua
1047
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_order_runme.lua
1048
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/enums_runme.lua
1049
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile
1050
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject2_runme.tcl
1051
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject1_runme.tcl
1052
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extern_declaration_runme.java
1053
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/multiple_inheritance_runme.java
1054
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/operator_overload_runme.java
1055
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors_runme.rb
1056
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects.i
1057
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_runme.rb
1058
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/track_objects_directors.i
1059
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/char_constant_runme.rb
1060
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/throw_exception_runme.scm
1061
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_runme.pl
1062
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cwstring_runme.py
1063
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cstring_runme.py
1064
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/compactdefaultargs_runme.py
1065
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit.i
1066
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload.i
1067
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/empty.i
1068
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_namespace.i
1069
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/compactdefaultargs.i
1070
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cwstring.i
1071
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_using.i
1072
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/immutable.i
1073
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_declaration.i
1074
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_struct.i
1075
%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_variable.i
1035
%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/runme.tcl
1076
%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/runme.tcl
1036
%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/index.html
1077
%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/index.html
1037
%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.i
1078
%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.i
Lines 1242-1247 Link Here
1242
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.cxx
1283
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.cxx
1243
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/Makefile
1284
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/Makefile
1244
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/check.list
1285
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/check.list
1286
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.h
1287
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.i
1288
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/Makefile
1289
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.cxx
1290
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.dsp
1291
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/runme.rb
1292
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.h
1293
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.i
1294
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/Makefile
1295
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.cxx
1296
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.dsp
1297
%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/runme.rb
1245
%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/runme.py
1298
%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/runme.py
1246
%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.i
1299
%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.i
1247
%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.h
1300
%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.h
Lines 1427-1497 Link Here
1427
%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.cxx
1480
%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.cxx
1428
%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/Makefile
1481
%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/Makefile
1429
%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/check.list
1482
%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/check.list
1483
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.h
1484
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.i
1485
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/Makefile
1486
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.cxx
1487
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/runme.lua
1488
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.c
1489
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.i
1490
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/Makefile
1491
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/runme.lua
1492
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.c
1493
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.h
1494
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.i
1495
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/Makefile
1496
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/runme.lua
1497
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/example.i
1498
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/Makefile
1499
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/runme.lua
1500
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.c
1501
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.i
1502
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/Makefile
1503
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/runme.lua
1504
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.c
1505
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.i
1506
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/Makefile
1507
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/runme.lua
1508
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/lua.c
1509
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import.lua
1510
%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/check.list
1430
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4.old
1511
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4.old
1431
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4
1512
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/runme.php4
1432
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.i
1513
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.i
1433
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.h
1514
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.h
1434
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.c
1515
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/example.c
1435
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/Makefile.old
1436
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/BUILD.sh
1437
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/runme.php4
1516
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/runme.php4
1438
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.i
1517
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.i
1439
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.h
1518
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.h
1440
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.c
1519
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/example.c
1441
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/Makefile.old
1442
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/BUILD.sh
1443
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/runme.php4
1520
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/runme.php4
1444
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.i
1521
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.i
1445
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.h
1522
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.h
1446
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.cxx
1523
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/example.cxx
1447
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/Makefile.old
1448
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/BUILD.sh
1449
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/runme.php4
1524
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/runme.php4
1450
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.i
1525
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.i
1451
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.c
1526
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/example.c
1452
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/Makefile.old
1453
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/BUILD.sh
1454
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/runme.php4
1527
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/runme.php4
1455
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.i
1528
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.i
1456
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.h
1529
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.h
1457
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.cxx
1530
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/example.cxx
1458
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/Makefile.old
1459
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/BUILD.sh
1460
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme.php4
1531
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme.php4
1461
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.i
1532
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.i
1462
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.h
1533
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.h
1463
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.cxx
1534
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/example.cxx
1464
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/Makefile.old
1465
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/BUILD.sh
1466
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/runme.php4
1535
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/runme.php4
1467
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.i
1536
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.i
1468
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.c
1537
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/example.c
1469
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/Makefile.old
1470
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/BUILD.sh
1471
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/runme.php4
1538
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/runme.php4
1472
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.i
1539
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.i
1473
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.h
1540
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.h
1474
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.c
1541
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/example.c
1475
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/Makefile.old
1476
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/BUILD.sh
1477
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/runme.php4
1542
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/runme.php4
1478
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.i
1543
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.i
1479
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.h
1544
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.h
1480
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.cxx
1545
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/example.cxx
1481
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/Makefile.old
1482
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/BUILD.sh
1483
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/runme.php4
1546
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/runme.php4
1484
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/example.i
1547
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/example.i
1485
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/Makefile.old
1486
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/BUILD.sh
1487
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/runme.php4
1548
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/runme.php4
1488
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.i
1549
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.i
1489
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.h
1550
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.h
1490
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.cxx
1551
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/example.cxx
1491
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/Makefile.old
1492
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/BUILD.sh
1493
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/check.list
1552
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/check.list
1494
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/Makefile.php
1553
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.h
1554
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.i
1555
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/Makefile
1556
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/example.cxx
1557
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading/runme.php4
1558
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum/Makefile
1559
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/sync/Makefile
1560
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class/Makefile
1561
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/value/Makefile
1562
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/variables/Makefile
1563
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants/Makefile
1564
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.h
1565
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.i
1566
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/Makefile
1567
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/example.cxx
1568
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown/runme.php4
1569
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/funcptr/Makefile
1570
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.c
1571
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/example.i
1572
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/Makefile
1573
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer/runme.php4
1574
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/shadow/Makefile
1575
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/simple/Makefile
1576
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/Makefile
1577
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/BUILD-proxy.sh
1578
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/reference/runme-proxy.php4
1579
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pointer/Makefile
1580
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/example.i
1581
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/Makefile
1582
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/runme.php4
1583
%%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas/include.php
1495
%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/runme.pl
1584
%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/runme.pl
1496
%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/index.html
1585
%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/index.html
1497
%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.i
1586
%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.i
Lines 2289-2294 Link Here
2289
%%DATADIR%%/%%PORTVERSION%%/allegrocl/typemaps.i
2378
%%DATADIR%%/%%PORTVERSION%%/allegrocl/typemaps.i
2290
%%DATADIR%%/%%PORTVERSION%%/allegrocl/allegrocl.swg
2379
%%DATADIR%%/%%PORTVERSION%%/allegrocl/allegrocl.swg
2291
%%DATADIR%%/%%PORTVERSION%%/_std_deque.i
2380
%%DATADIR%%/%%PORTVERSION%%/_std_deque.i
2381
%%DATADIR%%/%%PORTVERSION%%/python/cwstring.i
2382
%%DATADIR%%/%%PORTVERSION%%/python/cstrbase.swg
2383
%%DATADIR%%/%%PORTVERSION%%/ruby/rubytracking.swg
2384
%%DATADIR%%/%%PORTVERSION%%/php4/const.i
2385
%%DATADIR%%/%%PORTVERSION%%/php4/globalvar.i
2386
%%DATADIR%%/%%PORTVERSION%%/php4/phppointers.i
2387
%%DATADIR%%/%%PORTVERSION%%/php4/php4init.swg
2388
%%DATADIR%%/%%PORTVERSION%%/clisp/clisp.swg
2389
%%DATADIR%%/%%PORTVERSION%%/lua/std_except.i
2390
%%DATADIR%%/%%PORTVERSION%%/lua/std_string.i
2391
%%DATADIR%%/%%PORTVERSION%%/lua/std_vector.i
2392
%%DATADIR%%/%%PORTVERSION%%/lua/typemaps.i
2393
%%DATADIR%%/%%PORTVERSION%%/lua/lua.swg
2394
%%DATADIR%%/%%PORTVERSION%%/lua/luarun.swg
2292
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml
2395
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml
2293
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2
2396
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2
2294
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1
2397
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1
Lines 2308-2313 Link Here
2308
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors
2411
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors
2309
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp
2412
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp
2310
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken
2413
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken
2414
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua
2311
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite
2415
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite
2312
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables
2416
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables
2313
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value
2417
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value
Lines 2345-2350 Link Here
2345
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum
2449
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum
2346
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants
2450
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants
2347
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class
2451
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class
2452
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function
2453
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function
2348
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby
2454
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby
2349
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave
2455
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave
2350
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables
2456
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables
Lines 2393-2398 Link Here
2393
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum
2499
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/enum
2394
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants
2500
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/constants
2395
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class
2501
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/class
2502
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/overloading
2503
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/disown
2504
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/cpointer
2505
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4/pragmas
2396
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4
2506
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php4
2397
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables
2507
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables
2398
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value
2508
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value
Lines 2514-2519 Link Here
2514
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full
2624
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full
2515
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken
2625
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken
2516
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot
2626
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot
2627
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class
2628
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest
2629
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables
2630
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants
2631
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple
2632
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer
2633
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua
2517
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%
2634
@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%
2518
@dirrm %%EXAMPLESDIR%%
2635
@dirrm %%EXAMPLESDIR%%
2519
@dirrm %%DATADIR%%/%%PORTVERSION%%/tcl
2636
@dirrm %%DATADIR%%/%%PORTVERSION%%/tcl
Lines 2531-2536 Link Here
2531
@dirrm %%DATADIR%%/%%PORTVERSION%%/csharp
2648
@dirrm %%DATADIR%%/%%PORTVERSION%%/csharp
2532
@dirrm %%DATADIR%%/%%PORTVERSION%%/chicken
2649
@dirrm %%DATADIR%%/%%PORTVERSION%%/chicken
2533
@dirrm %%DATADIR%%/%%PORTVERSION%%/allegrocl
2650
@dirrm %%DATADIR%%/%%PORTVERSION%%/allegrocl
2651
@dirrm %%DATADIR%%/%%PORTVERSION%%/clisp
2652
@dirrm %%DATADIR%%/%%PORTVERSION%%/lua
2534
@dirrm %%DATADIR%%/%%PORTVERSION%%
2653
@dirrm %%DATADIR%%/%%PORTVERSION%%
2535
@dirrm %%DATADIR%%
2654
@dirrm %%DATADIR%%
2536
%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Manual
2655
%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Manual

Return to bug 87932