Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 17:23:51 +0200
From:      Peter Pentchev <roam@ringlet.net>
To:        xxavi2@x.org.org
Cc:        Edwin Groothuis <edwin@mavetju.org>, freebsd-ports@freebsd.org
Subject:   Re: modify a port
Message-ID:  <20030128152351.GA453@straylight.oblivion.bg>
In-Reply-To: <XFMail.20030128160437.xxavi@myrealbox.com>
References:  <20030128110155.GS50581@k7.mavetju> <XFMail.20030128160437.xxavi@myrealbox.com>

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

--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=windows-1251
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jan 28, 2003 at 04:04:37PM +0100, xxavi wrote:
>=20
> On 28-Jan-2003 Edwin Groothuis wrote:
> > On Mon, Jan 27, 2003 at 06:01:20PM +0100, xxavi wrote:
> >> Hi, I want modify the port /usr/ports/textproc/ispell and when type 'm=
ake=20
> >> makesum' in the distinfo file, it only make a file with cheksum, if the
> >> original has more cheksums files, Wy when I type 'make makesum' it only
> >> creates
> >> a cheksum in the distinfo file and not more checksums? Thanks.=20
> >=20
> > True. To generate them all by hand, use:
> > ISPELL_IT=3D1 ISPELL_FR=3D1 ISPELL_SE=3D1 ... ISPELL_PL=3D1 make makesum
> >=20
>=20
> Hi, hmmm, ok, but this line: 'ISPELL_IT=3D1 ISPELL_FR=3D1 ISPELL_SE=3D1 .=
=2E.
> ISPELL_PL=3D1' where I have put this line?

Put it all on one line -the ISPELL_foo=3D1 and the 'make makesum' command.
When you do that, the shell will execute the 'make makesum' command with
those variables set, just for that invocation.

Another way to do the same would be to tell 'make' to set the variables
instead of using the shell:

  make ISPELL_IT=3D1 ISPELL_FR=3D1 ISPELL_SE=3D1 .. ISPELL_PL=3D1 makesum

G'luck,
Peter

--=20
Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This inert sentence is my body, but my soul is alive, dancing in the sparks=
 of your brain.

--RnlQjJ0d97Da+TV1
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQE+NqCH7Ri2jRYZRVMRAjp7AJ9M81zXyhOzfu+UGYiTJySClGjUiACfeDkG
+AXoS4a68Mno54/pHTNZ6sY=
=SR7A
-----END PGP SIGNATURE-----

--RnlQjJ0d97Da+TV1--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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