Index: head/math/gnuplot/Makefile =================================================================== --- head/math/gnuplot/Makefile (revision 409382) +++ head/math/gnuplot/Makefile (revision 409383) @@ -1,97 +1,98 @@ # $FreeBSD$ PORTNAME= gnuplot -PORTVERSION= 5.0.1 -PORTREVISION= 1 +PORTVERSION= 5.0.2 CATEGORIES= math graphics MASTER_SITES= SF MAINTAINER= glewis@FreeBSD.org COMMENT= Command-line driven graphing utility USES= iconv lua pkgconfig readline USE_TEX= kpathsea GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ENV= LUA_VER="${LUA_VER}" CONFIGURE_ARGS+=--with-readline=gnu \ --with-kpsexpand \ --without-linux-vga \ --without-lisp-files \ --without-tutorial \ --with-bitmap-terminals \ + --with-gpic \ + --with-mif \ --with-latex \ --with-qt=no \ ac_cv_prog_KPSEXPAND=${LOCALBASE}/bin/kpsexpand \ ac_cv_prog_PLAINTEX=${LOCALBASE}/bin/tex \ ac_cv_prog_LATEX=${LOCALBASE}/bin/latex \ ac_cv_prog_PDFLATEX=${LOCALBASE}/bin/pdflatex PORTDOCS= * PORTEXAMPLES= * # MAKE_JOBS_UNSAFE=yes OPTIONS_DEFINE= CAIRO DOCS EXAMPLES GD GRIDBOX PDF THINSPLINES WX X11 GRIDBOX_DESC= Use the gridbox optimization for hidden3d THINSPLINES_DESC= Enable thin plate splines for grids in dgrid3d WX_DESC= wxWidgets (formerly wxWindows) support OPTIONS_DEFAULT=CAIRO GD WX X11 OPTIONS_SUB= yes CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo CAIRO_USE= GNOME=pango CAIRO_CONFIGURE_WITH= cairo GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd GD_CONFIGURE_ON= --with-gd=${LOCALBASE} GD_CONFIGURE_OFF+= --without-gd GRIDBOX_CONFIGURE_OFF= --disable-h3d-quadtree --enable-h3d-gridbox PDF_LIB_DEPENDS= libpdf.so:${PORTSDIR}/print/pdflib PDF_CONFIGURE_ON= --with-pdf=${LOCALBASE} PDF_CONFIGURE_OFF= --without-pdf THINSPLINES_CONFIGURE_ENABLE= thin-splines X11_USE= XORG=x11 .include .if ${PORT_OPTIONS:MWX} # Version 3.x of WX currently cause gnuplot to crash. # Do not update without this without testing. USE_WX= 2.8 WX_CONF_ARGS= absolute .else CONFIGURE_ARGS+= --disable-wxwidgets .endif post-patch: @${REINPLACE_CMD} -e \ '/^install:/s/install-am//' ${WRKSRC}/share/LaTeX/Makefile.in @${REINPLACE_CMD} -e \ 's|)/@PACKAGE@/@PKG_MAJOR@|)|g' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e \ 's|luaL_checkint(|(int)luaL_checkinteger(|' ${WRKSRC}/term/lua.trm .if ${PORT_OPTIONS:MDOCS} post-build: @cd ${WRKSRC}/docs && ${MAKE} groff .endif post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/psdoc cd ${WRKSRC}/docs && ${INSTALL_DATA} gnuplot.txt gnuplot.dvi \ gnuplot.ps ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${STAGEDIR}${DOCSDIR}/psdoc .endif check test: build @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) .include Index: head/math/gnuplot/distinfo =================================================================== --- head/math/gnuplot/distinfo (revision 409382) +++ head/math/gnuplot/distinfo (revision 409383) @@ -1,2 +1,2 @@ -SHA256 (gnuplot-5.0.1.tar.gz) = 7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47 -SIZE (gnuplot-5.0.1.tar.gz) = 4963747 +SHA256 (gnuplot-5.0.2.tar.gz) = 5a2b31d375f56d29272193370705164cde49545a332841183bcca44f02b1d890 +SIZE (gnuplot-5.0.2.tar.gz) = 5023097 Index: head/math/gnuplot/files/patch-docs-Makefile.in =================================================================== --- head/math/gnuplot/files/patch-docs-Makefile.in (nonexistent) +++ head/math/gnuplot/files/patch-docs-Makefile.in (revision 409383) @@ -0,0 +1,35 @@ +--- docs/Makefile.in.orig 2015-12-31 21:24:50.000000000 -0800 ++++ docs/Makefile.in 2016-02-21 16:00:10.574203000 -0800 +@@ -927,15 +927,15 @@ + + grotxt: gnuplot.txt + gnuplot.txt: gnuplot.ms $(srcdir)/titlepag.ms +- $(AM_V_GEN) groff -s -p -t -e -ms -Tlatin1 $< > $@ ++ $(AM_V_GEN) groff -s -p -t -e -ms -Tlatin1 gnuplot.ms > $@ + + grodvi: gnuplot-groff.dvi + gnuplot-groff.dvi: gnuplot.ms $(srcdir)/titlepag.ms +- $(AM_V_GEN) groff -s -p -t -e -ms -Tdvi $< > $@ ++ $(AM_V_GEN) groff -s -p -t -e -ms -Tdvi gnuplot.ms > gnuplot.dvi + + grops: gnuplot-groff.ps + gnuplot-groff.ps: gnuplot.ms $(srcdir)/titlepag.ms +- $(AM_V_GEN) groff -s -p -t -e -ms -Tps $< > $@ ++ $(AM_V_GEN) groff -s -p -t -e -ms -Tps gnuplot.ms > gnuplot.ps + + ### doc2xxx dependencies + gnuplot.ms: doc2ms$(EXEEXT) $(srcdir)/gnuplot.doc +@@ -1077,11 +1077,11 @@ + $(AM_V_GEN) ./doc2wxhtml$(EXEEXT) $(srcdir)/gnuplot.doc wxhelp/ + + doc2wxhtml$(EXEEXT): wxhelp/doc2html.o termdoc.o xref.o $(SRC_VERSION_O) +- $(AM_V_CCLD) $(LINK) $^ ++ $(AM_V_CCLD) $(LINK) wxhelp/doc2html.o termdoc.o xref.o $(SRC_VERSION_O) + + wxhelp/doc2html.o: $(srcdir)/windows/doc2html.c $(BUILT_SOURCES) + $(AM_V_AT)[ -d wxhelp ] || mkdir wxhelp +- $(AM_V_CC) $(COMPILE) -c -o $@ -I.. -DALL_TERM_DOC -DWXHELP $< ++ $(AM_V_CC) $(COMPILE) -c -o $@ -I.. -DALL_TERM_DOC -DWXHELP $(srcdir)/windows/doc2html.c + + # HBB FIXME 2015-06-28: this is how the above really should be handled, but it causes + # problems with the way automake handles its 'subdir-objects' option. Property changes on: head/math/gnuplot/files/patch-docs-Makefile.in ___________________________________________________________________ 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