Index: head/archivers/file-roller/Makefile =================================================================== --- head/archivers/file-roller/Makefile (revision 383818) +++ head/archivers/file-roller/Makefile (revision 383819) @@ -1,60 +1,56 @@ # Created by: Anders Nordby # $FreeBSD$ # $MCom: ports/trunk/archivers/file-roller/Makefile 20062 2014-11-10 22:05:52Z gusi $ PORTNAME= file-roller PORTVERSION= 3.14.2 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Archive manager for zip files, tar, etc BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ unzip:${PORTSDIR}/archivers/unzip USES= desktop-file-utils gettext gmake libtool \ pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack introspection:build USE_XORG= sm INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-packagekit INSTALL_TARGET= install-strip PORTDOCS= AUTHORS NEWS README TODO ChangeLog GLIB_SCHEMAS= org.gnome.FileRoller.gschema.xml OPTIONS_SUB= yes OPTIONS_DEFINE= NAUTILUS OPTIONS_DEFAULT=NAUTILUS NAUTILUS_DESC= Enable Nautilus extension NAUTILUS_USE= GNOME=nautilus3 NAUTILUS_CONFIGURE_ENABLE= nautilus-actions post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/fr-command-tar.c \ ${WRKSRC}/src/fr-command-zip.c .include -.if ${OSVERSION} < 900000 -BROKEN= Fails to build -.endif - post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR} .endfor .endif .include Index: head/archivers/file-roller/files/patch-src_fr-command-patch-src_fr-command-lrzip.c =================================================================== --- head/archivers/file-roller/files/patch-src_fr-command-patch-src_fr-command-lrzip.c (nonexistent) +++ head/archivers/file-roller/files/patch-src_fr-command-patch-src_fr-command-lrzip.c (revision 383819) @@ -0,0 +1,14 @@ +--- src/fr-command-lrzip.c.orig 2014-08-12 22:21:20.000000000 -0700 ++++ src/fr-command-lrzip.c 2014-12-02 23:31:58.000000000 -0800 +@@ -45,7 +45,11 @@ + + struct stat st; + if (stat (comm->filename, &st) == 0) ++#if __FreeBSD_version < 900011 ++ fdata->modified = st.st_mtimespec.tv_sec; ++#else + fdata->modified = st.st_mtim.tv_sec; ++#endif + else + time(&(fdata->modified)); + Property changes on: head/archivers/file-roller/files/patch-src_fr-command-patch-src_fr-command-lrzip.c ___________________________________________________________________ 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