aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-instsetoo
blob: 1aa1622f2517029a0207bf7cb4e0370d095c8e18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Issutracker : #iXXXXX#
CWS         : N/A
Author:     : <maho@openoffice.org> (JCA)
Description : remove circular dependency

in this case,
core01 is depend on core02-core08, and core0[2-9] and core10
depends on core01. for FreeBSD this is regarded as circular dependency
and pkg_add command is forked infinite times and eats up systems' resource.
namely when core01 tries to install core02, core02 also tries to
install core01.

Index: instsetoo_native/inc_openoffice/unix/packagelist.txt
===================================================================
RCS file: /cvs/installation/instsetoo_native/inc_openoffice/unix/packagelist.txt,v
retrieving revision 1.14
diff -u -r1.14 packagelist.txt
--- instsetoo_native/inc_openoffice/unix/packagelist.txt	21 Jun 2005 13:15:49 -0000	1.14
+++ instsetoo_native/inc_openoffice/unix/packagelist.txt	23 Jun 2005 01:11:03 -0000
@@ -33,7 +33,7 @@
 solarispackagename = "openofficeorg-core01"
 solarisrequires = "openofficeorg-core02,openofficeorg-core03,openofficeorg-core04,openofficeorg-core05,openofficeorg-core06,openofficeorg-core07,openofficeorg-core08"
 packagename = "openofficeorg-core01"
-requires = "openofficeorg-core02,openofficeorg-core03,openofficeorg-core04,openofficeorg-core05,openofficeorg-core06,openofficeorg-core07,openofficeorg-core08"
+requires = "openofficeorg-core02,openofficeorg-core03,openofficeorg-core04,openofficeorg-core05,openofficeorg-core06,openofficeorg-core07,openofficeorg-core08,openofficeorg-core09,openofficeorg-core10"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -238,7 +238,6 @@
 solarispackagename = "openofficeorg-core02"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core02"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -250,7 +249,6 @@
 solarispackagename = "openofficeorg-core03"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core03"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -262,7 +260,6 @@
 solarispackagename = "openofficeorg-core04"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core04"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -274,7 +271,6 @@
 solarispackagename = "openofficeorg-core05"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core05"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -286,7 +282,6 @@
 solarispackagename = "openofficeorg-core06"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core06"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -298,7 +293,6 @@
 solarispackagename = "openofficeorg-core07"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core07"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -310,7 +304,6 @@
 solarispackagename = "openofficeorg-core08"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core08"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -322,7 +315,6 @@
 solarispackagename = "openofficeorg-core09"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core09"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"
@@ -335,7 +327,6 @@
 solarispackagename = "openofficeorg-core10"
 solarisrequires = "openofficeorg-core01"
 packagename = "openofficeorg-core10"
-requires = "openofficeorg-core01"
 copyright = "1999-2005 by OpenOffice.org"
 vendor = "OpenOffice.org"
 description = "Office core module for %PRODUCTNAME %PRODUCTVERSION"