Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2004 19:29:13 -0800
From:      Sean McNeil <sean@mcneil.com>
To:        ports@freebsd.org
Cc:        Lars.Koeller@Uni-Bielefeld.DE
Subject:   Re: portupgrade fails to generate index
Message-ID:  <1101871753.23080.2.camel@server.mcneil.com>
In-Reply-To: <1101871329.23080.0.camel@server.mcneil.com>
References:  <1101871329.23080.0.camel@server.mcneil.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-shrHkvkId2fUz++9CvVN
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, 2004-11-30 at 19:22 -0800, Sean McNeil wrote:
> I get the following now:
>=20
> server# portupgrade -a
> Updating the ports index ... Generating INDEX.tmp - please
> wait.."/usr/ports/Mk/bsd.port.mk", line 2673: warning: duplicate script
> for target "checksum" ignored"Makefile", line 13: 1 open conditional:
> "Makefile", line 13:     at line 197 (evaluated to true)
> make: fatal errors encountered -- cannot continue

This looks like a simple mistake of using .fi instead of .endif:

--- sysutils/bacula-server/Makefile.orig        Tue Nov 30 19:27:12 2004
+++ sysutils/bacula-server/Makefile     Tue Nov 30 19:27:30 2004
@@ -198,7 +198,7 @@
        for na in fd; do \
 .else
        for na in sd dir; do \
-.fi
+.endif
                if [ -f ${PREFIX}/etc/bacula-$$na.conf.new ]; then \
                        ${ECHO_CMD} "etc/bacula-$$na.conf.new" >>
${TMPPLIST}; \                elif [ -f
${PREFIX}/etc/bacula-$$na.conf ]; then \


--=-shrHkvkId2fUz++9CvVN
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQBBrTqJyQsGN30uGE4RAkXNAJwOyomFXge39TMz5GiOaVSFrtunCgCgqTca
PNt3q/zI9Lp1TANGLfkbAug=
=spAc
-----END PGP SIGNATURE-----

--=-shrHkvkId2fUz++9CvVN--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1101871753.23080.2.camel>