summaryrefslogtreecommitdiff
path: root/homebrew/postgresxc/.beer
blob: 339984a76f72b8e4d0ecd8d893409d5dacf00ba7 (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
{
    "name": "PostgresXc",
    "description": "PostgreSQL cluster based on shared-nothing architecture",
    "url": "https://downloads.sourceforge.net/project/postgres-xc/Version_1.0/pgxc-v1.0.4.tar.gz",
    "mirror": null,
    "homepage": "https://sourceforge.net/p/postgres-xc/xc-wiki/Main_Page/",
    "depends": [
        {
            "depend": "arch",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "ossp-uuid",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "postgresql",
            "reason": null
        }
    ],
    "patches": [
        {
            "url": null,
            "data": [
                "--- a/src/pl/plpython/Makefile\t2011-09-23 08:03:52.000000000 +1000\n",
                "+++ b/src/pl/plpython/Makefile\t2011-10-26 21:43:40.000000000 +1100\n",
                "@@ -24,8 +24,6 @@\n",
                " # Darwin (OS X) has its own ideas about how to do this.\n",
                " ifeq ($(PORTNAME), darwin)\n",
                " shared_libpython = yes\n",
                "-override python_libspec = -framework Python\n",
                "-override python_additional_libs =\n",
                " endif\n",
                "\n",
                " # If we don't have a shared library and the platform doesn't allow it\n"
            ]
        }
    ],
    "install": [
        "(var/\"postgres-xc\").mkpath"
    ],
    "version": "1.0.4",
    "file": "postgres-xc.rb"
}