Index: head/mail/gnubiff/Makefile =================================================================== --- head/mail/gnubiff/Makefile (revision 148103) +++ head/mail/gnubiff/Makefile (revision 148104) @@ -1,54 +1,56 @@ # New ports collection makefile for: gnubiff # Date created: 3 May 2004 # Whom: Tim Bishop # # $FreeBSD$ # PORTNAME= gnubiff -PORTVERSION= 2.1.6 -PORTREVISION= 1 +PORTVERSION= 2.1.7 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tim@bishnet.net COMMENT= A mail notification program for Gnome LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ fam.0:${PORTSDIR}/devel/fam USE_X_PREFIX= yes USE_GNOME= intlhack libglade2 esound 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 .ifdef(WITH_GNUBIFF_PASSWORD) CONFIGURE_ARGS+= --with-password .endif # This application can dock in the GNOME panel, or it can not. # Only install support if gnomepanel is already installed. WANT_GNOME= yes .include .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel gconf2 gnomeprefix gnomehack PKGNAMESUFFIX+= -gnome PLIST_SUB+= SHAREDIR="share/gnome" PLIST_SUB+= BONOBODIR="libdata/bonobo" PLIST_SUB+= WITH_GNOME="" .else CONFIGURE_ARGS+= --disable-gnome PLIST_SUB+= SHAREDIR="share" PLIST_SUB+= BONOBODIR="lib/bonobo" PLIST_SUB+= WITH_GNOME="@comment " .endif .include Property changes on: head/mail/gnubiff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/mail/gnubiff/distinfo =================================================================== --- head/mail/gnubiff/distinfo (revision 148103) +++ head/mail/gnubiff/distinfo (revision 148104) @@ -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 Property changes on: head/mail/gnubiff/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property