Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2014 11:50:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348943 - head/editors/madedit
Message-ID:  <201403241150.s2OBoZgK060654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 24 11:50:35 2014
New Revision: 348943
URL: http://svnweb.freebsd.org/changeset/ports/348943
QAT: https://qat.redports.org/buildarchive/r348943/

Log:
  Switch to wx 2.8
  Convert to stage
  Add missing USES=desktop-file-utils

Modified:
  head/editors/madedit/Makefile

Modified: head/editors/madedit/Makefile
==============================================================================
--- head/editors/madedit/Makefile	Mon Mar 24 11:48:19 2014	(r348942)
+++ head/editors/madedit/Makefile	Mon Mar 24 11:50:35 2014	(r348943)
@@ -3,17 +3,17 @@
 
 PORTNAME=	madedit
 PORTVERSION=	0.2.9
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An open-source and cross-platform text/hex editor
+COMMENT=	Open-source and cross-platform text/hex editor
 
 LICENSE=	GPLv2
 
-USES=		gettext pkgconfig dos2unix
-USE_WX=		2.6+
+USES=		gettext pkgconfig dos2unix desktop-file-utils
+USE_WX=		2.8+
 WANT_UNICODE=	yes
 
 LIB_DEPENDS+=	libboost_regex.so:${PORTSDIR}/devel/boost-libs
@@ -23,15 +23,10 @@ CONFIGURE_ARGS+=--with-wx-config=${WX_CO
 CONFIGURE_ENV+=	PKG_CONFIG="${PKG_CONFIG}" glib_gtk2_CFLAGS="${glib_gtk2_CFLAGS}" glib_gtk2_LIBS="${glib_gtk2_LIBS}"
 CXXFLAGS+=	${glib_gtk2_CFLAGS}
 
-PKG_CONFIG?=	${LOCALBASE}/bin/pkg-config
+PKG_CONFIG?=	${LOCALBASE}/bin/pkgconf
 glib_gtk2_CFLAGS=`${PKG_CONFIG} --cflags gtk+-2.0`
 glib_gtk2_LIBS=	`${PKG_CONFIG} --libs gtk+-2.0`
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+BROKEN_sparc64=	yes
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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