diff options
author | pawel <pawel@FreeBSD.org> | 2015-01-01 18:56:38 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-01-01 18:56:38 +0800 |
commit | 36423ee8d03008ebd4584f8d0b239f711a51b868 (patch) | |
tree | c0524a4514ba9bcfa37939248c9bba1a8325f14b /polish/libgadu/Makefile | |
parent | a9f61678134f3e127e61548fbab1637eaf41da67 (diff) | |
download | freebsd-ports-gnome-36423ee8d03008ebd4584f8d0b239f711a51b868.tar.gz freebsd-ports-gnome-36423ee8d03008ebd4584f8d0b239f711a51b868.tar.zst freebsd-ports-gnome-36423ee8d03008ebd4584f8d0b239f711a51b868.zip |
- Update to version 1.12.1
- Use pathfix to fix pkgconfigdir
Diffstat (limited to 'polish/libgadu/Makefile')
-rw-r--r-- | polish/libgadu/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index f68f66342941..14c072e8466d 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgadu -DISTVERSION= 1.12.0 -PORTREVISION= 1 +PORTVERSION= 1.12.1 PORTEPOCH= 1 CATEGORIES= polish net-im @@ -18,9 +17,10 @@ CONFLICTS= pl-ekg-1.[0-6]* USE_GITHUB= yes GH_ACCOUNT= wojtekka -GH_COMMIT= ff39edb +GH_COMMIT= bee8ba0 -USES= autoreconf gmake libtool pkgconfig tar:bzip2 +USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2 +PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \ --disable-tests --without-gnutls @@ -44,11 +44,6 @@ OPENSSL_USE= OPENSSL=yes .include <bsd.port.pre.mk> -post-configure: - @${REINPLACE_CMD} '/^sed/ s|^|#|' ${WRKSRC}/protobufgen.sh - @${REINPLACE_CMD} '/^pkgconfigdir/ s|libdir)|prefix)/libdata|' \ - ${WRKSRC}/pkgconfig/Makefile - pre-install: # OpenSSL from base system lacks .pc file for pkgconfig .if ${PORT_OPTIONS:MOPENSSL} |