Index: head/x11-fm/xfe/Makefile =================================================================== --- head/x11-fm/xfe/Makefile (revision 399283) +++ head/x11-fm/xfe/Makefile (revision 399284) @@ -1,37 +1,39 @@ # Created by: ptiJo # $FreeBSD$ PORTNAME= xfe -PORTVERSION= 1.40 +PORTVERSION= 1.40.1 CATEGORIES= x11-fm MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Fast MS-Explorer like file manager for X LICENSE= GPLv2 LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls -USES= desktop-file-utils gettext gmake pathfix +USES= desktop-file-utils gmake pathfix USE_XORG= xft USE_GNOME= intltool GNU_CONFIGURE= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread post-patch: .for i in XFileExplorer.cpp help.h xfedefs.h @${REINPLACE_CMD} -e \ 's|/usr/local/share/xfe|${DATADIR}|g' ${WRKSRC}/src/${i} .endfor @${REINPLACE_CMD} -e \ '//d' ${WRKSRC}/xvt/ttyinit.c .include Index: head/x11-fm/xfe/distinfo =================================================================== --- head/x11-fm/xfe/distinfo (revision 399283) +++ head/x11-fm/xfe/distinfo (revision 399284) @@ -1,2 +1,2 @@ -SHA256 (xfe-1.40.tar.gz) = 2b476f15beff1a1ce85dd4ce6559bb7ceca78b866c63fb4986456862a36862a8 -SIZE (xfe-1.40.tar.gz) = 2574477 +SHA256 (xfe-1.40.1.tar.gz) = ec3d9495bb329c6199f6265dbfb514ffd3bdb8801e36ccc4e8fac6cea15bcc71 +SIZE (xfe-1.40.1.tar.gz) = 2627754 Index: head/x11-fm/xfe/files/patch-src__main.cpp =================================================================== --- head/x11-fm/xfe/files/patch-src__main.cpp (revision 399283) +++ head/x11-fm/xfe/files/patch-src__main.cpp (nonexistent) @@ -1,19 +0,0 @@ ---- src/main.cpp.orig -+++ src/main.cpp -@@ -270,6 +270,7 @@ - const char *vdrname = "Xfe"; - int i; - FXbool loadicons; -+ FXString cmd; - FXString startfiledir1=""; - FXString startdir2=""; - FXbool iconic=false; -@@ -307,7 +308,7 @@ - // - if dpkg exists then the system uses deb packages - // - else if rpm exists, then the system uses rpm packages - // - else another (unsupported) package manager is used -- FXString cmd, str; -+ FXString str; - - cmd="dpkg --version"; - str=getCommandOutput(cmd); Property changes on: head/x11-fm/xfe/files/patch-src__main.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-fm/xfe/files/patch-xfeutils_cpp =================================================================== --- head/x11-fm/xfe/files/patch-xfeutils_cpp (nonexistent) +++ head/x11-fm/xfe/files/patch-xfeutils_cpp (revision 399284) @@ -0,0 +1,39 @@ +--- src/xfeutils.cpp.orig 2015-09-07 15:32:21 UTC ++++ src/xfeutils.cpp +@@ -563,36 +563,6 @@ int lstatmt(const char* filename, struct + #endif + + +-// Safe strcpy function (Public domain, by C.B. Falconer) +-// The destination string is always null terminated +-// Size sz must be equal to strlen(src)+1 +-size_t strlcpy(char* dst, const char* src, size_t sz) +-{ +- const char *start = src; +- +- if (src && sz--) +- { +- while ((*dst++ = *src)) +- if (sz--) +- src++; +- else +- { +- *(--dst) = '\0'; +- break; +- } +- } +- if (src) +- { +- while (*src++) +- continue; +- return src - start - 1; +- } +- else if (sz) +- *dst = '\0'; +- return 0; +-} +- +- + // Safe strcat function (Public domain, by C.B. Falconer) + // The destination string is always null terminated + size_t strlcat(char* dst, const char* src, size_t sz) Property changes on: head/x11-fm/xfe/files/patch-xfeutils_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