Changeset 99049


Ignore:
Timestamp:
Oct 25, 2012, 2:34:50 AM (12 years ago)
Author:
ryandesign@…
Message:

geany: update to 1.22; new maintainer; disable silent rules (#36670)

Location:
trunk/dports/devel/geany
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/geany/Portfile

    r84839 r99049  
    55
    66name            geany
    7 version         0.21
     7version         1.22
    88license         GPL-2+
    9 maintainers     nomaintainer
    109categories      devel
    1110platforms       darwin
     11maintainers     si-co.net:kiarash
     12
    1213description     A fast and lightweight GTK+ IDE
    1314
     
    2324use_bzip2       yes
    2425
    25 checksums           md5     117d78ae5275c8c517686b6db9d71ef1 \
    26                     sha1    696da324ac71621e95ce597cceaf695539798ffc \
    27                     rmd160  bf73c88709a36a76ffc14e13d38dc08083abe71b
     26checksums           rmd160  d0296f2930aa6e6b4dd7a95061c58645d9c4c1ba \
     27                    sha256  901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e
    2828
    2929depends_build \
     
    3535    port:vte
    3636
     37patchfiles          patch-no-export-dynamic.diff
     38
     39configure.args      --disable-silent-rules
     40
    3741platform darwin {
    3842    patchfiles-append vte-sonames.diff
  • trunk/dports/devel/geany/files/vte-sonames.diff

    r84839 r99049  
    1 --- src/vte.c.orig      2010-08-06 07:45:58.000000000 +1000
    2 +++ src/vte.c   2011-03-18 23:27:16.000000000 +1100
    3 @@ -202,8 +202,8 @@ void vte_init(void)
     1--- src/vte.c.orig      2012-06-17 17:47:13.000000000 -0500
     2+++ src/vte.c   2012-10-24 21:28:41.000000000 -0500
     3@@ -199,8 +199,8 @@
    44        if (module == NULL)
    55        {
     
    1212                for (i = 0; sonames[i] != NULL && module == NULL; i++)
    1313                {
    14 @@ -214,7 +214,7 @@ void vte_init(void)
     14@@ -211,7 +211,7 @@
    1515        if (module == NULL)
    1616        {
     
    2121        }
    2222        else
    23 --- src/main.c.orig     2010-12-08 00:25:11.000000000 +1100
    24 +++ src/main.c  2011-03-18 23:26:19.000000000 +1100
    25 @@ -145,7 +145,7 @@ static GOptionEntry entries[] =
     23--- src/main.c.orig     2012-06-17 17:44:36.000000000 -0500
     24+++ src/main.c  2012-10-24 21:28:41.000000000 -0500
     25@@ -139,7 +139,7 @@
    2626        { "no-session", 's', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &cl_options.load_session, N_("Don't load the previous session's files"), NULL },
    2727 #ifdef HAVE_VTE
Note: See TracChangeset for help on using the changeset viewer.