Date: Sun, 13 Nov 2005 12:25:27 +0000 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net Subject: ports/88925: [MAINTAINER] mail/gnubiff-gnome: update to 2.1.7 Message-ID: <E1EbGvH-000E0h-OY@inferno.sixth.bishnet.net> Resent-Message-ID: <200511131230.jADCUSUD065749@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88925 >Category: ports >Synopsis: [MAINTAINER] mail/gnubiff-gnome: update to 2.1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 13 12:30:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD inferno.sixth.bishnet.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue May 10 23:26:58 BST 2005 >Description: - Update to 2.1.7 - Fix problem compiling against latest OpenSSL port. - Tested on tinderbox for 4, 5, 6, and 7 with no problems. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gnubiff-gnome-2.1.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/gnubiff/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 5 Nov 2005 05:20:11 -0000 1.20 +++ Makefile 13 Nov 2005 12:24:23 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.1.6 -PORTREVISION= 1 +PORTVERSION= 2.1.7 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +22,10 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + CXXFLAGS="-Wno-long-long" +# CXXFLAGS needed to work round issue with gcc and openssl 0.9.8a +# /usr/local/include/openssl/sha.h:173: error: ISO C++ does not support `long long' MAN1= gnubiff.1 INFO= gnubiff Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/gnubiff/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 30 Oct 2005 20:28:32 -0000 1.12 +++ distinfo 13 Nov 2005 12:24:23 -0000 @@ -1,2 +1,3 @@ -MD5 (gnubiff-2.1.6.tar.gz) = e284c22bdc3f4d263cd874fddbcfb950 -SIZE (gnubiff-2.1.6.tar.gz) = 757341 +MD5 (gnubiff-2.1.7.tar.gz) = e40a5763f29631f2cc8363f9c5f2f95f +SHA256 (gnubiff-2.1.7.tar.gz) = efda2efc4cb78296ffe819db8d7f341128cba8bf98e26d03786a326d83a49914 +SIZE (gnubiff-2.1.7.tar.gz) = 757508 --- gnubiff-gnome-2.1.7.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?E1EbGvH-000E0h-OY>