svn commit: r348943 - head/editors/madedit
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 24 11:50:35 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list