From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 7 20:00:14 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A90616A4CE for ; Mon, 7 Mar 2005 20:00:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAC143D3F for ; Mon, 7 Mar 2005 20:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j27K0CsJ008780 for ; Mon, 7 Mar 2005 20:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j27K0C9d008768; Mon, 7 Mar 2005 20:00:12 GMT (envelope-from gnats) Resent-Date: Mon, 7 Mar 2005 20:00:12 GMT Resent-Message-Id: <200503072000.j27K0C9d008768@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marco Molteni Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E209516A4CE; Mon, 7 Mar 2005 19:51:06 +0000 (GMT) Received: from vsmtp2.tin.it (vsmtp2alice.tin.it [212.216.176.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0695443D48; Mon, 7 Mar 2005 19:51:05 +0000 (GMT) (envelope-from molter@tin.it) Received: from gattaccio.codalunga (82.122.101.120) by vsmtp2.tin.it (7.0.027) (authenticated as molter@tin.it) id 422CAEF800000EEE; Mon, 7 Mar 2005 20:51:01 +0100 Received: by gattaccio.codalunga (Postfix, from userid 1001) id B2954C453; Mon, 7 Mar 2005 20:49:59 +0100 (CET) Message-Id: <20050307204959.7afd2c81.molter@tin.it> Date: Mon, 7 Mar 2005 20:49:59 +0100 From: Marco Molteni To: FreeBSD-gnats-submit@FreeBSD.org cc: cartola@openit.com.br cc: pav@FreeBSD.org Subject: ports/78556: [UPDATE] graphics/vigra to latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 20:00:14 -0000 Note: There was a bad value `updat' for the field `>Class:'. It was set to the default value of `sw-bug'. >Number: 78556 >Category: ports >Synopsis: [UPDATE] graphics/vigra to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 07 20:00:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marco Molteni >Release: FreeBSD 6.0-CURRENT i386 >Organization: Citello Networks >Environment: System: FreeBSD gattaccio 6.0-CURRENT >Description: Update of graphics/vigra to latest version (1.3.2) >How-To-Repeat: N/A >Fix: Apply following patch diff -u -ruN vigra/Makefile vigra.marco/Makefile --- vigra/Makefile Mon Feb 28 17:48:39 2005 +++ vigra.marco/Makefile Mon Mar 7 20:12:59 2005 @@ -10,8 +10,7 @@ # The hugin port is a gui interface to interact with panorama tools. PORTNAME= vigra -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= graphics MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ DISTNAME= ${PORTNAME}${PORTVERSION} diff -u -ruN vigra/distinfo vigra.marco/distinfo --- vigra/distinfo Mon Feb 28 17:48:39 2005 +++ vigra.marco/distinfo Mon Mar 7 20:42:56 2005 @@ -1,2 +1,2 @@ -MD5 (vigra1.3.0.tar.gz) = cc7e0749e758f4d5e5a597dbc07eaa35 -SIZE (vigra1.3.0.tar.gz) = 3047970 +MD5 (vigra1.3.2.tar.gz) = 6a787f86df5e45be809ac97c86acddae +SIZE (vigra1.3.2.tar.gz) = 3150473 diff -u -ruN vigra/files/patch-Makefile vigra.marco/files/patch-Makefile --- vigra/files/patch-Makefile Thu Jan 1 01:00:00 1970 +++ vigra.marco/files/patch-Makefile Mon Mar 7 20:36:16 2005 @@ -0,0 +1,34 @@ +--- Makefile.orig Mon Mar 7 20:33:09 2005 ++++ Makefile Mon Mar 7 20:34:05 2005 +@@ -10,26 +10,26 @@ + install-exec: + @cd src ; $(MAKE) install ; cd .. + $(INSTALL) -d $(bindir) +- $(INSTALL) --mode=755 $(vigra_builddir)/config/vigra-config $(bindir) ++ $(INSTALL) -m 755 $(vigra_builddir)/config/vigra-config $(bindir) + + install-includes: + if test "$(includedir)" != "$(vigra_srcdir)/include" ; then \ + $(INSTALL) -d $(includedir)/vigra ; \ +- $(INSTALL) --mode=644 $(vigra_srcdir)/include/vigra/*.hxx $(includedir)/vigra ; \ ++ $(INSTALL) -m 644 $(vigra_srcdir)/include/vigra/*.hxx $(includedir)/vigra ; \ + fi + install-headers: install-includes + + install-docs: + $(INSTALL) -d $(docdir) +- $(INSTALL) --mode=644 LICENSE $(docdir) ++ $(INSTALL) -m 644 LICENSE $(docdir) + if test "$(docdir)" != "$(vigra_srcdir)/doc/vigra" ; then \ +- $(INSTALL) --mode=644 \ ++ $(INSTALL) -m 644 \ + $(vigra_srcdir)/doc/vigra/*.html \ + $(vigra_srcdir)/doc/vigra/classvigra*.png $(vigra_srcdir)/doc/vigra/form*.png \ + $(vigra_srcdir)/doc/vigra/doxygen.png $(vigra_srcdir)/doc/vigra/doxygen.css \ + $(docdir) ; \ + $(INSTALL) -d $(docdir)/documents ; \ +- $(INSTALL) --mode=644 \ ++ $(INSTALL) -m 644 \ + $(vigra_srcdir)/doc/vigra/documents/*.ps \ + $(vigra_srcdir)/doc/vigra/documents/*.gif \ + $(docdir)/documents ; \ diff -u -ruN vigra/files/patch-aa vigra.marco/files/patch-aa --- vigra/files/patch-aa Fri Feb 11 11:03:15 2005 +++ vigra.marco/files/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,34 +0,0 @@ ---- Makefile Tue Apr 6 08:34:01 2004 -+++ Makefile Mon Jan 10 20:53:47 2005 -@@ -10,26 +10,26 @@ - install-exec: - @cd src ; $(MAKE) install ; cd .. - $(INSTALL) -d $(bindir) -- $(INSTALL) --mode=755 $(vigra_builddir)/config/vigra-config $(bindir) -+ $(INSTALL) -m 755 $(vigra_builddir)/config/vigra-config $(bindir) - - install-includes: - if test "$(includedir)" != "$(vigra_builddir)/include" ; then \ - $(INSTALL) -d $(includedir)/vigra ; \ -- $(INSTALL) --mode=644 $(vigra_builddir)/include/vigra/*.hxx $(includedir)/vigra ; \ -+ $(INSTALL) -m 644 $(vigra_builddir)/include/vigra/*.hxx $(includedir)/vigra ; \ - fi - install-headers: install-includes - - install-docs: - $(INSTALL) -d $(docdir) -- $(INSTALL) --mode=644 LICENSE $(docdir) -+ $(INSTALL) -m 644 LICENSE $(docdir) - if test "$(docdir)" != "$(vigra_builddir)/doc/vigra" ; then \ -- $(INSTALL) --mode=644 \ -+ $(INSTALL) -m 644 \ - $(vigra_builddir)/doc/vigra/*.html \ - $(vigra_builddir)/doc/vigra/classvigra*.png $(vigra_builddir)/doc/vigra/form*.png \ - $(vigra_builddir)/doc/vigra/doxygen.png $(vigra_builddir)/doc/vigra/doxygen.css \ - $(docdir) ; \ - $(INSTALL) -d $(docdir)/documents ; \ -- $(INSTALL) --mode=644 \ -+ $(INSTALL) -m 644 \ - $(vigra_builddir)/doc/vigra/documents/*.ps \ - $(vigra_builddir)/doc/vigra/documents/*.gif \ - $(docdir)/documents ; \ diff -u -ruN vigra/pkg-plist vigra.marco/pkg-plist --- vigra/pkg-plist Mon Feb 28 17:48:40 2005 +++ vigra.marco/pkg-plist Mon Mar 7 20:40:30 2005 @@ -17,11 +17,13 @@ include/vigra/diff2d.hxx include/vigra/distancetransform.hxx include/vigra/edgedetection.hxx +include/vigra/eigensystem.hxx include/vigra/error.hxx include/vigra/fftw.hxx include/vigra/fftw3.hxx include/vigra/flatmorphology.hxx include/vigra/functorexpression.hxx +include/vigra/functortraits.hxx include/vigra/gaborfilter.hxx include/vigra/gaussians.hxx include/vigra/imagecontainer.hxx @@ -36,8 +38,11 @@ include/vigra/iteratortags.hxx include/vigra/iteratortraits.hxx include/vigra/labelimage.hxx +include/vigra/linear_algebra.hxx +include/vigra/linear_solve.hxx include/vigra/localminmax.hxx include/vigra/mathutil.hxx +include/vigra/matrix.hxx include/vigra/memory.hxx include/vigra/metaprogramming.hxx include/vigra/multi_array.hxx @@ -198,11 +203,15 @@ %%DOCSDIR%%/classvigra_1_1FindROISize.html %%DOCSDIR%%/classvigra_1_1FourNeighborhood_1_1NeighborCode-members.html %%DOCSDIR%%/classvigra_1_1FourNeighborhood_1_1NeighborCode.html +%%DOCSDIR%%/classvigra_1_1FunctorTraits-members.html +%%DOCSDIR%%/classvigra_1_1FunctorTraits.html %%DOCSDIR%%/classvigra_1_1GaborFilterFamily-members.html %%DOCSDIR%%/classvigra_1_1GaborFilterFamily.html %%DOCSDIR%%/classvigra_1_1GaborFilterFamily.png %%DOCSDIR%%/classvigra_1_1Gaussian-members.html %%DOCSDIR%%/classvigra_1_1Gaussian.html +%%DOCSDIR%%/classvigra_1_1GrayToRGBAccessor-members.html +%%DOCSDIR%%/classvigra_1_1GrayToRGBAccessor.html %%DOCSDIR%%/classvigra_1_1GreenAccessor-members.html %%DOCSDIR%%/classvigra_1_1GreenAccessor.html %%DOCSDIR%%/classvigra_1_1ImageArray-members.html @@ -309,6 +318,8 @@ %%DOCSDIR%%/classvigra_1_1Rect2D.html %%DOCSDIR%%/classvigra_1_1RedAccessor-members.html %%DOCSDIR%%/classvigra_1_1RedAccessor.html +%%DOCSDIR%%/classvigra_1_1ReduceFunctor-members.html +%%DOCSDIR%%/classvigra_1_1ReduceFunctor.html %%DOCSDIR%%/classvigra_1_1RowIterator-members.html %%DOCSDIR%%/classvigra_1_1RowIterator.html %%DOCSDIR%%/classvigra_1_1SeedRgDirectValueFunctor-members.html @@ -380,6 +391,9 @@ %%DOCSDIR%%/classvigra_1_1YPrimePbPr2RGBPrimeFunctor.html %%DOCSDIR%%/classvigra_1_1YPrimeUV2RGBPrimeFunctor-members.html %%DOCSDIR%%/classvigra_1_1YPrimeUV2RGBPrimeFunctor.html +%%DOCSDIR%%/classvigra_1_1linalg_1_1Matrix-members.html +%%DOCSDIR%%/classvigra_1_1linalg_1_1Matrix.html +%%DOCSDIR%%/classvigra_1_1linalg_1_1Matrix.png %%DOCSDIR%%/codec_8hxx-source.html %%DOCSDIR%%/colorconversions_8hxx-source.html %%DOCSDIR%%/combineimages_8hxx-source.html @@ -404,6 +418,7 @@ %%DOCSDIR%%/doxygen.png %%DOCSDIR%%/edge_8cxx-example.html %%DOCSDIR%%/edgedetection_8hxx-source.html +%%DOCSDIR%%/eigensystem_8hxx-source.html %%DOCSDIR%%/error_8hxx-source.html %%DOCSDIR%%/examples.html %%DOCSDIR%%/fftw3_8hxx-source.html @@ -469,6 +484,7 @@ %%DOCSDIR%%/functionindex.html %%DOCSDIR%%/functions.html %%DOCSDIR%%/functorexpression_8hxx-source.html +%%DOCSDIR%%/functortraits_8hxx-source.html %%DOCSDIR%%/gaborfilter_8hxx-source.html %%DOCSDIR%%/gaussians_8hxx-source.html %%DOCSDIR%%/group__CombineAlgo.html @@ -482,6 +498,7 @@ %%DOCSDIR%%/group__FFTWComplexAccessors.html %%DOCSDIR%%/group__FFTWComplexOperators.html %%DOCSDIR%%/group__FourierTransform.html +%%DOCSDIR%%/group__Functors.html %%DOCSDIR%%/group__GaborFilter.html %%DOCSDIR%%/group__GeometricTransformations.html %%DOCSDIR%%/group__ImageContainers.html @@ -491,6 +508,7 @@ %%DOCSDIR%%/group__InspectAlgo.html %%DOCSDIR%%/group__InspectFunctor.html %%DOCSDIR%%/group__Labeling.html +%%DOCSDIR%%/group__LinearAlgebraFunctions.html %%DOCSDIR%%/group__LocalMinMax.html %%DOCSDIR%%/group__MathFunctions.html %%DOCSDIR%%/group__Morphology.html @@ -538,8 +556,11 @@ %%DOCSDIR%%/iteratortags_8hxx-source.html %%DOCSDIR%%/iteratortraits_8hxx-source.html %%DOCSDIR%%/labelimage_8hxx-source.html +%%DOCSDIR%%/linear__algebra_8hxx-source.html +%%DOCSDIR%%/linear__solve_8hxx-source.html %%DOCSDIR%%/localminmax_8hxx-source.html %%DOCSDIR%%/mathutil_8hxx-source.html +%%DOCSDIR%%/matrix_8hxx-source.html %%DOCSDIR%%/memory_8hxx-source.html %%DOCSDIR%%/metaprogramming_8hxx-source.html %%DOCSDIR%%/modules.html >Release-Note: >Audit-Trail: >Unformatted: