Date: Sun, 2 Mar 2008 23:18:36 +0100 From: "Aleksander Fafula" <alex@fafula.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: guzik@anka.net.pl Subject: ports/121303: polish/libgadu upgrade to 1.8 Message-ID: <1204496316.94381@xoxoxo> Resent-Message-ID: <200803022240.m22Me1Ic055832@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121303 >Category: ports >Synopsis: polish/libgadu upgrade to 1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 02 22:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Aleksander Fafula >Release: FreeBSD 8.0-CURRENT i386 >Organization: BSDGuru.org / Fafula.com >Environment: System: FreeBSD 8.0-CURRENT #4: Wed Jan 23 22:21:27 UTC 2008 root@xoxoxo:/usr/obj/usr/src/sys/XOXOXO >Description: Libgadu has new version. This patch implies closing two previous PRs: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/120687 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/120785 It includes Bartlomiej Syryjczyk's suggestions to turn on OpenSSL support. Thank you! Aleksander Fafula [maintainer] >How-To-Repeat: >Fix: --- libgadu.patch begins here --- diff -ruN libgadu.orig/Makefile libgadu/Makefile --- libgadu.orig/Makefile 2007-06-10 19:39:06.000000000 +0200 +++ libgadu/Makefile 2008-03-01 20:50:02.021347930 +0100 @@ -5,7 +5,7 @@ # $FreeBSD: ports/polish/libgadu/Makefile,v 1.6 2007/06/10 17:39:06 itetcu Exp $ PORTNAME= libgadu -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.0 PORTEPOCH= 1 CATEGORIES= polish net MASTER_SITES= http://toxygen.net/libgadu/files/ @@ -19,8 +19,14 @@ USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl +CONFIGURE_ARGS= --enable-shared --disable-static USE_LDCONFIG= yes +OPTIONS= OPENSSL "Build with OPENSSL support" on + +.if defined(WITHOUT_OPENSSL) +CONFIGURE_ARGS+= --without-openssl +.endif + .include <bsd.port.mk> diff -ruN libgadu.orig/distinfo libgadu/distinfo --- libgadu.orig/distinfo 2007-06-10 19:39:06.000000000 +0200 +++ libgadu/distinfo 2008-03-01 20:50:16.438175208 +0100 @@ -1,3 +1,3 @@ -MD5 (libgadu-1.7.1.tar.gz) = 5ceb20befbdfc50ddc9598d24ca3b400 -SHA256 (libgadu-1.7.1.tar.gz) = 8fc9635b4f0e637b5c79afe5fdca25e2916eb6949cf112ebff3b2269e02197f9 -SIZE (libgadu-1.7.1.tar.gz) = 388280 +MD5 (libgadu-1.8.0.tar.gz) = a5257e6f2cd5e309837f5fe567e9b94a +SHA256 (libgadu-1.8.0.tar.gz) = 323f0be14dac4a5c2fc920404504912b7a24f0733aea47ea5f40897a3fc4ec7c +SIZE (libgadu-1.8.0.tar.gz) = 408379 --- libgadu.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1204496316.94381>