From owner-freebsd-libh Tue Oct 1 21:10:48 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE7AB37B401 for ; Tue, 1 Oct 2002 21:10:45 -0700 (PDT) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A9E43E65 for ; Tue, 1 Oct 2002 21:10:44 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (yitpakx8f72dpeb5@dsl-56-223.aei.ca [216.221.37.223] (may be forged)) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id g924AW325420; Wed, 2 Oct 2002 00:10:33 -0400 (EDT) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 9BE5F3E1; Wed, 2 Oct 2002 00:15:16 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 2 Oct 2002 00:09:43 -0400 Date: Wed, 2 Oct 2002 00:09:43 -0400 From: The Anarcat To: Alexander Langer Cc: Alexander Langer , freebsd-libh@FreeBSD.ORG Subject: Re: cvs commit: libh/lib/sysinstall Feature.cc Message-ID: <20021002040943.GE5475@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Alexander Langer , Alexander Langer , freebsd-libh@FreeBSD.ORG References: <20020927090323.GH47655@fump.kawo2.rwth-aachen.de> <4E55D5D7-D226-11D6-A69A-0050E4A0BB3F@anarcat.ath.cx> <20020927172252.GB54416@fump.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Yb+qhiCg54lqZFXW" Content-Disposition: inline In-Reply-To: <20020927172252.GB54416@fump.kawo2.rwth-aachen.de> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Yb+qhiCg54lqZFXW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri Sep 27, 2002 at 07:22:52PM +0200, Alexander Langer wrote: > Thus spake Antoine Beaupre (anarcat@anarcat.ath.cx): >=20 > > Maybe you could send me those packages here somehow (put them on my ftp= =20 > > or something...) >=20 > Deleted them :) >=20 > Just try to create e.g. the net/netcat port package. > That gave me errors. Hmmm...=20 root@lenny[/usr/ports/net/netcat]# !make make PKG_CMD=3D~anarcat/libh/release/scripts/pkgtools/pkg_create LIBH=3Dyes= package =3D=3D=3D> Building package for netcat-1.10_1 Adding files from pkg-plist to archive... bin/nc share/doc/netcat/README Done. No apparent problem here, although I couldn't find the package at the first run! After hacking the pkg_create script a little randomly: Index: pkg_create =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/libh/cvs/libh/release/scripts/pkgtools/pkg_create,v retrieving revision 1.1 diff -u -u -r1.1 pkg_create --- pkg_create 27 Sep 2002 09:56:40 -0000 1.1 +++ pkg_create 2 Oct 2002 04:08:16 -0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -x # $FreeBSD: libh/release/scripts/pkgtools/pkg_create,v 1.1 2002/09/27 09:5= 6:40 alex Exp $ # =20 @@ -120,7 +120,6 @@ # echo "[Feature \"$prfx$name$sufx\" \"$version\"] \\" >> $PKGTMP/SYSIN= STALL/features.tcl #done =20 -exit =20 cat >> $PKGTMP/SYSINSTALL/features.tcl <