summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-08-22 12:48:43 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-08-22 12:48:43 +0000
commita0160dc5844a3f8873827701453fe1e565e67757 (patch)
treeeb637a248ece6ecee7242a338a9cce622fbd4cff /editors
parent- Update to 4.2.4 (diff)
- Update to 0.7
- Unbreak
Notes
Notes: svn path=/head/; revision=280180
Diffstat (limited to 'editors')
-rw-r--r--editors/fxite/Makefile16
-rw-r--r--editors/fxite/distinfo4
2 files changed, 13 insertions, 7 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile
index 55d3d7fa71b5..026ed47ff109 100644
--- a/editors/fxite/Makefile
+++ b/editors/fxite/Makefile
@@ -6,22 +6,28 @@
#
PORTNAME= fxite
-PORTVERSION= 0.6
-PORTREVISION= 23
+PORTVERSION= 0.7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= gahr@FreeBSD.org
COMMENT= An advanced cross-platform text editor
-LIB_DEPENDS= fxscintilla.22:${PORTSDIR}/x11-toolkits/fxscintilla
-
-BROKEN= does not compile
+LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
USE_GETTEXT= yes
+USE_LUA= yes
+USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
+CXXFLAGS+= -g -O0 -fPIC
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lintl"
+CONFIGURE_ARGS+=--with-system-lua \
+ --with-lua-pkg=lua-${LUA_VER}
PLIST_FILES= bin/fxite
+post-patch:
+ ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
+
.include <bsd.port.mk>
diff --git a/editors/fxite/distinfo b/editors/fxite/distinfo
index 5e1ebfd9259c..c2da3eca23a4 100644
--- a/editors/fxite/distinfo
+++ b/editors/fxite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fxite-0.6.tar.gz) = 9dfdc8b0ad91f918a3d1520e8bf0b4ca8ead2699f5c22a4d8edcd9832a895051
-SIZE (fxite-0.6.tar.gz) = 1031471
+SHA256 (fxite-0.7.tar.gz) = 909466a70ec62489ad858409ee16ffca4198c5673dc86e2657abc8b0596bb8a2
+SIZE (fxite-0.7.tar.gz) = 1084667