Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 1999 11:32:17 +0200
From:      "Thomas Uhrfelt" <thomas.uhrfelt@plymovent.se>
To:        "Mariusz Potocki" <mariusz@ovitanutricia.com.pl>
Cc:        "FreeBSD Questions" <freebsd-questions@freebsd.org>
Subject:   RE: SKIP
Message-ID:  <LOBBJNJHKFOGCKJFKEKBAEJOCBAA.thomas.uhrfelt@plymovent.se>
In-Reply-To: <XFMail.990728090240.mariusz@ovitanutricia.com.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
> I successfully build SKIP on 3.2-Release using port from stable tree.

I built it on SKIP on 3.1-R, 3.1-S 3.2-R but it fails on as I said 3.2-S.
This is the last part of the CVSuped makefile (note the last line)

---

# SKIP has a lot of hard coded paths in it. Our patches replace
# them with @@PREFIX@@, which we then replace with ${PREFIX}.
post-patch:
        @find ${WRKSRC} -name '*.orig' -print | xargs rm
        @cd ${WRKSRC}; \
        FILES=`find . -type f -print | xargs grep -l @@PREFIX@@`; \
        for FILE in $$FILES; do \
          sed 's!@@PREFIX@@!${PREFIX}!g' < $$FILE > $$FILE.new ; \
          mv $$FILE.new $$FILE; \
        done

BROKEN=         Needs to be updated wrt. new device registration

---

> On 27-Jul-99 Thomas Uhrfelt wrote:
> > Anyone have an idea why the SKIP port is broken, and how soon it will be
> > fixed?
> >
> > [/usr/ports/security/skip]# make install
> > ===>  skip-1.0 is marked as broken: Needs to be updated wrt. new device
> > registration.
> >
> > On a 3.2-STABLE
> >
> > Thomas Uhrfelt
> > Computer Technician
> >
> > thomas.uhrfelt@plymovent.se
> >
> > PlymoVent AB
> > Föreningsgatan 37
> > 211 52  Malmoe
> > Sweden
> >
> >
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>
> --
> Mariusz Potocki
>
>



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




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