aboutsummaryrefslogtreecommitdiff
path: root/x11/eaglemode
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 00:53:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-27 00:53:53 +0000
commitf5e6a780239234bbfdf187c6e877cae22b561cc1 (patch)
tree124775e36bde193248024ac977e24f4eddddb2df /x11/eaglemode
parentbedb4bb565614b37869d91c9bab75d0be393e9f0 (diff)
downloadports-f5e6a780239234bbfdf187c6e877cae22b561cc1.tar.gz
ports-f5e6a780239234bbfdf187c6e877cae22b561cc1.zip
- Update to 0.89.0
- Fix shebangs
Notes
Notes: svn path=/head/; revision=387532
Diffstat (limited to 'x11/eaglemode')
-rw-r--r--x11/eaglemode/Makefile15
-rw-r--r--x11/eaglemode/distinfo4
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