- Update to 1.9.0
PR: ports/146497 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
This commit is contained in:
parent
c2cdf0999f
commit
96069f1e0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254462
2 changed files with 9 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgadu
|
||||
DISTVERSION= 1.9.0-rc2
|
||||
DISTVERSION= 1.9.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net
|
||||
MASTER_SITES= http://toxygen.net/libgadu/files/
|
||||
|
@ -18,11 +18,12 @@ CONFLICTS= pl-ekg-1.[0-6]*
|
|||
USE_GNOME= gnomehack pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread
|
||||
CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \
|
||||
--disable-tests
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= OPENSSL "Build with OPENSSL support" on
|
||||
OPTIONS= OPENSSL "Build with OpenSSL support" on
|
||||
|
||||
PLIST_FILES= include/libgadu.h \
|
||||
lib/libgadu.la \
|
||||
|
@ -39,10 +40,10 @@ CONFIGURE_ARGS+= --without-openssl
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -Ee 's/^((DIST_)?SUBDIRS.*) test(.*)/\1\3/' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -Ee 's/@SUBDIRS_DOXYGEN@//' ${WRKSRC}/Makefile.in
|
||||
|
||||
pre-install:
|
||||
|
||||
# OpenSSL from base system lacks .pc file for pkgconfig
|
||||
.if defined(WITH_OPENSSL)
|
||||
@${REINPLACE_CMD} -e 's|openssl| |g' ${WRKSRC}/pkgconfig/libgadu.pc
|
||||
.endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libgadu-1.9.0-rc2.tar.gz) = 2d2a96a98e33d3a0055bc76f67a19f04
|
||||
SHA256 (libgadu-1.9.0-rc2.tar.gz) = 66e972468960a9e5a6b1eb99bbf07f0ba8c8565dbd42ce6e59c403dafbb1a68a
|
||||
SIZE (libgadu-1.9.0-rc2.tar.gz) = 508091
|
||||
MD5 (libgadu-1.9.0.tar.gz) = 4a18762d984e20495aa39a4032c17d5f
|
||||
SHA256 (libgadu-1.9.0.tar.gz) = 12fadc0ea8ff31e5c199e8209bc6409dac2f69d4f4cda4adf6ec3838846af5f9
|
||||
SIZE (libgadu-1.9.0.tar.gz) = 508879
|
||||
|
|
Loading…
Reference in a new issue