From owner-cvs-ports@FreeBSD.ORG Sun May 24 10:06:07 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC9EB106566B; Sun, 24 May 2009 10:06:07 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 584FD8FC0C; Sun, 24 May 2009 10:06:07 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id 993F94AC5C; Sun, 24 May 2009 11:49:24 +0200 (CEST) Date: Sun, 24 May 2009 11:49:24 +0200 From: Martin Wilke To: Ion-Mihai Tetcu Message-ID: <20090524094924.GB37143@bsdcrew.de> References: <200905231424.n4NEO65s046819@repoman.freebsd.org> <20090524114203.538e2e9a@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20090524114203.538e2e9a@it.buh.tecnik93.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/sane-backends Makefile Makefile.man distinfo pkg-plist ports/graphics/sane-backends/files patch-Makefile.in patch-backend__Makefile.in patch-backend__epson2.c patch-doc_Makefile.in patch-frontend__Makefile.in patch-frontend__saned.c ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2009 10:06:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Should be fixed now :) On Sun, May 24, 2009 at 11:42:03AM +0300, Ion-Mihai Tetcu wrote: > On Sat, 23 May 2009 14:24:06 +0000 (UTC) > Martin Wilke wrote: > > > miwi 2009-05-23 14:24:06 UTC > > > > FreeBSD ports repository > > > > Modified files: > > graphics/sane-backends Makefile Makefile.man distinfo > > pkg-plist > > graphics/sane-backends/files patch-backend__Makefile.in > > patch-doc_Makefile.in > > Added files: > > graphics/sane-backends/files patch-Makefile.in > > patch-backend__epson2.c > > patch-frontend__Makefile.in > > patch-frontend__saned.c > > patch-include__sane__sane.h > > patch-tools__Makefile.in > > Log: > > - Update to 1.0.20 > > > > PR: 134627 > > Submitted by: Ports Fury > > /bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include/sane -I/usr/local/include -I. -I. -I../include -I../include -DLIBDIR="/usr/local/lib/sane" -DBACKEND_NAME=canon_dr -I/usr/local/include -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DPATH_SANE_LOCK_DIR=/usr/local/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -O2 -pipe -fno-strict-aliasing -W -Wall -MT libsane_canon_dr_la-canon_dr-s.lo -MD -MP -MF .deps/libsane_canon_dr_la-canon_dr-s.Tpo -c -o libsane_canon_dr_la-canon_dr-s.lo `test -f 'canon_dr-s.c' || echo './'`canon_dr-s.c > mv -f .deps/libsane_canon_dr_la-canon_dr-s.Tpo .deps/libsane_canon_dr_la-canon_dr-s.Plo > /bin/sh ../libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include/sane -I/usr/local/include -I. -I. -I../include -I../include -DLIBDIR="/usr/local/lib/sane" -DBACKEND_NAME=canon_dr -I/usr/local/include -D_REENTRANT -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DPATH_SANE_LOCK_DIR=/usr/local/var/lock/sane -DV_MAJOR=1 -DV_MINOR=0 -O2 -pipe -fno-strict-aliasing -W -Wall -MT libcanon_dr_la-canon_dr.lo -MD -MP -MF .deps/libcanon_dr_la-canon_dr.Tpo -c -o libcanon_dr_la-canon_dr.lo `test -f 'canon_dr.c' || echo './'`canon_dr.c > canon_dr.c: In function 'sane_canon_dr_get_option_descriptor': > canon_dr.c:1333: error: 'SANE_NAME_STANDARD' undeclared (first use in this function) > canon_dr.c:1333: error: (Each undeclared identifier is reported only once > canon_dr.c:1333: error: for each function it appears in.) > canon_dr.c:1334: error: 'SANE_TITLE_STANDARD' undeclared (first use in this function) > canon_dr.c:1335: error: 'SANE_DESC_STANDARD' undeclared (first use in this function) > canon_dr.c:1545: error: 'SANE_NAME_GEOMETRY' undeclared (first use in this function) > canon_dr.c:1546: error: 'SANE_TITLE_GEOMETRY' undeclared (first use in this function) > canon_dr.c:1547: error: 'SANE_DESC_GEOMETRY' undeclared (first use in this function) > canon_dr.c:1632: error: 'SANE_NAME_PAGE_WIDTH' undeclared (first use in this function) > canon_dr.c:1633: error: 'SANE_TITLE_PAGE_WIDTH' undeclared (first use in this function) > canon_dr.c:1634: error: 'SANE_DESC_PAGE_WIDTH' undeclared (first use in this function) > canon_dr.c:1659: error: 'SANE_NAME_PAGE_HEIGHT' undeclared (first use in this function) > canon_dr.c:1660: error: 'SANE_TITLE_PAGE_HEIGHT' undeclared (first use in this function) > canon_dr.c:1661: error: 'SANE_DESC_PAGE_HEIGHT' undeclared (first use in this function) > canon_dr.c:1680: error: 'SANE_NAME_ENHANCEMENT' undeclared (first use in this function) > canon_dr.c:1681: error: 'SANE_TITLE_ENHANCEMENT' undeclared (first use in this function) > canon_dr.c:1682: error: 'SANE_DESC_ENHANCEMENT' undeclared (first use in this function) > canon_dr.c:1771: error: 'SANE_NAME_ADVANCED' undeclared (first use in this function) > canon_dr.c:1772: error: 'SANE_TITLE_ADVANCED' undeclared (first use in this function) > canon_dr.c:1773: error: 'SANE_DESC_ADVANCED' undeclared (first use in this function) > canon_dr.c:1958: error: 'SANE_NAME_SENSORS' undeclared (first use in this function) > canon_dr.c:1959: error: 'SANE_TITLE_SENSORS' undeclared (first use in this function) > canon_dr.c:1960: error: 'SANE_DESC_SENSORS' undeclared (first use in this function) > gmake[2]: *** [libcanon_dr_la-canon_dr.lo] Error 1 > gmake[2]: Leaving directory `/usr/home/itetcu/wrk/usr/ports/graphics/sane-backends/work/sane-backends-1.0.20/backend' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory `/usr/home/itetcu/wrk/usr/ports/graphics/sane-backends/work/sane-backends-1.0.20/backend' > gmake: *** [all-recursive] Error 1 > *** Error code 1 > > > # make showconfig > ===> The following configuration options are available for xmlto-0.0.21: > PASSIVETEX=OFF (default) "Enable PassiveTeX support for DVI/PS/PDF" > FOP=OFF (default) "Add dependency on FOP" > LIBPAPER=OFF (default) "Add dependency on libpaper" > DBLATEX=OFF (default) "Add dependency on Dblatex (EXPERIMENTAL)" > ===> Use 'make config' to modify these settings > > > > -- > IOnut - Un^d^dregistered ;) FreeBSD "user" > "Intellectual Property" is nowhere near as valuable as "Intellect" > FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkoZGCQACgkQdLJIhLHm/OmEXwCff+xd0EIg1AWB0Dj0QbJIK6gS MkwAn1xHMFVCtOjpUIq9JdRtHv93TaDp =nCFO -----END PGP SIGNATURE-----