Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2003 12:30:10 -0700 (PDT)
From:      Mike <mike.patterson@unb.ca>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/52307: Update deskutils/logjam2: upgrade and fix configure error
Message-ID:  <200305201930.h4KJUAJV006359@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52307; it has been noted by GNATS.

From: Mike <mike.patterson@unb.ca>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/52307: Update deskutils/logjam2: upgrade and fix configure error
Date: Tue, 20 May 2003 15:25:09 -0400

 --x+6KMIRAuhnl3hBn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 argh, sorry about that!
 
 Don't know if GNATS prefers attachments or inline for diffs, but... see
 attachment for diff.
 
 Mike
 
 --x+6KMIRAuhnl3hBn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=lj412diff
 
 diff -ruN logjam2/Makefile logjam2-4.1.2/Makefile
 --- logjam2/Makefile	Sun May 18 13:59:24 2003
 +++ logjam2-4.1.2/Makefile	Thu May 15 23:00:08 2003
 @@ -2,28 +2,52 @@
  # Date created:				30 Oct 2002
  # Whom:					michael johnson <ahze@rgv.net>
  #
 -# $FreeBSD: ports/deskutils/logjam2/Makefile,v 1.5 2003/05/18 17:59:24 marcus Exp $
 +# $FreeBSD: ports/deskutils/logjam2/Makefile,v 1.4 2003/04/24 23:04:44 arved Exp $
  #
  
  PORTNAME=	logjam2
 -PORTVERSION=	4.1.0
 -PORTREVISION=	1
 +PORTVERSION=	4.1.2
  CATEGORIES=	deskutils
  MASTER_SITES=	http://logjam.danga.com/download/
  DISTNAME=	logjam-${PORTVERSION}
  
  MAINTAINER=	mike.patterson@unb.ca
 -COMMENT=	A GTK interface to user journals on www.livejournal.com
 +COMMENT=	A GTK2 interface to livejournals, ie www.livejournal.com
  
 -LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl \
 -		gtkspell.0:${PORTSDIR}/textproc/gtkspell2
 +LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl
  
  MAN1=		logjam.1
  
  USE_GMAKE=	yes
 -USE_GNOME=	libxml2
  USE_X_PREFIX=	yes
  GNU_CONFIGURE=	yes
 +USE_GNOME=	gtk20 libxml2
  CONFIGURE_ARGS= --program-transform-name="s/$$//"
 +
 +.ifdef(WITH_GTKSPELL)
 +LIB_DEPENDS+=   gtkspell.0:${PORTSDIR}/textproc/gtkspell2
 +.else
 +CONFIGURE_ARGS+=        --without-gtkspell
 +.endif
 +
 +.ifdef(WITH_XMMS)
 +LIB_DEPENDS+=	xmms.3:${PORTSDIR}/multimedia/xmms
 +.else
 +CONFIGURE_ARGS+=	--without-xmms
 +.endif
 +
 +.ifdef(WITH_GTKHTML)
 +LIB_DEPENDS+=	gtkhtml-3.0.1:${PORTSDIR}/www/gtkhtml3
 +.else
 +CONFIGURE_ARGS+=	--without-gtkhtml
 +.endif
 +
 +pre-everything::
 +	@${ECHO_MSG} ""
 +	@${ECHO_MSG} "logjam has the following tunable option(s):"
 +	@${ECHO_MSG} "		WITH_GTKSPELL	Enable spell checking"
 +	@${ECHO_MSG} "		WITH_XMMS	Enable XMMS music detection"
 +	@${ECHO_MSG} "		WITH_GTKHTML	Enable GTK HTML3 preview"
 +	@${ECHO_MSG} ""
  
  .include <bsd.port.mk>
 diff -ruN logjam2/distinfo logjam2-4.1.2/distinfo
 --- logjam2/distinfo	Thu Apr 24 19:04:44 2003
 +++ logjam2-4.1.2/distinfo	Thu May 15 22:56:15 2003
 @@ -1 +1 @@
 -MD5 (logjam-4.1.0.tar.gz) = 35770931d859a137bfdfd00286016a44
 +MD5 (logjam-4.1.2.tar.gz) = bc66aa66be412819bc862e58c11461ff
 diff -ruN logjam2/pkg-descr logjam2-4.1.2/pkg-descr
 --- logjam2/pkg-descr	Wed Jan 15 23:26:24 2003
 +++ logjam2-4.1.2/pkg-descr	Thu May 15 22:57:58 2003
 @@ -1,6 +1,8 @@
 -"LiveJournal.com... because you like to think other people care."
 -LogJam is a GTK-2 client for LiveJournal.  It sits unobtrusively in the
 -corner of your screen, waiting for you to have something worthwhile to
 -tell the world.
 +"LiveJournal.com... because you like to think other people care." LogJam is
 +a GTK2 client for the LiveJournal API.  It sits unobtrusively in the corner
 +of your screen, waiting for you to have something worthwhile to tell the
 +world.  It can read your current music from XMMS, spellcheck with gtkspell,
 +and offers preview capabilities using gtkhtml3.  It will interface with any
 +site running LiveJournal, not just www.livejournal.com.
  
 -WWW: http://logjam.danga.com/
 +It can read WWW: http://logjam.danga.com/
 
 --x+6KMIRAuhnl3hBn--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305201930.h4KJUAJV006359>