summaryrefslogtreecommitdiff
path: root/homebrew/neon/.beer
blob: 8a919ffd4a85b16d7f4261e5beb45db76121e18e (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
{
    "name": "Neon",
    "description": "HTTP and WebDAV client library with a C interface",
    "url": "https://mirrorservice.org/sites/distfiles.macports.org/neon/neon-0.30.2.tar.gz",
    "mirror": "https://fossies.org/linux/www/neon-0.30.2.tar.gz",
    "homepage": "https://web.archive.org/web/webdav.org/neon/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": null,
            "data": [
                "diff --git a/configure b/configure\n",
                "index d7702d2..5c3b5a3 100755\n",
                "--- a/configure\n",
                "+++ b/configure\n",
                "@@ -4224,7 +4224,6 @@ fi\n",
                " $as_echo \"$ne_cv_os_uname\" >&6; }\n",
                "\n",
                " if test \"$ne_cv_os_uname\" = \"Darwin\"; then\n",
                "-  CPPFLAGS=\"$CPPFLAGS -no-cpp-precomp\"\n",
                "   LDFLAGS=\"$LDFLAGS -flat_namespace\"\n",
                "   # poll has various issues in various Darwin releases\n",
                "   if test x${ac_cv_func_poll+set} != xset; then\n"
            ]
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--prefix=#{prefix}\",",
        "\"--enable-shared\",",
        "\"--disable-static\",",
        "\"--disable-nls\",",
        "\"--with-ssl=openssl\",",
        "\"--with-libs=#{Formula[\"openssl\"].opt_prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.30.2",
    "file": "neon.rb"
}