Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2000 18:43:32 +0900
From:      "Akinori -Aki- MUSHA" <knu@idaemons.org>
To:        dan@langille.org
Cc:        knu@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/japanese/rbnamazu Makefile ports/japanese/rskkserv         Makefile ports/japanese/ruby-eb Makefile      
Message-ID:  <86u2b38p4r.wl@archon.local.idaemons.org>
In-Reply-To: In your message of "Tue, 26 Sep 2000 21:06:10 %2B1200" <200009260906.VAA23503@ducky.nz.freebsd.org>
References:  <200009260802.BAA27713@freefall.freebsd.org> <200009260906.VAA23503@ducky.nz.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Tue, 26 Sep 2000 21:06:10 +1200,
Dan Langille <dan@langille.org> wrote:
> We have problems:
> 
> [dan@set:/usr/ports/lang/ruby] $ make -V PORTVERSION
> "Makefile", line 30: Malformed conditional (!empty(RUBY_SUFFIX))
(snip)
> "Makefile", line 54: Need an operator
> make: fatal errors encountered -- cannot continue

Ooops!  In fact, I had a presentiment that I was missing something...
And that was it!  As lang{ruby,ruby14} ports did not define USE_RUBY,
bsd.port.mk didn't automatically include bsd.port.mk.

Thanks for reporting, I've just fixed them.

> I didn't find them.  FreshPorts did.

I didn't screw them up.  Ruby did itself. :-p

=begin script
#!/usr/local/bin/ruby -i.orig

content = gets(nil)

content.sub!(Regexp.quote(<<'EOF'), <<'EOF')
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
EOF
.include <bsd.port.pre.mk>
EOF

content.sub!(Regexp.quote(<<'EOF'), <<'EOF')
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
EOF
.include <bsd.port.mk>
EOF

print content
=end script

-- 
                           /
                          /__  __       
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


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




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