svn commit: r349160 - head/deskutils/logjam

Roman Bogorodskiy novel at FreeBSD.org
Tue Mar 25 16:37:50 UTC 2014


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


More information about the svn-ports-head mailing list