FreeBSD Bugzilla – Attachment 151581 Details for
Bug 196602
[Bug 196602] [UPDATE] devel/goffice010 to 0.10.18
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update devel/goffice010
goffice010.diff (text/plain), 12.98 KB, created by
Olivier Duchateau
on 2015-01-13 19:55:48 UTC
(
hide
)
Description:
Patch to update devel/goffice010
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2015-01-13 19:55:48 UTC
Size:
12.98 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 376983) >+++ Makefile (copie de travail) >@@ -3,7 +3,7 @@ > # $MCom: ports/trunk/devel/goffice/Makefile 18385 2013-04-22 12:56:25Z kwm $ > > PORTNAME= goffice >-PORTVERSION= 0.10.11 >+PORTVERSION= 0.10.18 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > PKGNAMESUFFIX= 010 >@@ -14,18 +14,21 @@ > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 libxslt >+USE_GNOME= gtk30 intlhack libgsf librsvg2 libxslt introspection:build > USES= gettext gmake libtool pathfix pkgconfig tar:xz >+USE_XORG= xrender xext > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip >-CONFIGURE_ARGS= --with-lasem=no --with-config-backend=gsettings >-CONFIGURE_ARGS+=--enable-compile-warnings=no >+CONFIGURE_ARGS= --with-lasem=no --with-config-backend=gsettings \ >+ --enable-compile-warnings=no \ >+ --enable-introspection=yes \ >+ --without-html-dir > >-PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} >-SHORT_VER= 0.10 >+PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${PORTVERSION:R} >+SHORT_VER= ${PORTVERSION:R} > > post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/lib/goffice/${SHORT_VER}/plugins >Index: distinfo >=================================================================== >--- distinfo (révision 376983) >+++ distinfo (copie de travail) >@@ -1,2 +1,2 @@ >-SHA256 (goffice-0.10.11.tar.xz) = 43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24 >-SIZE (goffice-0.10.11.tar.xz) = 2228656 >+SHA256 (goffice-0.10.18.tar.xz) = 4743a148d4452743f3484ed28285a6889adb4af2a61b72448e0ddfe7d5142c64 >+SIZE (goffice-0.10.18.tar.xz) = 2306320 >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 376983) >+++ pkg-plist (copie de travail) >@@ -108,6 +108,7 @@ > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-image-sel.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h >+include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-math-editor.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h > include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h >@@ -120,6 +121,7 @@ > include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h >+include/libgoffice-%%SHORT_VER%%/goffice/math/go-dtoa.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h > include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix.h >@@ -146,6 +148,7 @@ > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h >+include/libgoffice-%%SHORT_VER%%/goffice/utils/go-mml-to-itex.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h >@@ -158,9 +161,11 @@ > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-styled-object.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-svg.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h >+include/libgoffice-%%SHORT_VER%%/goffice/utils/go-unit.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h > include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h >+lib/girepository-1.0/GOffice-%%SHORT_VER%%.typelib > lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so > lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml > lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml >@@ -190,166 +195,17 @@ > lib/goffice/%%VERSION%%/plugins/smoothing/types.xml > lib/libgoffice-%%SHORT_VER%%.so > lib/libgoffice-%%SHORT_VER%%.so.10 >-lib/libgoffice-%%SHORT_VER%%.so.10.0.11 >+lib/libgoffice-%%SHORT_VER%%.so.10.0.18 > libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc >-share/doc/goffice-%%SHORT_VER%%/GOArrow.html >-share/doc/goffice-%%SHORT_VER%%/GOBezierSpline.html >-share/doc/goffice-%%SHORT_VER%%/GOCalendarButton.html >-share/doc/goffice-%%SHORT_VER%%/GOCharmapSel.html >-share/doc/goffice-%%SHORT_VER%%/GOCmdContext.html >-share/doc/goffice-%%SHORT_VER%%/GOColorGroup.html >-share/doc/goffice-%%SHORT_VER%%/GOComboBox.html >-share/doc/goffice-%%SHORT_VER%%/GOComboColor.html >-share/doc/goffice-%%SHORT_VER%%/GOComboPixmaps.html >-share/doc/goffice-%%SHORT_VER%%/GOComponent.html >-share/doc/goffice-%%SHORT_VER%%/GOData.html >-share/doc/goffice-%%SHORT_VER%%/GODataMatrix.html >-share/doc/goffice-%%SHORT_VER%%/GODataScalar.html >-share/doc/goffice-%%SHORT_VER%%/GODateConventions.html >-share/doc/goffice-%%SHORT_VER%%/GODistribution.html >-share/doc/goffice-%%SHORT_VER%%/GODoc.html >-share/doc/goffice-%%SHORT_VER%%/GODocControl.html >-share/doc/goffice-%%SHORT_VER%%/GOEditor.html >-share/doc/goffice-%%SHORT_VER%%/GOErrorInfo.html >-share/doc/goffice-%%SHORT_VER%%/GOFileSaver.html >-share/doc/goffice-%%SHORT_VER%%/GOFontSel.html >-share/doc/goffice-%%SHORT_VER%%/GOFormat.html >-share/doc/goffice-%%SHORT_VER%%/GOFormatSel.html >-share/doc/goffice-%%SHORT_VER%%/GOGraphWidget.html >-share/doc/goffice-%%SHORT_VER%%/GOIOContext.html >-share/doc/goffice-%%SHORT_VER%%/GOImage.html >-share/doc/goffice-%%SHORT_VER%%/GOLocaleSel.html >-share/doc/goffice-%%SHORT_VER%%/GOMarker.html >-share/doc/goffice-%%SHORT_VER%%/GOOptionMenu.html >-share/doc/goffice-%%SHORT_VER%%/GOPalette.html >-share/doc/goffice-%%SHORT_VER%%/GOPath.html >-share/doc/goffice-%%SHORT_VER%%/GOPersist.html >-share/doc/goffice-%%SHORT_VER%%/GOPixbuf.html >-share/doc/goffice-%%SHORT_VER%%/GOPlugin.html >-share/doc/goffice-%%SHORT_VER%%/GOPluginLoader.html >-share/doc/goffice-%%SHORT_VER%%/GOPluginLoaderModule.html >-share/doc/goffice-%%SHORT_VER%%/GOPluginService.html >-share/doc/goffice-%%SHORT_VER%%/GORotationSel.html >-share/doc/goffice-%%SHORT_VER%%/GOSearchReplace.html >-share/doc/goffice-%%SHORT_VER%%/GOSelector.html >-share/doc/goffice-%%SHORT_VER%%/GOString.html >-share/doc/goffice-%%SHORT_VER%%/GOStyle.html >-share/doc/goffice-%%SHORT_VER%%/GOStyledObject.html >-share/doc/goffice-%%SHORT_VER%%/GOUndoUnary.html >-share/doc/goffice-%%SHORT_VER%%/GoView.html >-share/doc/goffice-%%SHORT_VER%%/GocArc.html >-share/doc/goffice-%%SHORT_VER%%/GocCanvas.html >-share/doc/goffice-%%SHORT_VER%%/GocCircle.html >-share/doc/goffice-%%SHORT_VER%%/GocEllipse.html >-share/doc/goffice-%%SHORT_VER%%/GocGraph.html >-share/doc/goffice-%%SHORT_VER%%/GocGroup.html >-share/doc/goffice-%%SHORT_VER%%/GocItem.html >-share/doc/goffice-%%SHORT_VER%%/GocLine.html >-share/doc/goffice-%%SHORT_VER%%/GocPixbuf.html >-share/doc/goffice-%%SHORT_VER%%/GocPolygon.html >-share/doc/goffice-%%SHORT_VER%%/GocPolyline.html >-share/doc/goffice-%%SHORT_VER%%/GocRectangle.html >-share/doc/goffice-%%SHORT_VER%%/GocStyledItem.html >-share/doc/goffice-%%SHORT_VER%%/GocText.html >-share/doc/goffice-%%SHORT_VER%%/GocWidget.html >-share/doc/goffice-%%SHORT_VER%%/Gog3DBox.html >-share/doc/goffice-%%SHORT_VER%%/GogAxis.html >-share/doc/goffice-%%SHORT_VER%%/GogAxisColorMap.html >-share/doc/goffice-%%SHORT_VER%%/GogAxisLine.html >-share/doc/goffice-%%SHORT_VER%%/GogAxisMap.html >-share/doc/goffice-%%SHORT_VER%%/GogChart.html >-share/doc/goffice-%%SHORT_VER%%/GogChartMap.html >-share/doc/goffice-%%SHORT_VER%%/GogColorScale.html >-share/doc/goffice-%%SHORT_VER%%/GogDataEditor.html >-share/doc/goffice-%%SHORT_VER%%/GogDataset.html >-share/doc/goffice-%%SHORT_VER%%/GogErrorBar.html >-share/doc/goffice-%%SHORT_VER%%/GogGraph.html >-share/doc/goffice-%%SHORT_VER%%/GogGrid.html >-share/doc/goffice-%%SHORT_VER%%/GogGridLine.html >-share/doc/goffice-%%SHORT_VER%%/GogLabel.html >-share/doc/goffice-%%SHORT_VER%%/GogLegend.html >-share/doc/goffice-%%SHORT_VER%%/GogObject.html >-share/doc/goffice-%%SHORT_VER%%/GogOutlinedView.html >-share/doc/goffice-%%SHORT_VER%%/GogPlot.html >-share/doc/goffice-%%SHORT_VER%%/GogRegCurve.html >-share/doc/goffice-%%SHORT_VER%%/GogRegEqn.html >-share/doc/goffice-%%SHORT_VER%%/GogRenderer.html >-share/doc/goffice-%%SHORT_VER%%/GogSeries.html >-share/doc/goffice-%%SHORT_VER%%/GogSeriesLabels.html >-share/doc/goffice-%%SHORT_VER%%/GogSeriesLines.html >-share/doc/goffice-%%SHORT_VER%%/GogSmoothedCurve.html >-share/doc/goffice-%%SHORT_VER%%/GogStyledObject.html >-share/doc/goffice-%%SHORT_VER%%/GogText.html >-share/doc/goffice-%%SHORT_VER%%/GogTrendLine.html >-share/doc/goffice-%%SHORT_VER%%/GogView.html >-share/doc/goffice-%%SHORT_VER%%/annotation-glossary.html >-share/doc/goffice-%%SHORT_VER%%/ch01.html >-share/doc/goffice-%%SHORT_VER%%/ch02.html >-share/doc/goffice-%%SHORT_VER%%/ch03.html >-share/doc/goffice-%%SHORT_VER%%/ch04.html >-share/doc/goffice-%%SHORT_VER%%/ch05.html >-share/doc/goffice-%%SHORT_VER%%/ch06.html >-share/doc/goffice-%%SHORT_VER%%/ch07.html >-share/doc/goffice-%%SHORT_VER%%/ch08.html >-share/doc/goffice-%%SHORT_VER%%/ch09.html >-share/doc/goffice-%%SHORT_VER%%/ch10.html >-share/doc/goffice-%%SHORT_VER%%/ch11.html >-share/doc/goffice-%%SHORT_VER%%/ch12.html >-share/doc/goffice-%%SHORT_VER%%/ch13.html >-share/doc/goffice-%%SHORT_VER%%/ch14.html >-share/doc/goffice-%%SHORT_VER%%/ch15.html >-share/doc/goffice-%%SHORT_VER%%/ch16.html >-share/doc/goffice-%%SHORT_VER%%/ch17.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cairo-utilities.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Components-factory.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Cubic-splines.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Encapsulated-Postscript-support.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Families-and-types.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Fast-Fourier-transform.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-File-utilities.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Files.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GLib-extras.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOAccumulator.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOColor.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOComplex.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GODataCVector.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFileOpeners.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOFont.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOPattern.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GOQuad.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORange.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegexp.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GORegression.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Geometry-helpers.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gettings-Started-with-GOffice.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-GogTool.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Gradient.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Graph-editor-dialog.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-LibXML-extras.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Line.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Mathematics.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Miscellaneous.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Scalable-Vector-Graphics-support.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Simple-data.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Structures.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Theming.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-URL-utilities.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Units.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Utils.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%-Windows-Metafiles-support.html >-share/doc/goffice-%%SHORT_VER%%/goffice-%%SHORT_VER%%.devhelp2 >-share/doc/goffice-%%SHORT_VER%%/gsf-index.html >-share/doc/goffice-%%SHORT_VER%%/home.png >-share/doc/goffice-%%SHORT_VER%%/index.html >-share/doc/goffice-%%SHORT_VER%%/index.sgml >-share/doc/goffice-%%SHORT_VER%%/left.png >-share/doc/goffice-%%SHORT_VER%%/pt01.html >-share/doc/goffice-%%SHORT_VER%%/pt02.html >-share/doc/goffice-%%SHORT_VER%%/pt03.html >-share/doc/goffice-%%SHORT_VER%%/pt04.html >-share/doc/goffice-%%SHORT_VER%%/right.png >-share/doc/goffice-%%SHORT_VER%%/style.css >-share/doc/goffice-%%SHORT_VER%%/up.png >+share/gir-1.0/GOffice-%%SHORT_VER%%.gir >+%%DATADIR%%/%%VERSION%%/mmlitex/README >+%%DATADIR%%/%%VERSION%%/mmlitex/cmarkup.xsl >+%%DATADIR%%/%%VERSION%%/mmlitex/entities.xsl >+%%DATADIR%%/%%VERSION%%/mmlitex/glayout.xsl >+%%DATADIR%%/%%VERSION%%/mmlitex/mmlitex.xsl >+%%DATADIR%%/%%VERSION%%/mmlitex/scripts.xsl >+%%DATADIR%%/%%VERSION%%/mmlitex/tables.xsl >+%%DATADIR%%/%%VERSION%%/mmlitex/tokens.xsl > share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo > share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo > share/locale/ast/LC_MESSAGES/goffice-%%VERSION%%.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196602
: 151581