From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 00:39:14 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B938F16A4E1 for ; Sun, 20 Aug 2006 00:39:14 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 62B0943D53 for ; Sun, 20 Aug 2006 00:39:12 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 20 Aug 2006 00:39:11 -0000 Received: from p50913C23.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.60.35] by mail.gmx.net (mp024) with SMTP; 20 Aug 2006 02:39:11 +0200 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id 04422201517; Sun, 20 Aug 2006 02:39:10 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21411-19; Sun, 20 Aug 2006 02:39:09 +0200 (CEST) Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.1.2]) by merlin.emma.line.org (Postfix) with ESMTP id C18CC201325; Sun, 20 Aug 2006 02:39:09 +0200 (CEST) Received: by libertas.emma.line.org (Postfix, from userid 1001) id 8BF0E35; Sun, 20 Aug 2006 02:39:09 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org From: Matthias Andree X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060820003909.8BF0E35@libertas.emma.line.org> Date: Sun, 20 Aug 2006 02:39:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org, portmgr@freebsd.org Subject: DESTDIR silently breaks CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Andree List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 00:39:14 -0000 >Submitter-Id: current-users >Originator: Matthias Andree >Organization: >Confidential: no >Synopsis: DESTDIR silently breaks CONFLICTS >Severity: critical >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 6.1-RELEASE-p3 i386 >Environment: System: FreeBSD libertas.emma.line.org 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #13: Sat Jul 15 11:21:56 CEST 2006 toor@libertas.emma.line.org:/usr/obj/usr/src/sys/MA6 i386 >Description: The new DESTDIR scheme in ports/Mk/bsd.port.mk *silently* breaks CONFLICTS, ports built with default (empty) DESTDIR have no CONFLICTS recorded. Cause: DESTDIR isn't defined by default, hence this part in ports/Mk/bsd.port.mk lines 2304 ff.: # Does the pkg_create tool support conflict checking? # XXX Slow? .if !defined(PKGINSTALLVER) PKGINSTALLVER!= ${CHROOT} ${DESTDIR} ${PKG_INFO} -P 2>/dev/null | ${SED} -e 's/.*: //' .endif expands to: PKGINSTALLVER!= chroot /usr/sbin/pkg_info -P | sed -e 's/.*: //' which causes chroot to complain "chroot: /usr/sbin/pkg_info: Not a directory" - however this message is usually discarded. You can check this (DESTDIR must not be set) easily with: $ cd /usr/ports/security/openvpn # this isn't specific to OpenVPN # but must happen in some port directory $ pkg_info -P Package tools revision: 20040629 $ make -V DESTDIR $ make -V PKGINSTALLVER $ make -V DISABLE_CONFLICTS YES >How-To-Repeat: >Fix: Either set a reasonable default for DESTDIR, or omit the CHROOT if DESTDIR is an empty string. From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 01:09:04 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C45516A4DE for ; Sun, 20 Aug 2006 01:09:04 +0000 (UTC) (envelope-from jbq@caraldi.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E8943D72 for ; Sun, 20 Aug 2006 01:09:01 +0000 (GMT) (envelope-from jbq@caraldi.com) Received: from watt.caraldi.com (laf31-2-82-224-106-41.fbx.proxad.net [82.224.106.41]) by caraldi.com (Postfix) with ESMTP id 4383A60E1 for ; Sun, 20 Aug 2006 03:08:58 +0200 (CEST) Received: by watt.caraldi.com (Postfix, from userid 1001) id A7D1C281; Sun, 20 Aug 2006 03:08:57 +0200 (CEST) Date: Sun, 20 Aug 2006 03:08:56 +0200 From: Jean-Baptiste Quenot To: freebsd-ports@freebsd.org Message-ID: <20060820010855.GA42222@watt.intra.caraldi.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20060816123335.GA42090@underworld.novel.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20060816123335.GA42090@underworld.novel.ru> User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: ports tree tagging again X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 01:09:04 -0000 * Roman Bogorodskiy: > 2. Port tree is unstable > > IMO, port tree is not very stable. I mean: we're all human and > more or less often make mistakes and inaccurate commits. So you > cannot be sure that if you cvsup/portsnap your tree, it will not > break something (e.g. because of some typo). It's OK to have > such errors in general, and we can do nothing with it, but there > are a lot of silly errors which could be avoided and you > definitely don't deal with on a stable system. However on a stable system you are probably not upgrading your ports every day. And even if you're upgrading the ports. I'm using FreeBSD for 5 years now, and I never encountered problems caused by inaccurate commits, because most of the time those errors are fixed very quickly. Most errors I get from ports are caused by outdated dependency conflicts, not by committers or maintainers mistake. -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 06:00:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 344BF16A4DD for ; Sun, 20 Aug 2006 06:00:51 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net [65.74.103.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDD643D58 for ; Sun, 20 Aug 2006 06:00:43 +0000 (GMT) (envelope-from beech@alaskaparadise.com) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 200CB4547; Sat, 19 Aug 2006 22:00:43 -0800 (AKDT) From: Beech Rintoul Organization: Alaska Paradise To: freebsd-ports@freebsd.org Date: Sat, 19 Aug 2006 22:00:24 -0800 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1817990.bx09R8eYJD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608192200.41601.beech@alaskaparadise.com> Subject: Problem with 7-CURRENT build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 06:00:51 -0000 --nextPart1817990.bx09R8eYJD Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I just recently adopted the port gtkjournal. The port builds fine in 6.1, b= ut=20 I get the following error when trying to build in -CURRENT: Making all in aolib gmake[3]: Entering directory=20 `/usr/ports/deskutils/gtkjournal.orig/work/gtkjournal-0.3.5b/src/aolib' c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/lo= cal/lib/sigc++-1.2/include -I/usr/local/include/sigc++-1.2 -I/usr/local/inc= lude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo = =2DI/usr/local/include/atk-1.0 -I/usr/X11R6/include/gtkmm-2.0 -I/usr/X11R6/= lib/gtkmm-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0= /include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i= nclude/freetype2 -I/usr/local/include -I../../src -O2 -fno-strict-alia= sing -pipe -I/usr/local/include -I/usr/include/openssl -c=20 bfcryptfile.cpp bfcryptfile.cpp: In static member function `static std::string=20 aolib::BFCryptFile::hashPass(const char*, unsigned char*)': bfcryptfile.cpp:59: error: `SHA_DIGEST_LENGTH' undeclared (first use this=20 function) bfcryptfile.cpp:59: error: (Each undeclared identifier is reported only onc= e=20 for each function it appears in.) bfcryptfile.cpp:62: error: `out' undeclared (first use this function) gmake[3]: *** [bfcryptfile.o] Error 1 Would someone take a look at this and give me some pointers as to what to d= o=20 to get it to build in -CURRENT. For the time being I have an OSVERSION chec= k=20 to mark it broken on 7.0 and above. I tried contacting the developer, but h= is=20 website seems to be down and he hasn't responded to my email. I'd really li= ke=20 to get this working and any help would be appreciated. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart1817990.bx09R8eYJD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE5/qJp5D0B1NlT4URAhCMAJ9dMSBg/fyt0o7pqMVqkZ029o7amACeP2k4 IVQ94+fITUP9cXnq4rvprCI= =vLFB -----END PGP SIGNATURE----- --nextPart1817990.bx09R8eYJD-- From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 08:23:51 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E10016A4E5 for ; Sun, 20 Aug 2006 08:23:51 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id E4F9C43D58 for ; Sun, 20 Aug 2006 08:23:49 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 29608 invoked by uid 399); 20 Aug 2006 08:23:49 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 20 Aug 2006 08:23:49 -0000 Message-ID: <44E81C12.9050306@FreeBSD.org> Date: Sun, 20 Aug 2006 01:23:46 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Andrew Pantyukhin References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , Maho Nakata , portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 08:23:51 -0000 Andrew Pantyukhin wrote: > On 8/16/06, Andrew Pantyukhin wrote: >> I'd like to propose a policy to enforce a change in >> DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. >> when checksum changes, but name stays unchanged. >> >> Moreover, effort should be made whenever possible to >> make the old file available for download from an >> alternative location. >> >> This policy will rid us of some fetch-related headaches. >> It also will make it possible to share distfiles between >> hosts with ports trees of different dates. Some rare issues >> might also be resolved as a result of this. For one, ftp >> mirrors could be configured to allow upload, but deny >> modification and/or deletion. >> >> One thing I would personally frown upon is using >> something like "fetch -o othername" to save a file with a >> different name. It looks all right, but it prevents us from >> looking for mirrors in an automated way when master >> sites go down. > > Well, if no one is really against, I am violently against this proposal, but I was really hoping that someone else would speak up first. > I'll start preparing statements > for documentation and thinking about a way to watch for > "violations". I also intend to go through CVS and find past > "offenders" to prod them about it. > > The recent openoffice update rerolled a file in-place, and while > it may seem irrelevant or even beneficial (erasing 286Mb of > the old file), the fact is that it prevents us from keeping distfile > history on unversioned file servers, IMO this represents a very small minority of FreeBSD users, and frankly I feel that it is incumbent on you to solve this problem for your circumstance. > not to mention problems with fetch many of us experience. I recently added logic to portmaster to handle this kind of situation transparently for the user. A more general solution to this part of the problem could be had by improving the logic in the 'make checksum' target. OTOH, your solution would break the logic that portmaster (and I believe portupgrade also) uses to detect and delete stale distfiles. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 08:49:30 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B062316A4E1; Sun, 20 Aug 2006 08:49:30 +0000 (UTC) (envelope-from marko.kobal@arctur.si) Received: from cygnus.arctur.si (cygnus.arctur.si [193.77.181.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D86443D5A; Sun, 20 Aug 2006 08:49:29 +0000 (GMT) (envelope-from marko.kobal@arctur.si) Received: from localhost (unknown [127.0.0.1]) by cygnus.arctur.si (Postfix) with ESMTP id 06E67CB6814; Sun, 20 Aug 2006 10:49:32 +0200 (CEST) Received: from cygnus.arctur.si ([127.0.0.1]) by localhost (cygnus.arctur.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12618-03; Sun, 20 Aug 2006 10:49:31 +0200 (CEST) Received: from [192.168.1.10] (BSN-77-124-79.dsl.siol.net [193.77.124.79]) by cygnus.arctur.si (Postfix) with ESMTP id 63DB5CB6811; Sun, 20 Aug 2006 10:49:31 +0200 (CEST) Message-ID: <44E82219.6070401@arctur.si> Date: Sun, 20 Aug 2006 10:49:29 +0200 From: Marko Kobal User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Shaun Amott References: <44E72712.50609@arctur.si> <20060819214933.GA2563@picobyte.net> In-Reply-To: <20060819214933.GA2563@picobyte.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at arctur.si Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: imp-4.1.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 08:49:30 -0000 Hi, Shaun Amott pravi: > On Sat, Aug 19, 2006 at 04:58:26PM +0200, Marko Kobal wrote: >> Any ideas on when (or if at all) MIMP will be available as port? (MIMP is a >> version of IMP intended for mobile phones/PDAs) >> > > I put together a port of MIMP some time ago, but never got around to > adding it to the tree. As I recall, it still needed a few tweaks; I will > add it within the next few days for you, once I have tested it again. That would be cool! Since there was no port I have installed MIMP "manualy" (nevertheless its all just PHP scripts) and I't works just fine. But it would be fine to have it installed through port because I do not prefer "manual" installations as they are harder to maintain and harder to keep an overview of what there is installed in the system. Keep up the good work! -- Kind regards, Marko Kobal. From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 08:58:07 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7115016A4DF for ; Sun, 20 Aug 2006 08:58:07 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A90F43D55 for ; Sun, 20 Aug 2006 08:58:06 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1902087pye for ; Sun, 20 Aug 2006 01:58:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=L2oHYSWMkG2VUtg5nru9/Fg/QWRbB67rXcrZ/qAhR2YHHlE5mNztTj7vLg75ounBLLntPRRyvUbSRvd52wm+iu0qIlY5Jyf5lf8xkknOQHW0AoPrT0BDpgGcdX1Ullv61qLDiN18uRtf8WuE4vsyBtgW6pNQTFG1R+BaSHrAfko= Received: by 10.35.126.7 with SMTP id d7mr10376209pyn; Sun, 20 Aug 2006 01:58:03 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Sun, 20 Aug 2006 01:58:03 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 12:58:03 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Doug Barton" In-Reply-To: <44E81C12.9050306@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44E81C12.9050306@FreeBSD.org> X-Google-Sender-Auth: fd6e643d72f02269 Cc: FreeBSD Ports , portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 08:58:07 -0000 On 8/20/06, Doug Barton wrote: > Andrew Pantyukhin wrote: > > On 8/16/06, Andrew Pantyukhin wrote: > >> I'd like to propose a policy to enforce a change in > >> DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > >> when checksum changes, but name stays unchanged. > >> > >> Moreover, effort should be made whenever possible to > >> make the old file available for download from an > >> alternative location. > >> > >> This policy will rid us of some fetch-related headaches. > >> It also will make it possible to share distfiles between > >> hosts with ports trees of different dates. Some rare issues > >> might also be resolved as a result of this. For one, ftp > >> mirrors could be configured to allow upload, but deny > >> modification and/or deletion. > >> > >> One thing I would personally frown upon is using > >> something like "fetch -o othername" to save a file with a > >> different name. It looks all right, but it prevents us from > >> looking for mirrors in an automated way when master > >> sites go down. > > > > Well, if no one is really against, > > I am violently against this proposal, but I was really hoping > that someone else would speak up first. No need to be that violent, pal. Nothing's been set in stone yet and the reason for me writing here is to discuss it, not fight over it. > > I'll start preparing statements > > for documentation and thinking about a way to watch for > > "violations". I also intend to go through CVS and find past > > "offenders" to prod them about it. > > > > The recent openoffice update rerolled a file in-place, and while > > it may seem irrelevant or even beneficial (erasing 286Mb of > > the old file), the fact is that it prevents us from keeping distfile > > history on unversioned file servers, > > IMO this represents a very small minority of FreeBSD users, > and frankly I feel that it is incumbent on you to solve this problem > for your circumstance. The percentage of FreeBSD users who need 5-10 year old sources in the CVS is very small, too. But we treasure our src history and don't throw out any commits. Well, I happen to treasure our ports history. I really want people to have a chance, however slim, to be able to build ports using a very old tree. > > not to mention problems with fetch many of us experience. > > I recently added logic to portmaster to handle this kind of situation > transparently for the user. A more general solution to this part of the > problem could be had by improving the logic in the 'make checksum' target. Great news, thanks! > OTOH, your solution would break the logic that portmaster (and I believe > portupgrade also) uses to detect and delete stale distfiles. AFAICT portmaster's logic still misses the case when DIST_SUBDIR has changed for whatever reason. portupgrade --distclean will not be broken, it deals with distfiles at the current DIST_SUBDIR portsclean -D is actually broken now, and will be fixed if my proposal is implemented. It doesn't erase an old file if its path/name match those of a new file. From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 09:08:44 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A1416A4DF for ; Sun, 20 Aug 2006 09:08:44 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B9F43D7C for ; Sun, 20 Aug 2006 09:08:42 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1905447pye for ; Sun, 20 Aug 2006 02:08:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=h0vF8aoFjmSlG5hg0nVUDm4eh2li79hUKsXPDbvXhKOoNRGL1rswtKapXMsH5fE7F29VnuC9rlWHLa51cHCqozhm73ZkKxulSht67C4W1s17WmOUsD4bWhYLy5RPDrHDTPNrxvMrTgntRGwJqjIaEJvURehDqYPJWfdPKhvdHcU= Received: by 10.35.63.2 with SMTP id q2mr10347656pyk; Sun, 20 Aug 2006 02:08:42 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Sun, 20 Aug 2006 02:08:42 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 13:08:42 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Doug Barton" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44E81C12.9050306@FreeBSD.org> X-Google-Sender-Auth: 46db4dda57f2845d Cc: FreeBSD Ports , portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 09:08:44 -0000 On 8/20/06, Andrew Pantyukhin wrote: > On 8/20/06, Doug Barton wrote: > > OTOH, your solution would break the logic that portmaster (and I believe > > portupgrade also) uses to detect and delete stale distfiles. > > AFAICT portmaster's logic still misses the case when > DIST_SUBDIR has changed for whatever reason. Oh, now that I've had another look at portmaster's logic it doesn't makes sense at all. What if distfiles of different ports have similar %[-_]* names? What if different ports require the same distfile of different versions? What if distname changed radically? You can't make such broad assumptions about distfile patterns. You should probably do it the same way portsclean -D does - i.e. to check "dist_subdir/distfile" against distinfo files of all installed ports or all ports, whichever a user prefers. From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 09:19:04 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5342216A4DE; Sun, 20 Aug 2006 09:19:04 +0000 (UTC) (envelope-from novel@smtp.hispeed.ch) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCBB43D46; Sun, 20 Aug 2006 09:19:03 +0000 (GMT) (envelope-from novel@smtp.hispeed.ch) Received: from underworld.novel.ru (dialup-88-147-134-153.san.ru [88.147.134.153]) (authenticated bits=0) by smtp.hispeed.ch (8.12.11.20060308/8.12.6/taifun-1.0) with ESMTP id k7K9Ix0n001029; Sun, 20 Aug 2006 11:19:00 +0200 Date: Sat, 19 Aug 2006 13:17:38 +0000 From: Roman Bogorodskiy To: Andrew Pantyukhin Message-ID: <20060819131738.GA1001@underworld.novel.ru> Mail-Followup-To: Andrew Pantyukhin , FreeBSD Ports References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: X-PGP: http://people.freebsd.org/~novel/novel.key.asc X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on smtp-01.tornado.cablecom.ch X-Virus-Status: Clean X-DCC-spamcheck-02.tornado.cablecom.ch-Metrics: smtp-01.tornado.cablecom.ch 1378; Body=2 Fuz1=2 Fuz2=2 Cc: FreeBSD Ports Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 09:19:04 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Andrew Pantyukhin wrote: > I'd like to propose a policy to enforce a change in > DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > when checksum changes, but name stays unchanged. >=20 > Moreover, effort should be made whenever possible to > make the old file available for download from an > alternative location. > > This policy will rid us of some fetch-related headaches. > It also will make it possible to share distfiles between > hosts with ports trees of different dates. Some rare issues > might also be resolved as a result of this. For one, ftp > mirrors could be configured to allow upload, but deny > modification and/or deletion. >=20 > One thing I would personally frown upon is using > something like "fetch -o othername" to save a file with a > different name. It looks all right, but it prevents us from > looking for mirrors in an automated way when master > sites go down. I have some questions. What are you going to do with port already using DIST_SUBDIR (like e.g. gnome related ports)? Would not it pollute distdir with lots of outdated dirs/files? How are you going to deal with cases when re-rolled tarball brings some security risk? Would not it break scripts/apps cleaning DISTDIR? In my eyes, you're using BFG to shot bees. Roman Bogorodskiy --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iQCVAwUBROcPcoB0WzgdqspGAQLM4QP+Jk90WLzukzFoA+2Ax8LE9BPDF3b224Gf KGqMLVijVtNZx4chNWzd8MZ6+KJGDAs2TQBoE+Hh0z4d4PJSnZPZOyLEVmXVpJPj EdkMXxQTw5ar+3m/Vi21xuICVX50O2irgLvQVkNAucJn2dod120XmkR5biYVXRSL j3g4wFXGtRw= =aLFH -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 09:31:10 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C43CF16A4DA for ; Sun, 20 Aug 2006 09:31:10 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id C216E43D7B for ; Sun, 20 Aug 2006 09:31:03 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1912383pye for ; Sun, 20 Aug 2006 02:31:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=fLqgOqz1vPiiWbbUzuwHItxv5VQnXta835dI7367+unwn9P+YY1Q/QAWYtuOBbufIVEJd6j+PEu22bRT9sJhJstfZ0OzlFhphpfEy6u3uCesaSNrN+UR/lkNcuJ7b8gm5jM62K5c6rc6p3hB/Duoe1c1rXgfw1LIc16qwwNh278= Received: by 10.35.109.2 with SMTP id l2mr10432064pym; Sun, 20 Aug 2006 02:30:57 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Sun, 20 Aug 2006 02:30:57 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 13:30:57 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Roman Bogorodskiy" , "FreeBSD Ports" In-Reply-To: <20060819131738.GA1001@underworld.novel.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060819131738.GA1001@underworld.novel.ru> X-Google-Sender-Auth: 91e6c8e75dcdc53c Cc: Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 09:31:10 -0000 On 8/19/06, Roman Bogorodskiy wrote: > Andrew Pantyukhin wrote: > > > I'd like to propose a policy to enforce a change in > > DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > > when checksum changes, but name stays unchanged. > > > > Moreover, effort should be made whenever possible to > > make the old file available for download from an > > alternative location. > > > > This policy will rid us of some fetch-related headaches. > > It also will make it possible to share distfiles between > > hosts with ports trees of different dates. Some rare issues > > might also be resolved as a result of this. For one, ftp > > mirrors could be configured to allow upload, but deny > > modification and/or deletion. > > > > One thing I would personally frown upon is using > > something like "fetch -o othername" to save a file with a > > different name. It looks all right, but it prevents us from > > looking for mirrors in an automated way when master > > sites go down. > > What are you going to do with port already using DIST_SUBDIR (like e.g. > gnome related ports)? Leave it at maintainer's discretion. DIST_SUBDIR can be multilevel, so I imagine something like gnome/rerolled and what not. > Would not it pollute distdir with lots of outdated > dirs/files? No, why sould it? > How are you going to deal with cases when re-rolled tarball > brings some security risk? We've got many security risks in CVS. Should we delete them all? > Would not it break scripts/apps cleaning DISTDIR? Nope, it would actually fix portsclean. Please don't set bogus reply-to headers. Thanks! From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 11:18:56 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F4416A4DE; Sun, 20 Aug 2006 11:18:56 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF7743D45; Sun, 20 Aug 2006 11:18:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 2E0921A3C1B; Sun, 20 Aug 2006 04:18:56 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7DB3352638; Sun, 20 Aug 2006 07:18:55 -0400 (EDT) Date: Sun, 20 Aug 2006 07:18:55 -0400 From: Kris Kennaway To: Beech Rintoul Message-ID: <20060820111855.GA94500@xor.obsecurity.org> References: <200608192200.41601.beech@alaskaparadise.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <200608192200.41601.beech@alaskaparadise.com> User-Agent: Mutt/1.4.2.2i Cc: simon@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: Problem with 7-CURRENT build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 11:18:56 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 19, 2006 at 10:00:24PM -0800, Beech Rintoul wrote: > I just recently adopted the port gtkjournal. The port builds fine in 6.1,= but=20 > I get the following error when trying to build in -CURRENT: >=20 > Making all in aolib > gmake[3]: Entering directory=20 > `/usr/ports/deskutils/gtkjournal.orig/work/gtkjournal-0.3.5b/src/aolib' > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/= local/lib/sigc++-1.2/include -I/usr/local/include/sigc++-1.2 -I/usr/local/i= nclude/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/cair= o -I/usr/local/include/atk-1.0 -I/usr/X11R6/include/gtkmm-2.0 -I/usr/X11R6/= lib/gtkmm-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0= /include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i= nclude/freetype2 -I/usr/local/include -I../../src -O2 -fno-strict-alia= sing -pipe -I/usr/local/include -I/usr/include/openssl -c=20 > bfcryptfile.cpp > bfcryptfile.cpp: In static member function `static std::string=20 > aolib::BFCryptFile::hashPass(const char*, unsigned char*)': > bfcryptfile.cpp:59: error: `SHA_DIGEST_LENGTH' undeclared (first use this= =20 > function) > bfcryptfile.cpp:59: error: (Each undeclared identifier is reported only o= nce=20 > for each function it appears in.) > bfcryptfile.cpp:62: error: `out' undeclared (first use this function) > gmake[3]: *** [bfcryptfile.o] Error 1 >=20 > Would someone take a look at this and give me some pointers as to what to= do=20 > to get it to build in -CURRENT. For the time being I have an OSVERSION ch= eck=20 > to mark it broken on 7.0 and above. I tried contacting the developer, but= his=20 > website seems to be down and he hasn't responded to my email. I'd really = like=20 > to get this working and any help would be appreciated. It's to do with the new OpenSSL version. Presumably you need to fix the source; simon@ might be able to help you. Kris --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE6EUeWry0BWjoQKURAuz/AKCQRcrLVeSVtK7eFj6U0sJ2/3nikQCeM3c4 wlu0TIBPzR4sM7tNv8kK750= =spXf -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 11:40:43 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC8E16A4E6 for ; Sun, 20 Aug 2006 11:40:43 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCFC43D46 for ; Sun, 20 Aug 2006 11:40:42 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 5A1BF32E27F; Sun, 20 Aug 2006 11:40:41 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 252FA11420; Sun, 20 Aug 2006 13:40:41 +0200 (CEST) Date: Sun, 20 Aug 2006 13:40:40 +0200 From: "Simon L. Nielsen" To: Beech Rintoul Message-ID: <20060820114040.GA1077@zaphod.nitro.dk> References: <200608192200.41601.beech@alaskaparadise.com> <20060820111855.GA94500@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060820111855.GA94500@xor.obsecurity.org> User-Agent: Mutt/1.5.11 Cc: freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Problem with 7-CURRENT build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 11:40:43 -0000 On 2006.08.20 07:18:55 -0400, Kris Kennaway wrote: > On Sat, Aug 19, 2006 at 10:00:24PM -0800, Beech Rintoul wrote: > > I just recently adopted the port gtkjournal. The port builds fine in 6.1, but > > I get the following error when trying to build in -CURRENT: > > > > Making all in aolib > > gmake[3]: Entering directory > > `/usr/ports/deskutils/gtkjournal.orig/work/gtkjournal-0.3.5b/src/aolib' > > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/lib/sigc++-1.2/include -I/usr/local/include/sigc++-1.2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/include/atk-1.0 -I/usr/X11R6/include/gtkmm-2.0 -I/usr/X11R6/lib/gtkmm-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I../../src -O2 -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/openssl -c > > bfcryptfile.cpp > > bfcryptfile.cpp: In static member function `static std::string > > aolib::BFCryptFile::hashPass(const char*, unsigned char*)': > > bfcryptfile.cpp:59: error: `SHA_DIGEST_LENGTH' undeclared (first use this > > function) > > bfcryptfile.cpp:59: error: (Each undeclared identifier is reported only once > > for each function it appears in.) > > bfcryptfile.cpp:62: error: `out' undeclared (first use this function) > > gmake[3]: *** [bfcryptfile.o] Error 1 > > > > Would someone take a look at this and give me some pointers as to what to do > > to get it to build in -CURRENT. For the time being I have an OSVERSION check > > to mark it broken on 7.0 and above. I tried contacting the developer, but his > > website seems to be down and he hasn't responded to my email. I'd really like > > to get this working and any help would be appreciated. > > It's to do with the new OpenSSL version. Presumably you need to fix > the source; simon@ might be able to help you. This looks like one of the simple cases where the program depend on "header pollution" in previous OpenSSL versions, where sha.h was pulled in by some other header, but isn't anymore in OpenSSL 0.9.8b. Try simply including openssl/sha.h in the source code in the file where the builds fail. This should work with both new and old OpenSSL so no need for special version check in the patch. See e.g. http://cvsweb.freebsd.org/ports/security/openscep/files/patch-lib_proxy.c?rev=1.1 for a similar problem in another port. -- Simon L. Nielsen From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 18:28:36 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B1516A4E2; Sun, 20 Aug 2006 18:28:36 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net [65.74.103.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9000143D5C; Sun, 20 Aug 2006 18:28:25 +0000 (GMT) (envelope-from beech@alaskaparadise.com) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id AB5C64548; Sun, 20 Aug 2006 10:28:08 -0800 (AKDT) From: Beech Rintoul Organization: Alaska Paradise To: freebsd-ports@freebsd.org Date: Sun, 20 Aug 2006 10:27:48 -0800 User-Agent: KMail/1.9.3 References: <200608192200.41601.beech@alaskaparadise.com> <20060820111855.GA94500@xor.obsecurity.org> <20060820114040.GA1077@zaphod.nitro.dk> In-Reply-To: <20060820114040.GA1077@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1933458.kYXIrqHMv5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608201028.07254.beech@alaskaparadise.com> Cc: "Simon L. Nielsen" , Kris Kennaway Subject: Re: Problem with 7-CURRENT build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 18:28:36 -0000 --nextPart1933458.kYXIrqHMv5 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 20 August 2006 03:40, Simon L. Nielsen wrote: > On 2006.08.20 07:18:55 -0400, Kris Kennaway wrote: > > On Sat, Aug 19, 2006 at 10:00:24PM -0800, Beech Rintoul wrote: > > > I just recently adopted the port gtkjournal. The port builds fine in > > > 6.1, but I get the following error when trying to build in -CURRENT: > > > > > > Making all in aolib > > > gmake[3]: Entering directory > > > `/usr/ports/deskutils/gtkjournal.orig/work/gtkjournal-0.3.5b/src/aoli= b' > > > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DXTHREADS -DXUSE_MTSAFE_API > > > -I/usr/local/lib/sigc++-1.2/include -I/usr/local/include/sigc++-1.2 > > > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > > > -I/usr/local/include/cairo -I/usr/local/include/atk-1.0 > > > -I/usr/X11R6/include/gtkmm-2.0 -I/usr/X11R6/lib/gtkmm-2.0/include > > > -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include > > > -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include > > > -I/usr/local/include/freetype2 -I/usr/local/include -I../../src =20 > > > -O2 -fno-strict-aliasing -pipe -I/usr/local/include > > > -I/usr/include/openssl -c bfcryptfile.cpp > > > bfcryptfile.cpp: In static member function `static std::string > > > aolib::BFCryptFile::hashPass(const char*, unsigned char*)': > > > bfcryptfile.cpp:59: error: `SHA_DIGEST_LENGTH' undeclared (first use > > > this function) > > > bfcryptfile.cpp:59: error: (Each undeclared identifier is reported on= ly > > > once for each function it appears in.) > > > bfcryptfile.cpp:62: error: `out' undeclared (first use this function) > > > gmake[3]: *** [bfcryptfile.o] Error 1 > > > > > > Would someone take a look at this and give me some pointers as to what > > > to do to get it to build in -CURRENT. For the time being I have an > > > OSVERSION check to mark it broken on 7.0 and above. I tried contacting > > > the developer, but his website seems to be down and he hasn't respond= ed > > > to my email. I'd really like to get this working and any help would be > > > appreciated. > > > > It's to do with the new OpenSSL version. Presumably you need to fix > > the source; simon@ might be able to help you. > > This looks like one of the simple cases where the program depend on > "header pollution" in previous OpenSSL versions, where sha.h was > pulled in by some other header, but isn't anymore in OpenSSL 0.9.8b. > > Try simply including openssl/sha.h in the source code in the file > where the builds fail. This should work with both new and old OpenSSL > so no need for special version check in the patch. See > e.g. > http://cvsweb.freebsd.org/ports/security/openscep/files/patch-lib_proxy.c= ?r >ev=3D1.1 for a similar problem in another port. Thank you. That was exactly the fix needed. I appreciate your support. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart1933458.kYXIrqHMv5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE6Km3p5D0B1NlT4URAqgWAKCJ/IdJnwHKdvUKg86ayOsKDU9Z0QCfWsZA xoUIiPB34AqbkKSwCxaQNKo= =O8Bs -----END PGP SIGNATURE----- --nextPart1933458.kYXIrqHMv5-- From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 16:24:33 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA93816A4E5 for ; Sun, 20 Aug 2006 16:24:33 +0000 (UTC) (envelope-from pfgshield-freebsd@yahoo.com) Received: from web32712.mail.mud.yahoo.com (web32712.mail.mud.yahoo.com [68.142.206.25]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FB6B43D69 for ; Sun, 20 Aug 2006 16:24:33 +0000 (GMT) (envelope-from pfgshield-freebsd@yahoo.com) Received: (qmail 97029 invoked by uid 60001); 20 Aug 2006 16:24:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=Q0fKtRkHfrD6DRTlE60QhCzpgDZu9XfZ3wUmy6aIUjFA78y07t9+UluQGIWwFjofFMuEOHs6KPjGno8WS7cTOIeQYixp7GqtikoWvm5mEuOpjk1cwaQhbCTUrKe/lhxx3h+mnEXqZ5aCLF9ik5OpeRKFelR95SO+TimEkd5TxMo= ; Message-ID: <20060820162432.97027.qmail@web32712.mail.mud.yahoo.com> Received: from [69.79.132.200] by web32712.mail.mud.yahoo.com via HTTP; Sun, 20 Aug 2006 18:24:32 CEST Date: Sun, 20 Aug 2006 18:24:32 +0200 (CEST) From: To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Mailman-Approved-At: Sun, 20 Aug 2006 19:07:33 +0000 Cc: Subject: CalculiX port wish: acis to fbd converter perl script X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pfgshield-freebsd@yahoo.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 16:24:34 -0000 Hi; I wanted to do a couple of things related to cad/calculix but I'm stuck so I'll post them JIC someone wants to take over: - I'm no perl expert, but there is a simple acis to fbd converter at the end of this page http://www.dhondt.de/ . It would be good to have a port, as several commercial CAD packages use ACIS. - On some graphic cards cgx (the OpenGL preprocessor) doesn't work well, apparently the solution is to rebuild Mesa from scratch (which in FreeBSD means rebuilding X.Org), any insight is welcome. cheers, Pedro. Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Sun Aug 20 23:23:31 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45E3716A4E1 for ; Sun, 20 Aug 2006 23:23:31 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 0511243D5A for ; Sun, 20 Aug 2006 23:23:27 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 7081 invoked by uid 399); 20 Aug 2006 23:23:26 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 20 Aug 2006 23:23:26 -0000 Message-ID: <44E8EEEC.3040907@FreeBSD.org> Date: Sun, 20 Aug 2006 16:23:24 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Andrew Pantyukhin References: <44E81C12.9050306@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 23:23:31 -0000 I'm combining both of your responses to save time. Andrew Pantyukhin wrote: > On 8/20/06, Doug Barton wrote: >> Andrew Pantyukhin wrote: >> > On 8/16/06, Andrew Pantyukhin wrote: >> >> I'd like to propose a policy to enforce a change in >> >> DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. >> >> when checksum changes, but name stays unchanged. >> >> >> >> Moreover, effort should be made whenever possible to >> >> make the old file available for download from an >> >> alternative location. >> >> >> >> This policy will rid us of some fetch-related headaches. >> >> It also will make it possible to share distfiles between >> >> hosts with ports trees of different dates. Some rare issues >> >> might also be resolved as a result of this. For one, ftp >> >> mirrors could be configured to allow upload, but deny >> >> modification and/or deletion. >> >> >> >> One thing I would personally frown upon is using >> >> something like "fetch -o othername" to save a file with a >> >> different name. It looks all right, but it prevents us from >> >> looking for mirrors in an automated way when master >> >> sites go down. >> > >> > Well, if no one is really against, >> >> I am violently against this proposal, but I was really hoping >> that someone else would speak up first. > > No need to be that violent, pal. Nothing's been set in stone yet > and the reason for me writing here is to discuss it, not fight > over it. My intention is not to fight over it either. If the terminology is problematic for you, feel free to substitute "very strongly opposed" instead. >> > I'll start preparing statements >> > for documentation and thinking about a way to watch for >> > "violations". I also intend to go through CVS and find past >> > "offenders" to prod them about it. >> > >> > The recent openoffice update rerolled a file in-place, and while >> > it may seem irrelevant or even beneficial (erasing 286Mb of >> > the old file), the fact is that it prevents us from keeping distfile >> > history on unversioned file servers, >> >> IMO this represents a very small minority of FreeBSD users, >> and frankly I feel that it is incumbent on you to solve this problem >> for your circumstance. > > The percentage of FreeBSD users who need 5-10 year old > sources in the CVS is very small, too. Therefore, IMO, we should not be complicating the lives of the vast majority of freebsd users (not to mention taking up some small portion of additional space on the mirrors, etc.) in order to do what you suggest. > But we treasure our src history and don't throw out any commits. I don't see the two things as being equivalent at all. The least of the reasons being that what's in our repo is the history of our project. What you're asking for is that we dedicate resources to archiving the history of other projects. (And yes, I realize that you could argue that because version xyz was in _our_ ports tree at some point in time that it's part of _our_ history, but I don't buy it.) > Well, I happen > to treasure our ports history. I really want people to have a > chance, however slim, to be able to build ports using a very > old tree. Then I think, by all means, you should put together a resource for them to be able to do that. I don't think (for whatever that's worth) that it should be the ports tree. >> OTOH, your solution would break the logic that portmaster (and I believe >> portupgrade also) uses to detect and delete stale distfiles. > > AFAICT portmaster's logic still misses the case when > DIST_SUBDIR has changed for whatever reason. > > portupgrade --distclean will not be broken, it deals with > distfiles at the current DIST_SUBDIR > > portsclean -D is actually broken now, and will be fixed if > my proposal is implemented. It doesn't erase an old file if > its path/name match those of a new file. Actually portmaster and portupgrade share these characteristics. If the subdir changes with a new version of the port, portmaster will not "see" the old files. > Oh, now that I've had another look at portmaster's logic it > doesn't makes sense at all. It might not make sense to you, but it actually works in the vast majority of cases, so it's not entirely without merit. :) > What if distfiles of different > ports have similar %[-_]* names? Then the user is given a choice of whether or not to delete the file, unless they've chose to always or never delete distfiles. My design choice is to be aggressive, and try to clean up more, not less. That said, the new method that I use (as of version 1.6) creates significantly fewer false positives than it did previously. > What if different ports require the same distfile of different versions? That's an edge case, but it does happen. The user either needs to know this, or run the risk of downloading the distfile again. For users that value network bits more than disk bits, they can either use the -D option, or choose to carefully monitor what files are deleted. Or, not use portmaster, which is of course a valid option. :) > What if distname changed radically? Again, an edge case, but it does happen. See below. > You can't make such broad > assumptions about distfile patterns. You should probably > do it the same way portsclean -D does - i.e. to check > "dist_subdir/distfile" against distinfo files of all installed > ports or all ports, whichever a user prefers. IMO this wouldn't actually help with either of the cases that you describe, unless you were to build a database of installed ports and distfiles. And building "extra" databases is exactly what I'm trying to avoid doing. I could also go into some detail about why even using the file name patterns from the distinfo file to glob against really isn't any better than the way I do it, but I won't because ... The real solution to this is something that a few of us kicked around a while back, but unfortunately it never gained traction. Namely to record the subdir (if any) and distfile/patchfile names in the +CONTENTS file at install/package time. That would completely remove the ambiguity as to which distfiles to remove for the _current_ (installed) port. It would still leave the problem of how to deal with some of the edge cases that you described, and of course you still have to use something similar to the way I do it in order to find stale files that are older than the version that we're deinstalling. But IMO we're bordering on a 95/5 rule here, and _my_ goal is not antiseptic cleanliness in this area. With over 15,000 ports, any solution that is "right" most of the time is way ahead of the game, and adding this info to the +CONTENTS file would make it easier (and cheaper) to get it right way more often than not. So meanwhile, back to your original proposal, I think you're asking to add a lot of complexity, and other costs to something that is fairly simple now, without providing a corresponding benefit to even a significant minority of our users. And I'll leave it at that for now, and let some other folks speak up if they so desire. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 01:19:24 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B98AD16A4DA; Mon, 21 Aug 2006 01:19:24 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C42743D62; Mon, 21 Aug 2006 01:19:20 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout16/MantshX 4.0) with ESMTP id k7L1JKUD029973; Sun, 20 Aug 2006 18:19:20 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k7L1JDSN023893; Sun, 20 Aug 2006 18:19:18 -0700 (PDT) Date: Mon, 21 Aug 2006 10:18:40 +0900 (JST) Message-Id: <20060821.101840.26342805.chat95@mac.com> To: infofarmer@FreeBSD.org From: NAKATA Maho In-Reply-To: References: Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE Cc: ports@FreeBSD.org, maho@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 01:19:24 -0000 In Message-ID: Andrew Pantyukhin wrote: > On 8/16/06, Andrew Pantyukhin wrote: > > I'd like to propose a policy to enforce a change in > > DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > > when checksum changes, but name stays unchanged. > > > > Moreover, effort should be made whenever possible to > > make the old file available for download from an > > alternative location. > > > > This policy will rid us of some fetch-related headaches. > > It also will make it possible to share distfiles between > > hosts with ports trees of different dates. Some rare issues > > might also be resolved as a result of this. For one, ftp > > mirrors could be configured to allow upload, but deny > > modification and/or deletion. > > > > One thing I would personally frown upon is using > > something like "fetch -o othername" to save a file with a > > different name. It looks all right, but it prevents us from > > looking for mirrors in an automated way when master > > sites go down. I understand your point...but how do you do the source tar ball is not redistributable? (though such a case is very minor exception) > Well, if no one is really against, I'll start preparing statements > for documentation and thinking about a way to watch for > "violations". I also intend to go through CVS and find past > "offenders" to prod them about it. > > The recent openoffice update rerolled a file in-place, and while > it may seem irrelevant or even beneficial (erasing 286Mb of > the old file), the fact is that it prevents us from keeping distfile > history on unversioned file servers, not to mention problems > with fetch many of us experience. Okay. Please do an official statement for the filename. thanks -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 01:34:14 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961B416A4DA; Mon, 21 Aug 2006 01:34:14 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5CC43D53; Mon, 21 Aug 2006 01:34:06 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k7L1Y6pk010482; Sun, 20 Aug 2006 18:34:06 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k7L1Y0u0028512; Sun, 20 Aug 2006 18:34:04 -0700 (PDT) Date: Mon, 21 Aug 2006 10:33:29 +0900 (JST) Message-Id: <20060821.103329.34694587.chat95@mac.com> To: dougb@FreeBSD.org From: NAKATA Maho In-Reply-To: <44E81C12.9050306@FreeBSD.org> References: <44E81C12.9050306@FreeBSD.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE Cc: ports@FreeBSD.org, maho@FreeBSD.org, infofarmer@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 01:34:14 -0000 In Message-ID: <44E81C12.9050306@FreeBSD.org> Doug Barton wrote: > I recently added logic to portmaster to handle this kind of situation > transparently for the user. A more general solution to this part of the > problem could be had by improving the logic in the 'make checksum' target. > OTOH, your solution would break the logic that portmaster (and I believe > portupgrade also) uses to detect and delete stale distfiles. It seems that I should not say something about such kind of issue. -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 04:43:36 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0BF316A4DA for ; Mon, 21 Aug 2006 04:43:36 +0000 (UTC) (envelope-from matiassurdi@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5006543D45 for ; Mon, 21 Aug 2006 04:43:36 +0000 (GMT) (envelope-from matiassurdi@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1567426uge for ; Sun, 20 Aug 2006 21:43:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AxmdknTUWpsEN5Eh+jQ0d0kKW52x/mQro9BCLKPHoJmH5cRGadCin4Mc3N0dhBeLD5HiShfIKTJOuaEB+6PlephXauBZB3OqgQYAAfX8d5IPP3zqNe9RSsldb3ILgAyim2nxhs/uuK05p/FbkZbnAzMC+guntnO83Q2k5PLllQE= Received: by 10.67.100.17 with SMTP id c17mr3344127ugm; Sun, 20 Aug 2006 21:43:35 -0700 (PDT) Received: by 10.66.220.8 with HTTP; Sun, 20 Aug 2006 21:43:35 -0700 (PDT) Message-ID: <720ff42b0608202143k343ea62eq509bdda3cc4497b7@mail.gmail.com> Date: Mon, 21 Aug 2006 06:43:35 +0200 From: "Matias Surdi" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Possible bug X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 04:43:37 -0000 [root@bender /home/msurdi]# portsdb -U Updating the ports index ... Generating INDEX.tmp - please wait.."/var/db/ports/php5-mbstring/options", line 1: Need an operator "/var/db/ports/php5-mbstring/options", line 2: Need an operator "/var/db/ports/php5-mbstring/options", line 3: Need an operator make: fatal errors encountered -- cannot continue ===> converters/php5-mbstring failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error [root@bender /home/msurdi]# -- Matias Emanuel Surdi. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 04:55:03 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D1916A4DF for ; Mon, 21 Aug 2006 04:55:03 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA6E43D53 for ; Mon, 21 Aug 2006 04:55:01 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2253593pye for ; Sun, 20 Aug 2006 21:55:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MYIzA9KrtgVlgx03qxUvmulID8640fOzDK9PWbYs7HfhdmFb+U5cFU3XooX1L+7ZkwXTgKOGWSTMjrCfDkGRYQdxUIIszqa4hVt8RYtagKO9/r38S5un2AIwVvmTaRQ1YciM99QK+SrLu/CMo6iov36rHAUjTEgOmHBv8A92J8E= Received: by 10.35.11.15 with SMTP id o15mr12365693pyi; Sun, 20 Aug 2006 21:55:01 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Sun, 20 Aug 2006 21:55:00 -0700 (PDT) Message-ID: Date: Mon, 21 Aug 2006 08:55:00 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Doug Barton" In-Reply-To: <44E8EEEC.3040907@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44E81C12.9050306@FreeBSD.org> <44E8EEEC.3040907@FreeBSD.org> X-Google-Sender-Auth: 9cd9f99998f23f03 Cc: FreeBSD Ports , portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 04:55:03 -0000 On 8/21/06, Doug Barton wrote: > I'm combining both of your responses to save time. > > Andrew Pantyukhin wrote: > > On 8/20/06, Doug Barton wrote: > >> Andrew Pantyukhin wrote: > >> > On 8/16/06, Andrew Pantyukhin wrote: > >> >> I'd like to propose a policy to enforce a change in > >> >> DIST_SUBDIR whenever a distfile is rerolled in-place, i.e. > >> >> when checksum changes, but name stays unchanged. > >> >> > >> >> Moreover, effort should be made whenever possible to > >> >> make the old file available for download from an > >> >> alternative location. > >> >> > >> >> This policy will rid us of some fetch-related headaches. > >> >> It also will make it possible to share distfiles between > >> >> hosts with ports trees of different dates. Some rare issues > >> >> might also be resolved as a result of this. For one, ftp > >> >> mirrors could be configured to allow upload, but deny > >> >> modification and/or deletion. > >> >> > >> >> One thing I would personally frown upon is using > >> >> something like "fetch -o othername" to save a file with a > >> >> different name. It looks all right, but it prevents us from > >> >> looking for mirrors in an automated way when master > >> >> sites go down. > >> > > >> > I'll start preparing statements > >> > for documentation and thinking about a way to watch for > >> > "violations". I also intend to go through CVS and find past > >> > "offenders" to prod them about it. > >> > > >> > The recent openoffice update rerolled a file in-place, and while > >> > it may seem irrelevant or even beneficial (erasing 286Mb of > >> > the old file), the fact is that it prevents us from keeping distfile > >> > history on unversioned file servers, > >> > >> IMO this represents a very small minority of FreeBSD users, > >> and frankly I feel that it is incumbent on you to solve this problem > >> for your circumstance. > > > > The percentage of FreeBSD users who need 5-10 year old > > sources in the CVS is very small, too. > > Therefore, IMO, we should not be complicating the lives of the vast majority > of freebsd users (not to mention taking up some small portion of additional > space on the mirrors, etc.) in order to do what you suggest. How would your life be complicated? It's totally transparent to the user. > > But we treasure our src history and don't throw out any commits. > > I don't see the two things as being equivalent at all. The least of the > reasons being that what's in our repo is the history of our project. What > you're asking for is that we dedicate resources to archiving the history of > other projects. (And yes, I realize that you could argue that because > version xyz was in _our_ ports tree at some point in time that it's part of > _our_ history, but I don't buy it.) I argue that many people do make fetch for many or all ports and make distdir available via ftp/web. > > Well, I happen > > to treasure our ports history. I really want people to have a > > chance, however slim, to be able to build ports using a very > > old tree. > > Then I think, by all means, you should put together a resource for them to > be able to do that. I don't think (for whatever that's worth) that it should > be the ports tree. The ports tree has a history of filenames. If they're unique at their paths, then that's all we need. A user can override MS and yes, I've maintained and will maintain one of distfile mirrors. > >> OTOH, your solution would break the logic that portmaster (and I believe > >> portupgrade also) uses to detect and delete stale distfiles. > > > > AFAICT portmaster's logic still misses the case when > > DIST_SUBDIR has changed for whatever reason. > > > > portupgrade --distclean will not be broken, it deals with > > distfiles at the current DIST_SUBDIR > > > > portsclean -D is actually broken now, and will be fixed if > > my proposal is implemented. It doesn't erase an old file if > > its path/name match those of a new file. > > Actually portmaster and portupgrade share these characteristics. If the > subdir changes with a new version of the port, portmaster will not "see" the > old files. portupgrade -D is to deal with the name clashes, not to remove old files. > > Oh, now that I've had another look at portmaster's logic it > > doesn't makes sense at all. > > It might not make sense to you, but it actually works in the vast majority > of cases, so it's not entirely without merit. :) > > > What if distfiles of different > > ports have similar %[-_]* names? > > Then the user is given a choice of whether or not to delete the file, unless > they've chose to always or never delete distfiles. My design choice is to be > aggressive, and try to clean up more, not less. That said, the new method > that I use (as of version 1.6) creates significantly fewer false positives > than it did previously. > > > What if different ports require the same distfile of different versions? > > That's an edge case, but it does happen. The user either needs to know this, > or run the risk of downloading the distfile again. For users that value > network bits more than disk bits, they can either use the -D option, or > choose to carefully monitor what files are deleted. Or, not use portmaster, > which is of course a valid option. :) I'm already in love with it, sorry :) > > What if distname changed radically? > > Again, an edge case, but it does happen. See below. > > > You can't make such broad > > assumptions about distfile patterns. You should probably > > do it the same way portsclean -D does - i.e. to check > > "dist_subdir/distfile" against distinfo files of all installed > > ports or all ports, whichever a user prefers. > > IMO this wouldn't actually help with either of the cases that you describe, > unless you were to build a database of installed ports and distfiles. And > building "extra" databases is exactly what I'm trying to avoid doing. I > could also go into some detail about why even using the file name patterns > from the distinfo file to glob against really isn't any better than the way > I do it, but I won't because ... I was going to ask you if you'd be willing to use tmp files, i.e. to traverse the whole tree, saving info from distinfo's to some file. Each time some flag is set. portsclean doesn't glob against anything, it looks for strict matches. That's why the only case it misses is the distfile name clash I'm trying to get rid of. > The real solution to this is something that a few of us kicked around a > while back, but unfortunately it never gained traction. <..> IMO, what we need is a good ports database. portmaster is good enough because it's written in shell. I don't really see why databases should be avoided. And if portmaster is to be present in the base, it might as well be integrated with portsnap and provide incremental DB updates. > So meanwhile, back to your original proposal, I think you're asking to add a > lot of complexity, and other costs to something that is fairly simple now, > without providing a corresponding benefit to even a significant minority of > our users. And I'll leave it at that for now, and let some other folks speak > up if they so desire. Do occasional subdir changes, only to avoid distfile name clashes, really sound like a lot of complexity to you? It's not even a strict requirement, I'll just bark at the "offenders". From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 05:17:44 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 327E116A4E7 for ; Mon, 21 Aug 2006 05:17:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 7220A43D7C for ; Mon, 21 Aug 2006 05:16:46 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 6263 invoked by uid 399); 21 Aug 2006 05:16:45 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 21 Aug 2006 05:16:45 -0000 Message-ID: <44E941BB.7030408@FreeBSD.org> Date: Sun, 20 Aug 2006 22:16:43 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: NAKATA Maho References: <44E81C12.9050306@FreeBSD.org> <20060821.103329.34694587.chat95@mac.com> In-Reply-To: <20060821.103329.34694587.chat95@mac.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, maho@FreeBSD.org, infofarmer@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 05:17:44 -0000 NAKATA Maho wrote: > In Message-ID: <44E81C12.9050306@FreeBSD.org> > Doug Barton wrote: > >> I recently added logic to portmaster to handle this kind of situation >> transparently for the user. A more general solution to this part of the >> problem could be had by improving the logic in the 'make checksum' target. >> OTOH, your solution would break the logic that portmaster (and I believe >> portupgrade also) uses to detect and delete stale distfiles. > > It seems that I should not say something about such kind of issue. Why not? You certainly won't offend me. :) Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 05:40:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E35716A4DE for ; Mon, 21 Aug 2006 05:40:00 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0CFC43D6D for ; Mon, 21 Aug 2006 05:39:59 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 4F7F842CA; Mon, 21 Aug 2006 00:39:59 -0500 (CDT) Date: Mon, 21 Aug 2006 00:39:59 -0500 To: Matias Surdi Message-ID: <20060821053959.GA27499@soaustin.net> References: <720ff42b0608202143k343ea62eq509bdda3cc4497b7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <720ff42b0608202143k343ea62eq509bdda3cc4497b7@mail.gmail.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: ports@freebsd.org Subject: Re: Possible bug X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 05:40:00 -0000 Let me guess. Running 4.x, x < 10? mcl From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 05:48:28 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCD5016A4E0; Mon, 21 Aug 2006 05:48:28 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id A56CA43D5E; Mon, 21 Aug 2006 05:48:20 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k7L5mKLX000672; Sun, 20 Aug 2006 22:48:20 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k7L5mCdB014327; Sun, 20 Aug 2006 22:48:16 -0700 (PDT) Date: Mon, 21 Aug 2006 14:47:40 +0900 (JST) Message-Id: <20060821.144740.26469411.chat95@mac.com> To: dougb@FreeBSD.org From: NAKATA Maho In-Reply-To: <44E941BB.7030408@FreeBSD.org> References: <44E81C12.9050306@FreeBSD.org> <20060821.103329.34694587.chat95@mac.com> <44E941BB.7030408@FreeBSD.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE Cc: ports@FreeBSD.org, maho@FreeBSD.org, infofarmer@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: Enforcing "DIST_SUBDIR/DISTFILE" uniqueness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 05:48:28 -0000 In Message-ID: <44E941BB.7030408@FreeBSD.org> Doug Barton wrote: > NAKATA Maho wrote: > > In Message-ID: <44E81C12.9050306@FreeBSD.org> > > Doug Barton wrote: > > > >> I recently added logic to portmaster to handle this kind of situation > >> transparently for the user. A more general solution to this part of the > >> problem could be had by improving the logic in the 'make checksum' target. > >> OTOH, your solution would break the logic that portmaster (and I believe > >> portupgrade also) uses to detect and delete stale distfiles. > > > > It seems that I should not say something about such kind of issue. > > Why not? You certainly won't offend me. :) I thought that such kind of political issue must be handeled by portmgr, and IMHO original idea, retaining DISTFILE uniqueness is a good one. and I'm not violating the rule of FreeBSD ports system, since I sufficiently explained at commit log. But I don't want to implement this :) thanks, -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 07:10:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18A2A16A4DE for ; Mon, 21 Aug 2006 07:10:41 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0544743D49 for ; Mon, 21 Aug 2006 07:10:39 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7L7AbcM044696 for ; Mon, 21 Aug 2006 11:10:37 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7L7Abnm044695 for freebsd-ports@freebsd.org; Mon, 21 Aug 2006 11:10:37 +0400 (MSD) (envelope-from yar) Date: Mon, 21 Aug 2006 11:10:36 +0400 From: Yar Tikhiy To: freebsd-ports@freebsd.org Message-ID: <20060821071036.GA44406@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: A section on gettext for the Porter's Handbook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 07:10:41 -0000 Hi all, I hoped I had learned something about using gettext in ports, and felt I should write down a summary. Here's what came out of that -- a proposed section for the Porter's Handbook. Its HTML rendering is available there: http://people.freebsd.org/~yar/porters-handbook/using-gettext.html Remarks and corrections are welcome. Thanks! -- Yar Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.745 diff -u -r1.745 book.sgml --- book.sgml 8 Aug 2006 13:15:32 -0000 1.745 +++ book.sgml 21 Aug 2006 06:50:19 -0000 @@ -3720,7 +3720,7 @@ set to values such as 323, 40, 41, or 50. - + WITHOUT_NLS If set, says that internationalization is not @@ -4608,6 +4608,102 @@ + + Using GNU <literal>gettext</literal> + + + Basic usage + + If your port requires GNU gettext, + just set USE_GETTEXT to yes, + and your port will grow the dependency on devel/gettext. The value of + USE_GETTEXT can also specify the required + version of the libintl library, the basic + part of GNU gettext; but using this + feature is discouraged because your port should work with + the current version of devel/gettext. + + A rather common case is a port using both GNU + gettext and GNU configure. + The latter needs a hint at the path to the + libintl library, which is usually found in + LOCALBASE/lib. The + hint can be passed to configure in + LDFLAGS as follows: + + USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" + + + + Optional usage + + Some software products allow for disabling NLS, + e.g., through passing to + configure. In that case, your port + should use GNU gettext conditionally, + depending on the status of WITHOUT_NLS. + For ports of low to medium complexity, you can rely on the + following idiom: + + GNU_CONFIGURE= yes + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +PLIST_SUB+= NLS="" +.endif + + The next item on your to-do list is to arrange so that + the message catalog files are included in the packing list + conditionally. The Makefile part of + this task is already provided by the idiom. It is explained + in the section on advanced + pkg-plist practices. In a + nutshell, each occurrence of %%NLS%% in + pkg-plist will be replaced by + @comment  if NLS is + disabled, or by a null string if NLS is enabled. Consequently, + the lines prefixed by %%NLS%% will become + mere comments in the final packing list if NLS is off; + otherwise the prefix will be just left out. All you need + to do now is insert %%NLS%% before each + path to a message catalog file in pkg-plist. + For example: + + %%NLS%%share/locale/fr/LC_MESSAGES/foobar.mo +%%NLS%%share/locale/no/LC_MESSAGES/foobar.mo + + In high complexity cases, you may need to use more advanced + techniques than the recipe given here, such as dynamic packing list generation. + + + + Handling message catalog directories + + There is a point to note about installing message catalog + files. The target directories for them, which reside under + LOCALBASE/share/locale, + should rarely be created and removed by your port. The + most popular languages have their respective directories + listed in /etc/mtree/BSD.local.dist; + that is, they are a part of the base system. The directories + for many other languages are governed by the devel/gettext port. You may want + to consult its pkg-plist and see whether + your port is going to install a message catalog file for a + unique language. + + + Using <literal>perl</literal> From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 10:02:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15D416A4F3 for ; Mon, 21 Aug 2006 10:02:00 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D4443D55 for ; Mon, 21 Aug 2006 10:01:51 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7LA1piC005985 for ; Mon, 21 Aug 2006 10:01:51 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7LA1pev005984 for ports@freebsd.org; Mon, 21 Aug 2006 10:01:51 GMT (envelope-from fenner) Date: Mon, 21 Aug 2006 10:01:51 GMT From: Bill Fenner Message-Id: <200608211001.k7LA1pev005984@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Unfetchable distfiles reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 10:02:00 -0000 Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems, which currently has 176 bad ports, is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 10:15:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC2F16A4DE for ; Mon, 21 Aug 2006 10:15:00 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 872D943D55 for ; Mon, 21 Aug 2006 10:14:58 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 29855 invoked by uid 1010); 21 Aug 2006 13:14:56 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with SMTP; 21 Aug 2006 13:14:32 +0300 Date: Mon, 21 Aug 2006 13:14:30 +0300 From: Adi Pircalabu To: ports@freebsd.org Message-ID: <20060821131430.2c35f3f4@apircalabu.dsd.ro> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-Scanner: Clean, Agent: BitDefender qmail 2.0.0 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: multimedia@FreeBSD.org Subject: [6-STABLE] vlc-0.8.5_5 error during portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 10:15:01 -0000 Hi, after latest cvsup I've got this error during portupgrade -av: install -o root -g wheel -m 444 /usr/ports/multimedia/vlc/work/fake/share/vlc/vlc48x48.png /usr/X11R6/share/pixmaps/vlc.png ===> Compressing manual pages for vlc-0.8.5_5 ===> Running ldconfig /sbin/ldconfig -m /usr/X11R6/lib ===> Installing ldconfig configuration file cannot create /usr/X11R6/libdata/ldconfig/vlc: No such file or directory *** Error code 2 Stop in /usr/ports/multimedia/vlc. *** Error code 1 Stop in /usr/ports/multimedia/vlc. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade55117.0 env PORT_UPGRADE=yes make WITH_SKINS=1 WITH_DAAP=1 WITH_ESOUND=1 WITH_FAAD=1 WITH_REALAUDIO=1 WITH_SPEEX=1 WITH_TWOLAME=1 WITH_XOSD=1 WITH_X264=1 WITH_DIRAC=1 WITH_THEORA=1 WITH_TRANSCODE=1 WITH_WIN32_CODECS=1 WITH_DVDREAD=1 WITH_SSL=1 WITH_OPTIMIZED_CFLAGS=1 USE_GECKO=mozilla PORT_UPGRADE=yes reinstall ---> Updating dependency info egrep: /var/db/pkg/vlc-0.8.5_4/+CONTENTS: No such file or directory ---> Restoring the old version ---> Removing old package' ** Fix the installation problem and try again. ---> Installation of multimedia/vlc ended at: Mon, 21 Aug 2006 13:08:28 +0300 (consumed 00:01:28) ---> Upgrade of multimedia/vlc ended at: Mon, 21 Aug 2006 13:08:28 +0300 (consumed 00:15:42) Do I have to provide additional information? Thanks -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for viruses by BitDefender for Linux Mail Servers. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 10:27:57 2006 Return-Path: X-Original-To: ports@FreeBSD.Org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41D6D16A4DD for ; Mon, 21 Aug 2006 10:27:57 +0000 (UTC) (envelope-from lulf@stud.ntnu.no) Received: from fri.itea.ntnu.no (fri.itea.ntnu.no [129.241.7.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id C674143D45 for ; Mon, 21 Aug 2006 10:27:56 +0000 (GMT) (envelope-from lulf@stud.ntnu.no) Received: from localhost (localhost [127.0.0.1]) by fri.itea.ntnu.no (Postfix) with ESMTP id D951F8BB3 for ; Mon, 21 Aug 2006 12:27:54 +0200 (CEST) Received: from gaupe.stud.ntnu.no (gaupe.stud.ntnu.no [129.241.56.184]) by fri.itea.ntnu.no (Postfix) with ESMTP for ; Mon, 21 Aug 2006 12:27:54 +0200 (CEST) Received: by gaupe.stud.ntnu.no (Postfix, from userid 2312) id 9EFF8CFFFC; Mon, 21 Aug 2006 12:27:54 +0200 (CEST) Date: Mon, 21 Aug 2006 12:27:54 +0200 From: Ulf Lilleengen To: ports@FreeBSD.Org Message-ID: <20060821102754.GA5160@stud.ntnu.no> References: <200608211001.k7LA1JqH005720@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608211001.k7LA1JqH005720@freefall.freebsd.org> User-Agent: Mutt/1.5.9i X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Subject: Re: FreeBSD ports: 1 unfetchable distfile: devel/bazaar X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 10:27:57 -0000 On man, aug 21, 2006 at 10:01:19 +0000, Bill "distfiles" Fenner wrote: > Dear lulf@kerneled.org, > > You are listed as the FreeBSD port maintainer for 1 port > whose distfiles are not fetchable from their MASTER_SITES. Could > you please visit > > http://people.freebsd.org/~fenner/portsurvey/lulf@kerneled.org.html > > and correct the problems listed there? The individual port with > a problem is devel/bazaar. > > If you have already corrected the problems and submitted a > PR, please accept my thanks and apologies for the delay in getting > the fixes into the tree. This reminder is created automatically > and does not (yet) have a way to know if a PR fixing the problem > has been submitted. Please do *NOT* send your response to me > directly; I do not necessarily have time to commit your fix; please > instead submit a PR via 'send-pr' so it doesn't get lost. > > Thanks, > Bill "distfiles" Fenner. I did submit a pr, but I did not check if it came through. I'll send it in again this evening. -- Mvh Ulf Lilleengen From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 10:50:55 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB7216A4DD for ; Mon, 21 Aug 2006 10:50:55 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 286F643D7B for ; Mon, 21 Aug 2006 10:50:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 37991 invoked from network); 21 Aug 2006 10:50:36 -0000 Received: from unknown (HELO ?192.168.178.2?) (a.premoli@andxor.it@81.174.31.42) by andxor.it with SMTP; 21 Aug 2006 10:50:36 -0000 Message-ID: <44E98FFB.1050605@FreeBSD.org> Date: Mon, 21 Aug 2006 12:50:35 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: ports Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: cslung@FreeBSD.org, beat@chruetertee.ch, koutek@o-k.cz Subject: pecl-imagick X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 10:50:56 -0000 Hello all, I'm going to mark pecl-imagick deprecated and remove it from the ports tree soon. This PHP extension is completely dead, has a lot of problem and basically doesn't work. All of the ports that may depend on it use php-gd by default, and the only one that depends on it explicitly (campsite) use imagemagick directly and not via this pecl extension, so the removal should be harmless. If you have any objections, submit patches and grab maintainership ;-) -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 17:09:58 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 466B716A4DF; Mon, 21 Aug 2006 17:09:58 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao05.cox.net (eastrmmtao05.cox.net [68.230.240.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6358443D6A; Mon, 21 Aug 2006 17:09:57 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060821170956.DPOI7951.eastrmmtao05.cox.net@eastrmimpo01.cox.net>; Mon, 21 Aug 2006 13:09:56 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id Ch9X1V00f4iy4EG0000000 Mon, 21 Aug 2006 13:09:32 -0400 Date: Mon, 21 Aug 2006 12:10:08 -0500 To: "Adi Pircalabu" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20060821131430.2c35f3f4@apircalabu.dsd.ro> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20060821131430.2c35f3f4@apircalabu.dsd.ro> User-Agent: Opera Mail/9.01 (Linux) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: [6-STABLE] vlc-0.8.5_5 error during portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 17:09:58 -0000 In future, please don't spam to us. Choice one, either email to = multimedia@ or send us a PR is good enough. On Mon, 21 Aug 2006 05:14:30 -0500, Adi Pircalabu = wrote: > Hi, after latest cvsup I've got this error during portupgrade -av: I can't reproduce this error, you need to make sure you have a complete = = ports tree update by CVSup. Also, make sure you have everything up to da= te. =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 # pwd /usr/ports/multimedia/vlc # grep LDCONFIG Makefile USE_LDCONFIG=3D yes # make package =3D=3D=3D> Compressing manual pages for vlc-0.8.5_5 =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/X11R6/lib =3D=3D=3D> Installing ldconfig configuration file =3D=3D=3D> Registering installation for vlc-0.8.5_5 =3D=3D=3D> SECURITY REPORT: [...] Creating bzip'd tar ball in '/usr/ports/multimedia/vlc/vlc-0.8.5_5.tbz' # ls | grep tbz vlc-0.8.5_5.tbz # ls -l /usr/X11R6/libdata/ldconfig/vlc -rw-r--r-- 1 root wheel 15 Aug 21 12:01 /usr/X11R6/libdata/ldconfig/v= lc # grep ldconfig /var/db/pkg/vlc-0.8.5_5/+CONTENTS @exec /sbin/ldconfig -m /usr/X11R6/lib @unexec /sbin/ldconfig -R libdata/ldconfig/vlc =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 Cheers, Mezz > install -o root -g wheel -m > 444 /usr/ports/multimedia/vlc/work/fake/share/vlc/vlc48x48.png = > /usr/X11R6/share/pixmaps/vlc.png > =3D=3D=3D> Compressing manual pages for vlc-0.8.5_5 =3D=3D=3D> Run= ning ldconfig > /sbin/ldconfig -m /usr/X11R6/lib > =3D=3D=3D> Installing ldconfig configuration file > cannot create /usr/X11R6/libdata/ldconfig/vlc: No such file or directo= ry > *** Error code 2 > > Stop in /usr/ports/multimedia/vlc. > *** Error code 1 > > Stop in /usr/ports/multimedia/vlc. > ** Command failed [exit code 1]: /usr/bin/script > -qa /tmp/portupgrade55117.0 env PORT_UPGRADE=3Dyes make WITH_SKINS=3D1= > WITH_DAAP=3D1 WITH_ESOUND=3D1 WITH_FAAD=3D1 WITH_REALAUDIO=3D1 WITH_SP= EEX=3D1 > WITH_TWOLAME=3D1 WITH_XOSD=3D1 WITH_X264=3D1 WITH_DIRAC=3D1 WITH_THEOR= A=3D1 > WITH_TRANSCODE=3D1 WITH_WIN32_CODECS=3D1 WITH_DVDREAD=3D1 WITH_SSL=3D1= > WITH_OPTIMIZED_CFLAGS=3D1 USE_GECKO=3Dmozilla PORT_UPGRADE=3Dyes reins= tall > ---> Updating dependency info > egrep: /var/db/pkg/vlc-0.8.5_4/+CONTENTS: No such file or directory > ---> Restoring the old version ---> Removing old package' ** Fix the= > installation problem and try again. ---> Installation of > multimedia/vlc ended at: Mon, 21 Aug 2006 13:08:28 +0300 (consumed > 00:01:28) ---> Upgrade of multimedia/vlc ended at: Mon, 21 Aug 2006 > 13:08:28 +0300 (consumed 00:15:42) > > Do I have to provide additional information? > Thanks -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 18:05:19 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F80316A4DA for ; Mon, 21 Aug 2006 18:05:19 +0000 (UTC) (envelope-from fred.letter@lacave.net) Received: from talisker.lacave.net (talisker.lacave.net [217.145.39.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 24B9643D69 for ; Mon, 21 Aug 2006 18:05:17 +0000 (GMT) (envelope-from fred.letter@lacave.net) Received: (qmail 54328 invoked from network); 21 Aug 2006 18:05:12 -0000 X-Spam-Score: -1.4/5.0 X-Spam-Flag: NO X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on talisker.lacave.net X-Spam-Report: ALL_TRUSTED=-1.44,REPTO_OVERQUOTE_THEBAT=0 Received: from localhost (HELO GLENALLACHIE.local) (127.0.0.1) by talisker.lacave.net with SMTP; 21 Aug 2006 18:05:12 -0000 Date: Mon, 21 Aug 2006 20:05:11 +0200 From: "F. Senault" X-Mailer: The Bat! (v3.80.06) Professional Organization: Secte de l'Elephant Fuschia X-Priority: 3 (Normal) Message-ID: <368727378.20060821200511@lacave.net> To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanner: F-prot v4.6.5 (engine 3.16.13) X-Virus-Definitions: SIGN.DEF (20 August 2006), SIGN2.DEF (20 August 2006), MACRO.DEF (20 August 2006) X-Virus-Flag: NO X-Remote-IP: 127.0.0.1 Cc: current@freebsd.org Subject: Importing iSCSI target from NetBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "F. Senault" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 18:05:19 -0000 Hi all. I mentioned on -current a time ago that I was ready to make a port out of Alistair G. Crooks' ISCSI-target implementation for NetBSD. It was four months ago, and I realize I hadn't had any time to spend on this project, and that it's not going to change in a near future. The core of the work is about done. The version I used probably needs to be updated, a tarball has to be made and uploaded, and the port has to be commited. If someone wants to step in and take the work in progress, I'll be glad to help if I can. Don't hesitate to send me a word. TIA, Fred (Crossposted on both -current where the first discussion took part in may, and -ports where it logically belongs.) -- Do you know how far this has gone ? Just how damaged have I become ? When I think I can overcome It runs even deeper Everything that matters is gone All the hands of hope have withdrawn Could you try to help me hang on ? (Nine Inch Nails, Even Deeper) From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 19:21:47 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3977E16A4E1 for ; Mon, 21 Aug 2006 19:21:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D66943D76 for ; Mon, 21 Aug 2006 19:21:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k7LJLP7m029691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 Aug 2006 21:21:25 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k7LJLOvX029690; Mon, 21 Aug 2006 21:21:24 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Yar Tikhiy In-Reply-To: <20060821071036.GA44406@comp.chem.msu.su> References: <20060821071036.GA44406@comp.chem.msu.su> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-+sJ/2gTacICvrucnxdKN" Date: Mon, 21 Aug 2006 21:21:24 +0200 Message-Id: <1156188084.29475.8.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: freebsd-ports@FreeBSD.org Subject: Re: A section on gettext for the Porter's Handbook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 19:21:47 -0000 --=-+sJ/2gTacICvrucnxdKN Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Yar Tikhiy p=ED=B9e v po 21. 08. 2006 v 11:10 +0400: > Hi all, >=20 > I hoped I had learned something about using gettext in ports, > and felt I should write down a summary. Here's what came out > of that -- a proposed section for the Porter's Handbook. Its > HTML rendering is available there: >=20 > http://people.freebsd.org/~yar/porters-handbook/using-gettext.html >=20 > Remarks and corrections are welcome. Thanks! Not entirely convinced the section is needed at all. Anyway, here is some constructive criticism: 1) Passing just LDFLAGS is not enough, you need also to pass complementary header paths in CPPFLAGS: CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ LDFLAGS=3D"-L${LOCALBASE}/lib" Also mention that this is only to be used when the configure script can't find it's whereabouts without it. We don't need this in every single Makefile -- ie. clutter. Nits: - I would drop the whole discussion about shlibver arguments to USE_GETTEXT. Just draws misuse. - why GNU configure, GNU gettext? configure, gettext is just fine. Check the rest of the document and follow the style. Otherwise it's acceptable, maybe the language is a bit too informal to match the rest of the document, but whatever. Thanks! --=20 Pav Lucistnik Oh, no! Aaargh! It is the most unnatural, most disgusting creature imaginable: a two-eyed cyclops! --=-+sJ/2gTacICvrucnxdKN Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE6ge0ntdYP8FOsoIRAlVPAKCELpy2MAs4pB6tzXAP63TUEA6ttwCgym9S A4Vg3tgQ6LEQrfA8qEAqKF0= =FH8j -----END PGP SIGNATURE----- --=-+sJ/2gTacICvrucnxdKN-- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 19:54:02 2006 Return-Path: X-Original-To: ports@hub.freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 157FD16A4DE for ; Mon, 21 Aug 2006 19:54:02 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B91D43DD5 for ; Mon, 21 Aug 2006 19:53:30 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7LJrDbt061491 for ; Mon, 21 Aug 2006 19:53:13 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7LJrBNh061487 for PORTS; Mon, 21 Aug 2006 19:53:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Aug 2006 19:53:11 GMT Message-Id: <200608211953.k7LJrBNh061487@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Cc: Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 19:54:02 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/52079 vmware3 hangs when nmdm(4) is used as COM1 device o ports/72149 [PATCH] heimdal with LDAP backend - bad slapd socket p f ports/90399 vmware2 port not working on FreeBSD 6.0 f ports/92706 vmware3 panic on 6.0-RELEASE o ports/94044 emulators/vmware2: running $PREFIX/etc/rc.d/vmware.sh o ports/94894 multimedia/fxtv causes freeze and reboot on DGA failur o ports/95081 Problem with enabling logwtmp on POPtop o ports/95492 repocopy request: math/vtk-headers to math/vtk43-heade f ports/98893 cc error at -O2 on amd64/6-STABLE compiling port ucspi o ports/99286 ruby-ldap broken on amd64 s ports/99466 GPA fails to sign newly imported GPG key ("GPGME libra s ports/99518 security/gpa crashes when attempting to encrypt multip s ports/99623 ksh93 dumps core on FBSD 6.1 o ports/100024 Port mail/drac coredumps on runtime if compiled for ex o ports/100067 New port: devel/gdb65 GNU GDB 6.5 o ports/100329 sysutils/ltrace does not work o ports/100358 sysutils/portmanager: OpenOffice.org 2.0 Requires Conf o ports/100486 SDL port breaks compatibility in several ways f ports/100501 squid rc.d script should set the pidfile o ports/100582 x11-toolkits/xview's msgfmt conflicts with devel/gette f ports/100600 science/py-scipy links to incomplete library f ports/100748 www/oscommerce: fix some dependences f ports/101477 [PATCH] sysutils/coreutils: fix pkg-plist f ports/101768 [UPDATE] : www/typo 2.6.0 to 4.0.1 o ports/102005 [maintainer] sysutils/fvcool o ports/102007 [maintainer] x11-fonts/gentium respect TARGETDIR etc. f ports/102179 ipsec-tools won't compile on RELENG_6 f ports/102272 net-mgmt/arpscan has unnoted runtime dependency on lib o ports/102273 [audio/herrie] Bump to 0.2 o ports/102345 editors/openoffice.org-2.0.4.m1 fails to build 30 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/57502 ports that define USE_* too late s ports/59254 ports that write something after bsd.port.mk s ports/65794 net/ripetools is obsolete s ports/67815 graphics/ImageMagick no longer recognizes FlashPix p ports/76116 PORT UPDATE: graphics/lcms (with PATCH) o ports/76695 RPM complaints on installation of linux_base-rh-9 o ports/82634 heimdal port conflict with base heimdal s ports/84819 [MAINTAINER] math/coq: enable on ia64 s ports/86401 new ports multimedia/zapping f ports/87204 [UPDATE PATCH] net/coda6_server & dependencies port up s ports/88900 www/flashplugin-mozilla causes Firefox to crash o ports/89996 Update linux-winetools to latest version 0.9 s ports/91451 lftp may segfaults when linked with Readline 5.0 f ports/92133 [PATCH] comms/spandsp: 0.0.2p22 fixes various bugs. o ports/92289 audio/mbrolavox - fr4 and nl3 are incorrect o ports/92651 graphics/gmt - WITH_EVERYTHING doesn't fetch f ports/92755 databases/slony1: Add ability to run slon as a differe f ports/93318 New port: x11-toolkits/swt32, Eclipse SWT 3.2M4 Suppor f ports/94016 new port mail/contactsmenu o ports/94074 [NEW PORTS] x11-toolkits/ruby-qt3, x11-toolkits/kde3: f ports/94271 New Port: ifp-manager (a GUI interface for ifp driver) o ports/95018 new port: security/sguil-sensor o ports/95019 New port: www/suphp-devel: suPHP 0.6.1 f ports/95071 New Port: audio/ventrilo-server o ports/95166 New port: NLM Insight Toolkit 2.4.1 o ports/95258 New port: www/sahana2 :Web based disaster management s o ports/95279 (New Port) FreeBPX: a web gui to the asterisk PBX o ports/95529 new port: finance/opentaxsolver o ports/95556 new port: x11-wm/wmii-devel: next generation WMI windo f ports/95708 freebsd startup script for sec port o ports/95990 New Port: emulators/xjoypad o ports/96467 request for removal of net/openh323-112 s ports/96576 R 2.3.0 fails to compile: undefined reference to `R_ru s ports/96731 textproc/docbook-utils doesn`t build f ports/96891 [patch] port dns/powerdns does not have option for com f ports/98222 port update comms/hylafax to 4.3.0 o ports/98299 New port: japanese/citrix_ica f ports/98353 ipsec-tools fails to exchange keys between different a f ports/98364 [PATCH] net-mgmt/nagios-plugins: add several contrib c o ports/98583 New ports: jananese/scim-honoka and honoka's plugins f ports/98607 [PATCH] deskutils/ruby-alexandria: [pkg-plist fix] f ports/98639 [PATCH] japanese/ja-edict-utf-8: update to 20060608, u o ports/98757 New port: mail/squirrelmail-tmda-plugin tmdatools plug f ports/99052 [NEW PORT] devel/google-perftools: high-performance me o ports/99535 New port: mail/qmail-scanner2 qmail-scanner2 with st p f ports/99553 cannot use proxy in net-im/gaim-openq f ports/99699 [www/smarty] Won't Build even when PHP installed f ports/99794 mail/spampd: rc script for spampd o ports/99943 [UPDATE] devel/sdl12 update to 1.2.11 o ports/100452 New port: www/hinventory-client Script to generate Har o ports/100461 [NEW PORT] devel/jsmin: The JavaScript Minifier o ports/100462 New Port: audio/libnjb o ports/100498 [new port] audio/libdssialsacompat o ports/100533 Update: devel/m6811-binutils to 2.15 o ports/100628 New port: sysutils/pax-utils o ports/100629 New port: sysutils/torque - Open source resource manag o ports/100635 [NEW PORT] security/pam_abl: Blacklisting responsible f ports/100636 [PATCH] devel/ode: update to 0.6 f ports/100650 audio/moc dumps core when detach/quit o ports/100703 Update port: sysutils/ipmi-kmod o ports/100769 [NEW PORT] YARV 0.4.1: Yet Another Ruby VM o ports/100789 net-p2p/verlihub-plugins: compile failure o ports/100836 [New port] devel/mingw32-directx f ports/100843 Update port: net-mgmt/zabbix to 1.1.1 o ports/100844 [PATCH] devel/geany: update to 0.7.1 o ports/100888 New port: sysutils/battmond A battery level monitoring f ports/100899 [PATCH] news/nn: update to 6.7.3 o ports/100904 New port: security/pbnj - a suite of tools to monitor o ports/100938 x11/e17-module-engage is missing a depency on x11-tool f ports/100987 [update]Makefile update for limewire 4.12.3 o ports/101024 Maintainer Update: mail/dkimproxy rc.d scripts will lo o ports/101031 Maintainer UPDATE: sysutils/desktopbsd-tools to 1.1 f ports/101036 [PATCH] databases/p5-DBD-Mock: update to 1.34 o ports/101050 New port net/asterisk-app-ldap Asterisk can lookup nam o ports/101064 [NEW PORT] www/xsm: Extensible Site Manager f ports/101204 devel/otrs: Required files not installed by port o ports/101217 new port: databases/mysqlard A tool to collect and o ports/101235 New port: biology/foldingathome - Folding@Home distrib o ports/101252 [patch] Add WITH_CHARSET knob to japanese/mecab-ipadic o ports/101259 New port: shells/ch -- An embeddable C/C++ interpreter o ports/101280 New Port: security/metasploit-devel - The next generat o ports/101286 emulators/kqemu-kmod install kld to /boot/modules ... o ports/101336 [NEW PORT] databases/py24-psycopg2: The high performan o ports/101343 [NEW PORT] databases/p5-DMOZ-ParseRDF: Parse the gigan o ports/101361 graphicsmagick failed to build o ports/101366 patch: ftp/lftp: error in the lib dependence about dev o ports/101382 [PATCH] databases/mantis: update to 1.0.5 f ports/101441 [PATCH] mail/nmzmail: fix depends o ports/101451 [NEW PORT] net/smbnetfs SMBNetFS is a filesystem that o ports/101524 graphics/ImageMagick Port Stale And Will Not Download o ports/101529 editors/the can be built automatically for full X11 ca o ports/101530 update port: multimedia/gxine o ports/101573 New port: x11/dmenu X11 menu application (not only) fo o ports/101623 e16editmenu wrong path to file.menu - patch attached o ports/101655 Java & gmake version o ports/101664 [NEW PORT] www/drraw: A simple web-based presentation o ports/101673 New port: net/mediaproxy far-end NAT solution for SER/ o ports/101680 mail/poppassd: update of passwd prompts for pam_passwd o ports/101690 [NEW PORT] devel/cross-binutils: GNU binutils for cros f ports/101709 adodb should have dependency on php5-pcre f ports/101717 [PATCH] mail/ask: update to 2.5.3, bugfixes, install m o ports/101724 Update port: russian/xcode Update to latest version, f o ports/101774 [NEW PORT] devel/strongarm-elf-gcc: GNU gcc 4.1.1 for f ports/101776 Update port: sysutils/freeipmi - update to current ver o ports/101778 [maintainer update] www/rssowl o ports/101860 New port: java/glassfish, Open Source Java EE GlassFis o ports/101862 [new port] courier-pythonfilter f ports/102058 arping has INconsistent versioning o ports/102093 new port (restoring from Attic): fix games/myth2_demo o ports/102158 [NEW PORT] sysutils/devmsr: Kernel module that provide f ports/102168 [PORT] biology/treeviewx doesn't support wxgtk26 o ports/102183 [NEW PORT] polish/pl-jggtrans: Jabberd XMPP to GG inst f ports/102198 kvirc update 3.2.0 -> 3.2.4 f ports/102206 [PATCH] lang/p5-Error: update to 0.17.002 f ports/102291 Dependency for net/ntop lacks graphviz and urwfonts f ports/102303 Upgraded Port: news/nn to 6.7.3 o ports/102322 new port net/ssmping o ports/102325 Update port: sysutils/ltrace 0.3.6 -> 0.4 o ports/102332 New port: x11-toolkits/gob2, a preprocessor for making o ports/102342 deskutils/sugarcrm: fix for latest round of distfile U o ports/102348 fix confusion with WITH_APACHE2 flag in rt36 port o ports/102351 [NEW PORT] www/mysqlphp2postgres: Convert mysql calls 122 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 20:18:49 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A9B16A4DA for ; Mon, 21 Aug 2006 20:18:49 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F53C43D7B for ; Mon, 21 Aug 2006 20:18:42 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id E0397157C626 for ; Mon, 21 Aug 2006 22:17:14 +0200 (CEST) Received: from [83.99.89.191] (helo=[10.0.0.11]) by smtp08.web.de with esmtp (WEB.DE 4.107 #114) id 1GFGCw-0004Wn-00; Mon, 21 Aug 2006 22:17:14 +0200 Message-ID: <44EA14CA.7070604@web.de> Date: Mon, 21 Aug 2006 22:17:14 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: jaj13@web.de Subject: Troubles with MASTER_SITES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 20:18:49 -0000 Hi! I must be missing something obvious with MASTER_SITES. If you consider the devel/tigcc port which I maintain you can read: MASTER_SITES= ${MASTER_SITE_GCC}:gcc \ ${MASTER_SITE_GNU}:gas \ http://tigcc.ticalc.org/linux/:tigcc MASTER_SITE_SUBDIR= snapshots/4.1-20060728/:gcc \ binutils/:gas DISTFILES= gcc-core-4.1-20060728.tar.bz2:gcc \ binutils-2.16.1.tar.bz2:gas \ tigcc_src.tar.bz2:tigcc I just got a mail from Bill Fenner saying that a distfile is not fetchable. When I issue 'make fetch' the following happens: /usr/ports/devel/tigcc> sudo make fetch => gcc-core-4.1-20060728.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://mirror.aarnet.edu.au/pub/gcc/snapshots/4.1-200 60728/. fetch: ftp://mirror.aarnet.edu.au/pub/gcc/snapshots/4.1-20060728/gcc-core-4.1-20 060728.tar.bz2: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. gcc-core-4.1-20060728.tar.bz2 100% of 14 MB 156 kBps 00m00s It is true that the file is not present on the mirror.aarnet.edu.au mirror but why doesn't it try to fetch it from elsewhere? It is actually present on the gcc.gnu.org mirror. mirror.aarnet.edu.au is actually the last mirror listed for ${MASTER_SITE_GCC} in bsd.sites.mk Does anybody know what's going on? Best regards, Jona From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 20:31:57 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DEEC16A4DF for ; Mon, 21 Aug 2006 20:31:57 +0000 (UTC) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: from rescomp.berkeley.edu (keyserver.Rescomp.Berkeley.EDU [169.229.70.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6237D43D46 for ; Mon, 21 Aug 2006 20:31:57 +0000 (GMT) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: by rescomp.berkeley.edu (Postfix, from userid 1032) id 307E45B78C; Mon, 21 Aug 2006 13:31:55 -0700 (PDT) Date: Mon, 21 Aug 2006 13:31:55 -0700 From: "Ian A. Tegebo" To: freebsd-ports@freebsd.org Message-ID: <20060821203155.GM19814@rescomp.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: www/rt36 with mod_perl2 broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 20:31:57 -0000 Does anyone on this list have any input? -- ian ----- Forwarded message from "Ian A. Tegebo" ----- Date: Mon, 21 Aug 2006 02:40:43 -0700 From: "Ian A. Tegebo" To: freebsd-questions@freebsd.org Subject: www/rt36 with mod_perl2 broken Has anyone been able to build www/rt36 with apache22 as well as mod_perl2? I get the following error with the following command: portinstall -m 'WITH_APACHE2=yes' www/rt36 ===> rt-3.6.1_1 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Log/Dispatch.pm - not found ===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/Log/Dispatch.pm in /usr/ports/devel/p5-Log-Dispatch ===> p5-Log-Dispatch-2.12 is marked as broken: Broken due the new mod_perl2 API. *** Error code 1 -- Ian Tegebo Residential Computing University of California, Berkeley _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ----- End forwarded message ----- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 20:35:41 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659D516A4DA for ; Mon, 21 Aug 2006 20:35:41 +0000 (UTC) (envelope-from dyeske@yahoo.com) Received: from web31015.mail.mud.yahoo.com (web31015.mail.mud.yahoo.com [68.142.201.73]) by mx1.FreeBSD.org (Postfix) with SMTP id B0F0443D4C for ; Mon, 21 Aug 2006 20:35:40 +0000 (GMT) (envelope-from dyeske@yahoo.com) Received: (qmail 48605 invoked by uid 60001); 21 Aug 2006 20:35:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:MIME-Version:Content-Type; b=kvZGJSZxAh9UAte/gzu9iNdmKibhMO7j6mba9qKHHrb8nVuMEQdd/ym6SgtvNdZOf73UwBlKWDVHz5UPN04NCL73+V+joxEGejBcIfwEmgdoHSaNZxG6W6fP28QeqOvBBcPEVOmgJzXKrGsNhxD10vMnwsGVxubBzWkyOwHUuqU= ; Message-ID: <20060821203539.48603.qmail@web31015.mail.mud.yahoo.com> Received: from [216.235.158.34] by web31015.mail.mud.yahoo.com via HTTP; Mon, 21 Aug 2006 13:35:39 PDT Date: Mon, 21 Aug 2006 13:35:39 -0700 (PDT) From: David Yeske To: ish@unx.ca MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Mon, 21 Aug 2006 20:46:42 +0000 Cc: ports@freebsd.org, edwin@freebsd.org Subject: arpscan on FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Yeske List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 20:35:41 -0000 I am the maintainer for the arpscan FreeBSD port. I noticed version 0.3 has come out. I am able to compile and run it on FreeBSD current, but I do not get any results. Has anyone tested version 0.3 on FreeBSD? I think there is a problem with arpscan opening bpf. The following url contains ktrace output on FreeBSD current. http://futurebsd.sourceforge.net/freebsd/ports/arpscan.txt Regards, David Yeske From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 20:51:36 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E64F16A4E1 for ; Mon, 21 Aug 2006 20:51:36 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D83243D45 for ; Mon, 21 Aug 2006 20:51:35 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 25071B80F; Mon, 21 Aug 2006 16:51:35 -0400 (EDT) In-Reply-To: <20060821203155.GM19814@rescomp.berkeley.edu> References: <20060821203155.GM19814@rescomp.berkeley.edu> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <44137B2D-1B54-4482-8965-76CFEAE79371@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Mon, 21 Aug 2006 16:51:34 -0400 To: Ian A. Tegebo X-Mailer: Apple Mail (2.752.2) Cc: freebsd-ports@freebsd.org Subject: Re: www/rt36 with mod_perl2 broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 20:51:36 -0000 personally, I use rt with the fastcgi option. much easier to get it running that way, and RT doesn't need any of the advanced features of mod_perl so it seems overkill. but anyhow your error seems related to p5-Log-Dispatch not rt36. On Aug 21, 2006, at 4:31 PM, Ian A. Tegebo wrote: > Does anyone on this list have any input? From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 21:08:17 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FB9116A4DD for ; Mon, 21 Aug 2006 21:08:17 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A6E43D49 for ; Mon, 21 Aug 2006 21:08:00 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Mon, 21 Aug 2006 17:08:00 -0400 id 00056405.44EA20B0.0000749F Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 21 Aug 2006 17:01:36 -0400 Date: Mon, 21 Aug 2006 17:07:59 -0400 From: Bill Moran To: ports@freebsd.org Message-Id: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: "make fetch" refuses because dependencies aren't installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 21:08:17 -0000 [root@ravage /usr/ports/www/bacula-web]# make fetch This port requires the Apache Module or the CGI version of PHP, but you have already installed a PHP port without them. *** Error code 1 This is on a dedicated fetch/NFS server. It's not supposed to have mod_php installed. It would be pretty roundabout for me to install it just for the purpose of fetching a package. The machines that mount the ports tree via NFS shares off this do not have any access to the Internet for security reasons. Thus we use this machine to fetch packages into /usr/ports/distfiles, then we can build them on the secured systems. It would make life easier if "make fetch" and "make fetch-recursive" could ignore these kinds of dependency errors. It seems to me that "make fetch*" should _never_ fail because of dependencies. -- Bill Moran Collaborative Fusion Inc. **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. **************************************************************** From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 21:30:38 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0059D16A4E5 for ; Mon, 21 Aug 2006 21:30:37 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE6D43D4C for ; Mon, 21 Aug 2006 21:30:37 +0000 (GMT) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net ([12.207.12.9]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20060821213032m92002tatie>; Mon, 21 Aug 2006 21:30:32 +0000 Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.13.6/8.13.6) with ESMTP id k7LLUOY0003812; Mon, 21 Aug 2006 16:30:25 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.13.6/8.13.6/Submit) id k7LLUOJC003811; Mon, 21 Aug 2006 16:30:24 -0500 (CDT) (envelope-from brooks) Date: Mon, 21 Aug 2006 16:30:23 -0500 From: Brooks Davis To: Bill Moran Message-ID: <20060821213022.GA3666@lor.one-eyed-alien.net> References: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: "make fetch" refuses because dependencies aren't installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 21:30:38 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 21, 2006 at 05:07:59PM -0400, Bill Moran wrote: >=20 > [root@ravage /usr/ports/www/bacula-web]# make fetch > This port requires the Apache Module or the CGI version of PHP, but you h= ave > already installed a PHP port without them. > *** Error code 1 >=20 > This is on a dedicated fetch/NFS server. It's not supposed to have > mod_php installed. It would be pretty roundabout for me to install it > just for the purpose of fetching a package. >=20 > The machines that mount the ports tree via NFS shares off this do not > have any access to the Internet for security reasons. Thus we use this > machine to fetch packages into /usr/ports/distfiles, then we can build > them on the secured systems. >=20 > It would make life easier if "make fetch" and "make fetch-recursive" > could ignore these kinds of dependency errors. It seems to me that > "make fetch*" should _never_ fail because of dependencies. The problem here is that the PHP support code rolls it own IGNORE type command and thus you can't easily skip it. It looks like you might be able to get away with running "make fetch" with FALSE=3Dtrue. to get around this. There probably should be a knob to allow fetching in this case. -- Brooks --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE6iXtXY6L6fI4GtQRAspvAKC6ScW9Ny7e7HwsGaoBGuBXsmtNLgCeMhPF d3EiVuckKmURg4z3Dd9tP/M= =wcWm -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 21:51:47 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB2316A4E0 for ; Mon, 21 Aug 2006 21:51:47 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 8FA5343D4C for ; Mon, 21 Aug 2006 21:51:46 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP; Mon, 21 Aug 2006 22:51:44 +0100 (BST) Date: Mon, 21 Aug 2006 22:51:44 +0100 From: Shaun Amott To: Jona Joachim Message-ID: <20060821215144.GA2649@picobyte.net> Mail-Followup-To: Jona Joachim , freebsd-ports@FreeBSD.org References: <44EA14CA.7070604@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <44EA14CA.7070604@web.de> User-Agent: Mutt/1.5.11 (FreeBSD i386) Cc: freebsd-ports@FreeBSD.org Subject: Re: Troubles with MASTER_SITES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 21:51:47 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 21, 2006 at 10:17:14PM +0200, Jona Joachim wrote: >=20 > I must be missing something obvious with MASTER_SITES. > If you consider the devel/tigcc port which I maintain you can read: >=20 > MASTER_SITES=3D ${MASTER_SITE_GCC}:gcc \ > ${MASTER_SITE_GNU}:gas \ The problem is that you are taking the value of ${MASTER_SITE_xxx} and sticking the site-group on the end - i.e., on the last site in either group. To fix this, change the above lines to: MASTER_SITES=3D ${MASTER_SITE_GCC:S/$/:gcc/} \ ${MASTER_SITE_GNU:S/$/:gas/} \ This will attach :gcc and :gas to the end of each individual site. --=20 Shaun Amott [ PGP: 0x6B387A9A ] Scientia Est Potentia. --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFE6irwkmhdCGs4epoRAnxtAJoDMrw5bczHSJCScIBVZOvYyJUpmwCeLH1t z9AMgqMfJ7EiRZ43G3B+Nxk= =eTCq -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 22:15:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3526616A4DA; Mon, 21 Aug 2006 22:15:51 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id C534C43D45; Mon, 21 Aug 2006 22:15:48 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 53E63152A9B0; Tue, 22 Aug 2006 00:15:25 +0200 (CEST) Received: from [83.99.89.191] (helo=[10.0.0.11]) by smtp08.web.de with esmtp (WEB.DE 4.107 #114) id 1GFI3I-0001XT-00; Tue, 22 Aug 2006 00:15:25 +0200 Message-ID: <44EA307C.6070403@web.de> Date: Tue, 22 Aug 2006 00:15:24 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: shaun@FreeBSD.org, freebsd-ports@FreeBSD.org References: <44EA14CA.7070604@web.de> <20060821215144.GA2649@picobyte.net> In-Reply-To: <20060821215144.GA2649@picobyte.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: Subject: Re: Troubles with MASTER_SITES X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 22:15:51 -0000 Shaun Amott wrote: > On Mon, Aug 21, 2006 at 10:17:14PM +0200, Jona Joachim wrote: >> I must be missing something obvious with MASTER_SITES. >> If you consider the devel/tigcc port which I maintain you can read: >> >> MASTER_SITES= ${MASTER_SITE_GCC}:gcc \ >> ${MASTER_SITE_GNU}:gas \ > > The problem is that you are taking the value of ${MASTER_SITE_xxx} and > sticking the site-group on the end - i.e., on the last site in either > group. > > To fix this, change the above lines to: > > MASTER_SITES= ${MASTER_SITE_GCC:S/$/:gcc/} \ > ${MASTER_SITE_GNU:S/$/:gas/} \ > > This will attach :gcc and :gas to the end of each individual site. That did the trick. I should have read this part of the Porter's Handbook more carefully. Thanks a lot! From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 22:39:53 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD55216A4DF for ; Mon, 21 Aug 2006 22:39:53 +0000 (UTC) (envelope-from o_sleep@belovedarctos.com) Received: from chipotle.belovedarctos.com (mail.belovedarctos.com [66.114.86.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFFF43D46 for ; Mon, 21 Aug 2006 22:39:53 +0000 (GMT) (envelope-from o_sleep@belovedarctos.com) Received: from [10.0.1.99] (unknown [10.0.1.99]) by chipotle.belovedarctos.com (Postfix) with ESMTP id 70A632E044; Mon, 21 Aug 2006 22:39:52 +0000 (UTC) In-Reply-To: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> References: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bjorn Nelson Date: Mon, 21 Aug 2006 18:39:51 -0400 To: Bill Moran X-Mailer: Apple Mail (2.752.2) Cc: ports@freebsd.org Subject: Re: "make fetch" refuses because dependencies aren't installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 22:39:53 -0000 Bill, On Aug 21, 2006, at 5:07 PM, Bill Moran wrote: > > [root@ravage /usr/ports/www/bacula-web]# make fetch > This port requires the Apache Module or the CGI version of PHP, but > you have > already installed a PHP port without them. > *** Error code 1 > > This is on a dedicated fetch/NFS server. It's not supposed to have > mod_php installed. It would be pretty roundabout for me to install it > just for the purpose of fetching a package. > > The machines that mount the ports tree via NFS shares off this do not > have any access to the Internet for security reasons. Thus we use > this > machine to fetch packages into /usr/ports/distfiles, then we can build > them on the secured systems. > > It would make life easier if "make fetch" and "make fetch-recursive" > could ignore these kinds of dependency errors. It seems to me that > "make fetch*" should _never_ fail because of dependencies. I ran into the same problem and ended up making a script to do concurrent make fetches (with a high water mark of 15 concurrent fetches): http://www.onlamp.com/bsd/2006/04/13/examples/fetch_distfiles.sh Shameless plug, but I detail setting this up on page 2 of: http://www.onlamp.com/pub/a/bsd/2006/04/13/freebsd-build-system.html -Bjorn From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 22:57:04 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C841416A4DA for ; Mon, 21 Aug 2006 22:57:04 +0000 (UTC) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: from rescomp.berkeley.edu (keyserver.Rescomp.Berkeley.EDU [169.229.70.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BFD43D45 for ; Mon, 21 Aug 2006 22:57:04 +0000 (GMT) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: by rescomp.berkeley.edu (Postfix, from userid 1032) id 80D005B791; Mon, 21 Aug 2006 15:57:04 -0700 (PDT) Date: Mon, 21 Aug 2006 15:57:04 -0700 From: "Ian A. Tegebo" To: Vivek Khera Message-ID: <20060821225704.GN19814@rescomp.berkeley.edu> References: <20060821203155.GM19814@rescomp.berkeley.edu> <44137B2D-1B54-4482-8965-76CFEAE79371@khera.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44137B2D-1B54-4482-8965-76CFEAE79371@khera.org> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@freebsd.org Subject: Re: www/rt36 with mod_perl2 broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 22:57:04 -0000 On Mon, Aug 21, 2006 at 04:51:34PM -0400, Vivek Khera wrote: > personally, I use rt with the fastcgi option. much easier to get it > running that way, and RT doesn't need any of the advanced features of > mod_perl so it seems overkill. We already use Apache22 and mod_perl2 for a number of applications so we'd like to keep it that way and not have to support apache13 with fastcgi. > but anyhow your error seems related to p5-Log-Dispatch not rt36. This is true. I suppose I should have asked if anyone had managed to install rt36 with any workaround for the problems with p5-Log-Dispatch. For example, is p5-Log-Dispatch a 'make or break' dependency or is it just preferred? -- Ian Tegebo From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 23:18:30 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 880C216A4DF for ; Mon, 21 Aug 2006 23:18:30 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5967E43D67 for ; Mon, 21 Aug 2006 23:18:24 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k7LNIMCu027182 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 22 Aug 2006 01:18:22 +0200 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k7LNIMF6027180; Tue, 22 Aug 2006 01:18:22 +0200 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id k7LNHdbr048501; Tue, 22 Aug 2006 01:17:39 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id k7LNHcmm048500; Tue, 22 Aug 2006 01:17:38 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 22 Aug 2006 01:17:37 +0200 To: Robert Jenssen Message-ID: <20060821231737.GA48485@saturn.kn-bremen.de> Mail-Followup-To: Robert Jenssen , ports@freebsd.org References: <200608171514.57223.robertjenssen@ozemail.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608171514.57223.robertjenssen@ozemail.com.au> User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org Subject: Re: FreeBSD Port: qemu-0.8.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 23:18:30 -0000 On Thu, Aug 17, 2006 at 03:14:56PM +1000, Robert Jenssen wrote: > Hi, > > I am using qemu to emulate win2k on FreeBSB-6.1. I particularly wanted to run > some proprietary software requiring a dongle on the parallel port and made > the patch attached. It seems to work for me so I thought it might be useful > to others. (I haven't attempted to print anything but win2k installed an > attached printer.) > > Cheers, > > Rob Jenssen Thanx, shaun@ has just committed it (together with other things): http://lists.freebsd.org/pipermail/cvs-ports/2006-August/103448.html From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 23:35:45 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DAF16A4DA for ; Mon, 21 Aug 2006 23:35:45 +0000 (UTC) (envelope-from timur@com.bat.ru) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1246543D73 for ; Mon, 21 Aug 2006 23:35:36 +0000 (GMT) (envelope-from timur@com.bat.ru) Received: from timur.home.bat.ru ([192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP-TLS id 1143840; Tue, 22 Aug 2006 01:35:50 +0200 Received: (from timur@localhost) by timur.home.bat.ru (8.13.6/8.13.6/Submit) id k7LNZXtv003069; Tue, 22 Aug 2006 01:35:33 +0200 (CEST) (envelope-from timur) Date: Tue, 22 Aug 2006 01:35:33 +0200 From: "Timur I. Bakeyev" To: Bill Blue , Rainer Alves , ports@freebsd.org, timur@gnu.org Message-ID: <20060821233533.GA1487@com.bat.ru> References: <44DE1656.1020803@rogers.com> <44DE1CFD.4010204@gmail.com> <20060816192525.GA1167@roadrunner.buck.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060816192525.GA1167@roadrunner.buck.local> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: Re: FreeBSD Port: net/samba3 (rc.d weirdness) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 23:35:45 -0000 Hi, Ulrich! On Wed, Aug 16, 2006 at 09:25:26PM +0200, Ulrich Spoerlein wrote: > > The function "checkyesno" cannot handle undefined variables and will > thus print an error. This will happen ON EVERY machine that samba3 is > installed, but there is no samba_enable="YES/NO" line in rc.conf. > > The quick fix is to alter the samba script to set a default value (to > NO), just like almost every other port does, eg., run > > $ egrep '_enable:?-"?NO' /usr/local/etc/rc.d/* > > 010.pgsql.sh:postgresql_enable=${postgresql_enable:-"NO"} > privoxy:privoxy_enable=${privoxy_enable-"NO"} > snmpd:snmpd_enable=${snmpd_enable-"NO"} > symon:symon_enable=${symon_enable:-"NO"} > > I'll CC the maintainer ... Thanks for pointing me out on this flaw. IIRC, when I first wrote this script it did work ok. So, seems, something got broken since then. I'll try to push the changes ASAP, together with some other minor fixes to the port. With best regards, Timur Bakeyev. From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 01:06:29 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C7216A4DA for ; Tue, 22 Aug 2006 01:06:29 +0000 (UTC) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (bewilderbeast.blackhelicopters.org [198.22.63.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326C743D49 for ; Tue, 22 Aug 2006 01:06:29 +0000 (GMT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (mwlucas@localhost [127.0.0.1]) by bewilderbeast.blackhelicopters.org (8.12.10/8.12.10) with ESMTP id k7M16Sfw096296 for ; Mon, 21 Aug 2006 21:06:28 -0400 (EDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost) by bewilderbeast.blackhelicopters.org (8.12.10/8.12.10/Submit) id k7M16STr096295 for ports@freebsd.org; Mon, 21 Aug 2006 21:06:28 -0400 (EDT) (envelope-from mwlucas) Date: Mon, 21 Aug 2006 21:06:28 -0400 From: "Michael W. Lucas" To: ports@freebsd.org Message-ID: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Spam-Score: (0) X-Scanned-By: MIMEDefang 2.39 Cc: Subject: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 01:06:29 -0000 Hi, After a database headache caused by my own doofusity, I've been contemplating switching from portupgrade. (Hey, it's been a few years, things could have changed.) Checking in /usr/ports/sysutils, it seems that we have a whole bunch of different tools -- portmaster, portmanager, portsman, and portupgrade. A search of the mailing list archive doesn't seem to lead me to a clear successor or improvement upon portupgrade. Is portupgrade still as good as it gets, or are we headed towards another tool any time soon? Thanks, ==ml -- Michael W. Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org http://www.BlackHelicopters.org/~mwlucas/ Latest book: PGP & GPG -- http://www.pgpandgpg.com "The cloak of anonymity protects me from the nuisance of caring." -Non Sequitur From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 04:18:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC73F16A4DE for ; Tue, 22 Aug 2006 04:18:27 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB1143D45 for ; Tue, 22 Aug 2006 04:18:26 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2685883pye for ; Mon, 21 Aug 2006 21:18:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NTc2wacPAgYSkAVDs9++Pny77t1Dq4WwF/HPxaFo3mOMYuTRywzLaDdXlIy8xQrSMdOL5epid2YEdsrEN5JP6LpQTJG36LEUKLKpw7f/fNi/vzypJc/XD3b5i218+PoYr0+PoL+yHVnL90or8Yi/1RmTtrWoMPoM30ry0HC/3Wc= Received: by 10.35.99.5 with SMTP id b5mr14765894pym; Mon, 21 Aug 2006 21:18:26 -0700 (PDT) Received: by 10.35.124.18 with HTTP; Mon, 21 Aug 2006 21:18:26 -0700 (PDT) Message-ID: Date: Tue, 22 Aug 2006 12:18:26 +0800 From: "Jiawei Ye" To: "Michael W. Lucas" In-Reply-To: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> Cc: ports@freebsd.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 04:18:27 -0000 On 8/22/06, Michael W. Lucas wrote: > Hi, > > After a database headache caused by my own doofusity, I've been > contemplating switching from portupgrade. (Hey, it's been a few > years, things could have changed.) Checking in /usr/ports/sysutils, > it seems that we have a whole bunch of different tools -- portmaster, > portmanager, portsman, and portupgrade. > > A search of the mailing list archive doesn't seem to lead me to a > clear successor or improvement upon portupgrade. Is portupgrade still > as good as it gets, or are we headed towards another tool any time > soon? > > Thanks, > ==ml Hi, personally I don't think any single one has a big win over the others. I have used portupgrade, portmanager, portmaster. Here are what I think of them: 1) Portupgrade It is a suite. Being a suite, portsclean, pkg_glob and these little utilities are very handy at keeping the ports tree as lean as possible. I especially like "pkg_deinstall -rR" when removing a large suite of software such as KDE or GNOME. Though portmanager/master has a "leaves" removal mode, they are not comparable to pkg_deinstall in this sense. Portupgrade builds its own database and depends on ruby, which has created some fluctuation in stability in recent months, but it also has the flexibility to define alternative dependancies in centralized configuration files. 2) Portmanager This started out as a rewrite of portupgrade in C, which proved to be quite fast but the development was somewhat more error-prone and IIRC it is no longer being developed. 3) Portmaster This is what I am using now, along with portconf to define per-port make flags and options. The only things I miss from portmaster are the pkg_deinstall ability and an easy way to define alternative dependancies. Speed doesn't seem to be a problem compared to portmanager though it is written as a shell script. One feature from portupgrade I would like to see in portmaster is the ability to go on upgrading other ports if one of them failed. That is my 2 cents worth, Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 10:05:15 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAD3216A4DA for ; Tue, 22 Aug 2006 10:05:15 +0000 (UTC) (envelope-from apircalabu@bitdefender.com) Received: from mail.bitdefender.com (ns.bitdefender.com [217.156.83.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0DD943DDD for ; Tue, 22 Aug 2006 10:04:51 +0000 (GMT) (envelope-from apircalabu@bitdefender.com) Received: (qmail 9903 invoked by uid 1010); 22 Aug 2006 13:04:37 +0300 Received: from apircalabu.dsd.ro (10.10.15.22) by mail.bitdefender.com with SMTP; 22 Aug 2006 13:04:37 +0300 Date: Tue, 22 Aug 2006 13:04:36 +0300 From: Adi Pircalabu To: "Jeremy Messenger" Message-ID: <20060822130436.6d4a8a15@apircalabu.dsd.ro> In-Reply-To: References: <20060821131430.2c35f3f4@apircalabu.dsd.ro> Organization: BitDefender X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BitDefender-Scanner: Clean, Agent: BitDefender qmail 2.0.0 on mail.bitdefender.com X-BitDefender-Spam: No (0) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: [6-STABLE] vlc-0.8.5_5 error during portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 10:05:15 -0000 On Mon, 21 Aug 2006 12:10:08 -0500 Jeremy Messenger wrote: > In future, please don't spam to us. Choice one, either email to > multimedia@ or send us a PR is good enough. Sorry for spam. [...] > I can't reproduce this error, you need to make sure you have a > complete ports tree update by CVSup. Also, make sure you have > everything up to date. (For the archives) mkdir /usr/X11R6/libdata/ldconfig/ solved this. I can't understand at this time, though, why this directory was missing on my machine. I think this PR can be closed. Thanks -- Adi Pircalabu (PGP Key ID 0x04329F5E) -- This message was scanned for viruses by BitDefender for Linux Mail Servers. For more information please visit http://www.bitdefender.com/ From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 10:06:20 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A897316A4DE for ; Tue, 22 Aug 2006 10:06:20 +0000 (UTC) (envelope-from ph@desktopbsd.net) Received: from desktopbsd.net (illuminatus.sw-sec.de [212.204.60.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id B987243D99 for ; Tue, 22 Aug 2006 10:05:09 +0000 (GMT) (envelope-from ph@desktopbsd.net) Received: from localhost (illuminatus.sw-sec.de [212.204.60.89]) by desktopbsd.net (Postfix) with ESMTP id CCD8D45058 for ; Tue, 22 Aug 2006 12:04:57 +0200 (CEST) Received: from desktopbsd.net ([212.204.60.89]) by localhost (desktopbsd.net [212.204.60.89]) (amavisd-new, port 10024) with ESMTP id B4b8v8nvPYWW for ; Tue, 22 Aug 2006 12:04:57 +0200 (CEST) Received: from [10.0.0.2] (cm56-134-103.liwest.at [86.56.134.103]) by desktopbsd.net (Postfix) with ESMTP id E97554501A for ; Tue, 22 Aug 2006 12:04:55 +0200 (CEST) From: Peter Hofer To: FreeBSD Ports Date: Tue, 22 Aug 2006 12:04:49 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608221204.49261.ph@desktopbsd.net> Subject: PR ports/101031, desktopbsd-tools to 1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 10:06:20 -0000 Hello! Can someone please have a look at ports/101031? It has been lying around for more than three weeks now and no one has taken it although it's only a simple update. Unfortunately, I can't reach Sam Lawrance who committed the port and updates until now. Thanks! Best regards, Peter Hofer From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 11:00:18 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5BE16A4E6 for ; Tue, 22 Aug 2006 11:00:17 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA6A43D49 for ; Tue, 22 Aug 2006 11:00:17 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp5-g19.free.fr (Postfix) with ESMTP id 7A1492747D; Tue, 22 Aug 2006 13:00:16 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 9D80511650; Tue, 22 Aug 2006 13:00:15 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40085-06; Tue, 22 Aug 2006 13:00:08 +0200 (CEST) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id 94CEA115E3; Tue, 22 Aug 2006 13:00:06 +0200 (CEST) From: Florent Thoumie To: Kris Kennaway In-Reply-To: <20060822103703.GA50078@xor.obsecurity.org> References: <200601161951.k0GJpfNx017833@repoman.freebsd.org> <20060821080945.A48690@p-i-n.com> <20060821110753.GA99959@xor.obsecurity.org> <1156159640.53353.29.camel@mayday.esat.net> <20060821115657.GA1425@xor.obsecurity.org> <1156162582.53353.37.camel@mayday.esat.net> <20060822093819.GA48419@xor.obsecurity.org> <1156240481.53353.48.camel@mayday.esat.net> <20060822103703.GA50078@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yNWQ584dMwWryYL7Zqyk" Date: Tue, 22 Aug 2006 12:00:04 +0100 Message-Id: <1156244404.53353.68.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@FreeBSD.org, "Raphael H. Becker" Subject: Re: PKGDIR ambiguous (was: cvs commit: src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 src/usr.sbin/pkg_install/add add.h main.c perform.c pkg_add.1 src/usr.sbin/pkg_install/lib lib.h url.c) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 11:00:18 -0000 --=-yNWQ584dMwWryYL7Zqyk Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2006-08-22 at 06:37 -0400, Kris Kennaway wrote: > On Tue, Aug 22, 2006 at 10:54:41AM +0100, Florent Thoumie wrote: >=20 > > Hum, actually you can have PACKAGES=3D/blah/packages/homebrewed/ in > > make.conf and PACKAGES=3D/blah/packages/freebsd/ in your environment, s= o I > > guess it's fine. > >=20 > > I'll commit the s/PKG_DBDIR/PACKAGES/ change in a few minutes. >=20 > Cool, thanks! I forgot I had to do the post-processing thing, so it will have to wait a bit. Also, the default for PKG_DBDIR was ".". Because you don't want your system to be cluttered by ./All and ./Latest directories, I think we should remove any default value to force people to set PACKAGES to some path with included dynamic branch version, like: export PACKAGES=3D/var/cache/pkg/packages-`sysctl -n kern.osreldate | cut -c1` I'm a bit confused about what policy we should have with this, so I'm moving the discussion to -ports. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-yNWQ584dMwWryYL7Zqyk Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBE6uO0MxEkbVFH3PQRApJGAJ4r1c2CF/OUTuWAVOYgkJARXP7p4wCeOEoL u5hEjOLJqq9QAIs780kIcZg= =Pchk -----END PGP SIGNATURE----- --=-yNWQ584dMwWryYL7Zqyk-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 11:07:35 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50D616A4E7 for ; Tue, 22 Aug 2006 11:07:35 +0000 (UTC) (envelope-from ruud@t-boonproductions.nl) Received: from hannibal.insiteservices.nl (hannibal.insiteservices.nl [84.245.24.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0EE43DB0 for ; Tue, 22 Aug 2006 11:07:04 +0000 (GMT) (envelope-from ruud@t-boonproductions.nl) Received: from hannibal.insiteservices.nl (localhost [127.0.0.1]) by hannibal.insiteservices.nl (8.13.8/8.13.7) with ESMTP id k7MB6uPS005844 for ; Tue, 22 Aug 2006 13:06:57 +0200 (CEST) (envelope-from ruud@t-boonproductions.nl) Received: (from www@localhost) by hannibal.insiteservices.nl (8.13.8/8.13.7/Submit) id k7MB6pAf005843; Tue, 22 Aug 2006 13:06:51 +0200 (CEST) (envelope-from ruud@t-boonproductions.nl) X-Authentication-Warning: hannibal.insiteservices.nl: www set sender to ruud@t-boonproductions.nl using -f Received: from 83.81.84.121 (SquirrelMail authenticated user ruud) by hannibal.insiteservices.nl with HTTP; Tue, 22 Aug 2006 13:06:51 +0200 (CEST) Message-ID: <26096.83.81.84.121.1156244811.squirrel@hannibal.insiteservices.nl> Date: Tue, 22 Aug 2006 13:06:51 +0200 (CEST) From: "Ruud Boon" To: "ports@FreeBSD.org" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on hannibal.insiteservices.nl Cc: Subject: FreeBSD Port: virtualmin-2.611 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 11:07:35 -0000 Hi There, On the website of webmin/virtualmin they reported that the current version is 3.201. Do you know when the new release will be available trough the ports? Greetings from The Nethelands, Ruud Boon From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 12:32:51 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABA616A4DE for ; Tue, 22 Aug 2006 12:32:51 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E0E43D45 for ; Tue, 22 Aug 2006 12:32:50 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2038029uge for ; Tue, 22 Aug 2006 05:32:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=raMNEHz3W38jRUmef35YSO9x0v8+rfJwKA3UCxGfR8yjO4/J7KURKiot/8aoPwzDndUU7LE8zH3/hBeaP3YMuiVETWlCZufN1erDRCJ1WrxqjLuYPAOXJ3Kqc1IjgBE+IFBfQynfMBX9b/4LxZNgTr7xaJsVF6fav0XlFi9rbEM= Received: by 10.66.224.19 with SMTP id w19mr4306363ugg; Tue, 22 Aug 2006 05:32:48 -0700 (PDT) Received: by 10.67.86.15 with HTTP; Tue, 22 Aug 2006 05:32:48 -0700 (PDT) Message-ID: <790a9fff0608220532h790dd310jd15d9c6cfb990b11@mail.gmail.com> Date: Tue, 22 Aug 2006 07:32:48 -0500 From: "Scot Hetzel" To: "Michael W. Lucas" In-Reply-To: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> Cc: ports@freebsd.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 12:32:51 -0000 While the portmanager, portupgrade, and portmaster tools allow you to keep your specific port options in a file, they are incompatible with each other and when building directly from /usr/ports, as the port options in these seperate files are not available to the other tools or to /usr/ports. This deficiency has been fixed with the sysutils/portconf port, where you can specify your port options in PREFIX/etc/ports.conf file, and these tools and direct building from /usr/ports will use these port options. For example if you need a global WRKDIRPREFIX, you can use the following in the ports.conf file: */*: WRKDIRPREFIX=/usr/obj Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 13:38:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A2E316A4DE for ; Tue, 22 Aug 2006 13:38:27 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B93C943D49 for ; Tue, 22 Aug 2006 13:38:26 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 22 Aug 2006 09:38:25 -0400 id 00056417.44EB08D1.0000D2CD Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 22 Aug 2006 09:31:55 -0400 Date: Tue, 22 Aug 2006 09:38:24 -0400 From: Bill Moran To: Bjorn Nelson Message-Id: <20060822093824.1d5cd7e9.wmoran@collaborativefusion.com> In-Reply-To: References: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: "make fetch" refuses because dependencies aren't installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 13:38:27 -0000 In response to Bjorn Nelson : > Bill, > > On Aug 21, 2006, at 5:07 PM, Bill Moran wrote: > > > > > [root@ravage /usr/ports/www/bacula-web]# make fetch > > This port requires the Apache Module or the CGI version of PHP, but > > you have > > already installed a PHP port without them. > > *** Error code 1 > > > > This is on a dedicated fetch/NFS server. It's not supposed to have > > mod_php installed. It would be pretty roundabout for me to install it > > just for the purpose of fetching a package. > > > > The machines that mount the ports tree via NFS shares off this do not > > have any access to the Internet for security reasons. Thus we use > > this > > machine to fetch packages into /usr/ports/distfiles, then we can build > > them on the secured systems. > > > > It would make life easier if "make fetch" and "make fetch-recursive" > > could ignore these kinds of dependency errors. It seems to me that > > "make fetch*" should _never_ fail because of dependencies. > > I ran into the same problem and ended up making a script to do > concurrent make fetches (with a high water mark of 15 concurrent > fetches): > http://www.onlamp.com/bsd/2006/04/13/examples/fetch_distfiles.sh > > Shameless plug, but I detail setting this up on page 2 of: > http://www.onlamp.com/pub/a/bsd/2006/04/13/freebsd-build-system.html Thanks, Bjorn. In my case, I just looked up the site/filename and manually fetched the file into /usr/ports/distfiles. I was more interested in the fact that this seems to be a bug in the ports. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 13:43:23 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8863E16A4DD for ; Tue, 22 Aug 2006 13:43:23 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE55D43D55 for ; Tue, 22 Aug 2006 13:43:21 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 22 Aug 2006 09:43:21 -0400 id 00056417.44EB09F9.0000D35C Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 22 Aug 2006 09:36:51 -0400 Date: Tue, 22 Aug 2006 09:43:20 -0400 From: Bill Moran To: Brooks Davis Message-Id: <20060822094320.a1a9f0da.wmoran@collaborativefusion.com> In-Reply-To: <20060821213022.GA3666@lor.one-eyed-alien.net> References: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> <20060821213022.GA3666@lor.one-eyed-alien.net> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: "make fetch" refuses because dependencies aren't installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 13:43:23 -0000 In response to Brooks Davis : > On Mon, Aug 21, 2006 at 05:07:59PM -0400, Bill Moran wrote: > > > > [root@ravage /usr/ports/www/bacula-web]# make fetch > > This port requires the Apache Module or the CGI version of PHP, but you have > > already installed a PHP port without them. > > *** Error code 1 > > > > This is on a dedicated fetch/NFS server. It's not supposed to have > > mod_php installed. It would be pretty roundabout for me to install it > > just for the purpose of fetching a package. > > > > The machines that mount the ports tree via NFS shares off this do not > > have any access to the Internet for security reasons. Thus we use this > > machine to fetch packages into /usr/ports/distfiles, then we can build > > them on the secured systems. > > > > It would make life easier if "make fetch" and "make fetch-recursive" > > could ignore these kinds of dependency errors. It seems to me that > > "make fetch*" should _never_ fail because of dependencies. > > The problem here is that the PHP support code rolls it own IGNORE type > command and thus you can't easily skip it. It looks like you might be > able to get away with running "make fetch" with FALSE=true. to get > around this. There probably should be a knob to allow fetching in this > case. FALSE=true, huh? That's classic. That won't have any side-effects? I'm no ports expert, but shouldn't this check occur _after_ fetching? Then, if the make target was just to fetch, no error. If the make target was a build, then the port gets fetched, _then_ the error occurs. Which is fine since the admin will probably want to fix the problem anyway, and the download won't need repeated. I noticed that the Makefile simply says "WANT_PHP_WEB=yes" which would seem to indicate that fixing this would fix the same problem for any number of PHP ports. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 14:23:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913C316A4E2 for ; Tue, 22 Aug 2006 14:23:29 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392EC43D46 for ; Tue, 22 Aug 2006 14:23:28 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.1.5] (unknown [192.168.1.5]) by yertle.kcilink.com (Postfix) with ESMTP id 32BFEB810; Tue, 22 Aug 2006 10:23:28 -0400 (EDT) In-Reply-To: <20060821225704.GN19814@rescomp.berkeley.edu> References: <20060821203155.GM19814@rescomp.berkeley.edu> <44137B2D-1B54-4482-8965-76CFEAE79371@khera.org> <20060821225704.GN19814@rescomp.berkeley.edu> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-2--291734400; protocol="application/pkcs7-signature" Message-Id: From: Vivek Khera Date: Tue, 22 Aug 2006 10:23:28 -0400 To: "Ian A. Tegebo" X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: www/rt36 with mod_perl2 broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 14:23:29 -0000 --Apple-Mail-2--291734400 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On Aug 21, 2006, at 6:57 PM, Ian A. Tegebo wrote: > We already use Apache22 and mod_perl2 for a number of applications so > we'd like to keep it that way and not have to support apache13 with > fastcgi. fastcgi works just fine with apache 2 also. --Apple-Mail-2--291734400-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 14:57:12 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8A1316A4DA for ; Tue, 22 Aug 2006 14:57:12 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp101.sbc.mail.re2.yahoo.com (smtp101.sbc.mail.re2.yahoo.com [68.142.229.104]) by mx1.FreeBSD.org (Postfix) with SMTP id 45CEB43D45 for ; Tue, 22 Aug 2006 14:57:12 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 4586 invoked from network); 22 Aug 2006 14:57:11 -0000 Received: from unknown (HELO gondolin.mikestammer.com) (mikestammer@sbcglobal.net@75.3.42.185 with login) by smtp101.sbc.mail.re2.yahoo.com with SMTP; 22 Aug 2006 14:57:11 -0000 Received: from localhost (localhost [127.0.0.1]) by gondolin.mikestammer.com (Postfix) with ESMTP id DE15487 for ; Tue, 22 Aug 2006 09:57:10 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from gondolin.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cEB4YRoGvAlR for ; Tue, 22 Aug 2006 09:57:05 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by gondolin.mikestammer.com (Postfix) with ESMTP id EBCFB52 for ; Tue, 22 Aug 2006 09:57:04 -0500 (CDT) Message-ID: <44EB1B40.4000208@mikestammer.com> Date: Tue, 22 Aug 2006 09:57:04 -0500 From: Eric User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: ports@freebsd.org References: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> In-Reply-To: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 14:57:13 -0000 Michael W. Lucas wrote: > Hi, > > After a database headache caused by my own doofusity, I've been > contemplating switching from portupgrade. (Hey, it's been a few > years, things could have changed.) Checking in /usr/ports/sysutils, > it seems that we have a whole bunch of different tools -- portmaster, > portmanager, portsman, and portupgrade. > > A search of the mailing list archive doesn't seem to lead me to a > clear successor or improvement upon portupgrade. Is portupgrade still > as good as it gets, or are we headed towards another tool any time > soon? > > Thanks, > ==ml > > i prefer portmaster with portconf. i used portmanager for a long time but found portmaster to do things a little more intelligently and portmaster is being actively developed. Eric From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 15:03:50 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0886516A4DA for ; Tue, 22 Aug 2006 15:03:50 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id C789E43D5E for ; Tue, 22 Aug 2006 15:03:48 +0000 (GMT) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net ([12.207.12.9]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20060822150347m910085nqqe>; Tue, 22 Aug 2006 15:03:48 +0000 Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.13.6/8.13.6) with ESMTP id k7MF3kB4012697; Tue, 22 Aug 2006 10:03:46 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.13.6/8.13.6/Submit) id k7MF3i5e012696; Tue, 22 Aug 2006 10:03:44 -0500 (CDT) (envelope-from brooks) Date: Tue, 22 Aug 2006 10:03:44 -0500 From: Brooks Davis To: Bill Moran Message-ID: <20060822150344.GC12125@lor.one-eyed-alien.net> References: <20060821170759.dcd369f0.wmoran@collaborativefusion.com> <20060821213022.GA3666@lor.one-eyed-alien.net> <20060822094320.a1a9f0da.wmoran@collaborativefusion.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iFRdW5/EC4oqxDHL" Content-Disposition: inline In-Reply-To: <20060822094320.a1a9f0da.wmoran@collaborativefusion.com> User-Agent: Mutt/1.5.11 Cc: Brooks Davis , ports@freebsd.org Subject: Re: "make fetch" refuses because dependencies aren't installed? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 15:03:50 -0000 --iFRdW5/EC4oqxDHL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 22, 2006 at 09:43:20AM -0400, Bill Moran wrote: > In response to Brooks Davis : >=20 > > On Mon, Aug 21, 2006 at 05:07:59PM -0400, Bill Moran wrote: > > >=20 > > > [root@ravage /usr/ports/www/bacula-web]# make fetch > > > This port requires the Apache Module or the CGI version of PHP, but y= ou have > > > already installed a PHP port without them. > > > *** Error code 1 > > >=20 > > > This is on a dedicated fetch/NFS server. It's not supposed to have > > > mod_php installed. It would be pretty roundabout for me to install it > > > just for the purpose of fetching a package. > > >=20 > > > The machines that mount the ports tree via NFS shares off this do not > > > have any access to the Internet for security reasons. Thus we use th= is > > > machine to fetch packages into /usr/ports/distfiles, then we can build > > > them on the secured systems. > > >=20 > > > It would make life easier if "make fetch" and "make fetch-recursive" > > > could ignore these kinds of dependency errors. It seems to me that > > > "make fetch*" should _never_ fail because of dependencies. > >=20 > > The problem here is that the PHP support code rolls it own IGNORE type > > command and thus you can't easily skip it. It looks like you might be > > able to get away with running "make fetch" with FALSE=3Dtrue. to get > > around this. There probably should be a knob to allow fetching in this > > case. >=20 > FALSE=3Dtrue, huh? That's classic. That won't have any side-effects? It will have several including breaking make checksum, but if you just want to fetch the files it will override this particular check (and most of the others). :) > I'm no ports expert, but shouldn't this check occur _after_ fetching? Th= en, > if the make target was just to fetch, no error. If the make target was a > build, then the port gets fetched, _then_ the error occurs. Which is fine > since the admin will probably want to fix the problem anyway, and the > download won't need repeated. The normal IGNORE logic is to prevent you from doing anything unless you will be able to install the port. NO_IGNORE should probably turn this error off, but does not. If you really don't have any version of php installed this error should not come up at all since this is a bug. Are you sure you really don't have any version installed? There's an additional problem that the main php ports don't install mod_php by default which is annoying since 99% of the time that's the only part you care about. > I noticed that the Makefile simply says "WANT_PHP_WEB=3Dyes" which would = seem > to indicate that fixing this would fix the same problem for any number of > PHP ports. Yes, this check is in port/Mk/bsd.php.mk. -- Brooks --iFRdW5/EC4oqxDHL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE6xzQXY6L6fI4GtQRAmzEAKC5eAwsngNfH21y9VWZ+QyzIYfZcACeOVbj NbOX48aOuXJKp326fL7GItA= =hQOH -----END PGP SIGNATURE----- --iFRdW5/EC4oqxDHL-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 22 17:47:46 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384A916A4DD for ; Tue, 22 Aug 2006 17:47:46 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8063A43D6D for ; Tue, 22 Aug 2006 17:47:45 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2133573uge for ; Tue, 22 Aug 2006 10:47:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g1Br4reCDyAmbJdwU/XVSulwDn1oUZ9GYacU+zkDtTLBRxjE1dzA0HqEd/MVvHuCRdiKZdlRDIqNIQGTYI3aDSR6JMGtRzCgdIo3rEBkqTbeldtgogbjXdtX/qCSXSTeeHv5NqNpgMZcSaZY759L8zKXeKceuEzvJi1y3vdYXNM= Received: by 10.67.22.2 with SMTP id z2mr4554809ugi; Tue, 22 Aug 2006 10:47:43 -0700 (PDT) Received: by 10.67.86.15 with HTTP; Tue, 22 Aug 2006 10:47:43 -0700 (PDT) Message-ID: <790a9fff0608221047y7cba4bd3nd968265576314e9@mail.gmail.com> Date: Tue, 22 Aug 2006 12:47:43 -0500 From: "Scot Hetzel" To: "Ruud Boon" In-Reply-To: <26096.83.81.84.121.1156244811.squirrel@hannibal.insiteservices.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <26096.83.81.84.121.1156244811.squirrel@hannibal.insiteservices.nl> Cc: "ports@FreeBSD.org" Subject: Re: FreeBSD Port: virtualmin-2.611 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 17:47:46 -0000 On 8/22/06, Ruud Boon wrote: > Hi There, > > On the website of webmin/virtualmin they reported that the current > version is 3.201. Do you know when the new release will be available > trough the ports? > Since the port is unmaintained (MAINTAINER=ports@freebsd.org), your could try updating the port, and submitting the changes using send-pr. See the Porters Handbook for further details: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html and more specifically: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 05:42:46 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044AF16A4E0 for ; Wed, 23 Aug 2006 05:42:46 +0000 (UTC) (envelope-from sgeorge.ml@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6C043D68 for ; Wed, 23 Aug 2006 05:42:40 +0000 (GMT) (envelope-from sgeorge.ml@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so38228pye for ; Tue, 22 Aug 2006 22:42:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=H9QiDpiJEOoAtmuLJGNkYQEB+NYNSK9uunQuq3EQ67VZMunm74sQtg7cOmpVEXh0Sl0NbC+p/H/Pyesqf3efLEj3xs85OpO3Y6vFYPXs77UNh0OvyzbOrlxBq2+0mQ49KX6280m4UUBtWvbhc/l8+A1B2lLDZq01Svo1bRCatHo= Received: by 10.35.117.5 with SMTP id u5mr17044169pym; Tue, 22 Aug 2006 22:42:40 -0700 (PDT) Received: by 10.35.51.18 with HTTP; Tue, 22 Aug 2006 22:42:39 -0700 (PDT) Message-ID: Date: Wed, 23 Aug 2006 11:12:39 +0530 From: "Siju George" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: FreeBSD Subversion Network access problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 05:42:46 -0000 Hi, I installed Subversion on FreeBSD 6.1 from ports. Started svnserve to listen on 3690 # ps aux |grep svn svn 526 0.0 0.5 4264 2324 ?? Is 8:33PM 0:00.00 /usr/local/bin/svnserve -d --listen-port=3690 -r /var/MasterSVNRepository The output of netstat for port 3690 is # netstat -an |grep 3690 tcp6 0 0 *.3690 *.* LISTEN Any Idea why it is listening on tcp6 and not tcp4? How do I make it listen on tcp4. I cannot access the repositories now from the network :-( Thankyou so much Kind Regards Siju From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 06:07:04 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9990716A4E7 for ; Wed, 23 Aug 2006 06:07:04 +0000 (UTC) (envelope-from johans@stack.nl) Received: from mx1.stack.nl (meestal.stack.nl [131.155.140.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2201943D45 for ; Wed, 23 Aug 2006 06:07:03 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mx1.stack.nl (Postfix, from userid 65534) id 014E14B1D7; Wed, 23 Aug 2006 08:07:01 +0200 (CEST) X-Spam-DCC: Misty: hammer.stack.nl 1170; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on hammer.stack.nl X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=failed version=3.1.3 X-Spam-Relay-Country: Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498]) by mx1.stack.nl (Postfix) with ESMTP id CF91C4B1CF; Wed, 23 Aug 2006 08:06:58 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id 93C8522A24; Wed, 23 Aug 2006 08:06:58 +0200 (CEST) Date: Wed, 23 Aug 2006 08:06:58 +0200 From: Johan van Selst To: Siju George Message-ID: <20060823060658.GA22569@mud.stack.nl> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.12-2006-07-14 Cc: ports@FreeBSD.org Subject: Re: FreeBSD Subversion Network access problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 06:07:04 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Siju George wrote: > I installed Subversion on FreeBSD 6.1 from ports. > Started svnserve to listen on 3690 > How do I make it listen on tcp4. You can add the option --listen-host=0 to listen on IPv4 only. Greetings, Johan --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFE6/CCaOElK32lxTsRAnuDAJ9Wey6Aw1KQNz2n5t+JIebbGKk3RwCdHVXZ Hg28IQl3LENFmw8iU3N+xAs= =QBH1 -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 06:30:19 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82DEE16A4DE for ; Wed, 23 Aug 2006 06:30:19 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 61B5143D6A for ; Wed, 23 Aug 2006 06:30:14 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 14363 invoked by uid 399); 23 Aug 2006 06:30:13 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 23 Aug 2006 06:30:13 -0000 Message-ID: <44EBF5F1.4050802@FreeBSD.org> Date: Tue, 22 Aug 2006 23:30:09 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: "Michael W. Lucas" References: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> In-Reply-To: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 06:30:19 -0000 I wanted to let some others respond to this post before I did, but now that they have ... Michael W. Lucas wrote: > Hi, > > After a database headache caused by my own doofusity, D'oh, I hate when that happens. :) > A search of the mailing list archive doesn't seem to lead me to a > clear successor or improvement upon portupgrade. Is portupgrade still > as good as it gets, or are we headed towards another tool any time > soon? My view is that portupgrade and portmaster are serving two different audiences, with a non-trivial set of users in common. I rarely ever use pre-built packages, so I don't really plan to duplicate portupgrade's package handling abilities. I also really dislike the idea of external databases, so between that and ruby I never even tried portupgrade myself. Like mergemaster, the portmaster script grew organically out of some simple stuff that I got tired of doing over and over again by hand, and has now evolved to be fairly full featured, in large part as a result of user requests and feedback. IMO portmaster now contains a fairly complete set of tools to manage your ports. Combined with sysutils/portconf you have the same basic functionality of portupgrade without the overhead of external databases or a scripting language that's not in the base. This is not to say that there is anything _wrong_ with portupgrade. If you use it and like it, or more importantly if you need its tools, knock yourself out. As I said above, portmaster isn't for everyone, it's just one possible way to tackle a subset of the problems portupgrade is designed for. Responding to bits of some of the other posts ... Jiawei Ye wrote: > 3) Portmaster > This is what I am using now, Nice to hear! And thanks to the others that had kind things to say about it as well. > along with portconf to define per-port > make flags and options. The only things I miss from portmaster are the > pkg_deinstall ability I think the new -e option, and the enhanced -s option come close to what you're looking for. If you'd like to let me know what else you think we should do here, I'll be glad to think it over. > and an easy way to define alternative dependancies. That turns out to be a rather icky problem, but mezz came up with an interesting idea that I need to work through in more detail, so it's not hopeless. :) > Speed doesn't seem to be a problem compared to > portmanager though it is written as a shell script. Thanks! I have worked pretty hard to try and optimize all the things that portmaster is actually doing, as opposed to time spent waiting for the ports tree. > One feature from portupgrade I would like to see in portmaster is the > ability to go on upgrading other ports if one of them failed. That gets very tricky, since portmaster does a depth first traversal of the dependencies, so if something fails it's very likely that the things "above" it would fail as well. But as always, patches are welcome. :) Scot Hetzel wrote: > While the portmanager, portupgrade, and portmaster tools allow you to > keep your specific port options in a file, Not that it's a major issue, but portmaster does not actually have this feature. > they are incompatible with > each other and when building directly from /usr/ports, as the port > options in these seperate files are not available to the other tools > or to /usr/ports. This deficiency has been fixed with the > sysutils/portconf port, where you can specify your port options in > PREFIX/etc/ports.conf file, and these tools and direct building from > /usr/ports will use these port options. Now this I agree with, portconf is a great tool. > For example if you need a global WRKDIRPREFIX, you can use the > following in the ports.conf file: > > */*: WRKDIRPREFIX=/usr/obj You _could_ do it this way. You could also put your globals in /etc/make.conf. Although the more time goes by, the less comfortable I am with stuff in make.conf. In any case, I hope this helps answer Michael's original question, even if it is more info that he was bargaining for. :) Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 07:53:50 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6B016A4DF; Wed, 23 Aug 2006 07:53:50 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B38243D69; Wed, 23 Aug 2006 07:53:46 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7N7riMs014091; Wed, 23 Aug 2006 11:53:44 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7N7rhbU014090; Wed, 23 Aug 2006 11:53:44 +0400 (MSD) (envelope-from yar) Date: Wed, 23 Aug 2006 11:53:43 +0400 From: Yar Tikhiy To: Pav Lucistnik Message-ID: <20060823075343.GC13001@comp.chem.msu.su> References: <20060821071036.GA44406@comp.chem.msu.su> <1156188084.29475.8.camel@ikaros.oook.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1156188084.29475.8.camel@ikaros.oook.cz> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@FreeBSD.org Subject: Re: A section on gettext for the Porter's Handbook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 07:53:51 -0000 On Mon, Aug 21, 2006 at 09:21:24PM +0200, Pav Lucistnik wrote: > Yar Tikhiy p??e v po 21. 08. 2006 v 11:10 +0400: > > > Hi all, > > > > I hoped I had learned something about using gettext in ports, > > and felt I should write down a summary. Here's what came out > > of that -- a proposed section for the Porter's Handbook. Its > > HTML rendering is available there: > > > > http://people.freebsd.org/~yar/porters-handbook/using-gettext.html > > > > Remarks and corrections are welcome. Thanks! > > Not entirely convinced the section is needed at all. Anyway, here is > some constructive criticism: The constructive part is much appreciated. ;-) > 1) Passing just LDFLAGS is not enough, you need also to pass > complementary header paths in CPPFLAGS: > > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" > > Also mention that this is only to be used when the configure script > can't find it's whereabouts without it. We don't need this in every > single Makefile -- ie. clutter. This really makes sense. At least `configure' by GNU autoconf should figure out the include and lib paths by itself, as my testing shows. > Nits: > > - I would drop the whole discussion about shlibver arguments to > USE_GETTEXT. Just draws misuse. I'd like to, but the fair way would be to remove the doubtful, and currently unused, feature from bsd.port.mk, too. For now I'll tell that its use is strongly discouraged. > - why GNU configure, GNU gettext? configure, gettext is just fine. `GNU configure' because we set GNU_CONFIGURE. `GNU gettext' is the well-known name of the thing. (I wonder how successfully it could be replaced by the NetBSD fork of Citrus, which is BSD-licensed...) However, I think I should soften the rough corner by providing a GNU designation once for each and then use just `configure' and `gettext'. > Check the rest of the document and follow the style. I failed to find much style in this aspect. Could you? FWIW, the section before my one is titled `Using GNU autotools'. > Otherwise it's acceptable, maybe the language is a bit too informal to > match the rest of the document, but whatever. Thanks! Perhaps the language was due to my having fun from writing the text. :-) Thank you! The new revision is available at the same URL: http://people.freebsd.org/~yar/porters-handbook/using-gettext.html -- Yar From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 08:38:03 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7A116A4DE for ; Wed, 23 Aug 2006 08:38:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from nat-application.b1.lan.prg.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1799043D5D for ; Wed, 23 Aug 2006 08:38:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by nat-application.b1.lan.prg.vol.cz (8.13.6/8.13.6) with ESMTP id k7N8bftC072477; Wed, 23 Aug 2006 10:37:41 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.6/8.13.6/Submit) id k7N8bcvj072476; Wed, 23 Aug 2006 10:37:38 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Yar Tikhiy In-Reply-To: <20060823075343.GC13001@comp.chem.msu.su> References: <20060821071036.GA44406@comp.chem.msu.su> <1156188084.29475.8.camel@ikaros.oook.cz> <20060823075343.GC13001@comp.chem.msu.su> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-CNKeXIBvehgbfXlITx8q" Date: Wed, 23 Aug 2006 10:37:38 +0200 Message-Id: <1156322258.71915.6.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: freebsd-ports@FreeBSD.org Subject: Re: A section on gettext for the Porter's Handbook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 08:38:03 -0000 --=-CNKeXIBvehgbfXlITx8q Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Yar Tikhiy p=ED=B9e v st 23. 08. 2006 v 11:53 +0400: > On Mon, Aug 21, 2006 at 09:21:24PM +0200, Pav Lucistnik wrote: > > Yar Tikhiy p??e v po 21. 08. 2006 v 11:10 +0400: > > Otherwise it's acceptable, maybe the language is a bit too informal to > > match the rest of the document, but whatever. Thanks! >=20 > Perhaps the language was due to my having fun from writing the text. > :-) Lucky you! Are you going to commit the patch yourself, or you need an assistance of another doc-hatter? --=20 Pav Lucistnik lofi> My _sympathetic_ opinion about kdevelop is that it's a huge pile of shit that might at least work okay if used in Linux. lofi> My neutral opinion is that it's just a huge pile of shit. --=-CNKeXIBvehgbfXlITx8q Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE7BPSntdYP8FOsoIRAkyiAJ9WNWpDNnlzrRZOnobHT59RJ7JGdACgg4LT SZsg7P9bpRwYG9JOcl6e5b4= =5mwZ -----END PGP SIGNATURE----- --=-CNKeXIBvehgbfXlITx8q-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 08:56:25 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B57B416A4DA; Wed, 23 Aug 2006 08:56:25 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id E444F43D4C; Wed, 23 Aug 2006 08:56:22 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7N8uKBv015058; Wed, 23 Aug 2006 12:56:20 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7N8uKGT015057; Wed, 23 Aug 2006 12:56:20 +0400 (MSD) (envelope-from yar) Date: Wed, 23 Aug 2006 12:56:20 +0400 From: Yar Tikhiy To: Pav Lucistnik Message-ID: <20060823085620.GF13001@comp.chem.msu.su> References: <20060821071036.GA44406@comp.chem.msu.su> <1156188084.29475.8.camel@ikaros.oook.cz> <20060823075343.GC13001@comp.chem.msu.su> <1156322258.71915.6.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1156322258.71915.6.camel@pav.hide.vol.cz> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@FreeBSD.org Subject: Re: A section on gettext for the Porter's Handbook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 08:56:25 -0000 On Wed, Aug 23, 2006 at 10:37:38AM +0200, Pav Lucistnik wrote: > Yar Tikhiy p??e v st 23. 08. 2006 v 11:53 +0400: > > On Mon, Aug 21, 2006 at 09:21:24PM +0200, Pav Lucistnik wrote: > > > Yar Tikhiy p??e v po 21. 08. 2006 v 11:10 +0400: > > > > Otherwise it's acceptable, maybe the language is a bit too informal to > > > match the rest of the document, but whatever. Thanks! > > > > Perhaps the language was due to my having fun from writing the text. > > :-) > > Lucky you! > > Are you going to commit the patch yourself, or you need an assistance of > another doc-hatter? I think I can commit it by myself. Thanks! -- Yar From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 13:51:39 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1851016A4E2 for ; Wed, 23 Aug 2006 13:51:39 +0000 (UTC) (envelope-from helge.oldach@atosorigin.com) Received: from mizar.origin-it.net (mail.de.atosorigin.com [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4967143D76 for ; Wed, 23 Aug 2006 13:51:29 +0000 (GMT) (envelope-from helge.oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68]) by mizar.origin-it.net (8.13.6/8.13.6/hmo020206) with ESMTP id k7NDoxTe076020 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Aug 2006 15:51:00 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: from galaxy.hbg.de.ao-srv.com (galaxy.hbg.de.ao-srv.com [161.89.20.4]) by matar.hbg.de.int.atosorigin.com (8.13.6/8.13.6/hmo020206) with ESMTP id k7NDoxI2081972; Wed, 23 Aug 2006 15:50:59 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: (from hmo@localhost) by galaxy.hbg.de.ao-srv.com (8.9.3p2/8.9.3/hmo30mar03) id PAA24812; Wed, 23 Aug 2006 15:50:58 +0200 (MET DST) Message-Id: <200608231350.PAA24812@galaxy.hbg.de.ao-srv.com> In-Reply-To: <790a9fff0608220532h790dd310jd15d9c6cfb990b11@mail.gmail.com> from Scot Hetzel at "Aug 22, 2006 7:32:48 am" To: swhetzel@gmail.com (Scot Hetzel) Date: Wed, 23 Aug 2006 15:50:57 +0200 (MET DST) From: Helge Oldach X-Address: Atos Origin GmbH, Friesenstraße 13, D-20097 Hamburg, Germany X-Phone: +49 40 7886 7464, Fax: +49 40 7886 9464, Mobile: +49 160 4782077 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, mwlucas@blackhelicopters.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 13:51:39 -0000 Scot Hetzel: >While the portmanager, portupgrade, and portmaster tools allow you to >keep your specific port options in a file, they are incompatible with >each other and when building directly from /usr/ports, as the port >options in these seperate files are not available to the other tools >or to /usr/ports. This deficiency has been fixed with the >sysutils/portconf port, where you can specify your port options in >PREFIX/etc/ports.conf file, and these tools and direct building from >/usr/ports will use these port options. Hmm... What is wrong with directly amending /etc/make.conf with, for example: --------------------------------- WRKDIRPREFIX=/usr/obj .if ${.CURDIR:M*/devel/gmake} WITHOUT_NLS=yes .endif .if ${.CURDIR:M*/mail/fetchmail} .MAKEFLAGS: -DWITH_NTLM .endif .if ${.CURDIR:M*/sysutils/uptimed} post-install-script: -${RM} ${PREFIX}/www/cgi-bin/uprecords.conf -${RM} ${PREFIX}/www/cgi-bin/uprecords.cgi -${RM} ${PREFIX}/www/cgi-bin/uprecords.header -${RM} ${PREFIX}/www/cgi-bin/uprecords.footer -${RMDIR} ${PREFIX}/www/cgi-bin -${RMDIR} ${PREFIX}/www .endif --------------------------------- Note specifically the ".MAKEFLAGS" trick above that IMHO won't easily work with portconf. Helge From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 14:33:17 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7375016A4DE for ; Wed, 23 Aug 2006 14:33:17 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [206.18.177.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117EA43D53 for ; Wed, 23 Aug 2006 14:33:16 +0000 (GMT) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-24-6-181-195.hsd1.ca.comcast.net[24.6.181.195]) by comcast.net (alnrmhc11) with ESMTP id <20060823143255b1100poktee>; Wed, 23 Aug 2006 14:33:16 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 709435C041; Wed, 23 Aug 2006 07:32:55 -0700 (PDT) Date: Wed, 23 Aug 2006 07:32:55 -0700 From: Jeremy Chadwick To: Helge Oldach Message-ID: <20060823143255.GA52042@icarus.home.lan> Mail-Followup-To: Helge Oldach , Scot Hetzel , ports@freebsd.org, mwlucas@blackhelicopters.org References: <790a9fff0608220532h790dd310jd15d9c6cfb990b11@mail.gmail.com> <200608231350.PAA24812@galaxy.hbg.de.ao-srv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608231350.PAA24812@galaxy.hbg.de.ao-srv.com> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.11 Cc: ports@freebsd.org, Scot Hetzel , mwlucas@blackhelicopters.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 14:33:17 -0000 On Wed, Aug 23, 2006 at 03:50:57PM +0200, Helge Oldach wrote: > Hmm... What is wrong with directly amending /etc/make.conf with, for > example: Nothing's wrong with it -- but from my perspective, it's hardly user-friendly. No, not everything should be user-friendly, but something of this nature should be, in my opinion. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 14:39:49 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2964916A4DD for ; Wed, 23 Aug 2006 14:39:49 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D4B43D45 for ; Wed, 23 Aug 2006 14:39:48 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so153445uge for ; Wed, 23 Aug 2006 07:39:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RtbAL+8wSpmnCCniRlRpEFw1PEPJkq0LgC/SNPjGodp1/WJ6znD6yzP02+ZK2UYpfOwRYPs9nPrg14EHW5/fgKVi4g0TgZRO9Wnizpm9LxNgJNscn8LzbTDVnQ3/qfp9kC+vyF/v/X2PTY5aMARC1XlBImjjGoiK2E7I4Y4cD0s= Received: by 10.66.244.11 with SMTP id r11mr206311ugh; Wed, 23 Aug 2006 07:39:47 -0700 (PDT) Received: by 10.67.86.15 with HTTP; Wed, 23 Aug 2006 07:39:47 -0700 (PDT) Message-ID: <790a9fff0608230739v36143292k68852b1677f1d7f4@mail.gmail.com> Date: Wed, 23 Aug 2006 09:39:47 -0500 From: "Scot Hetzel" To: "Helge Oldach" In-Reply-To: <200608231350.PAA24812@galaxy.hbg.de.ao-srv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0608220532h790dd310jd15d9c6cfb990b11@mail.gmail.com> <200608231350.PAA24812@galaxy.hbg.de.ao-srv.com> Cc: ports@freebsd.org, mwlucas@blackhelicopters.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 14:39:49 -0000 On 8/23/06, Helge Oldach wrote: > Scot Hetzel: > >While the portmanager, portupgrade, and portmaster tools allow you to > >keep your specific port options in a file, they are incompatible with > >each other and when building directly from /usr/ports, as the port > >options in these seperate files are not available to the other tools > >or to /usr/ports. This deficiency has been fixed with the > >sysutils/portconf port, where you can specify your port options in > >PREFIX/etc/ports.conf file, and these tools and direct building from > >/usr/ports will use these port options. > > Hmm... What is wrong with directly amending /etc/make.conf with, for > example: > Nothing wrong with doing it this way, just that a newbie has to find this syntax, and edit their make.conf accordingly. Where with a newbie using the ports.conf file, they just add each option on one line, and let the magic added by the sysutils/portconf to /etc/make.conf do all the work for them. An additional benifit is that you don't clutter your make.conf file with all of these .if ... .endif statements when you have more than 10 ports that you set with custom options. > --------------------------------- > WRKDIRPREFIX=/usr/obj > > .if ${.CURDIR:M*/devel/gmake} > WITHOUT_NLS=yes > .endif > > .if ${.CURDIR:M*/mail/fetchmail} > .MAKEFLAGS: -DWITH_NTLM > .endif > : > Note specifically the ".MAKEFLAGS" trick above that IMHO won't easily > work with portconf. > That will work with portconf, without using .MAKEFLAGS: devel/gmake: WITHOUT_NLS mail/fetchmail: WITH_NTLM You could have also used "WITH_NTLM=YES" instead of .MAKEFLAGS in your make.conf and the fetchmail port would be built with NTLM support. > .if ${.CURDIR:M*/sysutils/uptimed} > post-install-script: > -${RM} ${PREFIX}/www/cgi-bin/uprecords.conf > -${RM} ${PREFIX}/www/cgi-bin/uprecords.cgi > -${RM} ${PREFIX}/www/cgi-bin/uprecords.header > -${RM} ${PREFIX}/www/cgi-bin/uprecords.footer > -${RMDIR} ${PREFIX}/www/cgi-bin > -${RMDIR} ${PREFIX}/www > .endif > --------------------------------- > This portconf can't do. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 15:43:24 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D9C16A4DE for ; Wed, 23 Aug 2006 15:43:24 +0000 (UTC) (envelope-from helge.oldach@atosorigin.com) Received: from mizar.origin-it.net (mizar.origin-it.net [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF1043D70 for ; Wed, 23 Aug 2006 15:43:23 +0000 (GMT) (envelope-from helge.oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68]) by mizar.origin-it.net (8.13.6/8.13.6/hmo020206) with ESMTP id k7NFhFlw091772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Aug 2006 17:43:16 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: from galaxy.hbg.de.ao-srv.com (galaxy.hbg.de.ao-srv.com [161.89.20.4]) by matar.hbg.de.int.atosorigin.com (8.13.6/8.13.6/hmo020206) with ESMTP id k7NFhFGx094320; Wed, 23 Aug 2006 17:43:15 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: (from hmo@localhost) by galaxy.hbg.de.ao-srv.com (8.9.3p2/8.9.3/hmo30mar03) id RAA25312; Wed, 23 Aug 2006 17:43:14 +0200 (MET DST) Message-Id: <200608231543.RAA25312@galaxy.hbg.de.ao-srv.com> In-Reply-To: <790a9fff0608230739v36143292k68852b1677f1d7f4@mail.gmail.com> from Scot Hetzel at "Aug 23, 2006 9:39:47 am" To: swhetzel@gmail.com (Scot Hetzel) Date: Wed, 23 Aug 2006 17:43:14 +0200 (MET DST) From: Helge Oldach X-Address: Atos Origin GmbH, Friesenstraße 13, D-20097 Hamburg, Germany X-Phone: +49 40 7886 7464, Fax: +49 40 7886 9464, Mobile: +49 160 4782077 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, mwlucas@blackhelicopters.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 15:43:25 -0000 Scot Hetzel: >On 8/23/06, Helge Oldach wrote: >> .if ${.CURDIR:M*/mail/fetchmail} >> .MAKEFLAGS: -DWITH_NTLM >> .endif >> >> Note specifically the ".MAKEFLAGS" trick above that IMHO won't easily >> work with portconf. >> >That will work with portconf, without using .MAKEFLAGS: > >mail/fetchmail: WITH_NTLM > >You could have also used "WITH_NTLM=YES" instead of .MAKEFLAGS in your >make.conf Indeed true nowadays. However I'm pretty sure a couple of months ago "WITH_NTLM=YES" and ".MAKEFLAGS=-DWITH_NTLM" weren't identical, and "WITH_NTLM=YES" just wouldn't make it (verbatim :-)). I'm not sure what the reason was. I suspect a change to the fetchmail port's Makefile, or to bsd.port.mk. There was a reason why I had to do it this way. Anyway, history. Helge From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 19:41:20 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 493DD16A4EE for ; Wed, 23 Aug 2006 19:41:20 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from nf-out-f131.google.com (nf-out-f131.google.com [64.233.182.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC5E343D5F for ; Wed, 23 Aug 2006 19:41:15 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by nf-out-f131.google.com with SMTP id x9so17339nfb for ; Wed, 23 Aug 2006 12:41:14 -0700 (PDT) Received: by 10.64.185.7 with SMTP id i7mr957122qbf; Wed, 23 Aug 2006 12:41:14 -0700 (PDT) Received: by 10.65.239.2 with HTTP; Wed, 23 Aug 2006 12:41:13 -0700 (PDT) Message-ID: Date: Wed, 23 Aug 2006 16:41:13 -0300 From: "Joey Mingrone" To: flz@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@FreeBSD.org Subject: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 19:41:20 -0000 Hi: I'm trying to get an INTEL 2200 wireless card working, but when I try to install either the iwi-firmware-kmod or the iwi-firmware port I have a problem: > portinstall iwi-firmware-kmod ** Port marked as IGNORE: net/iwi-firmware-kmod: needs fresh iwi(4), install net/iwi-firmware instead > portinstall iwi-firmware ** Port marked as IGNORE: net/iwi-firmware: is configured with iwi(4) support which you don't need I'm running 6.0-RELEASE-p7 Any suggestions? Thanks, Joey From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 19:44:47 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3997616A4DD; Wed, 23 Aug 2006 19:44:47 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E439143D55; Wed, 23 Aug 2006 19:44:42 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id B984E99BD15; Wed, 23 Aug 2006 21:44:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0xgRn3VnXDJN; Wed, 23 Aug 2006 21:44:40 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 4612299BD11; Wed, 23 Aug 2006 21:44:40 +0200 (CEST) Message-ID: <44ECB023.708@FreeBSD.org> Date: Wed, 23 Aug 2006 21:44:35 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Kris Kennaway References: <20060814234414.GA57035@hades.panopticon> <44E194BA.2020507@FreeBSD.org> <17634.5246.887894.836856@gromit.timing.com> <20060816173628.GA14848@xor.obsecurity.org> In-Reply-To: <20060816173628.GA14848@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: babak@farrokhi.net, amdmi3@mail.ru, John E Hein , freebsd-ports@FreeBSD.org, Erwin Lansing Subject: Re: DESTDIR implementation [Was:: ATTENTION: is the way DESTDIR was introduced completely wrong?] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 19:44:47 -0000 Kris Kennaway wrote: > On Tue, Aug 15, 2006 at 12:37:50PM -0600, John E Hein wrote: > > >> The hard part is to get ports writers to think the right way about >> DESTDIR after ignoring it for so many years. And once you decide to >> go about fixing it, there's no way around that problem. >> > > My preferred solution involves a couple of shell commands, along the > lines of the following: > > mount_nullfs ${PORTSDIR} ${DESTDIR}${PORTSDIR} > mount_nullfs ${WRKDIR} ${DESTDIR}${WRKDIR} > mount_devfs foo ${DESTDIR}/dev > chroot ${DESTDIR} cd ${.CURDIR} && make install > > A suitable version of the above should allow all ports to be installed > into a jail-ready filesystem hierarchy, while requiring 0 port > changes. > > Kris > Ok, I think it's time to follow this way, but have to make some parts clearer. For your last line, it should be chroot ${DESTDIR} cd ${.CURDIR} && make ${.TARGETDIR} since we want to run all targets chrooted. We could put this part into an .if defined(DESTDIR) block before the targets, but I don't know how to prevent running the further code, since we don't want to reach do-install in the host environment, but only in the chroot. I think of exit 0, if that's correct, or what else is better. So, what I mean: .if defined(DESTDIR) .BEGIN # We need this if not in a target ${MOUNT_NULLFS} ${PORTSDIR} ${DESTDIR}${PORTSDIR} ${MOUNT_NULLFS} ${WRKDIR} ${DESTDIR}${WRKDIR} ${MOUNT_DEVFS} foo ${DESTDIR}/dev ${CHROOT} ${DESTDIR} cd ${.CURDIR} && ${MAKE} ${.TARGETDIR} exit 0 .endif The new variables I used should be overrideable, if someone would like to use some kind of script or so. The another issue I find is how we can pass variables to the chrooted make. E.g. if we want to set WITH_FOO in command line or in make.conf. And note, that we can't just pass everything, since DESTDIR should be unset in the chroot, otherwise we would run into infinite loop and it would fail due to the non-existent directories. -- Cheers, Gabor From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 20:17:02 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8160416A4DA for ; Wed, 23 Aug 2006 20:17:02 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F6F43D76 for ; Wed, 23 Aug 2006 20:17:01 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp6-g19.free.fr (Postfix) with ESMTP id EF093225D6; Wed, 23 Aug 2006 22:17:00 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 6DA5311651; Wed, 23 Aug 2006 22:17:00 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56404-10; Wed, 23 Aug 2006 22:16:53 +0200 (CEST) Received: from cream.stl.xbsd.org (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id 14990115AD; Wed, 23 Aug 2006 22:16:52 +0200 (CEST) From: Florent Thoumie To: Joey Mingrone In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KM0NebVkM22ugEZ6v/tV" Date: Wed, 23 Aug 2006 21:16:50 +0100 Message-Id: <1156364210.80319.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 20:17:02 -0000 --=-KM0NebVkM22ugEZ6v/tV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-08-23 at 16:41 -0300, Joey Mingrone wrote: > Hi: >=20 > I'm trying to get an INTEL 2200 wireless card working, but when I try > to install either the iwi-firmware-kmod or the iwi-firmware port I > have a problem: >=20 > > portinstall iwi-firmware-kmod > ** Port marked as IGNORE: net/iwi-firmware-kmod: > needs fresh iwi(4), install net/iwi-firmware instead >=20 > > portinstall iwi-firmware > ** Port marked as IGNORE: net/iwi-firmware: > is configured with iwi(4) support which you don't need >=20 > I'm running 6.0-RELEASE-p7 >=20 > Any suggestions? What is the output of: $ cd /usr/ports/net/iwi-firmware && make -V OSVERSION --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-KM0NebVkM22ugEZ6v/tV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBE7LeyMxEkbVFH3PQRAhzwAJ4+uKIlaQoqr3m5FRhAr4DE6L78CQCdHnRx jIZ3OjPRDGTaOdJt8w0S/Gw= =/4LW -----END PGP SIGNATURE----- --=-KM0NebVkM22ugEZ6v/tV-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 20:34:20 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E8F16A4DD; Wed, 23 Aug 2006 20:34:20 +0000 (UTC) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 669FB43D7B; Wed, 23 Aug 2006 20:34:18 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from smiley (c-67-171-135-169.hsd1.or.comcast.net [67.171.135.169]) by mail.twinthornes.com (Postfix) with ESMTP id 3E2D81471; Wed, 23 Aug 2006 13:34:17 -0700 (PDT) Received: from 127.0.0.1 (AVG SMTP 7.1.405 [268.11.5/425]); Wed, 23 Aug 2006 13:35:09 -0700 Message-ID: <44ECBBFD.1090200@bitfreak.org> Date: Wed, 23 Aug 2006 13:35:09 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Joey Mingrone References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, flz@FreeBSD.org Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 20:34:20 -0000 Joey Mingrone wrote: > I'm trying to get an INTEL 2200 wireless card working, but when I try > to install either the iwi-firmware-kmod or the iwi-firmware port I > have a problem: > >> portinstall iwi-firmware-kmod > ** Port marked as IGNORE: net/iwi-firmware-kmod: > needs fresh iwi(4), install net/iwi-firmware instead > >> portinstall iwi-firmware > ** Port marked as IGNORE: net/iwi-firmware: > is configured with iwi(4) support which you don't need > > I'm running 6.0-RELEASE-p7 > > Any suggestions? Re net/iwi-firmware-kmod: Don't use the iwi-firmware-kmod port, it's deprecated. Re net/iwi-firmware: cd /usr/ports/net/iwi-firmware && make config Uncheck the MODULE option. Re-run the portinstall command. -- Darren Pilgrim From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 20:42:45 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E5A16A4E0 for ; Wed, 23 Aug 2006 20:42:45 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id BDFEC43D6B for ; Wed, 23 Aug 2006 20:42:43 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 28890 invoked by uid 399); 23 Aug 2006 20:42:42 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 23 Aug 2006 20:42:42 -0000 Message-ID: <44ECBDC0.7000802@FreeBSD.org> Date: Wed, 23 Aug 2006 13:42:40 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Yar Tikhiy References: <20060821071036.GA44406@comp.chem.msu.su> In-Reply-To: <20060821071036.GA44406@comp.chem.msu.su> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: A section on gettext for the Porter's Handbook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 20:42:45 -0000 Yar Tikhiy wrote: > Hi all, > > I hoped I had learned something about using gettext in ports, > and felt I should write down a summary. Here's what came out > of that -- a proposed section for the Porter's Handbook. Its > HTML rendering is available there: > > http://people.freebsd.org/~yar/porters-handbook/using-gettext.html > > Remarks and corrections are welcome. Thanks! > +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +PLIST_SUB+= NLS="" +.endif Should that be .if !defined(WITHOUT_NLS), and then the outcome of the tests reversed? The reason being that most authors who would put that in OPTIONS would default NLS to on. Otherwise, good stuff. I think that leading people down the right path for the various knobs is a good thing, even if it seems "obvious" to us old hands. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 21:16:38 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09BCE16A4DE; Wed, 23 Aug 2006 21:16:38 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E47243D46; Wed, 23 Aug 2006 21:16:37 +0000 (GMT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id k7NLGYiS073910; Wed, 23 Aug 2006 15:16:34 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.6/8.13.6) with ESMTP id k7NLGYtu098945; Wed, 23 Aug 2006 15:16:34 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.6/8.13.6/Submit) id k7NLGXEW098938; Wed, 23 Aug 2006 15:16:33 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <17644.50609.673610.67525@gromit.timing.com> Date: Wed, 23 Aug 2006 15:16:33 -0600 From: John E Hein To: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= In-Reply-To: <44ECB023.708@FreeBSD.org> References: <20060814234414.GA57035@hades.panopticon> <44E194BA.2020507@FreeBSD.org> <17634.5246.887894.836856@gromit.timing.com> <20060816173628.GA14848@xor.obsecurity.org> <44ECB023.708@FreeBSD.org> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on Daffy.timing.com X-Virus-Status: Clean Cc: babak@farrokhi.net, amdmi3@mail.ru, Erwin Lansing , freebsd-ports@FreeBSD.org, Kris Kennaway Subject: Re: DESTDIR implementation [Was:: ATTENTION: is the way DESTDIR was introduced completely wrong?] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 21:16:38 -0000 G=E1bor K=F6vesd=E1n wrote at 21:44 +0200 on Aug 23, 2006: > Kris Kennaway wrote: > > mount_nullfs ${PORTSDIR} ${DESTDIR}${PORTSDIR} > > mount_nullfs ${WRKDIR} ${DESTDIR}${WRKDIR} > > mount_devfs foo ${DESTDIR}/dev > > chroot ${DESTDIR} cd ${.CURDIR} && make install > > > > A suitable version of the above should allow all ports to be install= ed > > into a jail-ready filesystem hierarchy, while requiring 0 port > > changes. > > Ok, I think it's time to follow this way, but have to make some parts = > clearer. For your last line, it should be > = > chroot ${DESTDIR} cd ${.CURDIR} && make ${.TARGETDIR} I assume you mean .TARGET > since we want to run all targets chrooted. We could put this part into= = > an .if defined(DESTDIR) block before the targets, but I don't know how= = > to prevent running the further code, since we don't want to reach = > do-install in the host environment, but only in the chroot. I think of= = > exit 0, if that's correct, or what else is better. > So, what I mean: > = > .if defined(DESTDIR) > .BEGIN # We need this if not in a target > ${MOUNT_NULLFS} ${PORTSDIR} ${DESTDIR}${PORTSDIR} > ${MOUNT_NULLFS} ${WRKDIR} ${DESTDIR}${WRKDIR} > ${MOUNT_DEVFS} foo ${DESTDIR}/dev > ${CHROOT} ${DESTDIR} cd ${.CURDIR} && ${MAKE} ${.TARGETDIR} > exit 0 > .endif Each line with a command in a makefile is it's own shell. So 'exit 0' will start a shell and exit that shell. It will not prevent make from continuing. 'exit 1' (or anything that returns a non-zero code, like false) will stop make (unless -k or -i or similar is specified), but that's not what you want. make(1) is not a very good tool for this kind of thing (a script would probably be better), but here is one way to do this kind of two stage make (untested, but illustrates the point): bsd.port.mk would have something like this: STAGE?=3D 1 =2Eif ${STAGE} =3D=3D 1 && defined(DESTDIR) && !empty(DESTDIR) =2EMAKEFLAGS: STAGE=3D2 =2EBEGIN: ${MOUNT_NULLFS} ${PORTSDIR} ${DESTDIR}${PORTSDIR} ${MOUNT_NULLFS} ${WRKDIR} ${DESTDIR}${WRKDIR} ${MOUNT_DEVFS} foo ${DESTDIR}/dev ${CHROOT} ${DESTDIR} cd ${.CURDIR} && ${MAKE} ${.TARGET} =2Eelse . . rest of bsd.port.mk . . =2Eendif You could put the first part into a bsd.destdir.mk and .include it to make it look cleaner. Note there are other complications like unmounting the nullfs and devfs. > The another issue I find is how we can pass variables to the chrooted = > make. E.g. if we want to set WITH_FOO in command line or in make.conf.= = > And note, that we can't just pass everything, since DESTDIR should be = > unset in the chroot, otherwise we would run into infinite loop and it = > would fail due to the non-existent directories. Really, for these and other reasons, a script would be better. It could be done with make(1) and bsd.port.mk, but it's probably not worth it. Again, if we do decide to go this route, we should remove all mention of DESTDIR from Mk/*.mk (rather than pretend to support it, but incorrectly). Others have mentioned cross building. Neither proper DESTDIR support in bsd.port.mk nor a scripted mount_nullfs & a chroot is going to be the one thing to solve that problem. Some ports will build okay if you give them access to cross tools (like ppc-gcc) and tell them what target architecture to produce. Other ports will need to be taught. Some ports might need to run intermediate native architecture tools produced at build time in order to produce the final cross arch product. It's not as simple as just being able to install to an alternate location. And I don't think it matters much how ports/Mk handles DESTDIR. There are bigger issues. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 21:41:38 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CCF716A4E1 for ; Wed, 23 Aug 2006 21:41:38 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 961B543D4C for ; Wed, 23 Aug 2006 21:41:37 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp2-g19.free.fr (Postfix) with ESMTP id C8C2275BA8; Wed, 23 Aug 2006 23:41:36 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 90277115E3; Wed, 23 Aug 2006 23:41:35 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56979-01; Wed, 23 Aug 2006 23:41:29 +0200 (CEST) Received: from cream.stl.xbsd.org (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id E37DA114B8; Wed, 23 Aug 2006 23:41:28 +0200 (CEST) From: Florent Thoumie To: Darren Pilgrim In-Reply-To: <44ECBBFD.1090200@bitfreak.org> References: <44ECBBFD.1090200@bitfreak.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-i0+9HBv5G0IWYmnTjkzk" Date: Wed, 23 Aug 2006 22:41:26 +0100 Message-Id: <1156369286.80319.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@FreeBSD.org, Joey Mingrone Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 21:41:38 -0000 --=-i0+9HBv5G0IWYmnTjkzk Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-08-23 at 13:35 -0700, Darren Pilgrim wrote: > Joey Mingrone wrote: > > I'm trying to get an INTEL 2200 wireless card working, but when I try > > to install either the iwi-firmware-kmod or the iwi-firmware port I > > have a problem: > >=20 > >> portinstall iwi-firmware-kmod > > ** Port marked as IGNORE: net/iwi-firmware-kmod: > > needs fresh iwi(4), install net/iwi-firmware instead > >=20 > >> portinstall iwi-firmware > > ** Port marked as IGNORE: net/iwi-firmware: > > is configured with iwi(4) support which you don't need > >=20 > > I'm running 6.0-RELEASE-p7 > >=20 > > Any suggestions? >=20 > Re net/iwi-firmware-kmod: >=20 > Don't use the iwi-firmware-kmod port, it's deprecated. Not really, it's the one to use with HEAD and fresh RELENG_6. > Re net/iwi-firmware: >=20 > cd /usr/ports/net/iwi-firmware && make config >=20 > Uncheck the MODULE option. >=20 > Re-run the portinstall command. Ah yeah right, thought it was marked as deprecated, read too quickly. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-i0+9HBv5G0IWYmnTjkzk Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBE7MuGMxEkbVFH3PQRAopMAJ9HU14230+V+HAtOWO3UjmQ/VHm+gCfXpB+ RBHDpiVU1z6ssScPo62B2kA= =ESO6 -----END PGP SIGNATURE----- --=-i0+9HBv5G0IWYmnTjkzk-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 14:21:43 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00FAC16A4DE for ; Wed, 23 Aug 2006 14:21:43 +0000 (UTC) (envelope-from uka@uka.ru) Received: from smtp.spaceweb.ru (smtp.spaceweb.ru [217.170.76.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27C643D45 for ; Wed, 23 Aug 2006 14:21:42 +0000 (GMT) (envelope-from uka@uka.ru) Received: from [87.240.15.41] (helo=UKAPC) by smtp.spaceweb.ru with esmtp (Exim 4.60) (envelope-from ) id 1GFtbx-000505-1a for ports@FreeBSD.org; Wed, 23 Aug 2006 18:21:41 +0400 Date: Wed, 23 Aug 2006 18:21:38 +0400 From: uka X-Mailer: The Bat! (v3.64.01 Christmas Edition) Professional X-Priority: 3 (Normal) Message-ID: <1235706836.20060823182138@uka.ru> To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Wed, 23 Aug 2006 23:43:10 +0000 Cc: Subject: ixj-1.1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: uka List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 14:21:43 -0000 =C7=E4=F0=E0=E2=F1=F2=E2=F3=E9=F2=E5, ports. http://www.freebsd.org/ports/comms.html it doesnt work on 6.1 its bug or normal? and at WWW: http://www.openh323.org only linux driver he dont confugure at freebsd 6.1 --=20 =D1 =F3=E2=E0=E6=E5=ED=E8=E5=EC, uka mailto:uka@uka.ru From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 01:43:13 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B4A716A4DE; Thu, 24 Aug 2006 01:43:13 +0000 (UTC) (envelope-from rcbdyndns@bellsouth.net) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 006D443D70; Thu, 24 Aug 2006 01:43:10 +0000 (GMT) (envelope-from rcbdyndns@bellsouth.net) Received: from ibm56aec.bellsouth.net ([66.21.214.119]) by imf16aec.mail.bellsouth.net with ESMTP id <20060824014309.MAXH17119.imf16aec.mail.bellsouth.net@ibm56aec.bellsouth.net>; Wed, 23 Aug 2006 21:43:09 -0400 Received: from [192.168.0.102] (really [66.21.214.119]) by ibm56aec.bellsouth.net with ESMTP id <20060824014309.BRBK9470.ibm56aec.bellsouth.net@[192.168.0.102]>; Wed, 23 Aug 2006 21:43:09 -0400 Message-ID: <44ED0427.6010402@bellsouth.net> Date: Wed, 23 Aug 2006 20:43:03 -0500 From: B Briggs User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: portmaster and dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 01:43:13 -0000 After reading some of the comments on a prior thread about "the best" port update tool, I decided to give portmaster a look. Unfortunately my ports were up to date except for openoffice.org-2.0 which I had listed as HOLD_PKGS in pkgtools.conf. Anyway, I let it run and it stopped because it wanted to install linux-sun-jdk14 (You get the manual fetch message in IGNORE=), which I had only used as a bootstrap to get the native jdk15 installed, then later removed the linux version and its distfile. Looked back at prior threads and it looks like someone mentioned this about 3 weeks ago. I was just wondering if there was any progress along these lines. FWIW, I changed the script on line 435 from dep_port_list=`make $MAKE_ARGS all-depends-list` to dep_port_list=`make $MAKE_ARGS run-depends-list && make $MAKE_ARGS build-depends-list` The line above probably wraps, it is one line. The author might want to look at this; he'll know much more about it and can probably tell right away if this is going to break some other functions of the script. I already know that the two depends-lists will have duplicates, but it doesn't seem to affect any builds. Seems that all-depends-list recurses too far back for openoffice, picking up the linux bootstrap. Openoffice will build with the above change. I know just enough about the ports system to be dangerous. Anyway, I've been playing with it for a couple of hours now removing and reinstalling ports with portmaster, and I haven't run into any problems so far. And I want to say that I really like portmaster. I'll probably stick with it and remove portupgrade and ruby, but I'm going to miss pkg_which: Is there any replacement? (Sent bcc to Doug Barton) -- Bo Briggs From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 02:59:15 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70D3D16A4E8 for ; Thu, 24 Aug 2006 02:59:15 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 61B0943D64 for ; Thu, 24 Aug 2006 02:59:13 +0000 (GMT) (envelope-from matthias.andree@gmx.de) Received: (qmail invoked by alias); 24 Aug 2006 02:59:12 -0000 Received: from p50910410.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.4.16] by mail.gmx.net (mp037) with SMTP; 24 Aug 2006 04:59:12 +0200 X-Authenticated: #428038 Received: from localhost (localhost [127.0.0.1]) by merlin.emma.line.org (Postfix) with ESMTP id C85F420008F; Thu, 24 Aug 2006 04:59:11 +0200 (CEST) Received: from m2a2.dyndns.org ([127.0.0.1]) by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26056-16; Thu, 24 Aug 2006 04:59:11 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id F2E9E20058A; Thu, 24 Aug 2006 04:59:10 +0200 (CEST) From: Matthias Andree To: "Michael W. Lucas" In-Reply-To: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> (Michael W. Lucas's message of "Mon, 21 Aug 2006 21:06:28 -0400") References: <20060822010628.GA96258@bewilderbeast.blackhelicopters.org> X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc Date: Thu, 24 Aug 2006 04:59:10 +0200 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at emma.line.org X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org Subject: Re: "the best" port update tool X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 02:59:15 -0000 "Michael W. Lucas" writes: > After a database headache caused by my own doofusity, *shrug* what would that be? In doubt, kill /usr/ports/INDEX*db and /var/db/pkg/pkgdb.db, run portsdb -u ; pkgdb -Fa and see what you get. > A search of the mailing list archive doesn't seem to lead me to a > clear successor or improvement upon portupgrade. Is portupgrade still > as good as it gets, or are we headed towards another tool any time > soon? Matter of taste. -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 03:07:22 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A07B516A4DA; Thu, 24 Aug 2006 03:07:22 +0000 (UTC) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FABC43D5A; Thu, 24 Aug 2006 03:07:17 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from smiley (c-67-171-135-169.hsd1.or.comcast.net [67.171.135.169]) by mail.twinthornes.com (Postfix) with ESMTP id 37CAD1475; Wed, 23 Aug 2006 20:07:16 -0700 (PDT) Received: from 127.0.0.1 (AVG SMTP 7.1.405 [268.11.5/425]); Wed, 23 Aug 2006 20:08:07 -0700 Message-ID: <44ED1817.9060807@bitfreak.org> Date: Wed, 23 Aug 2006 20:08:07 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Florent Thoumie References: <44ECBBFD.1090200@bitfreak.org> <1156369286.80319.5.camel@localhost> In-Reply-To: <1156369286.80319.5.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Joey Mingrone Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 03:07:22 -0000 Florent Thoumie wrote: > On Wed, 2006-08-23 at 13:35 -0700, Darren Pilgrim wrote: >> Re net/iwi-firmware-kmod: >> >> Don't use the iwi-firmware-kmod port, it's deprecated. > > Not really, it's the one to use with HEAD and fresh RELENG_6. Sorry, yeah, I missed the MIN6OSVERSION and MIN7OSVERSION defines and just read the Makefile for its parent. Just the same, RELENG_6_0 predates firmware(9). -- Darren Pilgrim From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 03:51:53 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2058F16A4DE for ; Thu, 24 Aug 2006 03:51:53 +0000 (UTC) (envelope-from teksimian@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE4F43D4C for ; Thu, 24 Aug 2006 03:51:51 +0000 (GMT) (envelope-from teksimian@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so524497nfc for ; Wed, 23 Aug 2006 20:51:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Mgcg3HSPSjKbvqYNKcWpX9f/2TcUS0GjDulL69ecLIFlMjksiGMGExzEZanbx5dPfrAaLc4CWjKSn3pxLc5VCn0AHYp/Vc7/4cz6wvxHw+MxHK3AEUTuPrLEaLDP9pBPFlgZ2JnFyM4NKrBpQvADtJfl4rkvKx68lLJmZRgUhMU= Received: by 10.49.8.4 with SMTP id l4mr2951933nfi; Wed, 23 Aug 2006 20:51:50 -0700 (PDT) Received: by 10.49.69.12 with HTTP; Wed, 23 Aug 2006 20:51:50 -0700 (PDT) Message-ID: <423f356a0608232051h3caf7222j5459acf049f19c11@mail.gmail.com> Date: Wed, 23 Aug 2006 23:51:50 -0400 From: Adrian To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Broken Port: enlightenment-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 03:51:53 -0000 Hello, After recently cvsuping my ports tree, enlightenment-devel failts to compile with: -f ".deps/e_entry_dialog.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src/bin -I../../src/lib -DUSE_E_CONFIG_H -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC -DPACKAGE_BIN_DIR=\"/usr/X11R6/bin\" -DPACKAGE_LIB_DIR=\"/usr/X11R6/lib\" -DPACKAGE_DATA_DIR=\"/usr/X11R6/share/enlightenment\" -DLOCALE_DIR=\"/usr/X11R6/share/locale\" -I/usr/local/include -I/usr/X11R6/include -O -pipe -MT e_fm.o -MD -MP -MF ".deps/e_fm.Tpo" -c -o e_fm.o e_fm.c; \ then mv -f ".deps/e_fm.Tpo" ".deps/e_fm.Po"; else rm -f ".deps/e_fm.Tpo"; exit 1; fi e_fm.c: In function `e_fm2_config_set': e_fm.c:309: warning: assignment discards qualifiers from pointer target type e_fm.c:310: warning: assignment discards qualifiers from pointer target type e_fm.c:311: warning: assignment discards qualifiers from pointer target type e_fm.c: In function `_e_fm2_icon_desktop_url_eval': e_fm.c:1343: warning: assignment discards qualifiers from pointer target type e_fm.c: In function `_e_fm2_cb_icon_thumb_gen': e_fm.c:1645: error: `EDJE_ASPECT_CONTROL_BOTH' undeclared (first use in this function) e_fm.c:1645: error: (Each undeclared identifier is reported only once e_fm.c:1645: error: for each function it appears in.) gmake[3]: *** [e_fm.o] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.032/src/bin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.032/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.032' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11-wm/enlightenment-devel. tek@free$ the build system is : FreeBSD free.amberprobe.us 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu May 11 22:03:51 EDT 2006 root@free.amberprobe.us:/usr/obj/usr/src/sys/GENERIC i386 Has anyone had a similar problem? Thanks, Adrian. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 08:44:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39BE416A4DA for ; Thu, 24 Aug 2006 08:44:41 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from piccollo.p6m7g8.net (c66-236-219-70.ip.panth.com [66.236.219.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB5A043D4C for ; Thu, 24 Aug 2006 08:44:40 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] ([69.244.240.212]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k7O8icHw049906 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 24 Aug 2006 04:44:39 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44ED676F.1090609@p6m7g8.com> Date: Thu, 24 Aug 2006 01:46:39 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: "Ian A. Tegebo" References: <20060821203155.GM19814@rescomp.berkeley.edu> In-Reply-To: <20060821203155.GM19814@rescomp.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: www/rt36 with mod_perl2 broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 08:44:41 -0000 Ian A. Tegebo wrote: > Does anyone on this list have any input? > > -- > ian > > ----- Forwarded message from "Ian A. Tegebo" ----- > > Date: Mon, 21 Aug 2006 02:40:43 -0700 > From: "Ian A. Tegebo" > To: freebsd-questions@freebsd.org > Subject: www/rt36 with mod_perl2 broken > > Has anyone been able to build www/rt36 with apache22 as well as > mod_perl2? I get the following error with the following command: > > portinstall -m 'WITH_APACHE2=yes' www/rt36 > > ===> rt-3.6.1_1 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Log/Dispatch.pm - not found > ===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/Log/Dispatch.pm in /usr/ports/devel/p5-Log-Dispatch > ===> p5-Log-Dispatch-2.12 is marked as broken: Broken due the new mod_perl2 API. Port the file its probably trivial. See: http://people.apache.org/~geoff/fixme and http://perl.apache.org/docs/2.0/rename.html For ideas and help howto. -- ------------------------------------------------------------------------ Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F "In all that I've done wrong I know I must have done something right to deserve a hug every morning and butterfly kisses at night." __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / / /|_/ / // /\ \/ /_/ / /__ /_/ /_/\_, /___/\___\_\___/ <___/ From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 09:08:57 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 368B516A4DA for ; Thu, 24 Aug 2006 09:08:57 +0000 (UTC) (envelope-from davaeron@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D0C43D46 for ; Thu, 24 Aug 2006 09:08:56 +0000 (GMT) (envelope-from davaeron@mail.ru) Received: from [81.21.226.110] (port=27165 helo=[192.168.11.3]) by mx6.mail.ru with asmtp id 1GGBCo-0002vg-00 for freebsd-ports@freebsd.org; Thu, 24 Aug 2006 13:08:54 +0400 Message-ID: <44ED6CA3.7080709@mail.ru> Date: Thu, 24 Aug 2006 13:08:51 +0400 From: Davaeron User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: Update port security/snort to 2.6.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 09:08:57 -0000 When it will be commited? How long to wait? Past... ------------------------------------------------------ *Date: * Fri, 7 Jul 2006 01:35:09 GMT *From: * Cheng-Lung Sung *To: * clsung@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org *Subject: * Re: ports/99862: Update port security/snort to 2.6.0 *Message-ID: * <200607070135.k671Z9gS038759@freefall.freebsd.org > Synopsis: Update port security/snort to 2.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: clsung Responsible-Changed-When: Fri Jul 7 01:35:09 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=99862 From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 10:15:37 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BF3E16A4DA for ; Thu, 24 Aug 2006 10:15:37 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 316EF43D69 for ; Thu, 24 Aug 2006 10:15:31 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 4323 invoked from network); 24 Aug 2006 10:15:27 -0000 Received: from unknown (HELO localhost) (775067@[217.50.135.227]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 24 Aug 2006 10:15:27 -0000 Date: Thu, 24 Aug 2006 12:15:21 +0200 From: Fabian Keil To: Adrian Message-ID: <20060824121521.1294fa86@localhost> In-Reply-To: <423f356a0608232051h3caf7222j5459acf049f19c11@mail.gmail.com> References: <423f356a0608232051h3caf7222j5459acf049f19c11@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2008-08-18.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_.KneoOd+IpPOkXNAqPfrzo3; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-ports@freebsd.org Subject: Re: Broken Port: enlightenment-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 10:15:37 -0000 --Sig_.KneoOd+IpPOkXNAqPfrzo3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Adrian wrote: > After recently cvsuping my ports tree, enlightenment-devel failts to > compile with: >=20 > -f ".deps/e_entry_dialog.Tpo"; exit 1; fi > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src/bin > -I../../src/lib -DUSE_E_CONFIG_H -I/usr/X11R6/include > -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include > -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include > -I/usr/X11R6/include -DLOWRES_PDA=3D1 -DMEDIUMRES_PDA=3D2 -DHIRES_PDA=3D3 > -DSLOW_PC=3D4 -DMEDIUM_PC=3D5 -DFAST_PC=3D6 -DE17_PROFILE=3DSLOW_PC > -DPACKAGE_BIN_DIR=3D\"/usr/X11R6/bin\" > -DPACKAGE_LIB_DIR=3D\"/usr/X11R6/lib\" > -DPACKAGE_DATA_DIR=3D\"/usr/X11R6/share/enlightenment\" > -DLOCALE_DIR=3D\"/usr/X11R6/share/locale\" -I/usr/local/include > -I/usr/X11R6/include -O -pipe -MT e_fm.o -MD -MP -MF > ".deps/e_fm.Tpo" -c -o e_fm.o e_fm.c; \ > then mv -f ".deps/e_fm.Tpo" ".deps/e_fm.Po"; else rm -f > ".deps/e_fm.Tpo"; exit 1; fi > e_fm.c: In function `e_fm2_config_set': > e_fm.c:309: warning: assignment discards qualifiers from pointer target t= ype > e_fm.c:310: warning: assignment discards qualifiers from pointer target t= ype > e_fm.c:311: warning: assignment discards qualifiers from pointer target t= ype > e_fm.c: In function `_e_fm2_icon_desktop_url_eval': > e_fm.c:1343: warning: assignment discards qualifiers from pointer target = type > e_fm.c: In function `_e_fm2_cb_icon_thumb_gen': > e_fm.c:1645: error: `EDJE_ASPECT_CONTROL_BOTH' undeclared (first use > in this function) > e_fm.c:1645: error: (Each undeclared identifier is reported only once > e_fm.c:1645: error: for each function it appears in.) > gmake[3]: *** [e_fm.o] Error 1 > gmake[3]: Leaving directory > `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.032/sr= c/bin' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.032/sr= c' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/x11-wm/enlightenment-devel/work/enlightenment-0.16.999.032' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/x11-wm/enlightenment-devel. > tek@free$ >=20 > the build system is : >=20 > FreeBSD free.amberprobe.us 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu May > 11 22:03:51 EDT 2006 > root@free.amberprobe.us:/usr/obj/usr/src/sys/GENERIC i386 >=20 >=20 > Has anyone had a similar problem? I updated to enlightenment-0.16.999.032 without problems. Make sure you update to the latest versions of evas, edje, ecore, embryo and eet before you try to update enlightenment-devel. The port doesn't do that for you. Fabian --=20 http://www.fabiankeil.de/ --Sig_.KneoOd+IpPOkXNAqPfrzo3 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE7Xw9BYqIVf93VJ0RAubmAJ49reSrxDtpAHQ8yYVZioNZzXDfMQCfeD0J YeMuYKCGTPoYRXdPEYRwSxg= =x+d1 -----END PGP SIGNATURE----- --Sig_.KneoOd+IpPOkXNAqPfrzo3-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 10:17:23 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C44716A4E6; Thu, 24 Aug 2006 10:17:23 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E7E43D46; Thu, 24 Aug 2006 10:17:22 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7OAHKM8032246; Thu, 24 Aug 2006 14:17:20 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7OAHKKq032245; Thu, 24 Aug 2006 14:17:20 +0400 (MSD) (envelope-from yar) Date: Thu, 24 Aug 2006 14:17:20 +0400 From: Yar Tikhiy To: Doug Barton Message-ID: <20060824101719.GB30632@comp.chem.msu.su> References: <20060821071036.GA44406@comp.chem.msu.su> <44ECBDC0.7000802@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44ECBDC0.7000802@FreeBSD.org> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@FreeBSD.org Subject: Re: A section on gettext for the Porter's Handbook X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 10:17:23 -0000 On Wed, Aug 23, 2006 at 01:42:40PM -0700, Doug Barton wrote: > Yar Tikhiy wrote: > > Hi all, > > > > I hoped I had learned something about using gettext in ports, > > and felt I should write down a summary. Here's what came out > > of that -- a proposed section for the Porter's Handbook. Its > > HTML rendering is available there: > > > > http://people.freebsd.org/~yar/porters-handbook/using-gettext.html > > > > Remarks and corrections are welcome. Thanks! > > > +.if defined(WITHOUT_NLS) > +CONFIGURE_ARGS+= --disable-nls > +PLIST_SUB+= NLS="@comment " > +.else > +USE_GETTEXT= yes > +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" > +PLIST_SUB+= NLS="" > +.endif > > Should that be .if !defined(WITHOUT_NLS), and then the outcome of the tests > reversed? The reason being that most authors who would put that in OPTIONS > would default NLS to on. It's a good idea, thanks! > Otherwise, good stuff. I think that leading people down the right path for > the various knobs is a good thing, even if it seems "obvious" to us old hands. Thank you a lot! -- Yar From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 11:43:29 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D5116A4E2 for ; Thu, 24 Aug 2006 11:43:29 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4869C43D4C for ; Thu, 24 Aug 2006 11:43:28 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so592776nfc for ; Thu, 24 Aug 2006 04:43:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=n3CNrB3k3dwNOi1KWkglPdqKUvTPPF2Ry3NaU+X6MA1UWCesvOeu8ihn63SIgO4gMwqhoXA8c0qtJA95z04KGy+OpFF+1GY+OirrNIdKVZIg3on2rWCF5ROo+uXXdKzJFKv4oaFBPU7Yn9IdMzrBfUZJE/yud/gqY5Z4QEz0fY0= Received: by 10.49.29.3 with SMTP id g3mr3404870nfj; Thu, 24 Aug 2006 04:43:23 -0700 (PDT) Received: from ?131.155.69.164? ( [131.155.69.164]) by mx.gmail.com with ESMTP id l32sm3586913nfa.2006.08.24.04.43.22; Thu, 24 Aug 2006 04:43:22 -0700 (PDT) Message-ID: <44ED90D6.5080303@gmail.com> Date: Thu, 24 Aug 2006 13:43:18 +0200 From: Rene Ladan User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: inconsistency in portmaster's stale distfile handling X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 11:43:29 -0000 Hi, I decided to give portmaster a try to get rid of ${PORTSDIR}/INDEX*db and /var/db/pkg/pkgdb.db. It works quite nice, but IMO there is a inconsistency in the -d option: after vim got updated from 7.0.x to 7.0.66, portmaster -a -d deleted vim/vim-6.4.tar.bz2 (which is still an up-to-date distfile for vim6, but older than vim/vim-7.0.tar.bz2), but not vim/6.4.* I don't have vim6 installed, so the -d option should either not delete vim-6.4.tar.bz2 or remove all of vim6's distfiles, including vim/6.4.* If someone has both vim6 and vim7 installed, would portmaster -d also delete vim-6.4.tar.bz2 ? Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 12:05:30 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5EC616A4DD for ; Thu, 24 Aug 2006 12:05:30 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9CECF43D46 for ; Thu, 24 Aug 2006 12:05:29 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 24 Aug 2006 12:05:28 -0000 Received: from p54A7CDA3.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.205.163] by mail.gmx.net (mp023) with SMTP; 24 Aug 2006 14:05:28 +0200 X-Authenticated: #5465401 Message-ID: <44ED95F7.3040500@gmx.de> Date: Thu, 24 Aug 2006 14:05:11 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Adrian References: <423f356a0608232051h3caf7222j5459acf049f19c11@mail.gmail.com> In-Reply-To: <423f356a0608232051h3caf7222j5459acf049f19c11@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org Subject: Re: Broken Port: enlightenment-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 12:05:30 -0000 Adrian wrote: > Hello, > > After recently cvsuping my ports tree, enlightenment-devel failts to > compile with: > > ... Did you update the dependencies before you tried to build it? From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 12:27:49 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 202A716A4DE for ; Thu, 24 Aug 2006 12:27:49 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from nf-out-f131.google.com (nf-out-f131.google.com [64.233.182.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398AF43D45 for ; Thu, 24 Aug 2006 12:27:48 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by nf-out-f131.google.com with SMTP id x9so30430nfb for ; Thu, 24 Aug 2006 05:27:43 -0700 (PDT) Received: by 10.65.237.19 with SMTP id o19mr2077258qbr; Thu, 24 Aug 2006 05:27:42 -0700 (PDT) Received: by 10.65.239.2 with HTTP; Thu, 24 Aug 2006 05:27:42 -0700 (PDT) Message-ID: Date: Thu, 24 Aug 2006 09:27:42 -0300 From: "Joey Mingrone" To: "Florent Thoumie" In-Reply-To: <1156364210.80319.1.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1156364210.80319.1.camel@localhost> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 12:27:49 -0000 > > What is the output of: > > $ cd /usr/ports/net/iwi-firmware && make -V OSVERSION > 600034 From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 12:42:38 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1227716A4E5; Thu, 24 Aug 2006 12:42:38 +0000 (UTC) (envelope-from haselmann@computernoma.de) Received: from server3.server-einstellung.de (server3.server-einstellung.de [62.116.158.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C7843D45; Thu, 24 Aug 2006 12:42:36 +0000 (GMT) (envelope-from haselmann@computernoma.de) Received: from [192.168.3.34] (dslb-084-061-072-046.pools.arcor-ip.net [84.61.72.46]) (authenticated bits=0) by server3.server-einstellung.de (8.12.3/8.12.3/Debian-7.2) with ESMTP id k7OCgWIc005011; Thu, 24 Aug 2006 14:42:33 +0200 Mime-Version: 1.0 (Apple Message framework v752.2) To: multimedia@FreeBSD.org Message-Id: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-2--124993087" From: Till Haselmann Date: Thu, 24 Aug 2006 14:42:29 +0200 Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: handbrake-0.7.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 12:42:38 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-2--124993087 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Dear multimedia team: I have built Handbrake successfully using the old port (0.7.1) but cannot get it to compile with the new version 0.7.1_1. The output from portupgrade is as attached to this email. Apparently, I have problems compiling the libhb (which I figure is a handbrake library?). What's the problem here? How can I fix it? I have already tried a make distclean but to no avail. Regards, Till. Till Haselmann haselmann@computernoma.de ICQ: 62868533 | AIM / Skype: computernomade >> http://www.computernoma.de << > ---> Upgrading 'handbrake-0.7.1' to > 'handbrake-0.7.1_1' (multimedia/handbrake) > ---> Building '/usr/ports/multimedia/handbrake' > ===> Cleaning for jam-2.5_2 > ===> Cleaning for liba52-0.7.4_1 > ===> Cleaning for libdvdcss-1.2.9_2 > ===> Cleaning for libdvdread-0.9.4_1 > ===> Cleaning for faac-1.24_6 > ===> Cleaning for lame-3.96.1 > ===> Cleaning for mpeg4ip-libmp4v2-1.5.0.1 > ===> Cleaning for libmpeg2-0.4.0b_2 > ===> Cleaning for libogg-1.1.3,3 > ===> Cleaning for libsamplerate-0.1.2_2 > ===> Cleaning for libvorbis-1.1.2,3 > ===> Cleaning for xvid-1.1.0,1 > ===> Cleaning for x264-0.0.20060808 > ===> Cleaning for ffmpeg-devel-0.4.9.c.2006032300_2 > ===> Cleaning for unzip-5.52_2 > ===> Cleaning for djbfft-0.76_2 > ===> Cleaning for gmake-3.81_1 > ===> Cleaning for automake-1.5_2,1 > ===> Cleaning for autoconf-2.59_2 > ===> Cleaning for libtool-1.5.22_2 > ===> Cleaning for nasm-0.98.39,1 > ===> Cleaning for xorg-libraries-6.9.0 > ===> Cleaning for pkg-config-0.20_2 > ===> Cleaning for libsndfile-1.0.16 > ===> Cleaning for fftw3-3.1.2 > ===> Cleaning for gpac-libgpac-0.4.2.r2,1 > ===> Cleaning for ldconfig_compat-1.0_8 > ===> Cleaning for texi2html-1.76_1,1 > ===> Cleaning for freetype2-2.1.10_5 > ===> Cleaning for gettext-0.14.5_2 > ===> Cleaning for perl-5.8.8 > ===> Cleaning for autoconf-2.53_3 > ===> Cleaning for m4-1.4.4 > ===> Cleaning for help2man-1.36.4_1 > ===> Cleaning for imake-6.9.0 > ===> Cleaning for libdrm-2.0.2 > ===> Cleaning for fontconfig-2.3.2_5,1 > ===> Cleaning for flac-1.1.2_1 > ===> Cleaning for libiconv-1.9.2_2 > ===> Cleaning for p5-gettext-1.05_1 > ===> Cleaning for expat-2.0.0_1 > ===> Cleaning for handbrake-0.7.1_1 > => HandBrake-0.7.1.tar.gz doesn't seem to exist in /usr/ports/ > distfiles/. > => Attempting to fetch from http://download.m0k.org/handbrake/. > HandBrake-0.7.1.tar.gz 100% of 248 kB 216 > kBps > ===> Extracting for handbrake-0.7.1_1 > => MD5 Checksum OK for HandBrake-0.7.1.tar.gz. > => SHA256 Checksum OK for HandBrake-0.7.1.tar.gz. > ===> Patching for handbrake-0.7.1_1 > ===> Applying FreeBSD patches for handbrake-0.7.1_1 > ===> handbrake-0.7.1_1 depends on executable in : jam - found > ===> handbrake-0.7.1_1 depends on shared library: a52.0 - found > ===> handbrake-0.7.1_1 depends on shared library: dvdcss.2 - found > ===> handbrake-0.7.1_1 depends on shared library: dvdread.3 - found > ===> handbrake-0.7.1_1 depends on shared library: faac.0 - found > ===> handbrake-0.7.1_1 depends on shared library: mp3lame.0 - found > ===> handbrake-0.7.1_1 depends on shared library: mp4v2.0 - found > ===> handbrake-0.7.1_1 depends on shared library: mpeg2.0 - found > ===> handbrake-0.7.1_1 depends on shared library: ogg.5 - found > ===> handbrake-0.7.1_1 depends on shared library: samplerate.1 - > found > ===> handbrake-0.7.1_1 depends on shared library: vorbis.3 - found > ===> handbrake-0.7.1_1 depends on shared library: xvidcore.4 - found > ===> handbrake-0.7.1_1 depends on shared library: x264.49 - found > ===> handbrake-0.7.1_1 depends on shared library: avcodec.1 - found > ===> Configuring for handbrake-0.7.1_1 > System: FreeBSD > Endian: little > > To build HandBrake, run 'jam'. > ===> Building for handbrake-0.7.1_1 > > cc -c -o libhb/common.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/common.c > > > cc -c -o libhb/hb.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/hb.c > > > cc -c -o libhb/ports.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/ports.c > > > cc -c -o libhb/scan.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/scan.c > > > cc -c -o libhb/work.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/work.c > > > cc -c -o libhb/decmpeg2.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decmpeg2.c > > > cc -c -o libhb/encavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encavcodec.c > > > cc -c -o libhb/update.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/update.c > > > cc -c -o libhb/demuxmpeg.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/demuxmpeg.c > > > cc -c -o libhb/fifo.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/fifo.c > > > cc -c -o libhb/render.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/render.c > > > cc -c -o libhb/reader.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/reader.c > > > cc -c -o libhb/muxcommon.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxcommon.c > > > cc -c -o libhb/muxmp4.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxmp4.c > > > cc -c -o libhb/sync.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/sync.c > > > cc -c -o libhb/decsub.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decsub.c > > > cc -c -o libhb/deca52.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/deca52.c > > > cc -c -o libhb/encfaac.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encfaac.c > > > cc -c -o libhb/declpcm.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/declpcm.c > > > cc -c -o libhb/encx264.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encx264.c > > libhb/encx264.c: In function `hb_work_encx264_init': > libhb/encx264.c:82: error: structure has no member named `b_cbr' > > cc -c -o libhb/decavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decavcodec.c > > > cc -c -o libhb/encxvid.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encxvid.c > > > cc -c -o libhb/muxavi.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxavi.c > > > cc -c -o libhb/enclame.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/enclame.c > > > cc -c -o libhb/muxogm.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxogm.c > > > cc -c -o libhb/encvorbis.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encvorbis.c > > > cc -c -o libhb/dvd.o -O2 -fno-strict-aliasing -pipe -Wall - > DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" -DHB_BUILD=2006022400 - > D__LIBHB__ -Ilibhb -I/usr/local/include libhb/dvd.c > > ...skipped libhb.a for lack of libhb.a(encx264.o)... > > cc -c -o test/test.o -O2 -fno-strict-aliasing -pipe -Wall -I/usr/ > local/include -DSYS_FREEBSD -DHB_VERSION=\"0.7.1\" - > DHB_BUILD=2006022400 -I. -I./libhb test/test.c > > ...skipped handbrake for lack of libhb.a... > *** Error code 1 > > Stop in /usr/ports/multimedia/handbrake. --Apple-Mail-2--124993087 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: Signierter Teil der Nachricht content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: This digital signature can be validated with GnuPG or PGP. iD8DBQFE7Z619XH0K+z9XmMRAiOqAJ99MJVlwx4jpTOXXf4mBjScldkjtQCgiATr CDIjWfyOJvan57WE5KoZKM4= =RkgJ -----END PGP SIGNATURE----- --Apple-Mail-2--124993087-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 13:13:26 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705E216A4DA for ; Thu, 24 Aug 2006 13:13:26 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from wr-out-f131.google.com (wr-out-f131.google.com [64.233.184.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FCF43D49 for ; Thu, 24 Aug 2006 13:13:25 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by wr-out-f131.google.com with SMTP id 10so28981wrs for ; Thu, 24 Aug 2006 06:13:24 -0700 (PDT) Received: by 10.65.35.6 with SMTP id n6mr2089914qbj; Thu, 24 Aug 2006 06:13:24 -0700 (PDT) Received: by 10.65.239.2 with HTTP; Thu, 24 Aug 2006 06:13:24 -0700 (PDT) Message-ID: Date: Thu, 24 Aug 2006 10:13:24 -0300 From: "Joey Mingrone" To: "Darren Pilgrim" In-Reply-To: <44ED1817.9060807@bitfreak.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44ECBBFD.1090200@bitfreak.org> <1156369286.80319.5.camel@localhost> <44ED1817.9060807@bitfreak.org> Cc: ports@freebsd.org, Florent Thoumie Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 13:13:26 -0000 Hey guys, Resetting the configuration did allow me to install iwi-firmware. Thanks Darren. I've tried the docs at: http://damien.bergamini.free.fr/ipw/iwi-freebsd.html but they don't seem to apply? I added iwi_enable="YES" to /etc/rc.conf and tried running '> /etc/rc.d/iwi start' and the output is: Starting iwi [iwi0:bss]iwicontrol: Can't load firmware to driver: Device not configured Any suggestions? Is there any documentation I'm missing? Thanks, Joey From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 13:26:57 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60F9D16A4E5 for ; Thu, 24 Aug 2006 13:26:55 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4414043D46 for ; Thu, 24 Aug 2006 13:26:54 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so668595pye for ; Thu, 24 Aug 2006 06:26:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=lAa/XZJ6hGezzVlDAn1OKq5XEvzEXfJiF/n7sMRwbbxGWVN3Q5ENnlt4p93p+0pEKAf9kCcir9kXtPjAg0fq4swFcgwsycLXmygDDLcuN30vWVLcmpHvYQGcrRx5ukitZE4HCpvUVke68fjPZ106vSh0f+piTdyRlIJ/4C5dzlw= Received: by 10.35.60.16 with SMTP id n16mr2777968pyk; Thu, 24 Aug 2006 06:26:53 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Thu, 24 Aug 2006 06:26:53 -0700 (PDT) Message-ID: Date: Thu, 24 Aug 2006 17:26:53 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "FreeBSD Ports" , portmgr@freebsd.org, "Stanislav Sedov" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 725055f689d6a8de Cc: Subject: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 13:26:57 -0000 I can't help thinking that the way we're trying to deal with locale directories is far from optimal. IMHO, there are several ways to improve the state of things: 1. Add more locales We can add all those locales found in the same mtree file under nls, and all less specific locales. I.e. if aa_BB.CCC is found under nls, we can add aa_BB.CCC, aa_BB and aa to share/locale. 2. Forget about left-overs We can just ignore the directories left over in share/locale. They are not harmful in any way, but it certainly contradicts our long-standing effort to deinstall every thing we install. 3. Automate preening We can add automatic preening to all ports that define USE_GETTEXT. Something like find share/locale/ -d -type d | xargs rmdir... This way we can throw share/locale out of mtree. Ports shouldn't (and don't) rely on these directories existence anyway. 4. Define more specific rules as to what goes into mtree and what doesn't. I know this one is very hard, each change to mtree preceded by a violent bikeshed, but someone has to lay down the rules and we have to follow them. Another question has arisen: should ports try to remove directories belonging to their dependencies. On one hand they certainly should, as "pkg_delete -f foo-dep && \ pkg_delete -f foo" should leave the system clean. OTOH there are cases when ports need some empty dirs to exist and become unhappy once they can't find them. Anyway quite a few ports (e.g. almost all p5 ports) don't remove one or more dirs of their dependencies and fixing this is a matter of some research and careful sweeping commits. Your thoughts are welcome and thanks for reading this. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 13:36:32 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246AD16A5AA; Thu, 24 Aug 2006 13:36:32 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao06.cox.net (centrmmtao06.cox.net [70.168.83.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1951443D53; Thu, 24 Aug 2006 13:36:30 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao06.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060824133627.RHTF17338.centrmmtao06.cox.net@eastrmimpo01.cox.net>; Thu, 24 Aug 2006 09:36:27 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id DpcR1V00H4iy4EG0000000 Thu, 24 Aug 2006 09:36:25 -0400 Date: Thu, 24 Aug 2006 08:36:53 -0500 To: "Andrew Pantyukhin" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.01 (Linux) Cc: FreeBSD Ports , Stanislav Sedov , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 13:36:32 -0000 On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin wrote: > I can't help thinking that the way we're trying to deal with > locale directories is far from optimal. IMHO, there are > several ways to improve the state of things: I think the current how we handle locale is a bit silly, so I personal in favor of create localehier like misc/gnomehier than four suggested below.. Honestly, I would be more rather to put mtree that is for ports in somewhere of /usr/ports/ than /etc/mtree/ that way any version of FreeBSD won't have any of left over directories problem. Cheers, Mezz > 1. Add more locales > We can add all those locales found in the same mtree > file under nls, and all less specific locales. I.e. if > aa_BB.CCC is found under nls, we can add aa_BB.CCC, > aa_BB and aa to share/locale. > > 2. Forget about left-overs > We can just ignore the directories left over in share/locale. > They are not harmful in any way, but it certainly contradicts > our long-standing effort to deinstall every thing we install. > > 3. Automate preening > We can add automatic preening to all ports that define > USE_GETTEXT. Something like > find share/locale/ -d -type d | xargs rmdir... > This way we can throw share/locale out of mtree. Ports > shouldn't (and don't) rely on these directories existence > anyway. > > 4. Define more specific rules as to what goes into mtree > and what doesn't. I know this one is very hard, each > change to mtree preceded by a violent bikeshed, but > someone has to lay down the rules and we have to follow > them. > > > Another question has arisen: should ports try to remove > directories belonging to their dependencies. On one hand > they certainly should, as "pkg_delete -f foo-dep && \ > pkg_delete -f foo" should leave the system clean. OTOH > there are cases when ports need some empty dirs to exist > and become unhappy once they can't find them. > > Anyway quite a few ports (e.g. almost all p5 ports) don't > remove one or more dirs of their dependencies and fixing > this is a matter of some research and careful sweeping > commits. > > Your thoughts are welcome and thanks for reading this. -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 13:40:23 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B38216A4FD; Thu, 24 Aug 2006 13:40:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao03.cox.net (eastrmmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2BDC43D45; Thu, 24 Aug 2006 13:40:22 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao03.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060824134021.NIPK23863.eastrmmtao03.cox.net@eastrmimpo01.cox.net>; Thu, 24 Aug 2006 09:40:21 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id DpgK1V00m4iy4EG0000000 Thu, 24 Aug 2006 09:40:20 -0400 Date: Thu, 24 Aug 2006 08:40:48 -0500 To: "Till Haselmann" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> User-Agent: Opera Mail/9.01 (Linux) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: FreeBSD Port: handbrake-0.7.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 13:40:23 -0000 On Thu, 24 Aug 2006 07:42:29 -0500, Till Haselmann = wrote: > Dear multimedia team: > > I have built Handbrake successfully using the old port (0.7.1) but > cannot get it to compile with the new version 0.7.1_1. The output > from portupgrade is as attached to this email. > > Apparently, I have problems compiling the libhb (which I figure is a > handbrake library?). What's the problem here? How can I fix it? I > have already tried a make distclean but to no avail. The update of x264 has broken a few of ports' build, so ahze has fixed = most of them. Looks like handbrake is missed. I won't be able to check h= ow = to fix it until this evening or tomorrow (have classes today). Cheers, Mezz > Regards, > Till. > > Till Haselmann > haselmann@computernoma.de > ICQ: 62868533 | AIM / Skype: computernomade > >> http://www.computernoma.de << > > >> ---> Upgrading 'handbrake-0.7.1' to >> 'handbrake-0.7.1_1' (multimedia/handbrake) >> ---> Building '/usr/ports/multimedia/handbrake' >> =3D=3D=3D> Cleaning for jam-2.5_2 >> =3D=3D=3D> Cleaning for liba52-0.7.4_1 >> =3D=3D=3D> Cleaning for libdvdcss-1.2.9_2 >> =3D=3D=3D> Cleaning for libdvdread-0.9.4_1 >> =3D=3D=3D> Cleaning for faac-1.24_6 >> =3D=3D=3D> Cleaning for lame-3.96.1 >> =3D=3D=3D> Cleaning for mpeg4ip-libmp4v2-1.5.0.1 >> =3D=3D=3D> Cleaning for libmpeg2-0.4.0b_2 >> =3D=3D=3D> Cleaning for libogg-1.1.3,3 >> =3D=3D=3D> Cleaning for libsamplerate-0.1.2_2 >> =3D=3D=3D> Cleaning for libvorbis-1.1.2,3 >> =3D=3D=3D> Cleaning for xvid-1.1.0,1 >> =3D=3D=3D> Cleaning for x264-0.0.20060808 >> =3D=3D=3D> Cleaning for ffmpeg-devel-0.4.9.c.2006032300_2 >> =3D=3D=3D> Cleaning for unzip-5.52_2 >> =3D=3D=3D> Cleaning for djbfft-0.76_2 >> =3D=3D=3D> Cleaning for gmake-3.81_1 >> =3D=3D=3D> Cleaning for automake-1.5_2,1 >> =3D=3D=3D> Cleaning for autoconf-2.59_2 >> =3D=3D=3D> Cleaning for libtool-1.5.22_2 >> =3D=3D=3D> Cleaning for nasm-0.98.39,1 >> =3D=3D=3D> Cleaning for xorg-libraries-6.9.0 >> =3D=3D=3D> Cleaning for pkg-config-0.20_2 >> =3D=3D=3D> Cleaning for libsndfile-1.0.16 >> =3D=3D=3D> Cleaning for fftw3-3.1.2 >> =3D=3D=3D> Cleaning for gpac-libgpac-0.4.2.r2,1 >> =3D=3D=3D> Cleaning for ldconfig_compat-1.0_8 >> =3D=3D=3D> Cleaning for texi2html-1.76_1,1 >> =3D=3D=3D> Cleaning for freetype2-2.1.10_5 >> =3D=3D=3D> Cleaning for gettext-0.14.5_2 >> =3D=3D=3D> Cleaning for perl-5.8.8 >> =3D=3D=3D> Cleaning for autoconf-2.53_3 >> =3D=3D=3D> Cleaning for m4-1.4.4 >> =3D=3D=3D> Cleaning for help2man-1.36.4_1 >> =3D=3D=3D> Cleaning for imake-6.9.0 >> =3D=3D=3D> Cleaning for libdrm-2.0.2 >> =3D=3D=3D> Cleaning for fontconfig-2.3.2_5,1 >> =3D=3D=3D> Cleaning for flac-1.1.2_1 >> =3D=3D=3D> Cleaning for libiconv-1.9.2_2 >> =3D=3D=3D> Cleaning for p5-gettext-1.05_1 >> =3D=3D=3D> Cleaning for expat-2.0.0_1 >> =3D=3D=3D> Cleaning for handbrake-0.7.1_1 >> =3D> HandBrake-0.7.1.tar.gz doesn't seem to exist in /usr/ports/ >> distfiles/. >> =3D> Attempting to fetch from http://download.m0k.org/handbrake/. >> HandBrake-0.7.1.tar.gz 100% of 248 kB 216 >> kBps >> =3D=3D=3D> Extracting for handbrake-0.7.1_1 >> =3D> MD5 Checksum OK for HandBrake-0.7.1.tar.gz. >> =3D> SHA256 Checksum OK for HandBrake-0.7.1.tar.gz. >> =3D=3D=3D> Patching for handbrake-0.7.1_1 >> =3D=3D=3D> Applying FreeBSD patches for handbrake-0.7.1_1 >> =3D=3D=3D> handbrake-0.7.1_1 depends on executable in : jam - found= >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: a52.0 - fou= nd >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdcss.2 - = found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdread.3 -= found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: faac.0 - fo= und >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp3lame.0 -= found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp4v2.0 - f= ound >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mpeg2.0 - f= ound >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: ogg.5 - fou= nd >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: samplerate.= 1 - >> found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: vorbis.3 - = found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: xvidcore.4 = - found >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: x264.49 - f= ound >> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: avcodec.1 -= found >> =3D=3D=3D> Configuring for handbrake-0.7.1_1 >> System: FreeBSD >> Endian: little >> >> To build HandBrake, run 'jam'. >> =3D=3D=3D> Building for handbrake-0.7.1_1 >> >> cc -c -o libhb/common.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/common.c >> >> >> cc -c -o libhb/hb.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/hb.c >> >> >> cc -c -o libhb/ports.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/ports.c >> >> >> cc -c -o libhb/scan.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/scan.c >> >> >> cc -c -o libhb/work.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/work.c >> >> >> cc -c -o libhb/decmpeg2.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decmpeg2.c >> >> >> cc -c -o libhb/encavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encavcodec.c >> >> >> cc -c -o libhb/update.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/update.c >> >> >> cc -c -o libhb/demuxmpeg.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/demuxmpeg.c >> >> >> cc -c -o libhb/fifo.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/fifo.c >> >> >> cc -c -o libhb/render.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/render.c >> >> >> cc -c -o libhb/reader.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/reader.c >> >> >> cc -c -o libhb/muxcommon.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxcommon.c >> >> >> cc -c -o libhb/muxmp4.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxmp4.c >> >> >> cc -c -o libhb/sync.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/sync.c >> >> >> cc -c -o libhb/decsub.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decsub.c >> >> >> cc -c -o libhb/deca52.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/deca52.c >> >> >> cc -c -o libhb/encfaac.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encfaac.c >> >> >> cc -c -o libhb/declpcm.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/declpcm.c >> >> >> cc -c -o libhb/encx264.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encx264.c >> >> libhb/encx264.c: In function `hb_work_encx264_init': >> libhb/encx264.c:82: error: structure has no member named `b_cbr' >> >> cc -c -o libhb/decavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decavcodec.c >> >> >> cc -c -o libhb/encxvid.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encxvid.c >> >> >> cc -c -o libhb/muxavi.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxavi.c >> >> >> cc -c -o libhb/enclame.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/enclame.c >> >> >> cc -c -o libhb/muxogm.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxogm.c >> >> >> cc -c -o libhb/encvorbis.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encvorbis.c >> >> >> cc -c -o libhb/dvd.o -O2 -fno-strict-aliasing -pipe -Wall - >> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/dvd.c >> >> ...skipped libhb.a for lack of libhb.a(encx264.o)... >> >> cc -c -o test/test.o -O2 -fno-strict-aliasing -pipe -Wall -I/usr/ >> local/include -DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" - >> DHB_BUILD=3D2006022400 -I. -I./libhb test/test.c >> >> ...skipped handbrake for lack of libhb.a... >> *** Error code 1 >> >> Stop in /usr/ports/multimedia/handbrake. -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 14:50:54 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE20516A4E1 for ; Thu, 24 Aug 2006 14:50:54 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C836A43D5A for ; Thu, 24 Aug 2006 14:50:53 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so351826nzn for ; Thu, 24 Aug 2006 07:50:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=mqGPo2TU8k2CTlO2mIvlH5BAbEfjKgc1ND/6vMpq3jB+CNy7qgzaymOVAiO+hxQfSEN47A6EmUCe3banxsx75xKdvzZMN4fJ4YY7pfNwjHrNFDXKPS7jyNGk92rOFr74Dg6MSLsgTn23PGaEM5z7zGsv2E2bNHgJXtzNTdxthyg= Received: by 10.35.9.15 with SMTP id m15mr2913654pyi; Thu, 24 Aug 2006 07:50:52 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Thu, 24 Aug 2006 07:50:51 -0700 (PDT) Message-ID: Date: Thu, 24 Aug 2006 18:50:52 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: ffc666e4e916bdb0 Cc: FreeBSD Ports , Stanislav Sedov , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 14:50:54 -0000 On 8/24/06, Jeremy Messenger wrote: > On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin > wrote: > > > I can't help thinking that the way we're trying to deal with > > locale directories is far from optimal. IMHO, there are > > several ways to improve the state of things: > > I think the current how we handle locale is a bit silly, so I personal in > favor of create localehier like misc/gnomehier than four suggested below.. > Honestly, I would be more rather to put mtree that is for ports in > somewhere of /usr/ports/ than /etc/mtree/ that way any version of FreeBSD > won't have any of left over directories problem. It's a good idea, but we're back at the second question - what if someone fancies to pkg_delete -xf gnomehier? There will be no way to get a clean system after that other than by reinstalling gnomehier and deleting it after all the ports requiring it. And in case we ignore it and say that one should not deinstall a foo-dep before foo, then the whole point of the latest locale-related pkg-plist fixes is lost. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 15:14:54 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A4F16A4DA for ; Thu, 24 Aug 2006 15:14:54 +0000 (UTC) (envelope-from michael.moon@bedfordshire.pnn.police.uk) Received: from cjx1d.pnn.police.uk (pnnb4.psops.net [194.6.79.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5959843D6E for ; Thu, 24 Aug 2006 15:14:43 +0000 (GMT) (envelope-from michael.moon@bedfordshire.pnn.police.uk) Received: from maila.bedfordshire.pnn.police.uk ([51.65.231.131] helo=mailsweeper.bedfordshire.pnn.police.uk) by cjx1d.pnn.police.uk with esmtp id 1GGGun-0005Uo-B6 for freebsd-ports@freebsd.org; Thu, 24 Aug 2006 16:14:41 +0100 Received: from HQVMAIL.internal.beds.police.cjx.gov.uk (unverified) by mailsweeper.bedfordshire.pnn.police.uk (Clearswift SMTPRS 5.2.5) with ESMTP id for ; Thu, 24 Aug 2006 16:22:33 +0100 x-fsavag4mse-ts: c395fdf4feef469e Content-Class: urn:content-classes:message Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: multipart/related; boundary="----_=_NextPart_001_01C6C790.06AAA886"; type="multipart/alternative" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Date: Thu, 24 Aug 2006 16:14:48 +0100 Message-ID: <7C81E4BCC774124F99EB4965B495F324019297D5@HQVMAIL.internal.beds.police.cjx.gov.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: error compiling dsniff on FreeBSD, with the correct version of netlib thread-index: AcbHkAn8HvYAjj3gQ86wCN9mvdvkWQ== From: "Moon Michael" To: X-ACL-Warn: Message virus-scanned by F-Secure: CLEAN X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: error compiling dsniff on FreeBSD, with the correct version of netlib X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 15:14:54 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C6C790.06AAA886 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Any ideas what I am doing wrong ? I even had a look in the libnet functions and they are defined so I don't understand what's happening, anyone else who has come across this and found a solution please let me know make =3D=3D=3D> WARNING: Vulnerability database out of date, checking anyway =3D=3D=3D> Extracting for dsniff-2.3_1 =3D> MD5 Checksum OK for dsniff-2.3.tar.gz. =3D> SHA256 Checksum OK for dsniff-2.3.tar.gz. =3D=3D=3D> Patching for dsniff-2.3_1 =3D=3D=3D> Applying FreeBSD patches for dsniff-2.3_1 =3D=3D=3D> dsniff-2.3_1 depends on package: libnet*<=3D1.1.0,1 - found =3D=3D=3D> dsniff-2.3_1 depends on file: /usr/local/lib/libnids.a - found =3D=3D=3D> dsniff-2.3_1 depends on shared library: X11.6 - found =3D=3D=3D> Configuring for dsniff-2.3_1 creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe ) works... y es checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe ) is a cross -compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking how to run the C preprocessor... cc -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for ANSI C header files... yes checking for err.h... yes checking for fcntl.h... yes checking for sys/ioctl.h... yes checking for sys/queue.h... yes checking for unistd.h... yes checking for libgen.h... yes checking for net/if_tun.h... yes checking for MIN and MAX in sys/param.h... yes checking for working const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for u_int32_t... yes checking for u_int64_t... yes checking for in_addr_t... yes checking whether cc needs -traditional... no checking for 8-bit clean memcmp... yes checking return type of signal handlers... void checking for strftime... yes checking for gethostname... yes checking for socket... yes checking for strdup... yes checking for strstr... yes checking for xdr_fhstatus in -lrpcsvc... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for dn_expand in -lresolv... no checking for dirname... yes checking for strlcpy... yes checking for strlcat... yes checking for strsep... yes checking for MD5Update... no checking for warnx... yes checking for ether_ntoa... yes checking for Berkeley DB with 1.85 compatibility... yes checking for libpcap... yes checking for libnet... yes checking for libnids... yes checking whether libnids version is good... yes checking for OpenSSL... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h =3D=3D=3D> Building for dsniff-2.3_1 cc -O2 -fno-strict-aliasing -pipe -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD _BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -DDSNIFF_LIBDIR=3D\"/usr/loc al/lib/\" -I. -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr /X11R6/include -I./missing -c ./missing/dummy.c cc -O2 -fno-strict-aliasing -pipe -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD _BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -DDSNIFF_LIBDIR=3D\"/usr/loc al/lib/\" -I. -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr /X11R6/include -I./missing -c ./missing/md5.c ar -cr libmissing.a dummy.o md5.o ranlib libmissing.a cc -O2 -fno-strict-aliasing -pipe -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD _BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -DDSNIFF_LIBDIR=3D\"/usr/loc al/lib/\" -I. -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr /X11R6/include -I./missing -c ./arpspoof.c cc -O2 -fno-strict-aliasing -pipe -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD _BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -DLIBNET_LIL_ENDIAN -DDSNIFF_LIBDIR=3D\"/usr/loc al/lib/\" -I. -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr /X11R6/include -I./missing -c ./arp.c cc -o arpspoof arpspoof.o arp.o -lrpcsvc -L. -lmissing -lpcap -L/usr/local/lib -lnet arpspoof.o(.text+0xce): In function `arp_send': : undefined reference to `libnet_host_lookup' arpspoof.o(.text+0x122): In function `arp_send': : undefined reference to `libnet_write_link_layer' arpspoof.o(.text+0x14b): In function `arp_send': : undefined reference to `libnet_get_ipaddr' arpspoof.o(.text+0x181): In function `arp_send': : undefined reference to `libnet_host_lookup' arpspoof.o(.text+0x192): In function `arp_send': : undefined reference to `libnet_host_lookup' arpspoof.o(.text+0x360): In function `main': : undefined reference to `libnet_name_resolve' arpspoof.o(.text+0x391): In function `main': : undefined reference to `libnet_open_link_interface' arpspoof.o(.text+0x42e): In function `main': : undefined reference to `libnet_name_resolve' arpspoof.o(.text+0x480): In function `main': : undefined reference to `libnet_host_lookup' *** Error code 1 =20 Stop in /usr/ports/security/dsniff/work/dsniff-2.3. *** Error code 1 =20 Stop in /usr/ports/security/dsniff. =20 =20 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ***************************************************************************= ***** Internet email is not to be treated as a secure means of communication. Bedfordshire Police monitors all Internet email activity and content. For the latest news on local police and criminal activity, visit Bedfordshi= re's Prime Crime Website: www.operationscorpion.org.uk ***************************************************************************= ***** ------_=_NextPart_001_01C6C790.06AAA886-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 17:40:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4307716A4DA for ; Thu, 24 Aug 2006 17:40:09 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1082C43D49 for ; Thu, 24 Aug 2006 17:40:06 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GGJBS-00086i-NV for freebsd-ports@freebsd.org; Thu, 24 Aug 2006 19:40:02 +0200 Received: from 63.110.228.62 ([63.110.228.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Aug 2006 19:40:02 +0200 Received: from atkin901 by 63.110.228.62 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Aug 2006 19:40:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: othermark Date: Thu, 24 Aug 2006 10:19:40 -0700 Lines: 29 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 63.110.228.62 User-Agent: KNode/0.10.2 Sender: news Subject: Question on respecting PREFIX, LOCALBASE, SITE_PERL, etc... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 17:40:09 -0000 I have a port that I'm working on that, in addition to the binaries it generates, it generates the following: - C api, includes, libraries - perl api - tcl api - python api it also has java and rexx extensions, but I'm not going to add those until later. My question revolves around respecting both PREFIX and stuff like TCL_LIBDIR and SITE_PERL. I want the port to be heir(7) compliant, but I'm also patching the install to put perl, tcl, and python modules in the TCL/PERL/PYTHON respective site library repositories. So when the operator uses make PREFIX=/somedir do I rigorously plop everthing under PREFIX and patch the TCL/PERL/PYTHON destinations to match, or do I go ahead and plop those in the SITE_PERL, PYTHON_SITELIBDIR, etc actual locations on the box? Doing everything under PREFIX makes it easier to properly form the pkg-list, but that can be coded around to. -- othermark atkin901 at nospam dot yahoo dot com (!wired)?(coffee++):(wired); From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 18:45:58 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A8D216A4E5; Thu, 24 Aug 2006 18:45:58 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id E107F43D5A; Thu, 24 Aug 2006 18:45:55 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.31] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GGKD9-0008L8-72; Thu, 24 Aug 2006 22:45:54 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id 0240E11B6A; Thu, 24 Aug 2006 22:45:27 +0600 (YEKST) Date: Thu, 24 Aug 2006 22:45:21 +0600 From: Stanislav Sedov To: "Andrew Pantyukhin" Message-ID: <20060824224521.300b2185@localhost> In-Reply-To: References: Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_1Mrc.1bCP8URC1NZ7T=7N8o"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: FreeBSD Ports , Jeremy Messenger , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 18:45:58 -0000 --Sig_1Mrc.1bCP8URC1NZ7T=7N8o Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Thu, 24 Aug 2006 18:50:52 +0400 "Andrew Pantyukhin" mentioned: > On 8/24/06, Jeremy Messenger wrote: > > On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin > > wrote: > > > > > I can't help thinking that the way we're trying to deal with > > > locale directories is far from optimal. IMHO, there are > > > several ways to improve the state of things: > > > > I think the current how we handle locale is a bit silly, so I personal = in > > favor of create localehier like misc/gnomehier than four suggested belo= w.. > > Honestly, I would be more rather to put mtree that is for ports in > > somewhere of /usr/ports/ than /etc/mtree/ that way any version of FreeB= SD > > won't have any of left over directories problem. >=20 > It's a good idea, but we're back at the second question - > what if someone fancies to pkg_delete -xf gnomehier? > There will be no way to get a clean system after that > other than by reinstalling gnomehier and deleting it after > all the ports requiring it. >=20 That's not the main problem, and hasn't point at all since we doesn't support such kind of deinstalls - dependent ports should be deinstalled before dependencies.=20 The main argument for deinstalling all files/direcotries that port creates follows from FreeBSD ports goal to support different PREFIXES. That is, you can install gettext into /usr/local and=20 smth that depends on gettext into /usr/local/opt. In that case all these share/locale/xxx dirs will be created under /usr/local/opt PREFIX and if this dependent port will not make effort to remove these files/directories on deinstall, they will stay under /usr/local/opt forever, though not listed in ${MTREE_FILE}. The only possible solution I can imagine is to add these direcories into mtree file, but since all pacthes are alredy there, there is no reason doing this now. Just port committers should check PLISTS accurately. This could be achieved by installing port with non standard PREFIX=3Dxxx, deinstalling it and looking for directories/files left. The other possible solution is to implement some technique to automatically gather directories dependencies created and add them into plist. But this rather can't be achieved now, since we currently doesn't list directories in plist, and we can't rely on @dirrm for they can be deleted also with rm = -rf, rmdir and even with `set xxx=3D`mktemp /tmp/1.XXXXXX` && echo '#include \n#include \nint main(){rmdir("/path/to/dir"); return 0;}'= > ${xxx} && ${CC} -o ${xxx:r} ${xxx} && ${xxx:r}` ;-) --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_1Mrc.1bCP8URC1NZ7T=7N8o Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE7denK/VZk+smlYERAqEGAJ0dD++pdZM9hnIKHPL/m0TY7OuIJQCeNuXh 1NQvX2fWygh2vWZY5nZGhHs= =pQ2h -----END PGP SIGNATURE----- --Sig_1Mrc.1bCP8URC1NZ7T=7N8o-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 18:54:31 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56DBE16A4DF for ; Thu, 24 Aug 2006 18:54:31 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4ED43D4C for ; Thu, 24 Aug 2006 18:54:30 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.31] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GGKLR-0000tr-7d; Thu, 24 Aug 2006 22:54:26 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id 9598A11F38; Thu, 24 Aug 2006 22:54:01 +0600 (YEKST) Date: Thu, 24 Aug 2006 22:54:01 +0600 From: Stanislav Sedov To: freebsd-ports@freebsd.org, othermark Message-ID: <20060824225401.16cf1c19@localhost> In-Reply-To: References: Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_I4KE+w7bFBoJLTzx7nsHdFP; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: Subject: Re: Question on respecting PREFIX, LOCALBASE, SITE_PERL, etc... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 18:54:31 -0000 --Sig_I4KE+w7bFBoJLTzx7nsHdFP Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Thu, 24 Aug 2006 10:19:40 -0700 othermark mentioned: > I have a port that I'm working on that, in addition to the binaries it > generates, it generates the following: >=20 > - C api, includes, libraries > - perl api > - tcl api > - python api >=20 > it also has java and rexx extensions, but I'm not going to add those unti= l=20 > later. >=20 > My question revolves around respecting both PREFIX and stuff like TCL_LIB= DIR > and SITE_PERL. I want the port to be heir(7) compliant, but I'm also > patching the install to put perl, tcl, and python modules in the > TCL/PERL/PYTHON respective site library repositories. =20 >=20 > So when the operator uses make PREFIX=3D/somedir do I rigorously plop > everthing under PREFIX and patch the TCL/PERL/PYTHON destinations to matc= h, > or do I go ahead and plop those in the SITE_PERL, PYTHON_SITELIBDIR, etc > actual locations on the box? >=20 > Doing everything under PREFIX makes it easier to properly form the pkg-li= st, > but that can be coded around to. >=20 You certainly should respect PREFIX, but now PERL/ruby/tcl etc frameworks don't do this well. So don't think about this now and install everything under SITE_PERL etc. Somebody should take a look on these frameworks and fix them, then your port will be PREFIX clean without your interaction. It's a framework problem, not your port's. AFAIK, only ocaml framework handles it properly now. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_I4KE+w7bFBoJLTzx7nsHdFP Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE7dmpK/VZk+smlYERAmEeAJ47x7pVNhLp+402UJW4r8S2YvNqCwCfdEZ6 YhXAsPKamIsCdvi8PcOGThA= =ehR+ -----END PGP SIGNATURE----- --Sig_I4KE+w7bFBoJLTzx7nsHdFP-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 20:09:41 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C609716A4E0 for ; Thu, 24 Aug 2006 20:09:41 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E69343D88 for ; Thu, 24 Aug 2006 20:09:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so795252pye for ; Thu, 24 Aug 2006 13:09:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UcvKH/bMXt2+Fl/xv93x/7/PgbC/5q++m8+wmDX2qf1yq0FpoCzGdkXc5TnUYXNUKfc9yPBeFPYqjxWyO0kXx09gDEZAHH6daMIOGaAE7LmsqkiRWh3htv05gGC2T0p9rsMYnQARdRZ95ioEJD6oPPxmFnEBTqckEM9xAimV/LE= Received: by 10.35.121.9 with SMTP id y9mr3396516pym; Thu, 24 Aug 2006 13:09:33 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Thu, 24 Aug 2006 13:09:33 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 00:09:33 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Stanislav Sedov" In-Reply-To: <20060824224521.300b2185@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060824224521.300b2185@localhost> X-Google-Sender-Auth: 547defe59a7481dc Cc: FreeBSD Ports , Jeremy Messenger , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 20:09:42 -0000 On 8/24/06, Stanislav Sedov wrote: > On Thu, 24 Aug 2006 18:50:52 +0400 > "Andrew Pantyukhin" mentioned: > > > On 8/24/06, Jeremy Messenger wrote: > > > On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin > > > wrote: > > > > > > > I can't help thinking that the way we're trying to deal with > > > > locale directories is far from optimal. IMHO, there are > > > > several ways to improve the state of things: > > > > > > I think the current how we handle locale is a bit silly, so I personal in > > > favor of create localehier like misc/gnomehier than four suggested below.. > > > Honestly, I would be more rather to put mtree that is for ports in > > > somewhere of /usr/ports/ than /etc/mtree/ that way any version of FreeBSD > > > won't have any of left over directories problem. > > > > It's a good idea, but we're back at the second question - > > what if someone fancies to pkg_delete -xf gnomehier? > > There will be no way to get a clean system after that > > other than by reinstalling gnomehier and deleting it after > > all the ports requiring it. > > That's not the main problem, and hasn't point at all since we > don't support such kind of deinstalls - dependent ports should > be deinstalled before dependencies. Oh, I'm quite sure you don't mean it. You're saying that every time we upgrade a port we should also reinstall all the ports relying on it? Because there's no way we can guarantee a port's directory structure stays intact across upgrades. > The main argument for deinstalling all files/direcotries that > port creates follows from FreeBSD ports goal to support different > PREFIXES. That is, you can install gettext into /usr/local and > smth that depends on gettext into /usr/local/opt. In that case > all these share/locale/xxx dirs will be created under /usr/local/opt > PREFIX and if this dependent port will not make effort to remove > these files/directories on deinstall, they will stay under /usr/local/opt > forever, though not listed in ${MTREE_FILE}. Again, you don't really mean it. Try installing any p5 port into a non-localbase prefix, and you'll see that lib/perl5 and Co. will be left over after deinstall. Even if you suppose that all ports respect PREFIX (which many of them don't), it's not a simple task to deal with non-mtree left-overs. I would very much like to think that your locale effort is a step towards a better world, but it really appears to be a step nowhere at all. I hope I'm too short-sighted and mistaken. > The only possible solution I can imagine is to add these direcories into > mtree file, but since all pacthes are alredy there, there is no reason > doing this now. Just port committers should check PLISTS accurately. This > could be achieved by installing port with non standard PREFIX=xxx, > deinstalling it and looking for directories/files left. > > The other possible solution is to implement some technique to automatically > gather directories dependencies created and add them into plist. We only need to care about the directories we created (or might have created if there were none) out of mtree. It's an enormous task to fix all the ports to do that - and there are quite a few cases when we just can't remove an empty dir if its real owner is still installed. A worthwhile effort would be to ensure PREFIX compliance for all ports. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 20:36:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1813116A4DA; Thu, 24 Aug 2006 20:36:59 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41C9A43D45; Thu, 24 Aug 2006 20:36:55 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.60] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GGLwY-000779-TF; Fri, 25 Aug 2006 00:36:54 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id 333DD11B6B; Thu, 24 Aug 2006 22:36:24 +0400 (MSD) Date: Thu, 24 Aug 2006 22:36:19 +0400 From: Stanislav Sedov To: freebsd-ports@freebsd.org, "Andrew Pantyukhin" , Jeremy Messenger , portmgr@freebsd.org Message-ID: <20060824223619.2c8593ee@localhost> In-Reply-To: References: <20060824224521.300b2185@localhost> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/SHSJAeu_ceQtsS2aUoWZs."; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 20:36:59 -0000 --Sig_/SHSJAeu_ceQtsS2aUoWZs. Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Fri, 25 Aug 2006 00:09:33 +0400 "Andrew Pantyukhin" mentioned: > On 8/24/06, Stanislav Sedov wrote: > > On Thu, 24 Aug 2006 18:50:52 +0400 > > "Andrew Pantyukhin" mentioned: > > > > > On 8/24/06, Jeremy Messenger wrote: > > > > On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin > > > > wrote: > > > > > > > > > I can't help thinking that the way we're trying to deal with > > > > > locale directories is far from optimal. IMHO, there are > > > > > several ways to improve the state of things: > > > > > > > > I think the current how we handle locale is a bit silly, so I perso= nal in > > > > favor of create localehier like misc/gnomehier than four suggested = below.. > > > > Honestly, I would be more rather to put mtree that is for ports in > > > > somewhere of /usr/ports/ than /etc/mtree/ that way any version of F= reeBSD > > > > won't have any of left over directories problem. > > > > > > It's a good idea, but we're back at the second question - > > > what if someone fancies to pkg_delete -xf gnomehier? > > > There will be no way to get a clean system after that > > > other than by reinstalling gnomehier and deleting it after > > > all the ports requiring it. > > > > That's not the main problem, and hasn't point at all since we > > don't support such kind of deinstalls - dependent ports should > > be deinstalled before dependencies. >=20 > Oh, I'm quite sure you don't mean it. You're saying that > every time we upgrade a port we should also reinstall all > the ports relying on it? Because there's no way we can > guarantee a port's directory structure stays intact across > upgrades. In fact, yes, we should. >=20 > > The main argument for deinstalling all files/direcotries that > > port creates follows from FreeBSD ports goal to support different > > PREFIXES. That is, you can install gettext into /usr/local and > > smth that depends on gettext into /usr/local/opt. In that case > > all these share/locale/xxx dirs will be created under /usr/local/opt > > PREFIX and if this dependent port will not make effort to remove > > these files/directories on deinstall, they will stay under /usr/local/o= pt > > forever, though not listed in ${MTREE_FILE}. >=20 > Again, you don't really mean it. Try installing any p5 port into > a non-localbase prefix, and you'll see that lib/perl5 and Co. will > be left over after deinstall. Even if you suppose that all ports > respect PREFIX (which many of them don't), it's not a simple > task to deal with non-mtree left-overs. I would very much like to > think that your locale effort is a step towards a better world, > but it really appears to be a step nowhere at all. I hope I'm too > short-sighted and mistaken. >=20 Didn't I say the same? ;-) You are not quite right, most of ports respect PREFIX and remove all directories they creates. I can't really say why perl/ruby ports don't do this - it may be inaccurate commits, PRs etc. When creating ocaml framework I've added stubs to automatically add shared dirs into PLIST. Probably, ruby and perl frameworks require the same step forward. > > The only possible solution I can imagine is to add these direcories into > > mtree file, but since all pacthes are alredy there, there is no reason > > doing this now. Just port committers should check PLISTS accurately. Th= is > > could be achieved by installing port with non standard PREFIX=3Dxxx, > > deinstalling it and looking for directories/files left. > > > > The other possible solution is to implement some technique to automatic= ally > > gather directories dependencies created and add them into plist. >=20 > We only need to care about the directories we created (or might have > created if there were none) out of mtree. It's an enormous task to fix > all the ports to do that - and there are quite a few cases when we > just can't remove an empty dir if its real owner is still installed. > Don't understand what are you trying to clarify... Again: every port should be PREFIX clean, but that doesn't mean that we should brought entire our work away and sit fixing all the ports. Just every new commit/PR should ensure PREFIX safety and some amount of time should be payed to perl/ruby frameworks by their respective maintainers (we could fix p5-, ruby- ports all by placing some simple logic into bsd.ruby.mk and bsd.perl.mk).=20 =20 >=20 > A worthwhile effort would be to ensure PREFIX compliance for all > ports. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_/SHSJAeu_ceQtsS2aUoWZs. Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE7fGnK/VZk+smlYERAgJqAJ4xFQ1/unuqTeMY1HS+Vj5hb7VfGgCdEqWu 7c+7XkgUb8fIpG+fyZePQ4Y= =WA7j -----END PGP SIGNATURE----- --Sig_/SHSJAeu_ceQtsS2aUoWZs.-- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 20:52:00 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7711616A4DF for ; Thu, 24 Aug 2006 20:52:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id EDDF143D4C for ; Thu, 24 Aug 2006 20:51:59 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 32058 invoked by uid 399); 24 Aug 2006 20:51:58 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 24 Aug 2006 20:51:58 -0000 Message-ID: <44EE116C.4010802@FreeBSD.org> Date: Thu, 24 Aug 2006 13:51:56 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: B Briggs References: <44ED0427.6010402@bellsouth.net> In-Reply-To: <44ED0427.6010402@bellsouth.net> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jeremy Messenger , freebsd-ports@freebsd.org Subject: portmaster patch for testing CONFLICTS and dependency list (Was: Re: portmaster and dependencies) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 20:52:00 -0000 B Briggs wrote: > After reading some of the comments on a prior thread about "the best" > port update tool, I decided to give portmaster a look. Thanks! > Unfortunately my ports were up to date except for openoffice.org-2.0 > which I had listed as HOLD_PKGS in pkgtools.conf. Anyway, I let it run > and it stopped because it wanted to install linux-sun-jdk14 (You get the > manual fetch message in IGNORE=), which I had only used as a bootstrap to > get the native jdk15 installed, then later removed the linux version and > its distfile. > > Looked back at prior threads and it looks like someone mentioned this > about 3 weeks ago. I seem to have missed this message, sorry about that. > I was just wondering if there was any progress along these lines. > > FWIW, I changed the script on line 435 from dep_port_list=`make > $MAKE_ARGS all-depends-list` to dep_port_list=`make $MAKE_ARGS > run-depends-list && make $MAKE_ARGS build-depends-list` That's a very interesting idea, which I have now done some testing on (with a slightly different version of the patch). An examination of the code in bsd.port.mk indicates that not only should this work, it also has several advantages. Not the least of which is that it should be faster, and it should avoid building dependencies that the user doesn't actually need, either because of the case you documented here, or because 'make config' in a dependent port would eliminate the need for that port. Frankly, I wish I'd thought of this. :) > The author might want to look at this; he'll know much more about it and > can probably tell right away if this is going to break some other > functions of the script. I already know that the two depends-lists will > have duplicates, but it doesn't seem to affect any builds. portmaster already has code to avoid doing duplicate dependency checking, but in this case it's easy to avoid getting the duplicates in the list, so it saves that much more effort. > I know just enough about the ports system to be dangerous. Anyway, I've > been playing with it for a couple of hours now removing and reinstalling > ports with portmaster, and I haven't run into any problems so far. And I > want to say that I really like portmaster. Thanks again! > I'll probably stick with it and remove portupgrade and ruby, but I'm > going to miss pkg_which: Is there any replacement? pkg_info -W I've created a patch that has the dependency list change, plus the experimental work I'm doing on trying to handle alternate dependencies via CONFLICTS. It's at http://dougbarton.us/portmaster-conflicts-depends.patch. I would appreciate it if folks could at least test the dependency list hunk of that patch, and report back if they have any problems. As I said, it _should_ work, but it's a non-trivial change and I don't want to screw things up for anyone. Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 20:57:08 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE31E16A4DD for ; Thu, 24 Aug 2006 20:57:08 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 367BF43D55 for ; Thu, 24 Aug 2006 20:57:08 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 6425 invoked by uid 399); 24 Aug 2006 20:57:08 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 24 Aug 2006 20:57:08 -0000 Message-ID: <44EE12A0.9060008@FreeBSD.org> Date: Thu, 24 Aug 2006 13:57:04 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Rene Ladan References: <44ED90D6.5080303@gmail.com> In-Reply-To: <44ED90D6.5080303@gmail.com> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: inconsistency in portmaster's stale distfile handling X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 20:57:08 -0000 Rene Ladan wrote: > Hi, > > I decided to give portmaster a try to get rid of ${PORTSDIR}/INDEX*db > and /var/db/pkg/pkgdb.db. It works quite nice, but IMO there is a > inconsistency in the -d option: > > after vim got updated from 7.0.x to 7.0.66, portmaster -a -d deleted > vim/vim-6.4.tar.bz2 (which is still an up-to-date distfile for vim6, but > older than vim/vim-7.0.tar.bz2), but not vim/6.4.* > > I don't have vim6 installed, so the -d option should either not delete > vim-6.4.tar.bz2 or remove all of vim6's distfiles, including vim/6.4.* > If someone has both vim6 and vim7 installed, would portmaster -d also > delete vim-6.4.tar.bz2 ? Yes. The stale file algorithm is very aggressive, and tries to find as many matches as possible that could reasonably be a distfile for that package. If you regularly run into situations where -d deletes too many files, you can run portmaster without it and it will prompt you for whether to delete the files or not. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 21:00:39 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A378D16A4DF; Thu, 24 Aug 2006 21:00:39 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3EF43D55; Thu, 24 Aug 2006 21:00:10 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao01.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060824210009.CIJL23821.centrmmtao01.cox.net@eastrmimpo02.cox.net>; Thu, 24 Aug 2006 17:00:09 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id Dx071V00e4iy4EG0000000 Thu, 24 Aug 2006 17:00:08 -0400 Date: Thu, 24 Aug 2006 16:00:35 -0500 To: "Andrew Pantyukhin" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.01 (Linux) Cc: FreeBSD Ports , Stanislav Sedov , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 21:00:39 -0000 On Thu, 24 Aug 2006 09:50:52 -0500, Andrew Pantyukhin wrote: > On 8/24/06, Jeremy Messenger wrote: >> On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin >> wrote: >> >> > I can't help thinking that the way we're trying to deal with >> > locale directories is far from optimal. IMHO, there are >> > several ways to improve the state of things: >> >> I think the current how we handle locale is a bit silly, so I personal >> in >> favor of create localehier like misc/gnomehier than four suggested >> below.. >> Honestly, I would be more rather to put mtree that is for ports in >> somewhere of /usr/ports/ than /etc/mtree/ that way any version of >> FreeBSD >> won't have any of left over directories problem. > > It's a good idea, but we're back at the second question - > what if someone fancies to pkg_delete -xf gnomehier? > There will be no way to get a clean system after that > other than by reinstalling gnomehier and deleting it after > all the ports requiring it. Why would someone want to delete it when it is need? Same things with why would someone delete library when apps need it? I think it's not our problem as I haven't seen anyone do that with gnomehier. > And in case we ignore it and say that one should not > deinstall a foo-dep before foo, then the whole point of > the latest locale-related pkg-plist fixes is lost. I don't see any problem as you can install gnomehier back in, same as with put library back in. Unless, I don't get it. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 21:08:42 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB4816A4E0 for ; Thu, 24 Aug 2006 21:08:42 +0000 (UTC) (envelope-from jboisvert@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6DC43D80 for ; Thu, 24 Aug 2006 21:08:33 +0000 (GMT) (envelope-from jboisvert@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so810575pye for ; Thu, 24 Aug 2006 14:08:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=npzQSyOrB+JbEsPi5rFBccqVEm7gegEdeRlQ6shF8Uqx1ZCTvtFaPrIFECTivHT4Y+gMl9ImM2oRZcKu1Xy5pDAvmNjr7FiYcBHrqYKizhib3A0xonJsI1vzAHC4aWuwMVKxZcq91LKHFlpAB4/T43LQzMZVVmiCatUuQQHVTzo= Received: by 10.35.38.17 with SMTP id q17mr3540733pyj; Thu, 24 Aug 2006 14:08:33 -0700 (PDT) Received: from smct42-189-dhcp.resnet.colorado.edu ( [128.138.42.189]) by mx.gmail.com with ESMTP id 6sm2362143nzn.2006.08.24.14.08.31; Thu, 24 Aug 2006 14:08:32 -0700 (PDT) From: Jason Boisvert To: ports@freebsd.org Date: Thu, 24 Aug 2006 15:08:25 -0600 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608241508.25839.boisvert@colorado.edu> Sender: Jason Boisvert Cc: Subject: cvsup bug X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 21:08:42 -0000 Hi FreeBSD professionals, Pls note that I received this error msg when trying to run portsdb -Uu on my gateway 450 laptop. ================================================== The error: [boisvert@kailash] ~ $ sudo portsdb -Uu Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/ports/Mk/bsd.gnome.mk", line 626: Malformed conditional (${_USE_GNOME_ALL:Mgtk20}=="") "/usr/ports/Mk/bsd.port.mk", line 5992: if-less endif make: fatal errors encountered -- cannot continue ===> games/freeciv-nox11 failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error ====================================================== ======================================================= Here is my make.conf file: [boisvert@kailash] ~ $ cat /etc/make.conf # added by use.perl 2006-05-24 16:32:54 PERL_VER=5.8.8 PERL_VERSION=5.8.8 PORTSSUPFILE=/etc/ports-supfile KERNCONF=KAILASH NO_SENDMAIL=YES CFLAGS= -O -pipe CPUTYPE=pentium-m WITH_OPTIMIZED_CFLAGS=1 WITHOUT_RUNTIME_CPUDETECTION=1 WITH_GTK2=1 WITHOUT_3DNOW=1 WITHOUT_DSP=1 WITH_DVD_DEVICE=/dev/acd0 WITH_CDROM_DEVICE=/dev/acd0 NO_LPR=true CUPS_OVERWRITE_BASE=yes ========================================================= Pls let me know if you need anything else. Jason I am running KDE 3.5.3 on 6.1-Release. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 21:14:13 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1691D16A4DA; Thu, 24 Aug 2006 21:14:13 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D16C43D6A; Thu, 24 Aug 2006 21:14:08 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 2E70A99C5CA; Thu, 24 Aug 2006 23:14:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HShugFHvcfD6; Thu, 24 Aug 2006 23:14:03 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id AA15299C546; Thu, 24 Aug 2006 23:14:03 +0200 (CEST) Message-ID: <44EE1695.7010805@FreeBSD.org> Date: Thu, 24 Aug 2006 23:13:57 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: John E Hein References: <20060814234414.GA57035@hades.panopticon> <44E194BA.2020507@FreeBSD.org> <17634.5246.887894.836856@gromit.timing.com> <20060816173628.GA14848@xor.obsecurity.org> <44ECB023.708@FreeBSD.org> <17644.50609.673610.67525@gromit.timing.com> In-Reply-To: <17644.50609.673610.67525@gromit.timing.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Kris Kennaway , babak@farrokhi.net, amdmi3@mail.ru, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org, Erwin Lansing Subject: Re: DESTDIR implementation [Was:: ATTENTION: is the way DESTDIR was introduced completely wrong?] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 21:14:13 -0000 John E Hein wrote: > Gábor Kövesdán wrote at 21:44 +0200 on Aug 23, 2006: > > Kris Kennaway wrote: > > > mount_nullfs ${PORTSDIR} ${DESTDIR}${PORTSDIR} > > > mount_nullfs ${WRKDIR} ${DESTDIR}${WRKDIR} > > > mount_devfs foo ${DESTDIR}/dev > > > chroot ${DESTDIR} cd ${.CURDIR} && make install > > > > > > A suitable version of the above should allow all ports to be installed > > > into a jail-ready filesystem hierarchy, while requiring 0 port > > > changes. > > > > Ok, I think it's time to follow this way, but have to make some parts > > clearer. For your last line, it should be > > > > chroot ${DESTDIR} cd ${.CURDIR} && make ${.TARGETDIR} > > I assume you mean .TARGET > Sure, TARGETDIR is just stuck in my mind. :) > > > since we want to run all targets chrooted. We could put this part into > > an .if defined(DESTDIR) block before the targets, but I don't know how > > to prevent running the further code, since we don't want to reach > > do-install in the host environment, but only in the chroot. I think of > > exit 0, if that's correct, or what else is better. > > So, what I mean: > > > > .if defined(DESTDIR) > > .BEGIN # We need this if not in a target > > ${MOUNT_NULLFS} ${PORTSDIR} ${DESTDIR}${PORTSDIR} > > ${MOUNT_NULLFS} ${WRKDIR} ${DESTDIR}${WRKDIR} > > ${MOUNT_DEVFS} foo ${DESTDIR}/dev > > ${CHROOT} ${DESTDIR} cd ${.CURDIR} && ${MAKE} ${.TARGETDIR} > > exit 0 > > .endif > > Each line with a command in a makefile is it's own shell. > So 'exit 0' will start a shell and exit that shell. > It will not prevent make from continuing. > > 'exit 1' (or anything that returns a non-zero code, like false) will > stop make (unless -k or -i or similar is specified), but that's not > what you want. > > > make(1) is not a very good tool for this kind of thing (a script would > probably be better), but here is one way to do this kind of two stage > make (untested, but illustrates the point): > > bsd.port.mk would have something like this: > > STAGE?= 1 > .if ${STAGE} == 1 && defined(DESTDIR) && !empty(DESTDIR) > > .MAKEFLAGS: STAGE=2 > > .BEGIN: > ${MOUNT_NULLFS} ${PORTSDIR} ${DESTDIR}${PORTSDIR} > ${MOUNT_NULLFS} ${WRKDIR} ${DESTDIR}${WRKDIR} > ${MOUNT_DEVFS} foo ${DESTDIR}/dev > ${CHROOT} ${DESTDIR} cd ${.CURDIR} && ${MAKE} ${.TARGET} > > .else > . > . > rest of bsd.port.mk > . > . > .endif > > You could put the first part into a bsd.destdir.mk and .include it > to make it look cleaner. > > Note there are other complications like unmounting the nullfs and > devfs. > What about renaming bsd.port.mk to bsd.build.mk and creating a bsd.destdir.mk. At the same time, we could make a "lightweight" bsd.index.mk, which would only contain things that are really necessary for index building. It could make the index building faster, couldn't it? The new bsd.port.mk would be something like this then: STAGE?= 1 .if target(index) .include .elif ${STAGE} == 1 && defined(DESTDIR) && !empty(DESTDIR) .include .else .include .endif This method would offer better modularization, as I mentioned the index building example. The current bsd.port.mk file is huge and it is included every time by port Makefiles, but we doesn't actually need this, e.g. index building requires only snippets from bsd.port.mk. Comments? I'm interested in the portmgr standpoint about this as well, before I start to work on it. I did some useless work in the last round, so I want to discuss things better this time. > > > The another issue I find is how we can pass variables to the chrooted > > make. E.g. if we want to set WITH_FOO in command line or in make.conf. > > And note, that we can't just pass everything, since DESTDIR should be > > unset in the chroot, otherwise we would run into infinite loop and it > > would fail due to the non-existent directories. > > Really, for these and other reasons, a script would be better. It > could be done with make(1) and bsd.port.mk, but it's probably not > worth it. > > I think it would be quite complicated with scripts as well. But anyway, I'm unsure if we really have to pass such variables. Maybe it is not used so often, and can be put into the jail's make.conf as well if really necessary. I doubt if it's worth to spam the code with ugly workarounds for this. > Again, if we do decide to go this route, we should remove all mention > of DESTDIR from Mk/*.mk (rather than pretend to support it, but > incorrectly). > Agreed. The current progress has to be completely reverted for this, only little pieces should be kept. E.g. somebody told that he likes my OSVERSION change. It is more rational that the old one. > Others have mentioned cross building. Neither proper DESTDIR support > in bsd.port.mk nor a scripted mount_nullfs & a chroot is going to be > the one thing to solve that problem. Some ports will build okay if > you give them access to cross tools (like ppc-gcc) and tell them what > target architecture to produce. Other ports will need to be taught. > Some ports might need to run intermediate native architecture tools > produced at build time in order to produce the final cross arch > product. It's not as simple as just being able to install to an > alternate location. And I don't think it matters much how ports/Mk > handles DESTDIR. There are bigger issues. > Cross-building is a hard nut to crack at all... -- Cheers, Gabor From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 21:15:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AEAF16A4DE; Thu, 24 Aug 2006 21:15:40 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao06.cox.net (centrmmtao06.cox.net [70.168.83.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0960343D69; Thu, 24 Aug 2006 21:15:38 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao06.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060824211537.QGPL17338.centrmmtao06.cox.net@eastrmimpo02.cox.net>; Thu, 24 Aug 2006 17:15:37 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id DxFb1V00h4iy4EG0000000 Thu, 24 Aug 2006 17:15:36 -0400 Date: Thu, 24 Aug 2006 16:16:05 -0500 To: "Doug Barton" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <44ED0427.6010402@bellsouth.net> <44EE116C.4010802@FreeBSD.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <44EE116C.4010802@FreeBSD.org> User-Agent: Opera Mail/9.01 (Linux) Cc: B Briggs , freebsd-ports@freebsd.org Subject: Re: portmaster patch for testing CONFLICTS and dependency list (Was: Re: portmaster and dependencies) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 21:15:40 -0000 On Thu, 24 Aug 2006 15:51:56 -0500, Doug Barton wrote: > I've created a patch that has the dependency list change, plus the > experimental work I'm doing on trying to handle alternate dependencies > via > CONFLICTS. It's at > http://dougbarton.us/portmaster-conflicts-depends.patch. > I would appreciate it if folks could at least test the dependency list > hunk > of that patch, and report back if they have any problems. As I said, it > _should_ work, but it's a non-trivial change and I don't want to screw > things up for anyone. Awsome! I can test it in the next week or so. Right now, I am working on install KDE and GNOME 2.15.x together in jail for conflict stuff by merge into a prefix. When I am done w/ it, then I can test your patch by upgrade GNOME 2.14.x to 2.15.x. It is a huge upgrade, so let's see how portmaster can handles it. :-) Cheers, Mezz > Doug -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 22:10:44 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B0DB16A4DA for ; Thu, 24 Aug 2006 22:10:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.FreeBSD.org (Postfix) with SMTP id C1B7843D46 for ; Thu, 24 Aug 2006 22:10:43 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 25159 invoked by uid 399); 24 Aug 2006 22:10:41 -0000 Received: from localhost (HELO ?192.168.0.3?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 24 Aug 2006 22:10:41 -0000 Message-ID: <44EE23DD.7050401@FreeBSD.org> Date: Thu, 24 Aug 2006 15:10:37 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Jeremy Messenger References: <44ED0427.6010402@bellsouth.net> <44EE116C.4010802@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: B Briggs , freebsd-ports@freebsd.org Subject: Re: portmaster patch for testing CONFLICTS and dependency list (Was: Re: portmaster and dependencies) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 22:10:44 -0000 Jeremy Messenger wrote: > On Thu, 24 Aug 2006 15:51:56 -0500, Doug Barton wrote: > > >> I've created a patch that has the dependency list change, plus the >> experimental work I'm doing on trying to handle alternate dependencies >> via >> CONFLICTS. It's at >> http://dougbarton.us/portmaster-conflicts-depends.patch. >> I would appreciate it if folks could at least test the dependency list >> hunk >> of that patch, and report back if they have any problems. As I said, it >> _should_ work, but it's a non-trivial change and I don't want to screw >> things up for anyone. > > Awsome! I can test it in the next week or so. Right now, I am working on > install KDE and GNOME 2.15.x together in jail for conflict stuff by > merge into a prefix. When I am done w/ it, then I can test your patch by > upgrade GNOME 2.14.x to 2.15.x. It is a huge upgrade, so let's see how > portmaster can handles it. :-) Well I did the last round of torture testing by doing basically what you're doing now, first installing gnome from scratch, then installing kde from scratch. So hopefully it will perform well. :) Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 22:33:09 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4168916A4DA for ; Thu, 24 Aug 2006 22:33:09 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF6043D6B for ; Thu, 24 Aug 2006 22:33:04 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so751507nfc for ; Thu, 24 Aug 2006 15:32:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=dQ3+zsjsFFqrH5/GAB57nQaDHAcbEDWgsAIM78gyo/VgPGHegZiA9aOFf3U0lz0LkHOhMbyAkrX5t9/6/VInma4txsJuH02fFm4Eooq2V07IisST5Nhz86p/sWrquf2BUZASkDec++gxINOz+z4dpobGxiu7HiTST9Jl85UWwVg= Received: by 10.49.55.13 with SMTP id h13mr4532566nfk; Thu, 24 Aug 2006 15:32:59 -0700 (PDT) Received: from ?192.168.123.146? ( [195.241.221.201]) by mx.gmail.com with ESMTP id p20sm5338710nfc.2006.08.24.15.32.58; Thu, 24 Aug 2006 15:32:58 -0700 (PDT) Message-ID: <44EE2919.8060004@gmail.com> Date: Fri, 25 Aug 2006 00:32:57 +0200 From: Rene Ladan User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Doug Barton References: <44ED90D6.5080303@gmail.com> <44EE12A0.9060008@FreeBSD.org> In-Reply-To: <44EE12A0.9060008@FreeBSD.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: inconsistency in portmaster's stale distfile handling X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 22:33:09 -0000 Doug Barton schreef: > Rene Ladan wrote: >> Hi, >> >> I decided to give portmaster a try to get rid of ${PORTSDIR}/INDEX*db >> and /var/db/pkg/pkgdb.db. It works quite nice, but IMO there is a >> inconsistency in the -d option: >> >> after vim got updated from 7.0.x to 7.0.66, portmaster -a -d deleted >> vim/vim-6.4.tar.bz2 (which is still an up-to-date distfile for vim6, but >> older than vim/vim-7.0.tar.bz2), but not vim/6.4.* >> >> I don't have vim6 installed, so the -d option should either not delete >> vim-6.4.tar.bz2 or remove all of vim6's distfiles, including vim/6.4.* >> If someone has both vim6 and vim7 installed, would portmaster -d also >> delete vim-6.4.tar.bz2 ? > > Yes. The stale file algorithm is very aggressive, and tries to find as many > matches as possible that could reasonably be a distfile for that package. If > you regularly run into situations where -d deletes too many files, you can > run portmaster without it and it will prompt you for whether to delete the > files or not. > The nice thing about the -d option is that I don't have to type 'y' each time :) Just mentioning this case... > hth, > > Doug > Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 05:24:20 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 397EF16A4DE for ; Fri, 25 Aug 2006 05:24:20 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EE843D4C for ; Fri, 25 Aug 2006 05:24:19 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so960241pye for ; Thu, 24 Aug 2006 22:24:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pGqm+oLyZTWDDA8k/3vuzJ33UAaMXZyIoXeK6tsNAUuL3uabty+912ME/e/sHs2KGZsvMljkwsRdCFpCJ2XXf1neFDxeuBDTy39caa1foDEK40Ke/O7Cu0y6GjPAwXIU/7l85HyutK6E5HLmsqPj9cgzUysUQyRLtThIu2H7w90= Received: by 10.35.113.12 with SMTP id q12mr4207647pym; Thu, 24 Aug 2006 22:24:18 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Thu, 24 Aug 2006 22:24:08 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 09:24:08 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: af2f1a5a069a50de Cc: FreeBSD Ports , Stanislav Sedov , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 05:24:20 -0000 On 8/25/06, Jeremy Messenger wrote: > On Thu, 24 Aug 2006 09:50:52 -0500, Andrew Pantyukhin > wrote: > > > On 8/24/06, Jeremy Messenger wrote: > >> On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin > >> wrote: > >> > >> > I can't help thinking that the way we're trying to deal with > >> > locale directories is far from optimal. IMHO, there are > >> > several ways to improve the state of things: > >> > >> I think the current how we handle locale is a bit silly, so I personal > >> in > >> favor of create localehier like misc/gnomehier than four suggested > >> below.. > >> Honestly, I would be more rather to put mtree that is for ports in > >> somewhere of /usr/ports/ than /etc/mtree/ that way any version of > >> FreeBSD > >> won't have any of left over directories problem. > > > > It's a good idea, but we're back at the second question - > > what if someone fancies to pkg_delete -xf gnomehier? > > There will be no way to get a clean system after that > > other than by reinstalling gnomehier and deleting it after > > all the ports requiring it. > > Why would someone want to delete it when it is need? Same things with why > would someone delete library when apps need it? I think it's not our > problem as I haven't seen anyone do that with gnomehier. Okay, another example. Like Stanislav said, imagine you've installed gnomehier into PREFIX=A and now you're installing gfoo into PREFIX=B (A!=B). How will gnomehier ensure that when both gfoo and gnomehier are deinstalled, nothing is left behind? From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 05:44:24 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3210F16A4DA for ; Fri, 25 Aug 2006 05:44:24 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2468F43D46 for ; Fri, 25 Aug 2006 05:44:23 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so966481pye for ; Thu, 24 Aug 2006 22:44:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=l6SXP5Ji8PW2CF342DX5bTmKjzTpOhTDXnjmTmnMR+pLZUSQrqQzVKdeB4Yn8B3O9ijkjnzk1I1fpOKUlBzndF+nQS1qaVbG6vBlKfCgaqzExsuqXy3uz+dbvGMj6PYLbB/gFzhHZsmSYIFrgq04e6uk/qn4jD+LEjjCVGeFCUY= Received: by 10.35.78.13 with SMTP id f13mr4294932pyl; Thu, 24 Aug 2006 22:44:22 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Thu, 24 Aug 2006 22:44:12 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 09:44:12 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Stanislav Sedov" In-Reply-To: <20060824223619.2c8593ee@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060824224521.300b2185@localhost> <20060824223619.2c8593ee@localhost> X-Google-Sender-Auth: d09a735438c05219 Cc: Jeremy Messenger , freebsd-ports@freebsd.org, portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 05:44:24 -0000 On 8/24/06, Stanislav Sedov wrote: > On Fri, 25 Aug 2006 00:09:33 +0400 > "Andrew Pantyukhin" mentioned: > > Again, you don't really mean it. Try installing any p5 port into > > a non-localbase prefix, and you'll see that lib/perl5 and Co. will > > be left over after deinstall. Even if you suppose that all ports > > respect PREFIX (which many of them don't), it's not a simple > > task to deal with non-mtree left-overs. I would very much like to > > think that your locale effort is a step towards a better world, > > but it really appears to be a step nowhere at all. I hope I'm too > > short-sighted and mistaken. > > Didn't I say the same? ;-) You are not quite right, most of ports > respect PREFIX and remove all directories they creates. Okay, did you really try a full run on a current ports tree? When you're talking thousands "most" does not mean "all but a tiny part". There are plans to add PREFIX-related checks to pointyhat, but until that happens, battling for clean plists is a lost cause. > I can't really > say why perl/ruby ports don't do this - it may be inaccurate commits, PRs > etc. When creating ocaml framework I've added stubs to automatically > add shared dirs into PLIST. Probably, ruby and perl frameworks require > the same step forward. They don't do this because they've never done it before. It's in our history books. I'm not saying that what you're striving to do is wrong, I'm just saying you're going the wrong way. We've been trying to move perl stuff out of b.p.m for over three years now, and we'll do it eventually, but you should understand that neither thousands of problem reports, nor clear vision can solve a problem all by themselves. It's coordination of efforts, continuous discussion, painstaking testing and lots of other things that make it all happen. But I'm not trying to get personal here, Stanislav. I can only hope your future mentor will teach you right from wrong and direct your exceptional vigor best. I'm just trying to start a discussion and maybe together we'll find an "open shortest path". From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 09:09:33 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5137D16A506 for ; Fri, 25 Aug 2006 09:09:33 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id C755743D53 for ; Fri, 25 Aug 2006 09:09:32 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp2-g19.free.fr (Postfix) with ESMTP id EB3CA75BC4; Fri, 25 Aug 2006 11:09:31 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id D642611667; Fri, 25 Aug 2006 11:09:30 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 86553-02; Fri, 25 Aug 2006 11:09:24 +0200 (CEST) Received: from cream.stl.xbsd.org (cream.xbsd.org [193.120.13.130]) by smtp.xbsd.org (Postfix) with ESMTP id F373811419; Fri, 25 Aug 2006 11:09:23 +0200 (CEST) From: Florent Thoumie To: Joey Mingrone In-Reply-To: References: <44ECBBFD.1090200@bitfreak.org> <1156369286.80319.5.camel@localhost> <44ED1817.9060807@bitfreak.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-toCSwZ2iJ2psH2sHP4ts" Date: Fri, 25 Aug 2006 10:09:20 +0100 Message-Id: <1156496960.80319.25.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@freebsd.org, Darren Pilgrim Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 09:09:33 -0000 --=-toCSwZ2iJ2psH2sHP4ts Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-08-24 at 10:13 -0300, Joey Mingrone wrote: > Hey guys, >=20 > Resetting the configuration did allow me to install iwi-firmware. > Thanks Darren. >=20 > I've tried the docs at: > http://damien.bergamini.free.fr/ipw/iwi-freebsd.html but they don't > seem to apply? >=20 > I added iwi_enable=3D"YES" to /etc/rc.conf and tried running '> > /etc/rc.d/iwi start' and the output is: >=20 > Starting iwi [iwi0:bss]iwicontrol: Can't load firmware to driver: > Device not configured >=20 > Any suggestions? Is there any documentation I'm missing? What does 'ifconfig iwi0' shows? iwi0 has to exist before you call the script. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-toCSwZ2iJ2psH2sHP4ts Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBE7r5AMxEkbVFH3PQRAuITAJ46UoZ46tnWgwKVlb+KBgelNdQOPACdGTJW fn+3cQ1U9fwq+zWvKJ0hNvw= =2v8a -----END PGP SIGNATURE----- --=-toCSwZ2iJ2psH2sHP4ts-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 11:56:52 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A98116A4DA for ; Fri, 25 Aug 2006 11:56:52 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0B443D45 for ; Fri, 25 Aug 2006 11:56:51 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id DF6C718181; Fri, 25 Aug 2006 14:56:49 +0300 (EEST) Date: Fri, 25 Aug 2006 14:56:49 +0300 From: Ion-Mihai "IOnut" Tetcu To: Jason Boisvert Message-ID: <20060825145649.4bec2783@it.buh.tecnik93.com> In-Reply-To: <200608241508.25839.boisvert@colorado.edu> References: <200608241508.25839.boisvert@colorado.edu> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_cNEw2NEqtJtWZz9I2AdG7Hj; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: ports@freebsd.org Subject: WITHOUT_X11 and games/freecviv, gnome (was: Re: cvsup bug) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 11:56:52 -0000 --Sig_cNEw2NEqtJtWZz9I2AdG7Hj Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 24 Aug 2006 15:08:25 -0600 Jason Boisvert wrote: > Hi FreeBSD professionals, >=20 >=20 > Pls note that I received this error msg when trying to run portsdb > -Uu on my gateway 450 laptop. >=20 >=20 >=20 > =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 > The error: >=20 > [boisvert@kailash] ~ $ sudo portsdb -Uu > Updating the ports index ... Generating INDEX.tmp - please=20 > wait.."/usr/ports/Mk/bsd.gnome.mk", line 626: Malformed conditional=20 > (${_USE_GNOME_ALL:Mgtk20}=3D=3D"") > "/usr/ports/Mk/bsd.port.mk", line 5992: if-less endif > make: fatal errors encountered -- cannot continue > =3D=3D=3D> games/freeciv-nox11 failed > *** Error code 1 > 1 error This is not a cvsup bug but something either in that port or in gnome infrastructure. For me it happens if I have WITHOUT_X11 defined in make.conf, could you please confirm this ? Also please comment out your WIHT* from your make.conf one by one and see which triggers this. [ ... ] > [boisvert@kailash] ~ $ cat /etc/make.conf > # added by use.perl 2006-05-24 16:32:54 > PERL_VER=3D5.8.8 > PERL_VERSION=3D5.8.8 >=20 > PORTSSUPFILE=3D/etc/ports-supfile > KERNCONF=3DKAILASH > NO_SENDMAIL=3DYES > CFLAGS=3D -O -pipe > CPUTYPE=3Dpentium-m > WITH_OPTIMIZED_CFLAGS=3D1 > WITHOUT_RUNTIME_CPUDETECTION=3D1 > WITH_GTK2=3D1 > WITHOUT_3DNOW=3D1 > WITHOUT_DSP=3D1 > WITH_DVD_DEVICE=3D/dev/acd0 > WITH_CDROM_DEVICE=3D/dev/acd0 > NO_LPR=3Dtrue > CUPS_OVERWRITE_BASE=3Dyes --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #339: manager in the cable duct --Sig_cNEw2NEqtJtWZz9I2AdG7Hj Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD4DBQFE7uWBBX6fi0k6KXsRAkT1AJistf1apiIKeGNanPIE5OE2VwBxAKCjjhTN VVVCVrffckUW6D4VTXosjw== =KozL -----END PGP SIGNATURE----- --Sig_cNEw2NEqtJtWZz9I2AdG7Hj-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 12:54:38 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C855A16A4E1 for ; Fri, 25 Aug 2006 12:54:38 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from wr-out-f131.google.com (wr-out-f131.google.com [64.233.184.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D1F943D45 for ; Fri, 25 Aug 2006 12:54:38 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by wr-out-f131.google.com with SMTP id 10so52285wrs for ; Fri, 25 Aug 2006 05:54:37 -0700 (PDT) Received: by 10.65.112.5 with SMTP id p5mr3646804qbm; Fri, 25 Aug 2006 05:54:37 -0700 (PDT) Received: by 10.65.239.2 with HTTP; Fri, 25 Aug 2006 05:54:37 -0700 (PDT) Message-ID: Date: Fri, 25 Aug 2006 09:54:37 -0300 From: "Joey Mingrone" To: "Florent Thoumie" In-Reply-To: <1156496960.80319.25.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44ECBBFD.1090200@bitfreak.org> <1156369286.80319.5.camel@localhost> <44ED1817.9060807@bitfreak.org> <1156496960.80319.25.camel@localhost> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 12:54:38 -0000 > What does 'ifconfig iwi0' shows? iwi0 has to exist before you call the > script. > No, iwi0 doesn't exist. Nothing under ifconfig or 'dmesg | grep iwi' Is the kernel module an option, or should I build a new kenel? From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 15:15:09 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1AAC16A4DA for ; Fri, 25 Aug 2006 15:15:09 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBC343D49 for ; Fri, 25 Aug 2006 15:15:08 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from smtp.xbsd.org (unknown [82.233.2.192]) by smtp2-g19.free.fr (Postfix) with ESMTP id 19FDE3F0A3; Fri, 25 Aug 2006 17:15:08 +0200 (CEST) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 247D71165D; Fri, 25 Aug 2006 17:15:08 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88127-07; Fri, 25 Aug 2006 17:15:03 +0200 (CEST) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id DC6831141E; Fri, 25 Aug 2006 17:15:02 +0200 (CEST) From: Florent Thoumie To: Joey Mingrone In-Reply-To: References: <44ECBBFD.1090200@bitfreak.org> <1156369286.80319.5.camel@localhost> <44ED1817.9060807@bitfreak.org> <1156496960.80319.25.camel@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-x3M3UotJYBqiOwrlYACg" Date: Fri, 25 Aug 2006 16:14:59 +0100 Message-Id: <1156518899.87099.5.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@freebsd.org Subject: Re: FreeBSD Port: iwi-firmware-2.4_7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 15:15:09 -0000 --=-x3M3UotJYBqiOwrlYACg Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-08-25 at 09:54 -0300, Joey Mingrone wrote: > > What does 'ifconfig iwi0' shows? iwi0 has to exist before you call the > > script. > > >=20 > No, iwi0 doesn't exist. Nothing under ifconfig or 'dmesg | grep iwi' > Is the kernel module an option, or should I build a new kenel? Either add if_iwi_load=3D"YES" in /boot/loader.conf or build a new kernel with "device iwi". --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer --=-x3M3UotJYBqiOwrlYACg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBE7xPzMxEkbVFH3PQRAkBKAJ9nUvAFqtaz/Im+AQNgzwlLYhcqOACgiHzz neKdC1MSUenzRFJ9ana+Hlw= =p/2+ -----END PGP SIGNATURE----- --=-x3M3UotJYBqiOwrlYACg-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 17:30:28 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA94116A4DA; Fri, 25 Aug 2006 17:30:28 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao03.cox.net (centrmmtao03.cox.net [70.168.83.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id F05AC43D46; Fri, 25 Aug 2006 17:30:27 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao03.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060825173026.ZIMH27431.centrmmtao03.cox.net@eastrmimpo02.cox.net>; Fri, 25 Aug 2006 13:30:26 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id EHWQ1V00K4iy4EG0000000 Fri, 25 Aug 2006 13:30:24 -0400 Date: Fri, 25 Aug 2006 12:30:58 -0500 To: "Andrew Pantyukhin" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: User-Agent: Opera Mail/9.01 (Linux) Cc: FreeBSD Ports , Stanislav Sedov , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 17:30:28 -0000 On Fri, 25 Aug 2006 00:24:08 -0500, Andrew Pantyukhin = wrote: > On 8/25/06, Jeremy Messenger wrote: >> On Thu, 24 Aug 2006 09:50:52 -0500, Andrew Pantyukhin >> wrote: >> >> > On 8/24/06, Jeremy Messenger wrote: >> >> On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin >> >> wrote: >> >> >> >> > I can't help thinking that the way we're trying to deal with >> >> > locale directories is far from optimal. IMHO, there are >> >> > several ways to improve the state of things: >> >> >> >> I think the current how we handle locale is a bit silly, so I = >> personal >> >> in >> >> favor of create localehier like misc/gnomehier than four suggested= >> >> below.. >> >> Honestly, I would be more rather to put mtree that is for ports in= >> >> somewhere of /usr/ports/ than /etc/mtree/ that way any version of >> >> FreeBSD >> >> won't have any of left over directories problem. >> > >> > It's a good idea, but we're back at the second question - >> > what if someone fancies to pkg_delete -xf gnomehier? >> > There will be no way to get a clean system after that >> > other than by reinstalling gnomehier and deleting it after >> > all the ports requiring it. >> >> Why would someone want to delete it when it is need? Same things with= = >> why >> would someone delete library when apps need it? I think it's not our >> problem as I haven't seen anyone do that with gnomehier. > > Okay, another example. Like Stanislav said, imagine you've > installed gnomehier into PREFIX=3DA and now you're installing > gfoo into PREFIX=3DB (A!=3DB). How will gnomehier ensure that > when both gfoo and gnomehier are deinstalled, nothing is left > behind? Okay, good point. I haven't check in your four suggests again.... So... = I = was thinking about maybe can do something like what we (FreeBSD GNOME = Team) did with INSTALLS_OMF in bsd.gnome.mk (747 line). Tweak it then pu= t = it under USE_GETTEXT or create a new one called INSTALLS_LOCALE. I think= , = it should works very well. Cheers, Mezz -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 19:19:56 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70EC16A4E0; Fri, 25 Aug 2006 19:19:55 +0000 (UTC) (envelope-from rcbdyndns@bellsouth.net) Received: from imf21aec.mail.bellsouth.net (imf21aec.mail.bellsouth.net [205.152.59.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF35443D49; Fri, 25 Aug 2006 19:19:54 +0000 (GMT) (envelope-from rcbdyndns@bellsouth.net) Received: from ibm63aec.bellsouth.net ([66.21.214.119]) by imf21aec.mail.bellsouth.net with ESMTP id <20060825191936.DRLN23721.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net>; Fri, 25 Aug 2006 15:19:36 -0400 Received: from [192.168.0.102] (really [66.21.214.119]) by ibm63aec.bellsouth.net with ESMTP id <20060825191935.ZRBQ6250.ibm63aec.bellsouth.net@[192.168.0.102]>; Fri, 25 Aug 2006 15:19:35 -0400 Message-ID: <44EF4D46.6020707@bellsouth.net> Date: Fri, 25 Aug 2006 14:19:34 -0500 From: B Briggs User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portmaster patch for testing CONFLICTS and dependency list (Was: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 19:19:56 -0000 Doug Barton wrote: > B Briggs wrote: [snip] >> Unfortunately my ports were up to date except for openoffice.org-2.0 >> which I had listed as HOLD_PKGS in pkgtools.conf. Anyway, I let it run >> and it stopped because it wanted to install linux-sun-jdk14 (You get the >> manual fetch message in IGNORE=), which I had only used as a bootstrap to >> get the native jdk15 installed, then later removed the linux version and >> its distfile. >> >> Looked back at prior threads and it looks like someone mentioned this >> about 3 weeks ago. > > I seem to have missed this message, sorry about that. > Here: http://lists.freebsd.org/pipermail/freebsd-ports/2006-August/034430.html >> I was just wondering if there was any progress along these lines. >> >> FWIW, I changed the script on line 435 from dep_port_list=`make >> $MAKE_ARGS all-depends-list` to dep_port_list=`make $MAKE_ARGS >> run-depends-list && make $MAKE_ARGS build-depends-list` > > That's a very interesting idea, which I have now done some testing on (with > a slightly different version of the patch). An examination of the code in > bsd.port.mk indicates that not only should this work, it also has several > advantages. Not the least of which is that it should be faster, and it > should avoid building dependencies that the user doesn't actually need, > either because of the case you documented here, or because 'make config' in > a dependent port would eliminate the need for that port. Frankly, I wish > I'd thought of this. :) > I've been running this for at least 2-3 days now, No problems whatsoever. [snip] > I've created a patch that has the dependency list change, plus the > experimental work I'm doing on trying to handle alternate dependencies via > CONFLICTS. It's at http://dougbarton.us/portmaster-conflicts-depends.patch. > I would appreciate it if folks could at least test the dependency list hunk > of that patch, and report back if they have any problems. As I said, it > _should_ work, but it's a non-trivial change and I don't want to screw > things up for anyone. > > Doug > Like I said, running for a few days now, and no problems. The main difference that I can see is what happens with +REQUIRED_BY with portupgrade tools. For instance: make deinstall && make install does not seem to update +REQUIRED_BY, neither does make deinstall && portmaster /usr/ports/X/Y - there is no +REQUIRED_BY after make deinstall. (This is probably because of make). The only way to get REQUIRED_BY back is to run pkgdb -F, and I want to remove portupgrade. So the question is, is REQUIRED_BY just a portupgrade thing? If so, then I'd make a request that portmaster only uses the IMMEDIATE requirements in that file, run depends list and build depends list or maybe just run depends list. bitstream-vera is listed on a bunch of my ports in REQUIRED_BY files, but it's only required in xorg-fonts-ttfonts to run, and this comes from the x11/xorg metaport. On the other hand, if +REQUIRED_BY is used for packages, then I can understand the recursive dependency. Bottom line is that it's much more meaningful to me to see the direct dependencies. The -list targets have confused me for a few days. It looks like what portupgrade uses in REQUIRED_BY is equivalent to the output in make pretty-print-run-depends-list. In addition to these: pretty-print-build-depends-list package-depends-list all-depends-list run-depends-list build-depends-list, Seems to me that all-depends-list recurses as far as it can until all possibilities are exhausted. pretty-print-*-depends-list seem to come from INDEX-*, but I can't see how far it recurses (at least 1 level, but probably no more than 2). Looks like pretty-print-run-depends-list is what is shown in freebsd.org/ports run-depends-list and build-depends-list seem to be what is needed for portmaster (so far, unless anyone finds any other problems). I'd like to say again that this is a nicely written script; I'm just a c/c++/perl programmer with little experience in /bin/sh, but I found it particularly easy to read portmaster.sh. -- Bo Briggs From owner-freebsd-ports@FreeBSD.ORG Fri Aug 25 20:58:30 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DB8816A4DD; Fri, 25 Aug 2006 20:58:30 +0000 (UTC) (envelope-from rcbdyndns@bellsouth.net) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8987A43D7E; Fri, 25 Aug 2006 20:58:24 +0000 (GMT) (envelope-from rcbdyndns@bellsouth.net) Received: from ibm59aec.bellsouth.net ([66.21.214.119]) by imf18aec.mail.bellsouth.net with ESMTP id <20060825205823.DMYH16267.imf18aec.mail.bellsouth.net@ibm59aec.bellsouth.net>; Fri, 25 Aug 2006 16:58:23 -0400 Received: from [192.168.0.102] (really [66.21.214.119]) by ibm59aec.bellsouth.net with ESMTP id <20060825205823.GFIM21151.ibm59aec.bellsouth.net@[192.168.0.102]>; Fri, 25 Aug 2006 16:58:23 -0400 Message-ID: <44EF646D.1060805@bellsouth.net> Date: Fri, 25 Aug 2006 15:58:21 -0500 From: B Briggs User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portmaster patch for testing CONFLICTS and dependency list (Was: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 20:58:30 -0000 Sorry to have to reply to my own post, but: B Briggs wrote: > Like I said, running for a few days now, and no problems. The main > difference that I can see is what happens with +REQUIRED_BY with > portupgrade tools. For instance: > make deinstall && make install does not seem to update +REQUIRED_BY, > neither does make deinstall && portmaster /usr/ports/X/Y - there is no > +REQUIRED_BY after make deinstall. (This is probably because of make). > The only way to get REQUIRED_BY back is to run pkgdb -F, and I want to > remove portupgrade. So the question is, is REQUIRED_BY just a > portupgrade thing? If so, then I'd make a request that portmaster only > uses the IMMEDIATE requirements in that file, run depends list and build > depends list or maybe just run depends list. bitstream-vera is listed on > a bunch of my ports in REQUIRED_BY files, but it's only required in > xorg-fonts-ttfonts to run, and this comes from the x11/xorg metaport. On > the other hand, if +REQUIRED_BY is used for packages, then I can > understand the recursive dependency. Bottom line is that it's much more > meaningful to me to see the direct dependencies. What I meant to say is that all of the +REQUIRED_BY files of the dependant port are updated in this manner, not that the IMMEDIATE requirements of the port are placed in its +REQUIRED_BY file. Sorry for any confusion. As an example of bitstream-vera, I can remove it using make deinstall. Firefox lists it as a dependency in +REQUIRED_BY, but it's not listed in make build-depends-list run-depends-list. Firefox will run just fine without it (albeit with crummy fonts) [snip] From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 05:54:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4264416A4DA for ; Sat, 26 Aug 2006 05:54:09 +0000 (UTC) (envelope-from karel.miklav@siol.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D95343D45 for ; Sat, 26 Aug 2006 05:54:07 +0000 (GMT) (envelope-from karel.miklav@siol.net) Received: from edge2.siol.net ([10.10.10.211]) by mta1.siol.net with ESMTP id <20060826055406.MQTX4387.mta1.siol.net@edge2.siol.net>; Sat, 26 Aug 2006 07:54:06 +0200 Received: from [192.168.0.149] (really [86.61.15.113]) by edge2.siol.net with ESMTP id <20060826055406.NQZ16872.edge2.siol.net@[192.168.0.149]>; Sat, 26 Aug 2006 07:54:06 +0200 Message-ID: <44EFE1F6.40505@siol.net> Date: Sat, 26 Aug 2006 07:53:58 +0200 From: Karel Miklav User-Agent: Thunderbird 1.5.0.4 (X11/20060618) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Boris Samorodov Subject: Problem with man pages: fsf-funding.7, gfdl.7, gpl.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 05:54:09 -0000 The GCC compiler suite includes above mentioned man pages. Current GCC ports just remove them after installation. I'd like to keep them installed in a non-conflicting manner, but versioning doesn't seem like the best idea: man 7 gpl-gnat-gcc41? Or: man 7 fsf-funding-gnat-gcc41? What do you think? Do I have other options? -- Regards, Karel Miklav From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 06:12:58 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77CEB16A4E0 for ; Sat, 26 Aug 2006 06:12:58 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA4243D45 for ; Sat, 26 Aug 2006 06:12:57 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1421634pye for ; Fri, 25 Aug 2006 23:12:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lkKpVpfi8TbIxHKuDJxKgSMLyUgEa0M5g41D3Rv1ySnjWXppEfoaMa+8E5Rcx4w1sTBZQwnNrZfMEY7V9FAN/YjZyn09ZwjIO5a1Tvm+/K+yQ037zxevdee1JrlWP+5ItWPi50ELZG0u/UKTLGsheQeQ2lVTuzsZT61yOQW7uUg= Received: by 10.35.61.14 with SMTP id o14mr6809303pyk; Fri, 25 Aug 2006 23:12:57 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Fri, 25 Aug 2006 23:12:57 -0700 (PDT) Message-ID: Date: Sat, 26 Aug 2006 10:12:57 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Stanislav Sedov" In-Reply-To: <20060824225401.16cf1c19@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060824225401.16cf1c19@localhost> X-Google-Sender-Auth: 7f49b0d03cc9eb76 Cc: othermark , freebsd-ports@freebsd.org Subject: Re: Question on respecting PREFIX, LOCALBASE, SITE_PERL, etc... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 06:12:58 -0000 On 8/24/06, Stanislav Sedov wrote: > On Thu, 24 Aug 2006 10:19:40 -0700 > othermark mentioned: > > > I have a port that I'm working on that, in addition to the binaries it > > generates, it generates the following: > > > > - C api, includes, libraries > > - perl api > > - tcl api > > - python api > > > > it also has java and rexx extensions, but I'm not going to add those until > > later. > > > > My question revolves around respecting both PREFIX and stuff like TCL_LIBDIR > > and SITE_PERL. I want the port to be heir(7) compliant, but I'm also > > patching the install to put perl, tcl, and python modules in the > > TCL/PERL/PYTHON respective site library repositories. > > > > So when the operator uses make PREFIX=/somedir do I rigorously plop > > everthing under PREFIX and patch the TCL/PERL/PYTHON destinations to match, > > or do I go ahead and plop those in the SITE_PERL, PYTHON_SITELIBDIR, etc > > actual locations on the box? > > > > Doing everything under PREFIX makes it easier to properly form the pkg-list, > > but that can be coded around to. > > > > You certainly should respect PREFIX, but now PERL/ruby/tcl etc > frameworks don't do this well. So don't think about this now and > install everything under SITE_PERL etc. Somebody should take a > look on these frameworks and fix them, then your port will be > PREFIX clean without your interaction. It's a framework problem, > not your port's. AFAIK, only ocaml framework handles it properly now. Please, man :-) Look this up: PYTHONPREFIX_SITELIBDIR SITE_PERL_REL As for Tcl, you can install it into ${PREFIX}/{include,lib}/${PORTNAME} From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 06:36:58 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD9716A4DA; Sat, 26 Aug 2006 06:36:58 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B76E743D45; Sat, 26 Aug 2006 06:36:57 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.31] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GGrmo-0000Kv-J0; Sat, 26 Aug 2006 10:36:55 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id A74411146F; Sat, 26 Aug 2006 10:36:28 +0400 (MSD) Date: Sat, 26 Aug 2006 10:36:23 +0400 From: Stanislav Sedov To: "Andrew Pantyukhin" Message-ID: <20060826103623.2bf0f7dd@localhost> In-Reply-To: References: <20060824225401.16cf1c19@localhost> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_fL9l655EVKh=xjGeVbpX7Q+"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: othermark , freebsd-ports@freebsd.org Subject: Re: Question on respecting PREFIX, LOCALBASE, SITE_PERL, etc... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 06:36:58 -0000 --Sig_fL9l655EVKh=xjGeVbpX7Q+ Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Sat, 26 Aug 2006 10:12:57 +0400 "Andrew Pantyukhin" mentioned: >=20 > Please, man :-) Look this up: > PYTHONPREFIX_SITELIBDIR > SITE_PERL_REL >=20 > As for Tcl, you can install it into ${PREFIX}/{include,lib}/${PORTNAME} >=20 >=20 Ok, sorry if it offended someone. This was induced by recent discussion about p5- ports not respecting PREFIX. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_fL9l655EVKh=xjGeVbpX7Q+ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE7+vsK/VZk+smlYERAj70AJ9QpDy4sHnbEBHkpT3V7rmPFO/ciACfXiqk Ss+hUaRk9vy9jcn7PcW/1M8= =lO49 -----END PGP SIGNATURE----- --Sig_fL9l655EVKh=xjGeVbpX7Q+-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 06:49:59 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D01716A4DE for ; Sat, 26 Aug 2006 06:49:59 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B2B43D45 for ; Sat, 26 Aug 2006 06:49:59 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.31] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GGrzO-0001XQ-Cr for freebsd-ports@freebsd.org; Sat, 26 Aug 2006 10:49:58 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id EEF6211B6B for ; Sat, 26 Aug 2006 10:49:28 +0400 (MSD) Date: Sat, 26 Aug 2006 10:49:28 +0400 From: Stanislav Sedov To: freebsd-ports@freebsd.org Message-ID: <20060826104928.16b4a5a1@localhost> In-Reply-To: <44EFE1F6.40505@siol.net> References: <44EFE1F6.40505@siol.net> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_yTf6wL9ppw0kj.=LseqA_jB"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Subject: Re: Problem with man pages: fsf-funding.7, gfdl.7, gpl.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 06:49:59 -0000 --Sig_yTf6wL9ppw0kj.=LseqA_jB Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Sat, 26 Aug 2006 07:53:58 +0200 Karel Miklav mentioned: > The GCC compiler suite includes above mentioned man pages. Current GCC=20 > ports just remove them after installation. I'd like to keep them=20 > installed in a non-conflicting manner, but versioning doesn't seem like=20 > the best idea: man 7 gpl-gnat-gcc41? Or: man 7 fsf-funding-gnat-gcc41? >=20 > What do you think? Do I have other options? devel/powerpc-gcc port leaves them by installing into different prefix. In your case I see no other solution besides versioning. It seems to me not very bad idea to appeal to versioned man-page for versioned gcc - it looks quite natural. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_yTf6wL9ppw0kj.=LseqA_jB Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE7+74K/VZk+smlYERAqD1AJ4pQY6R8aPDwor6ktcJhsaZWPMmZACfVqml qgmD+iir/3chMM09f7zvRpI= =rxyT -----END PGP SIGNATURE----- --Sig_yTf6wL9ppw0kj.=LseqA_jB-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 06:57:39 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 564A416A4DD; Sat, 26 Aug 2006 06:57:39 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9CA443D49; Sat, 26 Aug 2006 06:57:38 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.31] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GGs6q-0002Ng-8j; Sat, 26 Aug 2006 10:57:37 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id B649C1146F; Sat, 26 Aug 2006 10:57:02 +0400 (MSD) Date: Sat, 26 Aug 2006 10:57:02 +0400 From: Stanislav Sedov To: freebsd-ports@freebsd.org, "Jeremy Messenger" , "Andrew Pantyukhin" , portmgr@freebsd.org Message-ID: <20060826105702.2e0bfc74@localhost> In-Reply-To: References: Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_TvY.SYFG+7wR75YMDq8JUkf; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: Subject: Re: BSD.local.dist - share/locale X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 06:57:39 -0000 --Sig_TvY.SYFG+7wR75YMDq8JUkf Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Fri, 25 Aug 2006 12:30:58 -0500 "Jeremy Messenger" mentioned: > Okay, good point. I haven't check in your four suggests again.... So... I= =20 > was thinking about maybe can do something like what we (FreeBSD GNOME =20 > Team) did with INSTALLS_OMF in bsd.gnome.mk (747 line). Tweak it then put= =20 > it under USE_GETTEXT or create a new one called INSTALLS_LOCALE. I think,= =20 > it should works very well. Good solution. IMHO, adding new knob is more right, since the port may require GETTEXT by don't install locale files, though both solutions will work well. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_TvY.SYFG+7wR75YMDq8JUkf Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE7/C+K/VZk+smlYERAs8oAJ9bpHbUDCijhkoYLDZqm2XMTO7eyQCfUPEq BD06g9wLJUd51DFES5eF9aU= =s5J4 -----END PGP SIGNATURE----- --Sig_TvY.SYFG+7wR75YMDq8JUkf-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 07:39:24 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B618A16A4DA; Sat, 26 Aug 2006 07:39:24 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao05.cox.net (centrmmtao05.cox.net [70.168.83.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EC943D49; Sat, 26 Aug 2006 07:39:23 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by centrmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060826073923.NULG8328.centrmmtao05.cox.net@eastrmimpo01.cox.net>; Sat, 26 Aug 2006 03:39:23 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id EXfK1V00T4iy4EG0000000 Sat, 26 Aug 2006 03:39:20 -0400 To: "Till Haselmann" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <8BB27300-498C-49E2-AAFF-541CBC96F907@computernoma.de> Content-Transfer-Encoding: Quoted-Printable Date: Sat, 26 Aug 2006 02:39:58 -0500 Message-ID: In-Reply-To: User-Agent: Opera Mail/9.01 (Linux) Cc: ports@freebsd.org, multimedia@freebsd.org Subject: Re: FreeBSD Port: handbrake-0.7.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 07:39:24 -0000 On Thu, 24 Aug 2006 08:40:48 -0500, Jeremy Messenger wro= te: > On Thu, 24 Aug 2006 07:42:29 -0500, Till Haselmann = > wrote: > >> Dear multimedia team: >> >> I have built Handbrake successfully using the old port (0.7.1) but >> cannot get it to compile with the new version 0.7.1_1. The output >> from portupgrade is as attached to this email. >> >> Apparently, I have problems compiling the libhb (which I figure is a >> handbrake library?). What's the problem here? How can I fix it? I >> have already tried a make distclean but to no avail. > > The update of x264 has broken a few of ports' build, so ahze has fixed= = > most of them. Looks like handbrake is missed. I won't be able to check= = > how to fix it until this evening or tomorrow (have classes today). I have committed a fix, so give it a shot. Cheers, Mezz > Cheers, > Mezz > >> Regards, >> Till. >> >> Till Haselmann >> haselmann@computernoma.de >> ICQ: 62868533 | AIM / Skype: computernomade >> >> http://www.computernoma.de << >> >> >>> ---> Upgrading 'handbrake-0.7.1' to >>> 'handbrake-0.7.1_1' (multimedia/handbrake) >>> ---> Building '/usr/ports/multimedia/handbrake' >>> =3D=3D=3D> Cleaning for jam-2.5_2 >>> =3D=3D=3D> Cleaning for liba52-0.7.4_1 >>> =3D=3D=3D> Cleaning for libdvdcss-1.2.9_2 >>> =3D=3D=3D> Cleaning for libdvdread-0.9.4_1 >>> =3D=3D=3D> Cleaning for faac-1.24_6 >>> =3D=3D=3D> Cleaning for lame-3.96.1 >>> =3D=3D=3D> Cleaning for mpeg4ip-libmp4v2-1.5.0.1 >>> =3D=3D=3D> Cleaning for libmpeg2-0.4.0b_2 >>> =3D=3D=3D> Cleaning for libogg-1.1.3,3 >>> =3D=3D=3D> Cleaning for libsamplerate-0.1.2_2 >>> =3D=3D=3D> Cleaning for libvorbis-1.1.2,3 >>> =3D=3D=3D> Cleaning for xvid-1.1.0,1 >>> =3D=3D=3D> Cleaning for x264-0.0.20060808 >>> =3D=3D=3D> Cleaning for ffmpeg-devel-0.4.9.c.2006032300_2 >>> =3D=3D=3D> Cleaning for unzip-5.52_2 >>> =3D=3D=3D> Cleaning for djbfft-0.76_2 >>> =3D=3D=3D> Cleaning for gmake-3.81_1 >>> =3D=3D=3D> Cleaning for automake-1.5_2,1 >>> =3D=3D=3D> Cleaning for autoconf-2.59_2 >>> =3D=3D=3D> Cleaning for libtool-1.5.22_2 >>> =3D=3D=3D> Cleaning for nasm-0.98.39,1 >>> =3D=3D=3D> Cleaning for xorg-libraries-6.9.0 >>> =3D=3D=3D> Cleaning for pkg-config-0.20_2 >>> =3D=3D=3D> Cleaning for libsndfile-1.0.16 >>> =3D=3D=3D> Cleaning for fftw3-3.1.2 >>> =3D=3D=3D> Cleaning for gpac-libgpac-0.4.2.r2,1 >>> =3D=3D=3D> Cleaning for ldconfig_compat-1.0_8 >>> =3D=3D=3D> Cleaning for texi2html-1.76_1,1 >>> =3D=3D=3D> Cleaning for freetype2-2.1.10_5 >>> =3D=3D=3D> Cleaning for gettext-0.14.5_2 >>> =3D=3D=3D> Cleaning for perl-5.8.8 >>> =3D=3D=3D> Cleaning for autoconf-2.53_3 >>> =3D=3D=3D> Cleaning for m4-1.4.4 >>> =3D=3D=3D> Cleaning for help2man-1.36.4_1 >>> =3D=3D=3D> Cleaning for imake-6.9.0 >>> =3D=3D=3D> Cleaning for libdrm-2.0.2 >>> =3D=3D=3D> Cleaning for fontconfig-2.3.2_5,1 >>> =3D=3D=3D> Cleaning for flac-1.1.2_1 >>> =3D=3D=3D> Cleaning for libiconv-1.9.2_2 >>> =3D=3D=3D> Cleaning for p5-gettext-1.05_1 >>> =3D=3D=3D> Cleaning for expat-2.0.0_1 >>> =3D=3D=3D> Cleaning for handbrake-0.7.1_1 >>> =3D> HandBrake-0.7.1.tar.gz doesn't seem to exist in /usr/ports/ >>> distfiles/. >>> =3D> Attempting to fetch from http://download.m0k.org/handbrake/. >>> HandBrake-0.7.1.tar.gz 100% of 248 kB 216 >>> kBps >>> =3D=3D=3D> Extracting for handbrake-0.7.1_1 >>> =3D> MD5 Checksum OK for HandBrake-0.7.1.tar.gz. >>> =3D> SHA256 Checksum OK for HandBrake-0.7.1.tar.gz. >>> =3D=3D=3D> Patching for handbrake-0.7.1_1 >>> =3D=3D=3D> Applying FreeBSD patches for handbrake-0.7.1_1 >>> =3D=3D=3D> handbrake-0.7.1_1 depends on executable in : jam - foun= d >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: a52.0 - fo= und >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdcss.2 -= found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: dvdread.3 = - found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: faac.0 - f= ound >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp3lame.0 = - found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mp4v2.0 - = found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: mpeg2.0 - = found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: ogg.5 - fo= und >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: samplerate= .1 - >>> found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: vorbis.3 -= found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: xvidcore.4= - found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: x264.49 - = found >>> =3D=3D=3D> handbrake-0.7.1_1 depends on shared library: avcodec.1 = - found >>> =3D=3D=3D> Configuring for handbrake-0.7.1_1 >>> System: FreeBSD >>> Endian: little >>> >>> To build HandBrake, run 'jam'. >>> =3D=3D=3D> Building for handbrake-0.7.1_1 >>> >>> cc -c -o libhb/common.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/common.c >>> >>> >>> cc -c -o libhb/hb.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/hb.c >>> >>> >>> cc -c -o libhb/ports.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/ports.c >>> >>> >>> cc -c -o libhb/scan.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/scan.c >>> >>> >>> cc -c -o libhb/work.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/work.c >>> >>> >>> cc -c -o libhb/decmpeg2.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decmpeg2.c >>> >>> >>> cc -c -o libhb/encavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encavcodec.c >>> >>> >>> cc -c -o libhb/update.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/update.c >>> >>> >>> cc -c -o libhb/demuxmpeg.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/demuxmpeg.c >>> >>> >>> cc -c -o libhb/fifo.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/fifo.c >>> >>> >>> cc -c -o libhb/render.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/render.c >>> >>> >>> cc -c -o libhb/reader.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/reader.c >>> >>> >>> cc -c -o libhb/muxcommon.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxcommon.c >>> >>> >>> cc -c -o libhb/muxmp4.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxmp4.c >>> >>> >>> cc -c -o libhb/sync.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/sync.c >>> >>> >>> cc -c -o libhb/decsub.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decsub.c >>> >>> >>> cc -c -o libhb/deca52.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/deca52.c >>> >>> >>> cc -c -o libhb/encfaac.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encfaac.c >>> >>> >>> cc -c -o libhb/declpcm.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/declpcm.c >>> >>> >>> cc -c -o libhb/encx264.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encx264.c >>> >>> libhb/encx264.c: In function `hb_work_encx264_init': >>> libhb/encx264.c:82: error: structure has no member named `b_cbr' >>> >>> cc -c -o libhb/decavcodec.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/decavcodec.c >>> >>> >>> cc -c -o libhb/encxvid.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encxvid.c >>> >>> >>> cc -c -o libhb/muxavi.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxavi.c >>> >>> >>> cc -c -o libhb/enclame.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/enclame.c >>> >>> >>> cc -c -o libhb/muxogm.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/muxogm.c >>> >>> >>> cc -c -o libhb/encvorbis.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/encvorbis.c >>> >>> >>> cc -c -o libhb/dvd.o -O2 -fno-strict-aliasing -pipe -Wall - >>> DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" -DHB_BUILD=3D2006022400 - >>> D__LIBHB__ -Ilibhb -I/usr/local/include libhb/dvd.c >>> >>> ...skipped libhb.a for lack of libhb.a(encx264.o)... >>> >>> cc -c -o test/test.o -O2 -fno-strict-aliasing -pipe -Wall -I/usr/ >>> local/include -DSYS_FREEBSD -DHB_VERSION=3D\"0.7.1\" - >>> DHB_BUILD=3D2006022400 -I. -I./libhb test/test.c >>> >>> ...skipped handbrake for lack of libhb.a... >>> *** Error code 1 >>> >>> Stop in /usr/ports/multimedia/handbrake. -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 08:49:39 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCB016A4DE for ; Sat, 26 Aug 2006 08:49:39 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A50443D49 for ; Sat, 26 Aug 2006 08:49:39 +0000 (GMT) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.192.50]) by comcast.net (rwcrmhc12) with ESMTP id <20060826084938m1200mj8ffe>; Sat, 26 Aug 2006 08:49:38 +0000 Received: from localhost (localhost.uniquestrength.net [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id E8F126543; Sat, 26 Aug 2006 04:50:54 -0400 (EDT) X-Virus-Scanned: amavisd-new at uniquestrength.net Received: from mail.uniquestrength.net ([127.0.0.1]) by localhost (mail.uniquestrength.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fB2hCgjC9ogW; Sat, 26 Aug 2006 04:50:49 -0400 (EDT) Received: from [192.168.1.109] (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id 8AEC95D51; Sat, 26 Aug 2006 04:50:49 -0400 (EDT) From: Derrick Edwards To: kde-freebsd@freebsd.kde.org, ports@freebsd.org Date: Sat, 26 Aug 2006 04:55:21 -0400 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608260455.21744.derrick@uniquestrength.net> Cc: Subject: KDECUPS Problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 08:49:40 -0000 Hi, I am having a problem getting printing support. As soon as I began the setup process via KDE, I get the following error message. There was an error loading kdeprint_cups. The diagnostic is: Shared object "libgnutls.so.15" not found, required by "kdeprint_cups.so" I reinstalled gnutls and cups, but still getting the same error message. Can anyone help with this. Thanks Derrick From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 09:02:16 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C7D16A4DA for ; Sat, 26 Aug 2006 09:02:16 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62A943D4C for ; Sat, 26 Aug 2006 09:02:15 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.61] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GGu3P-0000Mj-Ho; Sat, 26 Aug 2006 13:02:13 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id 2B2841146F; Sat, 26 Aug 2006 13:01:45 +0400 (MSD) Date: Sat, 26 Aug 2006 13:01:43 +0400 From: Stanislav Sedov To: Derrick Edwards , kde-freebsd@freebsd.kde.org, ports@freebsd.org Message-ID: <20060826130143.6140e200@localhost> In-Reply-To: <200608260455.21744.derrick@uniquestrength.net> References: <200608260455.21744.derrick@uniquestrength.net> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_JkLLkslq3I7Sr8bYFM/Pk_A"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: Subject: Re: KDECUPS Problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 09:02:16 -0000 --Sig_JkLLkslq3I7Sr8bYFM/Pk_A Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Sat, 26 Aug 2006 04:55:21 -0400 Derrick Edwards mentioned: > Hi, > I am having a problem getting printing support. As soon as I began the se= tup=20 > process via KDE, I get the following error message. >=20 > There was an error loading kdeprint_cups. The diagnostic is: > Shared object "libgnutls.so.15" not found, required by "kdeprint_cups.so" >=20 > I reinstalled gnutls and cups, but still getting the same error message. You should rebuild/reinstall x11/kdelibs3 as well. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_JkLLkslq3I7Sr8bYFM/Pk_A Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE8A34K/VZk+smlYERAg0nAJ9eyb/TKPcaMg7iAn+076geoXW6EQCfSYrO BHoxLZBswXhf1jGCaoMq9i8= =02DT -----END PGP SIGNATURE----- --Sig_JkLLkslq3I7Sr8bYFM/Pk_A-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 09:11:28 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C4BC16A4DA for ; Sat, 26 Aug 2006 09:11:28 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF00043D49 for ; Sat, 26 Aug 2006 09:11:27 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 3D7F9EA2; Sat, 26 Aug 2006 04:11:27 -0500 (CDT) Date: Sat, 26 Aug 2006 04:11:27 -0500 To: ports@FreeBSD.org Message-ID: <20060826091127.GA13998@soaustin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Subject: attention gslin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bugmaster@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 09:11:28 -0000 Mail to you is bouncing, so the PRs you are sending are winding up bouncing into the gnats-admin mbox. Please contact us using an email address that doesn't have that problem. Thanks. mcl From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 12:34:08 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5580A16A4DE for ; Sat, 26 Aug 2006 12:34:08 +0000 (UTC) (envelope-from matiassurdi@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A85943D4C for ; Sat, 26 Aug 2006 12:34:07 +0000 (GMT) (envelope-from matiassurdi@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1203194uge for ; Sat, 26 Aug 2006 05:34:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FljYZhrsgOm7S/7jriT5vMOtKwocTKtkRwqvwDr2RKtzeBRE/yl17NF3PGAljk+DDAmMUYC/LqKLn0Fs2VOzJWrFs7Hz89khSB+ZDNZI/IyET0T6fFdZdk/IwdSa5G4wXUo9QvYjACsC1SUHyt5RHcdeMcttKWkINC2PGFloMWs= Received: by 10.67.100.17 with SMTP id c17mr2471579ugm; Sat, 26 Aug 2006 05:34:06 -0700 (PDT) Received: by 10.66.220.8 with HTTP; Sat, 26 Aug 2006 05:34:06 -0700 (PDT) Message-ID: <720ff42b0608260534v67cf0146je7c8203403b1ff0b@mail.gmail.com> Date: Sat, 26 Aug 2006 14:34:06 +0200 From: "Matias Surdi" To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: php5-mysq ext/ftp/config.h problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 12:34:08 -0000 Hi, I'm dealing with this problem for a long while. I can't install anything who depends on php5-mysql or similar php5-* packages, here is the output: Thanks for your time and help. [root@bender /usr/ports]# portinstall php5-mysql ---> Installing 'php5-mysql-5.1.5' from a port (databases/php5-mysql) ---> Building '/usr/ports/databases/php5-mysql' ===> Cleaning for php5-5.1.5 ===> Cleaning for autoconf-2.59_2 ===> Cleaning for mysql-client-5.0.24 ===> Cleaning for apache-2.2.3 ===> Cleaning for pkg-config-0.20_2 ===> Cleaning for libxml2-2.6.26 ===> Cleaning for perl-5.8.8 ===> Cleaning for m4-1.4.4 ===> Cleaning for help2man-1.36.4_1 ===> Cleaning for gmake-3.81_1 ===> Cleaning for libtool-1.5.22_2 ===> Cleaning for ldconfig_compat-1.0_8 ===> Cleaning for python-2.4.3 ===> Cleaning for expat-2.0.0_1 ===> Cleaning for libiconv-1.9.2_2 ===> Cleaning for p5-gettext-1.05_1 ===> Cleaning for gettext-0.14.5_2 ===> Cleaning for php5-mysql-5.1.5 ===> Vulnerability check disabled, database not found ===> Extracting for php5-mysql-5.1.5 => MD5 Checksum OK for php-5.1.5.tar.bz2. => SHA256 Checksum OK for php-5.1.5.tar.bz2. ===> Patching for php5-mysql-5.1.5 ===> php5-mysql-5.1.5 depends on executable in : phpize - found ===> php5-mysql-5.1.5 depends on file: /usr/local/bin/autoconf259 - found ===> php5-mysql-5.1.5 depends on shared library: mysqlclient.15 - found ===> PHPizing for php5-mysql-5.1.5 Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 ===> Configuring for php5-mysql-5.1.5 configure: WARNING: you should use --build, --host, --target checking for egrep... grep -E checking for a sed that does not truncate output... /usr/local/bin/gsed checking for i386-portbld-freebsd6.0-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking whether cc understands -c and -o together... yes checking if compiler supports -R... yes checking build system type... i386-portbld-freebsd6.0 checking host system type... i386-portbld-freebsd6.0 checking target system type... i386-portbld-freebsd6.0 checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext checking for PHP extension directory... /usr/local/lib/php/20050922 checking for PHP installed headers prefix... /usr/local/include/php checking for re2c... no configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers. checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for MySQL support... yes, shared checking for specified location of the MySQL UNIX socket... no checking for the location of libz... /usr checking for MySQL UNIX socket location... no checking for mysql_close in -lmysqlclient... yes checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i386-portbld-freebsd6.0-g++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking the maximum length of command line arguments... (cached) 262144 checking command to parse nm output from cc object... ok checking for objdir... .libs checking for i386-portbld-freebsd6.0-ar... no checking for ar... ar checking for i386-portbld-freebsd6.0-ranlib... no checking for ranlib... ranlib checking for i386-portbld-freebsd6.0-strip... no checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd6.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd6.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes configure: creating ./config.status config.status: creating config.h ===> Building for php5-mysql-5.1.5 /bin/sh /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/libtool --mode=compile cc -I. -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql -DPHP_ATOM_INC -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/include -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/main -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/mysql -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/php_mysql.c -o php_mysql.lo mkdir .libs cc -I. -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql -DPHP_ATOM_INC -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/include -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/main -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/mysql -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/php_mysql.c -fPIC -DPIC -o .libs/php_mysql.o In file included from /usr/local/include/php/main/../main/php_config.h:2777, from /usr/local/include/php/Zend/zend_config.h:1, from /usr/local/include/php/Zend/zend.h:53, from /usr/local/include/php/main/php.h:34, from /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/php_mysql.c:32: /usr/local/include/php/ext/php_config.h:1:28: ext/ftp/config.h: No such file or directory *** Error code 1 Stop in /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql. *** Error code 1 Stop in /usr/ports/databases/php5-mysql. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall3095.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! databases/php5-mysql (missing header) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed [root@bender /usr/ports]# -- Matias Emanuel Surdi. From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 15:16:15 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EC416A51B for ; Sat, 26 Aug 2006 15:16:15 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E73BB44ADD for ; Sat, 26 Aug 2006 14:56:09 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1586789pye for ; Sat, 26 Aug 2006 07:56:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZTPE675AIm2h595UnDQBwXpJdrlqOJcjXUrayuc+7twFE5elYSRYSJy2iGvw9sr0twAkZIP+IWDDVoC8O+yBo4RtNP6he1b7mR0h/96RJEr/TgtmcpL4cmyC1tE+twncQBLOWpqAsZpIzVhGsjJ6VtCrGRA1Pu1D0T4GGZBXMFI= Received: by 10.35.91.10 with SMTP id t10mr7632330pyl; Sat, 26 Aug 2006 07:56:09 -0700 (PDT) Received: by 10.35.29.20 with HTTP; Sat, 26 Aug 2006 07:56:09 -0700 (PDT) Message-ID: <3aaaa3a0608260756q5c5cd131pbfce04ec276b01cf@mail.gmail.com> Date: Sat, 26 Aug 2006 15:56:09 +0100 From: Chris To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: ftp/curl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 15:16:16 -0000 Hi can someone update this port please its stuck on 7.15.4 for many weeks since 7.15.5 release and the ports maintainer email address bounces. Thanks Chris From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 15:17:07 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF4116A525 for ; Sat, 26 Aug 2006 15:17:07 +0000 (UTC) (envelope-from matiassurdi@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0989446C4 for ; Sat, 26 Aug 2006 14:22:55 +0000 (GMT) (envelope-from matiassurdi@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1223512uge for ; Sat, 26 Aug 2006 07:22:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wl/mnkO72jjd6tqlRdvvMANqS2vOc1Wy2J+cAm53vlb1Ld8DUkVOKmdFQbfSvV8NSBSmmkSd8wdMugFfOM9ajETEI9BrH0VEobLPqoq1pCsWHEhvuAkd/Dx4aJCbYDGttUAfDYfK+Si05hBTa2DGt16CkJc3OCk7v6zGNyNBwmc= Received: by 10.67.93.7 with SMTP id v7mr2539201ugl; Sat, 26 Aug 2006 07:22:54 -0700 (PDT) Received: by 10.66.220.8 with HTTP; Sat, 26 Aug 2006 07:22:54 -0700 (PDT) Message-ID: <720ff42b0608260722g33b0970fkb4337b0b8d9126e4@mail.gmail.com> Date: Sat, 26 Aug 2006 16:22:54 +0200 From: "Matias Surdi" To: ports@freebsd.org In-Reply-To: <720ff42b0608260534v67cf0146je7c8203403b1ff0b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <720ff42b0608260534v67cf0146je7c8203403b1ff0b@mail.gmail.com> Cc: Subject: Re: php5-mysq ext/ftp/config.h problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 15:17:07 -0000 I finally solved the problem, so , for the archive: First I deleted php5 package and all its dependencies with pkg_delete then removed the entire directory /usr/local/include/php (despite of the problematic file was /usr/local/include/php/ext/php_config.inc). After this, I installed from the ports php5 and everything works well since then. 2006/8/26, Matias Surdi : > Hi, I'm dealing with this problem for a long while. I can't install > anything who depends on php5-mysql or similar php5-* packages, here is > the output: > Thanks for your time and help. > > > [root@bender /usr/ports]# portinstall php5-mysql > ---> Installing 'php5-mysql-5.1.5' from a port (databases/php5-mysql) > ---> Building '/usr/ports/databases/php5-mysql' > ===> Cleaning for php5-5.1.5 > ===> Cleaning for autoconf-2.59_2 > ===> Cleaning for mysql-client-5.0.24 > ===> Cleaning for apache-2.2.3 > ===> Cleaning for pkg-config-0.20_2 > ===> Cleaning for libxml2-2.6.26 > ===> Cleaning for perl-5.8.8 > ===> Cleaning for m4-1.4.4 > ===> Cleaning for help2man-1.36.4_1 > ===> Cleaning for gmake-3.81_1 > ===> Cleaning for libtool-1.5.22_2 > ===> Cleaning for ldconfig_compat-1.0_8 > ===> Cleaning for python-2.4.3 > ===> Cleaning for expat-2.0.0_1 > ===> Cleaning for libiconv-1.9.2_2 > ===> Cleaning for p5-gettext-1.05_1 > ===> Cleaning for gettext-0.14.5_2 > ===> Cleaning for php5-mysql-5.1.5 > ===> Vulnerability check disabled, database not found > ===> Extracting for php5-mysql-5.1.5 > => MD5 Checksum OK for php-5.1.5.tar.bz2. > => SHA256 Checksum OK for php-5.1.5.tar.bz2. > ===> Patching for php5-mysql-5.1.5 > ===> php5-mysql-5.1.5 depends on executable in : phpize - found > ===> php5-mysql-5.1.5 depends on file: /usr/local/bin/autoconf259 - found > ===> php5-mysql-5.1.5 depends on shared library: mysqlclient.15 - found > ===> PHPizing for php5-mysql-5.1.5 > Configuring for: > PHP Api Version: 20041225 > Zend Module Api No: 20050922 > Zend Extension Api No: 220051025 > ===> Configuring for php5-mysql-5.1.5 > configure: WARNING: you should use --build, --host, --target > checking for egrep... grep -E > checking for a sed that does not truncate output... /usr/local/bin/gsed > checking for i386-portbld-freebsd6.0-gcc... cc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ANSI C... none needed > checking whether cc understands -c and -o together... yes > checking if compiler supports -R... yes > checking build system type... i386-portbld-freebsd6.0 > checking host system type... i386-portbld-freebsd6.0 > checking target system type... i386-portbld-freebsd6.0 > checking for PHP prefix... /usr/local > checking for PHP includes... -I/usr/local/include/php > -I/usr/local/include/php/main -I/usr/local/include/php/TSRM > -I/usr/local/include/php/Zend -I/usr/local/include/php/ext > checking for PHP extension directory... /usr/local/lib/php/20050922 > checking for PHP installed headers prefix... /usr/local/include/php > checking for re2c... no > configure: WARNING: You will need re2c 0.9.11 or later if you want to > regenerate PHP parsers. > checking for gawk... no > checking for nawk... nawk > checking if nawk is broken... no > checking for MySQL support... yes, shared > checking for specified location of the MySQL UNIX socket... no > checking for the location of libz... /usr > checking for MySQL UNIX socket location... no > checking for mysql_close in -lmysqlclient... yes > checking for ld used by cc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... nm > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking how to run the C preprocessor... cc -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for i386-portbld-freebsd6.0-g++... c++ > checking whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking how to run the C++ preprocessor... c++ -E > checking the maximum length of command line arguments... (cached) 262144 > checking command to parse nm output from cc object... ok > checking for objdir... .libs > checking for i386-portbld-freebsd6.0-ar... no > checking for ar... ar > checking for i386-portbld-freebsd6.0-ranlib... no > checking for ranlib... ranlib > checking for i386-portbld-freebsd6.0-strip... no > checking for strip... strip > checking if cc static flag works... yes > checking if cc supports -fno-rtti -fno-exceptions... no > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc supports -c -o file.o... yes > checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... yes > checking dynamic linker characteristics... freebsd6.0 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > > creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by c++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes > checking for c++ option to produce PIC... -fPIC > checking if c++ PIC flag -fPIC works... yes > checking if c++ supports -c -o file.o... yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes > checking dynamic linker characteristics... freebsd6.0 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > configure: creating ./config.status > config.status: creating config.h > ===> Building for php5-mysql-5.1.5 > /bin/sh /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/libtool > --mode=compile cc -I. > -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql > -DPHP_ATOM_INC -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/include > -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/main > -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql > -I/usr/local/include/php -I/usr/local/include/php/main > -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend > -I/usr/local/include/php/ext -I/usr/local/include/mysql > -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c > /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/php_mysql.c > -o php_mysql.lo > mkdir .libs > cc -I. -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql > -DPHP_ATOM_INC -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/include > -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/main > -I/usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql > -I/usr/local/include/php -I/usr/local/include/php/main > -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend > -I/usr/local/include/php/ext -I/usr/local/include/mysql > -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c > /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/php_mysql.c > -fPIC -DPIC -o .libs/php_mysql.o > In file included from /usr/local/include/php/main/../main/php_config.h:2777, > from /usr/local/include/php/Zend/zend_config.h:1, > from /usr/local/include/php/Zend/zend.h:53, > from /usr/local/include/php/main/php.h:34, > from > /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql/php_mysql.c:32: > /usr/local/include/php/ext/php_config.h:1:28: ext/ftp/config.h: No > such file or directory > *** Error code 1 > > Stop in /usr/ports/databases/php5-mysql/work/php-5.1.5/ext/mysql. > *** Error code 1 > > Stop in /usr/ports/databases/php5-mysql. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall3095.0 env make > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! databases/php5-mysql (missing header) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > [root@bender /usr/ports]# > > > > > -- > Matias Emanuel Surdi. > -- Matias Emanuel Surdi. From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 18:23:24 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46CE216A4DA for ; Sat, 26 Aug 2006 18:23:24 +0000 (UTC) (envelope-from rivan@sezampro.yu) Received: from frontb.sezampro.yu (frontb-d.sezampro.yu [194.106.188.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 8070043D55 for ; Sat, 26 Aug 2006 18:23:22 +0000 (GMT) (envelope-from rivan@sezampro.yu) Received: from rivan@212.200.203.54.sezampro.yu [212.200.203.54] (authenticated as rivan) by SezamPro with SMTP on Sat, 26 Aug 2006 20:23:15 +0200 Message-ID: <44F09191.9030904@sezampro.yu> Date: Sat, 26 Aug 2006 20:23:13 +0200 From: Ivan Radovanovic User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060317 X-Accept-Language: en-us, sr, sl, hr MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary="------------080704020305040109070609" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [bug] Driver for the Lucent LT Winmodem chipset (comms/ltmdm) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 18:23:24 -0000 This is a multi-part message in MIME format. --------------080704020305040109070609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I have recently found bug in ltmdm driver. Driver crashes whole system every time when phone call is received while driver is in memory. Problem is in ltmdmsio.c file, trying to read NULL pointer. I fixed this problem, in attachment are two diff files: - patch-sys-dev-ltmdm-ltmdmsio.c - patch file from directory files in ltmdm port directory. I have changed this file to include check not to read memory from NULL pointer - ltmdmsio.c.diff - diff after applying change between original ltmdmsio.c file, and ltmdmsio.c file I have changed Best regards, Ivan P.S. I am using FreeBSD 6.1, problem also existed in FreeBSD 5.x --------------080704020305040109070609 Content-Type: text/x-patch; name="ltmdmsio.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ltmdmsio.c.diff" 2089c2089 < if (com->tp != 0 && com->tp->t_hotchar != 0 && recv_data == com->tp->t_hotchar) --- > if (com->tp->t_hotchar != 0 && recv_data == com->tp->t_hotchar) --------------080704020305040109070609-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 19:08:54 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ED5316A5C7 for ; Sat, 26 Aug 2006 19:08:54 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836FB43E28 for ; Sat, 26 Aug 2006 18:36:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1646172pye for ; Sat, 26 Aug 2006 11:36:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=H+VdonZyNyX+La4+Xm+1CpB/nCAUZh2Fx/UG8tqrLv5BrAfX9bLsyQMovjchXAy5Ov11xChhc+6tMQR0cho4iKU3iZstoKxDNwK0vvh5V7u3t/cvAVzYIsOl0XoKNU5gcmQWhNEBbJpHSbxasVvA9U2ybXvkewau0ItPmUrXv7Q= Received: by 10.35.128.1 with SMTP id f1mr8091367pyn; Sat, 26 Aug 2006 11:36:02 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Sat, 26 Aug 2006 11:36:02 -0700 (PDT) Message-ID: Date: Sat, 26 Aug 2006 22:36:02 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Ion-Mihai IOnut Tetcu" In-Reply-To: <20060825145649.4bec2783@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608241508.25839.boisvert@colorado.edu> <20060825145649.4bec2783@it.buh.tecnik93.com> X-Google-Sender-Auth: 43affc76284aa719 Cc: ports@freebsd.org, Jason Boisvert Subject: Re: WITHOUT_X11 and games/freecviv, gnome (was: Re: cvsup bug) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:08:54 -0000 On 8/25/06, Ion-Mihai IOnut Tetcu wrote: > On Thu, 24 Aug 2006 15:08:25 -0600 > Jason Boisvert wrote: > > > Hi FreeBSD professionals, > > > > > > Pls note that I received this error msg when trying to run portsdb > > -Uu on my gateway 450 laptop. > > > > > > > > ================================================== > > The error: > > > > [boisvert@kailash] ~ $ sudo portsdb -Uu > > Updating the ports index ... Generating INDEX.tmp - please > > wait.."/usr/ports/Mk/bsd.gnome.mk", line 626: Malformed conditional > > (${_USE_GNOME_ALL:Mgtk20}=="") > > "/usr/ports/Mk/bsd.port.mk", line 5992: if-less endif > > make: fatal errors encountered -- cannot continue > > ===> games/freeciv-nox11 failed > > *** Error code 1 > > 1 error > > This is not a cvsup bug but something either in that port or in gnome > infrastructure. > > For me it happens if I have WITHOUT_X11 defined in make.conf Fixed this one, thanks for reporting! From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 19:09:11 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E98716A6BA for ; Sat, 26 Aug 2006 19:09:11 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2976244770 for ; Sat, 26 Aug 2006 18:50:33 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from sp34.ipt.ru ([217.147.20.50] helo=bs2.sp34.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1GH3Ek-0004Ar-Qc; Sat, 26 Aug 2006 22:50:30 +0400 Received: from bsam by bs2.sp34.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1GH3K8-0000Cr-13; Sat, 26 Aug 2006 22:56:04 +0400 To: Stanislav Sedov References: <44EFE1F6.40505@siol.net> <20060826104928.16b4a5a1@localhost> From: Boris Samorodov Date: Sat, 26 Aug 2006 22:56:03 +0400 In-Reply-To: <20060826104928.16b4a5a1@localhost> (Stanislav Sedov's message of "Sat, 26 Aug 2006 10:49:28 +0400") Message-ID: <35991116@bs2.sp34.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: Problem with man pages: fsf-funding.7, gfdl.7, gpl.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 19:09:11 -0000 On Sat, 26 Aug 2006 10:49:28 +0400 Stanislav Sedov wrote: > On Sat, 26 Aug 2006 07:53:58 +0200 > Karel Miklav mentioned: > > The GCC compiler suite includes above mentioned man pages. Current GCC > > ports just remove them after installation. I'd like to keep them > > installed in a non-conflicting manner, but versioning doesn't seem like > > the best idea: man 7 gpl-gnat-gcc41? Or: man 7 fsf-funding-gnat-gcc41? > > > > What do you think? Do I have other options? > devel/powerpc-gcc port leaves them by installing into different prefix. > In your case I see no other solution besides versioning. It seems to > me not very bad idea to appeal to versioned man-page for versioned gcc - > it looks quite natural. +1 WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru, Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org, The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 20:32:24 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B672716A73C for ; Sat, 26 Aug 2006 20:32:24 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DA043E55 for ; Sat, 26 Aug 2006 20:00:07 +0000 (GMT) (envelope-from henry.lenzi@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1214986wxd for ; Sat, 26 Aug 2006 13:00:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=foEi7ibqNodDLzsHPa7V1xigP1cw9sjUcpssGWvUlQ2WAJQVkk3tXZyxBCB1OlvDfYCc0ba1+Z3xsCMjgJiWhuSrYXWhPSOZ7+fzlSG6IlyvUhPG/CndNwsvrfPaNEBN6pPvYENfAVmJqWHkTLX/dVFqE7wWPgevQSrUaBCHKy0= Received: by 10.70.99.11 with SMTP id w11mr6746712wxb; Sat, 26 Aug 2006 13:00:06 -0700 (PDT) Received: by 10.70.95.9 with HTTP; Sat, 26 Aug 2006 13:00:06 -0700 (PDT) Message-ID: <8b4c81f0608261300w21d50912rb2a7142bee8b4a1e@mail.gmail.com> Date: Sat, 26 Aug 2006 17:00:06 -0300 From: "Henry Lenzi" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Icon programming language X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 20:32:25 -0000 Hello -- The FreeBSD makefile reads: PORTNAME= icon PORTVERSION= 9.4.3 CATEGORIES= lang MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/ DISTNAME= ${PORTNAME}.v${PORTVERSION:S/.//g}src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The Icon programming language ALL_TARGET= All MAN1= icont.1 ARCH_NAME= bsd ICONDIR= ${PREFIX}/lib/${PORTNAME} BINS= icont iconx rtt BINXS= colrbook colrpick fontpick palette vib wevents xgamma It does not include graphics in BINXS. Is Icon expected to be usable for graphics on FreeBSD? TIA. Henry From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 20:58:27 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E8B16A4DE for ; Sat, 26 Aug 2006 20:58:27 +0000 (UTC) (envelope-from dino_vliet@yahoo.com) Received: from web51114.mail.yahoo.com (web51114.mail.yahoo.com [206.190.39.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FDA543D55 for ; Sat, 26 Aug 2006 20:58:26 +0000 (GMT) (envelope-from dino_vliet@yahoo.com) Received: (qmail 46802 invoked by uid 60001); 26 Aug 2006 20:58:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=m8IJDoEykcRe7etMSbi9eYokO51VO2msJelFqkCdeFA/PqTbetgcfiLSHLtgf7CtsielDLhvNJ6FUumeXAUo0sag53dXfQ6GhQ3nqmlEC5F8di6oBTvI7K7IP7/Z3Bl0ZexAYU5SSgqQxdXoNrt3eIr/NTQsL/RT5I6k7emcTz0= ; Message-ID: <20060826205826.46800.qmail@web51114.mail.yahoo.com> Received: from [82.170.181.144] by web51114.mail.yahoo.com via HTTP; Sat, 26 Aug 2006 13:58:26 PDT Date: Sat, 26 Aug 2006 13:58:26 -0700 (PDT) From: Dino Vliet To: freebsd-questions@freebsd.org, ports@freebsd.org, eric+fbports@vangyzen.net MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: port tk84 won't upgrade properly on AMD64 system X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 20:58:27 -0000 Hi all, I'm having problems upgrading my port tk84 on a amd64 machine. I'm using cvsup and portupgrade to accomplish that and it fails with: Stop in /usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix. *** Error code 1 Stop in /usr/ports/x11-toolkits/tk84. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade4543.1 env PORT_UPGRADE=yes make ** Fix the problem and try again. ---> Skipping 'math/R' (R-2.2.1_1) because a requisite package 'tk-8.4.11,2' (x11-toolkits/tk84) failed (specify -k to force) ** Listing the failed packages (*:skipped / !:failed) ! x11-toolkits/tk84 (tk-8.4.11,2) (linker error) * math/R (R-2.2.1_1) ---> Packages processed: 0 done, 16 ignored, 1 skipped and 1 failed What can I do to solve this? Brgds __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 22:09:17 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D0F16A4DE for ; Sat, 26 Aug 2006 22:09:17 +0000 (UTC) (envelope-from thomas@deniau.org) Received: from mx1.polytechnique.org (mx1.polytechnique.org [129.104.30.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EAEB44829 for ; Sat, 26 Aug 2006 22:09:10 +0000 (GMT) (envelope-from thomas@deniau.org) Received: from [129.104.208.153] (unknown [129.104.208.153]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 70C3C3317C; Sun, 27 Aug 2006 00:09:08 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.2) To: freebsd-ports@freebsd.org Message-Id: Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-29-81809927; protocol="application/pkcs7-signature" From: Thomas Deniau Date: Sun, 27 Aug 2006 00:09:12 +0200 X-Mailer: Apple Mail (2.752.2) X-AV-Checked: ClamAV using ClamSMTP at djali.polytechnique.org (Sun Aug 27 00:09:08 2006 +0200 (CEST)) X-Spam-Flag: No, tests=bogofilter, spamicity=0.000004, queueID=954FC33277 X-Org-Mail: thomas.deniau.2005@polytechnique.org X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: jeremie@le-hen.org Subject: Re: Failure linking irssi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 22:09:17 -0000 --Apple-Mail-29-81809927 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Jeremie Le Hen wrote : > % yoda:postfix# portupgrade irssi\* > [...] > % /bin/sh ../../libtool --tag=CC --mode=link cc -O -pipe - > march=pentiumpro -Wall -I/usr/local/include -rpath=/usr/local/lib > -o irssi -export-dynamic gui-entry.o gui-expandos.o gui- > printtext.o gui-readline.o gui-windows.o lastlog.o mainwindows.o > mainwindow-activity.o mainwindows-layout.o statusbar.o statusbar- > config.o statusbar-items.o term.o term-dummy.o term-terminfo.o > terminfo-core.o textbuffer.o textbuffer-commands.o textbuffer- > reformat.o textbuffer-view.o irssi.o module-formats.o ../fe- > common/irc/libfe_common_irc.a ../fe-common/irc/dcc/ > libfe_irc_dcc.a ../fe-common/irc/notifylist/ > libfe_irc_notifylist.a ../fe-common/core/libfe_common_core.a ../ > irc/libirc.a ../irc/core/libirc_core.a ../irc/dcc/libirc_dcc.a ../ > irc/flood/libirc_flood.a ../irc/notifylist/libirc_notifylist.a ../ > core/libcore.a ../lib-config/libirssi_config.a ../lib-popt/ > libpopt.a ../perl/libperl_core_static.la ../perl/ > libfe_perl_static.la -Wl,-R/usr/lib -Wl,-E -lperl -lm /usr/libdata/ > perl/5.00503/mach/auto/DynaLoader/DynaLoader.a -L/usr/libdata/perl/ > 5.00503/mach/CORE -lperl -lm -lcrypt -lperl -lm -Wl,--export- > dynamic -L/usr/local/lib -lglib-2.0 -liconv -lgmodule-2.0 -L/usr/ > local/lib -lssl -lcrypto -lncurses > % mkdir .libs > % libtool: link: cannot find the library `' > % *** Error code 1 Hello, I had the same problem on 5.4-RELEASE. Modifying libtool to be more verbose as in http://mail-index.netbsd.org/tech-pkg/ 2004/03/12/0027.html gave the error : libtool: link: cannot find the library `' (libgmodule-2.0.la: ../ glib/.libs/libglib-2.0.so) So I tried to re-install the devel/glib20 port, and that fixed the problem. HTH, -- Thomas Deniau --Apple-Mail-29-81809927-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 22:33:25 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8680816A4DD for ; Sat, 26 Aug 2006 22:33:25 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail30.syd.optusnet.com.au (mail30.syd.optusnet.com.au [211.29.133.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CCBD44DA6 for ; Sat, 26 Aug 2006 22:33:24 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail30.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k7QMXLIQ022848 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 27 Aug 2006 08:33:22 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k7QMXL3k021993; Sun, 27 Aug 2006 08:33:21 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k7QMXLda021992; Sun, 27 Aug 2006 08:33:21 +1000 (EST) (envelope-from peter) Date: Sun, 27 Aug 2006 08:33:21 +1000 From: Peter Jeremy To: Ivan Radovanovic Message-ID: <20060826223321.GH16768@turion.vk2pj.dyndns.org> References: <44F09191.9030904@sezampro.yu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AqCDj3hiknadvR6t" Content-Disposition: inline In-Reply-To: <44F09191.9030904@sezampro.yu> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.12-2006-07-14 Cc: freebsd-ports@freebsd.org Subject: Re: [bug] Driver for the Lucent LT Winmodem chipset (comms/ltmdm) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 22:33:25 -0000 --AqCDj3hiknadvR6t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 2006-Aug-26 20:23:13 +0200, Ivan Radovanovic wrote: >I have recently found bug in ltmdm driver. Driver crashes whole system=20 >every time when phone call is received while driver is in memory.=20 Can you please submit this using send-pr so the bug and fix aren't lost. --=20 Peter Jeremy --AqCDj3hiknadvR6t Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE8Mwx/opHv/APuIcRAopSAKCWkaP/ulhExujIe04uwkG2fQtW/QCfZcy/ Y4gE0PLBVfzuHULdQ/oEink= =ptgq -----END PGP SIGNATURE----- --AqCDj3hiknadvR6t-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 22:46:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7257016A8AC for ; Sat, 26 Aug 2006 22:46:00 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6657444BCE for ; Sat, 26 Aug 2006 22:26:33 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1316267uge for ; Sat, 26 Aug 2006 15:26:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aP7eqFgoEbHJIGX553wkZdcQKGW9B2E+gqYXIe48F9sFKnGpPuv8oCwIDto8fB35j+Ydkm7Y6gmb0iIjE4V4V2AaNbKR0Bor30wiMpCECO+wwqA8fq5blx9m+T8BA8UEfJcGHhP4uvL0eNBKfCtQtOpyA2oP5gJ6QGbaMb4wfWo= Received: by 10.67.105.19 with SMTP id h19mr2797369ugm; Sat, 26 Aug 2006 15:26:32 -0700 (PDT) Received: by 10.67.86.15 with HTTP; Sat, 26 Aug 2006 15:26:32 -0700 (PDT) Message-ID: <790a9fff0608261526t79e2a42fv22f2f474b174112e@mail.gmail.com> Date: Sat, 26 Aug 2006 17:26:32 -0500 From: "Scot Hetzel" To: "Dino Vliet" In-Reply-To: <20060826205826.46800.qmail@web51114.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060826205826.46800.qmail@web51114.mail.yahoo.com> Cc: ports@freebsd.org, eric+fbports@vangyzen.net Subject: Re: port tk84 won't upgrade properly on AMD64 system X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 22:46:00 -0000 On 8/26/06, Dino Vliet wrote: > Hi all, > > > I'm having problems upgrading my port tk84 on a amd64 > machine. I'm using cvsup and portupgrade to accomplish > that and it fails with: > > Stop in > /usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/tk84. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade4543.1 env PORT_UPGRADE=yes make > ** Fix the problem and try again. > ---> Skipping 'math/R' (R-2.2.1_1) because a > requisite package 'tk-8.4.11,2' (x11-toolkits/tk84) > failed (specify -k to force) > ** Listing the failed packages (*:skipped / !:failed) > ! x11-toolkits/tk84 (tk-8.4.11,2) > (linker error) > * math/R (R-2.2.1_1) > ---> Packages processed: 0 done, 16 ignored, 1 > skipped and 1 failed > > What can I do to solve this? > cd /usr/ports/x11-toolkits/tk84/ make clean make build Then report the error your getting with the build, as we can't tell what is failing from the above information. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 23:35:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73ED816A4F2 for ; Sat, 26 Aug 2006 23:35:52 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id C878443ED4 for ; Sat, 26 Aug 2006 13:38:39 +0000 (GMT) (envelope-from henry.lenzi@gmail.com) Received: by wx-out-0506.google.com with SMTP id s16so1149233wxc for ; Sat, 26 Aug 2006 06:38:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sHDCFems6FhnJ7Tbout41KdzrB+A5OyqpSf9PUUl5TgVg4DuMCUMxytDgqKu8WTEKp48Wn5VOMehc4Vw1GYZMmJ+83Q4BNdhexsPIde9T6Jg79iyG5jYXa6yiAGx4RGZHDWTND1y/60oYAdyzP8sHin8EsAM2wD/rbP8uDpbF2o= Received: by 10.70.21.10 with SMTP id 10mr6287699wxu; Sat, 26 Aug 2006 06:38:39 -0700 (PDT) Received: by 10.70.95.9 with HTTP; Sat, 26 Aug 2006 06:38:39 -0700 (PDT) Message-ID: <8b4c81f0608260638q2f84ba78kabfe867744a7a43e@mail.gmail.com> Date: Sat, 26 Aug 2006 10:38:39 -0300 From: "Henry Lenzi" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: DJVU - djview doesn't work X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 23:35:52 -0000 Hi -- Regarding the new djvu port...It seems the viewer for djvu documents (djview) doesn't work. Is this correct? Does it work for you? I couldn't get it to work. Maybe some build dependency missing? Regs, Henry Lenzi From owner-freebsd-ports@FreeBSD.ORG Sat Aug 26 23:42:27 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C79016A4DA for ; Sat, 26 Aug 2006 23:42:27 +0000 (UTC) (envelope-from cat@byteworker.com) Received: from mail.monkeytower.net (mail.monkeytower.net [217.24.215.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B9743D49 for ; Sat, 26 Aug 2006 23:42:26 +0000 (GMT) (envelope-from cat@byteworker.com) Received: from dslb-084-061-140-019.pools.arcor-ip.net ([84.61.140.19]) by mail.monkeytower.net with esmtpa Exim id 1GH7mQ-00055E-Kx; Sun, 27 Aug 2006 01:41:34 +0200 Message-ID: <44F0DC5E.80206@byteworker.com> Date: Sun, 27 Aug 2006 01:42:22 +0200 From: CAT User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Joerg.Pulz@frm2.tum.de Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-monkeytower-MailScanner-Information: contact information at http://www.monkeytower.net X-monkeytower-MailScanner: Found to be clean X-monkeytower-MailScanner-From: cat@byteworker.com X-Spam-Status: No Cc: ports@FreeBSD.org Subject: FreeBSD Port: isc-dhcp3-devel-3.0.5.r1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2006 23:42:27 -0000 Guten Morgen, habe gerade beim update des DHCP Servers erhalte ich immer folgenden Fehler am Ende: in server for dir in /usr/local/sbin /usr/local/man/man8 /usr/local/man/man5 /var/db; do foo=""; for bar in `echo ${dir} |tr / ' '`; do foo=${foo}/$bar; if [ ! -d $foo ]; then mkdir $foo; chmod 755 $foo; fi; done; done install -c -m 444 dhcpd /usr/local/sbin chmod 755 /usr/local/sbin/dhcpd install -c dhcpd.man8 /usr/local/man/man8/dhcpd.8 install -c dhcpd.conf.man5 /usr/local/man/man5/dhcpd.conf.5 install -c dhcpd.leases.man5 /usr/local/man/man5/dhcpd.leases.5 ===> Installing rc.d startup script(s) /usr/ports/net/isc-dhcp3-server/pkg-install: /usr/local/etc/rc.d/isc-dhcpd: not found *** Error code 127 Stop in /usr/ports/net/isc-dhcp3-server. 26.62s real 21.64s user 3.77s sys Der "Fehler" tritt auf diversen Systemen statt. Was ist das Problem? Danke. MFG CAT