Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 16:37:50 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349160 - head/deskutils/logjam
Message-ID:  <201403251637.s2PGboRJ081679@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Tue Mar 25 16:37:49 2014
New Revision: 349160
URL: http://svnweb.freebsd.org/changeset/ports/349160
QAT: https://qat.redports.org/buildarchive/r349160/

Log:
  - Stage support
  - Convert to USES=pathfix from using gnomehack
  - Conver to USES=gmake from USE_GMAKE

Modified:
  head/deskutils/logjam/Makefile
  head/deskutils/logjam/pkg-plist

Modified: head/deskutils/logjam/Makefile
==============================================================================
--- head/deskutils/logjam/Makefile	Tue Mar 25 16:32:28 2014	(r349159)
+++ head/deskutils/logjam/Makefile	Tue Mar 25 16:37:49 2014	(r349160)
@@ -13,14 +13,11 @@ COMMENT=	A GTK2 interface to livejournal
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
 
-MAN1=		logjam.1
-
-USES=		pkgconfig
+USES=		pkgconfig gmake pathfix
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack gnomeprefix gtk20 libxml2 intlhack
+USE_GNOME=	gnomeprefix gtk20 libxml2 intlhack
 CONFIGURE_ARGS=	--program-transform-name="s/$$//"
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -44,7 +41,6 @@ PLIST_SUB+=		WITH_XMMS="@comment "
 CONFIGURE_ARGS+=	--without-xmms
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${HAVE_GNOME:Mgtkhtml3}!=""

Modified: head/deskutils/logjam/pkg-plist
==============================================================================
--- head/deskutils/logjam/pkg-plist	Tue Mar 25 16:32:28 2014	(r349159)
+++ head/deskutils/logjam/pkg-plist	Tue Mar 25 16:37:49 2014	(r349160)
@@ -1,4 +1,5 @@
 bin/logjam
+man/man1/logjam.1.gz
 %%WITH_XMMS%%bin/logjam-xmms-client
 share/applications/logjam.desktop
 share/pixmaps/logjam_goat.png



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