svn commit: r387532 - head/x11/eaglemode
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed May 27 00:53:54 UTC 2015
Author: amdmi3
Date: Wed May 27 00:53:53 2015
New Revision: 387532
URL: https://svnweb.freebsd.org/changeset/ports/387532
Log:
- Update to 0.89.0
- Fix shebangs
Modified:
head/x11/eaglemode/Makefile
head/x11/eaglemode/distinfo
Modified: head/x11/eaglemode/Makefile
==============================================================================
--- head/x11/eaglemode/Makefile Wed May 27 00:50:03 2015 (r387531)
+++ head/x11/eaglemode/Makefile Wed May 27 00:53:53 2015 (r387532)
@@ -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}/grap
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>
Modified: head/x11/eaglemode/distinfo
==============================================================================
--- head/x11/eaglemode/distinfo Wed May 27 00:50:03 2015 (r387531)
+++ head/x11/eaglemode/distinfo Wed May 27 00:53:53 2015 (r387532)
@@ -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
More information about the svn-ports-all
mailing list