require 'formula' class Goffice < Formula homepage 'http://projects.gnome.org/gnumeric/' url 'http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/goffice-0.8.17.tar.bz2' sha256 'dd8caef5fefffbc53938fa619de9f58e7c4dc71a1803de134065d42138a68c06' depends_on 'pkg-config' => :build depends_on 'intltool' => :build depends_on 'gettext' depends_on 'libgsf' depends_on 'gtk+' depends_on 'pcre' depends_on :x11 # Fix for goffice trying to use a retired pcre api. Reported/source = Macports # https://github.com/Homebrew/homebrew/issues/15171 def patches DATA end def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end end __END__ --- a/goffice/utils/regutf8.c 2009-09-05 16:52:09.000000000 -0700 +++ b/goffice/utils/regutf8.c 2012-09-28 20:53:51.000000000 -0700 @@ -155,7 +155,7 @@ default: return GO_REG_BADPAT; } } else { - gor->re_nsub = pcre_info (r, NULL, NULL); + gor->re_nsub = pcre_fullinfo (r, NULL, 0, NULL); gor->nosub = (cflags & GO_REG_NOSUB) != 0; return 0; } aracter
aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_bn-bd.js
blob: 980495cee3715649a38e943355aba8ede8ea1ae5 (plain)
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