diff options
| author | Shokara Kou <kou@13f0.net> | 2024-03-02 22:27:38 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2024-03-02 22:27:38 -0500 |
| commit | 35f398c08201687bc385ef5b33452515f9dba476 (patch) | |
| tree | 95191387ba7510a7cb00f28e36044d68c9691878 /net/loudmouth/Makefile | |
| parent | 21feeb258f66a9ceaba5c79ff5d3ea28b4634ea3 (diff) | |
update net/loudmouth to 1.5.4 from 1.5.3
Diffstat (limited to 'net/loudmouth/Makefile')
| -rw-r--r-- | net/loudmouth/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile index ea694ef..b06441d 100644 --- a/net/loudmouth/Makefile +++ b/net/loudmouth/Makefile | |||
| @@ -1,19 +1,19 @@ | |||
| 1 | COMMENT= lightweight Jabber client library | 1 | COMMENT= lightweight Jabber client library |
| 2 | 2 | ||
| 3 | V= 1.5.3 | 3 | V= 1.5.4 |
| 4 | DISTNAME= loudmouth-$V | 4 | DISTNAME= loudmouth-$V |
| 5 | REVISION= 0 | 5 | REVISION= 0 |
| 6 | SHARED_LIBS += loudmouth-1 3.1 # .1.0 | 6 | SHARED_LIBS += loudmouth-1 3.1 # .1.0 |
| 7 | CATEGORIES= net devel | 7 | CATEGORIES= net devel |
| 8 | 8 | ||
| 9 | HOMEPAGE= https://mcabber.com/ | 9 | HOMEPAGE= https://mcabber.com |
| 10 | 10 | ||
| 11 | # LGPLv2.1 | 11 | # LGPLv2.1 |
| 12 | PERMIT_PACKAGE= Yes | 12 | PERMIT_PACKAGE= Yes |
| 13 | 13 | ||
| 14 | WANTLIB = crypto glib-2.0 iconv idn>=16 intl pcre pthread ssl | 14 | WANTLIB = crypto glib-2.0 iconv idn>=16 intl pcre2-8 pthread ssl |
| 15 | 15 | ||
| 16 | MASTER_SITES= ${HOMEPAGE}/files/loudmouth/ | 16 | SITES= ${HOMEPAGE}/files/loudmouth/ |
| 17 | EXTRACT_SUFX= .tar.bz2 | 17 | EXTRACT_SUFX= .tar.bz2 |
| 18 | 18 | ||
| 19 | LIB_DEPENDS= devel/glib2 \ | 19 | LIB_DEPENDS= devel/glib2 \ |
| @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${TEST_DEPENDS} | |||
| 22 | TEST_DEPENDS= devel/check | 22 | TEST_DEPENDS= devel/check |
| 23 | 23 | ||
| 24 | CONFIGURE_STYLE= gnu | 24 | CONFIGURE_STYLE= gnu |
| 25 | CFLAGS+=-Wno-deprecated-declarations | ||
| 25 | CONFIGURE_ARGS+= --with-check=${LOCALBASE} \ | 26 | CONFIGURE_ARGS+= --with-check=${LOCALBASE} \ |
| 26 | --with-ssl=openssl | 27 | --with-ssl=openssl |
| 27 | 28 | ||
