diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:53:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:53:53 +0800 |
commit | 352a566280971ccdceb088da1784008b0b5a96f5 (patch) | |
tree | 124775e36bde193248024ac977e24f4eddddb2df /x11 | |
parent | e9f0ffd2f1393dced83ddc6cbe1f67edfc4cb9f9 (diff) | |
download | freebsd-ports-gnome-352a566280971ccdceb088da1784008b0b5a96f5.tar.gz freebsd-ports-gnome-352a566280971ccdceb088da1784008b0b5a96f5.tar.zst freebsd-ports-gnome-352a566280971ccdceb088da1784008b0b5a96f5.zip |
- Update to 0.89.0
- Fix shebangs
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eaglemode/Makefile | 15 | ||||
-rw-r--r-- | x11/eaglemode/distinfo | 4 |
2 files changed, 13 insertions, 6 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index a0f9073723f5..d8056b9bb453 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eaglemode -PORTVERSION= 0.88.0 +PORTVERSION= 0.89.0 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,10 +16,11 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ libfreetype.so:${PORTSDIR}/print/freetype2 -USES= tar:bzip2 perl5 pkgconfig +USES= compiler:features perl5 pkgconfig shebangfix tar:bzip2 USE_PERL5= build USE_XORG= x11 xext xxf86vm SUB_FILES= eaglemode.sh +WANT_GNOME= yes BUILD_ARGS= continue=no @@ -37,7 +38,11 @@ OPTIONS_DEFAULT=XINE RSVG PDF RSVG_DESC= SVG support through librsvg PDF_DESC= PDF support through poppler-glib -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42 +USE_GCC= yes +.endif .if ${PORT_OPTIONS:MXINE} LIB_DEPENDS+= libxine.so:${PORTSDIR}/multimedia/libxine @@ -75,6 +80,8 @@ post-patch: .if ! ${PORT_OPTIONS:MPDF} @${RM} -f ${WRKSRC}/makers/emPdf.maker.pm .endif + @${FIND} ${WRKSRC} -name "*.pl" | ${XARGS} \ + ${REINPLACE_CMD} -e '1s|${perl_OLD_CMD}|${perl_CMD}|' do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ @@ -98,4 +105,4 @@ do-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eaglemode/lib/emPdf/emPdfServerProc .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11/eaglemode/distinfo b/x11/eaglemode/distinfo index b0e3486fac59..bfc9c6797719 100644 --- a/x11/eaglemode/distinfo +++ b/x11/eaglemode/distinfo @@ -1,2 +1,2 @@ -SHA256 (eaglemode-0.88.0.tar.bz2) = 17d55378dddcb4908a5dc2902c06011d2667e06f06fd563c7f0880600642cdf3 -SIZE (eaglemode-0.88.0.tar.bz2) = 4877641 +SHA256 (eaglemode-0.89.0.tar.bz2) = 916a198ffb7d4d77cdfb79c020df085603db9cad49eeb9b58a5fac0e12292ea2 +SIZE (eaglemode-0.89.0.tar.bz2) = 4931577 |