From owner-freebsd-questions Wed Jul 28 2:34: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id C2DC31523D for ; Wed, 28 Jul 1999 02:33:56 -0700 (PDT) (envelope-from thomas.uhrfelt@plymovent.se) Received: from tu (polaris [192.168.1.21]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id LAA63393; Wed, 28 Jul 1999 11:44:06 +0200 (CEST) (envelope-from thomas.uhrfelt@plymovent.se) From: "Thomas Uhrfelt" To: "Mariusz Potocki" Cc: "FreeBSD Questions" Subject: RE: SKIP Date: Wed, 28 Jul 1999 11:32:17 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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