Index: head/x11/eaglemode/Makefile =================================================================== --- head/x11/eaglemode/Makefile (revision 476178) +++ head/x11/eaglemode/Makefile (revision 476179) @@ -1,97 +1,96 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= eaglemode -PORTVERSION= 0.93.1 -PORTREVISION= 1 +PORTVERSION= 0.93.2 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Futuristic zoomable user environment LICENSE= GPLv3 LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 USES= compiler:features jpeg perl5 pkgconfig shebangfix tar:bzip2 USE_PERL5= build USE_XORG= x11 xext xxf86vm SUB_FILES= eaglemode.sh LLD_UNSAFE= yes BUILD_ARGS= continue=no .for lib in X11 jpeg png tiff BUILD_ARGS+= ${lib}-inc-dir="${LOCALBASE}/include" \ ${lib}-lib-dir="${LOCALBASE}/lib" .endfor DATADIR= ${PREFIX}/lib/${PORTNAME} PLIST_FILES= bin/${PORTNAME} PORTDATA= * OPTIONS_DEFINE= XINE RSVG PDF OPTIONS_DEFAULT=XINE RSVG PDF OPTIONS_SUB= yes RSVG_DESC= SVG support through librsvg PDF_DESC= PDF support through poppler-glib XINE_LIB_DEPENDS= libxine.so:multimedia/libxine RSVG_USE= GNOME=librsvg2 PDF_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib PDF_USE= GNOME=gtk20 .include .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 USE_GCC= yes .endif .if ${PORT_OPTIONS:MXINE} BUILD_ARGS+= xine-inc-dir="${LOCALBASE}/include" \ xine-lib-dir="${LOCALBASE}/lib" .endif post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|"-O2"|"${CFLAGS}"|' \ ${WRKSRC}/makers/unicc/plugins/unicc_gnu.pm @${FIND} ${WRKSRC} -name "*.pl" | ${XARGS} \ ${REINPLACE_CMD} -e '1s|/usr/bin/perl|${perl_CMD}|' post-patch-XINE-off: @${RM} ${WRKSRC}/makers/emAv.maker.pm post-patch-RSVG-off: @${RM} ${WRKSRC}/makers/emSvg.maker.pm post-patch-PDF-off: @${RM} ${WRKSRC}/makers/emPdf.maker.pm do-build: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PERL} make.pl build ${BUILD_ARGS}) do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${PERL} make.pl install dir=${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/eaglemode.sh ${STAGEDIR}${PREFIX}/bin/eaglemode @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eaglemode/bin/* \ ${STAGEDIR}${PREFIX}/lib/eaglemode/lib/*.so \ ${STAGEDIR}${PREFIX}/lib/eaglemode/lib/emClock/emTimeZonesProc \ ${STAGEDIR}${PREFIX}/lib/eaglemode/lib/emTmpConv/emTmpConvProc do-install-XINE-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eaglemode/lib/emAv/emAvServerProc_xine do-install-RSVG-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eaglemode/lib/emSvg/emSvgServerProc do-install-PDF-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eaglemode/lib/emPdf/emPdfServerProc .include Index: head/x11/eaglemode/distinfo =================================================================== --- head/x11/eaglemode/distinfo (revision 476178) +++ head/x11/eaglemode/distinfo (revision 476179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510056800 -SHA256 (eaglemode-0.93.1.tar.bz2) = c8cf84d66c18e38537326a78089f69251c6079a5d7c808cce75dcf890cdb333c -SIZE (eaglemode-0.93.1.tar.bz2) = 16540753 +TIMESTAMP = 1532802088 +SHA256 (eaglemode-0.93.2.tar.bz2) = 28724e92d17d9cb6a6dc5de5b5097e5c85389abffde3d216a33188a8f0de9bf9 +SIZE (eaglemode-0.93.2.tar.bz2) = 16541578 Index: head/x11/eaglemode/files/patch-makers-emAv.maker.pm =================================================================== --- head/x11/eaglemode/files/patch-makers-emAv.maker.pm (revision 476178) +++ head/x11/eaglemode/files/patch-makers-emAv.maker.pm (nonexistent) @@ -1,12 +0,0 @@ ---- makers/emAv.maker.pm.orig 2008-10-29 08:27:34.000000000 +0300 -+++ makers/emAv.maker.pm 2008-10-30 00:03:52.000000000 +0300 -@@ -87,8 +87,7 @@ - $options{'xine-lib-dir'} ne '' ? ( - "--lib-search-dir", $options{'xine-lib-dir'} - ) : (), -- "--link" , "xine", -- "--link" , "pthread", -+ "--link" , "xine ".(`xine-config --libs | tr -d '\\n'`), - "--type" , "cexe", - "--name" , "emAvServerProc_xine", - "src/emAv/emAvServerProc_xine.c" Property changes on: head/x11/eaglemode/files/patch-makers-emAv.maker.pm ___________________________________________________________________ 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