Index: head/editors/fxite/Makefile =================================================================== --- head/editors/fxite/Makefile (revision 362789) +++ head/editors/fxite/Makefile (revision 362790) @@ -1,56 +1,56 @@ # Created by: gahr # $FreeBSD$ PORTNAME= fxite PORTVERSION= 0.92 PORTREVISION= 1 CATEGORIES= editors MAINTAINER= gahr@FreeBSD.org COMMENT= Advanced cross-platform text editor LIB_DEPENDS= # OPTIONS_SINGLE= FOX OPTIONS_SINGLE_FOX= FOX16 FOX17 FOX16_DESC= Use FOX 1.6 FOX17_DESC= Use FOX 1.7 OPTIONS_DEFAULT= FOX16 USE_GITHUB= yes GH_ACCOUNT= yetanothergeek GH_TAGNAME= FXITE-0_91 GH_COMMIT= c2ecac3 USES= gmake pkgconfig lua:51 desktop-file-utils USE_AUTOTOOLS= aclocal autoconf automake ACLOCAL_ARGS= --force -I m4 AUTOMAKE_ARGS= --gnu --add-missing --copy -CXXFLAGS+= -fPIC -Wno-invalid-source-encoding -Wno-format +CXXFLAGS+= -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+=--with-system-lua \ --with-lua-pkg=lua-${LUA_VER} CONFIGURE_ENV+= FOX_CFLAGS="${FOX_CFLAGS}" \ FOX_LIBS="${FOX_LIBS}" .include .if ${PORT_OPTIONS:MFOX16} LIB_DEPENDS+= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/reswrap FOX_CFLAGS+= `fox-config --cflags` FOX_LIBS+= `fox-config --libs` .endif .if ${PORT_OPTIONS:MFOX17} LIB_DEPENDS+= libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17 CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/fox-1.7/reswrap FOX_CFLAGS+= `pkgconf fox17 --cflags` FOX_LIBS+= `pkgconf fox17 --libs` .endif PLIST_FILES= bin/fxite \ share/pixmaps/fxite.xpm \ share/applications/fxite.desktop .include Index: head/editors/fxite/files/patch-src_export.cpp =================================================================== --- head/editors/fxite/files/patch-src_export.cpp (nonexistent) +++ head/editors/fxite/files/patch-src_export.cpp (revision 362790) @@ -0,0 +1,11 @@ +--- src/export.cpp.orig 2014-07-24 14:11:00.000000000 +0200 ++++ src/export.cpp 2014-07-24 14:11:00.000000000 +0200 +@@ -464,7 +464,7 @@ + } + // start to write PDF file here (PDF1.4Ref(p63)) + // ASCII>127 characters to indicate binary-possible stream +- oT->write("%PDF-1.3\n%Η쏒\n"); ++ oT->write("%PDF-1.3\n%\267\276\255\252\n"); + styleCurrent = STYLE_DEFAULT; + + // build objects for font resources; note that font objects are Property changes on: head/editors/fxite/files/patch-src_export.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/fxite/files/patch-src_luafx.cpp =================================================================== --- head/editors/fxite/files/patch-src_luafx.cpp (nonexistent) +++ head/editors/fxite/files/patch-src_luafx.cpp (revision 362790) @@ -0,0 +1,11 @@ +--- src/luafx.cpp.orig 2014-07-24 14:16:55.000000000 +0200 ++++ src/luafx.cpp 2014-07-24 14:19:21.000000000 +0200 +@@ -173,7 +173,7 @@ + switch (toupper(type[0])) { + case 'I' : { + if (!lua_isnil(L,3)) { +- txt.format(sizeof(lua_Integer)>4?"%ld":"%d", luaL_checkinteger(L,3)); ++ txt.format("%ld", luaL_checkinteger(L,3)); + } + opt=INPUTDIALOG_INTEGER; + break; Property changes on: head/editors/fxite/files/patch-src_luafx.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property