From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 08:27:14 2003 Return-Path: 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 1AEFF16A4B3 for ; Sun, 5 Oct 2003 08:27:14 -0700 (PDT) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA1643FEA for ; Sun, 5 Oct 2003 08:27:12 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 906572C4; Sun, 5 Oct 2003 19:27:10 +0400 (MSD) Date: Sun, 5 Oct 2003 19:27:10 +0400 From: "Sergey A. Osokin" To: richard@taosecurity.com Message-ID: <20031005152710.GY39789@freebsd.org.ru> References: <3F7F7270.2020608@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="mvzZjokS1nTZS3h1" Content-Disposition: inline In-Reply-To: <3F7F7270.2020608@comcast.net> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: Port of Vern Paxson's Bro? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 15:27:14 -0000 --mvzZjokS1nTZS3h1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Oct 04, 2003 at 09:22:56PM -0400, Richard Bejtlich wrote: > I'm happy to see Vern Paxson's Bro included in the FreeBSD ports tree. > I was wondering if anyone had plans to update the port to match the > current 0.8 or stable 0.7 release listed at > > http://www.icir.org/vern/bro-info.html OK, please test following changes. If patch is OK - I'll commit it ASAP. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ --mvzZjokS1nTZS3h1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-bro Index: ports/security/bro/Makefile =================================================================== RCS file: /home/pcvs/ports/security/bro/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- ports/security/bro/Makefile 24 Sep 2003 09:36:57 -0000 1.20 +++ ports/security/bro/Makefile 5 Oct 2003 15:22:04 -0000 @@ -7,43 +7,30 @@ # PORTNAME= bro -PORTVERSION= 0.5a +PORTVERSION= 0.8 CATEGORIES= security -#MASTER_SITES= ftp://ee.lbl.gov/ -#see http://www-nrg.ee.lbl.gov/bro-info.html -DISTNAME= vp-bro-0.5-alpha +MASTER_SITES= ftp://ftp.ee.lbl.gov/ +DISTNAME= ${PORTNAME}-pub-${PORTVERSION}-current MAINTAINER= ports@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time -RESTRICTED= "Author wishes Alpha releases not to be distrubted." - -.include - -.if !exists(${DISTDIR}/vp-bro-0.5-alpha${EXTRACT_SUFX}) -IGNORE=is still in alpha test. Please contact Vern Paxson to obtain the obtain the Bro source. Put it in ${DISTDIR} as ${DISTFILES} and run make again -.endif - -IS_INTERACTIVE= "manual fetch" -WRKSRC= ${WRKDIR}/bro-pub-0.5a1 +WRKSRC= ${WRKDIR}/${PORTNAME}-pub-${PORTVERSION}a37 CONFIGURE_ARGS= --libdir=${PREFIX}/share GNU_CONFIGURE= yes +USE_BISON= yes +USE_PERL= yes -post-patch: - @${MV} ${WRKSRC}/util.cc ${WRKSRC}/util.cc.in - @${SED} -e "s|/usr/src/rtsg/bro/policy:/usr/local/lib/bro|${PREFIX}/share/bro|" \ - ${WRKSRC}/util.cc.in >${WRKSRC}/util.cc pre-install: - @${MKDIR} ${PREFIX}/share/bro + @${MKDIR} ${DATADIR} post-install: @${STRIP_CMD} ${PREFIX}/sbin/bro - @${INSTALL_DATA} ${WRKSRC}/policy/*.* ${PREFIX}/share/bro + @${INSTALL_DATA} ${WRKSRC}/policy/*.* ${DATADIR} .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/bro - ${INSTALL_MAN} ${WRKSRC}/doc/bro-usenix98-revised.ps \ - ${PREFIX}/share/doc/bro - @${GZIP_CMD} ${PREFIX}/share/doc/bro/bro-usenix98-revised.ps + @${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/bro-CN99.ps ${DOCSDIR} + @${GZIP_CMD} ${DOCSDIR}/bro-CN99.ps .endif -.include +.include Index: ports/security/bro/distinfo =================================================================== RCS file: /home/pcvs/ports/security/bro/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- ports/security/bro/distinfo 13 Feb 1999 20:03:59 -0000 1.3 +++ ports/security/bro/distinfo 5 Oct 2003 15:22:20 -0000 @@ -1 +1 @@ -MD5 (vp-bro-0.5-alpha.tar.gz) = 122eef8bb0a5aba87ac56c1e1d149f97 +MD5 (bro-pub-0.8-current.tar.gz) = abf9ddc6e7086639130f2e792eca4ab3 Index: ports/security/bro/pkg-plist =================================================================== RCS file: /home/pcvs/ports/security/bro/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- ports/security/bro/pkg-plist 22 Nov 2000 00:17:11 -0000 1.3 +++ ports/security/bro/pkg-plist 5 Oct 2003 15:22:12 -0000 @@ -1,17 +1,83 @@ @comment $FreeBSD: ports/security/bro/pkg-plist,v 1.3 2000/11/22 00:17:11 obrien Exp $ sbin/bro -share/bro/bro.init -share/bro/analy.bro -share/bro/dns.bro -share/bro/finger.bro -share/bro/ftp.bro -share/bro/hot.bro -share/bro/http.bro -share/bro/mt.bro -share/bro/port-name.bro -share/bro/portmapper.bro -share/bro/scan.bro -share/bro/tcp.bro -share/bro/telnet.bro -share/bro/udp.bro -share/doc/bro/bro-usenix98-revised.ps.gz +%%DATADIR%%/active.bro +%%DATADIR%%/alert.bro +%%DATADIR%%/analy.bro +%%DATADIR%%/anon.bro +%%DATADIR%%/backdoor.bro +%%DATADIR%%/bro.bif.bro +%%DATADIR%%/bro.init +%%DATADIR%%/capture-events.bro +%%DATADIR%%/checkpoint.bro +%%DATADIR%%/common-rw.bif.bro +%%DATADIR%%/conn.bro +%%DATADIR%%/const.bif.bro +%%DATADIR%%/contents.bro +%%DATADIR%%/demux.bro +%%DATADIR%%/dns.bro +%%DATADIR%%/dns-lookup.bro +%%DATADIR%%/drop-adapt.bro +%%DATADIR%%/event.bif.bro +%%DATADIR%%/finger.bro +%%DATADIR%%/finger-rw.bif.bro +%%DATADIR%%/flag-irc.bro +%%DATADIR%%/flag-warez.bro +%%DATADIR%%/frag.bro +%%DATADIR%%/ftp.bro +%%DATADIR%%/ftp-anonymizer.bro +%%DATADIR%%/ftp-cmd-arg.bro +%%DATADIR%%/ftp-rw.bif.bro +%%DATADIR%%/ftp-safe-words.bro +%%DATADIR%%/hot.bro +%%DATADIR%%/hot-ids.bro +%%DATADIR%%/http.bro +%%DATADIR%%/http-abstract.bro +%%DATADIR%%/http-body.bro +%%DATADIR%%/http-entity.bro +%%DATADIR%%/http-event.bro +%%DATADIR%%/http-header.bro +%%DATADIR%%/http-reply.bro +%%DATADIR%%/http-request.bro +%%DATADIR%%/http-rewriter.bro +%%DATADIR%%/http-rw.bif.bro +%%DATADIR%%/icmp.bro +%%DATADIR%%/ident-rewriter.bro +%%DATADIR%%/ident.bro +%%DATADIR%%/ident-rw.bif.bro +%%DATADIR%%/inactivity.bro +%%DATADIR%%/interconn.bro +%%DATADIR%%/load-level.bro +%%DATADIR%%/log.bro +%%DATADIR%%/login.bro +%%DATADIR%%/mime.bro +%%DATADIR%%/mt.bro +%%DATADIR%%/netstats.bro +%%DATADIR%%/ntp.bro +%%DATADIR%%/pcap.bro +%%DATADIR%%/port-name.bro +%%DATADIR%%/portmapper.bro +%%DATADIR%%/print-filter.bro +%%DATADIR%%/print-globals.bro +%%DATADIR%%/print-resources.bro +%%DATADIR%%/reduce-memory.bro +%%DATADIR%%/scan.bro +%%DATADIR%%/signatures.bro +%%DATADIR%%/site.bro +%%DATADIR%%/smtp-relay.bro +%%DATADIR%%/smtp-rewriter.bro +%%DATADIR%%/smtp.bro +%%DATADIR%%/smtp-rw.bif.bro +%%DATADIR%%/software.bro +%%DATADIR%%/ssh-stepping.bro +%%DATADIR%%/ssh.bro +%%DATADIR%%/ssl-worm.bro +%%DATADIR%%/stepping.bro +%%DATADIR%%/synflood.bro +%%DATADIR%%/tcp.bro +%%DATADIR%%/tftp.bro +%%DATADIR%%/udp.bro +%%DATADIR%%/weird.bro +%%DATADIR%%/worm.bro +%%PORTDOCS%%%%DOCSDIR%%/bro-CN99.ps.gz +%%PORTDOCS%%@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- /dev/null Sun Oct 5 19:18:51 2003 +++ ports/security/bro/files/patch-Makefile.in Sun Oct 5 19:21:49 2003 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Oct 5 18:43:09 2003 ++++ Makefile.in Sun Oct 5 18:43:23 2003 +@@ -58,7 +58,7 @@ + YACC = @YACC@ + YFLAGS = -d -t -v + LEX = @LEX@ +-INSTALL = @INSTALL@ -d ++INSTALL = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + @SET_MAKE@ + COMPRESS = @COMPRESS@ --- /dev/null Sun Oct 5 19:18:51 2003 +++ ports/security/bro/files/patch-Obj.cc Sun Oct 5 19:21:49 2003 @@ -0,0 +1,11 @@ +--- Obj.cc.orig Sun Oct 5 18:27:31 2003 ++++ Obj.cc Sun Oct 5 18:27:44 2003 +@@ -47,7 +47,7 @@ + delete_data = true; + + int tmp; +- return s->Read(&(char*) filename, &tmp) && ++ return s->Read((char**) filename, &tmp) && + s->Read(&first_line) && s->Read(&last_line) && + s->Read(&first_column) && s->Read(&last_column); + } --- /dev/null Sun Oct 5 19:18:51 2003 +++ ports/security/bro/files/patch-patricia.h Sun Oct 5 19:21:49 2003 @@ -0,0 +1,11 @@ +--- patricia.h.orig Sun Oct 5 18:29:52 2003 ++++ patricia.h Sun Oct 5 18:30:05 2003 +@@ -51,6 +51,8 @@ + #ifndef _PATRICIA_H + #define _PATRICIA_H + ++#include ++ + /* typedef unsigned int u_int; */ + typedef void (*void_fn_t)(); + /* { from defs.h */ --mvzZjokS1nTZS3h1-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 09:06:55 2003 Return-Path: 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 299F316A4B3 for ; Sun, 5 Oct 2003 09:06:55 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id D09CE43FEA for ; Sun, 5 Oct 2003 09:06:51 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 01D7BA9AD; Sun, 5 Oct 2003 12:06:50 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id A73F0B855; Sun, 5 Oct 2003 12:06:50 -0400 (EDT) Date: Sun, 5 Oct 2003 12:06:50 -0400 From: Michael Edenfield To: Clint Olsen Message-ID: <20031005160650.GC43094@wombat.localnet> Mail-Followup-To: Clint Olsen , Jeremy Messenger , ports@freebsd.org References: <20031004064006.GA11754@0lsen.net> <20031004065314.GA16632@0lsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s9fJI615cBHmzTOP" Content-Disposition: inline In-Reply-To: <20031004065314.GA16632@0lsen.net> X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.4i cc: ports@freebsd.org cc: Jeremy Messenger Subject: Re: Still having issues - Shared object "libintl.so.1" not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 16:06:55 -0000 --s9fJI615cBHmzTOP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Clint Olsen [031004 02:53]: > On Oct 04, Jeremy Messenger wrote: > >=20 > > Try to run 'portupgrade -rf gettext -m BATCH=3Dyes'.. >=20 > I think the dependencies of some of these ports may not be quite right. I > ran this command earlier without the -m flag, and some of the recursive > dependencies failed for example because GNU make was taken out of commisi= on > by the missing library. It would seem that gmake would be (one of) the > first order(s) of business. Of course, this might be a failure mode that > wasn't expected... I think there are issues with GNU make not being registered as a dependancy properly. Specifically, I was able to pkg_delete it without any other packages being flagged as dependant, and rebuild it. Perhaps it related to gmake being a build-time dependancy but not a run-time dependancy? At any rate, the best thing to do is, as you said, force gmake to be rebuilt first, then portupgrad -rf gettext second. --Mike --s9fJI615cBHmzTOP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/gEGaCczNhKRsh48RApHhAJ90HBdxWy8yPS175gkO4JrvQN+2cACeNwrC Ba6zGf5x/81BYroWlevgseU= =aL5T -----END PGP SIGNATURE----- --s9fJI615cBHmzTOP-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 09:47:05 2003 Return-Path: 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 1DCD116A4B3 for ; Sun, 5 Oct 2003 09:47:05 -0700 (PDT) Received: from cowbert.2y.net (d46h180.public.uconn.edu [137.99.46.180]) by mx1.FreeBSD.org (Postfix) with SMTP id 7AA0A43FBF for ; Sun, 5 Oct 2003 09:47:04 -0700 (PDT) (envelope-from sirmoo@cowbert.2y.net) Received: (qmail 46284 invoked by uid 1001); 5 Oct 2003 16:47:03 -0000 Date: Sun, 5 Oct 2003 12:47:03 -0400 From: "Peter C. Lai" To: freebsd-ports@freebsd.org Message-ID: <20031005164703.GD399@cowbert.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: Turning off Xpm support in mod_php4-4.3.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: peter.lai@uconn.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 16:47:05 -0000 I can't seem to find a make knob to turn off Xpm support in mod_php4-4.3.3_1. One ought to be able to build PHP without X for obvious reasons. Any ideas? -- Peter C. Lai University of Connecticut Dept. of Molecular and Cell Biology Yale University School of Medicine SenseLab | Research Assistant http://cowbert.2y.net/ From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 09:49:01 2003 Return-Path: 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 E906E16A4B3; Sun, 5 Oct 2003 09:49:01 -0700 (PDT) Received: from bmw.elinuxservers.com (bmw.elinuxservers.com [64.235.247.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5108843FFB; Sun, 5 Oct 2003 09:48:59 -0700 (PDT) (envelope-from justin@secnix.com) Received: from pcp03054010pcs.nstnig01.ct.comcast.net ([68.63.162.174] helo=cookwrksta01.nstnig01.ct.comcast.net) by bmw.elinuxservers.com with esmtp (Exim 4.24) id 1A6C42-0007dU-KP; Sun, 05 Oct 2003 09:48:58 -0700 Content-Type: text/plain; charset=utf-8; format=flowed To: dwcjr@freebsd.org From: Justin Cook Organization: Secnix MIME-Version: 1.0 Date: Sun, 05 Oct 2003 12:49:22 -0400 Message-ID: User-Agent: Opera7.11/Linux M2 build 406 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bmw.elinuxservers.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - secnix.com cc: ports@freebsd.org Subject: FreeBSD Port: samba-devel-3.0.0.b3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 16:49:02 -0000 Could you please comment on the availability of Samba 3.0 stable release in the FreeBSD ports tree. Thank you, Justin From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 09:58:45 2003 Return-Path: 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 CCB6516A4B3; Sun, 5 Oct 2003 09:58:45 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.com [209.198.171.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFAAA43FF2; Sun, 5 Oct 2003 09:58:44 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (unknown [192.168.1.122]) by leviathan.inethouston.net (Postfix) with SMTP id 68CB774653C; Sun, 5 Oct 2003 11:58:46 -0500 (CDT) Message-ID: <093e01c38b62$6118ffb0$7a01a8c0@dwcjr> From: "David W. Chapman Jr." To: , "Justin Cook" References: Date: Sun, 5 Oct 2003 12:01:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: ports@freebsd.org Subject: Re: FreeBSD Port: samba-devel-3.0.0.b3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 16:58:45 -0000 As soon as the ports tree is not frozen I will update it. ----- Original Message ----- From: "Justin Cook" To: Cc: Sent: Sunday, October 05, 2003 11:49 AM Subject: FreeBSD Port: samba-devel-3.0.0.b3 > > Could you please comment on the availability of Samba 3.0 stable release in > the FreeBSD ports tree. > > Thank you, > > Justin > From owner-freebsd-ports@FreeBSD.ORG Sat Oct 4 19:02:11 2003 Return-Path: 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 0995816A4B3 for ; Sat, 4 Oct 2003 19:02:11 -0700 (PDT) Received: from totalspeed.com (mail.totalspeed.com [63.137.244.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A74143FF9 for ; Sat, 4 Oct 2003 19:02:09 -0700 (PDT) (envelope-from andrew@carroll-tech.net) Received: from win [64.156.33.203] by totalspeed.com (SMTPD32-8.03) id AA864670124; Sat, 04 Oct 2003 19:57:26 -0600 Message-ID: <000a01c38ae7$50115ee0$0201a8c0@win> From: "Andrew Carroll" To: Date: Sat, 4 Oct 2003 20:20:56 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailman-Approved-At: Sun, 05 Oct 2003 11:32:48 -0700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Open Office X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 02:02:11 -0000 Dear Sir or Ma'am, I just purchased the FreeBSD 5.1 box set which includes the Toolkit and = the installation CD's. I am looking for the Open Office package. Can = you tell me the filename I should look for? Is that package on the = toolkit or the 4 CD's that aren't a part of the toolkit? =20 I've searched on all 10 CD's and it doesn't seem to be on any of them. = If it is a "distfile" what is that name? Thanks for any help you can provide. Andrew andrew@carroll-tech.net From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 12:01:34 2003 Return-Path: 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 75B5916A4B3; Sun, 5 Oct 2003 12:01:34 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD76F43FE9; Sun, 5 Oct 2003 12:01:32 -0700 (PDT) (envelope-from chkno@chkno.net) Received: from chkno.net ([12.211.36.249]) by comcast.net (sccrmhc11) with ESMTP id <20031005190131011006tmrne>; Sun, 5 Oct 2003 19:01:31 +0000 Received: from chkno.net (www@localhost [127.0.0.1]) by chkno.net (8.12.9/8.12.9) with SMTP id h95J3cCQ054590; Sun, 5 Oct 2003 12:03:38 -0700 (PDT) (envelope-from chkno@chkno.net) Received: from 192.168.151.9 (SquirrelMail authenticated user chkno) by chkno.net with HTTP; Sun, 5 Oct 2003 12:03:38 -0700 (PDT) Message-ID: <45258.192.168.151.9.1065380618.squirrel@chkno.net> Date: Sun, 5 Oct 2003 12:03:38 -0700 (PDT) From: "chkno" To: ports@FreeBSD.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: daichi@FreeBSD.org Subject: ports/games/ltris 1.0.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 19:01:34 -0000 LTris 1.0.5 is released, up from 1.0.4. No build changes necessary. diff -ru ports/games/ltris.orig/Makefile ports/games/ltris/Makefile --- ports/games/ltris.orig/Makefile Sun Oct 5 11:53:40 2003 +++ ports/games/ltris/Makefile Sun Oct 5 11:48:22 2003 @@ -6,7 +6,7 @@ # PORTNAME= ltris -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff -ru ports/games/ltris.orig/distinfo ports/games/ltris/distinfo --- ports/games/ltris.orig/distinfo Sun Oct 5 11:53:46 2003 +++ ports/games/ltris/distinfo Sun Oct 5 11:53:55 2003 @@ -1 +1 @@ -MD5 (ltris-1.0.4.tar.gz) = e5fc931877f21384972e755894254b43 +MD5 (ltris-1.0.5.tar.gz) = 0d86cfc181dfb582bceb88fa611a973b From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 12:12:19 2003 Return-Path: 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 D51E416A4B3 for ; Sun, 5 Oct 2003 12:12:19 -0700 (PDT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAD843FE1 for ; Sun, 5 Oct 2003 12:12:18 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout02.sul.t-online.com with smtp id 1A6EIj-0007tk-00; Sun, 05 Oct 2003 21:12:17 +0200 Received: from Andro-Beta.Leidinger.net (ZwAMI6ZL8e3WjXhmC6i3Cjv4Sko73SC9BV43k7sgnlPr+0xAt9ia8S@[217.83.26.92]) by fmrl07.sul.t-online.com with esmtp id 1A6EIZ-0b1pKK0; Sun, 5 Oct 2003 21:12:07 +0200 Received: from Magelan.Leidinger.net (Magellan [192.168.1.1]) h95JC2f5074241 for ; Sun, 5 Oct 2003 21:12:03 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.10/8.12.10) with SMTP id h95JC2Ho002924 for ; Sun, 5 Oct 2003 21:12:02 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 5 Oct 2003 21:12:02 +0200 From: Alexander Leidinger To: freebsd-ports@freebsd.org Message-Id: <20031005211202.13adc48a.Alexander@Leidinger.net> In-Reply-To: <093e01c38b62$6118ffb0$7a01a8c0@dwcjr> References: <093e01c38b62$6118ffb0$7a01a8c0@dwcjr> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: ZwAMI6ZL8e3WjXhmC6i3Cjv4Sko73SC9BV43k7sgnlPr+0xAt9ia8S@t-dialin.net Subject: Re: FreeBSD Port: samba-devel-3.0.0.b3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 19:12:19 -0000 On Sun, 5 Oct 2003 12:01:48 -0500 "David W. Chapman Jr." wrote: > As soon as the ports tree is not frozen I will update it. Portmgr already announced that the tree is semi-unfrozen (no massive port sweeps or ports with large dependencies like XFree). And there are a lot of commits which I and other port committers already did. Bye, Alexander. -- Actually, Microsoft is sort of a mixture between the Borg and the Ferengi. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 12:35:03 2003 Return-Path: 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 669B516A4B3 for ; Sun, 5 Oct 2003 12:35:03 -0700 (PDT) Received: from fepC.post.tele.dk (fepC.post.tele.dk [195.41.46.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE2B43FBD for ; Sun, 5 Oct 2003 12:35:00 -0700 (PDT) (envelope-from hv1264@ehs.dk) Received: from HENNING ([80.163.59.176]) by fepC.post.tele.dk (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031005193457.VNEZ20172.fepC.post.tele.dk@HENNING> for ; Sun, 5 Oct 2003 21:34:57 +0200 Message-ID: <001901c38b77$aec60d10$4f01a8c0@HENNING> From: "Henning Vedstesen" To: Date: Sun, 5 Oct 2003 21:34:24 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0015_01C38B88.720291D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: licq + pthread failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 19:35:03 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0015_01C38B88.720291D0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable I have recently installed FreeBSD 5.1-RELEASE. When I try to install = licq I get pthread errors. It seems to me like a failure in that port.=20 I have attached the script for the attempted installation ------=_NextPart_000_0015_01C38B88.720291D0 Content-Type: text/plain; name="licq.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="licq.txt" Script started on Sun Oct 5 14:25:31 2003=0A= =3D=3D=3D> Extracting for licq-base-1.2.7 >> Checksum OK for licq-1.2.7.tar.bz2. =3D=3D=3D> Patching for licq-base-1.2.7 =3D=3D=3D> Applying FreeBSD patches for licq-base-1.2.7 =3D=3D=3D> licq-base-1.2.7 depends on executable: gmake - found =3D=3D=3D> Configuring for licq-base-1.2.7 /usr/bin/sed -i.bak -e 's=3D/usr/share/licq=3D/usr/local/share/licq=3D' = /usr/ports/net/licq/work/licq-1.2.7/src/licq.conf.h Ignoring existing libgnugetopt /usr/bin/sed -i.bak -e 's=3Dgetopt.h=3D=3D' -e 's=3DFLAGS = -pthread=3DFLAGS -D_THREAD_SAFE=3D' = /usr/ports/net/licq/work/licq-1.2.7/configure configure: WARNING: you should use --build, --host, --target checking build system type... i386-portbld-freebsd5.1 checking host system type... i386-portbld-freebsd5.1 checking target system type... i386-portbld-freebsd5.1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets ${MAKE}... yes checking for i386-portbld-freebsd5.1-gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 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 style of include used by gmake... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for i386-portbld-freebsd5.1-g++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking whether c++ accepts -fno-exceptions -fno-check-new... yes checking how to run the C++ preprocessor... c++ -E checking for strerror in -lcposix... no checking whether gmake sets ${MAKE}... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g = wheel checking for i386-portbld-freebsd5.1-ranlib... no checking for ranlib... ranlib checking for strip... /usr/bin/strip checking for size... /usr/bin/size Setting FreeBSD compilation options checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for unistd.h... (cached) yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for inet_addr in -lxnet... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for pthread_cancel in -lc_r... yes checking for dlopen in -lc_r... yes checking for dlopen modes... RTLD_NOW checking for inet_addr... yes checking for inet_aton... yes checking for mktime... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for hstrerror... yes checking for readdir_r... yes checking whether to enable SOCKS5 support... no checking if OpenSSL support is desired... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for DH_free in -lcrypto... yes checking for SSL_new in -lssl... yes checking if OpenSSL support can be enabled... yes checking vector usability... yes checking vector presence... yes checking for vector... yes checking for cc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for size_t... yes checking for socklen_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for sys_errlist and sys_nerr... yes checking for tm_gmtoff... yes checking for extern long timezone... yes checking for ld used by GCC... /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 for a sed that does not truncate output...=20 checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 16384 checking command to parse nm output from cc object... ok checking for objdir... .libs checking for i386-portbld-freebsd5.1-ranlib... ranlib checking for i386-portbld-freebsd5.1-strip... no checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... yes 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 how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd5.1 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool 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 how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd5.1 ld.so appending configuration tag "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/bin/ld) supports shared = libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd5.1 ld.so configure: creating ./config.status config.status: creating bin/Makefile config.status: creating share/Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating Makefile config.status: creating config.h config.status: executing default-1 commands SOCKS5 support is disabled. OpenSSL secure channel support is enabled. --- Now type "gmake" to build Licq --- --- If gmake is not working, try "make" --- =3D=3D=3D> Building for licq-base-1.2.7 cd . \ && CONFIG_FILES=3D CONFIG_HEADERS=3Dconfig.h \ /bin/sh ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands gmake all-recursive gmake[1]: Entering directory `/usr/ports/net/licq/work/licq-1.2.7' Making all in share gmake[2]: Entering directory `/usr/ports/net/licq/work/licq-1.2.7/share' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/net/licq/work/licq-1.2.7/share' Making all in src gmake[2]: Entering directory `/usr/ports/net/licq/work/licq-1.2.7/src' source=3D'licq.cpp' object=3D'licq.o' libtool=3Dno \ depfile=3D'.deps/licq.Po' tmpdepfile=3D'.deps/licq.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o licq.o `test -f = licq.cpp || echo './'`licq.cpp source=3D'main.cpp' object=3D'main.o' libtool=3Dno \ depfile=3D'.deps/main.Po' tmpdepfile=3D'.deps/main.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o main.o `test -f = main.cpp || echo './'`main.cpp source=3D'icqpacket.cpp' object=3D'icqpacket.o' libtool=3Dno \ depfile=3D'.deps/icqpacket.Po' tmpdepfile=3D'.deps/icqpacket.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqpacket.o `test -f = icqpacket.cpp || echo './'`icqpacket.cpp source=3D'proxy.cpp' object=3D'proxy.o' libtool=3Dno \ depfile=3D'.deps/proxy.Po' tmpdepfile=3D'.deps/proxy.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o proxy.o `test -f = proxy.cpp || echo './'`proxy.cpp source=3D'socket.cpp' object=3D'socket.o' libtool=3Dno \ depfile=3D'.deps/socket.Po' tmpdepfile=3D'.deps/socket.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o socket.o `test -f = socket.cpp || echo './'`socket.cpp source=3D'icqd.cpp' object=3D'icqd.o' libtool=3Dno \ depfile=3D'.deps/icqd.Po' tmpdepfile=3D'.deps/icqd.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqd.o `test -f = icqd.cpp || echo './'`icqd.cpp source=3D'icqd-tcp.cpp' object=3D'icqd-tcp.o' libtool=3Dno \ depfile=3D'.deps/icqd-tcp.Po' tmpdepfile=3D'.deps/icqd-tcp.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqd-tcp.o `test -f = icqd-tcp.cpp || echo './'`icqd-tcp.cpp source=3D'icqd-srv.cpp' object=3D'icqd-srv.o' libtool=3Dno \ depfile=3D'.deps/icqd-srv.Po' tmpdepfile=3D'.deps/icqd-srv.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqd-srv.o `test -f = icqd-srv.cpp || echo './'`icqd-srv.cpp icqd-srv.cpp: In member function `void = CICQDaemon::ProcessMessageFam(CBuffer&,=20 short unsigned int)': icqd-srv.cpp:2037: warning: unused variable `short unsigned int = nSubEncoding' source=3D'icqd-threads.cpp' object=3D'icqd-threads.o' libtool=3Dno \ depfile=3D'.deps/icqd-threads.Po' tmpdepfile=3D'.deps/icqd-threads.TPo' = \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqd-threads.o `test = -f icqd-threads.cpp || echo './'`icqd-threads.cpp source=3D'icqevent.cpp' object=3D'icqevent.o' libtool=3Dno \ depfile=3D'.deps/icqevent.Po' tmpdepfile=3D'.deps/icqevent.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqevent.o `test -f = icqevent.cpp || echo './'`icqevent.cpp source=3D'buffer.cpp' object=3D'buffer.o' libtool=3Dno \ depfile=3D'.deps/buffer.Po' tmpdepfile=3D'.deps/buffer.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o buffer.o `test -f = buffer.cpp || echo './'`buffer.cpp source=3D'user.cpp' object=3D'user.o' libtool=3Dno \ depfile=3D'.deps/user.Po' tmpdepfile=3D'.deps/user.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o user.o `test -f = user.cpp || echo './'`user.cpp source=3D'history.cpp' object=3D'history.o' libtool=3Dno \ depfile=3D'.deps/history.Po' tmpdepfile=3D'.deps/history.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o history.o `test -f = history.cpp || echo './'`history.cpp source=3D'utility.cpp' object=3D'utility.o' libtool=3Dno \ depfile=3D'.deps/utility.Po' tmpdepfile=3D'.deps/utility.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o utility.o `test -f = utility.cpp || echo './'`utility.cpp source=3D'countrycodes.c' object=3D'countrycodes.o' libtool=3Dno \ depfile=3D'.deps/countrycodes.Po' tmpdepfile=3D'.deps/countrycodes.TPo' = \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -D_THREAD_SAFE -c `test -f countrycodes.c || echo = './'`countrycodes.c source=3D'log.cpp' object=3D'log.o' libtool=3Dno \ depfile=3D'.deps/log.Po' tmpdepfile=3D'.deps/log.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o log.o `test -f = log.cpp || echo './'`log.cpp source=3D'translate.cpp' object=3D'translate.o' libtool=3Dno \ depfile=3D'.deps/translate.Po' tmpdepfile=3D'.deps/translate.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o translate.o `test -f = translate.cpp || echo './'`translate.cpp source=3D'file.cpp' object=3D'file.o' libtool=3Dno \ depfile=3D'.deps/file.Po' tmpdepfile=3D'.deps/file.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o file.o `test -f = file.cpp || echo './'`file.cpp source=3D'message.cpp' object=3D'message.o' libtool=3Dno \ depfile=3D'.deps/message.Po' tmpdepfile=3D'.deps/message.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o message.o `test -f = message.cpp || echo './'`message.cpp message.cpp: In member function `int = CUserEvent::AddToHistory_Header(direction,=20 char*)': message.cpp:130: warning: long unsigned int format, time_t arg (arg 7) source=3D'support.c' object=3D'support.o' libtool=3Dno \ depfile=3D'.deps/support.Po' tmpdepfile=3D'.deps/support.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -D_THREAD_SAFE -c `test -f support.c || echo = './'`support.c support.c:250:2: warning: #warning "I don't know how to do reentrant = gethostbyname on this machine." support.c:251:2: warning: #warning "Using thread-unsafe version." source=3D'pthread_rdwr.c' object=3D'pthread_rdwr.o' libtool=3Dno \ depfile=3D'.deps/pthread_rdwr.Po' tmpdepfile=3D'.deps/pthread_rdwr.TPo' = \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -D_THREAD_SAFE -c `test -f pthread_rdwr.c || echo = './'`pthread_rdwr.c source=3D'onevent.cpp' object=3D'onevent.o' libtool=3Dno \ depfile=3D'.deps/onevent.Po' tmpdepfile=3D'.deps/onevent.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o onevent.o `test -f = onevent.cpp || echo './'`onevent.cpp source=3D'plugind.cpp' object=3D'plugind.o' libtool=3Dno \ depfile=3D'.deps/plugind.Po' tmpdepfile=3D'.deps/plugind.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o plugind.o `test -f = plugind.cpp || echo './'`plugind.cpp source=3D'sar.cpp' object=3D'sar.o' libtool=3Dno \ depfile=3D'.deps/sar.Po' tmpdepfile=3D'.deps/sar.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o sar.o `test -f = sar.cpp || echo './'`sar.cpp source=3D'languagecodes.c' object=3D'languagecodes.o' libtool=3Dno \ depfile=3D'.deps/languagecodes.Po' = tmpdepfile=3D'.deps/languagecodes.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -D_THREAD_SAFE -c `test -f languagecodes.c || = echo './'`languagecodes.c source=3D'icqd-chat.cpp' object=3D'icqd-chat.o' libtool=3Dno \ depfile=3D'.deps/icqd-chat.Po' tmpdepfile=3D'.deps/icqd-chat.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqd-chat.o `test -f = icqd-chat.cpp || echo './'`icqd-chat.cpp source=3D'sighandler.c' object=3D'sighandler.o' libtool=3Dno \ depfile=3D'.deps/sighandler.Po' tmpdepfile=3D'.deps/sighandler.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -D_THREAD_SAFE -c `test -f sighandler.c || echo = './'`sighandler.c source=3D'icqd-filetransfer.cpp' object=3D'icqd-filetransfer.o' = libtool=3Dno \ depfile=3D'.deps/icqd-filetransfer.Po' = tmpdepfile=3D'.deps/icqd-filetransfer.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqd-filetransfer.o = `test -f icqd-filetransfer.cpp || echo './'`icqd-filetransfer.cpp source=3D'hebrev.c' object=3D'hebrev.o' libtool=3Dno \ depfile=3D'.deps/hebrev.Po' tmpdepfile=3D'.deps/hebrev.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -D_THREAD_SAFE -c `test -f hebrev.c || echo = './'`hebrev.c source=3D'icqcolor.cpp' object=3D'icqcolor.o' libtool=3Dno \ depfile=3D'.deps/icqcolor.Po' tmpdepfile=3D'.deps/icqcolor.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o icqcolor.o `test -f = icqcolor.cpp || echo './'`icqcolor.cpp source=3D'fifo.cpp' object=3D'fifo.o' libtool=3Dno \ depfile=3D'.deps/fifo.Po' tmpdepfile=3D'.deps/fifo.TPo' \ depmode=3Dgcc3 /bin/sh ../admin/depcomp \ c++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include = -DINSTALL_PREFIX=3D\"/usr/local\" -D_THREAD_SAFE -I/usr/include -O = -pipe -march=3Dpentium -fmemoize-lookups -fsave-memoized -Wno-deprecated = -fno-exceptions -fno-check-new -D_THREAD_SAFE -c -o fifo.o `test -f = fifo.cpp || echo './'`fifo.cpp /bin/sh ../libtool --silent --mode=3Dlink c++ -O -pipe -march=3Dpentium = -fmemoize-lookups -fsave-memoized -Wno-deprecated -fno-exceptions = -fno-check-new -D_THREAD_SAFE -lc_r -rpath=3D/usr/lib:/usr/local/lib -o = licq -export-dynamic licq.o main.o icqpacket.o proxy.o socket.o icqd.o = icqd-tcp.o icqd-srv.o icqd-threads.o icqevent.o buffer.o user.o = history.o utility.o countrycodes.o log.o translate.o file.o message.o = support.o pthread_rdwr.o onevent.o plugind.o sar.o languagecodes.o = icqd-chat.o sighandler.o icqd-filetransfer.o hebrev.o icqcolor.o fifo.o = -lssl -lcrypto -lc_r -lc_r -L/usr/lib licq.o: In function `CLicq::Main()': licq.o(.text+0x1513): undefined reference to `pthread_cond_timedwait' licq.o(.text+0x1626): undefined reference to `pthread_join' licq.o(.text+0x16f9): undefined reference to `pthread_cancel' licq.o(.text+0x1737): undefined reference to `pthread_join' icqd.o: In function `CICQDaemon::DoneServerEvent(unsigned long, = EventResult)': icqd.o(.text+0x3e20): undefined reference to `pthread_equal' icqd.o(.text+0x3e3d): undefined reference to `pthread_cancel' icqd.o: In function `CICQDaemon::DoneEvent(ICQEvent*, EventResult)': icqd.o(.text+0x3f20): undefined reference to `pthread_equal' icqd.o(.text+0x3f3d): undefined reference to `pthread_cancel' icqd.o: In function `CICQDaemon::DoneEvent(int, unsigned long, = EventResult)': icqd.o(.text+0x4052): undefined reference to `pthread_equal' icqd.o(.text+0x4072): undefined reference to `pthread_cancel' icqd.o: In function `CICQDaemon::DoneEvent(unsigned long, EventResult)': icqd.o(.text+0x4180): undefined reference to `pthread_equal' icqd.o(.text+0x419d): undefined reference to `pthread_cancel' icqd-srv.o: In function `CICQDaemon::postLogoff(int, ICQEvent*)': icqd-srv.o(.text+0x35ca): undefined reference to `pthread_equal' icqd-srv.o(.text+0x35dc): undefined reference to `pthread_cancel' icqd-threads.o: In function `cleanup_thread_tep(void*)': icqd-threads.o(.text+0x53): undefined reference to `pthread_detach' icqd-threads.o(.text+0x61): undefined reference to `pthread_join' icqd-threads.o(.text+0x80): undefined reference to `pthread_exit' icqd-threads.o: In function `ConnectToServer_tep(void*)': icqd-threads.o(.text+0xcb): undefined reference to `pthread_exit' icqd-threads.o: In function `ProcessRunningEvent_Server_tep(void*)': icqd-threads.o(.text+0xe5): undefined reference to `pthread_detach' icqd-threads.o(.text+0xf1): undefined reference to = `pthread_setcanceltype' icqd-threads.o(.text+0x307): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x339): undefined reference to = `pthread_cleanup_push' icqd-threads.o(.text+0x345): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x34a): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x380): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x3ad): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x3ca): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x40f): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x440): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x48b): undefined reference to = `pthread_cleanup_push' icqd-threads.o(.text+0x4a7): undefined reference to = `pthread_cleanup_push' icqd-threads.o(.text+0x4b3): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x4b8): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x4c4): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x4f0): undefined reference to = `pthread_cleanup_pop' icqd-threads.o(.text+0x55d): undefined reference to = `pthread_cleanup_pop' icqd-threads.o(.text+0x575): undefined reference to = `pthread_cleanup_pop' icqd-threads.o(.text+0x581): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x586): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x5a2): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x608): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x64e): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x653): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x693): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x6a0): undefined reference to `pthread_exit' icqd-threads.o: In function `ProcessRunningEvent_Client_tep(void*)': icqd-threads.o(.text+0x6c5): undefined reference to `pthread_detach' icqd-threads.o(.text+0x6d1): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x6dd): undefined reference to = `pthread_setcanceltype' icqd-threads.o(.text+0x6f2): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x6f7): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x724): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x741): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x746): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x763): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x787): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x7af): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x7b4): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x7c9): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x7fc): undefined reference to = `pthread_cleanup_push' icqd-threads.o(.text+0x81e): undefined reference to = `pthread_cleanup_push' icqd-threads.o(.text+0x82a): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x82f): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x83b): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x864): undefined reference to = `pthread_cleanup_pop' icqd-threads.o(.text+0x8a9): undefined reference to = `pthread_cleanup_pop' icqd-threads.o(.text+0x8d4): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x8d9): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x8ee): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x96b): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x970): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x9ac): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x9b1): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0x9c7): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0x9d1): undefined reference to `pthread_exit' icqd-threads.o: In function `ReverseConnectToUser_tep(void*)': icqd-threads.o(.text+0x9f3): undefined reference to `pthread_detach' icqd-threads.o: In function `Ping_tep(void*)': icqd-threads.o(.text+0xa50): undefined reference to `pthread_detach' icqd-threads.o(.text+0xa68): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0xad8): undefined reference to = `pthread_setcancelstate' icqd-threads.o(.text+0xadd): undefined reference to `pthread_testcancel' icqd-threads.o(.text+0xb06): undefined reference to `pthread_testcancel' icqd-threads.o: In function `MonitorSockets_tep(void*)': icqd-threads.o(.text+0xc5d): undefined reference to `pthread_exit' icqd-threads.o: In function `Shutdown_tep(void*)': icqd-threads.o(.text+0x1124): undefined reference to `pthread_cancel' icqd-threads.o(.text+0x1134): undefined reference to `pthread_join' plugind.o: In function `CPlugin::CompareThread(pthread*)': plugind.o(.text+0x360): undefined reference to `pthread_equal' icqd-chat.o: In function `CChatManager::CloseChat()': icqd-chat.o(.text+0x6b5d): undefined reference to `pthread_join' icqd-chat.o: In function `ChatManager_tep': icqd-chat.o(.text+0x714b): undefined reference to `pthread_exit' icqd-filetransfer.o: In function = `CFileTransferManager::CloseFileTransfer()': icqd-filetransfer.o(.text+0x249b): undefined reference to `pthread_join' icqd-filetransfer.o: In function `FileTransferManager_tep(void*)': icqd-filetransfer.o(.text+0x2784): undefined reference to `pthread_exit' gmake[2]: *** [licq] Error 1 gmake[2]: Leaving directory `/usr/ports/net/licq/work/licq-1.2.7/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/licq/work/licq-1.2.7' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net/licq. =0A= Script done on Sun Oct 5 14:26:20 2003=0A= ------=_NextPart_000_0015_01C38B88.720291D0-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 15:36:43 2003 Return-Path: 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 4B88F16A4B3 for ; Sun, 5 Oct 2003 15:36:43 -0700 (PDT) Received: from hotmail.com (bay10-f86.bay10.hotmail.com [64.4.37.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDB543F85 for ; Sun, 5 Oct 2003 15:36:42 -0700 (PDT) (envelope-from ang_wee_tiong@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 5 Oct 2003 15:36:42 -0700 Received: from 192.146.136.129 by by10fd.bay10.hotmail.msn.com with HTTP; Sun, 05 Oct 2003 22:36:42 GMT X-Originating-IP: [192.146.136.129] X-Originating-Email: [ang_wee_tiong@hotmail.com] From: "Wee Tiong Ang" To: ports@FreeBSD.org Date: Mon, 06 Oct 2003 06:36:42 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Oct 2003 22:36:42.0742 (UTC) FILETIME=[2668B160:01C38B91] Subject: Errors installing DC X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 22:36:43 -0000 Hi Got the following error which I have no idea whatsoever: ===> Building for opendchub-0.7.4 gmake all-recursive gmake[1]: Entering directory `/usr/ports/net/opendchub/work/opendchub-0.7.4' Making all in src gmake[2]: Entering directory `/usr/ports/net/opendchub/work/opendchub-0.7.4/src'cc -O -pipe -o opendchub commands.o fileio.o main.o network.o perl_utils.o utils.o xs_functions.o -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 -lc -lcrypt -lperl -lm perl_utils.o: In function `sub_to_script': perl_utils.o(.text+0xc77): undefined reference to `call_pv' gmake[2]: *** [opendchub] Error 1 gmake[2]: Leaving directory `/usr/ports/net/opendchub/work/opendchub-0.7.4/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/opendchub/work/opendchub-0.7.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Please advise... Regards Wee Tiong _________________________________________________________________ Download games, logos, wallpapers and lots more at MSN Mobile! http://www.msn.com.sg/mobile/ From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 18:44:50 2003 Return-Path: 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 5E20016A4B3 for ; Sun, 5 Oct 2003 18:44:50 -0700 (PDT) Received: from web13407.mail.yahoo.com (web13407.mail.yahoo.com [216.136.175.65]) by mx1.FreeBSD.org (Postfix) with SMTP id F0E4543F75 for ; Sun, 5 Oct 2003 18:44:49 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20031006014449.70751.qmail@web13407.mail.yahoo.com> Received: from [200.91.194.217] by web13407.mail.yahoo.com via HTTP; Sun, 05 Oct 2003 18:44:49 PDT Date: Sun, 5 Oct 2003 18:44:49 -0700 (PDT) From: "Pedro F. Giffuni" To: freebsd-ports@FreeBSD.org In-Reply-To: <20030928155956.GA89851@falcon.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: XView port is now clean (was Re: xview-clients port and the bento log) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 01:44:50 -0000 Hi; Anyone interested in XView might want to look at PR ports/57629. I finished cleaning all of the issues I could find, including all those dirent.h warnings, but I haven't tested all the fixes. It was a lot of work, I'm not planning on doing more maintainance on that beast, of course I said that 4 years ago too :-) cheers, Pedro. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 22:11:30 2003 Return-Path: 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 403AC16A4C1 for ; Sun, 5 Oct 2003 22:11:30 -0700 (PDT) Received: from bourbon.accessibility.org (bourbon.accessibility.org [210.226.20.19]) by mx1.FreeBSD.org (Postfix) with SMTP id 2C12943FF3 for ; Sun, 5 Oct 2003 22:11:28 -0700 (PDT) (envelope-from max@wide.ad.jp) Received: (qmail 80896 invoked from network); 6 Oct 2003 05:11:26 -0000 Received: from ale.imgsrc.co.jp (210.226.20.142) by bourbon.accessibility.org with SMTP; 6 Oct 2003 05:11:26 -0000 Date: Mon, 06 Oct 2003 14:11:26 +0900 Message-ID: <87zngfkl1d.wl%max@wide.ad.jp> From: Masafumi NAKANE To: roam@ringlet.net In-Reply-To: <20031003134430.GB541@straylight.oblivion.bg> References: <1065136038.550.6.camel@fw-bsd.freestart.hu> <20031003134430.GB541@straylight.oblivion.bg> User-Agent: Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) X-PGP-Fingerprint: EB40 BCAB 4CE5 0764 9942 378C 9596 159E CE35 6B59 X-ICQ-UIN: 46494717 MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: wpooh@freestart.hu cc: ports@freebsd.org Subject: Re: bad url X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 05:11:30 -0000 Thanks for the note. I just committed the correction. Cheers, Max On Fri, 3 Oct 2003 16:44:30 +0300, Peter Pentchev wrote: > On Fri, Oct 03, 2003 at 01:07:19AM +0200, Racz Janos wrote: > > Hi! > > > > I'd like to inform you that the WWW address for the port 'lang/swi-pl' > > has been changed so the url given in port description page is invalid. I > > think the new url is http://www.swi-prolog.org. > Good catch! > Racz, actually you might have sent this directly to Nakane-san > , who is the maintainer of the lang/swi-pl FreeBSD > port; you can find this out by doing the following: > [roam@straylight /usr/ports/lang/swi-pl]> make maintainer > max@FreeBSD.org > [roam@straylight /usr/ports/lang/swi-pl]> > Nakane-san, what do you think about the attached (trivial) patch? > G'luck, > Peter > -- > Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org > PGP key: http://people.FreeBSD.org/~roam/roam.key.asc > Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 > I am jealous of the first word in this sentence. From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 22:56:18 2003 Return-Path: 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 21CB816A4B3 for ; Sun, 5 Oct 2003 22:56:18 -0700 (PDT) Received: from cowbert.2y.net (d46h180.public.uconn.edu [137.99.46.180]) by mx1.FreeBSD.org (Postfix) with SMTP id A8FCE43FD7 for ; Sun, 5 Oct 2003 22:56:16 -0700 (PDT) (envelope-from sirmoo@cowbert.2y.net) Received: (qmail 7054 invoked by uid 1001); 6 Oct 2003 05:56:15 -0000 Date: Mon, 6 Oct 2003 01:56:15 -0400 From: "Peter C. Lai" To: freebsd-ports@freebsd.org Message-ID: <20031006055615.GA6660@cowbert.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: mod_php4-4.3.4.r1,1 broken with OpenSSL 0.9.7a X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: peter.lai@uconn.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 05:56:18 -0000 the libphp4.so resulting from a port build of mod_php4-4.3.3.r1,1 will fail to load when openssl >= 0.9.7 is being dynamically linked to as it will either result in unkresolved symbol pointing to the new macro OpenSSL_add_all_algorithms_noconf() (this is with -with-openssl enabled) or complain about the unresolved symbol to an EVP macro (no openssl config specified; still needs openssl for the other hashing algorithms however). THere are numerous reports of this problem on google. I fixed it by importing openssl 0.9.6[a-z] from another box; but that's hardly a fix. It's obviously an issue with the PHP folks but it would be nice to notify the port maintainer also). -- Peter C. Lai University of Connecticut Dept. of Molecular and Cell Biology Yale University School of Medicine SenseLab | Research Assistant http://cowbert.2y.net/ From owner-freebsd-ports@FreeBSD.ORG Sun Oct 5 23:58:38 2003 Return-Path: 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 73F2216A4B3 for ; Sun, 5 Oct 2003 23:58:38 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7450943FBD for ; Sun, 5 Oct 2003 23:58:37 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id EC7E340D6 for ; Mon, 6 Oct 2003 08:58:08 +0200 (CEST) Date: Mon, 6 Oct 2003 08:58:08 +0200 From: Martin Jessa To: ports@FreeBSD.org Message-Id: <20031006085808.09933024.freebsd@yazzy.org> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Broken port - jdk14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 06:58:38 -0000 make -DNODEBUG install clean results in: /usr/ports/java/jdk14/work/hotspot/src/share/vm/prims/jni.cpp:1349:56: pasting "." and "d" does not give a valid preprocessing token gmake[3]: *** [jni.o] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' gmake[2]: *** [the_vm] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' gmake: *** [product] Error 2 *** Error code 2 From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 06:27:30 2003 Return-Path: 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 4A6DD16A4B3 for ; Mon, 6 Oct 2003 06:27:30 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 118FA43FE1 for ; Mon, 6 Oct 2003 06:27:29 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96DRSGZ050462 for ; Mon, 6 Oct 2003 09:27:28 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96DRSuB094648 for ports@FreeBSD.org; Mon, 6 Oct 2003 09:27:28 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 09:27:28 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061327.h96DRSuB094648@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 13:27:30 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 U MOVED ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core U audio/Makefile U audio/linux-arts/Makefile U audio/linux-arts/distinfo.i386 U audio/linux-arts/pkg-descr U audio/linux-arts/pkg-plist.i386 ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U emulators/vmware2/Makefile ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core U mail/p5-Email-Valid/Makefile U mail/p5-Email-Valid/distinfo U mail/p5-Email-Valid/pkg-plist U misc/Makefile ? misc/flyway/make.core U misc/gkrellm-helium/Makefile U misc/gkrellm-helium/distinfo U misc/gkrellm-helium/pkg-descr U misc/gkrellm-helium/pkg-plist U net/Makefile ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core U net/gift/Makefile U net/gift/distinfo U net/gift/pkg-descr U net/gift/pkg-message U net/gift/pkg-plist U net/gift-openft/Makefile U net/gift-openft/distinfo U net/gift-openft/pkg-descr U net/gift-openft/pkg-plist U net/gift-openft/files/patch-configure U net/giftcurs/Makefile U net/giftcurs/distinfo U net/giftcurs/pkg-descr U net/giftcurs/pkg-plist ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U security/zebedee/files/patch-aa U sysutils/Makefile U sysutils/linux-afaapps/Makefile U sysutils/linux-afaapps/distinfo.i386 U sysutils/linux-afaapps/pkg-descr U sysutils/linux-afaapps/pkg-plist.i386 U www/Makefile U www/wiliki/Makefile U www/wiliki/distinfo U www/wiliki/pkg-descr U www/wiliki/pkg-message U www/wiliki/pkg-plist ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 06:32:04 2003 Return-Path: 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 95F6816A4B3 for ; Mon, 6 Oct 2003 06:32:04 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C4A43FCB for ; Mon, 6 Oct 2003 06:32:03 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96DW3GZ050471 for ; Mon, 6 Oct 2003 09:32:03 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96DTYDH031131 for ports@FreeBSD.org; Mon, 6 Oct 2003 09:29:34 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 09:29:34 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061329.h96DTYDH031131@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 13:32:04 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 U MOVED ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U audio/Makefile U audio/linux-arts/Makefile U audio/linux-arts/distinfo.i386 U audio/linux-arts/pkg-descr U audio/linux-arts/pkg-plist.i386 ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U emulators/vmware2/Makefile ? mail/log U mail/p5-Email-Valid/Makefile U mail/p5-Email-Valid/distinfo U mail/p5-Email-Valid/pkg-plist U misc/Makefile U misc/gkrellm-helium/Makefile U misc/gkrellm-helium/distinfo U misc/gkrellm-helium/pkg-descr U misc/gkrellm-helium/pkg-plist U net/Makefile ? net/bind9-dlz/Makefile.inc U net/gift/Makefile U net/gift/distinfo U net/gift/pkg-descr U net/gift/pkg-message U net/gift/pkg-plist U net/gift-openft/Makefile U net/gift-openft/distinfo U net/gift-openft/pkg-descr U net/gift-openft/pkg-plist U net/gift-openft/files/patch-configure U net/giftcurs/Makefile U net/giftcurs/distinfo U net/giftcurs/pkg-descr U net/giftcurs/pkg-plist ? net/powerdns/Makefile.inc U security/zebedee/files/patch-aa U sysutils/Makefile U sysutils/linux-afaapps/Makefile U sysutils/linux-afaapps/distinfo.i386 U sysutils/linux-afaapps/pkg-descr U sysutils/linux-afaapps/pkg-plist.i386 U www/Makefile U www/wiliki/Makefile U www/wiliki/distinfo U www/wiliki/pkg-descr U www/wiliki/pkg-message U www/wiliki/pkg-plist ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 07:27:06 2003 Return-Path: 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 1B2E116A4B3 for ; Mon, 6 Oct 2003 07:27:06 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0B43FD7 for ; Mon, 6 Oct 2003 07:27:05 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id C64E95485D; Mon, 6 Oct 2003 09:27:04 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 6AF916D475; Mon, 6 Oct 2003 09:27:04 -0500 (CDT) Date: Mon, 6 Oct 2003 09:27:04 -0500 From: "Jacques A. Vidrine" To: peter.lai@uconn.edu Message-ID: <20031006142704.GC443@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , peter.lai@uconn.edu, freebsd-ports@freebsd.org References: <20031006055615.GA6660@cowbert.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031006055615.GA6660@cowbert.2y.net> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 cc: freebsd-ports@freebsd.org Subject: Re: mod_php4-4.3.4.r1,1 broken with OpenSSL 0.9.7a X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 14:27:06 -0000 [I'm not subscribed to freebsd-ports@, so please cc: me if you want me to see follow-ups.] On Mon, Oct 06, 2003 at 01:56:15AM -0400, Peter C. Lai wrote: > the libphp4.so resulting from a port build of mod_php4-4.3.3.r1,1 will fail to > load when openssl >= 0.9.7 is being dynamically linked to as it will either > result in unkresolved symbol pointing to the new macro > OpenSSL_add_all_algorithms_noconf() (this is with -with-openssl enabled) > or complain about the unresolved symbol to an EVP macro (no openssl config > specified; still needs openssl for the other hashing algorithms however). > > THere are numerous reports of this problem on google. I fixed it by importing > openssl 0.9.6[a-z] from another box; but that's hardly a fix. It's obviously > an issue with the PHP folks but it would be nice to notify the port maintainer > also). Well, `OpenSSL_add_all_algorithms_noconf' is not defined in any version of OpenSSL. However, `OPENSSL_add_all_algorithms_noconf' is defined in 0.9.7 and later. Could you cut-n-paste the *exact* message you are getting? Cheers, -- Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 07:33:11 2003 Return-Path: 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 AEDD916A4B3 for ; Mon, 6 Oct 2003 07:33:11 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A8143FB1 for ; Mon, 6 Oct 2003 07:33:10 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96EXAGZ050561 for ; Mon, 6 Oct 2003 10:33:10 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96EX9sw058412 for ports@FreeBSD.org; Mon, 6 Oct 2003 10:33:09 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 10:33:09 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061433.h96EX9sw058412@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 14:33:11 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 07:35:19 2003 Return-Path: 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 F16B316A4B3 for ; Mon, 6 Oct 2003 07:35:19 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E54143FFB for ; Mon, 6 Oct 2003 07:35:16 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96EZGGZ050570 for ; Mon, 6 Oct 2003 10:35:16 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96EWkDY094720 for ports@FreeBSD.org; Mon, 6 Oct 2003 10:32:46 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 10:32:46 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061432.h96EWkDY094720@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 14:35:20 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 07:41:29 2003 Return-Path: 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 375FD16A4B3 for ; Mon, 6 Oct 2003 07:41:29 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8420E43FE1 for ; Mon, 6 Oct 2003 07:41:27 -0700 (PDT) (envelope-from adam.mclaurin@gmx.net) Received: (qmail 21409 invoked by uid 65534); 6 Oct 2003 14:41:26 -0000 Received: from dsl-cust-145.openweb.ca (EHLO jake) (64.39.186.145) by mail.gmx.net (mp009) with SMTP; 06 Oct 2003 16:41:26 +0200 X-Authenticated: #19934200 Date: Mon, 6 Oct 2003 10:41:24 -0400 From: Adam McLaurin To: freebsd-ports@freebsd.org Message-Id: <20031006104124.62fe3c6e.adam.mclaurin@gmx.net> In-Reply-To: <000a01c38ae7$50115ee0$0201a8c0@win> References: <000a01c38ae7$50115ee0$0201a8c0@win> Organization: X-Mailer: Sylpheed version 0.9.5-gtk2-20030906 (GTK+ 2.2.4; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.Ym1'.gGO6Af0mA" Subject: Re: Open Office X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 14:41:29 -0000 --=.Ym1'.gGO6Af0mA Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 4 Oct 2003 20:20:56 -0600 "Andrew Carroll" wrote: > I just purchased the FreeBSD 5.1 box set which includes the Toolkit and the > installation CD's. I am looking for the Open Office package. Can you tell me > the filename I should look for? Is that package on the toolkit or the 4 CD's > that aren't a part of the toolkit? > > I've searched on all 10 CD's and it doesn't seem to be on any of them. If it > is a "distfile" what is that name? > > Thanks for any help you can provide. Check here: http://projects.imp.ch/openoffice/ -- Adam --=.Ym1'.gGO6Af0mA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/gX8Vt+DSc2Q4lGYRAqdpAKCtqkSt3hD23SbXt4cq2gwIHtj85wCeJJ47 HeDZOc8uo2Q0znGt8ml8IiA= =4nnP -----END PGP SIGNATURE----- --=.Ym1'.gGO6Af0mA-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 08:33:03 2003 Return-Path: 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 D485216A4B3 for ; Mon, 6 Oct 2003 08:33:03 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8030243FF2 for ; Mon, 6 Oct 2003 08:33:00 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96FX0GZ050672 for ; Mon, 6 Oct 2003 11:33:00 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96FWx05022201 for ports@FreeBSD.org; Mon, 6 Oct 2003 11:32:59 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 11:32:59 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061532.h96FWx05022201@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 15:33:03 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core U databases/py-MySQLdb/Makefile U databases/py-MySQLdb/pkg-plist ? devel/glade2/make.core ? devel/gnomedebug/make.core U devel/mingw32-bin-msvcrt/Makefile U devel/mingw32-bin-msvcrt/distinfo U devel/mingw32-bin-msvcrt/pkg-plist U devel/mingw32-bin-msvcrt/files/Makefile U devel/msp430-gcc/Makefile U devel/msp430-gcc/distinfo ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U editors/Makefile U editors/nano/Makefile U editors/nano/files/patch-files.c U editors/nano/files/patch-search.c U editors/zoinks/Makefile U editors/zoinks/distinfo U editors/zoinks/pkg-descr U editors/zoinks/pkg-plist U ftp/pure-ftpd/Makefile ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core U japanese/Makefile U japanese/ruby-rdic/Makefile U japanese/ruby-rdic/distinfo U japanese/ruby-rdic/pkg-descr U japanese/ruby-rdic/pkg-plist U mail/Makefile U mail/py-mimelib/Makefile U mail/py-mimelib/distinfo U mail/py-mimelib/pkg-descr U mail/py-mimelib/pkg-plist ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U security/Makefile U security/IMHear/Makefile U security/IMHear/distinfo U security/IMHear/pkg-descr U security/IMHear/pkg-message.in U security/IMHear/pkg-plist U security/IMHear/files/patch-Makefile U security/calife/Makefile U security/calife/distinfo U security/dropbear/Makefile U security/libprelude/Makefile U security/libprelude/distinfo U security/prelude-lml/Makefile U security/prelude-lml/distinfo U security/prelude-nids/Makefile U security/prelude-nids/distinfo U security/prelude-nids/pkg-plist U sysutils/watchdog/Makefile U sysutils/watchdog/distinfo U sysutils/watchdog/pkg-descr U sysutils/watchdog/pkg-plist U sysutils/watchdog/files/patch-Makefile U www/mod_auth_any/Makefile U www/mod_auth_any/distinfo U www/mod_auth_any/pkg-descr ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 09:35:43 2003 Return-Path: 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 B093016A4BF for ; Mon, 6 Oct 2003 09:35:43 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F42143FB1 for ; Mon, 6 Oct 2003 09:35:42 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96GZfGZ076967 for ; Mon, 6 Oct 2003 12:35:41 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96GZfbw085895 for ports@FreeBSD.org; Mon, 6 Oct 2003 12:35:41 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 12:35:41 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061635.h96GZfbw085895@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 16:35:43 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 09:37:50 2003 Return-Path: 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 8602116A4B3 for ; Mon, 6 Oct 2003 09:37:50 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E1D43FB1 for ; Mon, 6 Oct 2003 09:37:48 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96GbmGZ092971 for ; Mon, 6 Oct 2003 12:37:48 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96GZHkd022324 for ports@FreeBSD.org; Mon, 6 Oct 2003 12:35:17 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 12:35:17 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061635.h96GZHkd022324@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 16:37:50 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 10:32:44 2003 Return-Path: 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 3084D16A4B3 for ; Mon, 6 Oct 2003 10:32:44 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557E843FB1 for ; Mon, 6 Oct 2003 10:32:43 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96HWgGZ016254 for ; Mon, 6 Oct 2003 13:32:42 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96HWgNs049679 for ports@FreeBSD.org; Mon, 6 Oct 2003 13:32:42 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 13:32:42 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061732.h96HWgNs049679@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 17:32:44 -0000 X-List-Received-Date: Mon, 06 Oct 2003 17:32:44 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core U devel/mingw32-binutils/Makefile U devel/mingw32-binutils/distinfo U devel/mingw32-binutils/pkg-plist ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core U net/centericq/Makefile U net/centericq/distinfo U net/centericq/pkg-plist U net/centericq/files/patch-msnhook.cc ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U security/p5-Digest-SHA1/Makefile U security/p5-Digest-SHA1/distinfo U security/p5-Digest-SHA1/pkg-plist U sysutils/usermin/Makefile U sysutils/usermin/distinfo ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 10:34:56 2003 Return-Path: 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 5622A16A4B3 for ; Mon, 6 Oct 2003 10:34:56 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF5543FEA for ; Mon, 6 Oct 2003 10:34:55 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96HYtGZ017771 for ; Mon, 6 Oct 2003 13:34:55 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96HWNFi085981 for ports@FreeBSD.org; Mon, 6 Oct 2003 13:32:23 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 13:32:23 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061732.h96HWNFi085981@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 17:34:56 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U devel/mingw32-binutils/Makefile U devel/mingw32-binutils/distinfo U devel/mingw32-binutils/pkg-plist ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc U net/centericq/Makefile U net/centericq/distinfo U net/centericq/pkg-plist U net/centericq/files/patch-msnhook.cc ? net/powerdns/Makefile.inc U security/p5-Digest-SHA1/Makefile U security/p5-Digest-SHA1/distinfo U security/p5-Digest-SHA1/pkg-plist U sysutils/usermin/Makefile U sysutils/usermin/distinfo ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 11:01:05 2003 Return-Path: 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 A988716A4B3 for ; Mon, 6 Oct 2003 11:01:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5357D43FEA for ; Mon, 6 Oct 2003 11:00:37 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h96I0bFY059571 for ; Mon, 6 Oct 2003 11:00:37 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h96I0YP8059559 for freebsd-ports@freebsd.org; Mon, 6 Oct 2003 11:00:35 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Oct 2003 11:00:35 -0700 (PDT) Message-Id: <200310061800.h96I0YP8059559@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:01:05 -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. 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 S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/04/15] ports/50999 ports-bugs SSL with mail/dovecot simply doesn't work o [2003/05/23] ports/52632 ports-bugs vmware3 port is missing /usr/lib/vmware/v o [2003/06/21] ports/53600 ports-bugs /usr/port/emulators/linux_base says "linu o [2003/06/28] ports/53874 ports-bugs /usr/ports/emulators/linux_base isn't wor o [2003/07/08] ports/54230 ports-bugs fsck_ext2fs is broken (unable to perform f [2003/07/22] ports/54753 ports-bugs print/lyx core dump o [2003/08/01] ports/55173 ports-bugs VMware3 hangs as normal user o [2003/09/01] ports/56268 ports-bugs mail/kavmilter exits with signal 11 o [2003/09/30] ports/57427 ports-bugs Errors building static tk80 library o [2003/10/02] ports/57491 ports-bugs www/mod_php4 doesn't build with ldap o [2003/10/02] ports/57514 ports-bugs Make appropriate changes to misc/kde-i18n f [2003/10/02] ports/57516 ports-bugs Arabic category koffice-i18n meta-port de o [2003/10/04] ports/57566 ports-bugs Resin cannot start at system boot o [2003/10/05] ports/57622 ports-bugs Portupgrade to latest mplayer version bre 14 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/06/12] ports/28102 ports-bugs Recent changes to 4.3-STABLE break arla-0 o [2001/06/24] ports/28398 ports-bugs ja-dvips cannot find tex.pro o [2001/09/25] ports/30823 ports-bugs New port: KinterbasDB, Python module to a o [2001/12/11] ports/32700 ports-bugs inode changes for large o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex f [2002/05/23] ports/38460 ports-bugs core dumps with print/ghostscript-gnu f [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX f [2002/09/10] ports/42647 ports-bugs port misc/pybliographger does not configu o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M o [2002/11/11] ports/45210 ports-bugs Broken Linux ABI Emulation in emulators/l o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/17] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/20] ports/46399 ports-bugs libdvxencore permissions o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure o [2002/12/25] ports/46530 ports-bugs x11-toolkits/gtkada links against unexist o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex s [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr f [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't f [2003/02/02] ports/47809 ports-bugs New port: Ukrainian accounting system. o [2003/02/08] ports/48091 ports-bugs port install fails on minimum system o [2003/03/18] ports/50104 ports-bugs Zope package does not set sticky bit on v o [2003/04/10] ports/50795 ports-bugs misc/solfege does not function s [2003/04/11] ports/50844 ports-bugs MPlayer fails to build on Alpha o [2003/04/18] ports/51128 ports-bugs It is not possible to build security/drwe o [2003/04/23] ports/51334 ports-bugs [New Port] Zend Optimizer 2.1.0a o [2003/05/02] ports/51711 ports-bugs /usr/ports/emulators/linux_base will not o [2003/05/02] ports/51714 ports-bugs emulators/linux_base port fails to instal o [2003/05/05] ports/51807 ports-bugs lang/gcc295 (g++) can't parse header file f [2003/05/05] ports/51813 ports-bugs wrong mod_perl dependencies o [2003/05/11] ports/52064 ports-bugs ns2 (ports/net/ns) was broken o [2003/05/23] ports/52602 ports-bugs security/ident2 port segfaults when retur f [2003/06/11] ports/53214 ports-bugs emulators/vmware3 tries to install emulat o [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri f [2003/06/18] ports/53458 ports-bugs irc/tr-ircd breaks on non-IPv6 kernels o [2003/06/27] www/53862 ports-bugs -CURRENT ports symlink busted o [2003/07/08] ports/54234 ports-bugs gnu-radius fails to build on 4.8-STABLE o [2003/07/19] ports/54647 ports-bugs Updated gsfonts 6.0 disables printing in o [2003/07/25] ports/54848 ports-bugs print/ghostscript-gnu fails building whil o [2003/07/28] ports/54970 ports-bugs emulators/linux_base Port Makefile "dange o [2003/07/28] ports/54972 ports-bugs net/simicq compilation error o [2003/08/03] ports/55219 ports-bugs devel/fam: NFS support broken o [2003/08/04] ports/55252 ports-bugs databases/db4: Berkley DB crashes on Serv o [2003/08/08] ports/55372 ports-bugs www/mod_php4 port ignores PREFIX o [2003/08/10] ports/55439 ports-bugs Change in tcsetattr in 5.1-RELEASE breaks o [2003/08/12] ports/55507 ports-bugs lang/php4 compiles with unexcpected libs o [2003/08/15] ports/55611 ports-bugs Clamav port package build fails on 5.x wh o [2003/08/15] kern/55617 ports-bugs Accessing an nsmb-mounted drive via a smb o [2003/08/16] ports/55638 ports-bugs [PATCH] www/rt2 marked broken o [2003/08/17] ports/55673 ports-bugs Xsane crashes when doing preview o [2003/08/20] ports/55740 ports-bugs port already installed check fails on 4.6 o [2003/08/23] ports/55894 ports-bugs print/lyx: configure aborts if WITH_QT is o [2003/08/24] ports/55948 ports-bugs install of ports/emulators/linux_base fil o [2003/08/26] ports/56011 ports-bugs bonnie++ doesn't do large files o [2003/08/29] ports/56157 ports-bugs [patch] x11/nvidia-driver build broken o [2003/08/30] ports/56205 ports-bugs www/mod_php4 won't install o [2003/08/30] ports/56222 ports-bugs [patch] Fix compiler error in www/php-scr o [2003/09/01] ports/56263 ports-bugs New port: comms/gammu [FIXED] (supersedes o [2003/09/02] ports/56329 ports-bugs Update: mail/maildrop to 1.6.0 + LDAP mak o [2003/09/02] ports/56359 ports-bugs new port: www/adzap2squirm o [2003/09/03] ports/56382 ports-bugs port uprgrade of mutt fails; 'old layout' o [2003/09/04] ports/56410 ports-bugs Mailman broken o [2003/09/07] ports/56567 ports-bugs mail/spamass-milter fails in configure st f [2003/09/08] ports/56607 ports-bugs Update port: emualtors/vba o [2003/09/09] ports/56660 ports-bugs new slave port mod_jk-apache2 o [2003/09/09] ports/56661 ports-bugs modify port mod_jk2 to build mod_jk2 2.x o [2003/09/09] ports/56662 ports-bugs new slave port mod_jk2-apache2 o [2003/09/13] ports/56747 ports-bugs vmware3 port cant fetch distfile o [2003/09/15] ports/56884 ports-bugs Problems with pgaccess & tcltk 8.4 o [2003/09/15] ports/56891 ports-bugs "portinstall mailman" fails o [2003/09/15] ports/56893 ports-bugs Fix for lang/sisc (currently broken) o [2003/09/16] ports/56912 ports-bugs www/sarg coredumps on big logs o [2003/09/19] ports/57013 ports-bugs devel/boost does not build o [2003/09/21] ports/57056 ports-bugs libsm and libsmutil not installed -> fail o [2003/09/23] ports/57126 ports-bugs molden port broken f [2003/09/24] ports/57163 ports-bugs [maintainer-update] Update sccmilter port o [2003/09/24] ports/57189 ports-bugs Update textproc/diffutils o [2003/09/25] ports/57222 ports-bugs krb5 port fails under RELENG_4_8 default o [2003/09/26] ports/57238 ports-bugs libgnugetopt conflict : nmap upgrade (3.3 o [2003/10/01] ports/57461 ports-bugs typo in ports/emulators/vmware3/files/con o [2003/10/02] ports/57504 ports-bugs lang/php4 dont start with openssl o [2003/10/03] ports/57552 ports-bugs pkg_create: only one package name allowed o [2003/10/04] ports/57572 ports-bugs sysutils/tct does not install all require o [2003/10/04] ports/57586 ports-bugs [patch] Make security/sfs compile on -cur o [2003/10/05] ports/57601 ports-bugs [PATCH] Fix port bug found by Oliver Eikm o [2003/10/05] ports/57609 ports-bugs [Maintainer Patch] Port: lang/php4 o [2003/10/06] ports/57644 ports-bugs [PATCH] changing CFLAGS and CPUTYPE respe o [2003/10/06] ports/57663 ports-bugs [PATCH] x11-toolkits/scintilla misses gth o [2003/10/06] ports/57666 ports-bugs [PATCH] x11-toolkits/scintilla misses gth 94 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/07/25] ports/29223 ports-bugs cyrus-imapd and postfix master.8 manpage o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/09/27] ports/30870 ports-bugs www/apache13-ssl: httpd in free(): warnin o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2002/01/14] ports/33906 ports-bugs [PATCH] tic program as a port for easier o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C f [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa f [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies o [2002/03/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/17] java/36024 ports-bugs port update: OpenJIT 1.1.16 for JDK 1.3.1 o [2002/03/29] ports/36503 ports-bugs several files conflict in databases/libio o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse f [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional o [2002/07/21] ports/40866 ports-bugs sml-nj port CM autoloading compilation pr o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web f [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem f [2002/09/29] ports/43484 ports-bugs Update port net/arla to 0.35.9 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel f [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open f [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s f [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f f [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/23] ports/46510 ports-bugs security/ssh does not correctly store the o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/27] ports/47571 ports-bugs new port: gnotime tracker o [2003/01/28] ports/47622 ports-bugs New Port: misc/gkrellshoot2 o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms f [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/08] ports/48097 ports-bugs Manual for graphics/camediaplay falsely d f [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel f [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/02/14] ports/48292 ports-bugs new port: print/epsonepl "Printer filter o [2003/02/17] ports/48404 ports-bugs gnuchess doesn't install the gnuchessx al o [2003/03/01] ports/48812 ports-bugs New port: print/foomatic-db-engine o [2003/03/01] ports/48813 ports-bugs New port: print/foomatic-filters o [2003/03/02] ports/48832 ports-bugs New port: print/foomatic-db-hpijs o [2003/03/04] ports/48913 ports-bugs vtk does not compile with nvidia-drivers o [2003/03/07] ports/49002 ports-bugs fix duplicated categories on a 34 slave p o [2003/03/10] ports/49080 ports-bugs New port: emacs-chess, a chessboard for e o [2003/03/12] ports/49961 ports-bugs [PATCH] Mega tree sweep for SITE_PERL usa o [2003/03/15] ports/50029 ports-bugs fix for "user stats" function in tkseti o [2003/03/17] ports/50068 ports-bugs New port: sybase_ase (Sybase ASE RDBMS) o [2003/03/20] ports/50140 ports-bugs [patch] fix plist devel/linux_devtools (a o [2003/03/20] ports/50142 ports-bugs misc/compat4x broken o [2003/03/23] ports/50230 ports-bugs grail don't work with Python 2.x. a [2003/03/26] ports/50313 ports-bugs Upgrade emulators/linux_base's glibc f [2003/03/29] ports/50443 ports-bugs New port for libirman 0.4.2 o [2003/03/31] ports/50473 ports-bugs amavis-perl is no longer supported (super o [2003/03/31] ports/50476 ports-bugs New port: math/libmath++ o [2003/03/31] ports/50478 ports-bugs New port: games/monopd o [2003/04/03] ports/50578 ports-bugs pktrace has been renamed to mftrace by th o [2003/04/04] ports/50609 ports-bugs New port: russian/muttprint (pretty print o [2003/04/05] ports/50628 ports-bugs [PATCH] waimea port has missing run-depen o [2003/04/08] ports/50710 ports-bugs New port: misc/pxclient o [2003/04/08] bin/50724 ports-bugs [PATCH] pkg_fetch saves full filename o [2003/04/08] ports/50725 ports-bugs new port: russian/koi2koi o [2003/04/10] ports/50775 ports-bugs axel port failes to build o [2003/04/10] ports/50777 ports-bugs New port: lxsplit-0.1.1 o [2003/04/10] ports/50794 ports-bugs New port graphics/pho (version 0.9.1) o [2003/04/11] ports/50840 ports-bugs mail/squirrelmail - Port Docs in wrong lo o [2003/04/12] ports/50880 ports-bugs Request for (optional) addition of tcplim o [2003/04/12] ports/50888 ports-bugs Updated fetchyahoo port, like fetchmail f f [2003/04/13] ports/50914 ports-bugs Port update: editors/fte o [2003/04/14] ports/50965 ports-bugs www/linux-flashplugin update to 6.0r79 o [2003/04/15] ports/50992 ports-bugs ports-bug: devel/kprof o [2003/04/15] ports/51005 ports-bugs New port of native window decoration for o [2003/04/15] ports/51013 ports-bugs New Port: avidemux2 o [2003/04/16] ports/51036 ports-bugs New port: sysutils/clockspeed-conf - Supe o [2003/04/17] ports/51087 ports-bugs spamass-milter can not be built with send o [2003/04/17] ports/51098 ports-bugs New port: Perl5 module to read and write o [2003/04/20] ports/51197 ports-bugs New Port: rendezvous (Apple's ZeroConf im o [2003/04/21] ports/51214 ports-bugs New port: www/zope-localizer o [2003/04/21] ports/51215 ports-bugs New port: www/zope-translationservice o [2003/04/21] ports/51264 ports-bugs new port: mail/mls o [2003/04/27] ports/51456 ports-bugs adding new port: opencm o [2003/04/27] ports/51484 ports-bugs undefined reference in libobjc.so o [2003/04/30] ports/51631 ports-bugs New port: hungarian/complexjogtar - Hunga o [2003/04/30] ports/51647 ports-bugs NEW PORT: pglod - inserts web logs into a o [2003/05/04] ports/51760 ports-bugs Change-request: mail/tmda (ACTION_AUTO_RE o [2003/05/05] ports/51819 ports-bugs New port: Provides a static mod_perl with o [2003/05/09] ports/52006 ports-bugs rsync fails with protocol problems o [2003/05/09] ports/52016 ports-bugs New port: lang/harbour - A Clipper-compat o [2003/05/10] ports/52037 ports-bugs port multimedia/avifile fails to build (I f [2003/05/12] ports/52113 ports-bugs mpg123 fails to play o [2003/05/12] ports/52125 ports-bugs New port: The devel branch of the ion win f [2003/05/12] ports/52130 ports-bugs New Port: sysutils/klineakconfig configur o [2003/05/12] ports/52132 ports-bugs New port: audio/prokyon3 Really nice mp3- o [2003/05/13] ports/52159 ports-bugs updates to pr:ports/52130 and pr:ports/52 o [2003/05/13] ports/52176 ports-bugs new port: comms/gscmxx 0.4.1 - gtk-fronte f [2003/05/17] ports/52380 ports-bugs Configure problem in libggi o [2003/05/18] ports/52393 ports-bugs New port: py-sourceview is a Python wrapp o [2003/05/18] ports/52402 ports-bugs New port: www/webcpp (converts code to hi o [2003/05/24] ports/52653 ports-bugs ports/net/gnu-radius no longer compatible o [2003/05/24] ports/52659 ports-bugs New port: news/xvnews Open Look-based new o [2003/05/27] ports/52727 ports-bugs Add Apache2 support at graphics/phplot o [2003/05/28] ports/52747 ports-bugs port update - mail/p5-Mail-Ezmlm o [2003/05/29] ports/52794 ports-bugs Xmaxima cannot start o [2003/05/29] ports/52796 ports-bugs devel/apr is compiled without threads sup o [2003/05/30] ports/52811 ports-bugs [PATCH] net/unison: install documentation o [2003/06/02] ports/52857 ports-bugs New port: Scan detection and blocking dae o [2003/06/02] ports/52873 ports-bugs New port: kcmpureftpd, a PureFTP control f [2003/06/02] ports/52877 ports-bugs Non-Maintainer-Update: mail/postfix add s o [2003/06/04] ports/52923 ports-bugs New port: f-prot - the F-Prot virus scann o [2003/06/04] ports/52941 ports-bugs security/poc card-terminal problems o [2003/06/06] ports/52997 ports-bugs NEW port CAD/admesh o [2003/06/07] ports/53019 ports-bugs New Port: kvirc3 a irc client based on o [2003/06/09] ports/53080 ports-bugs ARJ archiver with Russian localization o [2003/06/11] ports/53193 ports-bugs [Patch] unbroke port: math/simpack fix co o [2003/06/11] ports/53206 ports-bugs Patch updates x11-wm/pekwm to version 0.1 o [2003/06/12] ports/53247 ports-bugs New port: gnome-ssh-askpass o [2003/06/12] ports/53256 ports-bugs update port: misc/pl-sms update patch res o [2003/06/12] ports/53266 ports-bugs ploticus should not require X11 (patch in f [2003/06/13] ports/53281 ports-bugs Port for LDAP servers access and KAddress o [2003/06/14] ports/53318 ports-bugs New port, proxychains 1.8.2 o [2003/06/14] ports/53319 ports-bugs New port: yaph 0.91 f [2003/06/14] ports/53321 ports-bugs Update: comms/plp o [2003/06/15] ports/53346 ports-bugs xmms volume bar error o [2003/06/15] ports/53347 ports-bugs port-update: icu2 o [2003/06/18] ports/53444 ports-bugs comms/hamfax - sending and receiving facs f [2003/06/18] ports/53445 ports-bugs Patch to update www/mod_mp3 port to 0.40 s [2003/06/18] ports/53460 ports-bugs security/inflex port out-of-date o [2003/06/19] ports/53482 ports-bugs New Port: zabbix - Very advanced network o [2003/06/19] ports/53490 ports-bugs [New ports] linux-pam-docs o [2003/06/19] ports/53537 ports-bugs New port: mb2md - Converts mbox mailboxes o [2003/06/20] ports/53558 ports-bugs new port of Gerrit Pape's runit package o [2003/06/21] ports/53588 ports-bugs [PATCH] devel/ac-archive: update to 0.5.5 o [2003/06/22] ports/53617 ports-bugs Update databases/mysql-jdbc-mm to mysql-c o [2003/06/23] ports/53636 ports-bugs Suggestion for rc.d style startup scripts o [2003/06/23] ports/53662 ports-bugs [CHANGE-REQUEST] Patch textproc/xlhtml so o [2003/06/24] ports/53671 ports-bugs NEW PORT: rude/crude UDP traffic generato o [2003/06/24] ports/53702 ports-bugs Port upgrade: devel/directfb o [2003/06/25] ports/53722 ports-bugs [UPDATE] www/plone from 1.0.1 to 1.0.3 o [2003/06/25] ports/53740 ports-bugs New port: Fluka - Linux Monte Carlo simul f [2003/06/25] ports/53746 ports-bugs New port: graphics/imgseek o [2003/06/26] ports/53793 ports-bugs New port for sebeksniff o [2003/06/28] ports/53877 ports-bugs p5-Data-FormValidator can be updated o [2003/06/30] ports/53923 ports-bugs New Port: Sipsak is a SIP test command li o [2003/07/01] ports/53981 ports-bugs New Port: k3b 0.8.1, a kde cd recording g o [2003/07/01] ports/53983 ports-bugs New port: Zope Extensible User Folder o [2003/07/01] ports/53997 ports-bugs update py-psycopg from 1.0.13 to 1.1.5.1 o [2003/07/02] ports/54038 ports-bugs [new port] www/gforge: Open Source collab o [2003/07/03] ports/54059 ports-bugs New port: psycopg database adapter for zo o [2003/07/03] ports/54060 ports-bugs new port devel/aegis o [2003/07/03] ports/54079 ports-bugs New port: Formulator for Zope f [2003/07/03] ports/54080 ports-bugs Update port mail/minimalist to the latest o [2003/07/04] ports/54095 ports-bugs New port: ParsedXML for Zope o [2003/07/04] ports/54096 ports-bugs Plone port bundled formulator conflicts w o [2003/07/04] ports/54105 ports-bugs New port submission o [2003/07/06] ports/54146 ports-bugs UPDATE: www/eddie - fix build with Erlang o [2003/07/06] ports/54149 ports-bugs [UPDATE] net/rdesktop-devel: Add RDP5 sup o [2003/07/07] ports/54174 ports-bugs clean spaces behind variables out of port o [2003/07/09] ports/54251 ports-bugs [NEW PORT] www/zope-xmlwidgets: XMLWidget o [2003/07/09] ports/54271 ports-bugs New port: databases/pgbash o [2003/07/09] ports/54272 ports-bugs new port: misc/torrentsniff - BitTorrent o [2003/07/09] ports/54298 ports-bugs New port KVIrc 3.0.0 o [2003/07/10] ports/54335 ports-bugs new port: PPower4 - Post processor for PD o [2003/07/10] ports/54346 ports-bugs [NEW Port]:: x11/materm o [2003/07/10] ports/54352 ports-bugs Conversion rc.d scripts to RC_NG o [2003/07/10] ports/54356 ports-bugs [new port] textproc/sagasu o [2003/07/11] ports/54372 ports-bugs new port: FoilTeX - a collection of LaTeX o [2003/07/11] ports/54408 ports-bugs [new port] ftp/prozgui o [2003/07/12] ports/54414 ports-bugs New port: Dasher -- text entry system (fo o [2003/07/15] ports/54530 ports-bugs [new port] deskutils/multi-backgrounds-da o [2003/07/16] ports/54550 ports-bugs [NEW PORT] www/zope-FileSystemSite: Enabl o [2003/07/16] ports/54553 ports-bugs New port: Growspd displays growth rate of o [2003/07/16] ports/54557 ports-bugs [NEW PORT] security/gnutls-devel: develop o [2003/07/17] ports/54583 ports-bugs adding Naken Chat to FreeBSD ports o [2003/07/18] ports/54617 ports-bugs New port: lang/freetxl o [2003/07/18] ports/54624 ports-bugs Update: net/gtk-gnutella o [2003/07/19] ports/54636 ports-bugs misc/gtktalog: Remove PERL dependancy and o [2003/07/20] ports/54650 ports-bugs new port submission - misc/zidrav - file o [2003/07/21] ports/54732 ports-bugs New port: mod_auth_pam2 (mod_auth_pam for o [2003/07/24] ports/54811 ports-bugs ports/japanese/kappa20 maintainer update+ o [2003/07/24] ports/54812 ports-bugs New Port par2cmdline for verify/creation/ o [2003/07/24] ports/54814 ports-bugs New port: hungarian/hunspell version 0.9. o [2003/07/25] ports/54837 ports-bugs minor update to net/cdpd o [2003/07/25] ports/54841 ports-bugs Checksum mismatch on Linux-Realplayer por o [2003/07/25] ports/54857 ports-bugs mod_perl2 does not activate module in the o [2003/07/25] ports/54860 ports-bugs new port (linux-opengroupware) o [2003/07/26] ports/54887 ports-bugs [new port] mail/dbmail: An SQL database-b f [2003/07/27] ports/54926 ports-bugs [PATCH] graphics/ImageMagick: enable choo o [2003/07/28] ports/54984 ports-bugs New port: mail/postfixadmin 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 9AFFE16A4B3 for ; Mon, 6 Oct 2003 11:02:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 576EB43FAF for ; Mon, 6 Oct 2003 11:02:54 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h96I2sFY062392 for ; Mon, 6 Oct 2003 11:02:54 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h96I2rxO062386 for ports@freebsd.org; Mon, 6 Oct 2003 11:02:53 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 6 Oct 2003 11:02:53 -0700 (PDT) Message-Id: <200310061802.h96I2rxO062386@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: ports@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:02:55 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/01/29] ports/47651 ports unPERLify ports/audio 1 problem total. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 11:30:17 2003 Return-Path: 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 3163A16A4B3; Mon, 6 Oct 2003 11:30:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA3A43FCB; Mon, 6 Oct 2003 11:30:16 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h96IUGFY069787; Mon, 6 Oct 2003 11:30:16 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h96IUGdU069783; Mon, 6 Oct 2003 11:30:16 -0700 (PDT) (envelope-from trevor) Date: Mon, 6 Oct 2003 11:30:16 -0700 (PDT) From: Trevor Johnson Message-Id: <200310061830.h96IUGdU069783@freefall.freebsd.org> To: trevor@FreeBSD.org, ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/47651: unPERLify ports/audio X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:30:17 -0000 Synopsis: unPERLify ports/audio Responsible-Changed-From-To: ports->freebsd-ports-bugs Responsible-Changed-By: trevor Responsible-Changed-When: Mon Oct 6 11:27:37 PDT 2003 Responsible-Changed-Why: to the new mailing list http://www.freebsd.org/cgi/query-pr.cgi?pr=47651 From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 11:33:08 2003 Return-Path: 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 00DE716A4BF for ; Mon, 6 Oct 2003 11:33:08 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C164A43FE9 for ; Mon, 6 Oct 2003 11:33:06 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96IX6GZ086133 for ; Mon, 6 Oct 2003 14:33:06 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96IX5tF013490 for ports@FreeBSD.org; Mon, 6 Oct 2003 14:33:05 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 14:33:05 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061833.h96IX5tF013490@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:33:08 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 11:35:16 2003 Return-Path: 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 26C0916A4BF for ; Mon, 6 Oct 2003 11:35:16 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D86043F85 for ; Mon, 6 Oct 2003 11:35:15 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96IZEGZ086142 for ; Mon, 6 Oct 2003 14:35:14 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96IWgi2049775 for ports@FreeBSD.org; Mon, 6 Oct 2003 14:32:42 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 14:32:42 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061832.h96IWgi2049775@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:35:16 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 12:27:30 2003 Return-Path: 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 E7B0F16A4B3 for ; Mon, 6 Oct 2003 12:27:30 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 132B643FCB for ; Mon, 6 Oct 2003 12:27:30 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96JRTGZ086236 for ; Mon, 6 Oct 2003 15:27:29 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96JRRA2077152 for ports@FreeBSD.org; Mon, 6 Oct 2003 15:27:27 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 15:27:27 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061927.h96JRRA2077152@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 19:27:31 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core U devel/poslib/Makefile U devel/poslib/distinfo U devel/poslib/pkg-plist ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U graphics/gimp-devel/Makefile U graphics/gimp-devel/distinfo U graphics/gimp-devel/pkg-plist U graphics/gimp-devel/files/patch-aa ? graphics/gphoto2/make.core U graphics/librsvg2/Makefile U graphics/librsvg2/pkg-plist ? graphics/pstoedit/make.core U java/linux-sun-jdk12/Makefile U java/linux-sun-jdk12/distinfo U java/linux-sun-jdk12/pkg-plist U lang/mono/Makefile U lang/mono/distinfo U lang/mono/pkg-plist U mail/squirrelmail/Makefile U mail/squirrelmail/distinfo U mail/squirrelmail/pkg-message U mail/squirrelmail/pkg-plist ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U textproc/javacc/Makefile U textproc/javacc/distinfo U textproc/javacc/pkg-plist ? x11-fm/vide/sh.core U x11-wm/fluxspace/Makefile From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 12:32:03 2003 Return-Path: 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 DCA1516A4B3 for ; Mon, 6 Oct 2003 12:32:03 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E3E43FCB for ; Mon, 6 Oct 2003 12:32:02 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96JW2GZ086245 for ; Mon, 6 Oct 2003 15:32:02 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96JTT1b013566 for ports@FreeBSD.org; Mon, 6 Oct 2003 15:29:29 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 15:29:29 -0400 (EDT) From: Kris Kennaway Message-Id: <200310061929.h96JTT1b013566@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 19:32:04 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U devel/poslib/Makefile U devel/poslib/distinfo U devel/poslib/pkg-plist ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U graphics/gimp-devel/Makefile U graphics/gimp-devel/distinfo U graphics/gimp-devel/pkg-plist U graphics/gimp-devel/files/patch-aa U graphics/librsvg2/Makefile U graphics/librsvg2/pkg-plist U java/linux-sun-jdk12/Makefile U java/linux-sun-jdk12/distinfo U java/linux-sun-jdk12/pkg-plist U lang/mono/Makefile U lang/mono/distinfo U lang/mono/pkg-plist ? mail/log U mail/squirrelmail/Makefile U mail/squirrelmail/distinfo U mail/squirrelmail/pkg-message U mail/squirrelmail/pkg-plist ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc U textproc/javacc/Makefile U textproc/javacc/distinfo U textproc/javacc/pkg-plist ? x11/gnome2/log U x11-wm/fluxspace/Makefile From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 12:38:04 2003 Return-Path: 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 3196916A4B3 for ; Mon, 6 Oct 2003 12:38:04 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B2E43FE9 for ; Mon, 6 Oct 2003 12:37:59 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from ip106-232.dialup.wplus.net (ip106-232.dialup.wplus.net [195.131.106.232]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h96JaD7R081692 for ; Mon, 6 Oct 2003 23:36:15 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Mon, 6 Oct 2003 23:44:43 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: FreeBSD Developers Team X-Priority: 3 (Normal) Message-ID: <1279352535.20031006234443@serebryakov.spb.ru> To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: `lang/gcc33': why without ADA & Java? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 19:38:04 -0000 Hello, ports! How are you? Why our gcc-3.3.1 port doesn't build & install ADA part of gcc? We don't have separate ports for it, too... `lang/gnat' is very old separate ADA compiler... Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 13:31:21 2003 Return-Path: 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 3DA5E16A4B3 for ; Mon, 6 Oct 2003 13:31:21 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A17A43FFD for ; Mon, 6 Oct 2003 13:31:19 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96KVIGZ086337 for ; Mon, 6 Oct 2003 16:31:18 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96KVIoR040955 for ports@FreeBSD.org; Mon, 6 Oct 2003 16:31:18 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 16:31:18 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062031.h96KVIoR040955@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 20:31:21 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 13:33:27 2003 Return-Path: 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 9D02916A4BF for ; Mon, 6 Oct 2003 13:33:27 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF8B643FF3 for ; Mon, 6 Oct 2003 13:33:26 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96KXQGZ086340 for ; Mon, 6 Oct 2003 16:33:26 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96KUrUw077242 for ports@FreeBSD.org; Mon, 6 Oct 2003 16:30:53 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 16:30:53 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062030.h96KUrUw077242@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 20:33:27 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 14:31:18 2003 Return-Path: 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 206C316A4B3 for ; Mon, 6 Oct 2003 14:31:18 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B5A43FBD for ; Mon, 6 Oct 2003 14:31:17 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96LVGGZ086467 for ; Mon, 6 Oct 2003 17:31:16 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96LVDYR004753 for ports@FreeBSD.org; Mon, 6 Oct 2003 17:31:13 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 17:31:13 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062131.h96LVDYR004753@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 21:31:18 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core U audio/grip/Makefile ? devel/glade2/make.core ? devel/gnomedebug/make.core U devel/p5-Log-Log4perl/Makefile U devel/p5-Log-Log4perl/distinfo ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core U mail/milter-regex/Makefile U mail/milter-regex/distinfo ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core U net/gnunet/Makefile U net/gnunet/distinfo U net/gnunet/pkg-plist U net/gnunet/files/patch-types.h ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U textproc/lacheck/Makefile ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 14:33:35 2003 Return-Path: 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 F1F9716A4B3 for ; Mon, 6 Oct 2003 14:33:35 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1B443FBF for ; Mon, 6 Oct 2003 14:33:35 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96LXYGZ086470 for ; Mon, 6 Oct 2003 17:33:34 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96LV0x2041036 for ports@FreeBSD.org; Mon, 6 Oct 2003 17:31:00 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 17:31:00 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062131.h96LV0x2041036@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 21:33:36 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U audio/grip/Makefile U devel/p5-Log-Log4perl/Makefile U devel/p5-Log-Log4perl/distinfo ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log U mail/milter-regex/Makefile U mail/milter-regex/distinfo ? net/bind9-dlz/Makefile.inc U net/gnunet/Makefile U net/gnunet/distinfo U net/gnunet/pkg-plist U net/gnunet/files/patch-types.h ? net/powerdns/Makefile.inc U textproc/lacheck/Makefile ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 15:18:00 2003 Return-Path: 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 8DCAA16A4B3 for ; Mon, 6 Oct 2003 15:18:00 -0700 (PDT) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D7E43FDF for ; Mon, 6 Oct 2003 15:17:58 -0700 (PDT) (envelope-from micq-list-CKH1bDCG6x4V@ruediger-kuhlmann.de) Received: from hadio112.hadiko.uni-karlsruhe.de ([P4K0oeO8gunxSAITFN7JBY3Vtvlw7PhP]@hadio112.hadiko.uni-karlsruhe.de [172.20.45.27]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.36 #1) id 1A6dfi-00016O-00; Tue, 07 Oct 2003 00:17:43 +0200 Received: from ruediger by hadio112.hadiko.uni-karlsruhe.de with local (Exim 3.35 #1 (Debian)) id 1A6dfj-0003lZ-00; Tue, 07 Oct 2003 00:17:43 +0200 Date: Tue, 7 Oct 2003 00:17:43 +0200 From: =?iso-8859-1?Q?R=FCdiger?= Kuhlmann To: micq-list@micq.org Message-ID: <20031006221743.GB7274@o112.hadiko.de> Mail-Followup-To: micq-list@micq.org, feedback@pld.org.pl, lenny@mandrakesoft.com, twoerner@redhat.com, kad@asplinux.ru, ports@FreeBSD.org, shell@netbsd.org, micq@davidkrause.com, debian-user@lists.debian.org References: <20030923164800.GB1795@o112.hadiko.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline In-Reply-To: <20030923164800.GB1795@o112.hadiko.de> X-Accepted-File-Formats: text/plain,application/postscript,application/x-dvi X-Accepted-File-Formats-Comment: *keine* =?iso-8859-1?Q?MS-propriet=E4re?= =?iso-8859-1?Q?n?= Formate bitte X-Accepted-Charsets: us-ascii,iso-8859-1,iso-8859-15,utf-8 X-Message-Flag: http://www.wschmidhuber.de/oeprob/ - Probleme mit Outlook Express? Reply-By: Tue, 24 Jul 2001 19:02:00 +1000 User-Agent: Mutt/1.5.4i cc: ports@FreeBSD.org cc: kad@asplinux.ru cc: shell@netbsd.org cc: feedback@pld.org.pl cc: twoerner@redhat.com cc: debian-user@lists.debian.org cc: lenny@mandrakesoft.com cc: micq@davidkrause.com Subject: ANNOUNCEMENT: mICQ 0.4.10.5 released X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?iso-8859-1?Q?R=FCdiger?= Kuhlmann List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 22:18:00 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ##################################################################### # # # ANNOUNCEMENT: mICQ 0.4.10.5 # # # ##################################################################### Since 0.4.10.4 had a bunch of annoying bugs, 0.4.10.5 is released quickly. It fixes all those bugs announced shortly after 0.4.10.4's release, plus a few more, including segfaults and problems downloading the server side contact list. No new features have been added, but the Italian and the Portuguese have been updated. 0.4.10.4 has been removed from micq.org. Remember that versions prior to 0.4.10.4 are supectible to a remote DoS attack; packets, where a variable amount of TLVs are expected in, that contain enough TLVs to cause the TLV table to be expanded, can cause mICQ to crash (namely, if the expanded table ends up on another memory location). Nothing serious, but a security problem nevertheless. The following is unfortunately still true: > Kudos are in order for Mandrake and the PLD Linux Distribution as > they're the only Linux distributions with recent mICQ packages on > rpmfind.net that get the copyright of mICQ right. Guess why mICQ > now displays it pretty prominently. Red Hat and ASPLinux still > consider mICQ to be freely available or BSD licence. Those > distributions also might consider shipping the translated man pages > of mICQ... No Kudos go to the Debian project who still ships a > version of mICQ with a seriously annoying yet trivially to fix bug > and a copyright notice disclaiming my part of the authorship of > mICQ. Shame on you! =2Edeb users, remember that deb http://www.micq.org/deb/ stable main deb http://www.micq.org/deb/ unstable main in your /etc/apt/sources.list will make things easier for you. > Cygwin users, simply point your Cygwin setup.exe to > http://www.micq.org/cygwin/ > as a "download site", and mICQ should pop up in your package list. =2E.. as soon as I have a Cygwin binary *g* Anyway, here are the checksums: md5sum 25b2763345bb8e184a444af7cb49144f source/micq-0.4.10.5.tgz md5sum 6c3237036aef70818677a01f6cbbe745 binary/micq_0.4.10.5-0woody1_i386.= deb md5sum e4c1ec9f19746f94c46e80fa2199e5d5 binary/micq_0.4.10.5-1_i386.deb md5sum fde0c4bb6a24079d47829d3da3b1e26c binary/micq-0.4.10.5-1.i386.rpm md5sum b59d619222e9f28870d9d008bf59f2be binary/micq-0.4.10.5-AmigaOS.tgz md5sum addab10e2def991085ecea525a8bd2b3 binary/micq-ssl_0.4.10.5-0woody1_i= 386.deb sha1sum 442070ea30160ac4942d4fb3235d999459096460 source/micq-0.4.10.5.tgz sha1sum 5df92dd2009d724054c872ea3913ba02b2afc4fd binary/micq_0.4.10.5-0woo= dy1_i386.deb sha1sum a8e47eecefd27bf7000338e60c3c8836535fbc78 binary/micq_0.4.10.5-1_i3= 86.deb sha1sum 0962a1c0a5c5d0357b69da95a12953f081a31090 binary/micq-0.4.10.5-1.i3= 86.rpm sha1sum 11b9d8d7a8f30cb2e82471d0887f5629ba2ec94b binary/micq-0.4.10.5-Amig= aOS.tgz sha1sum 96d8112acefcc66a4fad40a4521d8dcf33b0957d binary/micq-ssl_0.4.10.5-= 0woody1_i386.deb Yours, R=FCdiger. --=20 100 DM =3D 51 =A4 13 =A2. 100 =A4 =3D 195 DM 58 pf. mailto:ruediger@ruediger-kuhlmann.de http://www.ruediger-kuhlmann.de/ --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/geoGT8xIvMKmwO4RAimMAJ47GgcDtMTSgPYXIYqwrjIiGapLtwCgy8tF NJ51DNuDpf8pUo3Ua+Q4Tcc= =0WUL -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 15:33:06 2003 Return-Path: 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 AE39216A4B3 for ; Mon, 6 Oct 2003 15:33:06 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD92A43FE5 for ; Mon, 6 Oct 2003 15:33:05 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96MX5GZ086572 for ; Mon, 6 Oct 2003 18:33:05 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96MX5Nx068444 for ports@FreeBSD.org; Mon, 6 Oct 2003 18:33:05 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 18:33:05 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062233.h96MX5Nx068444@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 22:33:06 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 15:35:14 2003 Return-Path: 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 5E04716A4B3 for ; Mon, 6 Oct 2003 15:35:14 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9B043FAF for ; Mon, 6 Oct 2003 15:35:13 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96MZCGZ086581 for ; Mon, 6 Oct 2003 18:35:12 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96MWcQd004830 for ports@FreeBSD.org; Mon, 6 Oct 2003 18:32:38 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 18:32:38 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062232.h96MWcQd004830@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 22:35:14 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 16:10:35 2003 Return-Path: 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 A871416A4B3 for ; Mon, 6 Oct 2003 16:10:35 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78FC43FAF for ; Mon, 6 Oct 2003 16:10:34 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id E8E0B133B for ; Tue, 7 Oct 2003 09:10:29 +1000 (EST) X-Viruscan-Id: <3F81F66500005F8D01BC39FA@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id F39001E1D for ; Tue, 7 Oct 2003 09:10:18 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id D168B6A7101; Tue, 7 Oct 2003 09:10:17 +1000 (EST) Date: Tue, 7 Oct 2003 09:10:17 +1000 From: Edwin Groothuis To: ports@FreeBSD.org Message-ID: <20031006231017.GP59397@k7.mavetju> References: <200310061327.h96DRSuB094648@9ball.rtp.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310061327.h96DRSuB094648@9ball.rtp.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 23:10:35 -0000 On Mon, Oct 06, 2003 at 09:27:28AM -0400, Kris Kennaway wrote: > INDEX build failed with errors: > Can't find string terminator "}" anywhere before EOF at -e line 1. > /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Fixed! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 16:14:16 2003 Return-Path: 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 B27BD16A4B3 for ; Mon, 6 Oct 2003 16:14:16 -0700 (PDT) Received: from foo.birdnet.se (foo.birdnet.se [213.88.146.6]) by mx1.FreeBSD.org (Postfix) with SMTP id E37C843FDD for ; Mon, 6 Oct 2003 16:14:14 -0700 (PDT) (envelope-from stuge-micq@cdy.org) Received: (qmail 10815 invoked by uid 501); 6 Oct 2003 23:12:11 -0000 Date: Tue, 7 Oct 2003 01:12:11 +0200 From: Peter Stuge To: micq-list@micq.org Message-ID: <20031006231211.GB3448@foo.birdnet.se> Mail-Followup-To: micq-list@micq.org, feedback@pld.org.pl, lenny@mandrakesoft.com, twoerner@redhat.com, kad@asplinux.ru, ports@FreeBSD.org, shell@netbsd.org, micq@davidkrause.com, debian-user@lists.debian.org References: <20030923164800.GB1795@o112.hadiko.de> <20031006221743.GB7274@o112.hadiko.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20031006221743.GB7274@o112.hadiko.de> cc: ports@FreeBSD.org cc: kad@asplinux.ru cc: shell@netbsd.org cc: feedback@pld.org.pl cc: twoerner@redhat.com cc: debian-user@lists.debian.org cc: lenny@mandrakesoft.com cc: micq@davidkrause.com Subject: Re: [mICQ] ANNOUNCEMENT: mICQ 0.4.10.5 released X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 23:14:16 -0000 On Tue, Oct 07, 2003 at 12:17:43AM +0200, Rüdiger Kuhlmann wrote: > # ANNOUNCEMENT: mICQ 0.4.10.5 # Excellent, just upgraded from 0.4.10.4, even though I haven't yet encountered any of the bugs you mention. Anyway, great work. Thanks a lot! :) //Peter From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 16:33:21 2003 Return-Path: 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 2678E16A4B3 for ; Mon, 6 Oct 2003 16:33:21 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5947943F93 for ; Mon, 6 Oct 2003 16:33:20 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h96NXJGZ086684 for ; Mon, 6 Oct 2003 19:33:19 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96NXJ6i032244 for ports@FreeBSD.org; Mon, 6 Oct 2003 19:33:19 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 19:33:19 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062333.h96NXJ6i032244@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 23:33:21 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core U databases/gauche-gdbm/Makefile ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core U lang/gauche/Makefile U lang/gauche/distinfo U lang/gauche/pkg-plist U mail/milter-regex/Makefile ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core U x11-toolkits/gauche-gtk/Makefile U x11-toolkits/gauche-gtk/distinfo U x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub U x11-toolkits/scintilla/Makefile U x11-toolkits/scintilla/files/patch-aa From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 16:35:33 2003 Return-Path: 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 5899B16A4B3 for ; Mon, 6 Oct 2003 16:35:33 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20EC943FE5 for ; Mon, 6 Oct 2003 16:35:32 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h96NZVGZ086703 for ; Mon, 6 Oct 2003 19:35:31 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h96NWuI1068503 for ports@FreeBSD.org; Mon, 6 Oct 2003 19:32:56 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 19:32:56 -0400 (EDT) From: Kris Kennaway Message-Id: <200310062332.h96NWuI1068503@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 23:35:33 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U databases/gauche-gdbm/Makefile ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U lang/gauche/Makefile U lang/gauche/distinfo U lang/gauche/pkg-plist ? mail/log U mail/milter-regex/Makefile ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log U x11-toolkits/gauche-gtk/Makefile U x11-toolkits/gauche-gtk/distinfo U x11-toolkits/gauche-gtk/files/patch-src_gtkimmulticontext.stub U x11-toolkits/scintilla/Makefile U x11-toolkits/scintilla/files/patch-aa From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 17:33:14 2003 Return-Path: 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 E1AC016A4B3 for ; Mon, 6 Oct 2003 17:33:14 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FDDA43FFD for ; Mon, 6 Oct 2003 17:33:14 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h970X8GZ086782 for ; Mon, 6 Oct 2003 20:33:08 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h970X88o095920 for ports@FreeBSD.org; Mon, 6 Oct 2003 20:33:08 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 20:33:08 -0400 (EDT) From: Kris Kennaway Message-Id: <200310070033.h970X88o095920@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 00:33:15 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 17:35:17 2003 Return-Path: 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 6A66A16A4B3 for ; Mon, 6 Oct 2003 17:35:17 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 967A743FF7 for ; Mon, 6 Oct 2003 17:35:16 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h970ZGGZ086791 for ; Mon, 6 Oct 2003 20:35:16 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h970We1f032297 for ports@FreeBSD.org; Mon, 6 Oct 2003 20:32:40 -0400 (EDT) (envelope-from kris) Date: Mon, 6 Oct 2003 20:32:40 -0400 (EDT) From: Kris Kennaway Message-Id: <200310070032.h970We1f032297@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 00:35:17 -0000 INDEX build failed with errors: Can't find string terminator "}" anywhere before EOF at -e line 1. /lib/dbm/gdbm.scm:/vol/vol0/users/kris/ports.clean/databases/gauche-gdbm}: not found Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 17:46:17 2003 Return-Path: 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 7127F16A4BF for ; Mon, 6 Oct 2003 17:46:17 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C24243F75 for ; Mon, 6 Oct 2003 17:46:16 -0700 (PDT) (envelope-from sethk@magnesium.net) Received: (qmail 28502 invoked by uid 1165); 7 Oct 2003 00:46:16 -0000 Date: 6 Oct 2003 17:46:16 -0700 Date: Mon, 6 Oct 2003 17:46:16 -0700 From: Seth Kingsley To: obrien@freebsd.org Message-ID: <20031007004616.GG93165@mail.meowfishies.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FwyhczKCDPOVeYh6" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-RELEASE i386 X-GPG-Key-ID: 1024D/5C413B08 X-GPG-Key-Fingerprint: F772 5D24 02B4 D233 90F5 080F 0F50 3298 5C41 3B08 X-URL: http://www.meowfishies.com/ cc: ports@freebsd.org Subject: net/ymessenger problems are being looked at X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 00:46:17 -0000 --FwyhczKCDPOVeYh6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The message below is from the apparent ymessenger maintainer at Yahoo! He was the one who compiled the most recent package. In addition, the RedHat 7.1 RPM seems to work once I installed x11-toolkits/linux-gtk and gdk-pixbuf-0.8.0-7.i386.rpm. Making a linux-ymessenger port is possible, but the best way would be to use rpm2cpio and install it under /usr/local/libexec/linux-ymessenger, and that would require a little extra work. ----- Forwarded message from Madhu M Kurup ----- Return-Path: Delivered-To: sethk-sethk@meowfishies.com Received: (qmail 18023 invoked from network); 6 Oct 2003 22:52:10 -0000 Received: from delegate.corp.yahoo.com (216.145.56.29) by toxic.magnesium.net with SMTP; 6 Oct 2003 22:52:10 -0000 Received: from yahoo-inc.com (localhost.localdomain [127.0.0.1]) by delegate.corp.yahoo.com (8.12.8/8.12.8) with SMTP id h96N196S030933 for ; Mon, 6 Oct 2003 16:01:10 -0700 Date: Mon, 6 Oct 2003 16:01:09 -0700 From: Madhu M Kurup To: Seth Kingsley Subject: Re: Recent FreeBSD ymessenger package Message-Id: <20031006160109.5ab11466.mmk@yahoo-inc.com> In-Reply-To: <20031006223521.GF93165@mail.meowfishies.com> References: <20031006223521.GF93165@mail.meowfishies.com> X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=3DUS-ASCII Content-Transfer-Encoding: 7bit Status: RO Content-Length: 645 Lines: 23 Hi, Seth Kingsley said on October 6,2003: > Hi, as yet, I have heard exactly 0 reports of the FreeBSD Yahoo! > messenger client working. I, and many other people, receive this > message on login: >=20 > /usr/libexec/ld-elf.so.1: > /usr/local/libexec/ymessenger/ymessenger.bin: Undefined symbol "Xu4L" This is a known problem ... we are working towards a solution. Expect it today or tomorrow. > version under compatibility (which does work most of the time), or > removing the official FreeBSD port entry. Any thoughts? Gimme a day. Cheerio, M Madhu M Kurup /* Nemo Me Impune Lacessit */ mmk at yahoo-inc dt com ----- End forwarded message ----- --=20 || Seth Kingsley || sethk@meowfishies.com || || http://www.meowfishies.com/ | Meow ^_^ || --FwyhczKCDPOVeYh6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/ggzYD1AymFxBOwgRAt2dAJ9DKfena3WKySZ11eUafgIGW3i6EQCghiQ5 hEW9dxzba7itmc8XtJU88ms= =egzX -----END PGP SIGNATURE----- --FwyhczKCDPOVeYh6-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 20:38:53 2003 Return-Path: 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 8E80B16A4B3 for ; Mon, 6 Oct 2003 20:38:53 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id DAE2B43FBD for ; Mon, 6 Oct 2003 20:38:52 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 42879 invoked by uid 1252); 7 Oct 2003 03:38:52 -0000 Date: 6 Oct 2003 23:38:52 -0400 Date: Mon, 6 Oct 2003 23:38:52 -0400 From: Adam Weinberger To: ports@freebsd.org Message-ID: <20031007033852.GC96543@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i Subject: need help testing a game X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 03:38:53 -0000 I need help testing a game. 2 people have said that the game sits there and gobbles up memory until they kill it, and the game never starts. They were both running -current. On my -stable machine, and on marcus's -current machine, the game runs fine. If you're bored, can you please give this a test and let me know whether the game works for you? Thanks! http://people.freebsd.org/~adamw/monkeybubble.shar p.s. It has monkeys! # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 22:45:32 2003 Return-Path: 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 51D0C16A4B3 for ; Mon, 6 Oct 2003 22:45:32 -0700 (PDT) Received: from relayer.avian.org (avian.org [64.46.142.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DD3743FB1 for ; Mon, 6 Oct 2003 22:45:28 -0700 (PDT) (envelope-from hobbit@avian.org) Received: by relayer.avian.org (Postfix, from userid 666) id 77675C30A; Tue, 7 Oct 2003 00:32:07 +0000 (GMT) To: ports@freebsd.org Message-Id: <20031007003207.77675C30A@relayer.avian.org> Date: Tue, 7 Oct 2003 00:32:07 +0000 (GMT) From: hobbit@avian.org (*Hobbit*) Subject: cdparanoia? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 05:45:32 -0000 Is there a human behind this address? If so, is it possible for you to tell me where to find the cdparanoia-3.9.8_5 sources *AS PORTED* to freebsd, rather than the original xiph.org srcs or a binary? Thanx _H* From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 22:59:24 2003 Return-Path: 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 21CD516A4B3 for ; Mon, 6 Oct 2003 22:59:24 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E8C43F75 for ; Mon, 6 Oct 2003 22:59:23 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.10/8.12.10) with ESMTP id h975vIwt087111; Tue, 7 Oct 2003 07:57:18 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.10/8.12.10/Submit) id h975vI75087110; Tue, 7 Oct 2003 07:57:18 +0200 (CEST) (envelope-from stijn) Date: Tue, 7 Oct 2003 07:57:18 +0200 From: Stijn Hoop To: *Hobbit* Message-ID: <20031007055718.GE86678@pcwin002.win.tue.nl> References: <20031007003207.77675C30A@relayer.avian.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline In-Reply-To: <20031007003207.77675C30A@relayer.avian.org> User-Agent: Mutt/1.4.1i X-Bright-Idea: Let's abolish HTML mail! cc: ports@freebsd.org Subject: Re: cdparanoia? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 05:59:24 -0000 --nmemrqcdn5VTmUEE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 07, 2003 at 12:32:07AM +0000, *Hobbit* wrote: > Is there a human behind this address? If so, is it possible for you > to tell me where to find the cdparanoia-3.9.8_5 sources *AS PORTED* > to freebsd, rather than the original xiph.org srcs or a binary? I don't know if those sources exist -- the patches needed to compile cdparanoia are included in the ports tree. Why not just use the port? If you absolutely must compile from source, get the patches from the ports tree and apply them by hand, but it seems to me that that is the cumbersome way to go. --Stijn --=20 The sexual urge of the camel is stranger than anyone thinks. He's lived for years on the desert, and tried to seduce the Sphinx. But the Sphinxs center of pleasure lies buried deep in the Nile, which accounts for the hump on the camel and the Sphinxs inscrutable smile. -- Frantic Fran, http://www.franticfran.com/jokes.htm --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/glW+Y3r/tLQmfWcRAjKmAKCNUYIT6e+0DYzBJNkaRLy31UT8owCeLIYi pbefHSfcAKdCm2+Ad0w79js= =23AX -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 6 23:37:39 2003 Return-Path: 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 22EDE16A4B3; Mon, 6 Oct 2003 23:37:39 -0700 (PDT) Received: from hotmail.com (bay10-f44.bay10.hotmail.com [64.4.37.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B16243FF7; Mon, 6 Oct 2003 23:37:38 -0700 (PDT) (envelope-from micpalmer@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 6 Oct 2003 23:37:38 -0700 Received: from 68.62.238.165 by by10fd.bay10.hotmail.msn.com with HTTP; Tue, 07 Oct 2003 06:37:38 GMT X-Originating-IP: [68.62.238.165] X-Originating-Email: [micpalmer@hotmail.com] From: "Michael Palmer" To: gnome@FreeBSD.org Date: Tue, 07 Oct 2003 06:37:38 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Oct 2003 06:37:38.0510 (UTC) FILETIME=[803336E0:01C38C9D] cc: ports@FreeBSD.org Subject: FreeBSD Port: mozilla-gtk2-1.5b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 06:37:39 -0000 Port failed. Patching for libgda-0.2.96_1 ===> Applying FreeBSD patches for libgda-0.2.96_1 1 out of 1 hunks failed--saving rejects to doc/C/reference/libgda-client/Makefile.in.rej >>Patch patch-doc::C::reference::libgda-client::Makefile.in failed to apply >>cleanly. >>Patch(es) patch-aa patch-bindings_c++_gdaBatch.cpp >>patch-bindings_c++_gdaCommand.cpp patch-bindings_c++_gdaConnection.cpp >>patch-bindings_c++_gdaConnection.h patch-bindings_c++_gdaError.cpp >>patch-bindings_c++_gdaField.cpp patch-bindings_c++_gdaHelpers.h >>patch-bindings_c++_gdaIncludes.h patch-bindings_c++_gdaRecordset.cpp >>patch-configure applied cleanly. *** Error code 1 Stop in /usr/ports/databases/libgda. *** Error code 1 Stop in /usr/ports/x11/gnomecore. *** Error code 1 Stop in /usr/ports/www/mozilla-gtk2. _________________________________________________________________ Add MSN 8 Internet Software to your existing Internet access and enjoy patented spam protection and more. Sign up now! http://join.msn.com/?page=dept/byoa From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 00:00:16 2003 Return-Path: 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 CB24716A4BF; Tue, 7 Oct 2003 00:00:16 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A49343FB1; Tue, 7 Oct 2003 00:00:15 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])h976u3kt022389; Tue, 7 Oct 2003 02:56:04 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h976xi1v021291; Tue, 7 Oct 2003 02:59:44 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Michael Palmer In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DPJZ4CcNeI/1BkTG+L2E" Organization: MarcusCom, Inc. Message-Id: <1065509996.33346.20.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 07 Oct 2003 02:59:56 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-gtk2-1.5b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 07:00:16 -0000 --=-DPJZ4CcNeI/1BkTG+L2E Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-10-07 at 02:37, Michael Palmer wrote: > Port failed. Looks like your ports tree is all screwed up. First, there is no more gnomecore port, second, it looks like your /usr/ports/Mk directory is wildly out-of-date, and third, your libgda directory is out-of-date. I recommend you remove /usr/ports, then cvsup a clean copy of ports-all. Joe >=20 >=20 >=20 > Patching for libgda-0.2.96_1 > =3D=3D=3D> Applying FreeBSD patches for libgda-0.2.96_1 > 1 out of 1 hunks failed--saving rejects to=20 > doc/C/reference/libgda-client/Makefile.in.rej > >>Patch patch-doc::C::reference::libgda-client::Makefile.in failed to app= ly=20 > >>cleanly. > >>Patch(es) patch-aa patch-bindings_c++_gdaBatch.cpp=20 > >>patch-bindings_c++_gdaCommand.cpp patch-bindings_c++_gdaConnection.cpp=20 > >>patch-bindings_c++_gdaConnection.h patch-bindings_c++_gdaError.cpp=20 > >>patch-bindings_c++_gdaField.cpp patch-bindings_c++_gdaHelpers.h=20 > >>patch-bindings_c++_gdaIncludes.h patch-bindings_c++_gdaRecordset.cpp=20 > >>patch-configure applied cleanly. > *** Error code 1 >=20 > Stop in /usr/ports/databases/libgda. > *** Error code 1 >=20 > Stop in /usr/ports/x11/gnomecore. > *** Error code 1 >=20 > Stop in /usr/ports/www/mozilla-gtk2. >=20 > _________________________________________________________________ > Add MSN 8 Internet Software to your existing Internet access and enjoy=20 > patented spam protection and more. Sign up now! =20 > http://join.msn.com/?page=3Ddept/byoa >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DPJZ4CcNeI/1BkTG+L2E Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/gmRsb2iPiv4Uz4cRAsXQAJ9flw8iIRPDxvepgUZ2H6qnJ+cUDQCaAjtN YgRwvduDYganlRLjbjPdbzg= =Yiw6 -----END PGP SIGNATURE----- --=-DPJZ4CcNeI/1BkTG+L2E-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 00:24:06 2003 Return-Path: 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 DCEB416A4B3 for ; Tue, 7 Oct 2003 00:24:06 -0700 (PDT) Received: from cloudburst.umist.ac.uk (cloudburst.umist.ac.uk [130.88.119.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B229D43FE9 for ; Tue, 7 Oct 2003 00:24:05 -0700 (PDT) (envelope-from lewiz@black.lewiz.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=yellow.lewiz.org) by cloudburst.umist.ac.uk with esmtp (Exim 4.24) id 1A6mCL-0006jE-V2; Tue, 07 Oct 2003 08:23:58 +0100 Received: from black.lewiz.org ([192.168.0.12]) by mail.lewiz.org with smtp (Exim 4.22) id 1A6mCa-00003x-Ho; Tue, 07 Oct 2003 08:24:12 +0100 Received: (nullmailer pid 36500 invoked by uid 4001); Tue, 07 Oct 2003 07:23:50 -0000 Date: Tue, 7 Oct 2003 08:23:50 +0100 From: Lewis Thompson To: *Hobbit* Message-ID: <20031007072350.GF34146@lewiz.org> References: <20031007003207.77675C30A@relayer.avian.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Pql/uPZNXIm1JCle" Content-Disposition: inline In-Reply-To: <20031007003207.77675C30A@relayer.avian.org> X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.westwood.karoo.net/pgpkey / horowitz.surfnet.nl User-Agent: Mutt/1.5.4i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean cc: ports@freebsd.org Subject: Re: cdparanoia? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 07:24:07 -0000 --Pql/uPZNXIm1JCle Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 07, 2003 at 12:32:07AM +0000, *Hobbit* wrote: > Is there a human behind this address? If so, is it possible for you > to tell me where to find the cdparanoia-3.9.8_5 sources *AS PORTED* > to freebsd, rather than the original xiph.org srcs or a binary? You need to apply the patches in the files/ subdir of the port directory. -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jab:lewiz@jabber.org | url:http://lewiz.net |- --Pql/uPZNXIm1JCle Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/gmoGItq0KFQv7T8RAs78AKCPCTilJiRsP4YMIrCkwZUh3xxHlQCbBZev IMKriiooHT4nsrrHivIE7Ok= =1AZq -----END PGP SIGNATURE----- --Pql/uPZNXIm1JCle-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 05:45:53 2003 Return-Path: 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 C556D16A4B3 for ; Tue, 7 Oct 2003 05:45:53 -0700 (PDT) Received: from buh.cameradicommercio.ro (buh.cameradicommercio.ro [81.196.25.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27ED843FE3 for ; Tue, 7 Oct 2003 05:45:51 -0700 (PDT) (envelope-from itetcu@apropo.ro) Received: from buh.cameradicommercio.ro (localhost [127.0.0.1]) by buh.cameradicommercio.ro (Postfix) with SMTP id 5FB1F10E; Tue, 7 Oct 2003 15:45:49 +0300 (EEST) Date: Tue, 7 Oct 2003 15:45:49 +0300 From: Ion-Mihai Tetcu To: hobbit@avian.org (*Hobbit*) Message-Id: <20031007154549.61ec82d7.itetcu@apropo.ro> In-Reply-To: <20031007003207.77675C30A@relayer.avian.org> References: <20031007003207.77675C30A@relayer.avian.org> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: cdparanoia? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 12:45:53 -0000 On Tue, 7 Oct 2003 00:32:07 +0000 (GMT) hobbit@avian.org (*Hobbit*) wrote: > Is there a human behind this address? If so, is it possible for you > to tell me where to find the cdparanoia-3.9.8_5 sources *AS PORTED* > to freebsd, rather than the original xiph.org srcs or a binary? cd /usr/ports/audio/cdparanoia && make extract - the original :) cd /usr/ports/audio/cdparanoia && make patch - patched for FreeBSD -- IOnut FreeBSD unregistered ;) user From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 06:07:36 2003 Return-Path: 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 C9DE716A4B3 for ; Tue, 7 Oct 2003 06:07:36 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.com [209.198.171.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F1243FF3 for ; Tue, 7 Oct 2003 06:07:36 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr (dwcjr [192.168.0.248]) by leviathan.inethouston.net (Postfix) with SMTP id CAD4174653C; Tue, 7 Oct 2003 08:07:36 -0500 (CDT) Message-ID: <0b8a01c38cd4$2a714e90$f800a8c0@dwcjr> From: "David W. Chapman Jr." To: "Gabriel Medina" References: Date: Tue, 7 Oct 2003 08:08:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: ports@freebsd.org Subject: Re: Samba 3.0? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 13:07:36 -0000 ----- Original Message ----- From: "Gabriel Medina" To: Sent: Tuesday, October 07, 2003 8:06 AM Subject: Samba 3.0? > Just wounder when you will be able to update samba 3 to the latest version > in FreeBSD ports? > When the ports freeze is over. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 06:20:11 2003 Return-Path: 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 156BC16A4B3 for ; Tue, 7 Oct 2003 06:20:11 -0700 (PDT) Received: from safe.pbank.dp.ua (safe.pbank.dp.ua [217.117.65.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE28D43F85 for ; Tue, 7 Oct 2003 06:20:08 -0700 (PDT) (envelope-from dmitrij.kikot@pbank.com.ua) Received: from relay.pbank.com.ua (localhost [127.0.0.1])19 2002)) freebsd-ports@FreeBSD.org; Tue, 07 Oct 2003 16:23:47 +0300 (EEST) Received: from mail.ki.pbank.com.ua (localhost [127.0.0.1]) by relay.pbank.com.ua (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0HME00EAD0Z69Y@relay.pbank.com.ua> for freebsd-ports@FreeBSD.org; Tue, 07 Oct 2003 15:49:55 +0300 (EEST) Received: from kwinto (mail.ki.pbank.com.ua [10.2.100.11]) by mail.ki.pbank.com.ua (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTPA id <0HME001W80G52S@mail.ki.pbank.com.ua> for freebsd-ports@FreeBSD.org; Tue, 07 Oct 2003 15:38:30 +0300 (EEST) Date: Tue, 07 Oct 2003 15:49:29 +0400 From: Buzurbay To: freebsd-ports@FreeBSD.org Message-id: <219683078.20031007154929@pbank.com.ua> Organization: pb MIME-version: 1.0 X-Mailer: The Bat! (v1.62r) Personal Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Priority: 3 (Normal) Subject: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Buzurbay List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 13:20:11 -0000 Hello freebsd-ports, -- Best regards, Buzurbay mailto:dmitrij.kikot@pbank.com.ua From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 07:15:29 2003 Return-Path: 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 5CDCB16A4B3 for ; Tue, 7 Oct 2003 07:15:29 -0700 (PDT) Received: from web41110.mail.yahoo.com (web41110.mail.yahoo.com [66.218.93.26]) by mx1.FreeBSD.org (Postfix) with SMTP id C458943FCB for ; Tue, 7 Oct 2003 07:15:28 -0700 (PDT) (envelope-from scott@sremick.net) Message-ID: <20031007141528.52671.qmail@web41110.mail.yahoo.com> Received: from [199.172.45.60] by web41110.mail.yahoo.com via HTTP; Tue, 07 Oct 2003 07:15:28 PDT X-RocketYMMF: siremick Date: Tue, 7 Oct 2003 07:15:28 -0700 (PDT) From: "Scott I. Remick" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 14:15:29 -0000 FYI... Grip currently segfaults w/ sig 11 on FreeBSD. Me and someone else have noticed this, and there's a bug going on Sourceforge: https://sourceforge.net/tracker/index.php?func=detail&aid=817695&group_id=3714&atid=103714 ===== Scott I. Remick --==-- ICQ: 450152 Save the internet - Use a Mozilla-based browser: http://vtbsd.net/mozilla/ FreeBSD: Because making unix user-friendly is easier than debugging Windows. http://vtbsd.net/freebsd/ "Voici mon secret. Il est tres simple: on ne voit bien qu'avec le coeur. L'essentiel est invisible pour les yeux." From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 07:42:45 2003 Return-Path: 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 92B5016A4B3; Tue, 7 Oct 2003 07:42:45 -0700 (PDT) Received: from guppy.vub.ac.be (radio.vub.ac.be [134.184.129.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAED043F75; Tue, 7 Oct 2003 07:42:43 -0700 (PDT) (envelope-from raphael@scmbb.ulb.ac.be) Received: from mach.vub.ac.be (mach.vub.ac.be [134.184.129.3]) by guppy.vub.ac.be (8.9.1b+Sun/3.17.1.ap (guppy)) id QAA25166; Tue, 7 Oct 2003 16:42:42 +0200 (MET DST) for Received: from scmbb.ulb.ac.be (bioc1.ulb.ac.be [164.15.109.53]) by mach.vub.ac.be (8.9.3/3.13.3.ap (mach)) id QAA19750; Tue, 7 Oct 2003 16:40:19 +0200 (MET DST) for Message-ID: <3F82D09E.30001@scmbb.ulb.ac.be> Date: Tue, 07 Oct 2003 16:41:34 +0200 From: Raphael Leplae User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: erwin@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: p5-MLDBM-Sync-0.30 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 14:42:45 -0000 Hi Erwin, I'm trying to use 'MLDBM::Sync' but when I do: use MLDBM::Sync; use MLDBM qw(DB_File Storable); use Fcntl; my %hash; $dbm = tie %hash, 'MLDBM::Sync', $file, O_CREAT|O_RDWR, 0664; (tied %hash)->DumpMeth('portable'); I get the following error message: DumpMeth not handled by object MLDBM::Sync=HASH(0x8400270) at /usr/lib/perl5/site_perl/5.8.0/MLDBM/Sync.pm line 62. Any idea to solve this? Thank you in advance. Raphael -- ________________________________________________________ Raphael Leplae, Ph.D. Research Scientist SCMBB - ULB Tel: +32 2 6505499 Blvd du Triomphe - CP 263 Fax: +32 2 6505425 1050 Brussels raphael@scmbb.ulb.ac.be Belgium http://scmbb.ulb.ac.be ________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 08:10:48 2003 Return-Path: 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 E4E4616A4B3 for ; Tue, 7 Oct 2003 08:10:48 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C47243FBD for ; Tue, 7 Oct 2003 08:10:48 -0700 (PDT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id B6B053AF6; Tue, 7 Oct 2003 11:10:47 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-ports@freebsd.org References: <20031007141528.52671.qmail@web41110.mail.yahoo.com> From: Lowell Gilbert Date: 07 Oct 2003 11:10:47 -0400 In-Reply-To: <20031007141528.52671.qmail@web41110.mail.yahoo.com> Message-ID: <44fzi5krrc.fsf@be-well.ilk.org> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 15:10:49 -0000 "Scott I. Remick" writes: > FYI... Grip currently segfaults w/ sig 11 on FreeBSD. Me and someone else > have noticed this, and there's a bug going on Sourceforge: > > https://sourceforge.net/tracker/index.php?func=detail&aid=817695&group_id=3714&atid=103714 It's working fine for me on -STABLE, although I had to add libgnomeui to the dependencies. This may be a CURRENT-only problem... From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 10:05:46 2003 Return-Path: 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 0CBDC16A4BF for ; Tue, 7 Oct 2003 10:05:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBE244003 for ; Tue, 7 Oct 2003 10:05:33 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h97H5XFY080215 for ; Tue, 7 Oct 2003 10:05:33 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h97H5Xkj080214 for ports@freebsd.org; Tue, 7 Oct 2003 10:05:33 -0700 (PDT) (envelope-from fenner) Date: Tue, 7 Oct 2003 10:05:33 -0700 (PDT) From: Bill Fenner Message-Id: <200310071705.h97H5Xkj080214@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 17:05:46 -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 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 Tue Oct 7 10:12:10 2003 Return-Path: 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 B43E616A4B3 for ; Tue, 7 Oct 2003 10:12:10 -0700 (PDT) Received: from anor.ics.muni.cz (anor.ics.muni.cz [147.251.4.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C0543FAF for ; Tue, 7 Oct 2003 10:12:08 -0700 (PDT) (envelope-from hopet@ics.muni.cz) Received: from kloboucek ([141.244.220.140]) (user=hopet mech=LOGIN bits=0) by anor.ics.muni.cz (8.12.1/8.12.1) with ESMTP id h97HC6ga030230 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 7 Oct 2003 19:12:07 +0200 From: "Petr Holub" To: Date: Tue, 7 Oct 2003 19:12:08 +0200 Message-ID: <01cc01c38cf6$23a8e2e0$2136fb93@kloboucek> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: <200310071701.h97H1g73075873@freefall.freebsd.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Muni-Spam-TestIP: 141.244.220.140 X-Muni-Virus-Test: Clean Subject: RE: FreeBSD ports: 1 unfetchable distfiles: devel/jrtplib X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 17:12:10 -0000 Hi, what I found on that page is following: File: jrtplib.html has 1 possible URL: 0 OK, 0 bad, 1 skipped Port maintainer: hopet@ics.muni.cz http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html: Not checked (Last actual result NEVER [checked 0 times since Wed Dec 31 16:00:00 1969 ]) File: jrtplib-2.7.tar.gz has 1 possible URL: 0 OK, 0 bad, 1 skipped Port maintainer: hopet@ics.muni.cz http://lumumba.luc.ac.be/jori/jrtplib/jrtplib-2.7.tar.gz: Not checked (Last actual result NEVER [checked 0 times since Wed Dec 31 16:00:00 1969 ]) Summary 0 files fetchable out of 2 Where is the problem? Both URLs are OK. Cheers, Petr ================================================================ Petr Holub CESNET z.s.p.o. Supercomputing Center Brno Zikova 4 Institute of Compt. Science 162 00 Praha 6, CZ Masaryk University Czech Republic Botanicka 68a, 60200 Brno, CZ e-mail: Petr.Holub@cesnet.cz phone: +420-541512272 fax: +420-541212747 e-mail: hopet@ics.muni.cz > -----Original Message----- > From: Bill "distfiles" Fenner [mailto:fenner@FreeBSD.org] > Sent: Tuesday, October 07, 2003 7:02 PM > To: hopet@ics.muni.cz > Subject: FreeBSD ports: 1 unfetchable distfiles: devel/jrtplib > > > Dear hopet@ics.muni.cz, > > You are listed as the FreeBSD port maintainer for 1 port > whose distfiles [or main web pages] are not fetchable from their > MASTER_SITES. Could you please visit > > http://people.freebsd.org/~fenner/portsurvey/hopet@ics.muni.cz.html > > and correct the problems listed there? The individual port with > a problem is devel/jrtplib. > > Note that the main port web page, as listed in the WWW: line > of the pkg-descr, is checked just as though it was a port distfile. > This is an unfortunate side effect of the architecture of the distfile > survey reporting tool, but if you see a distfile being reported as > not fetchable that's not actually a distfile, see if it's from the > pkg-descr. > > 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 always have time to commit your fix; please instead submit a PR > via 'send-pr' so it doesn't get lost. > > Problems are usually of two types: > 1. The software package has been upgraded and the version in the > port has been removed. The best solution to this problem is to > upgrade the port to the most current version of the software package. > If you are a FreeBSD committer, then you can just upgrade the port > directly. If not, you should create the updated port on your own machine, > test it (and maybe even run "portlint" on it), and then use "send-pr" > to submit a "diff -uNr old-port updated-port". If you added or deleted > any files, please make an explicit note of it. > > 2. The mirror site being used no longer contains the software package > in question, or no longer exists. Solutions include: > a) If there are other mirror sites, just remove the bad site > from the list. (Make sure that what appears to be a bad site > isn't actually a problem of type 1, upgrade) > b) If the README or other support files in the software > documentation mention where to get the software package, > use one of those sites. > c) Use ftpsearch (http://ftpsearch.ntnu.no/ftpsearch) or other > search engines to find another place to get the original > DISTFILES. Make sure that you don't pick a FreeBSD distfiles > mirror -- if you can't find any other places where the file > exists, it can be a LOCAL_PORT or you can simply comment out > the MASTER_SITES= line, with a comment explaining why. > Once you have a solution, use "send-pr" to submit a "diff -u" of the > Makefile. > > Note that this isn't an urgent issue, as people who try to > build the port now will just fall back to the FreeBSD distfiles mirror. > Please just put it on your list to do and get to it when you have time. > These messages will continue to arrive twice a month until the fix is > committed, as a reminder. > > Thanks, > Bill "distfiles" Fenner. > From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 10:15:41 2003 Return-Path: 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 01A2216A4BF for ; Tue, 7 Oct 2003 10:15:41 -0700 (PDT) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id D310E43FE3 for ; Tue, 7 Oct 2003 10:15:39 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (localhost [127.0.0.1]) h97HFQ8Q062429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Oct 2003 10:15:26 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from localhost (dirkx@localhost)h97HFQij062426 for ; Tue, 7 Oct 2003 10:15:26 -0700 (PDT) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: skutsje.san.webweaving.org: dirkx owned process doing -bs Date: Tue, 7 Oct 2003 10:15:26 -0700 (PDT) From: Dirk-Willem van Gulik X-X-Sender: dirkx@skutsje.san.webweaving.org To: ports@FreeBSD.org In-Reply-To: <200310071701.h97H1BIt075621@freefall.freebsd.org> Message-ID: <20031007101134.N37193@skutsje.san.webweaving.org> References: <200310071701.h97H1BIt075621@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: FreeBSD ports: 1 unfetchable distfiles: sysutils/watchdog X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 17:15:41 -0000 The file: http://www.webweaving.org/watchdog/watchdog-1.00.tgz as listed on the page http://people.freebsd.org/~fenner/portsurvey/dirkx@webweaving.org.html http://people.freebsd.org/~fenner/portsurvey/sysutils.html#watchdog watchdog cvs tree / pkg-descr File: watchdog-1.00.tgz has 1 possible URL: 0 OK, 0 bad, 1 skipped Is fetchable, and the logs suggest that it has been fetched several 10's of times over the last 24 hrs. Am I looking at some monitoring artificat - or is there something more sinister (like my DNS beeing broken) at work ? At this point in time I cannot find a fault with the site or URL. Dw. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 10:23:11 2003 Return-Path: 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 A90A516A4C0; Tue, 7 Oct 2003 10:23:11 -0700 (PDT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF16243FE3; Tue, 7 Oct 2003 10:23:09 -0700 (PDT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id h97HP3Ma091015; Tue, 7 Oct 2003 14:25:04 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.9/8.12.9) with ESMTP id h97HMpiH005130; Tue, 7 Oct 2003 14:22:52 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.9/8.12.9/Submit) id h97HMoZ0005129; Tue, 7 Oct 2003 14:22:50 -0300 (ART) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Tue, 7 Oct 2003 14:22:50 -0300 From: Fernan Aguero To: ports@FreeBSD.org Message-ID: <20031007172250.GB2564@iib.unsam.edu.ar> Mail-Followup-To: ports@FreeBSD.org, fenner@freebsd.org References: <200310071701.h97H1SRP075754@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310071701.h97H1SRP075754@freefall.freebsd.org> User-Agent: Mutt/1.4.1i cc: fenner@FreeBSD.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: mail/gkrellmmailwatch2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 17:23:11 -0000 +----[ Bill "distfiles" Fenner (07.Oct.2003 14:06): | | Dear fernan@iib.unsam.edu.ar, | | You are listed as the FreeBSD port maintainer for 1 port | whose distfiles [or main web pages] are not fetchable from their | MASTER_SITES. Could you please visit | | http://people.freebsd.org/~fenner/portsurvey/fernan@iib.unsam.edu.ar.html | | and correct the problems listed there? The individual port with | a problem is mail/gkrellmmailwatch2. | +----] Hi! This is the first port for which I'm the maintainer ... thus this is the first time I receive mails from Bill's portsurvey. Now, I've went to http://people.freebsd.org/~fenner/portsurvey/mail.html and see that the gkrellmmailwatch2 port has the following problem: http://gkrellm.luon.net/files/gkrellm-mailwatch-2.4.2.tar.gz: Not checked (Last actual result NEVER [checked 0 times since Wed Dec 31 16:00:00 1969 ]) So it appears there is no problem at all! I've checked the port before sending the PR with the update request, and it could fetch the distfile without problems. I've confirmed this just now. I just don't understand the error ... it was not checked (skipped), but why? Fernan PS: the URL in the pkg-descr WWW: line is marked as OK -- F e r n a n A g u e r o http://genoma.unsam.edu.ar/~fernan From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 10:40:15 2003 Return-Path: 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 6858416A4B3 for ; Tue, 7 Oct 2003 10:40:15 -0700 (PDT) Received: from mailman.research.att.com (H-135-207-24-32.research.att.com [135.207.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F59243FD7 for ; Tue, 7 Oct 2003 10:40:14 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from unixmail.research.att.com (unixmail.research.att.com [135.207.26.71])h97Haf84016905; Tue, 7 Oct 2003 13:36:41 -0400 Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46])h97HcOZn015895; Tue, 7 Oct 2003 13:38:24 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.11.6+Sun/8.8.5) id h97HeDA26615; Tue, 7 Oct 2003 10:40:13 -0700 (PDT) Message-Id: <200310071740.h97HeDA26615@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: fernan@iib.unsam.edu.ar References: <200310071701.h97H1SRP075754@freefall.freebsd.org> <20031007172250.GB2564@iib.unsam.edu.ar> Date: Tue, 7 Oct 2003 10:40:12 -0700 Versions: dmail (solaris) 2.5a/makemail 2.9d cc: ports@FreeBSD.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: mail/gkrellmmailwatch2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 17:40:15 -0000 Fernan, My apologies. This is a timing bug that I haven't managed to work out yet. When a port has been updated recently, the distfile survey may not have had time to ever check the new URL before the twice-monthly email runs. The distfile checking infrastructure loses this info before it gets to the sending email phase so it sends a complaint even though there may be nothing wrong. When I get around to this TODO item, "rewrite distfile survey", that's been on my list for oh, 7 years now, this will get fixed =) Bill From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 12:50:06 2003 Return-Path: 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 D1CF316A4B3; Tue, 7 Oct 2003 12:50:06 -0700 (PDT) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567C443F75; Tue, 7 Oct 2003 12:50:04 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from [194.87.13.42] (HELO nagual.pp.ru) by demos.su (CommuniGate Pro SMTP 4.1.5/D1) with ESMTP-TLS id 113141324; Tue, 07 Oct 2003 23:50:03 +0400 Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id h97Jo2M6010541; Tue, 7 Oct 2003 23:50:03 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id h97Jo2FN010540; Tue, 7 Oct 2003 23:50:02 +0400 (MSD) (envelope-from ache) Resent-From: ache@nagual.pp.ru Resent-Date: Tue, 7 Oct 2003 23:50:02 +0400 Resent-Message-ID: <20031007195002.GA10521@nagual.pp.ru> Resent-To: ports@freebsd.org, fenner@freebsd.org Date: Tue, 7 Oct 2003 22:14:02 +0400 From: Andrey Chernov To: ports@freebsd.org Message-ID: <20031007181402.GA9557@nagual.pp.ru> References: <200310071700.h97H0boO075087@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310071700.h97H0boO075087@freefall.freebsd.org> User-Agent: Mutt/1.5.4i cc: fenner@freebsd.org Subject: Re: FreeBSD ports: 2 unfetchable distfiles: archivers/rar,mail/milter-sender X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 19:50:06 -0000 On Tue, Oct 07, 2003 at 10:00:37 -0700, Bill "distfiles" Fenner wrote: > and correct the problems listed there? The individual ports with > problems are archivers/rar,mail/milter-sender. I just fix rar, but what you expect for milter-sender? It is RESTRICTED, no fetch. -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 13:00:13 2003 Return-Path: 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 63B3B16A4B3 for ; Tue, 7 Oct 2003 13:00:13 -0700 (PDT) Received: from mail.geekdude.com (adsl-63-198-177-6.dsl.snfc21.pacbell.net [63.198.177.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BE043F75 for ; Tue, 7 Oct 2003 13:00:07 -0700 (PDT) (envelope-from chein@GeekDude.com) Received: from GeekDude.com (pix.proxim.com [12.44.188.239]) by mail.geekdude.com (8.12.9/8.12.9) with ESMTP id h97K2HIV010488; Tue, 7 Oct 2003 13:02:17 -0700 (PDT) (envelope-from chein@GeekDude.com) Message-ID: <3F831B62.8060701@GeekDude.com> Date: Tue, 07 Oct 2003 13:00:34 -0700 From: Chuck Hein User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org References: <200310071701.h97H1VYL075779@freefall.freebsd.org> In-Reply-To: <200310071701.h97H1VYL075779@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-30.8 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,UPPERCASE_25_50,USER_AGENT_MOZILLA_UA version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: geekdude@pacbell.net Subject: Re: FreeBSD ports: 1 unfetchable distfiles: math/mpexpr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:00:13 -0000 Worked for me... Perhaps the www.noesoft.com site was down when you checked. Please let me know if you are still having problems with this port. -- Thanks, Chuck Hein chein-bsd# rm /usr/ports/distfiles/mpexpr-1.0.tar.gz chein-bsd# date Tue Oct 7 12:23:55 PDT 2003 chein-bsd# pwd /usr/ports/math/mpexpr chein-bsd# make clean install ===> Cleaning for tcl-8.3.5_2 ===> Cleaning for mpexpr-1.0 >> mpexpr-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://www.neosoft.com/tcl/ftparchive/sorted/math/Mpexpr-1.0/1.0/. Receiving mpexpr-1.0.tar.gz (216954 bytes): 100% 216954 bytes transferred in 1.4 seconds (150.15 kBps) ===> Extracting for mpexpr-1.0 >> Checksum OK for mpexpr-1.0.tar.gz. ===> Patching for mpexpr-1.0 ===> Applying FreeBSD patches for mpexpr-1.0 ===> mpexpr-1.0 depends on shared library: tcl83.1 - found ===> Configuring for mpexpr-1.0 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking for bcopy... yes setting TCL_INC_DIR to /usr/local/include/tcl8.3 setting TCL_LIB_DIR to /usr/local/lib/tcl8.3 using /usr/local/lib/tcl8.3/tclConfig.sh tclConfig.sh has TCL_VERSION = 8.3 will build shared library updating cache ./config.cache creating ./config.status creating Makefile creating pkgIndex.tcl ===> Building for mpexpr-1.0 cc -pipe ../generic/longbits.c -o longbits forming longbits.h longbits.h formed cc -pipe ../generic/endian.c -o endian forming calcendian.h calcendian.h formed (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/mpiface.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/mpexpr.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/mpparse.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/mpformat.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/qfunc.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/qio.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/qmath.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/qmod.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/qtrans.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/zfunc.c ) ../../generic/zfunc.c: In function `zgcd': ../../generic/zfunc.c:965: warning: passing arg 1 of `Tcl_Realloc' from incompatible pointer type (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/zio.c ) ../../generic/zio.c: In function `math_getdivertedio': ../../generic/zio.c:239: warning: passing arg 1 of `Tcl_Free' from incompatible pointer type (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/zmath.c ) (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/zmod.c ) ../../generic/zmod.c: In function `zredcfree': ../../generic/zmod.c:752: warning: passing arg 1 of `Tcl_Free' from incompatible pointer type (cd shared; cc -pipe -fPIC -c -I/usr/local/include/tcl8.3 -I.. -I../../generic -O -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 ../../generic/zmul.c ) ../../generic/zmul.c: In function `zalloctemp': ../../generic/zmul.c:1096: warning: passing arg 1 of `Tcl_Free' from incompatible pointer type (cd shared; ld -shared -x -rpath /usr/local/lib/tcl8.3 -o ../libMpexpr10.so mpiface.o mpexpr.o mpparse.o mpformat.o qfunc.o qio.o qmath.o qmod.o qtrans.o zfunc.o zio.o zmath.o zmod.o zmul.o -L/usr/local/lib -ltcl83 -lm ) ===> Installing for mpexpr-1.0 ===> Generating temporary packing list ===> Checking if math/mpexpr already installed installing libMpexpr10.so install -c -s -o root -g wheel -m 555 libMpexpr10.so /usr/local/lib/libMpexpr10.so installing pkgIndex.tcl mkdir /usr/local/lib/Mpexpr10 install -c -o root -g wheel -m 444 pkgIndex.tcl /usr/local/lib/Mpexpr10/pkgIndex.tcl cp ../doc/mpexpr.man mpexpr.n installing mpexpr.n install -c -o root -g wheel -m 444 mpexpr.n /usr/local/man/mann/mpexpr.n ===> Compressing manual pages for mpexpr-1.0 ===> Registering installation for mpexpr-1.0 chein-bsd# uname -a FreeBSD chein-bsd.corp.proxim.com 4.9-RC FreeBSD 4.9-RC #3: Fri Oct 3 16:05:05 PDT 2003 chein@chein-bsd.corp.proxim.com:/usr/src/sys/compile/DELL-220 i386 Bill distfiles Fenner wrote: >Dear geekdude@pacbell.net, > > You are listed as the FreeBSD port maintainer for 1 port >whose distfiles [or main web pages] are not fetchable from their >MASTER_SITES. Could you please visit > >http://people.freebsd.org/~fenner/portsurvey/geekdude@pacbell.net.html > >and correct the problems listed there? The individual port with >a problem is math/mpexpr. > > Note that the main port web page, as listed in the WWW: line >of the pkg-descr, is checked just as though it was a port distfile. >This is an unfortunate side effect of the architecture of the distfile >survey reporting tool, but if you see a distfile being reported as >not fetchable that's not actually a distfile, see if it's from the >pkg-descr. > > 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 always have time to commit your fix; please instead submit a PR >via 'send-pr' so it doesn't get lost. > > Problems are usually of two types: >1. The software package has been upgraded and the version in the >port has been removed. The best solution to this problem is to >upgrade the port to the most current version of the software package. >If you are a FreeBSD committer, then you can just upgrade the port >directly. If not, you should create the updated port on your own machine, >test it (and maybe even run "portlint" on it), and then use "send-pr" >to submit a "diff -uNr old-port updated-port". If you added or deleted >any files, please make an explicit note of it. > >2. The mirror site being used no longer contains the software package >in question, or no longer exists. Solutions include: > a) If there are other mirror sites, just remove the bad site > from the list. (Make sure that what appears to be a bad site > isn't actually a problem of type 1, upgrade) > b) If the README or other support files in the software > documentation mention where to get the software package, > use one of those sites. > c) Use ftpsearch (http://ftpsearch.ntnu.no/ftpsearch) or other > search engines to find another place to get the original > DISTFILES. Make sure that you don't pick a FreeBSD distfiles > mirror -- if you can't find any other places where the file > exists, it can be a LOCAL_PORT or you can simply comment out > the MASTER_SITES= line, with a comment explaining why. >Once you have a solution, use "send-pr" to submit a "diff -u" of the >Makefile. > > Note that this isn't an urgent issue, as people who try to >build the port now will just fall back to the FreeBSD distfiles mirror. >Please just put it on your list to do and get to it when you have time. >These messages will continue to arrive twice a month until the fix is >committed, as a reminder. > >Thanks, > Bill "distfiles" Fenner. > > From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 13:13:02 2003 Return-Path: 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 0CBA616A4BF for ; Tue, 7 Oct 2003 13:13:02 -0700 (PDT) Received: from smtp4.wanadoo.nl (smtp4.wanadoo.nl [194.134.35.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B04443F85 for ; Tue, 7 Oct 2003 13:13:01 -0700 (PDT) (envelope-from virtus@wanadoo.nl) Received: from iluvatar (ledn-csl-4581.adsl.wanadoo.nl [212.129.197.129]) by smtp4.wanadoo.nl (Postfix) with SMTP id 3B2EE42041 for ; Tue, 7 Oct 2003 22:12:58 +0200 (CEST) Message-ID: <001301c38d0f$906f1250$0300a8c0@iluvatar> From: "Douwe Kiela" To: References: <200310071705.h97H5I4n077528@freefall.freebsd.org> Date: Tue, 7 Oct 2003 22:14:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Subject: Re: FreeBSD ports: 1 unfetchable distfiles: devel/asm2html X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:13:02 -0000 Dear Bill, > You are listed as the FreeBSD port maintainer for 1 port > whose distfiles [or main web pages] are not fetchable from their > MASTER_SITES. Could you please visit > > http://people.freebsd.org/~fenner/portsurvey/virtus@wanadoo.nl.html > > and correct the problems listed there? The individual port with > a problem is devel/asm2html. Yes, it is very possible that it wasn't fetchable since I went through some server updates yesterday. Right now it resolves just fine AFAIK. I will upgrade the port soon, and then i'll add a miror site to the Makefile. Regards, Douwe From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 13:13:56 2003 Return-Path: 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 DDD3916A4BF; Tue, 7 Oct 2003 13:13:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F3EF43FEC; Tue, 7 Oct 2003 13:13:56 -0700 (PDT) (envelope-from oliver@FreeBSD.org) Received: from freefall.freebsd.org (oliver@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h97KDtFY001455; Tue, 7 Oct 2003 13:13:55 -0700 (PDT) (envelope-from oliver@freefall.freebsd.org) Received: (from oliver@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h97KDttg001451; Tue, 7 Oct 2003 13:13:55 -0700 (PDT) (envelope-from oliver) Date: Tue, 7 Oct 2003 13:13:55 -0700 (PDT) From: Oliver Lehmann Message-Id: <200310072013.h97KDttg001451@freefall.freebsd.org> To: oliver@FreeBSD.org, ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/57030: Re: port/27019: patch supplied in PR ports/26976 breaks linux_communicator X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:13:57 -0000 Synopsis: Re: port/27019: patch supplied in PR ports/26976 breaks linux_communicator Responsible-Changed-From-To: ports->freebsd-ports-bugs Responsible-Changed-By: oliver Responsible-Changed-When: Tue Oct 7 13:13:27 PDT 2003 Responsible-Changed-Why: Just reassign it http://www.freebsd.org/cgi/query-pr.cgi?pr=57030 From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 13:44:05 2003 Return-Path: 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 38CCD16A4B3; Tue, 7 Oct 2003 13:44:05 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id B025243FE5; Tue, 7 Oct 2003 13:44:01 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 6CB2666DE2; Tue, 7 Oct 2003 13:44:01 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id CDDA9A75; Tue, 7 Oct 2003 13:44:00 -0700 (PDT) Date: Tue, 7 Oct 2003 13:44:00 -0700 From: Kris Kennaway To: Andrey Chernov Message-ID: <20031007204400.GA28323@rot13.obsecurity.org> References: <200310071700.h97H0boO075087@freefall.freebsd.org> <20031007181402.GA9557@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20031007181402.GA9557@nagual.pp.ru> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org cc: fenner@freebsd.org Subject: Re: FreeBSD ports: 2 unfetchable distfiles: archivers/rar,mail/milter-sender X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:44:05 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 07, 2003 at 10:14:02PM +0400, Andrey Chernov wrote: > On Tue, Oct 07, 2003 at 10:00:37 -0700, Bill "distfiles" Fenner wrote: > > and correct the problems listed there? The individual ports with > > problems are archivers/rar,mail/milter-sender. >=20 > I just fix rar, but what you expect for milter-sender? It is RESTRICTED, > no fetch. RESTRICTED doesn't mean "no fetch", it means "distfile will not be restributed". Bento still tests RESTRICTED port builds to see if they can be built. It is entirely possible that the milter-sender port is unfetchable. Kris --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/gyWQWry0BWjoQKURAjMkAKC2X3UwuWrWyx+gfWqLGWHC6o8BVgCePQpK 3liP4T/DbUYTbg0Vdpwsip0= =m2Yg -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 13:56:59 2003 Return-Path: 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 96F2D16A4BF; Tue, 7 Oct 2003 13:56:59 -0700 (PDT) Received: from demos.su (mx.demos.su [194.87.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395C743FE1; Tue, 7 Oct 2003 13:56:57 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from [194.87.13.42] (HELO nagual.pp.ru) by demos.su (CommuniGate Pro SMTP 4.1.5/D1) with ESMTP-TLS id 113166640; Wed, 08 Oct 2003 00:56:56 +0400 Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id h97KutM6011763; Wed, 8 Oct 2003 00:56:55 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id h97KutO6011762; Wed, 8 Oct 2003 00:56:55 +0400 (MSD) (envelope-from ache) Date: Wed, 8 Oct 2003 00:56:55 +0400 From: Andrey Chernov To: Kris Kennaway Message-ID: <20031007205655.GA11730@nagual.pp.ru> References: <200310071700.h97H0boO075087@freefall.freebsd.org> <20031007181402.GA9557@nagual.pp.ru> <20031007204400.GA28323@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <20031007204400.GA28323@rot13.obsecurity.org> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org cc: fenner@freebsd.org Subject: Re: FreeBSD ports: 2 unfetchable distfiles: archivers/rar,mail/milter-sender X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:56:59 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 07, 2003 at 13:44:00 -0700, Kris Kennaway wrote: > restributed". Bento still tests RESTRICTED port builds to see if they > can be built. It is entirely possible that the milter-sender port is > unfetchable. I try it just now, and it is normally fetcheable. Maybe temp. error? --=20 Andrey Chernov | http://ache.pp.ru/ --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iQCVAwUBP4Mol+JgpPLZnQjrAQHAvAQAtcMPJzaAE2YlLFDrMPaJ6Yfd+H9qvS9/ wuXGPUrmuNaxq8//Y7Q+xPzp/wBpWorDKSwaalfIdXlcLN8CPhAYqzMUL8CU2ZsP U/723tE9sO3Kv28gtZuIAyR7uN8YQASAIutA++sVH+7X/Fc/kpLRZTh4vAEj3VSo Sv8oTl7q0J0= =gAjH -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 14:32:23 2003 Return-Path: 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 0118516A4B3; Tue, 7 Oct 2003 14:32:23 -0700 (PDT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B0643FB1; Tue, 7 Oct 2003 14:32:20 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from ciam.ru (ppp131-246.dialup.mtu-net.ru [62.118.131.246]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 49062FA9B4; Wed, 8 Oct 2003 01:32:17 +0400 (MSD) (envelope-from sem@ciam.ru) Message-ID: <3F8330E5.3020202@ciam.ru> Date: Wed, 08 Oct 2003 01:32:21 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: stable@freebsd.org, hk@alogis.com, ports@freebsd.org, cy@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: krb5 PR57222 and PR57128 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 21:32:23 -0000 Holger Kipp wrote: > will PR 57128 and PR 57222 fixes be applied before 4.9-RELEASE? > > they are both easy to fix (as fix is already given in PRs), > otherwise security/krb5 won't compile out of the box. > > Thanks, > Holger Kipp The maintainer (cy@freebsd.org) keeps silence about this. PS. It's a ports@ stuff. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 14:34:22 2003 Return-Path: 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 AAFB216A4BF for ; Tue, 7 Oct 2003 14:34:22 -0700 (PDT) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9318644001 for ; Tue, 7 Oct 2003 14:34:16 -0700 (PDT) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id C3A6713794 for ; Tue, 7 Oct 2003 23:34:14 +0200 (CEST) Date: Tue, 7 Oct 2003 23:34:21 +0200 (CEST) From: Gerald Pfeifer To: ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=big5 Content-Transfer-Encoding: 8BIT Subject: 4.x Perl with customized $(PREFIX) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 21:34:22 -0000 This is from ports/56403: update port: mail/grepmail How should we (I) handle this? Install the update nevertheless, or ask for/hack up a port local fix? Gerald ---------- Forwarded message ---------- From: Yen-Ming Lee To: freebsd-gnats-submit@FreeBSD.org That problem only occurs in 4.x (perl-5.00503) with customized $(PREFIX). When configuring grepmail with customized $(PREFIX), the ExtUtils::MakeMaker of perl-5.00503 will discard the $(PREFIX) and generate these two lines: INSTALLSITELIB = /usr/local/lib/perl5/site_perl/5.005 INSTALLSITEARCH = /usr/local/lib/perl5/site_perl/5.005/i386-freebsd while ExtUtils::MakeMaker of perl-5.6.1 will still respect $(PREFIX): INSTALLSITELIB = $(PREFIX)/lib/perl5/site_perl/5.6.1 INSTALLSITEARCH = $(PREFIX)/lib/perl5/site_perl/5.6.1/mach It's a general case (for perl-5.00503), therefore I prefer *NOT* to fix it within the port by using some quick-and-dirty hack, such as post-configure: ${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile regards, -- Yen-Ming Lee [§õ«Û©ú] KeyID: 0x5EB52E51 : www.leeym.com : Taipei, Taiwan From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 17:37:39 2003 Return-Path: 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 DCD4816A4B3 for ; Tue, 7 Oct 2003 17:37:39 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291A74400B for ; Tue, 7 Oct 2003 17:37:38 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 61B281400 for ; Wed, 8 Oct 2003 10:38:17 +1000 (EST) X-Viruscan-Id: <3F835C500001028201B2DD90@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id C15821E10 for ; Wed, 8 Oct 2003 10:37:30 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id EC63C6A7101; Wed, 8 Oct 2003 10:37:19 +1000 (EST) Date: Wed, 8 Oct 2003 10:37:19 +1000 From: Edwin Groothuis To: freebsd-ports@freebsd.org Message-ID: <20031008003719.GA24027@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: pkg-plist issue - help needed (I'm stumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 00:37:40 -0000 Hello, I was trying to get this port installed: http://people.freebsd.org/~edwin/tsocks.tar.gz It installs fine, but when I delete it, it complains it can't delete the lib/tsocks directory because libtsocks.so.1.8 is still in there. Buuuuuut... libtsocks.so.1.8 is in the pkg-plist. It seems that libtsocks.so.1.8 isn't stored in the +CONTENTS file in /var/db/pkg/tsocks neither. I'm confused, how can I make this pkg-plist working correctly? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 18:00:26 2003 Return-Path: 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 88B9A16A4B3 for ; Tue, 7 Oct 2003 18:00:26 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F34643FBF for ; Tue, 7 Oct 2003 18:00:24 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 84526 invoked by uid 85); 8 Oct 2003 03:00:22 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.555608 secs); 08 Oct 2003 01:00:22 -0000 Received: from persephone.cultdeadsheep.org (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 8 Oct 2003 03:00:19 +0200 Received: (qmail 53973 invoked from network); 8 Oct 2003 03:00:42 +0200 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by persephone.cultdeadsheep.org with DES-CBC3-SHA encrypted SMTP; 8 Oct 2003 03:00:42 +0200 Date: Wed, 8 Oct 2003 03:00:25 +0200 From: Clement Laforet To: Edwin Groothuis Message-Id: <20031008030025.5a6d315b.sheepkiller@cultdeadsheep.org> In-Reply-To: <20031008003719.GA24027@k7.mavetju> References: <20031008003719.GA24027@k7.mavetju> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.6 (GTK+ 1.2.10; i386-portbld-freebsd5.1) X-Face: ._cVVRDn#-2((lnfi^P7CoD4htI$4+#G/G)!w|,}H5yK~%(3-C.JlEYbOjJGFwJkt*7N^%z jYeu[;}]}F"3}l5R'l"X0HbvT^D\Q&%deCo)MayY`);TO Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: pkg-plist issue - help needed (I'm stumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 01:00:26 -0000 On Wed, 8 Oct 2003 10:37:19 +1000 Edwin Groothuis wrote: Hi Edwin ! > It seems that libtsocks.so.1.8 isn't stored in the +CONTENTS file > in /var/db/pkg/tsocks neither. I'm confused, how can I make this > pkg-plist working correctly? No way... FreeBSD doesn't support two versionning levels for libs. libXXX.so.Y.Z becomes libXXX.so.Y According bsd.port.mk .if (${PORTOBJFORMAT} == "aout") @${SED} -e 's,\(/lib.*\.so\.[0-9]*\)$$,\1.0,' ${TMPPLIST} > ${TMPPLIST}.tmp .else @${SED} -e 's,\(/lib.*\.so\.[0-9]*\)\.[0-9]*$$,\1,' ${TMPPLIST} > ${TMPPLIST}.tmp .endif Test : echo libtrest.so.0.5 | sed -e 's,\(lib.*\.so\.[0-9]*\)\.[0-9]*$,\1,' libtrest.so.0 regards, clem From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 18:13:54 2003 Return-Path: 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 C91B616A4B3 for ; Tue, 7 Oct 2003 18:13:54 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D8943FE0 for ; Tue, 7 Oct 2003 18:13:53 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080bc69.dip.t-dialin.net ([80.128.188.105] helo=fillmore-labs.com ident=mppu71rcpa2xjm47) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A72tk-000C3p-Eb; Wed, 08 Oct 2003 03:13:52 +0200 Message-ID: <3F8364CD.5050002@fillmore-labs.com> Date: Wed, 08 Oct 2003 03:13:49 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Edwin Groothuis References: <20031008003719.GA24027@k7.mavetju> In-Reply-To: <20031008003719.GA24027@k7.mavetju> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: pkg-plist issue - help needed (I'm stumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 01:13:54 -0000 Edwin Groothuis wrote: > Hello, > > I was trying to get this port installed: > http://people.freebsd.org/~edwin/tsocks.tar.gz > > It installs fine, but when I delete it, it complains it can't delete > the lib/tsocks directory because libtsocks.so.1.8 is still in there. > Buuuuuut... libtsocks.so.1.8 is in the pkg-plist. > > It seems that libtsocks.so.1.8 isn't stored in the +CONTENTS file > in /var/db/pkg/tsocks neither. I'm confused, how can I make this > pkg-plist working correctly? You'll nedd to define NO_FILTER_SHLIBS=yes in the Makefile Regards Oliver From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 18:27:12 2003 Return-Path: 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 7FD9B16A4B3 for ; Tue, 7 Oct 2003 18:27:12 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC04243FA3 for ; Tue, 7 Oct 2003 18:27:11 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 431BC1306 for ; Wed, 8 Oct 2003 11:27:51 +1000 (EST) X-Viruscan-Id: <3F8367ED00014B0C01C90862@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id 628C51E15 for ; Wed, 8 Oct 2003 11:27:08 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id EEEBD6A7101; Wed, 8 Oct 2003 11:27:06 +1000 (EST) Date: Wed, 8 Oct 2003 11:27:06 +1000 From: Edwin Groothuis To: ports@freebsd.org Message-ID: <20031008012706.GS59397@k7.mavetju> References: <20031008003719.GA24027@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031008003719.GA24027@k7.mavetju> User-Agent: Mutt/1.4.1i Subject: Re: pkg-plist issue - help needed (I'm stumped) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 01:27:12 -0000 On Wed, Oct 08, 2003 at 10:37:19AM +1000, Edwin Groothuis wrote: > Hello, > > I was trying to get this port installed: > http://people.freebsd.org/~edwin/tsocks.tar.gz > > It installs fine, but when I delete it, it complains it can't delete > the lib/tsocks directory because libtsocks.so.1.8 is still in there. > Buuuuuut... libtsocks.so.1.8 is in the pkg-plist. > > It seems that libtsocks.so.1.8 isn't stored in the +CONTENTS file > in /var/db/pkg/tsocks neither. I'm confused, how can I make this > pkg-plist working correctly? Got the answers from Clement Laforet and Oliver Eikemeier . Thanks guys! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 18:39:12 2003 Return-Path: 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 9808516A4BF; Tue, 7 Oct 2003 18:39:12 -0700 (PDT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E2C043FD7; Tue, 7 Oct 2003 18:39:12 -0700 (PDT) (envelope-from rperry4@earthlink.net) Received: from dialup-171.75.71.100.dial1.weehawken.level3.net ([171.75.71.100] helo=earthlink.net) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A73IE-0005q0-00; Tue, 07 Oct 2003 18:39:11 -0700 Message-ID: <3F836B5F.2070805@earthlink.net> Date: Tue, 07 Oct 2003 21:41:51 -0400 From: "Robert H. Perry" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030704 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: galeon2-1.3.2_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 01:39:12 -0000 Hello, Does this port support FreeBSD 4.7 RELEASE ? Thanks, Bob From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 20:44:25 2003 Return-Path: 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 0A34616A4B3 for ; Tue, 7 Oct 2003 20:44:25 -0700 (PDT) Received: from smtp.kyoto-inet.or.jp (smtp.kyoto-inet.or.jp [202.245.160.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCCE43FBD for ; Tue, 7 Oct 2003 20:44:22 -0700 (PDT) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (25.60.138.210.bn.2iij.net [210.138.60.25]) h983iL7t073008; Wed, 8 Oct 2003 12:44:21 +0900 (JST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Date: Wed, 08 Oct 2003 12:45:58 +0900 (JST) Message-Id: <20031008.124558.846940436.chat95@mbox.kyoto-inet.or.jp> To: giffunip@yahoo.com From: Nakata Maho In-Reply-To: <20030826042143.45521.qmail@web13403.mail.yahoo.com> References: <20030826042143.45521.qmail@web13403.mail.yahoo.com> Organization: private X-Mailer: Mew version 2.2 on XEmacs 21.4.13 (Rational FORTRAN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: Please move some ports from CAD to science X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 03:44:25 -0000 Hi, Pedro > When I did some of the ports in the CAD category there was no science section > and while they could fit in math, I considered CAD was the most similar > category where they could belong. > > Nowadays we do have a science category, and furthermore we have real CAD ports > (basicly Aster and CalculiX) that are better suited for the CAD category. I > suggest that the following ports are moved to science: > > felt > femlab (the website for this doesn't exist anymore) > freefem > kaskade > > I also consider metis-edf should be in the math section, near to it's cousin > metis. > > This is all, of course, very subjective, so I won't suggest it again. > > cheers, > > Pedro. please do repocopy request. as I told before (openoffice.org issue) :) --maho From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 20:58:27 2003 Return-Path: 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 B1D6D16A4B3 for ; Tue, 7 Oct 2003 20:58:27 -0700 (PDT) Received: from sbk-gw.sibnet.ru (sbk-gw.sibnet.ru [217.70.96.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACDC43FDF for ; Tue, 7 Oct 2003 20:58:18 -0700 (PDT) (envelope-from stranger@sberbank.sibnet.ru) Received: from sbk-gw.sibnet.ru (localhost [127.0.0.1]) by sbk-gw.sibnet.ru (8.12.8p2/8.12.8) with ESMTP id h983vkVc040539 for ; Wed, 8 Oct 2003 10:57:47 +0700 (NOVST) (envelope-from stranger@sberbank.sibnet.ru) Received: from localhost (stranger@localhost)h983va6t040534 for ; Wed, 8 Oct 2003 10:57:46 +0700 (NOVST) X-Authentication-Warning: sbk-gw.sibnet.ru: stranger owned process doing -bs Date: Wed, 8 Oct 2003 10:57:35 +0700 (NOVST) From: "Maxim M. Kazachek" X-X-Sender: stranger@sbk-gw.sibnet.ru To: freebsd-ports@freebsd.org Message-ID: <20031008103546.Y40385@sbk-gw.sibnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,X_AUTH_WARNING version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Some ports oddity under 5.1-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 03:58:27 -0000 My box runs 5.1-CURRENT #0: Wed Oct 1 15:39:40 NOVST 2003 I've expirienced some problems with ICQ clients, compiled with SOCKS5 support. licq-1.2.7 have troubles with build when SOCKS5 is used. It can be relatively easy built by grabbing some more includes from socks5-1.0.11 and adding a line #define INCLUDE_PROTOTYPES ino config.h file Looks like we're doing wrong job by removing those lines from main.c and socket.c... Perhaps we need to make some changes to socks5-1.0.11 and install some more include files, not just socks.h. Next, we have problems with linking licq-1.2.7 just because it complains about threading library. I've tried to specify -lpthread -L/usr/local/lib/pth and it still leave some symbols unresolved. Next I've tries to add -lthr. It compiles, but when I try to run it, it complains about static LDT (on console) then complains about error 0 when tries to search /usr/local/share/licq/utilities then just exits. gnomeicu-0.99 compiles perfectly but seems just doesn't use SOCKS5. cvsup works perfectly using SOCKS5, so socks5-1.0.11 is functional, IMHO. P.S. Please reply directry because I'm not subscribed to this list Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 21:47:04 2003 Return-Path: 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 3F8F616A4B3; Tue, 7 Oct 2003 21:47:04 -0700 (PDT) Received: from mail.lovett.com (sentinel.ranger.supernews.net [216.168.1.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8D243FD7; Tue, 7 Oct 2003 21:47:03 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from 44ba06102.mdfrd.or.charter.com ([68.186.6.102] helo=FreeBSD.org) by mail.lovett.com with asmtp (Exim 4.22) id 1A76E3-000OqP-B3; Wed, 08 Oct 2003 04:47:03 +0000 Date: Tue, 7 Oct 2003 21:47:00 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Joseph Koshy From: Ade Lovett In-Reply-To: <200310080340.h983eWle046442@freefall.freebsd.org> Message-Id: <744C0E6D-F94A-11D7-9782-000A956B6386@FreeBSD.org> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: ports@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/38090: devel/m4 port PREFIX vs LOCALBASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 04:47:04 -0000 On Tuesday, Oct 7, 2003, at 20:40 US/Pacific, Joseph Koshy wrote: > -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 > +CONFIGURE_ENV+= M4=$(which gm4) Hrm. Not too keen on this idea, since bad things happen if 'which gm4' doesn't return a path, though this is also true of the hardcoded solution. Something along the lines GM4?= ${LOCALBASE}/bin/gm4 CONFIGURE_ENV+= M4=${GM4} [...] post-extract: .if !exists(${GM4}) @${ECHO_CMD} "Unable to locate GNU M4" @${FALSE} .endif Would allow for maximum flexibility for those who put gm4 in odd places. However, I'm still not really convinced, given the number of other ports that assume that things are installed in ${LOCALBASE} or ${X11BASE}. In my opinion, if a user is prepared to make those changes, then there could well be breakage elsewhere, particularly in the case where things are installed outside of a ${LOCALBASE} or ${X11BASE} scenario. I guess it could be wrapped into a USE_GM4 variable, once the massive amount of GNU tool hacking in bsd.port.mk is shifted out to bsd.gnutools.mk. Thoughts? From owner-freebsd-ports@FreeBSD.ORG Tue Oct 7 22:07:26 2003 Return-Path: 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 8905C16A4BF for ; Tue, 7 Oct 2003 22:07:26 -0700 (PDT) Received: from neva.vlink.ru (neva.vlink.ru [217.107.254.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB05E43FBD for ; Tue, 7 Oct 2003 22:07:22 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: from neva.vlink.ru (localhost [127.0.0.1]) by neva.vlink.ru (8.12.9/8.12.9) with ESMTP id h9857JQD020087 for ; Wed, 8 Oct 2003 09:07:19 +0400 (MSD) (envelope-from dsh@neva.vlink.ru) Received: (from dsh@localhost) by neva.vlink.ru (8.12.9/8.12.9/Submit) id h9857JRc020086; Wed, 8 Oct 2003 09:07:19 +0400 (MSD) (envelope-from dsh@neva.vlink.ru) To: ports@freebsd.org From: Denis Shaposhnikov Date: Wed, 08 Oct 2003 09:07:19 +0400 Message-ID: <87n0ccjp14.fsf@neva.vlink.ru> User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Portable Code, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: audio/cdplayer.app X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 05:07:26 -0000 Anybody wants take maintainership on the audio/cdplayer.app? -- DSS5-RIPE DSS-RIPN 2:550/5068@fidonet 2:550/5069@fidonet mailto:dsh@vlink.ru http://neva.vlink.ru/~dsh/ From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 01:55:31 2003 Return-Path: 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 E47AB16A4B3 for ; Wed, 8 Oct 2003 01:55:31 -0700 (PDT) Received: from web40605.mail.yahoo.com (web40605.mail.yahoo.com [66.218.78.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 855A343FB1 for ; Wed, 8 Oct 2003 01:55:31 -0700 (PDT) (envelope-from pjn0211@yahoo.com) Message-ID: <20031008085531.32293.qmail@web40605.mail.yahoo.com> Received: from [202.183.248.166] by web40605.mail.yahoo.com via HTTP; Wed, 08 Oct 2003 09:55:31 BST Date: Wed, 8 Oct 2003 09:55:31 +0100 (BST) From: =?iso-8859-1?q?Supote=20Leelasupphakorn?= To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: What's different between ... in ports collection ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 08:55:32 -0000 Hi, all Does anyone know the different between port named "security/openssh" and "security/openssh-portable" and also, if anyone know, "security/openssh-askpass". TIA, pjn ________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 02:18:41 2003 Return-Path: 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 E64EA16A4B3 for ; Wed, 8 Oct 2003 02:18:41 -0700 (PDT) Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63C043FE3 for ; Wed, 8 Oct 2003 02:18:40 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from sem.ciam.ru ([192.168.45.10] helo=ciam.ru) by mail.ciam.ru with esmtp (Exim 4.x) id 1A7ASs-0000ie-Jp; Wed, 08 Oct 2003 13:18:38 +0400 Message-ID: <3F83D6B4.3070203@ciam.ru> Date: Wed, 08 Oct 2003 13:19:48 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: en-us, en, ru MIME-Version: 1.0 To: Gerald Pfeifer References: In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: 4.x Perl with customized $(PREFIX) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 09:18:42 -0000 Gerald Pfeifer wrote: > It's a general case (for perl-5.00503), therefore I prefer *NOT* to fix it > within the port by using some quick-and-dirty hack, such as > > post-configure: > ${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile > > regards, Yes, it's a right way while tobez@ awake and start customize perl-ports build mechanism. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 03:45:51 2003 Return-Path: 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 F236916A4E0 for ; Wed, 8 Oct 2003 03:45:50 -0700 (PDT) Received: from gandalf.online.bg (gandalf.online.bg [217.75.128.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 647BD43FBD for ; Wed, 8 Oct 2003 03:45:43 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 22920 invoked from network); 8 Oct 2003 10:45:27 -0000 Received: from office.sbnd.net (HELO straylight.ringlet.net) (217.75.140.130) by gandalf.online.bg with SMTP; 8 Oct 2003 10:45:27 -0000 Received: (qmail 25047 invoked by uid 1000); 8 Oct 2003 10:45:41 -0000 Date: Wed, 8 Oct 2003 13:45:41 +0300 From: Peter Pentchev To: Supote Leelasupphakorn Message-ID: <20031008104540.GC617@straylight.oblivion.bg> Mail-Followup-To: Supote Leelasupphakorn , freebsd-ports@freebsd.org References: <20031008085531.32293.qmail@web40605.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aziWXe2aaRGlkyg3" Content-Disposition: inline In-Reply-To: <20031008085531.32293.qmail@web40605.mail.yahoo.com> User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: What's different between ... in ports collection ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 10:45:51 -0000 --aziWXe2aaRGlkyg3 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 08, 2003 at 09:55:31AM +0100, Supote Leelasupphakorn wrote: > Hi, all >=20 > Does anyone know the different between port > named "security/openssh" and "security/openssh-portable" > and also, if anyone know, "security/openssh-askpass". Each port comes with a description file; take a look at these files: ports/security/openssh/pkg-descr ports/security/openssh-portable/pkg-descr ports/security/openssh-askpass/pkg-descr Hopefully they will answer your question :) G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence contradicts itself - or rather - well, no, actually it doesn'= t! --aziWXe2aaRGlkyg3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/g+rU7Ri2jRYZRVMRAnryAJ0dohzvAA1KSmvRIQnIMdbrQZF92wCeIlt4 /tmUyx01UEKhRqK6e1yf1z8= =Y63V -----END PGP SIGNATURE----- --aziWXe2aaRGlkyg3-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 04:29:49 2003 Return-Path: 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 21D6616A4B3 for ; Wed, 8 Oct 2003 04:29:49 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CC743FD7 for ; Wed, 8 Oct 2003 04:29:46 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h98BTir7088078 for ; Wed, 8 Oct 2003 13:29:44 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Wed, 08 Oct 2003 13:29:44 +0200 From: Palle Girgensohn To: freebsd-ports@freebsd.org Message-ID: <12310000.1065612584@rambutan.pingpong.net> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: www/mod_jk please review and commit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 11:29:49 -0000 Hi! Couls someone please review the PRs 56661, 56661 & 56662 Thanks, Palle From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 05:52:39 2003 Return-Path: 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 0A0CD16A4B3 for ; Wed, 8 Oct 2003 05:52:38 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4720643FAF for ; Wed, 8 Oct 2003 05:52:37 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h98CqVr7088477; Wed, 8 Oct 2003 14:52:32 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Wed, 08 Oct 2003 14:52:31 +0200 From: Palle Girgensohn To: Akinori MUSHA Message-ID: <35160000.1065617551@rambutan.pingpong.net> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: freebsd-ports@freebsd.org Subject: force portupgrade to build port even with -P ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 12:52:39 -0000 Hi! I use portupgrade an I love it. Thanks a lot! A question: I usually do portupgrade -PR to upgrade stuff, and the packages are fetched from bento or som ftp server. But, for some packages, I have to use the port, because I have extra options set in MAKE_ARGS, like 'print/*' => 'A4=yes -DA4 PAPERSIZE=a4' for example. If I update som port with -PR, and this port depends on ghostscript, for example, ghostscript will be installed from a package, naturally built without these MAKE_ARGS. My dream would be a setting in pkgtools.conf where I set something like `ALWAYS_USE_PORT' for certain ports that shall never use a package built off-site. Can this be done? Thanks, Palle From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 06:19:45 2003 Return-Path: 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 C7B6416A4B3 for ; Wed, 8 Oct 2003 06:19:45 -0700 (PDT) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7944943FE5 for ; Wed, 8 Oct 2003 06:19:44 -0700 (PDT) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id C063F67115; Wed, 8 Oct 2003 15:19:41 +0200 (MEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Palle Girgensohn , Akinori MUSHA Date: Wed, 8 Oct 2003 15:19:43 +0200 User-Agent: KMail/1.5.2 References: <35160000.1065617551@rambutan.pingpong.net> In-Reply-To: <35160000.1065617551@rambutan.pingpong.net> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310081519.43302.ernst.dehaan@nl.wanadoo.com> cc: freebsd-ports@freebsd.org Subject: Re: force portupgrade to build port even with -P ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 13:19:45 -0000 Palle, What about adding these properties you want to set to /etc/make.conf? For example, you could add: A4=yes PAPERSIZE=a4 Ernst On woensdag 8 oktober 2003 14:52, Palle Girgensohn wrote: > Hi! > > I use portupgrade an I love it. Thanks a lot! > > A question: I usually do portupgrade -PR to upgrade stuff, and the > packages are fetched from bento or som ftp server. But, for some > packages, I have to use the port, because I have extra options set in > MAKE_ARGS, like 'print/*' => 'A4=yes -DA4 PAPERSIZE=a4' for example. If I > update som port with -PR, and this port depends on ghostscript, for > example, ghostscript will be installed from a package, naturally built > without these MAKE_ARGS. My dream would be a setting in pkgtools.conf > where I set something like > `ALWAYS_USE_PORT' for certain ports that shall never use a package built > off-site. Can this be done? > > Thanks, > Palle > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 06:23:16 2003 Return-Path: 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 9261016A4B3 for ; Wed, 8 Oct 2003 06:23:16 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3B243FE1 for ; Wed, 8 Oct 2003 06:23:15 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h98DNEr7089143; Wed, 8 Oct 2003 15:23:14 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Wed, 08 Oct 2003 15:23:14 +0200 From: Palle Girgensohn To: Ernst de Haan , Akinori MUSHA Message-ID: <41370000.1065619394@rambutan.pingpong.net> In-Reply-To: <200310081519.43302.ernst.dehaan@nl.wanadoo.com> References: <35160000.1065617551@rambutan.pingpong.net> <200310081519.43302.ernst.dehaan@nl.wanadoo.com> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: freebsd-ports@freebsd.org Subject: Re: force portupgrade to build port even with -P ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 13:23:16 -0000 Hi, Well, what I really want is to use pre-built packages for most ports (my CPUs are a bit tired), but for a few I need extra arguments, so I want to force portupgrade to always use the port, never use a pre-built package, for these ports. /Palle --On onsdag, oktober 08, 2003 15.19.43 +0200 Ernst de Haan wrote: > Palle, > > What about adding these properties you want to set to /etc/make.conf? > > For example, you could add: > > A4=yes > PAPERSIZE=a4 > > Ernst > > > On woensdag 8 oktober 2003 14:52, Palle Girgensohn wrote: >> Hi! >> >> I use portupgrade an I love it. Thanks a lot! >> >> A question: I usually do portupgrade -PR to upgrade stuff, and the >> packages are fetched from bento or som ftp server. But, for some >> packages, I have to use the port, because I have extra options set in >> MAKE_ARGS, like 'print/*' => 'A4=yes -DA4 PAPERSIZE=a4' for example. If I >> update som port with -PR, and this port depends on ghostscript, for >> example, ghostscript will be installed from a package, naturally built >> without these MAKE_ARGS. My dream would be a setting in pkgtools.conf >> where I set something like >> `ALWAYS_USE_PORT' for certain ports that shall never use a package built >> off-site. Can this be done? >> >> Thanks, >> Palle >> >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 08:21:23 2003 Return-Path: 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 8265E16A4B3 for ; Wed, 8 Oct 2003 08:21:23 -0700 (PDT) Received: from vineyard.net (k1.vineyard.net [204.17.195.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3D343F75 for ; Wed, 8 Oct 2003 08:21:22 -0700 (PDT) (envelope-from ericx@vineyard.net) Received: from localhost (loopback [127.0.0.1]) by vineyard.net (Postfix) with ESMTP id 5850D9323B for ; Wed, 8 Oct 2003 11:21:19 -0400 (EDT) Received: from vineyard.net ([127.0.0.1]) by localhost (king1.vineyard.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26880-01 for ; Wed, 8 Oct 2003 11:21:19 -0400 (EDT) Received: from fortiva (loopback [127.0.0.1]) by vineyard.net (Postfix) with ESMTP id CFE2B91665 for ; Wed, 8 Oct 2003 11:21:18 -0400 (EDT) Message-ID: <04c401c38daf$cdaff580$68c311cc@fortiva> From: "Eric W. Bates" To: References: <200310071701.h97H1NBN075718@freefall.freebsd.org> Date: Wed, 8 Oct 2003 11:21:06 -0400 Organization: Vineyard.NET, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by AMaViS at Vineyard.NET Subject: Re: FreeBSD ports: 1 unfetchable distfiles: mail/pop-before-smtp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 15:21:23 -0000 U29ycnkgdG8gcmVwbHkgZGlyZWN0bHkuDQoNCkkgY2Fubm90IHJlcGVhdCB0aGUgZmFpbHVyZSB0 byBjb2xsZWN0IHRoZSBkaXN0ZmlsZSBmcm9tIHRoZSBtYXN0ZXIuICBJbiB0aGlzIGNhc2UsIHRo ZSBzb3VyY2UgaXMgU291cmNlRm9yZ2U7IHNvIE1BU1RFUl9TSVRFUz0ke01BU1RFUl9TSVRFU19T T1VSQ0VGT1JHRX0uICBFdmVyeSB0aW1lIEkgdGVzdCwgSSBjb2xsZWN0IGZyb20gaHR0cDovL3Vz LmRsLnNvdXJjZWZvcmdlLm5ldC9wb3Bic210cCB3aXRoIG5vIHRyb3VibGUuDQoNCkkgaGF2ZSBq dXN0IHN1Ym1pdHRlZCBhIHByIHdpdGggYSB2ZXJzaW9uIHVwZGF0ZS4NCg0KLS0tLS0gT3JpZ2lu YWwgTWVzc2FnZSAtLS0tLSANCkZyb206ICJCaWxsICJkaXN0ZmlsZXMiIEZlbm5lciIgPGZlbm5l ckBGcmVlQlNELk9yZz4NClRvOiA8ZXJpY3hAdmluZXlhcmQubmV0Pg0KU2VudDogVHVlc2RheSwg T2N0b2JlciAwNywgMjAwMyAxOjAxIFBNDQpTdWJqZWN0OiBGcmVlQlNEIHBvcnRzOiAxIHVuZmV0 Y2hhYmxlIGRpc3RmaWxlczogbWFpbC9wb3AtYmVmb3JlLXNtdHANCg0KDQo+IERlYXIgZXJpY3hA dmluZXlhcmQubmV0LA0KPiANCj4gWW91IGFyZSBsaXN0ZWQgYXMgdGhlIEZyZWVCU0QgcG9ydCBt YWludGFpbmVyIGZvciAxIHBvcnQNCj4gd2hvc2UgZGlzdGZpbGVzIFtvciBtYWluIHdlYiBwYWdl c10gYXJlIG5vdCBmZXRjaGFibGUgZnJvbSB0aGVpcg0KPiBNQVNURVJfU0lURVMuICBDb3VsZCB5 b3UgcGxlYXNlIHZpc2l0DQo+IA0KPiBodHRwOi8vcGVvcGxlLmZyZWVic2Qub3JnL35mZW5uZXIv cG9ydHN1cnZleS9lcmljeEB2aW5leWFyZC5uZXQuaHRtbA0KPiANCj4gYW5kIGNvcnJlY3QgdGhl IHByb2JsZW1zIGxpc3RlZCB0aGVyZT8gIFRoZSBpbmRpdmlkdWFsIHBvcnQgd2l0aA0KPiBhIHBy b2JsZW0gaXMgbWFpbC9wb3AtYmVmb3JlLXNtdHAuDQo+IA0KPiBOb3RlIHRoYXQgdGhlIG1haW4g cG9ydCB3ZWIgcGFnZSwgYXMgbGlzdGVkIGluIHRoZSBXV1c6IGxpbmUNCj4gb2YgdGhlIHBrZy1k ZXNjciwgaXMgY2hlY2tlZCBqdXN0IGFzIHRob3VnaCBpdCB3YXMgYSBwb3J0IGRpc3RmaWxlLg0K PiBUaGlzIGlzIGFuIHVuZm9ydHVuYXRlIHNpZGUgZWZmZWN0IG9mIHRoZSBhcmNoaXRlY3R1cmUg b2YgdGhlIGRpc3RmaWxlDQo+IHN1cnZleSByZXBvcnRpbmcgdG9vbCwgYnV0IGlmIHlvdSBzZWUg YSBkaXN0ZmlsZSBiZWluZyByZXBvcnRlZCBhcw0KPiBub3QgZmV0Y2hhYmxlIHRoYXQncyBub3Qg YWN0dWFsbHkgYSBkaXN0ZmlsZSwgc2VlIGlmIGl0J3MgZnJvbSB0aGUNCj4gcGtnLWRlc2NyLg0K PiANCj4gSWYgeW91IGhhdmUgYWxyZWFkeSBjb3JyZWN0ZWQgdGhlIHByb2JsZW1zIGFuZCBzdWJt aXR0ZWQgYQ0KPiBQUiwgcGxlYXNlIGFjY2VwdCBteSB0aGFua3MgYW5kIGFwb2xvZ2llcyBmb3Ig dGhlIGRlbGF5IGluIGdldHRpbmcgdGhlDQo+IGZpeGVzIGludG8gdGhlIHRyZWUuICBUaGlzIHJl bWluZGVyIGlzIGNyZWF0ZWQgYXV0b21hdGljYWxseSBhbmQgZG9lcw0KPiBub3QgKHlldCkgaGF2 ZSBhIHdheSB0byBrbm93IGlmIGEgUFIgZml4aW5nIHRoZSBwcm9ibGVtIGhhcyBiZWVuDQo+IHN1 Ym1pdHRlZC4gIFBsZWFzZSBkbyAqTk9UKiBzZW5kIHlvdXIgcmVzcG9uc2UgdG8gbWUgZGlyZWN0 bHk7IEkgZG8NCj4gbm90IGFsd2F5cyBoYXZlIHRpbWUgdG8gY29tbWl0IHlvdXIgZml4OyBwbGVh c2UgaW5zdGVhZCBzdWJtaXQgYSBQUg0KPiB2aWEgJ3NlbmQtcHInIHNvIGl0IGRvZXNuJ3QgZ2V0 IGxvc3QuDQo+IA0KPiBQcm9ibGVtcyBhcmUgdXN1YWxseSBvZiB0d28gdHlwZXM6DQo+IDEuIFRo ZSBzb2Z0d2FyZSBwYWNrYWdlIGhhcyBiZWVuIHVwZ3JhZGVkIGFuZCB0aGUgdmVyc2lvbiBpbiB0 aGUNCj4gcG9ydCBoYXMgYmVlbiByZW1vdmVkLiAgVGhlIGJlc3Qgc29sdXRpb24gdG8gdGhpcyBw cm9ibGVtIGlzIHRvDQo+IHVwZ3JhZGUgdGhlIHBvcnQgdG8gdGhlIG1vc3QgY3VycmVudCB2ZXJz aW9uIG9mIHRoZSBzb2Z0d2FyZSBwYWNrYWdlLg0KPiBJZiB5b3UgYXJlIGEgRnJlZUJTRCBjb21t aXR0ZXIsIHRoZW4geW91IGNhbiBqdXN0IHVwZ3JhZGUgdGhlIHBvcnQNCj4gZGlyZWN0bHkuICBJ ZiBub3QsIHlvdSBzaG91bGQgY3JlYXRlIHRoZSB1cGRhdGVkIHBvcnQgb24geW91ciBvd24gbWFj aGluZSwNCj4gdGVzdCBpdCAoYW5kIG1heWJlIGV2ZW4gcnVuICJwb3J0bGludCIgb24gaXQpLCBh bmQgdGhlbiB1c2UgInNlbmQtcHIiDQo+IHRvIHN1Ym1pdCBhICJkaWZmIC11TnIgb2xkLXBvcnQg dXBkYXRlZC1wb3J0Ii4gIElmIHlvdSBhZGRlZCBvciBkZWxldGVkDQo+IGFueSBmaWxlcywgcGxl YXNlIG1ha2UgYW4gZXhwbGljaXQgbm90ZSBvZiBpdC4NCj4gDQo+IDIuIFRoZSBtaXJyb3Igc2l0 ZSBiZWluZyB1c2VkIG5vIGxvbmdlciBjb250YWlucyB0aGUgc29mdHdhcmUgcGFja2FnZQ0KPiBp biBxdWVzdGlvbiwgb3Igbm8gbG9uZ2VyIGV4aXN0cy4gIFNvbHV0aW9ucyBpbmNsdWRlOg0KPiBh KSBJZiB0aGVyZSBhcmUgb3RoZXIgbWlycm9yIHNpdGVzLCBqdXN0IHJlbW92ZSB0aGUgYmFkIHNp dGUNCj4gZnJvbSB0aGUgbGlzdC4gIChNYWtlIHN1cmUgdGhhdCB3aGF0IGFwcGVhcnMgdG8gYmUg YSBiYWQgc2l0ZQ0KPiBpc24ndCBhY3R1YWxseSBhIHByb2JsZW0gb2YgdHlwZSAxLCB1cGdyYWRl KQ0KPiBiKSBJZiB0aGUgUkVBRE1FIG9yIG90aGVyIHN1cHBvcnQgZmlsZXMgaW4gdGhlIHNvZnR3 YXJlDQo+IGRvY3VtZW50YXRpb24gbWVudGlvbiB3aGVyZSB0byBnZXQgdGhlIHNvZnR3YXJlIHBh Y2thZ2UsDQo+IHVzZSBvbmUgb2YgdGhvc2Ugc2l0ZXMuDQo+IGMpIFVzZSBmdHBzZWFyY2ggKGh0 dHA6Ly9mdHBzZWFyY2gubnRudS5uby9mdHBzZWFyY2gpIG9yIG90aGVyDQo+IHNlYXJjaCBlbmdp bmVzIHRvIGZpbmQgYW5vdGhlciBwbGFjZSB0byBnZXQgdGhlIG9yaWdpbmFsDQo+IERJU1RGSUxF Uy4gIE1ha2Ugc3VyZSB0aGF0IHlvdSBkb24ndCBwaWNrIGEgRnJlZUJTRCBkaXN0ZmlsZXMNCj4g bWlycm9yIC0tIGlmIHlvdSBjYW4ndCBmaW5kIGFueSBvdGhlciBwbGFjZXMgd2hlcmUgdGhlIGZp bGUNCj4gZXhpc3RzLCBpdCBjYW4gYmUgYSBMT0NBTF9QT1JUIG9yIHlvdSBjYW4gc2ltcGx5IGNv bW1lbnQgb3V0DQo+IHRoZSBNQVNURVJfU0lURVM9IGxpbmUsIHdpdGggYSBjb21tZW50IGV4cGxh aW5pbmcgd2h5Lg0KPiBPbmNlIHlvdSBoYXZlIGEgc29sdXRpb24sIHVzZSAic2VuZC1wciIgdG8g c3VibWl0IGEgImRpZmYgLXUiIG9mIHRoZQ0KPiBNYWtlZmlsZS4NCj4gDQo+IE5vdGUgdGhhdCB0 aGlzIGlzbid0IGFuIHVyZ2VudCBpc3N1ZSwgYXMgcGVvcGxlIHdobyB0cnkgdG8NCj4gYnVpbGQg dGhlIHBvcnQgbm93IHdpbGwganVzdCBmYWxsIGJhY2sgdG8gdGhlIEZyZWVCU0QgZGlzdGZpbGVz IG1pcnJvci4NCj4gUGxlYXNlIGp1c3QgcHV0IGl0IG9uIHlvdXIgbGlzdCB0byBkbyBhbmQgZ2V0 IHRvIGl0IHdoZW4geW91IGhhdmUgdGltZS4NCj4gVGhlc2UgbWVzc2FnZXMgd2lsbCBjb250aW51 ZSB0byBhcnJpdmUgdHdpY2UgYSBtb250aCB1bnRpbCB0aGUgZml4IGlzDQo+IGNvbW1pdHRlZCwg YXMgYSByZW1pbmRlci4NCj4gDQo+IFRoYW5rcywNCj4gICBCaWxsICJkaXN0ZmlsZXMiIEZlbm5l ci4NCj4g From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 08:28:07 2003 Return-Path: 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 01C0716A4B3 for ; Wed, 8 Oct 2003 08:28:07 -0700 (PDT) Received: from mail.acquirer.com (mail.acquirer.com [213.94.200.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A18F43F93 for ; Wed, 8 Oct 2003 08:28:03 -0700 (PDT) (envelope-from nick@foobar.org) X-Envelope-To: Received: from [192.168.100.44] (pancake.netability.ie [192.168.100.44]) by mail.acquirer.com (8.12.9/8.12.9) with ESMTP id h989Fm9r016923 for ; Wed, 8 Oct 2003 10:15:50 +0100 (IST) (envelope-from nick@foobar.org) From: Nick Hilliard To: ports@FreeBSD.org In-Reply-To: <200310071704.h97H4G1s076401@freefall.freebsd.org> References: <200310071704.h97H4G1s076401@freefall.freebsd.org> Content-Type: text/plain Message-Id: <1065604547.7957.25.camel@pancake.netability.ie> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 08 Oct 2003 09:15:48 +0000 Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD ports: 1 unfetchable distfiles: devel/flyspray X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 15:28:07 -0000 X-List-Received-Date: Wed, 08 Oct 2003 15:28:07 -0000 > http://people.freebsd.org/~fenner/portsurvey/nick@foobar.org.html > > and correct the problems listed there? The individual port with > a problem is devel/flyspray. Flyspray is fine, and files are fetchable. It's just that the URL used to download the file is in reality: http://flyspray.rocks.cc/?file=flyspray-0.9.4.tar.gz This url causes portlint to go bananas, so it was necessary to re-define the do-fetch make target so that it would DTRT. Unfortunately, Bill's script doesn't hack this hackery, and is giving a false negative result. Any suggestions here? I'd prefer not to be reminded every two weeks about something which isn't broken in the first place... Nick From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 08:29:11 2003 Return-Path: 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 1593116A4B3 for ; Wed, 8 Oct 2003 08:29:11 -0700 (PDT) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9101143FEC for ; Wed, 8 Oct 2003 08:29:09 -0700 (PDT) (envelope-from thomas@FreeBSD.ORG) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 09EF92C3D0; Wed, 8 Oct 2003 17:29:06 +0200 (CEST) Date: Wed, 8 Oct 2003 17:29:06 +0200 From: Thomas Quinot To: ports@freebsd.org Message-ID: <20031008152906.GA7070@melusine.cuivre.fr.eu.org> References: <200310071704.h97H4xvc076846@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200310071704.h97H4xvc076846@freefall.freebsd.org> User-Agent: Mutt/1.4i X-message-flag: WARNING! Using Outlook can damage your computer. Subject: Re: FreeBSD ports: 1 unfetchable distfiles: security/calife X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 15:29:11 -0000 Le 2003-10-07, Bill "distfiles" Fenner écrivait : > whose distfiles [or main web pages] are not fetchable from their > MASTER_SITES. Could you please visit Hum, I do not understand why this is failing: calife cvs tree / pkg-descr File: calife-2.8.5.tar.gz has 1 possible URL: 0 OK, 0 bad, 1 skipped Port maintainer: thomas@FreeBSD.org ftp://postfix.eu.org/pub/calife/calife-2.8.5.tar.gz: Not checked (Last actual result NEVER [checked 0 times since Wed Dec 31 16:00:00 1969 ]) Summary 0 files fetchable out of 1 It does not make sense to me that the script won't check an URL that has never worked (the reason of that being it's a new release of the port, so obviously it has not been tested before.) -- Thomas.Quinot@Cuivre.FR.EU.ORG From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 08:36:36 2003 Return-Path: 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 A800516A4B3 for ; Wed, 8 Oct 2003 08:36:36 -0700 (PDT) Received: from genua.rfc-networks.ie (genua.rfc-networks.ie [62.77.182.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869AC43FE1 for ; Wed, 8 Oct 2003 08:36:29 -0700 (PDT) (envelope-from philip.reynolds@rfc-networks.ie) Received: from tear.domain (unknown [10.0.1.254]) by genua.rfc-networks.ie (Postfix) with ESMTP id 79C20548CB for ; Wed, 8 Oct 2003 16:36:25 +0100 (IST) Received: by tear.domain (Postfix, from userid 1000) id 12C7721155; Wed, 8 Oct 2003 15:36:25 +0000 (GMT) Date: Wed, 8 Oct 2003 15:36:25 +0000 From: Philip Reynolds To: freebsd-ports@freebsd.org Message-ID: <20031008153625.GD84988@rfc-networks.ie> References: <200310071704.h97H4G1s076401@freefall.freebsd.org> <1065604547.7957.25.camel@pancake.netability.ie> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5G06lTa6Jq83wMTw" Content-Disposition: inline In-Reply-To: <1065604547.7957.25.camel@pancake.netability.ie> X-Operating-System: FreeBSD 4.7-STABLE X-URL: http://www.rfc-networks.ie Subject: Re: FreeBSD ports: 1 unfetchable distfiles: devel/flyspray X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: philip.reynolds@rfc-networks.ie List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 15:36:36 -0000 --5G06lTa6Jq83wMTw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Nick Hilliard 24 lines of wisdom included: > > http://people.freebsd.org/~fenner/portsurvey/nick@foobar.org.html > >=20 > > and correct the problems listed there? The individual port with > > a problem is devel/flyspray. >=20 > Flyspray is fine, and files are fetchable. It's just that the URL used > to download the file is in reality: >=20 > http://flyspray.rocks.cc/?file=3Dflyspray-0.9.4.tar.gz=20 >=20 > This url causes portlint to go bananas, so it was necessary to re-define > the do-fetch make target so that it would DTRT. Unfortunately, Bill's > script doesn't hack this hackery, and is giving a false negative result. >=20 > Any suggestions here? I'd prefer not to be reminded every two weeks > about something which isn't broken in the first place... Ignore portlint?=20 So long as fetch itself can handle the URL, I don't see a problem. --=20 Philip Reynolds | RFC Networks Ltd. philip.reynolds@rfc-networks.ie | +353 (0)1 8832063 http://people.rfc-networks.ie/~phil | www.rfc-networks.ie --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/hC75KmoTT9WktYwRAtaSAKDBAuOnIhYqaaDHNTKU5u7vBkGiXQCg3tl5 B5QFduzy2KGpWdMbKqjAyek= =EZ3j -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 11:47:40 2003 Return-Path: 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 B398D16A4BF for ; Wed, 8 Oct 2003 11:47:40 -0700 (PDT) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id B47F743FDD for ; Wed, 8 Oct 2003 11:47:39 -0700 (PDT) (envelope-from tcornpropst@cox.net) Received: from beastie.cornpropst.net ([68.110.240.24]) by lakemtao04.cox.netESMTP <20031008184739.PTLN5790.lakemtao04.cox.net@beastie.cornpropst.net> for ; Wed, 8 Oct 2003 14:47:39 -0400 From: "Trevor S. Cornpropst" To: freebsd-ports@freebsd.org Date: Wed, 8 Oct 2003 14:47:38 -0400 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310081447.38517.tcornpropst@cox.net> Subject: Request information from Perl port gurus X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 18:47:40 -0000 In the course of developing some applications where I work, I came across some Perl modules not in the FreeBSD ports. I decided to do the right thing and create FreeBSD ports for these modules. I have read the Porter's Handbook and I am following the recommendations for creating a new port and looking at existing examples in the ports tree. 1. Is there an exemplary Perl port I could use for reference as the right way to do it? There seems to be several different approaches. 2. During my testing of the port I discovered that a pure Perl type of module install (perl Makefile.PL ... make ... make test ... make install) registered the package with the FreeBSD package database. This is really cool and makes life much easier. Is there a preferred method for creating Perl ports (i.e. the standard FreeBSD ports way or BSDPAN)? The only downside, I can see, to the BSDPAN way is it doesn't automatically install dependencies. Would someone please enlighten me? Thanks, Trevor Cornpropst From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 12:11:00 2003 Return-Path: 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 5A0F016A4B3 for ; Wed, 8 Oct 2003 12:11:00 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E3A43F93 for ; Wed, 8 Oct 2003 12:10:56 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id EEC3C2284E; Wed, 8 Oct 2003 21:10:54 +0200 (CEST) Date: Wed, 8 Oct 2003 21:10:54 +0200 From: Erwin Lansing To: "Trevor S. Cornpropst" Message-ID: <20031008191054.GD52154@droso.net> References: <200310081447.38517.tcornpropst@cox.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TiqCXmo5T1hvSQQg" Content-Disposition: inline In-Reply-To: <200310081447.38517.tcornpropst@cox.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/i386 5.1-CURRENT cc: freebsd-ports@freebsd.org Subject: Re: Request information from Perl port gurus X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 19:11:00 -0000 --TiqCXmo5T1hvSQQg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 08, 2003 at 02:47:38PM -0400, Trevor S. Cornpropst wrote: >=20 > 1. Is there an exemplary Perl port I could use for reference as the right= way=20 > to do it? There seems to be several different approaches. There's no real "reference" port, but a quick look at my ports shows that finance/p5-Business-OnlinePayment-2CheckOut shows most things. It even has a post-patch to fix some 5.005_03 issues to confuse a new porter :-) > 2. During my testing of the port I discovered that a pure Perl type of mo= dule=20 > install (perl Makefile.PL ... make ... make test ... make install) regist= ered=20 > the package with the FreeBSD package database. This is really cool and ma= kes=20 > life much easier. Is there a preferred method for creating Perl ports (i.= e.=20 > the standard FreeBSD ports way or BSDPAN)? >=20 PERL_CONFIGURE should take care of all of these concerns. If you want, you're welcome to send your port directly to me and I'll revie= w and give you some hints. Cheers, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --TiqCXmo5T1hvSQQg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hGE+qy9aWxUlaZARAu3cAKDDUKRpezvOV12U32bA/+cyN0fp/QCfUnvA XyXg+axe9o468irmEcoRiME= =icms -----END PGP SIGNATURE----- --TiqCXmo5T1hvSQQg-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 12:40:15 2003 Return-Path: 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 9232A16A4B3; Wed, 8 Oct 2003 12:40:15 -0700 (PDT) Received: from smtp4.hy.skanova.net (smtp4.hy.skanova.net [195.67.199.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6EB43FDD; Wed, 8 Oct 2003 12:40:14 -0700 (PDT) (envelope-from john@veidit.net) Received: from veidit.net (h230n1fls35o1000.telia.com [217.210.234.230]) h98JeDaX028707; Wed, 8 Oct 2003 21:40:13 +0200 (CEST) Message-ID: <3F84681C.6090207@veidit.net> Date: Wed, 08 Oct 2003 21:40:12 +0200 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030916 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: kuriyama@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: net-snmp-5.0.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 19:40:15 -0000 I noticed a small problem building net-snmp-5.0.9 on FreeBSD 5.1-RELEASE-p10 I get the following: mv -f host/.libs/hr_system.lo host/hr_system.lo /bin/sh ../../libtool --mode=compile cc -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -DINET6 -O -pipe -march=pentium3 -Dfreebsd5 -c -o host/hr_storage.lo host/hr_storage.c rm -f host/.libs/hr_storage.lo cc -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -DINET6 -O -pipe -march=pentium3 -Dfreebsd5 -c host/hr_storage.c -fPIC -DPIC -o host/.libs/hr_storage.lo In file included from host/hr_storage.c:36: /usr/include/machine/types.h:50: redefinition of `vm_offset_t' /usr/include/sys/types.h:250: `vm_offset_t' previously declared here /usr/include/machine/types.h:51: redefinition of `vm_ooffset_t' /usr/include/sys/types.h:251: `vm_ooffset_t' previously declared here /usr/include/machine/types.h:55: redefinition of `vm_paddr_t' /usr/include/sys/types.h:252: `vm_paddr_t' previously declared here /usr/include/machine/types.h:57: conflicting types for `vm_pindex_t' /usr/include/sys/types.h:253: previous declaration of `vm_pindex_t' /usr/include/machine/types.h:58: redefinition of `vm_size_t' /usr/include/sys/types.h:254: `vm_size_t' previously declared here /usr/include/machine/types.h:60: redefinition of `register_t' /usr/include/sys/types.h:203: `register_t' previously declared here /usr/include/machine/types.h:61: redefinition of `u_register_t' /usr/include/sys/types.h:237: `u_register_t' previously declared here *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.9/agent/mibgroup. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.9/agent. *** Error code 1 Stop in /usr/ports/net/net-snmp/work/net-snmp-5.0.9. *** Error code 1 Stop in /usr/ports/net/net-snmp. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 12:46:19 2003 Return-Path: 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 1B00A16A4B3; Wed, 8 Oct 2003 12:46:19 -0700 (PDT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1827343F3F; Wed, 8 Oct 2003 12:46:15 -0700 (PDT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id h98Jm2Ma005973; Wed, 8 Oct 2003 16:48:02 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.9/8.12.9) with ESMTP id h98JjuiH018633; Wed, 8 Oct 2003 16:45:57 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.9/8.12.9/Submit) id h98JjtKU018632; Wed, 8 Oct 2003 16:45:55 -0300 (ART) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Wed, 8 Oct 2003 16:45:55 -0300 From: Fernan Aguero To: ports@freebsd.org Message-ID: <20031008194555.GB7221@iib.unsam.edu.ar> Mail-Followup-To: ports@freebsd.org, anholt@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: anholt@freebsd.org Subject: xterm port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 19:46:19 -0000 Hi! I'm compiling xterm myself from sources, to make some customizations. I'm using the latest version (179), and I'm using configure, not imake. (However, according to the xterm FAQ, configure does use imake to generate the Makefile). http://dickey.his.com/xterm/xterm.faq.html Basically I want the following: ./configure --prefix=/usr/tmp --disable-bold-color --enable-88-color --enable-tcap-query Right now it configures, builds and installs OK. In /usr/tmp I have a whole tree built using mtree, as explained in the porter's handbook. Installation goes like this: [fernan@pi] make install /bin/sh ./sinstall.sh "/usr/bin/install -c" xterm /usr/X11R6/bin/xterm /usr/tmp/bin/`echo xterm| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` checking for presumed installation-mode ... if "/usr/X11R6/bin/xterm" is null, try the ls -g option ... if "/usr/X11R6/bin/xterm" is null, we do not look for group ... if we have date in proper columns (Sep 13 17:50), "" is null ... derived user "root", group "wheel" of previously-installed xterm ... see if mode "-rws--x--x" has s-bit set ... installing xterm as user "fernan", group "genoma" /usr/bin/install -c -m 755 xterm /usr/tmp/bin/xterm /usr/bin/install -c -s -m 755 resize /usr/tmp/bin/`echo resize| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /usr/bin/install -c -m 755 ./uxterm /usr/tmp/bin/`echo uxterm| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /bin/sh ./minstall.sh "/usr/bin/install -c -m 644" ./xterm.man /usr/tmp/man/man1/`echo xterm| sed 's,x,x,'`.1 /usr/bin/install -c -m 644 ./xterm.man /usr/tmp/man/man1/xterm.1 /bin/sh ./minstall.sh "/usr/bin/install -c -m 644" ./resize.man /usr/tmp/man/man1/`echo resize| sed 's,x,x,'`.1 /usr/bin/install -c -m 644 ./resize.man /usr/tmp/man/man1/resize.1 /bin/sh ./mkdirs.sh /usr/tmp/lib/X11/app-defaults mkdir /usr/tmp/lib/X11 mkdir /usr/tmp/lib/X11/app-defaults installing /usr/tmp/lib/X11/app-defaults/XTerm installing /usr/tmp/lib/X11/app-defaults/XTerm-color installing /usr/tmp/lib/X11/app-defaults/UXTerm Completed installation of executables and documentation. Use "make install-ti" to install terminfo description. Now if I make a minimal port, just specifying: GNU_CONFIGURE=yes CONFIGURE_ARGS+= --disable-bold-color --enable-88-color etc etc the port configures and builds OK, but fails at installation. I'm testing the port using: PREFIX=/usr/tmp PKG_DBDIR=/usr/tmp/pkgdb BATCH=yes ===> Checking if x11/xterm already installed /bin/sh ./sinstall.sh "install -c -s -o root -g wheel -m 555" xterm /usr/X11R6/bin/xterm /usr/tmp/bin/`echo xterm| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` checking for presumed installation-mode ... if "/usr/X11R6/bin/xterm" is null, try the ls -g option ... if "/usr/X11R6/bin/xterm" is null, we do not look for group ... if we have date in proper columns (Sep 13 17:50), "" is null ... derived user "root", group "wheel" of previously-installed xterm ... see if mode "-rws--x--x" has s-bit set ... installing xterm as user "root", group "wheel" install -c -s -o root -g wheel -m 555 -m 4711 xterm /usr/tmp/bin/xterm install -c -s -o root -g wheel -m 555 -s -m 755 resize /usr/tmp/bin/`echo resize| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` install -c -s -o root -g wheel -m 555 -m 755 ./uxterm /usr/tmp/bin/`echo uxterm| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /usr/libexec/elf/strip: /usr/tmp/bin/uxterm: File format not recognized install: wait: No such file or directory *** Error code 70 When I look in /usr/tmp/bin I see two binaries installed: xterm and resize. I've already gone through the XFree86-4 ports trying to get some hints on what I could change in my port to fix the installation problems ... but have not make much sense of it yet. Thus, I'm asking. I'd like to finish the port and submit it, so people can build xterm using options different from the default ones in XFree86 (and without having to download the whole XFree86 sources). Thanks in advance for any help, Fernan PS: you can get at the current status of the port at http://genoma.unsam.edu.ar/~fernan/xterm/ -- F e r n a n A g u e r o http://genoma.unsam.edu.ar/~fernan From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 13:27:41 2003 Return-Path: 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 9250B16A4B3 for ; Wed, 8 Oct 2003 13:27:41 -0700 (PDT) Received: from web13402.mail.yahoo.com (web13402.mail.yahoo.com [216.136.175.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FE0A43F75 for ; Wed, 8 Oct 2003 13:27:41 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20031008202740.95612.qmail@web13402.mail.yahoo.com> Received: from [200.91.194.66] by web13402.mail.yahoo.com via HTTP; Wed, 08 Oct 2003 13:27:40 PDT Date: Wed, 8 Oct 2003 13:27:40 -0700 (PDT) From: "Pedro F. Giffuni" To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: fsplit: BSD sources missing in the tree ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 20:27:41 -0000 Hi; I was trying to port Robot, a plotting utility for XView, and I need a utility called fsplit. We have csplit and split in the base system but fsplit is not even in ports. I was surprised when I found it on Linux referenced as a BSD utility: http://rpmfind.net/linux/RPM/falsehope/home/pierre/fsplit/fsplit-5.5-1.i386.html in particular, it's, here: http://sunsite.doc.ic.ac.uk/computing/systems/unix/bsd-sources/usr.bin/fsplit Is there a good reason for this not being in the base system? perhaps it was replaced? If it doesn't belong in the base system, someone please port it (we'll have to upload it to MASTER_SITE_LOCAL). cheers, Pedro. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 13:41:31 2003 Return-Path: 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 BC3A116A4BF for ; Wed, 8 Oct 2003 13:41:31 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0793F43F85 for ; Wed, 8 Oct 2003 13:41:26 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 7E41966E05; Wed, 8 Oct 2003 13:41:11 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 418326DD; Wed, 8 Oct 2003 13:41:11 -0700 (PDT) Date: Wed, 8 Oct 2003 13:41:10 -0700 From: Kris Kennaway To: "Pedro F. Giffuni" Message-ID: <20031008204110.GA50936@rot13.obsecurity.org> References: <20031008202740.95612.qmail@web13402.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <20031008202740.95612.qmail@web13402.mail.yahoo.com> User-Agent: Mutt/1.4.1i cc: freebsd-ports@FreeBSD.org Subject: Re: fsplit: BSD sources missing in the tree ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 20:41:31 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 08, 2003 at 01:27:40PM -0700, Pedro F. Giffuni wrote: > Hi; >=20 > I was trying to port Robot, a plotting utility for XView, and I need a ut= ility > called fsplit. We have csplit and split in the base system but fsplit is = not > even in ports. I was surprised when I found it on Linux referenced as a B= SD > utility: > http://rpmfind.net/linux/RPM/falsehope/home/pierre/fsplit/fsplit-5.5-1.i3= 86.html >=20 > in particular, it's, here: > http://sunsite.doc.ic.ac.uk/computing/systems/unix/bsd-sources/usr.bin/fs= plit >=20 > Is there a good reason for this not being in the base system? perhaps it = was > replaced? If it doesn't belong in the base system, someone please port it > (we'll have to upload it to MASTER_SITE_LOCAL). Use the CVS history (e.g. via cvsweb) to discover why it was removed from FreeBSD. Kris --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hHZmWry0BWjoQKURApAbAJ9bA87JkkfargLoCSShalzVfkPq8ACfUvW6 yCubrqRTXjZzGDDmGUfRNkA= =3RNm -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 16:01:28 2003 Return-Path: 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 A6B8D16A4BF for ; Wed, 8 Oct 2003 16:01:28 -0700 (PDT) Received: from ms-smtp-05.texas.rr.com (ms-smtp-05.texas.rr.com [24.93.36.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id C848F43FCB for ; Wed, 8 Oct 2003 16:01:27 -0700 (PDT) (envelope-from akriel@exposedtruth.com) Received: from [192.168.1.102] (cs24243185-212.hot.rr.com [24.243.185.212]) h98MbLu5018284 for ; Wed, 8 Oct 2003 17:37:23 -0500 (CDT) From: akriel To: ports@freebsd.org Content-Type: text/plain Message-Id: <1065654302.365.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 08 Oct 2003 18:05:03 -0500 Content-Transfer-Encoding: 7bit Subject: ettercap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 23:01:28 -0000 I can install ettercap from ports but I keep getting ettercap ettercap: error while loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory I have current openssl and glibc I have tried everything ppl in #freebsd have tried everything. I have tried ln -s methods along with ld methods all with zero luck any ideas? -- -------------------------------------------------------------- The Angel Akriel Inspires intellectual achievements Improves memory and higher knowledge --------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/W7n18FME6rpR9XsRAlheAKCzPu9MYEfg4M1rry2Ol5BonZ6a4QCbBLpB joG+2goKJYWxaqpi8/o6Wpc= =wDgn -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 16:19:12 2003 Return-Path: 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 1915716A4BF for ; Wed, 8 Oct 2003 16:19:12 -0700 (PDT) Received: from tbwachiat.com (venus.tbwachiat.com [208.244.203.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3AB43F3F for ; Wed, 8 Oct 2003 16:19:10 -0700 (PDT) (envelope-from pal@paladin7.net) Received: from paladin7.net gene_raytsin@tbwachiat.com [10.20.2.117] Novell NetWare; Wed, 08 Oct 2003 16:21:10 -0500 Message-ID: <3F847FC6.6080905@paladin7.net> Date: Wed, 08 Oct 2003 17:21:10 -0400 From: Gene Raytsin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030718 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: feature request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 23:19:12 -0000 I have notice that if you run "make package" for a port which depends on not yet installed ports the actual package created only for this port, while all dependencies are simply installed without being also created as packages. It's not convinient when you have a task of redistributing several up-to-date ports along several systems. I propose create another variable for the port build precedure, which will specify that package needs to be build. In this case by using this variable in make.conf we can make sure that packages for all installed ports are build when needed. To not to brake current idea of packaging _installed_ ports. This variable needs to be processed by the "make install" procedure and not just make or make build. Thanks, Gene From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 16:22:26 2003 Return-Path: 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 9034D16A4B3 for ; Wed, 8 Oct 2003 16:22:26 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E2443FB1 for ; Wed, 8 Oct 2003 16:22:23 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8571966E05; Wed, 8 Oct 2003 16:22:19 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 5423FB11; Wed, 8 Oct 2003 16:22:19 -0700 (PDT) Date: Wed, 8 Oct 2003 16:22:18 -0700 From: Kris Kennaway To: Gene Raytsin Message-ID: <20031008232218.GA4053@rot13.obsecurity.org> References: <3F847FC6.6080905@paladin7.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline In-Reply-To: <3F847FC6.6080905@paladin7.net> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: feature request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 23:22:26 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 08, 2003 at 05:21:10PM -0400, Gene Raytsin wrote: > I have notice that if you run "make package" for a port which depends on= =20 > not yet installed > ports the actual package created only for this port, while all=20 > dependencies are simply installed without being > also created as packages. 'make package-recursive'. This is a FAQ. Kris --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hJwqWry0BWjoQKURAkHGAJ4+TKoq7eCUBrhhcGS0DkoyG3e9ewCfZhzl YZhJVGOcRuquUSQRhNK4bhw= =gjH4 -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 17:53:23 2003 Return-Path: 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 075FE16A4B3 for ; Wed, 8 Oct 2003 17:53:23 -0700 (PDT) Received: from minas-tirith.paladin7.net (paladin7.net [66.114.71.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE0D43F85 for ; Wed, 8 Oct 2003 17:53:21 -0700 (PDT) (envelope-from pal@paladin7.net) Received: from paladin7.net (fuji.paladin7.net [192.168.37.120]) by minas-tirith.paladin7.net (Postfix) with ESMTP id EE4B95363; Wed, 8 Oct 2003 18:50:36 -0700 (PDT) Message-ID: <3F84B175.7060504@paladin7.net> Date: Wed, 08 Oct 2003 20:53:09 -0400 From: Gene Raytsin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030927 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <3F847FC6.6080905@paladin7.net> <20031008232218.GA4053@rot13.obsecurity.org> In-Reply-To: <20031008232218.GA4053@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: feature request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 00:53:23 -0000 Kris Kennaway wrote: >On Wed, Oct 08, 2003 at 05:21:10PM -0400, Gene Raytsin wrote: > > >>I have notice that if you run "make package" for a port which depends on >>not yet installed >>ports the actual package created only for this port, while all >>dependencies are simply installed without being >>also created as packages. >> >> > >'make package-recursive'. This is a FAQ. > stupid me :) sorry From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 18:04:44 2003 Return-Path: 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 AF74716A4B3 for ; Wed, 8 Oct 2003 18:04:44 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D0244003 for ; Wed, 8 Oct 2003 18:04:43 -0700 (PDT) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu74-169-237.nc.rr.com [24.74.169.237]) h9912MVx027394 for ; Wed, 8 Oct 2003 21:02:23 -0400 (EDT) Message-ID: <3F84B427.6080601@mindcore.net> Date: Wed, 08 Oct 2003 21:04:39 -0400 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: newbie question about bsd ports/list archives and 5.1 current/xfce ports compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 01:04:44 -0000 Hey all. I've been trying to successfully get xfce compiled on a 5.1 current snapshot, mostly unsuccessfully. I've found a half dozen problems in the port (SOCKLEN_T undefined, C++ style comments the C compiler settings are puking on, etc etc), but am at an annoying stopping point at the moment, an error in scramble.c If anyone would be so kind as to answer a few questions, I'd appreciate it... (And before anyone says it, I've RTFM, Googled, and attempted to search the list archives, although I may have well been looking in the wrong FM ;-) 1. Is there an existing patch or defect listed against XFCE current? (where should I be looking specifically if not in the ports list?) 2. Is there more complete documentation on ports, as in: a. relationship between /usr/ports/X and /usr/src b. Have seen mention of the INDEX file, along with portsdb(not on my system) and pkgindex (also not on my system) 3. anyone happen to know offhand where the current stumbling block in building xfce is? Compile error as follows: ===> Installing for xfce-4.0.0 ===> xfce-4.0.0 depends on file: /usr/X11R6/lib/xfce4/mcs-plugins/ui_plugin.so - found ===> xfce-4.0.0 depends on executable: xfwm4 - found ===> xfce-4.0.0 depends on executable: xfce4-panel - found ===> xfce-4.0.0 depends on executable: xfdesktop - found ===> xfce-4.0.0 depends on executable: startxfce4 - found ===> xfce-4.0.0 depends on executable: xffm - not found ===> Verifying install for xffm in /usr/ports/x11-fm/xfce4-fm ===> Building for xfce4-fm-4.0.0 make all-recursive Making all in scramble if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../libs -O -pipe -DSMP -DAPIC_IO -march=pentiumpro -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -march=pentiumpro -MT scramble-scramble.o -MD -MP -MF ".deps/scramble-scramble.Tpo" -c -o scramble-scramble.o `test -f 'scramble.c' || echo './'`scramble.c; then mv -f ".deps/scramble-scramble.Tpo" ".deps/scramble-scramble.Po"; else rm -f ".deps/scramble-scramble.Tpo"; exit 1; fi In file included from /usr/include/sys/stat.h:100, from scramble.c:13: /usr/include/sys/time.h: In function `timespec2bintime': /usr/include/sys/time.h:125: warning: ISO C89 forbids long long integer constants /usr/include/sys/time.h: In function `timeval2bintime': /usr/include/sys/time.h:142: warning: ISO C89 forbids long long integer constants scramble.c: In function `main': scramble.c:112: syntax error before '/' token scramble.c:113: syntax error before ')' token scramble.c:113: warning: statement with no effect scramble.c: At top level: scramble.c:123: warning: initialization discards qualifiers from pointer target type scramble.c: In function `cifrador': scramble.c:129: syntax error before '/' token scramble.c:141: syntax error before '/' token scramble.c:143: syntax error before '/' token scramble.c:162: warning: comparison between signed and unsigned scramble.c:167: warning: comparison between signed and unsigned scramble.c: At top level: scramble.c:176: syntax error before '&' token scramble.c:176: warning: ISO C does not allow extra `;' outside of a function *** Error code 1 Stop in /usr/ports/x11-fm/xfce4-fm/work/xffm-4.0.0/scramble. *** Error code 1 Stop in /usr/ports/x11-fm/xfce4-fm/work/xffm-4.0.0. *** Error code 1 Stop in /usr/ports/x11-fm/xfce4-fm/work/xffm-4.0.0. *** Error code 1 Stop in /usr/ports/x11-fm/xfce4-fm. *** Error code 1 Stop in /usr/ports/x11-wm/xfce4. freeb# Thanks, Scott From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 18:44:19 2003 Return-Path: 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 005B616A4C0 for ; Wed, 8 Oct 2003 18:44:19 -0700 (PDT) Received: from mail.generalresources.com (adsl-211-78-137-219.NH.sparqnet.net [211.78.137.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF95543F3F for ; Wed, 8 Oct 2003 18:44:16 -0700 (PDT) (envelope-from freebsd@generalresources.com) Received: from mail.generalresources.com (localhost [127.0.0.1]) h991iFpr078772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 9 Oct 2003 09:44:15 +0800 (CST) (envelope-from freebsd@generalresources.com) Received: (from root@localhost)h991iEpc078765 for freebsd-ports@freebsd.org.procmail; Thu, 9 Oct 2003 09:44:14 +0800 (CST) (envelope-from freebsd@generalresources.com) Received: from server.tucheng.generalresources.com (client-253.lan.generalresources.com [192.168.1.253])h991iEpr078757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 Oct 2003 09:44:14 +0800 (CST) (envelope-from freebsd@generalresources.com) Received: from x4.tucheng.generalresources.com (sv [192.168.2.4]) h991iErL037338; Thu, 9 Oct 2003 09:44:14 +0800 (CST) (envelope-from freebsd@generalresources.com) Received: from x4.tucheng.generalresources.com (localhost [127.0.0.1]) h991iDej044731; Thu, 9 Oct 2003 09:44:13 +0800 (CST) (envelope-from freebsd@generalresources.com) Message-Id: <200310090144.h991iDej044731@x4.tucheng.generalresources.com> To: Kris Kennaway From: Christopher Hall In-reply-to: Message of "Wed, 08 Oct 2003 16:22:18 MST." <20031008232218.GA4053@rot13.obsecurity.org> Content-transfer-encoding: 8bit Content-type: text/plain; charset=iso-8859-1 X-Operating-System: FreeBSD X-Mailer: Exmh Date: Thu, 09 Oct 2003 09:44:13 +0800 cc: freebsd-ports@freebsd.org cc: Gene Raytsin Subject: Re: feature request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Hall List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 01:44:19 -0000 In message <20031008232218.GA4053@rot13.obsecurity.org>, Kris Kennaway writes: > >'make package-recursive'. This is a FAQ. > >Kris > Coincidentally I was just looking in ports/Mk/bsd.ports.mk for something similar, in the section: # Default targets and their behaviors: fetch-recursive and checksum-recursive are described, but not package-recursive. What actually gets packaged? Everything or just the LIB and RUN DEPENDS. perhaps a comment could be added to ports/Mk/bsd.ports.mk. --- Christopher Hall Fax: +886-2-2795-3030 Christopher Hall Phone: +886-2-2795-5799 From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 19:25:19 2003 Return-Path: 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 6252D16A4B3; Wed, 8 Oct 2003 19:25:19 -0700 (PDT) Received: from proxy.ciberbit.pt (a213-22-99-231.netcabo.pt [213.22.99.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E98543FBF; Wed, 8 Oct 2003 19:25:15 -0700 (PDT) (envelope-from pbeck@ciberbit.pt) Received: from ciberbit.pt (dial-b3-98-51.telepac.pt [213.13.98.51]) by proxy.ciberbit.pt (8.11.6/8.11.6) with ESMTP id h993Idl06613; Thu, 9 Oct 2003 03:18:40 GMT Message-ID: <3F84C702.8080304@ciberbit.pt> Date: Thu, 09 Oct 2003 03:25:06 +0100 From: Pedro Beck Gomes da Costa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@FreeBSD.ORG Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.ORG Subject: FreeBSD Port: eclipse-2.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 02:25:19 -0000 Hi, I tried to build Eclipse-2.1.1 using the Diablo-jdk1.3.1 and it fails.... The port documentation refers to jdk13 port...., but having the official binary package I dont want to download the JDK1.3 code by hand , patch it and build a jdk to be able to build Java Ports... We cant build the port using the official FreeBSD 1.3.1 Binary JDK ???? For someone like me, recently arrived from Slackware Linux, this is very strange. Thanks Pedro Costa From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 19:28:25 2003 Return-Path: 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 A8A2216A4B3 for ; Wed, 8 Oct 2003 19:28:25 -0700 (PDT) Received: from web13402.mail.yahoo.com (web13402.mail.yahoo.com [216.136.175.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 109D343FE0 for ; Wed, 8 Oct 2003 19:28:25 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20031009022825.54741.qmail@web13402.mail.yahoo.com> Received: from [200.91.194.160] by web13402.mail.yahoo.com via HTTP; Wed, 08 Oct 2003 19:28:24 PDT Date: Wed, 8 Oct 2003 19:28:24 -0700 (PDT) From: "Pedro F. Giffuni" To: Kris Kennaway In-Reply-To: <20031008204110.GA50936@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-ports@FreeBSD.org Subject: Re: fsplit: BSD sources missing in the tree ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 02:28:25 -0000 --- Kris Kennaway wrote: ... > > Use the CVS history (e.g. via cvsweb) to discover why it was removed > from FreeBSD. > > Kris > OK, I still don't understand why, but at least I know it's really not there. Pedro. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 19:48:49 2003 Return-Path: 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 A314E16A4B3 for ; Wed, 8 Oct 2003 19:48:49 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953A243FE1 for ; Wed, 8 Oct 2003 19:48:43 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 05B2D66E32; Wed, 8 Oct 2003 19:48:35 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id EE426B81; Wed, 8 Oct 2003 19:48:34 -0700 (PDT) Date: Wed, 8 Oct 2003 19:48:34 -0700 From: Kris Kennaway To: "Pedro F. Giffuni" Message-ID: <20031009024834.GA5376@rot13.obsecurity.org> References: <20031008204110.GA50936@rot13.obsecurity.org> <20031009022825.54741.qmail@web13402.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <20031009022825.54741.qmail@web13402.mail.yahoo.com> User-Agent: Mutt/1.4.1i cc: freebsd-ports@FreeBSD.org cc: Kris Kennaway Subject: Re: fsplit: BSD sources missing in the tree ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 02:48:49 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 08, 2003 at 07:28:24PM -0700, Pedro F. Giffuni wrote: > --- Kris Kennaway wrote: > ... > >=20 > > Use the CVS history (e.g. via cvsweb) to discover why it was removed > > from FreeBSD. > >=20 > > Kris > >=20 >=20 > OK, I still don't understand why, but at least I know it's really not the= re. The CVS log refers to discussion on -current. If you had looked that up you would have found that the utilities were moved to the fortran-utils port. Kris --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hMyCWry0BWjoQKURAku1AKDKb91vpqhzpOX1eq29VKhlCApzUgCcDSNO MguilpSFjGJ/FLwKYfSgu1Q= =vqHP -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 20:00:42 2003 Return-Path: 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 4C5E016A4D5 for ; Wed, 8 Oct 2003 20:00:42 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F9D43FBF for ; Wed, 8 Oct 2003 20:00:18 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 54E3F66E05; Wed, 8 Oct 2003 19:59:35 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 75C17B11; Wed, 8 Oct 2003 19:59:35 -0700 (PDT) Date: Wed, 8 Oct 2003 19:59:35 -0700 From: Kris Kennaway To: Christopher Hall Message-ID: <20031009025935.GA5427@rot13.obsecurity.org> References: <20031008232218.GA4053@rot13.obsecurity.org> <200310090144.h991iDej044731@x4.tucheng.generalresources.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <200310090144.h991iDej044731@x4.tucheng.generalresources.com> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org cc: Gene Raytsin cc: Kris Kennaway Subject: Re: feature request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 03:00:42 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 09, 2003 at 09:44:13AM +0800, Christopher Hall wrote: >=20 > In message <20031008232218.GA4053@rot13.obsecurity.org>, > Kris Kennaway writes: > > >=20 > >'make package-recursive'. This is a FAQ. > > > >Kris > > >=20 > Coincidentally I was just looking in ports/Mk/bsd.ports.mk for > something similar, in the section: >=20 > # Default targets and their behaviors: >=20 > fetch-recursive and checksum-recursive are described, but not > package-recursive. >=20 > What actually gets packaged? Everything or just the LIB and RUN DEPENDS. > perhaps a comment could be added to ports/Mk/bsd.ports.mk. It should be documented, yes. Evidently it was overlooked in the initial submission. Can you please develop a patch and file a PR? Kris --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hM8XWry0BWjoQKURAv3rAKCLRdVq5J8j3vcw58G5HgFuTfkfdQCfSQxO 7HMG6uAsTUDZ9S75BUZ1cHE= =acT1 -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 20:32:46 2003 Return-Path: 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 1417116A4B3 for ; Wed, 8 Oct 2003 20:32:46 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 342B643FF3 for ; Wed, 8 Oct 2003 20:32:45 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h993WiGZ095607 for ; Wed, 8 Oct 2003 23:32:44 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h993Who1066138 for ports@FreeBSD.org; Wed, 8 Oct 2003 23:32:43 -0400 (EDT) (envelope-from kris) Date: Wed, 8 Oct 2003 23:32:43 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090332.h993Who1066138@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 03:32:46 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core U databases/gnats4/Makefile U databases/gnats4/pkg-install U databases/gnats4/pkg-message U databases/gnats4/pkg-plist U databases/gnats4/files/patch-Makefile.in U databases/gnats4/files/patch-gnats::Makefile.in U databases/gnats4/files/patch-gnats::configure U databases/gnats4/files/patch-send-pr::Makefile.in ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U games/Makefile U games/enigma/pkg-plist U games/ggz-client-libs/Makefile U games/ggz-client-libs/distinfo U games/ggz-client-libs/pkg-descr U games/ggz-client-libs/pkg-plist U games/ggz-client-libs/files/patch-ltmain.sh U games/ggz-txt-client/Makefile U games/ggz-txt-client/distinfo U games/ggz-txt-client/pkg-descr U games/ggz-txt-client/pkg-plist U games/libggz/Makefile U games/libggz/distinfo U games/libggz/pkg-descr U games/libggz/pkg-plist U games/libggz/files/patch-ltmain.sh ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U sysutils/udesc_dump/Makefile U sysutils/udesc_dump/distinfo U textproc/diffutils/Makefile U textproc/diffutils/distinfo U textproc/diffutils/pkg-plist U www/caudium-devel/Makefile ? x11-fm/vide/sh.core U x11-toolkits/pmw/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 20:35:06 2003 Return-Path: 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 67B8616A4B3 for ; Wed, 8 Oct 2003 20:35:06 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B6843FCB for ; Wed, 8 Oct 2003 20:35:05 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h993Z5GZ095616 for ; Wed, 8 Oct 2003 23:35:05 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h993W27a071467 for ports@FreeBSD.org; Wed, 8 Oct 2003 23:32:02 -0400 (EDT) (envelope-from kris) Date: Wed, 8 Oct 2003 23:32:02 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090332.h993W27a071467@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 03:35:06 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x U databases/gnats4/Makefile U databases/gnats4/pkg-install U databases/gnats4/pkg-message U databases/gnats4/pkg-plist U databases/gnats4/files/patch-Makefile.in U databases/gnats4/files/patch-gnats::Makefile.in U databases/gnats4/files/patch-gnats::configure U databases/gnats4/files/patch-send-pr::Makefile.in ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U games/Makefile U games/enigma/pkg-plist U games/ggz-client-libs/Makefile U games/ggz-client-libs/distinfo U games/ggz-client-libs/pkg-descr U games/ggz-client-libs/pkg-plist U games/ggz-client-libs/files/patch-ltmain.sh U games/ggz-txt-client/Makefile U games/ggz-txt-client/distinfo U games/ggz-txt-client/pkg-descr U games/ggz-txt-client/pkg-plist U games/libggz/Makefile U games/libggz/distinfo U games/libggz/pkg-descr U games/libggz/pkg-plist U games/libggz/files/patch-ltmain.sh ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc U sysutils/udesc_dump/Makefile U sysutils/udesc_dump/distinfo U textproc/diffutils/Makefile U textproc/diffutils/distinfo U textproc/diffutils/pkg-plist U www/caudium-devel/Makefile ? x11/gnome2/log U x11-toolkits/pmw/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 21:07:47 2003 Return-Path: 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 DDAD416A4BF for ; Wed, 8 Oct 2003 21:07:47 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C6F43FBD for ; Wed, 8 Oct 2003 21:07:47 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 191081099 for ; Thu, 9 Oct 2003 14:08:30 +1000 (EST) X-Viruscan-Id: <3F84DF0E0000C0A401B8B938@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id C91771E12 for ; Thu, 9 Oct 2003 14:07:40 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id A5A916A7101; Thu, 9 Oct 2003 14:07:39 +1000 (EST) Date: Thu, 9 Oct 2003 14:07:39 +1000 From: Edwin Groothuis To: ports@FreeBSD.org Message-ID: <20031009040739.GT59397@k7.mavetju> References: <200310090332.h993Who1066138@9ball.rtp.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310090332.h993Who1066138@9ball.rtp.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 04:07:48 -0000 On Wed, Oct 08, 2003 at 11:32:43PM -0400, Kris Kennaway wrote: > INDEX build failed with errors: > ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Fixed. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 21:31:30 2003 Return-Path: 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 AE56D16A4B3 for ; Wed, 8 Oct 2003 21:31:30 -0700 (PDT) Received: from web13401.mail.yahoo.com (web13401.mail.yahoo.com [216.136.175.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 328C643F3F for ; Wed, 8 Oct 2003 21:31:30 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20031009043130.27525.qmail@web13401.mail.yahoo.com> Received: from [200.91.194.1] by web13401.mail.yahoo.com via HTTP; Wed, 08 Oct 2003 21:31:30 PDT Date: Wed, 8 Oct 2003 21:31:30 -0700 (PDT) From: "Pedro F. Giffuni" To: Kris Kennaway In-Reply-To: <20031009024834.GA5376@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-ports@FreeBSD.org Subject: Re: fsplit: BSD sources missing in the tree ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 04:31:30 -0000 --- Kris Kennaway wrote: ... > > The CVS log refers to discussion on -current. If you had looked that > up you would have found that the utilities were moved to the > fortran-utils port. > You could've just said that ... I was starting an fsplit port! The log only said this: ___________________ Revision 1.2, Wed Dec 22 14:30:41 1999 UTC (3 years, 9 months ago) by kris Branch: MAIN CVS Tags: HEAD Changes since 1.1: +0 -0 lines FILE REMOVED Say goodbye to some crufty old fortran code. Reviewed by: current ___________________ hmm.. at least I learned that "reviewed by" has a deep significance in FreeBSD. cheers, Pedro. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 21:33:08 2003 Return-Path: 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 32FD916A4B3 for ; Wed, 8 Oct 2003 21:33:08 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AE3143FE0 for ; Wed, 8 Oct 2003 21:33:07 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h994X6GZ025526 for ; Thu, 9 Oct 2003 00:33:06 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h994X61g030666 for ports@FreeBSD.org; Thu, 9 Oct 2003 00:33:06 -0400 (EDT) (envelope-from kris) Date: Thu, 9 Oct 2003 00:33:06 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090433.h994X61g030666@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 04:33:08 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 21:35:28 2003 Return-Path: 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 8045816A4B3 for ; Wed, 8 Oct 2003 21:35:28 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADCE43FE3 for ; Wed, 8 Oct 2003 21:35:27 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h994ZRGZ034037 for ; Thu, 9 Oct 2003 00:35:27 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h994WNIc035977 for ports@FreeBSD.org; Thu, 9 Oct 2003 00:32:23 -0400 (EDT) (envelope-from kris) Date: Thu, 9 Oct 2003 00:32:23 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090432.h994WNIc035977@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 04:35:28 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 21:39:59 2003 Return-Path: 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 6D8C216A4B3 for ; Wed, 8 Oct 2003 21:39:59 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73AFE43FDD for ; Wed, 8 Oct 2003 21:39:57 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D41BD66D80; Wed, 8 Oct 2003 21:39:36 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 6A0BDB81; Wed, 8 Oct 2003 21:39:36 -0700 (PDT) Date: Wed, 8 Oct 2003 21:39:36 -0700 From: Kris Kennaway To: "Pedro F. Giffuni" Message-ID: <20031009043936.GA5876@rot13.obsecurity.org> References: <20031009024834.GA5376@rot13.obsecurity.org> <20031009043130.27525.qmail@web13401.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <20031009043130.27525.qmail@web13401.mail.yahoo.com> User-Agent: Mutt/1.4.1i cc: freebsd-ports@FreeBSD.org cc: Kris Kennaway Subject: Re: fsplit: BSD sources missing in the tree ?? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 04:39:59 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 08, 2003 at 09:31:30PM -0700, Pedro F. Giffuni wrote: > --- Kris Kennaway wrote: > ... > >=20 > > The CVS log refers to discussion on -current. If you had looked that > > up you would have found that the utilities were moved to the > > fortran-utils port. > >=20 >=20 > You could've just said that ... I was starting an fsplit port! I didn't remember it - I had to pursue the same channels I told you about to discover the information. Kris --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hOaHWry0BWjoQKURAle3AKCX7JwylnRX127gqfXRl1G/9dx5PQCg4rNr XXfFp8+QqmRoOyPmwAsZnOs= =ZLDu -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 22:35:41 2003 Return-Path: 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 2379D16A4B3 for ; Wed, 8 Oct 2003 22:35:41 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E9543FE3 for ; Wed, 8 Oct 2003 22:35:38 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h995ZWGZ091419 for ; Thu, 9 Oct 2003 01:35:32 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h995ZWso095060 for ports@FreeBSD.org; Thu, 9 Oct 2003 01:35:32 -0400 (EDT) (envelope-from kris) Date: Thu, 9 Oct 2003 01:35:32 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090535.h995ZWso095060@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 05:35:41 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core U japanese/samba/Makefile U japanese/samba/files/patch-configure.in U math/gnumeric2/Makefile U math/gnumeric2/distinfo U math/gnumeric2/pkg-plist ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core U net/liveMedia/Makefile U net/liveMedia/distinfo ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core U www/opera/Makefile U www/opera/distinfo U www/opera/files/patch-install.sh ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 22:37:51 2003 Return-Path: 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 E066516A4B3 for ; Wed, 8 Oct 2003 22:37:51 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1660D43FE1 for ; Wed, 8 Oct 2003 22:37:51 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h995boGZ003348 for ; Thu, 9 Oct 2003 01:37:50 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h995Ykhn000486 for ports@FreeBSD.org; Thu, 9 Oct 2003 01:34:46 -0400 (EDT) (envelope-from kris) Date: Thu, 9 Oct 2003 01:34:46 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090534.h995Ykhn000486@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 05:37:52 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc U japanese/samba/Makefile U japanese/samba/files/patch-configure.in ? mail/log U math/gnumeric2/Makefile U math/gnumeric2/distinfo U math/gnumeric2/pkg-plist ? net/bind9-dlz/Makefile.inc U net/liveMedia/Makefile U net/liveMedia/distinfo ? net/powerdns/Makefile.inc U www/opera/Makefile U www/opera/distinfo U www/opera/files/patch-install.sh ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 22:46:56 2003 Return-Path: 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 4D5EA16A4B3; Wed, 8 Oct 2003 22:46:56 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EA443FB1; Wed, 8 Oct 2003 22:46:54 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 2B5E814A4; Thu, 9 Oct 2003 15:47:40 +1000 (EST) X-Viruscan-Id: <3F84F64B000158730159668A@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id 99A6F1E1A; Thu, 9 Oct 2003 15:46:50 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 2A9416A7101; Thu, 9 Oct 2003 15:46:49 +1000 (EST) Date: Thu, 9 Oct 2003 15:46:49 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20031009054649.GU59397@k7.mavetju> References: <200310090535.h995ZWso095060@9ball.rtp.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310090535.h995ZWso095060@9ball.rtp.freebsd.org> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 05:46:56 -0000 On Thu, Oct 09, 2003 at 01:35:32AM -0400, Kris Kennaway wrote: > INDEX build failed with errors: > ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Why does this dumb thing not pickup my change in this makefile? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 22:55:16 2003 Return-Path: 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 E092216A4BF; Wed, 8 Oct 2003 22:55:16 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id C046943FE1; Wed, 8 Oct 2003 22:55:04 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 7A2F566D80; Wed, 8 Oct 2003 22:54:28 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 5D534B5C; Wed, 8 Oct 2003 22:54:28 -0700 (PDT) Date: Wed, 8 Oct 2003 22:54:28 -0700 From: Kris Kennaway To: Edwin Groothuis Message-ID: <20031009055428.GA6164@rot13.obsecurity.org> References: <200310090535.h995ZWso095060@9ball.rtp.freebsd.org> <20031009054649.GU59397@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <20031009054649.GU59397@k7.mavetju> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org cc: Kris Kennaway Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 05:55:17 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 09, 2003 at 03:46:49PM +1000, Edwin Groothuis wrote: > On Thu, Oct 09, 2003 at 01:35:32AM -0400, Kris Kennaway wrote: > > INDEX build failed with errors: > > ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clien= tp-libs" non-existent -- dependency list incomplete >=20 > Why does this dumb thing not pickup my change in this makefile? cvsup lag, I suppose. Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hPgUWry0BWjoQKURAjhtAKC+urgAlxCTtC8XtpIcBIkpM1i24wCfQREg OG7+4ainAaAlYnNqdswEUAM= =JQkG -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 23:02:12 2003 Return-Path: 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 4721916A4B3 for ; Wed, 8 Oct 2003 23:02:12 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB39843F93 for ; Wed, 8 Oct 2003 23:02:09 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 67F28144A; Thu, 9 Oct 2003 16:02:56 +1000 (EST) X-Viruscan-Id: <3F84F9DF000170D301AAF77D@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id 826B41E19; Thu, 9 Oct 2003 16:02:06 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 4C9DF6A7101; Thu, 9 Oct 2003 16:02:05 +1000 (EST) Date: Thu, 9 Oct 2003 16:02:05 +1000 From: Edwin Groothuis To: Kris Kennaway Message-ID: <20031009060205.GP59349@k7.mavetju> References: <200310090535.h995ZWso095060@9ball.rtp.freebsd.org> <20031009054649.GU59397@k7.mavetju> <20031009055428.GA6164@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009055428.GA6164@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 06:02:12 -0000 On Wed, Oct 08, 2003 at 10:54:28PM -0700, Kris Kennaway wrote: > On Thu, Oct 09, 2003 at 03:46:49PM +1000, Edwin Groothuis wrote: > > On Thu, Oct 09, 2003 at 01:35:32AM -0400, Kris Kennaway wrote: > > > INDEX build failed with errors: > > > ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete > > > > Why does this dumb thing not pickup my change in this makefile? > > cvsup lag, I suppose. Oh, it's not using the master CVS ports repository? In that case my apologies for this outburst. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 23:32:50 2003 Return-Path: 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 E311016A4B3 for ; Wed, 8 Oct 2003 23:32:50 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BEEF43F85 for ; Wed, 8 Oct 2003 23:32:50 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 9ball.rtp.freebsd.org (9ball.rtp.FreeBSD.Org [172.21.1.6]) h996WnGZ030281 for ; Thu, 9 Oct 2003 02:32:49 -0400 (EDT) (envelope-from kris@9ball.rtp.freebsd.org) Received: (from kris@localhost) by 9ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h996Wnvd059556 for ports@FreeBSD.org; Thu, 9 Oct 2003 02:32:49 -0400 (EDT) (envelope-from kris) Date: Thu, 9 Oct 2003 02:32:49 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090632.h996Wnvd059556@9ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 06:32:51 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? devel/glade2/make.core ? devel/gnomedebug/make.core ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? graphics/gphoto2/make.core ? graphics/pstoedit/make.core ? misc/flyway/make.core ? net/bind9-dlz/Makefile.inc ? net/bmon/make.core ? net/powerdns/Makefile.inc ? print/p5-Net-Printer/sh.core ? print/pips880/sh.core ? x11-fm/vide/sh.core From owner-freebsd-ports@FreeBSD.ORG Wed Oct 8 23:35:11 2003 Return-Path: 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 84A5516A4B3 for ; Wed, 8 Oct 2003 23:35:11 -0700 (PDT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A903443F85 for ; Wed, 8 Oct 2003 23:35:08 -0700 (PDT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) h996Z8GZ031686 for ; Thu, 9 Oct 2003 02:35:08 -0400 (EDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h996W3KE064874 for ports@FreeBSD.org; Thu, 9 Oct 2003 02:32:03 -0400 (EDT) (envelope-from kris) Date: Thu, 9 Oct 2003 02:32:03 -0400 (EDT) From: Kris Kennaway Message-Id: <200310090632.h996W3KE064874@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 06:35:11 -0000 INDEX build failed with errors: ggz-txt-client-0.0.7: "/vol/vol0/users/kris/ports.clean/games/ggz-clientp-libs" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? perl.core ? x ? dns/bind9-dlz/Makefile.inc ? dns/powerdns/Makefile.inc ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 01:21:25 2003 Return-Path: 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 68C3A16A4BF for ; Thu, 9 Oct 2003 01:21:25 -0700 (PDT) Received: from v2project.com (cliente-212079143235.cm256.senpc.supercable.es [212.79.143.235]) by mx1.FreeBSD.org (Postfix) with SMTP id 264C143FA3 for ; Thu, 9 Oct 2003 01:21:22 -0700 (PDT) (envelope-from king@v2project.com) Received: (qmail 1026 invoked from network); 9 Oct 2003 08:20:41 -0000 Received: from tech2.labs.v2project.com (HELO v2project.com) (192.168.192.6) by 0 with SMTP; 9 Oct 2003 08:20:41 -0000 Message-ID: <3F851A56.3020900@v2project.com> Date: Thu, 09 Oct 2003 10:20:38 +0200 From: "Jose R.Rey" User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20030923 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-0.1 required=5.0 tests=USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Question of port name change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 08:21:25 -0000 Salute Recently one of the ports i maintain has changed the project name, ive been thinking if i need to make a new port and mark as deleted the old one, or make a diff and submit as usual, what will be the best option? From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 01:26:35 2003 Return-Path: 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 B319B16A4B3 for ; Thu, 9 Oct 2003 01:26:35 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7784143F93 for ; Thu, 9 Oct 2003 01:26:34 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 9B4F222873; Thu, 9 Oct 2003 10:26:32 +0200 (CEST) Date: Thu, 9 Oct 2003 10:26:32 +0200 From: Erwin Lansing To: "Jose R.Rey" Message-ID: <20031009082632.GC78034@droso.net> Mail-Followup-To: "Jose R.Rey" , ports@freebsd.org References: <3F851A56.3020900@v2project.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="24zk1gE8NUlDmwG9" Content-Disposition: inline In-Reply-To: <3F851A56.3020900@v2project.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/i386 5.1-CURRENT cc: ports@freebsd.org Subject: Re: Question of port name change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 08:26:35 -0000 --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 09, 2003 at 10:20:38AM +0200, Jose R.Rey wrote: > Salute Howdy, >=20 > Recently one of the ports i maintain has changed the project name, > ive been thinking if i need to make a new port and mark as deleted the=20 > old one, > or make a diff and submit as usual, what will be the best option? >=20 Submit a diff and mention clearly that the port changed it's name and the port should be renamed via a repocopy. This will keep the cvs history of the old port and then it's "just a normal" upgrade. Cheers, -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --24zk1gE8NUlDmwG9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hRu4qy9aWxUlaZARAgLjAJ4rv1MWVo2WzQmakJZcGg3CJUb+gwCg6+wE hdbEWDt+4jXuij+Q7t5ujP4= =Vcn8 -----END PGP SIGNATURE----- --24zk1gE8NUlDmwG9-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 01:29:39 2003 Return-Path: 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 6916E16A4B3 for ; Thu, 9 Oct 2003 01:29:39 -0700 (PDT) Received: from gandalf.online.bg (gandalf.online.bg [217.75.128.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 8759643FE9 for ; Thu, 9 Oct 2003 01:29:37 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 27372 invoked from network); 9 Oct 2003 08:29:20 -0000 Received: from office.sbnd.net (HELO straylight.ringlet.net) (217.75.140.130) by gandalf.online.bg with SMTP; 9 Oct 2003 08:29:20 -0000 Received: (qmail 88617 invoked by uid 1000); 9 Oct 2003 08:29:36 -0000 Date: Thu, 9 Oct 2003 11:29:36 +0300 From: Peter Pentchev To: "Jose R.Rey" Message-ID: <20031009082936.GW617@straylight.oblivion.bg> Mail-Followup-To: "Jose R.Rey" , ports@freebsd.org References: <3F851A56.3020900@v2project.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="N/GrjenRD+RJfyz+" Content-Disposition: inline In-Reply-To: <3F851A56.3020900@v2project.com> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: Question of port name change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 08:29:39 -0000 --N/GrjenRD+RJfyz+ Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 09, 2003 at 10:20:38AM +0200, Jose R.Rey wrote: > Salute >=20 > Recently one of the ports i maintain has changed the project name, > ive been thinking if i need to make a new port and mark as deleted the=20 > old one, > or make a diff and submit as usual, what will be the best option? Since the new port will still refer to the old project, we will want to preserve the old port's history: version changes, patches, etc. This is done by a so-called 'repo-copy', or a CVS repository copy: the FreeBSD CVS repository administrators will copy the old port's directory under a new name, so that a new directory will appear in the ports tree with the old contents. After that, the new directory's contents will be updated to reflect the new port, and the old one will be removed. For more information, take a look at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.= html#AEN1245 What you should do now is copy the port to a new name on your system, then make a patch updating the port and changing its PORTNAME and so on, and submit the patch in a PR, explicitly stating that a repo-copy from the old port is needed. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 Thit sentence is not self-referential because "thit" is not a word. --N/GrjenRD+RJfyz+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hRxw7Ri2jRYZRVMRAiw9AJ9edpZ+tV7gb451QSadiAb49LKTnQCfVAur H0E6AxCvEsRzs/SAlzoQpQE= =xjlb -----END PGP SIGNATURE----- --N/GrjenRD+RJfyz+-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 01:50:51 2003 Return-Path: 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 D969B16A4B3 for ; Thu, 9 Oct 2003 01:50:51 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37EA43FAF for ; Thu, 9 Oct 2003 01:50:50 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id 446964108 for ; Thu, 9 Oct 2003 10:50:22 +0200 (CEST) Date: Thu, 9 Oct 2003 10:50:22 +0200 From: Martin Jessa To: ports@freebsd.org Message-Id: <20031009105022.22591252.freebsd@yazzy.org> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: JDK 1.3 loop? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 08:50:52 -0000 Hi. Got this annoying error trying to compile jdk-1.3 Seems like a new installation of jdk-1.3 needs an existing installation of java for bootstrapping, which sounds absurd. ===> Returning to build of jdk-1.3.1p8_2 ===> jdk-1.3.1p8_2 depends on executable: gmake - found ===> jdk-1.3.1p8_2 depends on shared library: glib12.3 - found ===> jdk-1.3.1p8_2 depends on shared library: gtk12.2 - found ===> jdk-1.3.1p8_2 depends on shared library: nspr4.1 - found ===> Configuring for jdk-1.3.1p8_2 ===> Building for jdk-1.3.1p8_2 # Start of jdk build i386 Build started: 1.3.1-p8-root-031009-10:33 ERROR: Your BOOTDIR environment variable does not point to a valid Java 2 SDK for bootstrapping this build. A Java 2 SDK 1.3.1 build must be bootstrapped against any 1.3 build. Please update your ALT_BOOTDIR setting, or just unset it, and start your build again. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 01:57:10 2003 Return-Path: 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 0B76816A4B3 for ; Thu, 9 Oct 2003 01:57:10 -0700 (PDT) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA1F43FDF for ; Thu, 9 Oct 2003 01:57:09 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id 4385E67E73; Thu, 9 Oct 2003 10:57:06 +0200 (MEST) From: Ernst de Haan To: Martin Jessa Date: Thu, 9 Oct 2003 10:57:07 +0200 User-Agent: KMail/1.5.2 References: <20031009105022.22591252.freebsd@yazzy.org> In-Reply-To: <20031009105022.22591252.freebsd@yazzy.org> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310091057.07869.znerd@FreeBSD.org> cc: ports@freebsd.org Subject: Re: JDK 1.3 loop? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 08:57:10 -0000 Martin, Please ask Java-related questions on java@. Ernst On donderdag 9 oktober 2003 10:50, Martin Jessa wrote: > Hi. > > Got this annoying error trying to compile jdk-1.3 > Seems like a new installation of jdk-1.3 needs an existing installation > of java for bootstrapping, which sounds absurd. > > ===> Returning to build of jdk-1.3.1p8_2 > ===> jdk-1.3.1p8_2 depends on executable: gmake - found > ===> jdk-1.3.1p8_2 depends on shared library: glib12.3 - found > ===> jdk-1.3.1p8_2 depends on shared library: gtk12.2 - found > ===> jdk-1.3.1p8_2 depends on shared library: nspr4.1 - found > ===> Configuring for jdk-1.3.1p8_2 > ===> Building for jdk-1.3.1p8_2 > # Start of jdk build > i386 Build started: 1.3.1-p8-root-031009-10:33 > ERROR: Your BOOTDIR environment variable does not point > to a valid Java 2 SDK for bootstrapping this build. > A Java 2 SDK 1.3.1 build must be bootstrapped against any > 1.3 build. Please update your ALT_BOOTDIR setting, or > just unset it, and start your build again. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 02:54:28 2003 Return-Path: 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 4885616A4B3; Thu, 9 Oct 2003 02:54:28 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E2C43F85; Thu, 9 Oct 2003 02:54:27 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id F185F4154; Thu, 9 Oct 2003 11:53:53 +0200 (CEST) Date: Thu, 9 Oct 2003 11:53:53 +0200 From: Martin Jessa To: Panagiotis Astithas Message-Id: <20031009115353.41ba44b2.freebsd@yazzy.org> In-Reply-To: <3F852DE7.40405@noc.ntua.gr> References: <20031009113133.430e8b28.freebsd@yazzy.org> <3F852DE7.40405@noc.ntua.gr> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: java@freebsd.org cc: glewis@FreeBSD.org Subject: Re: JDK 1.3 loop? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 09:54:28 -0000 For the future generations. It seems like installing of /usr/ports/java/linux-blackdown-jdk13 and running make WITH_LINUX_BOOTSTRAP=yes install for the native jdk13 should solve the problem. Anyway, this should be either stated in the port build as a comment or fixed as a dependiency. Too bad it doesnt work either. At least not on 5.1-CURRENT (no optimalization in the make.conf file): Segmentation fault (core dumped) gmake[5]: *** [.compile.classlist] Error 139 gmake[5]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun/javac/oldjavac' gmake[4]: *** [optimized] Error 2 Thanks YazzY On Thu, 09 Oct 2003 12:44:07 +0300 Panagiotis Astithas wrote: > Martin Jessa wrote: > > Hi. > > > > Got this annoying error trying to compile jdk-1.3 Seems like a new > > installation of jdk-1.3 needs an existing installation of java for > > bootstrapping, which sounds absurd. I also have > > linux-sun-jdk-1.3.1.09 Sun Java Development Kit 1.3 for Linux > > installed. Please CC: to me or ports@ as I dont subscribe to java@. > > Hi, > > It seems you need to have either linux-blackdown-jdk13 or diablo-jdk13. > Perhaps you could try changing the two lines in the Makefile that > mention linux-blackdown to linux-sun and see if you get a successful build. > -- > Panagiotis Astithas > Electrical & Computer Engineer, PhD > Network Management Center > National Technical University of Athens, Greece > From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 04:51:19 2003 Return-Path: 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 AA24416A4B3 for ; Thu, 9 Oct 2003 04:51:19 -0700 (PDT) Received: from smtp1.actcom.net.il (smtp.actcom.co.il [192.114.47.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id F36CD43FBF for ; Thu, 9 Oct 2003 04:51:12 -0700 (PDT) (envelope-from roman@xpert.com) Received: from cerberus.oven.org (line22-32.adsl.actcom.co.il [192.115.22.32]) by smtp1.actcom.net.il (8.12.8/8.12.8) with ESMTP id h99Bas29009605 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 9 Oct 2003 13:36:59 +0200 Received: from alchemy.oven.org (root@alchemy.oven.org [10.0.1.2]) by cerberus.oven.org (8.12.9/8.12.9) with ESMTP id h99Bb6Vd080389 for ; Thu, 9 Oct 2003 13:37:06 +0200 (IST) (envelope-from roman@xpert.com) Received: from alchemy.oven.org (island@localhost [127.0.0.1]) by alchemy.oven.org (8.12.9/8.12.9) with ESMTP id h99Bc4VS025708 for ; Thu, 9 Oct 2003 13:38:04 +0200 (IST) (envelope-from roman@xpert.com) Received: from localhost (mapc@localhost)h99BbwHm025705 for ; Thu, 9 Oct 2003 13:38:03 +0200 (IST) (envelope-from roman@xpert.com) X-Authentication-Warning: alchemy.oven.org: mapc owned process doing -bs Date: Thu, 9 Oct 2003 13:37:58 +0200 (IST) From: Roman Shterenzon X-X-Sender: mapc@alchemy.oven.org To: ports@FreeBSD.org Message-ID: <20031009133635.Q25695@alchemy.oven.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: graphics/jpeg X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 11:51:19 -0000 Hi all, Could you please take a look at this patch: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106060 and perhaps incorporate it in the graphics/jpeg port. I'm using it with great success. --Roman From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 05:12:57 2003 Return-Path: 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 F2B8816A4B3 for ; Thu, 9 Oct 2003 05:12:56 -0700 (PDT) Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4146C43FD7 for ; Thu, 9 Oct 2003 05:12:55 -0700 (PDT) (envelope-from Hans.Brand@brandinnovators.com) Received: from surf.brandinnovators.nl (ipd50a3d1a.speed.planet.nl [213.10.61.26]) by smtp04.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HMH00IVAOPJQH@smtp04.wxs.nl> for ports@FreeBSD.org; Thu, 09 Oct 2003 14:15:19 +0200 (MEST) Received: from surf.brandinnovators.nl (localhost [127.0.0.1]) h99CCsMh067635 for ; Thu, 09 Oct 2003 14:12:54 +0200 Received: by surf.brandinnovators.nl (tmda-sendmail, from uid 1000); Thu, 09 Oct 2003 14:12:53 +0200 (CEST) Date: Thu, 09 Oct 2003 14:12:52 +0200 From: Hans Brand To: wjv@FreeBSD.org Message-id: <008e01c38e5e$aa3cd7d0$0fc9a8c0@design> Organization: Brand Innovators MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook Express 6.00.2800.1158 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal X-Delivery-Agent: TMDA/0.85 (Tomy Lee) cc: ports@FreeBSD.org Subject: FreeBSD Port: zope-zwiki-0.9.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 12:12:57 -0000 Dear wjv, Is the zope-zwiki port still actively maintained? The version in the ports directory of freebsd is Zwiki 0.9.8 2001-11-29. The latest version is Zwiki 0.22 2003-09-10 and next release target is 0.23 on 2003/10/06. Gr, Hans From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 07:16:03 2003 Return-Path: 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 5031216A4B3 for ; Thu, 9 Oct 2003 07:16:03 -0700 (PDT) Received: from web12905.mail.yahoo.com (web12905.mail.yahoo.com [216.136.174.72]) by mx1.FreeBSD.org (Postfix) with SMTP id AF2DE43F93 for ; Thu, 9 Oct 2003 07:16:00 -0700 (PDT) (envelope-from magnus_os@yahoo.se) Message-ID: <20031009141600.21535.qmail@web12905.mail.yahoo.com> Received: from [217.215.189.15] by web12905.mail.yahoo.com via HTTP; Thu, 09 Oct 2003 16:16:00 CEST Date: Thu, 9 Oct 2003 16:16:00 +0200 (CEST) From: =?iso-8859-1?q?Magnus=20J?= To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: 'portupgrade -rufp gettext' fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 14:16:03 -0000 Hello everyone I'm having a familiar problem. I've searched the mailing lists, and the usual suggestion to this problem is to reinstall gettext. That's what I'm doing, but I'm still having problems. This is what happens during the installation of gtk-2.2.4_1 when doing 'portupgrade -rufp gettext' /bin/sh ../../mkinstalldirs /usr/X11R6/etc/gtk-2.0 ../../gtk/gtk-query-immodules-2.0 > /usr/X11R6/etc/gtk-2.0/gtk.immodules Cannot load module /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so: Shared object "libintl.so.4" not found /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so does not export GTK+ IM module API: Shared object "libintl.so.4" not found *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4/modules/input. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4/modules/input. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4/modules. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.2.4. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20. Anyone who knows how to get around this problem? Before this, the uninstallation of gtk20 had problems with the following messages: pkg_delete: '/usr/X11R6/etc/gtk-2.0/gtk.immodules' fails original MD5 checksum - deleted anyway. pkg_delete: unable to completely remove directory '/usr/X11R6/lib/gtk-2.0/2.2.0/loaders' pkg_delete: unable to completely remove directory '/usr/X11R6/lib/gtk-2.0/2.2.0/immodules' pkg_delete: unable to completely remove directory '/usr/X11R6/lib/gtk-2.0/2.2.0' pkg_delete: unable to completely remove directory '/usr/X11R6/lib/gtk-2.0' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) Best regards Magnus (not a member of this mailing list) Höstrusk och grå moln - köp en resa till solen på Yahoo! Resor på adressen http://se.docs.yahoo.com/travel/index.html From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 07:19:53 2003 Return-Path: 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 3194D16A4B3 for ; Thu, 9 Oct 2003 07:19:53 -0700 (PDT) Received: from freebsd.org.ru (freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA7F43FDD for ; Thu, 9 Oct 2003 07:19:52 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 6386066; Thu, 9 Oct 2003 18:19:50 +0400 (MSD) Date: Thu, 9 Oct 2003 18:19:50 +0400 From: "Sergey A. Osokin" To: Magnus J Message-ID: <20031009141950.GB39789@freebsd.org.ru> References: <20031009141600.21535.qmail@web12905.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009141600.21535.qmail@web12905.mail.yahoo.com> User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: 'portupgrade -rufp gettext' fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: osa@FreeBSD.org.ru List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 14:19:53 -0000 On Thu, Oct 09, 2003 at 04:16:00PM +0200, Magnus J wrote: > I'm having a familiar problem. I've searched the mailing lists, > and the usual suggestion to this problem is to reinstall > gettext. That's what I'm doing, but I'm still having problems. > This is what happens during the installation of gtk-2.2.4_1 when > doing 'portupgrade -rufp gettext' > > /bin/sh ../../mkinstalldirs /usr/X11R6/etc/gtk-2.0 > ../../gtk/gtk-query-immodules-2.0 > > /usr/X11R6/etc/gtk-2.0/gtk.immodules > Cannot load module > /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so: Shared > object "libintl.so.4" not found > /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so does not > export GTK+ IM module API: Shared object "libintl.so.4" not > found > *** Error code 1 Try to use 'portupgrade -Rrufp gettext' -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 07:38:17 2003 Return-Path: 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 1F4A216A4B3 for ; Thu, 9 Oct 2003 07:38:17 -0700 (PDT) Received: from mgr5.xmission.com (mgr5.xmission.com [198.60.22.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C85143FA3 for ; Thu, 9 Oct 2003 07:38:16 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr5.xmission.com with spam-scanned (Exim 3.35 #1) id 1A7bvj-0004Y6-05 for ports@freebsd.org; Thu, 09 Oct 2003 08:38:15 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr5.xmission.com with esmtp (Exim 3.35 #1) id 1A7bvX-0004Ts-05; Thu, 09 Oct 2003 08:38:04 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) h99EcwjG096142; Thu, 9 Oct 2003 08:38:59 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9p1/8.12.9/Submit) id h99Ect0d096141; Thu, 9 Oct 2003 08:38:55 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 9 Oct 2003 08:38:55 -0600 From: Greg Lewis To: Martin Jessa Message-ID: <20031009143855.GB96036@misty.eyesbeyond.com> References: <20031009113133.430e8b28.freebsd@yazzy.org> <3F852DE7.40405@noc.ntua.gr> <20031009115353.41ba44b2.freebsd@yazzy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009115353.41ba44b2.freebsd@yazzy.org> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mgr5.xmission.com X-Spam-Status: No, hits=-1.4 required=8.0 tests=BAYES_20 autolearn=no version=2.60 X-Spam-Level: cc: ports@freebsd.org cc: java@freebsd.org cc: glewis@freebsd.org cc: Panagiotis Astithas Subject: Re: JDK 1.3 loop? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 14:38:17 -0000 On Thu, Oct 09, 2003 at 11:53:53AM +0200, Martin Jessa wrote: > For the future generations. > It seems like installing of /usr/ports/java/linux-blackdown-jdk13 and running make WITH_LINUX_BOOTSTRAP=yes install for the native jdk13 should solve the problem. > Anyway, this should be either stated in the port build as a comment or fixed as a dependiency. The port already tries to figure out if you have a suitable bootstrap and tries to use that. You can override it by setting JDK13DIR. What exactly would you like it to do? > Too bad it doesnt work either. At least not on 5.1-CURRENT (no optimalization in the make.conf file): What doesn't work? The compilation? > Segmentation fault (core dumped) > gmake[5]: *** [.compile.classlist] Error 139 > gmake[5]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/sun/javac/oldjavac' > gmake[4]: *** [optimized] Error 2 More detail please. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 07:41:21 2003 Return-Path: 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 2E40C16A4BF for ; Thu, 9 Oct 2003 07:41:21 -0700 (PDT) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB1A43FD7 for ; Thu, 9 Oct 2003 07:41:18 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 1A7byg-0006uN-03 for ports@freebsd.org; Thu, 09 Oct 2003 08:41:18 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 1A7byO-0006iv-03; Thu, 09 Oct 2003 08:41:01 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) h99EfujG096160; Thu, 9 Oct 2003 08:41:56 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9p1/8.12.9/Submit) id h99EfrVf096159; Thu, 9 Oct 2003 08:41:53 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 9 Oct 2003 08:41:53 -0600 From: Greg Lewis To: Pedro Beck Gomes da Costa Message-ID: <20031009144153.GC96036@misty.eyesbeyond.com> References: <3F84C702.8080304@ciberbit.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F84C702.8080304@ciberbit.pt> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mgr3.xmission.com X-Spam-Status: No, hits=-0.0 required=8.0 tests=BAYES_40 autolearn=no version=2.60 X-Spam-Level: cc: ports@freebsd.org cc: java@freebsd.org Subject: Re: FreeBSD Port: eclipse-2.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 14:41:21 -0000 On Thu, Oct 09, 2003 at 03:25:06AM +0100, Pedro Beck Gomes da Costa wrote: > I tried to build Eclipse-2.1.1 using the Diablo-jdk1.3.1 and it fails.... > The port documentation refers to jdk13 port...., but having the official > binary package I dont want to download the JDK1.3 code by hand , patch > it and build a jdk to be able to build Java Ports... > We cant build the port using the official FreeBSD 1.3.1 Binary JDK ???? > For someone like me, recently arrived from Slackware Linux, this is very > strange. What is the error you get? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 08:10:36 2003 Return-Path: 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 4E89E16A4B3 for ; Thu, 9 Oct 2003 08:10:36 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40D143F85 for ; Thu, 9 Oct 2003 08:10:33 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7cQx-0000tu-00 for ; Thu, 09 Oct 2003 17:10:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A7cLI-0000lE-00 for ; Thu, 09 Oct 2003 17:04:40 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7cLI-00051Q-00 for ; Thu, 09 Oct 2003 17:04:40 +0200 From: "Scott I. Remick" Date: Thu, 9 Oct 2003 11:04:39 -0400 Lines: 17 Message-ID: References: <20031007141528.52671.qmail@web41110.mail.yahoo.com> <44fzi5krrc.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Archive: encrypt User-Agent: 40tude_Dialog/2.0.5.1 Sender: news Subject: Re: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 15:10:36 -0000 On 07 Oct 2003 11:10:47 -0400, Lowell Gilbert wrote: > "Scott I. Remick" writes: > >> FYI... Grip currently segfaults w/ sig 11 on FreeBSD. Me and someone else >> have noticed this, and there's a bug going on Sourceforge: >> >> https://sourceforge.net/tracker/index.php?func=detail&aid=817695&group_id=3714&atid=103714 > > It's working fine for me on -STABLE, although I had to add libgnomeui > to the dependencies. This may be a CURRENT-only problem... Actually, I'm not running -CURRENT, but 5.1-RELEASE. Maybe it's a 5.x problem? I have not fiddled with the dependencies though. What were the symptoms before you did that? From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 08:46:37 2003 Return-Path: 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 BA25616A4B3 for ; Thu, 9 Oct 2003 08:46:37 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EAC243FBF for ; Thu, 9 Oct 2003 08:46:37 -0700 (PDT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id C4B423AF6; Thu, 9 Oct 2003 11:46:36 -0400 (EDT) Sender: lowell@be-well.ilk.org To: scott@sremick.net References: <20031007141528.52671.qmail@web41110.mail.yahoo.com> <44fzi5krrc.fsf@be-well.ilk.org> From: Lowell Gilbert Date: 09 Oct 2003 11:46:36 -0400 In-Reply-To: Message-ID: <44he2i8lcz.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 15:46:37 -0000 "Scott I. Remick" writes: > On 07 Oct 2003 11:10:47 -0400, Lowell Gilbert wrote: > > > "Scott I. Remick" writes: > > > >> FYI... Grip currently segfaults w/ sig 11 on FreeBSD. Me and someone else > >> have noticed this, and there's a bug going on Sourceforge: > >> > >> https://sourceforge.net/tracker/index.php?func=detail&aid=817695&group_id=3714&atid=103714 > > > > It's working fine for me on -STABLE, although I had to add libgnomeui > > to the dependencies. This may be a CURRENT-only problem... > > Actually, I'm not running -CURRENT, but 5.1-RELEASE. Maybe it's a 5.x > problem? > > I have not fiddled with the dependencies though. What were the symptoms > before you did that? It failed to compile, complaining that it couldn't find libgnomeui. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 08:52:17 2003 Return-Path: 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 17C8216A4B3 for ; Thu, 9 Oct 2003 08:52:17 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 35E5543FB1 for ; Thu, 9 Oct 2003 08:52:14 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 41486 invoked by uid 1252); 9 Oct 2003 15:52:14 -0000 Date: 9 Oct 2003 11:52:14 -0400 Date: Thu, 9 Oct 2003 11:52:14 -0400 From: Adam Weinberger To: freebsd-ports@freebsd.org Message-ID: <20031009155214.GK96543@toxic.magnesium.net> References: <20031007141528.52671.qmail@web41110.mail.yahoo.com> <44fzi5krrc.fsf@be-well.ilk.org> <44he2i8lcz.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44he2i8lcz.fsf@be-well.ilk.org> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: scott@sremick.net Subject: Re: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 15:52:17 -0000 >> (10.09.2003 @ 1146 PST): Lowell Gilbert said, in 1.0K: << > "Scott I. Remick" writes: > > > On 07 Oct 2003 11:10:47 -0400, Lowell Gilbert wrote: > > > > > "Scott I. Remick" writes: > > > > > >> FYI... Grip currently segfaults w/ sig 11 on FreeBSD. Me and someone else > > >> have noticed this, and there's a bug going on Sourceforge: > > >> > > >> https://sourceforge.net/tracker/index.php?func=detail&aid=817695&group_id=3714&atid=103714 > > > > > > It's working fine for me on -STABLE, although I had to add libgnomeui > > > to the dependencies. This may be a CURRENT-only problem... > > > > Actually, I'm not running -CURRENT, but 5.1-RELEASE. Maybe it's a 5.x > > problem? > > > > I have not fiddled with the dependencies though. What were the symptoms > > before you did that? > > It failed to compile, complaining that it couldn't find libgnomeui. A dependency on libgnomeui was added a while ago. # Adam > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> end of "Re: FreeBSD Port: grip-3.1.2" from Lowell Gilbert << -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 09:14:03 2003 Return-Path: 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 0CC3F16A4C2 for ; Thu, 9 Oct 2003 09:14:03 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD39543FDD for ; Thu, 9 Oct 2003 09:14:00 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7dQN-0001iF-00 for ; Thu, 09 Oct 2003 18:13:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A7dQL-0001i5-00 for ; Thu, 09 Oct 2003 18:13:57 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7dQL-0007fB-00 for ; Thu, 09 Oct 2003 18:13:57 +0200 From: "Scott I. Remick" Date: Thu, 9 Oct 2003 12:13:57 -0400 Lines: 24 Message-ID: References: <20031007141528.52671.qmail@web41110.mail.yahoo.com> <44fzi5krrc.fsf@be-well.ilk.org> <44he2i8lcz.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Archive: encrypt User-Agent: 40tude_Dialog/2.0.5.1 Sender: news Subject: Re: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 16:14:03 -0000 On 09 Oct 2003 11:46:36 -0400, Lowell Gilbert wrote: >> I have not fiddled with the dependencies though. What were the symptoms >> before you did that? > > It failed to compile, complaining that it couldn't find libgnomeui. Ok, that's not my problem then. It compiled fine, but segfaults w/ sig 11 when I try to run it. Here's the backtrace: #0 0x28d9dcee in strchr () from /usr/lib/libc.so.5 #1 0x286d5be0 in __JCR_LIST__ () from /usr/local/lib/libgobject-2.0.so.200 #2 0x286ae8fa in g_object_new_valist () from /usr/local/lib/libgobject-2.0.so.200 #3 0x28b585b0 in gnome_program_initv () from /usr/X11R6/lib/libgnome-2.so.400 #4 0x28b5826a in gnome_program_init () from /usr/X11R6/lib/libgnome-2.so.400 #5 0x0804e2f2 in Cmain () #6 0x0804e1db in main () #7 0x0804e105 in _start () From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 09:41:01 2003 Return-Path: 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 C406D16A4B3 for ; Thu, 9 Oct 2003 09:41:01 -0700 (PDT) Received: from web12902.mail.yahoo.com (web12902.mail.yahoo.com [216.136.174.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 7648443FBF for ; Thu, 9 Oct 2003 09:40:58 -0700 (PDT) (envelope-from magnus_os@yahoo.se) Message-ID: <20031009164058.83791.qmail@web12902.mail.yahoo.com> Received: from [217.215.189.15] by web12902.mail.yahoo.com via HTTP; Thu, 09 Oct 2003 18:40:58 CEST Date: Thu, 9 Oct 2003 18:40:58 +0200 (CEST) From: =?iso-8859-1?q?Magnus=20J?= To: osa@FreeBSD.org.ru In-Reply-To: <20031009141950.GB39789@freebsd.org.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-ports@freebsd.org Subject: Re: 'portupgrade -rufp gettext' fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 16:41:01 -0000 Hello It just finished, and unfortunately -Rufp didn't work either. Same error message. I have a situation where a shared library in sub-directory zzz/2.2.0/ is complaining, but I'm installing 2.2.4. 2.2.0 is being replaced. Could this be at least part of the problem, or am I on the wrong track? Thanks Magnus --- "Sergey A. Osokin" skrev: > On Thu, Oct 09, 2003 at 04:16:00PM +0200, Magnus J wrote: > > I'm having a familiar problem. I've searched the mailing > lists, > > and the usual suggestion to this problem is to reinstall > > gettext. That's what I'm doing, but I'm still having > problems. > > This is what happens during the installation of gtk-2.2.4_1 > when > > doing 'portupgrade -rufp gettext' > > > > /bin/sh ../../mkinstalldirs /usr/X11R6/etc/gtk-2.0 > > ../../gtk/gtk-query-immodules-2.0 > > > /usr/X11R6/etc/gtk-2.0/gtk.immodules > > Cannot load module > > /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so: > Shared > > object "libintl.so.4" not found > > /usr/X11R6/lib/gtk-2.0/2.2.0/immodules/im-gucharmap.so does > not > > export GTK+ IM module API: Shared object "libintl.so.4" not > > found > > *** Error code 1 > > Try to use 'portupgrade -Rrufp gettext' > > -- > > Rgdz, /"\ ASCII RIBBON CAMPAIGN > Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL > http://ozz.pp.ru/ X AND NEWS > / \ Höstrusk och grå moln - köp en resa till solen på Yahoo! Resor på adressen http://se.docs.yahoo.com/travel/index.html From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 10:02:20 2003 Return-Path: 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 55A6E16A4B3; Thu, 9 Oct 2003 10:02:20 -0700 (PDT) Received: from sjtu.edu.cn (mailhost.shnet.edu.cn [202.112.26.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1873B43FB1; Thu, 9 Oct 2003 10:02:19 -0700 (PDT) (envelope-from major@sjtu.edu.cn) Received: from 211.80.37.140 (mailwall.shnet.edu.cn [202.112.26.55]) by sjtu.edu.cn (WorldPost) with ESMTP id 07F5F35478C; Fri, 10 Oct 2003 01:02:16 +0800 (BEIST) From: Hua Jun Organization: sjtu To: dinoex@FreeBSD.org Date: Fri, 10 Oct 2003 01:05:39 +0000 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310100105.40044.major@sjtu.edu.cn> cc: ports@FreeBSD.org Subject: FreeBSD Port: gnustep-1.6.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 17:02:20 -0000 error msg: ... ===> Configuring for gnustep-base-1.6.0 autoconf: configure.in: No such file or directory *** Error code 1 From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 12:12:34 2003 Return-Path: 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 3BB2416A4B3 for ; Thu, 9 Oct 2003 12:12:34 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A2A43FB1 for ; Thu, 9 Oct 2003 12:12:33 -0700 (PDT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 8AA503AF6; Thu, 9 Oct 2003 15:12:32 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-ports@freebsd.org References: <20031007141528.52671.qmail@web41110.mail.yahoo.com> <44fzi5krrc.fsf@be-well.ilk.org> <44he2i8lcz.fsf@be-well.ilk.org> <20031009155214.GK96543@toxic.magnesium.net> From: Lowell Gilbert Date: 09 Oct 2003 15:12:32 -0400 In-Reply-To: <20031009155214.GK96543@toxic.magnesium.net> Message-ID: <443ce2b4yn.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: FreeBSD Port: grip-3.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 19:12:34 -0000 Adam Weinberger writes: > >> (10.09.2003 @ 1146 PST): Lowell Gilbert said, in 1.0K: << > > It failed to compile, complaining that it couldn't find libgnomeui. > > A dependency on libgnomeui was added a while ago. In response to my PR, apparently. All within the last few days. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 12:43:35 2003 Return-Path: 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 4925B16A4B3 for ; Thu, 9 Oct 2003 12:43:35 -0700 (PDT) Received: from deluge.umist.ac.uk (deluge.umist.ac.uk [130.88.120.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE3E43F3F for ; Thu, 9 Oct 2003 12:43:30 -0700 (PDT) (envelope-from lewiz@black.lewiz.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=yellow.lewiz.org) by deluge.umist.ac.uk with esmtp (Exim 4.24) id 1A7gh7-00007C-8H for ports@freebsd.org; Thu, 09 Oct 2003 20:43:29 +0100 Received: from black.lewiz.org ([192.168.0.12]) by mail.lewiz.org with smtp (Exim 4.22) id 1A7ggw-0006LU-Be for ports@freebsd.org; Thu, 09 Oct 2003 20:43:18 +0100 Received: (nullmailer pid 29662 invoked by uid 4001); Thu, 09 Oct 2003 19:43:22 -0000 Date: Thu, 9 Oct 2003 20:43:22 +0100 From: Lewis Thompson To: ports@freebsd.org Message-ID: <20031009194322.GC587@lewiz.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5QAgd0e35j3NYeGe" Content-Disposition: inline X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.westwood.karoo.net/pgpkey / horowitz.surfnet.nl User-Agent: Mutt/1.5.4i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: x11-toolkits/gail patch fail. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 19:43:35 -0000 --5QAgd0e35j3NYeGe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Trying to compile gnome2 I get the following: =3D=3D=3D> gnomeapplets2-2.4.1_1 depends on shared library: gailutil.17 - not found =3D=3D=3D> Verifying install for gailutil.17 in /usr/ports/x11-toolkits/gail =3D=3D=3D> Patching for gail-1.4.1 =3D=3D=3D> Applying FreeBSD patches for gail-1.4.1 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to configure.rej >> Patch patch-configure failed to apply cleanly. *** Error code 1 Thanks very much, -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jab:lewiz@jabber.org | url:http://lewiz.net |- --5QAgd0e35j3NYeGe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hbpaItq0KFQv7T8RAm7wAKDucCU4lBTuA1iYBbfBG3q+35XGUgCgmwHZ C1FmMNHhizGjBxgoYcghe9c= =tCnS -----END PGP SIGNATURE----- --5QAgd0e35j3NYeGe-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 13:50:51 2003 Return-Path: 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 7BEA316A4B3 for ; Thu, 9 Oct 2003 13:50:51 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id BD92943FA3 for ; Thu, 9 Oct 2003 13:50:50 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 77977 invoked by uid 1252); 9 Oct 2003 20:50:50 -0000 Date: 9 Oct 2003 16:50:50 -0400 Date: Thu, 9 Oct 2003 16:50:50 -0400 From: Adam Weinberger To: Lewis Thompson Message-ID: <20031009205050.GO96543@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Lewis Thompson , ports@freebsd.org References: <20031009194322.GC587@lewiz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009194322.GC587@lewiz.org> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: x11-toolkits/gail patch fail. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 20:50:51 -0000 >> (10.09.2003 @ 1543 PST): Lewis Thompson said, in 1.1K: << > Hi, > > Trying to compile gnome2 I get the following: > > ===> gnomeapplets2-2.4.1_1 depends on shared library: gailutil.17 - > not found > ===> Verifying install for gailutil.17 in > /usr/ports/x11-toolkits/gail > ===> Patching for gail-1.4.1 > ===> Applying FreeBSD patches for gail-1.4.1 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to configure.rej > >> Patch patch-configure failed to apply cleanly. > *** Error code 1 >> end of "x11-toolkits/gail patch fail." from Lewis Thompson << Run "make clean" in /usr/ports/x11/gnomeapplets2 and try again. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 13:57:17 2003 Return-Path: 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 50F5516A4B3 for ; Thu, 9 Oct 2003 13:57:17 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C21C43FE1 for ; Thu, 9 Oct 2003 13:57:16 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 78704 invoked by uid 1252); 9 Oct 2003 20:57:16 -0000 Date: 9 Oct 2003 16:57:16 -0400 Date: Thu, 9 Oct 2003 16:57:16 -0400 From: Adam Weinberger To: Lewis Thompson , ports@freebsd.org Message-ID: <20031009205716.GQ96543@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Lewis Thompson , ports@freebsd.org References: <20031009194322.GC587@lewiz.org> <20031009205050.GO96543@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009205050.GO96543@toxic.magnesium.net> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i Subject: Re: x11-toolkits/gail patch fail. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 20:57:17 -0000 >> (10.09.2003 @ 1650 PST): Adam Weinberger said, in 1.1K: << > >> (10.09.2003 @ 1543 PST): Lewis Thompson said, in 1.1K: << > > Hi, > > > > Trying to compile gnome2 I get the following: > > > > ===> gnomeapplets2-2.4.1_1 depends on shared library: gailutil.17 - > > not found > > ===> Verifying install for gailutil.17 in > > /usr/ports/x11-toolkits/gail > > ===> Patching for gail-1.4.1 > > ===> Applying FreeBSD patches for gail-1.4.1 > > Ignoring previously applied (or reversed) patch. > > 1 out of 1 hunks ignored--saving rejects to configure.rej > > >> Patch patch-configure failed to apply cleanly. > > *** Error code 1 > >> end of "x11-toolkits/gail patch fail." from Lewis Thompson << > > Run "make clean" in /usr/ports/x11/gnomeapplets2 and try again. >> end of "Re: x11-toolkits/gail patch fail." from Adam Weinberger << Oh, wait, no. There was a patch that I forgot to remove. Marcus fixed it... if you re-cvsup and try again, it should work for you. Sorry about that! # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 15:25:39 2003 Return-Path: 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 5A8EF16A4B3 for ; Thu, 9 Oct 2003 15:25:39 -0700 (PDT) Received: from topaz.uk-dns.net (topaz.uk-dns.net [64.46.100.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58D3343FE1 for ; Thu, 9 Oct 2003 15:25:38 -0700 (PDT) (envelope-from dean@somepeople.net) Received: from public1-char1-6-cust17.cosh.broadband.ntl.com ([81.100.107.17] helo=somepeople.net) by topaz.uk-dns.net with asmtp (Exim 4.22) id 1A7jDx-0005js-Gf for freebsd-ports@freebsd.org; Thu, 09 Oct 2003 23:25:33 +0100 Message-ID: <3F85E073.8020001@somepeople.net> Date: Thu, 09 Oct 2003 23:25:55 +0100 From: Dean Owen Organization: Somepeople User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030616 Thunderbird/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - topaz.uk-dns.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - somepeople.net Subject: mod_php4 and sablot.69 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dean@somepeople.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 22:25:39 -0000 Hi, I'm new to the list and FreeBSD in general. I am trying to install mod_php using the ports collection on FreeBSD 4.8-RELEASE I have installed Apache2, and mySQL. All went without a hitch. When I do # make install in /usr/ports/www/mod_php4 And it stops with Error code 1, error text follows - Error: shared library "sablot.69" does not exist I tried command # make clean in /usr/ports/textproc/sablotron Then make install again in mod_php4, it seems to work then tells me I need to define -DFORCE_PKG_REGISTER in my environment or in the make line. So I try # make -DFORCE_PKG_REGISTER install and we get back to the same sablot.69 error :( After searching the list, I found this entry http://lists.freebsd.org/pipermail/freebsd-ports/2003-April/000422.html it mentions replacing sablot.69 with sablot.70 . However, no hints on how/where to do this. Would anyone have any links/advice on how to get round this? thanks. Dean Owen From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 15:26:15 2003 Return-Path: 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 EA45B16A4B3; Thu, 9 Oct 2003 15:26:15 -0700 (PDT) Received: from proxy.ciberbit.pt (a213-22-99-231.netcabo.pt [213.22.99.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291D943F75; Thu, 9 Oct 2003 15:26:14 -0700 (PDT) (envelope-from pbeck@ciberbit.pt) Received: from ciberbit.pt (host19 [192.168.200.19]) by proxy.ciberbit.pt (8.11.6/8.11.6) with ESMTP id h99NJKl19222; Thu, 9 Oct 2003 23:19:25 GMT Message-ID: <3F85E074.6020304@ciberbit.pt> Date: Thu, 09 Oct 2003 23:25:56 +0100 From: Pedro Beck Gomes da Costa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lewis References: <3F84C702.8080304@ciberbit.pt> <20031009144153.GC96036@misty.eyesbeyond.com> In-Reply-To: <20031009144153.GC96036@misty.eyesbeyond.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: java@freebsd.org Subject: Re: FreeBSD Port: eclipse-2.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 22:26:16 -0000 I was able to build it without any error on the day after... I dont understand why.... Maybe because I update my ports collection every night with 'cvsup' and 'portsdb' and maybe that corrected some error on my ports database. But now, when I try to run eclipse on my FreeBSD 4.8RELEASE, with Diablo-jdk1.3.1 I get : java.lang.UnsatisfiedLinkError: /usr/local/eclipse/plugins/org.eclipse.swt.gtk_2.1.1/os/freebsd/x86/libswt-pi-gtk-2135.so: /usr/local/lib/libgthread-2.0.so.200: Undefined symbol "pthread_attr_destroy" at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1290) at java.lang.Runtime.loadLibrary0(Runtime.java:749) at java.lang.System.loadLibrary(System.java:820) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:108) at org.eclipse.swt.internal.gtk.OS.(OS.java:18) at org.eclipse.swt.widgets.Display.create(Display.java:469) at org.eclipse.swt.graphics.Device.(Device.java:111) at org.eclipse.swt.widgets.Display.(Display.java:303) at org.eclipse.swt.widgets.Display.(Display.java:299) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:468) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) I'm desperated!!! I need Eclipse to work... I was using Slackware Linux for a long time until I convinced myself to use FreeBSD :) Can you give me a clue on how to solve this? Thanks in advance... Pedro Costa Greg Lewis wrote: >On Thu, Oct 09, 2003 at 03:25:06AM +0100, Pedro Beck Gomes da Costa wrote: > > >>I tried to build Eclipse-2.1.1 using the Diablo-jdk1.3.1 and it fails.... >>The port documentation refers to jdk13 port...., but having the official >>binary package I dont want to download the JDK1.3 code by hand , patch >>it and build a jdk to be able to build Java Ports... >>We cant build the port using the official FreeBSD 1.3.1 Binary JDK ???? >>For someone like me, recently arrived from Slackware Linux, this is very >>strange. >> >> > >What is the error you get? > > > From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 15:28:48 2003 Return-Path: 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 0E0A616A4BF for ; Thu, 9 Oct 2003 15:28:48 -0700 (PDT) Received: from arbornet.org (m-net.arbornet.org [209.142.209.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83BEE43FB1 for ; Thu, 9 Oct 2003 15:28:46 -0700 (PDT) (envelope-from nunotex@m-net.arbornet.org) Received: from m-net.arbornet.org (localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.11.2) with ESMTP id h99MTeC5082151 for ; Thu, 9 Oct 2003 18:29:40 -0400 (EDT) (envelope-from nunotex@m-net.arbornet.org) Received: (from nunotex@localhost) by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id h99MTdkE082142 for freebsd-ports@freebsd.org; Thu, 9 Oct 2003 18:29:39 -0400 (EDT) Date: Thu, 9 Oct 2003 18:29:34 -0400 From: Nuno Teixeira To: freebsd-ports@freebsd.org Message-ID: <20031009182934.A82045@m-net.arbornet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Operating-System: FreeBSD 5.1-RELEASE-p8 X-Spam-Status: No, hits=-6.4 required=5.0 tests=USER_AGENT_MUTT autolearn=ham version=2.52 X-Spam-Checker-Version: SpamAssassin 2.52 (1.174.2.8-2003-03-24-exp) Subject: diablo-jre and libintl.so.4 problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 22:28:48 -0000 Hello to all, I'm using FreeBSD 5.1-p8 and I'm trying to install diablo-jre plugin in mozilla and firebird. I deinstall all packages that I have with `pkg_delete -a` and install everything again from ports with portupgrade. When I run mozilla or firebird I get the error: LoadPlugin: failed to initialize shared library /usr/local/diablo-jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so [Shared object "libintl.so.4" not found] If I reinstall everything the same error happens. Does anyone know how to correct this problem? I used to have the same problem with graphics/gview, but is was solved when I reinstall everything. Thanks very much, Nuno Teixeira -- /* PGP fingerprint: C6D1 06ED EB54 A99C 6B14 6732 0A5D 810D 727D F6C6 */ From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 15:59:14 2003 Return-Path: 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 3CEAA16A4B3 for ; Thu, 9 Oct 2003 15:59:14 -0700 (PDT) Received: from mail2.dbitech.ca (radius.wavefire.com [64.141.13.252]) by mx1.FreeBSD.org (Postfix) with SMTP id 2EB6243F3F for ; Thu, 9 Oct 2003 15:59:10 -0700 (PDT) (envelope-from archeron@wavefire.com) Received: (qmail 19068 invoked from network); 9 Oct 2003 23:21:44 -0000 Received: from archeron.wavefire.com (archeron@archero@64.141.15.246) by radius.wavefire.com with SMTP; 9 Oct 2003 23:21:44 -0000 From: Wade Klaver To: freebsd-ports@freebsd.org Date: Thu, 9 Oct 2003 15:59:06 -0700 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310091559.06616.archeron@wavefire.com> Subject: error building net/openldap21-server WITH_ODBC X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: archeron@wavefire.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 22:59:14 -0000 Hello folks, I encountered the following error building the the port net/openldap21-server with the flag WITH_ODBC set. Unfortunately, my libtool know-how is very limited. Thanks in advance. -Wade [root@archeron openldap21-server]# uname -a FreeBSD archeron.wavefire.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Wed Sep 17 10:44:47 PDT 2003 root@archeron.wavefire.com:/usr/obj/usr/src/sys/WORKSTATION i386 bash-2.05# pwd /usr/ports/net/openldap21-server bash-2.05# set WITH_ODBC=yes bash-2.05# make all ===> Building for openldap-server-2.1.22 . . . added backend library back-sql/libback_sql.a -rw-r--r-- 1 root wheel 605410 Oct 9 15:56 libbackends.a /bin/sh /usr/local/libexec/libtool14/libtool --mode=link cc -O2 -pipe -L/usr/local/lib -o slapd main.o daemon.o connection.o search.o filter.o add.o cr.o attr.o entry.o config.o backend.o result.o operation.o dn.o compare.o modify.o delete.o modrdn.o ch_malloc.o value.o ava.o bind.o unbind.o abandon.o filterentry.o phonetic.o acl.o str2filter.o aclparse.o init.o user.o repl.o lock.o controls.o extended.o kerberos.o passwd.o schema.o schema_check.o schema_init.o schema_prep.o schemaparse.o ad.o at.o mr.o syntax.o oc.o saslauthz.o oidm.o starttls.o index.o sets.o referral.o root_dse.o sasl.o module.o mra.o mods.o limits.o backglue.o operational.o matchedValues.o cancel.o version.o libbackends.a ../../libraries/libavl/libavl.a ../../libraries/libldbm/libldbm.a ../../libraries/liblunicode/liblunicode.a ../../libraries/librewrite/librewrite.a ../../libraries/libldif/libldif.a ../../libraries/liblutil/liblutil.a ../../libraries/libldap_r/libldap_r.la ../../libraries/liblber/liblber.la -liodbc -lssl -lcrypto -lfetch -lcom_err -ldb41 -pthread -lwrap libtool: link: cannot find the library `' *** Error code 1 Stop in /usr/ports/net/openldap21-server/work/openldap-2.1.22/servers/slapd. *** Error code 1 Stop in /usr/ports/net/openldap21-server/work/openldap-2.1.22/servers. *** Error code 1 Stop in /usr/ports/net/openldap21-server/work/openldap-2.1.22. *** Error code 1 Stop in /usr/ports/net/openldap21-server. bash-2.05# -- Wade Klaver Wavefire Technologies Corporation GPG Public Key at http://archeron.wavefire.com /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 16:56:09 2003 Return-Path: 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 B099316A4B3 for ; Thu, 9 Oct 2003 16:56:09 -0700 (PDT) Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id D233843F93 for ; Thu, 9 Oct 2003 16:56:06 -0700 (PDT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by rastaban.dandy.net (8.12.10/8.12.6) with ESMTP id h99Nu6xP024175 for ; Thu, 9 Oct 2003 19:56:06 -0400 Date: Thu, 9 Oct 2003 19:56:06 -0400 (EDT) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: ports@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: cvsupit-3.1 is broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 23:56:09 -0000 I just installed 5.1 release. I receive the following message (cvsupit-3.1 is marked as broken: Does not build.) when I attempt to run make in the directory /usr/ports/net/cvsupit. Is there a way to fix this? I tried running make clean, but that didn't fix it. Thanks in advance please reply to this address From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 17:20:32 2003 Return-Path: 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 7583616A4B3 for ; Thu, 9 Oct 2003 17:20:32 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 3C3C743FD7 for ; Thu, 9 Oct 2003 17:20:31 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 99216 invoked by uid 1252); 10 Oct 2003 00:20:31 -0000 Date: 9 Oct 2003 20:20:31 -0400 Date: Thu, 9 Oct 2003 20:20:31 -0400 From: Adam Weinberger To: andy@neu.net Message-ID: <20031010002031.GV96543@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , andy@neu.net, ports@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: ports@FreeBSD.org Subject: Re: cvsupit-3.1 is broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 00:20:32 -0000 >> (10.09.2003 @ 1956 PST): andy@neu.net said, in 0.5K: << > I just installed 5.1 release. I receive the following message (cvsupit-3.1 > is marked as broken: Does not build.) when I attempt to run make in the directory > /usr/ports/net/cvsupit. Is there a way to fix this? I tried > running make clean, but that didn't fix it. >> end of "cvsupit-3.1 is broken" from andy@neu.net << If something is marked as broken, it was intentionally set that way by a committer. cvsupit was removed from the ports tree on 7 August because it wouldn't build. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 17:21:53 2003 Return-Path: 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 3CC8F16A4B3 for ; Thu, 9 Oct 2003 17:21:53 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8C443F75 for ; Thu, 9 Oct 2003 17:21:50 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D54D366E31; Thu, 9 Oct 2003 17:21:36 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id AE27AA2B; Thu, 9 Oct 2003 17:21:36 -0700 (PDT) Date: Thu, 9 Oct 2003 17:21:36 -0700 From: Kris Kennaway To: andy@neu.net Message-ID: <20031010002136.GA10509@rot13.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: cvsupit-3.1 is broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 00:21:53 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 09, 2003 at 07:56:06PM -0400, andy@neu.net wrote: > I just installed 5.1 release. I receive the following message (cvsupit-3.1 > is marked as broken: Does not build.) when I attempt to run make in the directory > /usr/ports/net/cvsupit. Is there a way to fix this? I tried > running make clean, but that didn't fix it. cvsupit was removed from the ports collection 2 months ago because no-one was willing to fix it. Follow the directions in the handbook for setting up cvsup. Kris --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hfuQWry0BWjoQKURAiv6AJ93q+JKlub3IT8fgu5qEq+1ShOa5ACeOjGI oKQvPQ+Ol2kt+AWcwXGIkng= =/1YJ -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 18:29:04 2003 Return-Path: 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 17D6116A4B3 for ; Thu, 9 Oct 2003 18:29:03 -0700 (PDT) Received: from lakemtao01.cox.net (lakemtao01.cox.net [68.1.17.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC5243FAF for ; Thu, 9 Oct 2003 18:29:02 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: from mail.halplant.com ([68.98.153.175]) by lakemtao01.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031010012900.OQTE7826.lakemtao01.cox.net@mail.halplant.com> for ; Thu, 9 Oct 2003 21:29:00 -0400 Received: by mail.halplant.com (Postfix, from userid 1001) id 911711A; Thu, 9 Oct 2003 21:29:00 -0400 (EDT) Date: Thu, 9 Oct 2003 21:29:00 -0400 From: Andrew J Caines To: freebsd-ports@freebsd.org Message-ID: <20031010012900.GD30185@hal9000.halplant.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20031009182934.A82045@m-net.arbornet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009182934.A82045@m-net.arbornet.org> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.9-PRERELEASE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 Importance: Normal X-ICQ: 283813972 User-Agent: Mutt/1.5.4i Subject: Re: diablo-jre and libintl.so.4 problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 01:29:04 -0000 Nuno, > I'm using FreeBSD 5.1-p8 and I'm trying to install diablo-jre plugin in > mozilla and firebird. AOL, but STABLE in my case. > LoadPlugin: failed to initialize shared library > /usr/local/diablo-jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so > [Shared object "libintl.so.4" not found] > If I reinstall everything the same error happens. The diablo-jre1.3.1 port downloads a pre-built JRE distribution due to licensing issues with this lib linked against libintl.so.4. > Does anyone know how to correct this problem? Temporarily you can fudge it by linking libintl.so.5 to libintl.so.4, but in the longer term I hope we'll have a new native JRE for 4.9. > I used to have the same problem with graphics/gview, but is was solved > when I reinstall everything. That was probably the simpler case of rebuilding from source and linking to the current version of the lib. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 19:26:33 2003 Return-Path: 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 A581A16A4B3 for ; Thu, 9 Oct 2003 19:26:33 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61FB43FCB for ; Thu, 9 Oct 2003 19:26:27 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080af63.dip.t-dialin.net ([80.128.175.99] helo=fillmore-labs.com ident=or1685pcuocx63ws) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A7myv-000LMJ-Dm for ports@FreeBSD.org; Fri, 10 Oct 2003 04:26:17 +0200 Message-ID: <3F8618C1.6050602@fillmore-labs.com> Date: Fri, 10 Oct 2003 04:26:09 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: FreeBSD ports Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com Subject: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 02:26:33 -0000 Hi all, now that we have support for CONFLICTS checking, it is time to actually use it. I planned to make this my next mega-PR, but in the current form it is to bulky. Perhaps Kato-san will whip up a few patches :-) The work isn't finished yet, but I thought it might be of interest. Basically you have the maintainer, a list of ports with conflicts (with a sample conflicting file) and a suggested CONFLICTS line (which may be stupid, because the current algorithm is not very smart). Perhaps I rewrite the script to work on packages and/or produce linked html pages. In any case, there are a few surprises in the list: 3d@FreeBSD.org - graphics/utah-glx conflicts with graphics/Mesa3, graphics/mesagl, x11/XFree86-4-libraries common files: lib/libGLU.so, lib/libglut.so CONFLICTS= Mesa-3.4.* Mesa-5.0.* XFree86-libraries-4.3.* ache@FreeBSD.org - archivers/rar conflicts with archivers/unrar common files: bin/unrar CONFLICTS= unrar-3.* - archivers/unrar conflicts with archivers/rar common files: bin/unrar CONFLICTS= rar-3.* - ftp/wu-ftpd conflicts with ftp/muddleftpd, ftp/proftpd, ftp/wu-ftpd+ipv6 common files: bin/ftpwho, sbin/ftpshut, sbin/privatepw CONFLICTS= muddleftpd-1.3.* proftpd-1.2.* wu-ftpd+ipv6-2.6.* - news/tin conflicts with textproc/urlview common files: bin/url_handler.sh CONFLICTS= urlview-0.* - www/apache13 conflicts with russian/apache13, russian/apache13-modssl, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/apache2, www/caudium-devel, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd, sbin/suexec CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-2.0.* apache_fp-1.3.* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* - www/lynx-current conflicts with japanese/lynx, japanese/lynx-current, www/lynx common files: bin/lynx CONFLICTS= ja-lynx-2.8.* lynx-2.8.4.1d - www/mnogosearch conflicts with www/udmsearch common files: bin/udm-config CONFLICTS= udmsearch-3.0.* adam-ports@blacktabby.org - games/freeciv conflicts with games/freeciv-gtk common files: bin/civserver CONFLICTS= freeciv-gtk-1.14.* - games/freeciv-gtk conflicts with games/freeciv common files: bin/civserver CONFLICTS= freeciv-1.14.* adam@whizkidtech.net - devel/fastcrc conflicts with lang/f77 common files: bin/fc CONFLICTS= f77-0.* adamw@FreeBSD.org - lang/dice conflicts with devel/dmake, devel/prototype, irc/dcc common files: bin/dcc, bin/dmake, bin/makeproto CONFLICTS= dcc-2.5.* dmake-4.* prototype-1.* ade@FreeBSD.org - devel/libltdl conflicts with dns/posadis, net/freeradius, net/gnunet common files: lib/libltdl.so.4 CONFLICTS= freeradius-0.8.* gnunet-0.6.* posadis-0.60.* adrian@FreeBSD.org - benchmarks/polygraph conflicts with databases/tinycdb, misc/lr, misc/moviedb, sysutils/ltrace common files: bin/cdb, bin/lr, bin/ltrace CONFLICTS= lr-2.* ltrace-0.3.* moviedb-3.* tinycdb-0.* - www/squid conflicts with www/squid24 common files: sbin/squid CONFLICTS= squid-2.4_10 - www/squid24 conflicts with www/squid common files: sbin/squid CONFLICTS= squid-2.5_4 amakawa@jp.FreeBSD.org - cad/cider conflicts with cad/spice common files: bin/spice3 CONFLICTS= spice-3f5.* anders@andersa.net - irc/ircII conflicts with irc/irc, japanese/ircII common files: bin/irc, bin/wserv CONFLICTS= irc-2.10.* ja-ircii-2.8.* anders@FreeBSD.org - www/thttpd conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/caudium-devel, www/caudium10, www/caudium12 common files: bin/htpasswd CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-1.3.* apache_fp-1.3.* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* andrew@ids.pl - devel/icu2 conflicts with devel/icu common files: sbin/gentz CONFLICTS= icu-1.* andrew@ugh.net.au - mail/newmail conflicts with korean/elm, mail/elm, mail/elm+ME common files: bin/newmail CONFLICTS= elm+ME-2.4.* elm-2.5.* ko-elm-2.4h4.* anholt@freebsd.org - devel/imake-4 conflicts with devel/imake, x11/XFree86, x11/dgs common files: bin/pswrap, bin/xmkmf CONFLICTS= XFree86-3.3.* dgs-0.5.* imake-1.* - graphics/dri-devel conflicts with x11-servers/XFree86-4-Server, x11-servers/XFree86-4-Server-snap, x11/XFree86-4-libraries, x11/nvidia-driver common files: bin/XFree86, lib/libGL.so.1, lib/libGLU.so.1 CONFLICTS= XFree86-Server-4.3.* XFree86-libraries-4.3.* nvidia-driver-1.0.* - x11-servers/XFree86-4-FontServer conflicts with x11/XFree86 common files: bin/xfs CONFLICTS= XFree86-3.3.* - x11-servers/XFree86-4-NestServer conflicts with x11/XFree86 common files: bin/Xnest CONFLICTS= XFree86-3.3.* - x11-servers/XFree86-4-PrintServer conflicts with x11/XFree86 common files: bin/Xprt CONFLICTS= XFree86-3.3.* - x11-servers/XFree86-4-Server conflicts with graphics/dri-devel, x11-servers/XFree86-4-Server-snap, x11/XFree86 common files: bin/XFree86, bin/xf86config CONFLICTS= XFree86-3.3.* XFree86-Server-4.3.99.12_2 dri-devel-* - x11-servers/XFree86-4-Server-snap conflicts with graphics/dri-devel, x11-servers/XFree86-4-Server, x11/XFree86 common files: bin/XFree86, bin/xf86config CONFLICTS= XFree86-3.3.* XFree86-Server-4.3.0_11 dri-devel-* - x11-servers/XFree86-4-VirtualFramebufferServer conflicts with x11/XFree86 common files: bin/Xvfb CONFLICTS= XFree86-3.3.* - x11/XFree86-4-clients conflicts with graphics/xpm, korean/hanterm-xf86, x11/XFree86, x11/XFree86-contrib, x11/dgs common files: bin/sxpm, bin/texteroids, bin/uxterm, bin/xmessage, bin/xwud CONFLICTS= XFree86-3.3.* XFree86-contrib-3.3.* dgs-0.5.* ko-hanterm-xf-2.0.* xpm-3.* - x11/XFree86-4-libraries conflicts with graphics/dri-devel, graphics/utah-glx, graphics/xpm, x11-toolkits/xrender, x11/XFree86, x11/dgs, x11/nvidia-driver common files: lib/libGL.so.1, lib/libGLU.so, lib/libGLU.so.1, lib/libXpm.so.4, lib/libXrender.so.1, lib/libpsres.so, lib/libxkbui.a CONFLICTS= XFree86-3.3.* dgs-0.5.* dri-devel-* nvidia-driver-1.0.* utah-glx-0.9.* xpm-3.* xrender-0.8.* anton@chelcom.ru - russian/tac+ia conflicts with net/tac_plus-libradius, net/tac_plus4 common files: sbin/tac_plus CONFLICTS= tac_plus-F4.0.* tac_plus-libradius-5.0.* - security/drweb-sendmail conflicts with security/drweb-postfix common files: sbin/drwebdc CONFLICTS= drweb_postfix-4.29.* anton@urc.ac.ru - math/matrix conflicts with graphics/nurbs++ common files: lib/libmatrix.so CONFLICTS= nurbs++-3.0.* - mbone/rat30 conflicts with mbone/rat30 common files: bin/rat30 CONFLICTS= rat-3.0.35 aquatique@rusunix.org - net/bpft conflicts with net/trafd common files: bin/trafstop CONFLICTS= trafd-3.0.* - net/silc-client conflicts with net/silc-server common files: lib/libsilc.so CONFLICTS= silc-server-0.9.* archie@freebsd.org - net/suckblow conflicts with news/suck common files: bin/suck CONFLICTS= suck-4.3.* arun@sharmas.dhs.org - devel/ngpt conflicts with devel/pth common files: bin/pthread-config CONFLICTS= pth-2.0.* autrijus@autrijus.org - devel/p5-PAR conflicts with science/oases, security/nss common files: bin/pp CONFLICTS= nss-3.* oases-2.* avatar@mmlab.cse.yzu.edu.tw - chinese/pine4 conflicts with editors/pico, hebrew/pine, mail/pine4 common files: bin/pico, bin/pine CONFLICTS= iw-pine-4.44.* pico-4.* pine-4.* avleeuwen@piwebs.com - www/opera conflicts with www/linux-opera common files: bin/opera CONFLICTS= linux-opera-7.11.* aw1@stade.co.uk - textproc/textutils conflicts with graphics/graphviz common files: bin/gpr CONFLICTS= graphviz-1.* barner@gmx.de - games/gnmm conflicts with audio/gqradio, irc/lostirc, korean/ami, mail/sylpheed, sysutils/gtk-imonc, sysutils/xcdroast common files: lib/charset.alias CONFLICTS= gqradio-0.99.* gtk-imonc-0.4.* ko-ami-1.2.* lostirc-0.2.* sylpheed-0.9.* xcdroast-0.98.* baro@pps.jussieu.fr - print/rubber conflicts with textproc/rubber common files: bin/rubber-info CONFLICTS= rubber-0.99.6 bdodson@scms.utmb.edu - biology/nab conflicts with graphics/gts common files: bin/transform CONFLICTS= gts-0.7.* benno@netizen.com.au - textproc/sgmltools conflicts with textproc/sgmltools-lite common files: bin/sgmlwhich CONFLICTS= sgmltools-lite-3.0.* - textproc/sgmltools-lite conflicts with textproc/sgmltools common files: bin/sgmlwhich CONFLICTS= sgmltools-2.0.* bgingery@gtcs.com - www/chimera2 conflicts with japanese/chimera, www/chimera common files: bin/chimera CONFLICTS= chimera-1.* ja-chimera-1.* bifrost@kizmiaz.dis.org - graphics/quickpics conflicts with print/pclprint common files: bin/qp CONFLICTS= pclprint-1.* billf@FreeBSD.org - irc/bnc conflicts with irc/dancer-ircd, irc/ircd-hybrid, lang/expect common files: bin/mkpasswd CONFLICTS= dancer-ircd-1.0.* expect-5.38.* ircd-hybrid-6.3.* blaz@si.FreeBSD.org - security/amavisd-new conflicts with security/amavis-perl, security/amavisd common files: sbin/amavis, sbin/amavisd CONFLICTS= amavis-perl-* amavisd-0.* bmc@clapper.org - graphics/tgif conflicts with graphics/tgif-nls common files: bin/tgif CONFLICTS= tgif-nls-4.1.* bms@FreeBSD.org - security/opensc conflicts with security/opensc-esteid common files: lib/libscrandom.a CONFLICTS= opensc-esteid-0.7.* boris@brooknet.com.au - palm/synce-librapi2 conflicts with net/clusterit common files: bin/prm CONFLICTS= clusterit-2.* bra@fsn.hu - ftp/jigdo conflicts with net/linux-jigdo common files: bin/jigdo-mirror CONFLICTS= linux-jigdo-0.6.* brian@FreeBSD.org - net/freeradius conflicts with devel/libltdl, dns/posadis, net/gnu-radius, net/gnunet, net/openradius, net/radiusd-cistron common files: lib/libltdl.so.4, sbin/radiusd CONFLICTS= gnu-radius-1.* gnunet-0.6.* libltdl-1.* openradius-0.9.* posadis-0.60.* radiusd-cistron-1.6.* brian@quynh-and-brian.org - textproc/spell conflicts with textproc/ispell common files: bin/spell CONFLICTS= ispell-3.2.* brian@shadowcom.net - net/citadel conflicts with converters/base64, math/unixstat, sysutils/userlist common files: bin/base64, bin/stats, bin/userlist CONFLICTS= base64-1.* unixstat-5.* userlist-0.* brooks@FreeBSD.org - misc/chef conflicts with misc/talkfilters common files: bin/chef CONFLICTS= talkfilters-2.* candy@kgc.co.jp - games/oneko conflicts with games/oneko-sakura common files: bin/oneko CONFLICTS= oneko-sakura5-1.* chein@freebsd.org - multimedia/camserv conflicts with games/xgospel common files: bin/relay CONFLICTS= xgospel-1.* chip@chocobo.cx - mail/cmail conflicts with games/xboard common files: bin/cmail CONFLICTS= xboard-4.2.* citric@cubicone.tmetic.com - lang/spidermonkey conflicts with lang/njs common files: bin/js CONFLICTS= njs-0.2.* cjh@FreeBSD.org - audio/splay conflicts with audio/mp3blaster common files: bin/splay CONFLICTS= mp3blaster-3.1.* - korean/ami conflicts with audio/gqradio, games/gnmm, irc/lostirc, mail/sylpheed, sysutils/gtk-imonc, sysutils/xcdroast common files: lib/charset.alias CONFLICTS= gnmm-0.1.* gqradio-0.99.* gtk-imonc-0.4.* lostirc-0.2.* sylpheed-0.9.* xcdroast-0.98.* - korean/elm conflicts with mail/elm, mail/elm+ME, mail/newmail, science/at common files: bin/filter, bin/newmail, bin/readmsg, lib/elmrc-info CONFLICTS= at-1.* elm+ME-2.4.* elm-2.5.* newmail-1.0.* - korean/hanemacs conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/helvis common files: bin/ctags, bin/emacsclient, bin/rcs-checkin CONFLICTS= emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - korean/hanterm conflicts with korean/hanterm-xf86 common files: bin/hanterm CONFLICTS= ko-hanterm-xf-2.0.* - korean/hanterm-xf86 conflicts with korean/hanterm, x11/XFree86, x11/XFree86-4-clients common files: bin/hanterm, bin/resize, bin/uxterm CONFLICTS= XFree86-3.3.* XFree86-clients-4.3.* ko-hanterm-3.1.* - korean/helvis conflicts with chinese/xemacs, chinese/xemacs21, editors/elvis, editors/emacs, editors/emacs20, editors/emacs21, editors/hexpert, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, japanese/hex, korean/hanemacs common files: bin/ctags, bin/elvprsv, bin/hex, bin/ref CONFLICTS= elvis-2.1.* emacs-19.* emacs-20.* emacs-21.* hexpert-2.4.* ja-elvis-1.8.* ja-hex-2.* ko-hanemacs-19.34b.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - korean/linuxdoc-sgml conflicts with textproc/sgmls common files: bin/sgmlsasp CONFLICTS= sgmls-1.1.* - korean/mkisofs conflicts with chinese/mkisofs common files: bin/isovfy CONFLICTS= zh-mkisofs-1.* - net/ztelnet conflicts with comms/zssh common files: bin/ztelnet CONFLICTS= zssh-1.* - print/cjk-lyx conflicts with japanese/lyx, print/lyx common files: bin/reLyX CONFLICTS= ja-lyx-1.0.* lyx-1.3.* coda@cs.cmu.edu - net/coda5_client conflicts with databases/rdb, net/coda5_server, net/coda6_client, net/coda6_server, security/cfs common files: bin/cpasswd, bin/repair, sbin/coda-setup-ports, sbin/codaconfedit, sbin/vutil CONFLICTS= cfs-1.4.* coda-client-6.0.* coda-server-5.3.* coda-server-6.0.* rdb-2.* - net/coda5_server conflicts with net/coda5_client, net/coda6_client, net/coda6_server common files: sbin/coda-setup-ports, sbin/volutil CONFLICTS= coda-client-5.3.* coda-client-6.0.* coda-server-6.0.* cr@jcmax.com - converters/tnef conflicts with mail/mailscanner common files: bin/tnef CONFLICTS= mailscanner-4.22.* cthulhu@cthulhu.ru - graphics/gqview-devel conflicts with graphics/gqview common files: bin/gqview CONFLICTS= gqview-1.2.* cy@FreeBSD.org - comms/conserver conflicts with comms/conserver-com common files: sbin/conserver CONFLICTS= conserver-com-7.2.* - net/ntp conflicts with net/ntp-devel common files: bin/tickadj CONFLICTS= ntp-4.1.80.r1 - net/ntp-devel conflicts with net/ntp common files: bin/tickadj CONFLICTS= ntp-4.1.1c.r3 - security/krb5 conflicts with net/SSLtelnet, security/heimdal, security/srp common files: bin/telnet, sbin/ktutil, sbin/telnetd CONFLICTS= SSLtelnet-0.* heimdal-0.* srp-1.7.* - security/tripwire-131 conflicts with biology/emboss, security/tripwire12 common files: bin/siggen, bin/tripwire CONFLICTS= emboss-2.4.* tripwire-1.2 - x11-wm/fvwm2 conflicts with x11-wm/fvwm, x11-wm/fvwm2-devel, x11-wm/fvwm2-i18n, x11-wm/fvwm95, x11-wm/fvwm95-i18n common files: bin/FvwmCommand, bin/xpmroot CONFLICTS= fvwm-1.* fvwm-2.5.* fvwm2-i18n-2.* fvwm95-2.0.* fvwm95-i18n-2.0.* - x11-wm/fvwm2-devel conflicts with x11-wm/fvwm, x11-wm/fvwm2, x11-wm/fvwm2-i18n, x11-wm/fvwm95, x11-wm/fvwm95-i18n common files: bin/FvwmCommand, bin/xpmroot CONFLICTS= fvwm-1.* fvwm-2.4.* fvwm2-i18n-2.* fvwm95-2.0.* fvwm95-i18n-2.0.* cyrille.lefevre@laposte.net - archivers/gzip conflicts with textproc/freegrep common files: bin/zgrep CONFLICTS= freegrep-0.* - mail/elm+ME conflicts with korean/elm, mail/elm, mail/newmail common files: bin/newmail, bin/readmsg CONFLICTS= elm-2.5.* ko-elm-2.4h4.* newmail-1.0.* - misc/sh-utils conflicts with devel/id-utils, math/gexpr common files: bin/gexpr, bin/gid CONFLICTS= gexpr-2.0.* id-utils-3.* - sysutils/fileutils conflicts with editors/thoteditor common files: bin/grm CONFLICTS= thoteditor-2.* cyrilm@tower.pp.ru - mail/crashecho conflicts with news/crashmail common files: bin/crashwrite CONFLICTS= crashmail-0.* danfe@regency.nsu.ru - games/quake2lnx conflicts with games/quake2forge common files: bin/quake2 CONFLICTS= quake2forge-0.2.* - x11/nvidia-driver conflicts with graphics/dri-devel, x11/XFree86-4-libraries common files: lib/libGL.so.1 CONFLICTS= XFree86-libraries-4.3.* dri-devel-* daniel+aputils@pelleg.org - net/ap-utils conflicts with databases/namazu2, devel/avr-gcc, sysutils/lineakd, sysutils/linneighborhood, textproc/opensp, x11-fm/xfe common files: lib/charset.alias CONFLICTS= LinNeighborhood-0.6.* OpenSP-1.* avr-gcc-3.3.* lineakd-0.4.* namazu2-2.0.* xfe-0.54.* dbader@eece.unm.edu - biology/grappa conflicts with biology/emboss common files: bin/distmat CONFLICTS= emboss-2.4.* - biology/phylip conflicts with lang/mixal common files: bin/mix CONFLICTS= mixal-1.* - misc/pbs conflicts with chinese/qterm, games/qstat, net/generic-nqs, net/libnet, net/libnet-devel common files: bin/qstat, bin/qsub, bin/qterm, lib/libnet.a CONFLICTS= Generic-NQS-3.50.* libnet-1.0.* libnet-devel-1.1.* qstat-2.5.* zh-qterm-0.2.* dburr@FreeBSD.org - games/netrek-BRMH-bin conflicts with games/netrek-COW3-bin common files: bin/netrek CONFLICTS= netrek-COW-3.00.* - games/netrek-COW3-bin conflicts with games/netrek-BRMH-bin common files: bin/netrek CONFLICTS= netrek-BRMH-2.2.* dd@FreeBSD.org - editors/nvi-devel conflicts with japanese/elvis common files: bin/view CONFLICTS= ja-elvis-1.8.* - lang/gawk conflicts with japanese/gawk common files: bin/igawk CONFLICTS= ja-gawk-3.0.* - misc/shuffle conflicts with biology/hmmer, games/evilfinder common files: bin/shuffle CONFLICTS= evilfinder-1.* hmmer-2.2.* - net/obnc conflicts with net/netcat common files: bin/nc CONFLICTS= netcat-1.* - sysutils/readlink conflicts with japanese/ptex-base, print/teTeX, print/tex common files: bin/readlink CONFLICTS= ja-ptex-base-3.1.* teTeX-2.0.* tex-3.* dds@FreeBSD.org - sysutils/prune conflicts with graphics/graphviz common files: bin/prune CONFLICTS= graphviz-1.* dean@odyssey.apana.org.au - security/fakeident conflicts with security/pidentd common files: sbin/identd CONFLICTS= pidentd-2.8.* demon@FreeBSD.org - net/clusterit conflicts with palm/synce-librapi2 common files: bin/prm CONFLICTS= synce-librapi2-0.* - print/teTeX conflicts with devel/cweb, japanese/dvipdfm, japanese/dvipsk, japanese/dvipsk-vflib, japanese/ptex, japanese/ptex-base, print/dvi2xx, print/dvips, print/latex, print/makeindex, print/tex, print/xdvik, sysutils/readlink, textproc/texi2html common files: bin/cweave, bin/dvilj4, bin/dvips, bin/ebb, bin/gsftopk, bin/latex, bin/makeindex, bin/readlink, bin/texi2html, bin/tftopl, lib/libkpathsea.a CONFLICTS= cweb-3.* dvi2xx-0.51.* dvips-5.* ja-dvipdfm-0.13.* ja-dvipsk-5.* ja-dvipsk-vflib-5.* ja-ptex-* latex2e-2001.* makeindex-3.0.* readlink-* tex-3.* texi2html-1.* xdvik-* - www/links conflicts with www/links1 common files: bin/links CONFLICTS= links-0.* - www/links1 conflicts with www/links common files: bin/links CONFLICTS= links-2.1.* - x11-wm/afterstep-stable conflicts with x11-wm/afterstep, x11-wm/afterstep-i18n common files: bin/afterstep CONFLICTS= afterstep-1.0_1 afterstep-i18n-1.* des@FreeBSD.org - databases/gnats conflicts with chinese/xemacs, databases/gnats4 common files: bin/install-sid, bin/send-pr CONFLICTS= gnats-4.* zh-xemacs-20.* dinoex@FreeBSD.org - dns/bind9-dlz conflicts with devel/skalibs, dns/bind8, dns/bind84, dns/bind9, dns/bind9-sdb-mysql, dns/host common files: bin/host, lib/libdns.a, sbin/named, sbin/rndc-confgen CONFLICTS= bind-8.3.* bind84-8.4.* bind9-9.2.* bind9-sdb-mysql-9.2.* host-* skalibs-0.* - mail/sendmail conflicts with mail/courier, mail/postfix, mail/postfix-current, mail/postfix1, mail/sendmail-old, mail/smail, mail/zmailer common files: bin/mailq, bin/rmail, sbin/sendmail CONFLICTS= courier-0.42.* postfix-1.1.* postfix-2.0.* postfix-2.0.14-* sendmail-8.11.* smail-3.2.* zmailer-2.99.* - mail/sendmail-old conflicts with mail/courier, mail/postfix, mail/postfix-current, mail/postfix1, mail/sendmail, mail/smail, mail/zmailer common files: bin/mailq, bin/rmail, sbin/sendmail CONFLICTS= courier-0.42.* postfix-1.1.* postfix-2.0.* postfix-2.0.14-* sendmail-8.12.* smail-3.2.* zmailer-2.99.* - net/radiusd-cistron conflicts with net/freeradius, net/gnu-radius, net/openradius common files: sbin/radiusd CONFLICTS= freeradius-0.8.* gnu-radius-1.* openradius-0.9.* - news/cnews conflicts with news/trn4 common files: bin/inews CONFLICTS= trn-4.0.* - news/suck conflicts with net/suckblow common files: bin/suck CONFLICTS= suckblow-1.* - security/openssh conflicts with security/openssh-portable, security/ssh, security/ssh2 common files: sbin/sshd CONFLICTS= openssh-portable-3.7.* ssh-1.2.* ssh2-3.2.* - security/openssh-portable conflicts with security/openssh, security/ssh, security/ssh2 common files: sbin/sshd CONFLICTS= openssh-3.6.* ssh-1.2.* ssh2-3.2.* - security/openssl conflicts with security/openssl-beta common files: lib/libssl.so CONFLICTS= openssl-beta-0.9.* - security/openssl-beta conflicts with security/openssl common files: lib/libssl.so CONFLICTS= openssl-0.9.* - www/apache13-modssl conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-ssl, www/apache2, www/caudium-devel, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd, sbin/suexec CONFLICTS= apache+ipv6-1.3.* apache+ssl-1.3.* apache-1.3.* apache-2.0.* apache_fp-1.3.* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* - x11-toolkits/lesstif conflicts with x11-toolkits/open-motif common files: lib/libXm.so CONFLICTS= open-motif-2.2.* dirk@FreeBSD.org - net/nsc conflicts with devel/py-ro common files: bin/nsc CONFLICTS= py23-ro-3.* dnelson@allantgroup.com - audio/sox conflicts with audio/play common files: bin/play CONFLICTS= play-1.* doc@hisio.safenet.pl - devel/mingw-bin-msvcrt conflicts with devel/mingw32-bin-msvcrt common files: bin/mingwm10.dll CONFLICTS= mingw32-bin-msvcrt-r3.1.* - devel/mingw-binutils conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-gcc, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc common files: bin/i386-mingw32msvc-c++filt, lib/libiberty.a, lib/libopcodes.a, lib/libopcodes.la CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* freelibiberty-0.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-gcc-2.95.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* - devel/mingw-gcc conflicts with devel/m6811-gcc, devel/mingw-binutils, devel/mipsel-linux-gcc, lang/egcs, lang/gcc28 common files: bin/cpp, bin/gcov, bin/i386-mingw32msvc-c++filt CONFLICTS= egcs-1.1.* gcc-2.8.* m6811-gcc-2.95.* mingw-binutils-2.11.* mipsel-linux-gcc-2.* doconnor@gsoft.com.au - net/netpipes conflicts with sysutils/timelimit common files: bin/timelimit CONFLICTS= timelimit-1.0.* dom@happygiraffe.net - sysutils/daemontools53 conflicts with audio/autools, sysutils/daemontools, sysutils/freedt common files: bin/fifo, bin/svstat CONFLICTS= autools-1.2.* daemontools-0.76_3 freedt-0.* - sysutils/ucspi-tcp conflicts with mail/courier, net/tcpcat, sysutils/freedt common files: bin/addcr, bin/recordio, bin/tcpcat CONFLICTS= courier-0.42.* freedt-0.* tcpcat-1.2.* DougB@FreeBSD.org - dns/bind8 conflicts with dns/bind84, dns/bind9, dns/bind9-dlz, dns/bind9-sdb-mysql, dns/host common files: bin/host, sbin/named, sbin/ndc CONFLICTS= bind84-8.4.* bind9-9.2.* bind9-dlz-9.2.* bind9-sdb-mysql-9.2.* host-* - dns/bind84 conflicts with dns/bind8, dns/bind9, dns/bind9-dlz, dns/bind9-sdb-mysql, dns/host common files: bin/host, sbin/named, sbin/ndc CONFLICTS= bind-8.3.* bind9-9.2.* bind9-dlz-9.2.* bind9-sdb-mysql-9.2.* host-* - dns/bind9 conflicts with devel/skalibs, dns/bind8, dns/bind84, dns/bind9-dlz, dns/bind9-sdb-mysql, dns/host common files: bin/host, lib/libdns.a, sbin/named, sbin/rndc-confgen CONFLICTS= bind-8.3.* bind84-8.4.* bind9-dlz-9.2.* bind9-sdb-mysql-9.2.* host-* skalibs-0.* - editors/pico conflicts with chinese/pine4, hebrew/pine, mail/pine4 common files: bin/pico CONFLICTS= iw-pine-4.44.* pine-4.* zh-pine-4.* - mail/p5-Mail-SpamAssassin conflicts with mail/p5-Mail-SpamAssassin-snapshot common files: bin/spamd CONFLICTS= p5-Mail-SpamAssassin-2.60-* - mail/p5-Mail-SpamAssassin-snapshot conflicts with mail/p5-Mail-SpamAssassin common files: bin/spamd CONFLICTS= p5-Mail-SpamAssassin-2.60 - mail/pine4 conflicts with chinese/pine4, editors/pico, hebrew/pine common files: bin/pico, bin/pine CONFLICTS= iw-pine-4.44.* pico-4.* zh-pine-4.* - sysutils/nut conflicts with sysutils/upsd common files: sbin/upsd CONFLICTS= upsd-2.0.* - textproc/htdig conflicts with www/htdump common files: bin/htdump CONFLICTS= htdump-0.* - x11/xscreensaver conflicts with x11/xscreensaver-gnome common files: bin/xscreensaver-gl-helper CONFLICTS= xscreensaver-gnome-4.* dscheidt@enteract.com - games/nethack33 conflicts with games/nethack32 common files: bin/nethack CONFLICTS= nethack-3.2.* dsh@vlink.ru - comms/qico conflicts with games/qcc common files: bin/qcc CONFLICTS= qcc-1.* dwcjr@FreeBSD.org - net/samba conflicts with japanese/samba, net/samba-devel common files: sbin/swat CONFLICTS= ja-samba-2.2.* samba-3.0.* - net/samba-devel conflicts with japanese/samba, net/samba common files: sbin/swat CONFLICTS= ja-samba-2.2.* samba-2.2.* dwm@caimis.com - devel/icu conflicts with devel/icu2 common files: sbin/gentz CONFLICTS= icu2-2.* dyeske@yahoo.com - graphics/blender-devel conflicts with graphics/blender common files: bin/blenderplayer CONFLICTS= blender-2.* - net/netboot conflicts with devel/hptools common files: bin/makerom CONFLICTS= hptools-3.0.* ecu@ipv42.net - net/ipsorc conflicts with cad/magic common files: bin/magic CONFLICTS= magic-7.* edwin@mavetju.org - games/sol conflicts with games/gnomegames2 common files: bin/sol CONFLICTS= gnomegames2-2.4.* eikemeier@fillmore-labs.com - databases/gnats4 conflicts with chinese/xemacs, databases/gnats common files: bin/install-sid, bin/send-pr CONFLICTS= gnats-3.* zh-xemacs-20.* einekoai@chello.nl - www/bluefish-devel conflicts with www/bluefish common files: bin/bluefish CONFLICTS= bluefish-0.7_1 ejc@bazzle.com - devel/ORBacus conflicts with devel/ORBit, devel/mico common files: bin/iordump, lib/libIDL.a CONFLICTS= ORBit-0.5.* mico-2.3.* erik@smluc.org - lang/gauche conflicts with misc/goblin common files: bin/gosh CONFLICTS= goblin-2.6.* fanf@FreeBSD.org - sysutils/cfengine2 conflicts with sysutils/cfengine common files: sbin/vicf CONFLICTS= cfengine-1.6.* fcash@bigfoot.com - www/dansguardian-devel conflicts with www/dansguardian common files: sbin/dansguardian CONFLICTS= dansguardian-2.6.* fcash@sd73.bc.ca - www/dansguardian conflicts with www/dansguardian-devel common files: sbin/dansguardian CONFLICTS= dansguardian-2.4.* fjoe@FreeBSD.org - news/husky-smapi conflicts with mail/smapi common files: lib/libsmapi.a CONFLICTS= smapi-* flathill@FreeBSD.org - japanese/gicq conflicts with net/gicq common files: bin/gicq CONFLICTS= gicq-0.* - japanese/lambdamoo conflicts with net/lambdamoo common files: sbin/moo CONFLICTS= lambdamoo-1.8.* - japanese/libicq conflicts with net/icqlib, net/libicq common files: lib/libicq.so, lib/libicq.so.0.3 CONFLICTS= icqlib-1.0.* libicq-0.* - japanese/lyx conflicts with print/cjk-lyx, print/lyx common files: bin/reLyX CONFLICTS= cjk-lyx-1.2.* lyx-1.3.* - japanese/namazu conflicts with databases/namazu2 common files: bin/namazu CONFLICTS= namazu2-2.0.* - net/gicq conflicts with japanese/gicq common files: bin/gicq CONFLICTS= ja-gicq-0.* - net/lambdamoo conflicts with japanese/lambdamoo common files: sbin/moo CONFLICTS= ja-lambdamoo-1.8.* - net/libicq conflicts with japanese/libicq, net/icqlib common files: lib/libicq.so, lib/libicq.so.0.3 CONFLICTS= icqlib-1.0.* ja-libicq-0.* flynn@energyhq.es.eu.org - games/scummvm-tools conflicts with math/fbm, www/swish++ common files: bin/extract CONFLICTS= fbm-* swish++-5.* - print/lyx conflicts with japanese/lyx, print/cjk-lyx common files: bin/reLyX CONFLICTS= cjk-lyx-1.2.* ja-lyx-1.0.* fox@furry.spb.ru - comms/bforce-kst conflicts with comms/bforce common files: bin/nlookup CONFLICTS= bforce-0.22.* francisco@gomezmarin.com - sysutils/tct conflicts with net/netatalk, sysutils/file, sysutils/sleuthkit, sysutils/task common files: bin/file, bin/icat, bin/timeout CONFLICTS= file-4.* netatalk-1.6.* sleuthkit-1.* task-1.* freebsd-admin@blender.nl - graphics/blender conflicts with graphics/blender-devel common files: bin/blenderplayer CONFLICTS= blender-devel-2.* freebsd@spatula.net - sysutils/muse conflicts with audio/muse common files: bin/muse CONFLICTS= MuSE-0.8.* ginga-freebsd@ginganet.org - japanese/ng conflicts with japanese/ng-devel common files: bin/ng CONFLICTS= ja-ng-1.5.* - japanese/ng-devel conflicts with japanese/ng common files: bin/ng CONFLICTS= ja-ng-1.4.* girgen@pingpong.net - databases/postgresql-libpq++ conflicts with databases/postgresql72 common files: lib/libpq++.so.4 CONFLICTS= postgresql-7.2.* - databases/postgresql-tcltk conflicts with japanese/postgresql-tcltk common files: bin/pgtksh CONFLICTS= ja-postgresql-tcltk-7.3.* - databases/postgresql7 conflicts with databases/postgresql-devel, databases/postgresql72 common files: lib/libpq.so, lib/libpq.so.3 CONFLICTS= postgresql-7.2.* postgresql-devel-7.4.* - databases/postgresql72 conflicts with databases/postgresql-devel, databases/postgresql-libpq++, databases/postgresql7 common files: lib/libecpg.a, lib/libpq++.so.4, lib/libpq.so CONFLICTS= postgresql-7.3.* postgresql-devel-7.4.* postgresql-libpq++-4.* gj@FreeBSD.org - editors/xemacs conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/etags, bin/rcs-checkin CONFLICTS= emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - editors/xemacs-devel conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/etags, bin/rcs-checkin CONFLICTS= emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - editors/xemacs21 conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/etags, bin/rcs-checkin CONFLICTS= emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* glewis@FreeBSD.org - games/nethack32 conflicts with games/nethack33 common files: bin/nethack CONFLICTS= nethack-3.3.* - math/gnuplot conflicts with math/gnuplot+ common files: bin/gnuplot CONFLICTS= gnuplot371+-1.2.* gnome@FreeBSD.org - audio/esound conflicts with devel/py-ro common files: bin/esd CONFLICTS= py23-ro-3.* - audio/libaudiofile conflicts with audio/osalp common files: bin/audiofile-config CONFLICTS= osalp-0.7.* - databases/libgda conflicts with databases/libgda2 common files: bin/gda-run CONFLICTS= libgda2-1.0.* - databases/libgda2 conflicts with databases/libgda common files: bin/gda-run CONFLICTS= libgda-0.2.* - devel/ORBit conflicts with devel/ORBacus common files: lib/libIDL.a CONFLICTS= ORBacus-3.2.* - devel/anjuta conflicts with devel/anjuta-devel common files: bin/anjuta_launcher CONFLICTS= anjuta-1.1.* - devel/anjuta-devel conflicts with devel/anjuta common files: bin/anjuta_launcher CONFLICTS= anjuta-1.0.* - editors/AbiWord conflicts with editors/AbiWord2 common files: bin/ttftool CONFLICTS= AbiWord2-2.0.* - editors/AbiWord2 conflicts with editors/AbiWord common files: bin/ttftool CONFLICTS= AbiWord-1.0.* - games/gcompris2 conflicts with games/gcompris common files: bin/gcompris CONFLICTS= gcompris-1.0.* - games/gnomegames2 conflicts with games/sol common files: bin/sol CONFLICTS= sol-1.0.* - irc/xchat2 conflicts with irc/xchat common files: bin/xchat CONFLICTS= xchat-1.8.* - mail/balsa conflicts with japanese/balsa, mail/balsa2 common files: bin/balsa CONFLICTS= balsa2-2.0.* ja-balsa-0.8.* - mail/balsa2 conflicts with japanese/balsa, mail/balsa common files: bin/balsa CONFLICTS= balsa-1.4.* ja-balsa-0.8.* - math/gnumeric conflicts with math/gnumeric2 common files: bin/gnumeric CONFLICTS= gnumeric2-1.2.* - math/gnumeric2 conflicts with math/gnumeric common files: bin/gnumeric CONFLICTS= gnumeric-1.0.* - news/pan conflicts with news/pan2 common files: bin/pan CONFLICTS= pan2-0.14.* - news/pan2 conflicts with news/pan common files: bin/pan CONFLICTS= pan-0.11.* - security/nss conflicts with biology/emboss, converters/btoa, devel/p5-PAR, science/oases, security/digest common files: bin/atob, bin/digest, bin/pp CONFLICTS= btoa-5.* digest-* emboss-2.4.* oases-2.* p5-PAR-0.* - textproc/intltool conflicts with textproc/xml-i18n-tools common files: bin/xml-i18n-toolize CONFLICTS= xml-i18n-tools-0.* - textproc/xml-i18n-tools conflicts with textproc/intltool common files: bin/xml-i18n-toolize CONFLICTS= intltool-0.27.* - www/galeon conflicts with www/galeon2 common files: bin/galeon-config-tool CONFLICTS= galeon2-1.3.* - www/galeon2 conflicts with www/galeon common files: bin/galeon-config-tool CONFLICTS= galeon-1.2.* gonza@techline.ru - mail/smapi conflicts with news/husky-smapi common files: lib/libsmapi.a CONFLICTS= husky-smapi-2.2.* gordon@FreeBSD.org - sysutils/cfengine conflicts with sysutils/cfengine2 common files: sbin/vicf CONFLICTS= cfengine2-2.0.* goto@snowy.to - irc/ircatlite conflicts with comms/lirc common files: bin/ircat CONFLICTS= lirc-0.6.* green@FreeBSD.org - security/cfs conflicts with net/coda5_client, net/coda6_client common files: bin/cpasswd CONFLICTS= coda-client-5.3.* coda-client-6.0.* greid@FreeBSD.org - audio/mp3blaster conflicts with audio/splay common files: bin/splay CONFLICTS= splay-0.9.* greid@ukug.uk.freebsd.org - audio/normalize conflicts with biology/dna-qc common files: bin/normalize CONFLICTS= dna-qc-1993.07.* gremlin@portal-to-web.de - net/tac_plus-libradius conflicts with net/tac_plus4, russian/tac+ia common files: sbin/tac_plus CONFLICTS= ru-tac+ia-0.96p9.* tac_plus-F4.0.* grog@FreeBSD.Org - sysutils/dirdiff conflicts with devel/codecrusader common files: bin/dirdiff CONFLICTS= code_crusader-2.1.* gslin@ccca.nctu.edu.tw - comms/zssh conflicts with net/ztelnet common files: bin/ztelnet CONFLICTS= ztelnet-1.0.* gsm@infosite.ru - russian/gd conflicts with graphics/gd common files: lib/libgd.so CONFLICTS= gd-2.0.* h.eichmann@gmx.de - sysutils/linneighborhood conflicts with databases/namazu2, devel/avr-gcc, net/ap-utils, sysutils/lineakd, textproc/opensp, x11-fm/xfe common files: lib/charset.alias CONFLICTS= OpenSP-1.* ap-utils-1.3.* avr-gcc-3.3.* lineakd-0.4.* namazu2-2.0.* xfe-0.54.* H@Schmalzbauer.de - graphics/gthumb conflicts with graphics/gthumb2 common files: bin/gthumb CONFLICTS= gthumb2-2.1.* hadara@bsd.ee - security/opensc-esteid conflicts with security/opensc common files: lib/libscrandom.a CONFLICTS= opensc-0.7.* hbo@egbok.com - security/sudoscript conflicts with math/ss common files: bin/ss CONFLICTS= ss-1.3.* heiner@bilch.com - science/at conflicts with databases/sqlrelay, emulators/dgen-sdl, korean/elm common files: bin/fields, bin/filter, bin/tobin CONFLICTS= dgen-sdl-1.* ko-elm-2.4h4.* sqlrelay-0.* hetzels@westbend.net - www/apache13-fp conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-modssl, www/apache13-ssl, www/apache2, www/caudium-devel, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd, sbin/suexec CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-1.3.* apache-2.0.* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* him@richardkiss.com - lang/lua conflicts with lang/lua4 common files: lib/liblualib.a CONFLICTS= lua-4.* - lang/lua4 conflicts with lang/lua common files: lib/liblualib.a CONFLICTS= lua-5.* hm@FreeBSD.org - comms/mlan3 conflicts with biology/dna-qc, comms/mlan, games/freebsd-games common files: bin/counter, bin/fish, lib/libmlan.a CONFLICTS= dna-qc-1993.07.* freebsd-games-5.* mlan-1.* hollywar@mail.holywar.net - korean/eterm conflicts with x11/eterm common files: lib/libEterm.so CONFLICTS= eterm-0.9.* honda@kashio.info.mie-u.ac.jp - japanese/rxvt conflicts with x11-clocks/rclock, x11/rxvt, x11/rxvt-devel common files: bin/rclock, bin/rxvt CONFLICTS= rclock-2.7.* rxvt-2.6.* rxvt-devel-2.7.* horance@freedom.ie.cycu.edu.tw - devel/libffi conflicts with lang/gcc33 common files: lib/libffi.a CONFLICTS= gcc-3.3.* hotaru@tail.net - games/oneko-sakura conflicts with games/oneko common files: bin/oneko CONFLICTS= oneko-2.* hym@cocoa.freemail.ne.jp - games/sl conflicts with lang/tensile common files: bin/sl CONFLICTS= tensile-0.* ijliao@FreeBSD.org - math/gexpr conflicts with misc/sh-utils common files: bin/gexpr CONFLICTS= sh-utils-2.* ilya@ircd.ru - irc/ircd-ru conflicts with irc/irc common files: sbin/ircd CONFLICTS= irc-2.10.* inagaki@tg.rim.or.jp - japanese/xdvik-vflib conflicts with print/xdvik common files: bin/xdvi CONFLICTS= xdvik-* iwashita@cqmail.net - japanese/libslang conflicts with devel/libslang common files: lib/libslang.so CONFLICTS= libslang-1.4.* - japanese/mutt conflicts with japanese/mutt-devel, mail/mutt common files: bin/pgpring CONFLICTS= ja-mutt-1.5.* mutt-1.4.* - japanese/mutt-devel conflicts with japanese/mutt, mail/mutt common files: bin/pgpring CONFLICTS= ja-mutt-1.4.* mutt-1.4.* ixtl@utmc.or.jp - japanese/latex2html conflicts with textproc/latex2html, textproc/tth common files: bin/l2h, bin/texexpand CONFLICTS= latex2html-2002.2.* tth-2.* j.koopmann@seceidos.de - mail/mailscanner conflicts with converters/tnef common files: bin/tnef CONFLICTS= tnef-1.* jamie@jamiesdomain.org.uk - sysutils/userlist conflicts with net/citadel common files: bin/userlist CONFLICTS= citadel-5.* jan@atstake.com - sysutils/task conflicts with sysutils/sleuthkit, sysutils/tct common files: bin/icat, bin/istat CONFLICTS= sleuthkit-1.* tct-1.* java@FreeBSD.ORG - java/eclipse conflicts with emulators/sim common files: bin/eclipse CONFLICTS= sim-2.10.* jb.quenot@caraldi.com - www/resin2 conflicts with www/resin3 common files: sbin/resinctl CONFLICTS= resin-3.0.* - www/resin3 conflicts with www/resin2 common files: sbin/resinctl CONFLICTS= resin-2.1.* jdp@FreeBSD.org - lang/ezm3 conflicts with lang/pm3-base common files: bin/m3ship CONFLICTS= pm3-base-1.1.* - lang/pm3-base conflicts with lang/ezm3 common files: bin/m3ship CONFLICTS= ezm3-1.* jedgar@FreeBSD.org - emulators/sim conflicts with java/eclipse, math/gri common files: bin/eclipse, bin/gri CONFLICTS= eclipse-2.1.* gri-2.12.* jerry@thehutt.org - lang/expect conflicts with irc/bnc, irc/dancer-ircd, irc/ircd-hybrid, mail/rftp, net/relay, net/socks5 common files: bin/mkpasswd, bin/rftp CONFLICTS= bnc-2.8.* dancer-ircd-1.0.* ircd-hybrid-6.3.* relay-1.* rftp-1.* socks5-1.0.* jesse@cs.uni-magdeburg.de - lang/squeak2 conflicts with lang/squeak3 common files: bin/squeak CONFLICTS= squeak-3.* jettea46@yahoo.com - net/openradius conflicts with net/freeradius, net/gnu-radius, net/radiusd-cistron common files: sbin/radiusd CONFLICTS= freeradius-0.8.* gnu-radius-1.* radiusd-cistron-1.6.* jgreco@ns.sol.net - security/tripwire12 conflicts with biology/emboss, security/tripwire-131 common files: bin/siggen, bin/tripwire CONFLICTS= emboss-2.4.* tripwire-1.3.* jharris@widomaker.com - sysutils/file conflicts with sysutils/sleuthkit, sysutils/tct common files: bin/file CONFLICTS= sleuthkit-1.* tct-1.* jhp@cocoja.holywar.net - net/tintin++ conflicts with net/tintin++-devel common files: bin/tt++ CONFLICTS= tintin-1.8.* - net/tintin++-devel conflicts with net/tintin++ common files: bin/tt++ CONFLICTS= tintin-1.5.* jim@corebsd.or.id - security/nettle conflicts with security/lsh common files: lib/libnettle.a CONFLICTS= lsh-1.5.* jim@FreeBSD.org - irc/xchat conflicts with irc/xchat2 common files: bin/xchat CONFLICTS= xchat2-2.0.* - www/bluefish conflicts with www/bluefish-devel common files: bin/bluefish CONFLICTS= bluefish-0.11.* - x11/aterm conflicts with japanese/aterm common files: bin/aterm CONFLICTS= ja-aterm-0.4.* jkaltes@hetnet.nl - editors/bed conflicts with games/block common files: bin/bed CONFLICTS= block-0.* jkoshy@freebsd.org - devel/fhist conflicts with biology/ncbi-toolkit common files: bin/fmerge CONFLICTS= ncbi-toolkit-2003.04.* - lang/sml-nj conflicts with lang/sml-nj-devel common files: bin/sml CONFLICTS= smlnj-110.42 jmz@FreeBSD.org - benchmarks/iozone conflicts with benchmarks/iozone21 common files: bin/iozone CONFLICTS= iozone-2.* - comms/mgetty+sendfax conflicts with comms/hylafax, graphics/netpbm common files: bin/faxrm, bin/g3topbm CONFLICTS= hylafax-4.1.* netpbm-10.* - emulators/hfs conflicts with emulators/hfsutils common files: bin/hfs CONFLICTS= hfsutils-3.2.* - emulators/mtools conflicts with audio/tclmidi, japanese/mtools common files: bin/minfo, bin/mxtar CONFLICTS= ja-mtools-3.9.* tclmidi-3.* - math/calc conflicts with math/fbm common files: bin/calc CONFLICTS= fbm-* - math/lapack conflicts with math/blas common files: lib/libblas.so CONFLICTS= blas-1.* - print/dvi2xx conflicts with japanese/ptex-base, print/dvips, print/teTeX common files: bin/MakeTeXPK, bin/dvilj4 CONFLICTS= dvips-5.* ja-ptex-base-3.1.* teTeX-2.0.* - print/dvips conflicts with japanese/dvipsk, japanese/dvipsk-vflib, japanese/ptex-base, print/dvi2xx, print/teTeX common files: bin/MakeTeXPK, bin/dvips CONFLICTS= dvi2xx-0.51.* ja-dvipsk-5.* ja-dvipsk-vflib-5.* ja-ptex-base-3.1.* teTeX-2.0.* - print/latex conflicts with japanese/ptex-base, print/teTeX common files: bin/latex CONFLICTS= ja-ptex-base-3.1.* teTeX-2.0.* - print/makeindex conflicts with japanese/ptex-base, print/teTeX common files: bin/makeindex CONFLICTS= ja-ptex-base-3.1.* teTeX-2.0.* - print/tex conflicts with japanese/ptex, japanese/ptex-base, print/teTeX, sysutils/readlink common files: bin/readlink, bin/tftopl, lib/libkpathsea.a CONFLICTS= ja-ptex-3.1.* ja-ptex-base-3.1.* readlink-* teTeX-2.0.* - print/xdvi conflicts with japanese/vfxdvi300 common files: bin/xdvi CONFLICTS= ja-vfxdvi300-* - textproc/ispell conflicts with textproc/spell common files: bin/spell CONFLICTS= spell-1.* - x11/XFree86 conflicts with devel/imake, devel/imake-4, korean/hanterm-xf86, x11-servers/XFree86-4-FontServer, x11-servers/XFree86-4-NestServer, x11-servers/XFree86-4-PrintServer, x11-servers/XFree86-4-Server, x11-servers/XFree86-4-Server-snap, x11-servers/XFree86-4-VirtualFramebufferServer, x11/XFree86-4-clients, x11/XFree86-4-libraries common files: bin/Xnest, bin/Xprt, bin/Xvfb, bin/makeg, bin/resize, bin/xf86config, bin/xfs, bin/xmkmf, bin/xwud, lib/libxkbui.a CONFLICTS= XFree86-FontServer-4.3.* XFree86-NestServer-4.3.* XFree86-PrintServer-4.3.* XFree86-Server-4.3.* XFree86-VirtualFramebufferServer-4.3.* XFree86-clients-4.3.* XFree86-libraries-4.3.* imake-1.* imake-4.3.* ko-hanterm-xf-2.0.* - x11/XFree86-contrib conflicts with x11/XFree86-4-clients common files: bin/xmessage CONFLICTS= XFree86-clients-4.3.* joemann@beefree.free.de - lang/sml-nj-devel conflicts with lang/sml-nj common files: bin/sml CONFLICTS= smlnj-110.0.* joerg@freebsd.org - devel/avr-gcc conflicts with databases/namazu2, net/ap-utils, sysutils/lineakd, sysutils/linneighborhood, textproc/opensp, x11-fm/xfe common files: lib/charset.alias CONFLICTS= LinNeighborhood-0.6.* OpenSP-1.* ap-utils-1.3.* lineakd-0.4.* namazu2-2.0.* xfe-0.54.* john@essenz.com - www/privoxy conflicts with www/privoxy+ipv6 common files: sbin/privoxy CONFLICTS= privoxy+ipv6-* johnston@vectaport.com - graphics/ivtools conflicts with japanese/iv common files: lib/libUnidraw.so CONFLICTS= ja-iv-3.* junya-w@remus.dti.ne.jp - japanese/mtools conflicts with emulators/mtools common files: bin/mxtar CONFLICTS= mtools-3.9.* justas@mbank.lv - textproc/sgmls conflicts with korean/linuxdoc-sgml common files: bin/sgmlsasp CONFLICTS= ko-linuxdoc-sgml-1.* jylefort@brutele.be - mail/sylpheed-gtk2 conflicts with mail/sylpheed common files: bin/sylpheed CONFLICTS= sylpheed-0.9.* k@123.org - www/roxen conflicts with lang/pike70, lang/pike72, lang/pike74 common files: bin/pike CONFLICTS= pike-7.0.* pike72-7.2.* pike74-7.4.* kay_lehmann@web.de - sysutils/lineakd conflicts with databases/namazu2, devel/avr-gcc, net/ap-utils, sysutils/linneighborhood, textproc/opensp, x11-fm/xfe common files: lib/charset.alias CONFLICTS= LinNeighborhood-0.6.* OpenSP-1.* ap-utils-1.3.* avr-gcc-3.3.* namazu2-2.0.* xfe-0.54.* kaz@kobe1995.net - sysutils/rotate conflicts with ftp/ftpmirror common files: bin/rotate CONFLICTS= ftpmirror-1.* kbyanc@posi.net - converters/mmencode conflicts with mail/elm, mail/metamail common files: bin/mmencode CONFLICTS= elm-2.5.* metamail-2.* kde@FreeBSD.org - devel/kdesdk3 conflicts with devel/kdevelop common files: bin/extractrc CONFLICTS= kdevelop-2.1.* - devel/kdevelop conflicts with devel/kdesdk3 common files: bin/extractrc CONFLICTS= kdesdk-3.1.* - devel/qt-designer conflicts with x11-toolkits/qt32 common files: bin/designer CONFLICTS= qt-3.2.* - net/kdenetwork3 conflicts with converters/mimelib common files: lib/libmimelib.so.1 CONFLICTS= mimelib-1.1.* - x11-toolkits/qt23 conflicts with x11-toolkits/qt32 common files: bin/uic CONFLICTS= qt-3.2.* - x11-toolkits/qt32 conflicts with devel/linguist, devel/qt-designer, mail/xfmail, x11-toolkits/qt23 common files: bin/designer, bin/qm2ts, bin/uic, lib/libeditor.a CONFLICTS= linguist-0.* qt-2.3.* qt-designer-2.3.* xfmail-1.5.* keith@FreeBSD.org - chinese/cle_base conflicts with emulators/linux_base-debian common files: sbin/ldconfig CONFLICTS= linux_base-debian-3.0.* - chinese/mkisofs conflicts with korean/mkisofs common files: bin/isovfy CONFLICTS= ko-mkisofs-1.* - chinese/vflib conflicts with japanese/vflib common files: lib/libVFlib2.la CONFLICTS= ja-vflib-2.25.* - chinese/xemacs conflicts with chinese/xemacs21, databases/gnats, databases/gnats4, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/etags, bin/install-sid, bin/rcs-checkin CONFLICTS= emacs-19.* emacs-20.* emacs-21.* gnats-3.113.* gnats-4.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-mule-21.4.* kevlo@FreeBSD.org - textproc/source-highlight conflicts with textproc/java2html common files: bin/java2html CONFLICTS= java2html-0.9.* khera@kciLink.com - mail/postfix conflicts with mail/courier, mail/postfix-current, mail/postfix1, mail/sendmail, mail/sendmail-old, mail/smail, mail/zmailer common files: bin/rmail, sbin/sendmail, sbin/smtp-source CONFLICTS= courier-0.42.* postfix-1.1.* postfix-2.0.14-* sendmail-8.11.* sendmail-8.12.* smail-3.2.* zmailer-2.99.* - mail/postfix-current conflicts with mail/courier, mail/postfix, mail/postfix1, mail/sendmail, mail/sendmail-old, mail/smail, mail/zmailer common files: bin/mailq, sbin/sendmail, sbin/smtp-source CONFLICTS= courier-0.42.* postfix-1.1.* postfix-2.0.16,1 sendmail-8.11.* sendmail-8.12.* smail-3.2.* zmailer-2.99.* kiri@FreeBSD.org - chinese/xemacs21 conflicts with chinese/xemacs, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/etags, bin/rcs-checkin, bin/xemacs CONFLICTS= emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* - editors/xemacs-devel-mule conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/etags, bin/rcs-checkin, bin/xemacs CONFLICTS= emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - editors/xemacs21-mule conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/etags, bin/rcs-checkin, bin/xemacs CONFLICTS= emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - mail/mew conflicts with mail/mew-emacs20, mail/mew-mule, mail/mew-xemacs21, mail/mew-xemacs21-mule, mail/mew2, mail/mew2-emacs20, mail/mew2-xemacs21, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/uumerge CONFLICTS= mew-emacs20-1.94.* mew-emacs20-2.* mew-emacs21-2.* mew-mule-1.94.* mew-xemacs21-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-1.94.* mew-xemacs21-mule-2.* - mail/mew-emacs20 conflicts with mail/mew, mail/mew-mule, mail/mew-xemacs21, mail/mew-xemacs21-mule, mail/mew2, mail/mew2-emacs20, mail/mew2-xemacs21, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/uumerge CONFLICTS= mew-emacs-1.94.* mew-emacs20-2.* mew-emacs21-2.* mew-mule-1.94.* mew-xemacs21-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-1.94.* mew-xemacs21-mule-2.* - mail/mew-mule conflicts with mail/mew, mail/mew-emacs20, mail/mew-xemacs21, mail/mew-xemacs21-mule, mail/mew2, mail/mew2-emacs20, mail/mew2-xemacs21, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/uumerge CONFLICTS= mew-emacs-1.94.* mew-emacs20-1.94.* mew-emacs20-2.* mew-emacs21-2.* mew-xemacs21-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-1.94.* mew-xemacs21-mule-2.* - mail/mew-xemacs21 conflicts with mail/mew, mail/mew-emacs20, mail/mew-mule, mail/mew-xemacs21-mule, mail/mew2, mail/mew2-emacs20, mail/mew2-xemacs21, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/uumerge CONFLICTS= mew-emacs-1.94.* mew-emacs20-1.94.* mew-emacs20-2.* mew-emacs21-2.* mew-mule-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-1.94.* mew-xemacs21-mule-2.* - mail/mew-xemacs21-mule conflicts with mail/mew, mail/mew-emacs20, mail/mew-mule, mail/mew-xemacs21, mail/mew2, mail/mew2-emacs20, mail/mew2-xemacs21, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/uumerge CONFLICTS= mew-emacs-1.94.* mew-emacs20-1.94.* mew-emacs20-2.* mew-emacs21-2.* mew-mule-1.94.* mew-xemacs21-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-2.* - mail/mew2 conflicts with mail/mew, mail/mew-emacs20, mail/mew-mule, mail/mew-xemacs21, mail/mew-xemacs21-mule, mail/mew2-emacs20, mail/mew2-xemacs21, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/mewls CONFLICTS= mew-emacs-1.94.* mew-emacs20-1.94.* mew-emacs20-2.* mew-mule-1.94.* mew-xemacs21-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-1.94.* mew-xemacs21-mule-2.* - mail/mew2-emacs20 conflicts with mail/mew, mail/mew-emacs20, mail/mew-mule, mail/mew-xemacs21, mail/mew-xemacs21-mule, mail/mew2, mail/mew2-xemacs21, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/mewls CONFLICTS= mew-emacs-1.94.* mew-emacs20-1.94.* mew-emacs21-2.* mew-mule-1.94.* mew-xemacs21-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-1.94.* mew-xemacs21-mule-2.* - mail/mew2-xemacs21 conflicts with mail/mew, mail/mew-emacs20, mail/mew-mule, mail/mew-xemacs21, mail/mew-xemacs21-mule, mail/mew2, mail/mew2-emacs20, mail/mew2-xemacs21-mule common files: bin/mewencode, bin/mewls CONFLICTS= mew-emacs-1.94.* mew-emacs20-1.94.* mew-emacs20-2.* mew-emacs21-2.* mew-mule-1.94.* mew-xemacs21-1.94.* mew-xemacs21-mule-1.94.* mew-xemacs21-mule-2.* - mail/mew2-xemacs21-mule conflicts with mail/mew, mail/mew-emacs20, mail/mew-mule, mail/mew-xemacs21, mail/mew-xemacs21-mule, mail/mew2, mail/mew2-emacs20, mail/mew2-xemacs21 common files: bin/mewencode, bin/mewls CONFLICTS= mew-emacs-1.94.* mew-emacs20-1.94.* mew-emacs20-2.* mew-emacs21-2.* mew-mule-1.94.* mew-xemacs21-1.94.* mew-xemacs21-2.* mew-xemacs21-mule-1.94.* kiwi@oav.net - lang/pike70 conflicts with lang/pike72, lang/pike74, www/roxen common files: bin/hilfe, bin/pike CONFLICTS= pike72-7.2.* pike74-7.4.* roxen-2.1.* - lang/pike72 conflicts with lang/pike70, lang/pike74, www/roxen common files: bin/hilfe, bin/pike CONFLICTS= pike-7.0.* pike74-7.4.* roxen-2.1.* - lang/pike74 conflicts with lang/pike70, lang/pike72, www/roxen common files: bin/hilfe, bin/pike CONFLICTS= pike-7.0.* pike72-7.2.* roxen-2.1.* - www/caudium-devel conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-1.3.* apache_fp-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* - www/caudium10 conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/caudium-devel, www/caudium12, www/thttpd common files: bin/htpasswd CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-1.3.* apache_fp-1.3.* caudium-devel-1.3.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* - www/caudium12 conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/caudium-devel, www/caudium10, www/thttpd common files: bin/htpasswd CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-1.3.* apache_fp-1.3.* caudium-devel-1.3.* caudium10-1.0.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* kjones@antihackertoolkit.com - security/srm conflicts with lang/sr common files: bin/srm CONFLICTS= sr-2.3.* klammer@webonaut.com - x11/zenity conflicts with x11-toolkits/gtkada common files: bin/gdialog CONFLICTS= gtkada-1.2.* kline@thought.org - mail/rftp conflicts with lang/expect, net/relay, net/socks5 common files: bin/rftp CONFLICTS= expect-5.38.* relay-1.* socks5-1.0.* knu@FreeBSD.org - databases/namazu2 conflicts with devel/avr-gcc, japanese/namazu, net/ap-utils, sysutils/lineakd, sysutils/linneighborhood, textproc/opensp, x11-fm/xfe common files: bin/namazu, lib/charset.alias CONFLICTS= LinNeighborhood-0.6.* OpenSP-1.* ap-utils-1.3.* avr-gcc-3.3.* ja-namazu-1.3.* lineakd-0.4.* xfe-0.54.* - databases/sqlrelay conflicts with science/at common files: bin/fields CONFLICTS= at-1.* - devel/swig11 conflicts with devel/swig13 common files: lib/libswigpy.so CONFLICTS= swig-1.3.* - devel/swig13 conflicts with devel/swig11, devel/swigruby common files: lib/libswigpy.so, lib/libswigrb.so CONFLICTS= swig-1.1p5_9 swigruby-0.4.* - devel/swigruby conflicts with devel/swig13 common files: lib/libswigrb.so CONFLICTS= swig-1.3.* - graphics/ming conflicts with japanese/ming common files: lib/libming.so.3 CONFLICTS= ja-ming-0.1.* - irc/dancer-ircd conflicts with irc/bnc, irc/ircd-hybrid, lang/expect common files: bin/mkpasswd, bin/viconf CONFLICTS= bnc-2.8.* expect-5.38.* ircd-hybrid-6.3.* krion@FreeBSD.org - mail/gmime2 conflicts with mail/gmime common files: bin/gmime-config CONFLICTS= gmime-1.0.* - net/gnunet conflicts with devel/libltdl, dns/posadis, net/freeradius common files: lib/libltdl.so.4 CONFLICTS= freeradius-0.8.* libltdl-1.* posadis-0.60.* kris@FreeBSD.org - audio/linux-vsound conflicts with audio/vsound common files: bin/vsound CONFLICTS= vsound-0.* - news/leafnode+ conflicts with news/leafnode common files: sbin/checkgroups CONFLICTS= leafnode-1.9.* kunishi@acm.org - textproc/smartdoc conflicts with textproc/smartdoc-devel common files: bin/sdoc CONFLICTS= smartdoc-1.0.0.20030113 - textproc/smartdoc-devel conflicts with textproc/smartdoc common files: bin/sdoc CONFLICTS= smartdoc-1.0.0 kuriyama@FreeBSD.org - comms/conserver-com conflicts with comms/conserver common files: sbin/conserver CONFLICTS= conserver-8.* - japanese/ming conflicts with graphics/ming common files: lib/libming.so.3 CONFLICTS= ming-0.* - net/net-snmp conflicts with net/net-snmp4 common files: sbin/snmptrapd CONFLICTS= ucd-snmp-4.2.* - textproc/jade conflicts with textproc/sp common files: lib/libsp.a CONFLICTS= sp-1.3.* - textproc/opensp conflicts with databases/namazu2, devel/avr-gcc, net/ap-utils, sysutils/lineakd, sysutils/linneighborhood, x11-fm/xfe common files: lib/charset.alias CONFLICTS= LinNeighborhood-0.6.* ap-utils-1.3.* avr-gcc-3.3.* lineakd-0.4.* namazu2-2.0.* xfe-0.54.* - textproc/sgmlformat conflicts with net/freewais-sf common files: bin/catalog CONFLICTS= freewais-sf-2.2.* - x11-clocks/asclock-gtk conflicts with x11-clocks/asclock, x11-clocks/asclock-xlib common files: bin/asclock CONFLICTS= asclock-1.* asclock-xlib-2.0.* - x11-clocks/asclock-xlib conflicts with x11-clocks/asclock, x11-clocks/asclock-gtk common files: bin/asclock CONFLICTS= asclock-1.* asclock-gtk-2.1.* lance@merlin.net.ua - net/gnu-radius conflicts with net/freeradius, net/openradius, net/radiator, net/radiusd-cistron common files: bin/builddbm, sbin/radiusd CONFLICTS= Radiator-3.* freeradius-0.8.* openradius-0.9.* radiusd-cistron-1.6.* Lars.Koeller@Uni-Bielefeld.DE - sysutils/xperfmon conflicts with sysutils/xperfmon3 common files: bin/xperfmon++ CONFLICTS= xperfmon++-3.* - sysutils/xperfmon3 conflicts with sysutils/xperfmon common files: bin/xperfmon++ CONFLICTS= xperfmon++-2.* larse@isi.edu - www/privoxy+ipv6 conflicts with www/privoxy common files: sbin/privoxy CONFLICTS= privoxy-3.0.* leeym@FreeBSD.org - converters/cn2jp conflicts with chinese/hc common files: bin/g2b CONFLICTS= zh-hc-3.* lev@FreeBSD.org - devel/mingw32-bin-msvcrt conflicts with devel/mingw-bin-msvcrt common files: bin/mingwm10.dll CONFLICTS= mingw-bin-msvcrt-1.* - devel/mingw32-binutils conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc common files: lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* freelibiberty-0.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* - devel/mingw32-gcc conflicts with archivers/fastjar, java/janosvm, java/kaffe, java/kaffe-devel common files: bin/grepjar, bin/jar CONFLICTS= fastjar-0.* janosvm-0.6.* kaffe-1.0.* kaffe-devel-1.1.* - devel/mipsel-linux-binutils conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mingw32-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc common files: lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* freelibiberty-0.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw32-binutils-2.14.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* - devel/mipsel-linux-gcc conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mingw-gcc, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/msp430-binutils, devel/msp430-gcc, lang/egcs, lang/gcc28 common files: bin/gcov, lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* egcs-1.1.* freelibiberty-0.* gcc-2.8.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw-gcc-2.95.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* msp430-binutils-2.* msp430-gcc-3.2.* - devel/msp430-binutils conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-gcc common files: lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* freelibiberty-0.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-gcc-3.2.* - devel/msp430-gcc conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils common files: lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* freelibiberty-0.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* - russian/apache13 conflicts with russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/apache2, www/caudium-devel, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd, sbin/suexec CONFLICTS= apache+ipv6-* apache+mod_ssl-* apache+ssl-1.3.* apache-* apache_fp-* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-* thttpd-2.* - russian/apache13-modssl conflicts with russian/apache13, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/apache2, www/caudium-devel, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd, sbin/suexec CONFLICTS= apache+ipv6-* apache+mod_ssl-* apache+ssl-1.3.* apache-* apache_fp-* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache-* thttpd-2.* lioux@FreeBSD.org - emulators/vgb-bin conflicts with emulators/vgb common files: bin/vgb CONFLICTS= vgb-0.* - mail/qmail conflicts with mail/qmail-ldap, mail/qmail-tls common files: bin/pinq CONFLICTS= qmail-ldap2-with_tls-1.03.* qmail-tls-1.03.* - mail/qmail-ldap conflicts with mail/qmail, mail/qmail-tls common files: bin/pinq CONFLICTS= qmail-1.* qmail-tls-1.03.* - mail/qmail-tls conflicts with mail/qmail, mail/qmail-ldap common files: bin/pinq CONFLICTS= qmail-1.* qmail-ldap2-with_tls-1.03.* - multimedia/ffmpeg conflicts with multimedia/ffmpeg045 common files: lib/libavformat.a CONFLICTS= ffmpeg-0.4.5_6 - multimedia/ffmpeg045 conflicts with multimedia/ffmpeg common files: lib/libavformat.a CONFLICTS= ffmpeg-0.4.8 - multimedia/libdivxdecore conflicts with multimedia/libdivxdecore-devel common files: lib/libdivxdecore.so CONFLICTS= libdivxdecore-devel-0.4.* - multimedia/libdivxdecore-devel conflicts with multimedia/libdivxdecore common files: lib/libdivxdecore.so CONFLICTS= libdivxdecore-0.4.* - multimedia/mjpegtools conflicts with multimedia/mplex common files: bin/mplex CONFLICTS= mplex-1.* - multimedia/mpeg4ip conflicts with audio/faad common files: lib/libmp4v2.so.0 CONFLICTS= faad2-1.* - multimedia/openquicktime conflicts with multimedia/libquicktime common files: bin/qtdump CONFLICTS= libquicktime-0.9.* - net/icqlib conflicts with japanese/libicq, net/libicq common files: lib/libicq.so CONFLICTS= ja-libicq-0.* libicq-0.* - net/linux-edonkey-core conflicts with security/donkey common files: bin/donkey CONFLICTS= donkey-0.* - x11/rxvt conflicts with japanese/rxvt, x11/rxvt-devel common files: bin/rxvt CONFLICTS= ja-rxvt-2.7.* rxvt-devel-2.7.* - x11/rxvt-devel conflicts with japanese/rxvt, x11/rxvt common files: bin/rxvt CONFLICTS= ja-rxvt-2.7.* rxvt-2.6.* ljrittle@acm.org - shells/es conflicts with devel/py-ro common files: bin/es CONFLICTS= py23-ro-3.* llevier@argosnet.com - security/hydra conflicts with www/hydra common files: bin/hydra CONFLICTS= hydra-0.1.* lukin@okbmei.msk.su - x11-fm/asfiles conflicts with x11-fm/offix-files common files: bin/files CONFLICTS= offix-files-2.* maho@FreeBSD.org - graphics/povray conflicts with graphics/povray31 common files: bin/povray CONFLICTS= povray-3.1g - math/atlas conflicts with math/atlas-devel common files: lib/libtstatlas_r.so CONFLICTS= atlas-devel-3.5.* - math/atlas-devel conflicts with math/atlas common files: lib/libtstatlas_r.so CONFLICTS= atlas-3.5.* - science/chemtool conflicts with science/chemtool-devel common files: bin/cht CONFLICTS= chemtool-devel-1.6.* - science/chemtool-devel conflicts with science/chemtool common files: bin/cht CONFLICTS= chemtool-1.* mainland@apeiron.net - devel/antlr conflicts with devel/pccts common files: bin/antlr CONFLICTS= pccts-1.33.* marcus@FreeBSD.org - net/net-snmp4 conflicts with net/net-snmp common files: sbin/snmptrapd CONFLICTS= net-snmp-5.0.* - net/netatalk conflicts with lang/bigloo, net/cap, sysutils/tct common files: bin/afile, bin/papstatus, bin/timeout CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* - net/tac_plus4 conflicts with net/tac_plus-libradius, russian/tac+ia common files: sbin/tac_plus CONFLICTS= ru-tac+ia-0.96p9.* tac_plus-libradius-5.0.* marius@alchemy.franken.de - security/ssh2 conflicts with security/openssh, security/openssh-portable, security/ssh common files: sbin/sshd CONFLICTS= openssh-3.6.* openssh-portable-3.7.* ssh-1.2.* markc@ctgi.net - devel/rinfo conflicts with textproc/nicetext common files: bin/rinfo CONFLICTS= nicetext-0.* markm@freebsd.org - lang/gcl conflicts with math/gambit common files: bin/gcl CONFLICTS= gambit-0.97.* markp@FreeBSD.org - editors/mp conflicts with print/mp-letter common files: bin/mp CONFLICTS= mp-letter-3.0.* - games/greed conflicts with ftp/greed common files: bin/greed CONFLICTS= greed-0.* - sysutils/ndir conflicts with misc/lv common files: bin/lv CONFLICTS= lv-4.49.* markun@onohara.to - security/clamav conflicts with security/clamav-devel common files: lib/libclamav.a CONFLICTS= clamav-devel-* martin@raq.cx - converters/btoa conflicts with security/nss common files: bin/atob CONFLICTS= nss-3.* matthias.andree@gmx.de - news/leafnode conflicts with news/leafnode+, news/newsx common files: bin/newsq, sbin/checkgroups CONFLICTS= leafnode+-2.* newsx-1.* matthias@mteege.de - net/ncp conflicts with comms/plp common files: bin/ncp CONFLICTS= plp-1.* matusita@FreeBSD.org - emulators/linux-vmware-toolbox2 conflicts with emulators/linux-vmware-toolbox4 common files: bin/linux-vmware-toolbox CONFLICTS= linux-vmware-toolbox-4.0.* - emulators/linux-vmware-toolbox4 conflicts with emulators/linux-vmware-toolbox2 common files: bin/linux-vmware-toolbox CONFLICTS= linux-vmware-toolbox-2.0.* - emulators/vmware-guestd3 conflicts with emulators/vmware-guestd4 common files: sbin/vmware-guestd CONFLICTS= vmware-guestd-4.0.* - emulators/vmware-guestd4 conflicts with emulators/vmware-guestd3 common files: sbin/vmware-guestd CONFLICTS= vmware-guestd-3.1.* - x11-wm/fvwm2-i18n conflicts with x11-wm/fvwm, x11-wm/fvwm2, x11-wm/fvwm2-devel, x11-wm/fvwm95, x11-wm/fvwm95-i18n common files: bin/FvwmCommand, bin/xpmroot CONFLICTS= fvwm-1.* fvwm-2.4.* fvwm-2.5.* fvwm95-2.0.* fvwm95-i18n-2.0.* maurice@serc.rmit.edu.au - comms/plp conflicts with net/ncp common files: bin/ncp CONFLICTS= ncp-1.2.* max@FreeBSD.org - japanese/dvi2tty conflicts with print/dvi2tty common files: bin/dvi2tty CONFLICTS= dvi2tty-1.* - japanese/ircII conflicts with irc/irc, irc/ircII common files: bin/irc, bin/wserv CONFLICTS= irc-2.10.* ircii-* - japanese/ptex conflicts with print/teTeX, print/tex common files: bin/tftopl CONFLICTS= teTeX-2.0.* tex-3.* - japanese/ptex-base conflicts with devel/cweb, japanese/dvipsk, japanese/dvipsk-vflib, print/dvi2xx, print/dvips, print/latex, print/makeindex, print/teTeX, print/tex, print/xdvik, sysutils/readlink, textproc/texi2html common files: bin/cweave, bin/dvilj4, bin/dvips, bin/gsftopk, bin/latex, bin/makeindex, bin/readlink, bin/texi2html, lib/libkpathsea.a CONFLICTS= cweb-3.* dvi2xx-0.51.* dvips-5.* ja-dvipsk-5.* ja-dvipsk-vflib-5.* latex2e-2001.* makeindex-3.0.* readlink-* teTeX-* tex-3.* texi2html-1.* xdvik-* - security/donkey conflicts with net/linux-edonkey-core common files: bin/donkey CONFLICTS= linux-edonkey-core-0.50.* mbr@FreeBSD.org - german/citrix_ica conflicts with net/citrix_ica common files: bin/wfica CONFLICTS= citrix_ica-7.* - net/citrix_ica conflicts with german/citrix_ica common files: bin/wfica CONFLICTS= de-citrix_ica-6.30.* me@FreeBSD.org - x11-wm/fvwm conflicts with x11-wm/fvwm2, x11-wm/fvwm2-devel, x11-wm/fvwm2-i18n, x11-wm/fvwm95, x11-wm/fvwm95-i18n common files: bin/xpmroot CONFLICTS= fvwm-2.4.* fvwm-2.5.* fvwm2-i18n-2.* fvwm95-2.0.* fvwm95-i18n-2.0.* mezz7@cox.net - www/linux-opera conflicts with www/opera common files: bin/opera CONFLICTS= opera-7.21.* mharo@FreeBSD.org - ftp/proftpd conflicts with ftp/muddleftpd, ftp/wu-ftpd, ftp/wu-ftpd+ipv6 common files: bin/ftpwho, sbin/ftpshut CONFLICTS= muddleftpd-1.3.* wu-ftpd+ipv6-2.6.* wu-ftpd-2.6.* - www/analog conflicts with cad/chipmunk common files: bin/analog CONFLICTS= chipmunk-5.* mi@aldan.algebra.com - graphics/hdf conflicts with devel/pmake, math/netcdf common files: bin/ncgen, bin/vmake CONFLICTS= netcdf-3.5.* pmake-2.1.* - lang/tclX conflicts with lang/tclX80 common files: bin/tcl CONFLICTS= tclX-8.0.* mich@FreeBSD.org - games/nibbles conflicts with games/znibbles common files: bin/nibbles CONFLICTS= znibbles-0.0.* - misc/lr conflicts with benchmarks/polygraph common files: bin/lr CONFLICTS= polygraph-2.7.* - misc/translate conflicts with www/surfraw common files: bin/translate CONFLICTS= surfraw-1.0.* michaelnottebrock@gmx.net - audio/libshout conflicts with audio/libshout2 common files: lib/libshout.so CONFLICTS= libshout2-2.* mike@fate.com - security/pgp6 conflicts with security/pgp common files: bin/pgp CONFLICTS= pgp-2.6.* mikeh@FreeBSD.org - comms/lirc conflicts with irc/ircatlite, shells/rc common files: bin/ircat, bin/rc CONFLICTS= ircatlite-2000.03.* rc-1.* - mail/xfmail conflicts with x11-toolkits/qt32 common files: lib/libeditor.a CONFLICTS= qt-3.2.* mita@FreeBSD.org - japanese/vflib conflicts with chinese/vflib common files: lib/libVFlib2.la CONFLICTS= zh-vflib-2.25.* - japanese/vfxdvi300 conflicts with print/xdvi common files: bin/xdvi CONFLICTS= xdvi-* mkamm@gmx.net - textproc/java2html conflicts with textproc/source-highlight common files: bin/java2html CONFLICTS= source-highlight-1.* motoyuki@freebsd.org - japanese/mh conflicts with biology/tinker, mail/nmh common files: bin/scan, bin/whom CONFLICTS= nmh-1.0.* tinker-4.* mph@freebsd.org - news/trn4 conflicts with news/cnews, news/trn common files: bin/inews, bin/trn-artchk CONFLICTS= cnews-cr.* trn-3.* - x11/xprompt conflicts with x11/tycoon common files: bin/xprompt CONFLICTS= tycoon-1.* msmith@freebsd.org - misc/bottlerocket conflicts with cad/slffea common files: bin/br CONFLICTS= slffea-1.* mux@FreeBSD.org - www/htdump conflicts with textproc/htdig common files: bin/htdump CONFLICTS= htdig-3.1.* mwest@uct.ac.za - devel/hs-hmake conflicts with lang/nhc98 common files: bin/hi CONFLICTS= nhc98-1.* mwm@mired.org - math/unixstat conflicts with cad/slffea, math/fbm, net/citadel common files: bin/series, bin/stats, bin/ts CONFLICTS= citadel-5.* fbm-* slffea-1.* - print/t1utils conflicts with chinese/chitex, print/ttf2pt1 common files: bin/t1asm CONFLICTS= ttf2pt1-3.4.* zh-chitex-6.1.* mycroft@virgaria.org - devel/mpatrol conflicts with devel/mprof common files: bin/mprof CONFLICTS= mprof-3.* nadav@cs.technion.ac.il - hebrew/pine conflicts with chinese/pine4, editors/pico, mail/pine4 common files: bin/pico, bin/pine CONFLICTS= pico-4.* pine-4.* zh-pine-4.* naddy@FreeBSD.org - mail/bsmtp conflicts with mail/smail common files: bin/rsmtp CONFLICTS= smail-3.2.* nakai@FreeBSD.org - emulators/vgb conflicts with emulators/vgb-bin common files: bin/vgb CONFLICTS= vgb-bin-2.* - graphics/gqview conflicts with graphics/gqview-devel common files: bin/gqview CONFLICTS= gqview-devel-1.3.* - x11-clocks/asclock conflicts with x11-clocks/asclock-gtk, x11-clocks/asclock-xlib common files: bin/asclock CONFLICTS= asclock-gtk-2.1.* asclock-xlib-2.0.* - x11/dgs conflicts with devel/imake-4, x11/XFree86-4-clients, x11/XFree86-4-libraries common files: bin/pswrap, bin/texteroids, lib/libpsres.so CONFLICTS= XFree86-clients-4.3.* XFree86-libraries-4.3.* imake-4.3.* nakaji@jp.freebsd.org - japanese/emacs20-emcws conflicts with japanese/emacs21-emcws common files: bin/emcws CONFLICTS= ja-emcws-21.* - japanese/emacs21-emcws conflicts with japanese/emacs20-emcws common files: bin/emcws CONFLICTS= ja-emcws-20.* - japanese/samba conflicts with net/samba, net/samba-devel common files: sbin/swat CONFLICTS= samba-2.2.* samba-3.0.* - math/gnuplot+ conflicts with math/gnuplot common files: bin/gnuplot CONFLICTS= gnuplot-3.7.* nectar@FreeBSD.ORG - security/heimdal conflicts with net/SSLtelnet, net/arla, security/krb5, security/srp common files: bin/telnet, lib/libss.a, sbin/ktutil CONFLICTS= SSLtelnet-0.* arla-0.35.* krb5-1.3.* srp-1.7.* never@nevermind.kiev.ua - converters/mimelib conflicts with net/kdenetwork3 common files: lib/libmimelib.so.1 CONFLICTS= kdenetwork-3.1.* - net/zebra-devel conflicts with net/quagga, net/zebra common files: sbin/zebractl CONFLICTS= quagga-0.96.* zebra-0.93b_6 nobutaka@FreeBSD.org - editors/emacs21 conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/emacsclient, bin/rcs-checkin CONFLICTS= emacs-19.* emacs-20.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* nox@jelal.kn-bremen.de - archivers/rpm2cpio conflicts with archivers/rpm common files: bin/rpm2cpio CONFLICTS= rpm-3.0.* obraun@FreeBSD.org - lang/generic-haskell conflicts with dns/ghtool common files: bin/gh CONFLICTS= ghtool-1.* - lang/nhc98 conflicts with devel/hs-hmake common files: bin/hi CONFLICTS= hs-hmake-3.* - sysutils/multitail conflicts with sysutils/qlogtools common files: bin/multitail CONFLICTS= qlogtools-3.* obrien@FreeBSD.org - editors/vim conflicts with editors/vim5 common files: bin/rvim CONFLICTS= vim-5.8.* - editors/vim5 conflicts with editors/vim common files: bin/rvim CONFLICTS= vim-6.2.* - misc/jive conflicts with misc/talkfilters common files: bin/jive CONFLICTS= talkfilters-2.* - print/mp-letter conflicts with editors/mp common files: bin/mp CONFLICTS= mp-3.2.* - shells/bash2 conflicts with shells/bash1 common files: bin/bashbug CONFLICTS= bash-1.14.* - textproc/urlview conflicts with news/tin common files: bin/url_handler.sh CONFLICTS= tin-1.6.* - vietnamese/vnelvis conflicts with chinese/celvis common files: bin/virec CONFLICTS= zh-celvis-1.* olgeni@FreeBSD.org - lang/erlang conflicts with lang/eiffel common files: bin/ecc CONFLICTS= eiffel-* - net/NeTraMet conflicts with lang/sr common files: bin/srl CONFLICTS= sr-2.3.* - x11/eterm conflicts with korean/eterm common files: lib/libEterm.so CONFLICTS= ko-eterm-0.8.* oliver@FreeBSD.org - mail/courier-imap conflicts with mail/courier, mail/maildrop common files: bin/maildirmake, sbin/vchkpw2userdb CONFLICTS= courier-0.42.* maildrop-1.5.* - mail/sylpheed conflicts with audio/gqradio, games/gnmm, irc/lostirc, korean/ami, mail/sylpheed-gtk2, sysutils/gtk-imonc, sysutils/xcdroast common files: bin/sylpheed, lib/charset.alias CONFLICTS= gnmm-0.1.* gqradio-0.99.* gtk-imonc-0.4.* ko-ami-1.2.* lostirc-0.2.* sylpheed-gtk2-0.9.* xcdroast-0.98.* - sysutils/xcdroast conflicts with audio/gqradio, games/gnmm, irc/lostirc, korean/ami, mail/sylpheed, sysutils/gtk-imonc common files: lib/charset.alias CONFLICTS= gnmm-0.1.* gqradio-0.99.* gtk-imonc-0.4.* ko-ami-1.2.* lostirc-0.2.* sylpheed-0.9.* olli@fromme.com - graphics/povray31 conflicts with graphics/povray common files: bin/povray CONFLICTS= povray-3.5_2 one@netlab.is.tsukuba.ac.jp - graphics/tgif-nls conflicts with graphics/tgif common files: bin/tgif CONFLICTS= tgif-4.1.* opr@bsdaemon.be - sysutils/sleuthkit conflicts with sysutils/file, sysutils/task, sysutils/tct common files: bin/file, bin/istat CONFLICTS= file-4.* task-1.* tct-1.* orlando.bassotto@ieo-research.it - emulators/vmware3 conflicts with emulators/vmware2 common files: bin/vmware CONFLICTS= vmware2-2.0.* papowell@astart.com - sysutils/LPRng conflicts with print/cups-lpr common files: sbin/lpc CONFLICTS= cups-lpr-1.1.* pat@FreeBSD.org - games/qstat conflicts with misc/pbs, net/generic-nqs common files: bin/qstat CONFLICTS= Generic-NQS-3.50.* pbs-2.* patrick@FreeBSD.org - lang/forth conflicts with lang/pfe-devel common files: bin/pfe CONFLICTS= pfe-0.32.* - lang/pfe-devel conflicts with lang/forth common files: bin/pfe CONFLICTS= pfe-0.29.* patrick@watson.org - lang/ocaml conflicts with devel/camlp4 common files: bin/mkcamlp4 CONFLICTS= camlp4-3.* pav@oook.cz - graphics/gthumb2 conflicts with graphics/gthumb common files: bin/gthumb CONFLICTS= gthumb-0.* pbecke@javagear.com - devel/arm-aout-binutils conflicts with devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc common files: lib/libiberty.a, lib/libopcodes.a CONFLICTS= crossgo32-1.* freelibiberty-0.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* perky@FreeBSD.org - devel/py-ro conflicts with audio/esound, devel/mico, net/ns, net/nsc, shells/es common files: bin/es, bin/esd, bin/ns, bin/nsc, bin/nsd CONFLICTS= es-0.9.* esound-0.2.* mico-2.3.* ns-2.* nsc-0.* - graphics/graphviz conflicts with sysutils/colorize, sysutils/prune, textproc/textutils common files: bin/colorize, bin/gpr, bin/prune CONFLICTS= colorize-0.3.* prune-1.* textutils-2.* - lang/python conflicts with devel/idlefork common files: bin/idle CONFLICTS= idlefork-0.8.* petef@FreeBSD.org - devel/devtodo conflicts with devel/tdl common files: bin/tdl CONFLICTS= tdl-1.* - devel/tdl conflicts with devel/devtodo common files: bin/tdl CONFLICTS= devtodo-0.1.* - editors/joe-devel conflicts with editors/joe common files: bin/jpico CONFLICTS= joe-2.* - mail/maildrop conflicts with mail/courier, mail/courier-imap common files: bin/maildirmake, bin/reformime CONFLICTS= courier-0.42.* courier-imap-2.1.* - misc/reed conflicts with misc/talkfilters common files: bin/wrap CONFLICTS= talkfilters-2.* - news/slrn conflicts with japanese/slrn common files: bin/slrnpull CONFLICTS= ja-slrn-0.9.* - sysutils/colorize conflicts with graphics/graphviz common files: bin/colorize CONFLICTS= graphviz-1.* peter@FreeBSD.org - editors/hexpert conflicts with japanese/hex, korean/helvis common files: bin/hex CONFLICTS= ja-hex-2.* ko-helvis-1.* peterh@sapros.com - net/gale conflicts with devel/liboop common files: lib/liboop.so CONFLICTS= liboop-0.* PFA03027@nifty.ne.jp - textproc/coco conflicts with editors/mule-common common files: bin/any2ps CONFLICTS= mule-common-2.* phj@cn.FreeBSD.org - chinese/chinput conflicts with chinese/chinput3, chinese/miniChinput common files: bin/chinput CONFLICTS= zh-chinput-3.0.* zh-miniChinput-0.1.* - chinese/stardict conflicts with chinese/stardict2 common files: bin/stardict CONFLICTS= zh-stardict-2.2.* phk@FreeBSD.org - comms/mlan conflicts with comms/mlan3 common files: lib/libmlan.a CONFLICTS= mlan3-1.* ports@FreeBSD.org - archivers/fastjar conflicts with devel/mingw32-gcc common files: bin/grepjar CONFLICTS= mingw32-gcc-3.3.* - archivers/rpm conflicts with archivers/rpm2cpio common files: bin/rpm2cpio CONFLICTS= rpm2cpio-1.1.* - audio/autools conflicts with sysutils/daemontools53 common files: bin/fifo CONFLICTS= daemontools-0.* - audio/libmusicbrainz conflicts with audio/musicbrainz common files: lib/libmusicbrainz.so CONFLICTS= musicbrainz-1.1.* - audio/muse conflicts with sysutils/muse common files: bin/muse CONFLICTS= muse-0.* - audio/musicbrainz conflicts with audio/libmusicbrainz common files: lib/libmusicbrainz.so CONFLICTS= libmusicbrainz-2.0.* - audio/osalp conflicts with audio/libaudiofile common files: bin/audiofile-config CONFLICTS= libaudiofile-0.2.* - audio/play conflicts with audio/sox common files: bin/play CONFLICTS= sox-12.17.* - audio/tclmidi conflicts with emulators/mtools common files: bin/minfo CONFLICTS= mtools-3.9.* - audio/timidity conflicts with audio/timidity++ common files: bin/timidity CONFLICTS= timidity++-2.11.* - benchmarks/iozone21 conflicts with benchmarks/iozone common files: bin/iozone CONFLICTS= iozone-3.* - biology/tinker conflicts with comms/hylafax, japanese/mh, mail/nmh, math/ss common files: bin/archive, bin/pss, bin/scan CONFLICTS= hylafax-4.1.* ja-mh-6.8.* nmh-1.0.* ss-1.3.* - cad/chipmunk conflicts with net/wol, www/analog common files: bin/analog, bin/wol CONFLICTS= analog-5.* wol-0.6.* - cad/magic conflicts with net/ipsorc common files: bin/magic CONFLICTS= ipsorc-1.7.* - cad/slffea conflicts with lang/swi-pl, math/ploticus, math/unixstat, misc/bottlerocket common files: bin/br, bin/pl, bin/ts CONFLICTS= bottlerocket-0.* ploticus-* swi-pl-* unixstat-5.* - cad/spice conflicts with cad/cider common files: bin/spice3 CONFLICTS= cider-1.* - chinese/celvis conflicts with vietnamese/vnelvis common files: bin/virec CONFLICTS= vi-vnelvis-1.* - chinese/hc conflicts with converters/cn2jp common files: bin/g2b CONFLICTS= cn2jp-1.* - converters/base64 conflicts with net/citadel common files: bin/base64 CONFLICTS= citadel-5.* - databases/mysql323-server conflicts with databases/mysql40-server, databases/mysql41-server common files: bin/resolveip CONFLICTS= mysql-server-4.0.* mysql-server-4.1.* - databases/p5-DBI-137 conflicts with databases/p5-DBI common files: bin/dbiproxy CONFLICTS= p5-DBI-1.* - databases/rdb conflicts with net/coda5_client, net/coda6_client, www/swish++ common files: bin/repair, bin/search CONFLICTS= coda-client-5.3.* coda-client-6.0.* swish++-5.* - databases/tinycdb conflicts with benchmarks/polygraph common files: bin/cdb CONFLICTS= polygraph-2.7.* - deskutils/knowit conflicts with deskutils/knowit common files: bin/knowit CONFLICTS= knowit-0.8 - devel/bison conflicts with devel/bison1875 common files: bin/bison CONFLICTS= bison-1.875_1 - devel/cdecl conflicts with devel/cutils common files: bin/cdecl CONFLICTS= cutils-1.* - devel/codecrusader conflicts with sysutils/dirdiff common files: bin/dirdiff CONFLICTS= dirdiff-1.* - devel/crossgo32 conflicts with devel/arm-aout-binutils, devel/freelibiberty, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc, lang/egcs, lang/gcc28 common files: bin/unprotoize, lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* egcs-1.1.* freelibiberty-0.* gcc-2.8.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* - devel/cutils conflicts with devel/cdecl common files: bin/cdecl CONFLICTS= cdecl-2.* - devel/dmake conflicts with lang/dice common files: bin/dmake CONFLICTS= dice-3.* - devel/e4graph conflicts with biology/ncbi-toolkit, games/torcs common files: bin/testcore, lib/libtxml.so CONFLICTS= ncbi-toolkit-2003.04.* torcs-1.2.* - devel/hptools conflicts with net/netboot common files: bin/makerom CONFLICTS= netboot-0.9.* - devel/id-utils conflicts with misc/sh-utils common files: bin/gid CONFLICTS= sh-utils-2.* - devel/idlefork conflicts with lang/python common files: bin/idle CONFLICTS= python-2.3.* - devel/imake conflicts with devel/imake-4, x11/XFree86 common files: bin/makeg, bin/xmkmf CONFLICTS= XFree86-3.3.* imake-4.3.* - devel/libargparse conflicts with graphics/aqsis common files: lib/libargparse.a CONFLICTS= aqsis-0.8.* - devel/liboop conflicts with net/gale common files: lib/liboop.so CONFLICTS= gale-0.* - devel/linguist conflicts with x11-toolkits/qt32 common files: bin/qm2ts CONFLICTS= qt-3.2.* - devel/lwp conflicts with net/arla common files: lib/liblwp.a CONFLICTS= arla-0.35.* - devel/m6811-binutils conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-gcc, devel/mingw-binutils, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc common files: lib/libiberty.a, lib/libopcodes.a, lib/libopcodes.la CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* freelibiberty-0.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* - devel/m6811-gcc conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/freelibiberty, devel/m6811-binutils, devel/mingw-binutils, devel/mingw-gcc, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc, lang/egcs, lang/gcc28 common files: bin/cpp, bin/gcov, lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* egcs-1.1.* freelibiberty-0.* gcc-2.8.* m6811-binutils-2.11.* mingw-binutils-2.11.* mingw-gcc-2.95.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* - devel/mprof conflicts with devel/mpatrol common files: bin/mprof CONFLICTS= mpatrol-1.4.* - devel/p5-Devel-DProf conflicts with lang/perl5, lang/perl5.8 common files: bin/dprofpp CONFLICTS= perl-5.6.* perl-5.8.* - devel/pccts conflicts with devel/antlr common files: bin/antlr CONFLICTS= antlr-2.7.* - devel/prototype conflicts with lang/dice common files: bin/makeproto CONFLICTS= dice-3.* - devel/pth conflicts with devel/ngpt common files: bin/pthread-config CONFLICTS= ngpt-1.0.* - dns/dnssecwalker conflicts with dns/walker common files: bin/walker CONFLICTS= walker-1.* - dns/host conflicts with dns/bind8, dns/bind84, dns/bind9, dns/bind9-dlz, dns/bind9-sdb-mysql common files: bin/host CONFLICTS= bind-8.3.* bind84-8.4.* bind9-9.2.* bind9-dlz-9.2.* bind9-sdb-mysql-9.2.* - dns/walker conflicts with dns/dnssecwalker common files: bin/walker CONFLICTS= dnssecwalker-2.* - editors/elvis conflicts with japanese/elvis, korean/helvis common files: bin/ref CONFLICTS= ja-elvis-1.8.* ko-helvis-1.* - editors/emacs conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs20, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/emacsclient, bin/etags CONFLICTS= emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - editors/emacs20 conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs21, editors/mule-common, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis common files: bin/ctags, bin/emacsclient, bin/rcs-checkin CONFLICTS= emacs-19.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - editors/thoteditor conflicts with sysutils/fileutils common files: bin/grm CONFLICTS= fileutils-4.* - emulators/dgen-sdl conflicts with science/at common files: bin/tobin CONFLICTS= at-1.* - emulators/linux_base-debian conflicts with chinese/cle_base common files: sbin/ldconfig CONFLICTS= zh-cle_base-0.* - ftp/emirror conflicts with ftp/mirror common files: bin/mirror CONFLICTS= mirror-2.* - ftp/greed conflicts with games/greed common files: bin/greed CONFLICTS= greed-game-3.* - ftp/muddleftpd conflicts with ftp/proftpd, ftp/wu-ftpd, ftp/wu-ftpd+ipv6 common files: bin/ftpwho CONFLICTS= proftpd-1.2.* wu-ftpd+ipv6-2.6.* wu-ftpd-2.6.* - games/block conflicts with editors/bed common files: bin/bed CONFLICTS= bed-0.2.* - games/bs conflicts with games/freebsd-games common files: bin/bs CONFLICTS= freebsd-games-5.* - games/evilfinder conflicts with biology/hmmer, misc/shuffle common files: bin/shuffle CONFLICTS= hmmer-2.2.* shuffle-* - games/freebsd-games conflicts with comms/mlan3, games/bs common files: bin/bs, bin/fish CONFLICTS= bs-2.* mlan3-1.* - games/gcompris conflicts with games/gcompris2 common files: bin/gcompris CONFLICTS= gcompris2-2.* - games/qcc conflicts with comms/qico common files: bin/qcc CONFLICTS= qico-0.48.* - games/torcs conflicts with devel/e4graph common files: lib/libtxml.so CONFLICTS= e4graph-1.* - graphics/ImageMagick conflicts with graphics/linux-bmrt common files: bin/composite CONFLICTS= linux-bmrt-2.* - graphics/Mesa3 conflicts with graphics/mesagl, graphics/utah-glx common files: lib/libglut.so CONFLICTS= Mesa-5.0.* utah-glx-0.9.* - graphics/aqsis conflicts with devel/libargparse common files: lib/libargparse.a CONFLICTS= libargparse-0.1.* - graphics/flip conflicts with biology/flip common files: bin/flip CONFLICTS= flip-2.0.* - graphics/gd conflicts with russian/gd common files: lib/libgd.so CONFLICTS= ru-gd-1.8.* - graphics/gts conflicts with biology/nab common files: bin/transform CONFLICTS= nab-4.5.* - graphics/mesagl conflicts with graphics/Mesa3, graphics/utah-glx common files: lib/libglut.so CONFLICTS= Mesa-3.4.* utah-glx-0.9.* - graphics/netpbm conflicts with comms/mgetty+sendfax common files: bin/g3topbm CONFLICTS= mgetty-1.1.* - graphics/nurbs++ conflicts with math/matrix common files: lib/libmatrix.so CONFLICTS= matrix-1.* - graphics/xpm conflicts with x11/XFree86-4-clients, x11/XFree86-4-libraries common files: bin/sxpm, lib/libXpm.so.4 CONFLICTS= XFree86-clients-4.3.* XFree86-libraries-4.3.* - irc/irc conflicts with irc/ircII, irc/ircd-ru, japanese/ircII common files: bin/irc, sbin/ircd CONFLICTS= ircd-ru-1.0.* ircii-* ja-ircii-2.8.* - japanese/chimera conflicts with www/chimera, www/chimera2 common files: bin/chimera CONFLICTS= chimera-1.* chimera-2.* - japanese/elvis conflicts with chinese/xemacs, chinese/xemacs21, editors/elvis, editors/emacs, editors/emacs20, editors/emacs21, editors/mule-common, editors/nvi-devel, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, korean/hanemacs, korean/helvis common files: bin/ctags, bin/elvprsv, bin/ref, bin/view CONFLICTS= elvis-2.1.* emacs-19.* emacs-20.* emacs-21.* ko-hanemacs-19.34b.* ko-helvis-1.* mule-common-2.* nvi-1.81.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - japanese/gawk conflicts with lang/gawk common files: bin/igawk CONFLICTS= gawk-3.1.* - japanese/grep conflicts with japanese/jvim, japanese/jvim3 common files: bin/jgrep CONFLICTS= ja-jvim-2.* ja-jvim-3.0.* - japanese/jed conflicts with editors/jed common files: bin/rgrep CONFLICTS= jed-0.99.* - japanese/oleo conflicts with math/oleo common files: bin/oleo CONFLICTS= oleo-1.99.* - lang/awka conflicts with chinese/chitex common files: lib/libawka.a CONFLICTS= zh-chitex-6.1.* - lang/egcs conflicts with devel/crossgo32, devel/m6811-gcc, devel/mingw-gcc, devel/mipsel-linux-gcc, lang/gcc28 common files: bin/gcc, bin/gcov, bin/unprotoize CONFLICTS= crossgo32-1.* gcc-2.8.* m6811-gcc-2.95.* mingw-gcc-2.95.* mipsel-linux-gcc-2.* - lang/eiffel conflicts with lang/erlang common files: bin/ecc CONFLICTS= erlang-* - lang/f77 conflicts with devel/fastcrc common files: bin/fc CONFLICTS= fastcrc-1.* - lang/gcc28 conflicts with devel/crossgo32, devel/m6811-gcc, devel/mingw-gcc, devel/mipsel-linux-gcc, lang/egcs common files: bin/gcc, bin/gcov, bin/unprotoize CONFLICTS= crossgo32-1.* egcs-1.1.* m6811-gcc-2.95.* mingw-gcc-2.95.* mipsel-linux-gcc-2.* - lang/gcc33 conflicts with devel/libffi common files: lib/libffi.a CONFLICTS= libffi-1.* - lang/mixal conflicts with biology/phylip common files: bin/mix CONFLICTS= phylip-3.6.* - lang/sr conflicts with net/NeTraMet, security/srm common files: bin/srl, bin/srm CONFLICTS= NeTraMet-4.* srm-1.2.* - lang/tclX80 conflicts with lang/tclX common files: bin/tcl CONFLICTS= tclX-8.3.* - lang/tensile conflicts with games/sl common files: bin/sl CONFLICTS= sl-3.* - mail/courier conflicts with mail/courier-imap, mail/maildrop, mail/postfix, mail/postfix-current, mail/postfix1, mail/sendmail, mail/sendmail-old, mail/smail, sysutils/ucspi-tcp common files: bin/addcr, bin/mailq, bin/reformime, bin/rmail, sbin/vchkpw2userdb CONFLICTS= courier-imap-2.1.* maildrop-1.5.* postfix-1.1.* postfix-2.0.* postfix-2.0.14-* sendmail-8.11.* sendmail-8.12.* smail-3.2.* ucspi-tcp-0.* - mail/dkimap4 conflicts with mail/movemail common files: bin/movemail CONFLICTS= movemail-1.* - mail/exim-old conflicts with mail/exim common files: sbin/exiqsumm CONFLICTS= exim-4.* - mail/gmime conflicts with mail/gmime2 common files: bin/gmime-config CONFLICTS= gmime-2.1.* - mail/postfix1 conflicts with mail/courier, mail/postfix, mail/postfix-current, mail/sendmail, mail/sendmail-old, mail/smail, mail/zmailer common files: bin/mailq, bin/rmail, sbin/sendmail, sbin/smtp-source CONFLICTS= courier-0.42.* postfix-2.0.* postfix-2.0.14-* sendmail-8.11.* sendmail-8.12.* smail-3.2.* zmailer-2.99.* - mail/smail conflicts with mail/bsmtp, mail/courier, mail/postfix, mail/postfix-current, mail/postfix1, mail/sendmail, mail/sendmail-old, mail/zmailer common files: bin/mailq, bin/rmail, bin/rsmtp, sbin/sendmail CONFLICTS= bsmtp-1.* courier-0.42.* postfix-1.1.* postfix-2.0.* postfix-2.0.14-* sendmail-8.11.* sendmail-8.12.* zmailer-2.99.* - math/blas conflicts with math/lapack common files: lib/libblas.so CONFLICTS= lapack-3.* - math/fbm conflicts with games/scummvm-tools, math/calc, math/unixstat, www/swish++ common files: bin/calc, bin/extract, bin/series CONFLICTS= calc-2.11.* scummvm-tools-0.4.* swish++-5.* unixstat-5.* - math/gambit conflicts with lang/gcl common files: bin/gcl CONFLICTS= gcl-2.5.* - math/gri conflicts with emulators/sim common files: bin/gri CONFLICTS= sim-2.10.* - math/netcdf conflicts with graphics/hdf common files: bin/ncgen CONFLICTS= hdf-4.* - math/oleo conflicts with japanese/oleo common files: bin/oleo CONFLICTS= ja-oleo-1.* - math/ss conflicts with biology/tinker, security/sudoscript common files: bin/pss, bin/ss CONFLICTS= sudoscript-2.1.* tinker-4.* - misc/display conflicts with misc/goblin common files: bin/display CONFLICTS= goblin-2.6.* - misc/goblin conflicts with lang/gauche, misc/display common files: bin/display, bin/gosh CONFLICTS= display-1.* gauche-0.7.* - misc/grc conflicts with devel/cc65 common files: bin/grc CONFLICTS= cc65-2.9.* - misc/talkfilters conflicts with misc/chef, misc/jive, misc/reed common files: bin/chef, bin/jive, bin/wrap CONFLICTS= chef* jive* reed-5.* - multimedia/libquicktime conflicts with multimedia/openquicktime common files: bin/qtdump CONFLICTS= openquicktime-1.* - multimedia/mplex conflicts with multimedia/mjpegtools common files: bin/mplex CONFLICTS= mjpegtools-1.6.* - net/SSLtelnet conflicts with security/heimdal, security/krb5, security/srp common files: bin/telnet CONFLICTS= heimdal-0.* krb5-1.3.* srp-1.7.* - net/arla conflicts with devel/lwp, security/heimdal common files: lib/liblwp.a, lib/libss.a CONFLICTS= heimdal-0.* lwp-1.* - net/cap conflicts with net/netatalk common files: bin/papstatus CONFLICTS= netatalk-1.6.* - net/freewais-sf conflicts with textproc/sgmlformat common files: bin/catalog CONFLICTS= sgmlformat-1.* - net/gnu-finger conflicts with net/pfinger common files: bin/finger CONFLICTS= pfinger-0.7.* - net/gofish conflicts with www/gn common files: bin/mkcache CONFLICTS= gn-2.* - net/ns conflicts with devel/py-ro common files: bin/ns CONFLICTS= py23-ro-3.* - net/pfinger conflicts with net/gnu-finger common files: bin/finger CONFLICTS= gnu-finger-1.* - net/relay conflicts with lang/expect, mail/rftp, net/socks5 common files: bin/rftp CONFLICTS= expect-5.38.* rftp-1.* socks5-1.0.* - net/silc-server conflicts with net/silc-client common files: lib/libsilc.so CONFLICTS= silc-client-0.9.* - net/socks5 conflicts with lang/expect, mail/rftp, net/relay common files: bin/rftp CONFLICTS= expect-5.38.* relay-1.* rftp-1.* - net/tightvnc conflicts with net/tridiavnc common files: bin/vncviewer CONFLICTS= tridiavnc-1.* - net/trafd conflicts with net/bpft common files: bin/trafstop CONFLICTS= bpft-4.* - net/tridiavnc conflicts with net/tightvnc common files: bin/vncviewer CONFLICTS= tightvnc-1.2.* - news/trn conflicts with news/trn4 common files: bin/trn-artchk CONFLICTS= trn-4.0.* - print/cups-lpr conflicts with sysutils/LPRng common files: sbin/lpc CONFLICTS= LPRng-3.8.* - print/dvi2tty conflicts with japanese/dvi2tty common files: bin/dvi2tty CONFLICTS= ja-dvi2tty-ascii-5.* - print/pclprint conflicts with graphics/quickpics common files: bin/qp CONFLICTS= quickpics-1.* - print/xdvik conflicts with japanese/ptex-base, japanese/xdvik-vflib, print/teTeX common files: bin/gsftopk, bin/xdvi CONFLICTS= ja-ptex-base-3.1.* ja-xdvik-vflib-22.40w.* teTeX-2.0.* - science/oases conflicts with devel/p5-PAR, security/nss common files: bin/pp CONFLICTS= nss-3.* p5-PAR-0.* - security/amavisd conflicts with security/amavis-perl, security/amavisd-new common files: sbin/amavis, sbin/amavisd CONFLICTS= amavis-perl-* amavisd-new-20030616.* - security/lsh conflicts with security/nettle common files: lib/libnettle.a CONFLICTS= nettle-1.* - security/nbaudit conflicts with net/nat common files: bin/nat CONFLICTS= nat-* - security/pgp conflicts with security/pgp6 common files: bin/pgp CONFLICTS= pgp-6.5.* - security/pidentd conflicts with security/fakeident common files: sbin/identd CONFLICTS= fakeident-1.* - security/pscan conflicts with biology/emboss common files: bin/pscan CONFLICTS= emboss-2.4.* - security/srp conflicts with net/SSLtelnet, security/heimdal, security/krb5 common files: bin/telnet, sbin/telnetd CONFLICTS= SSLtelnet-0.* heimdal-0.* krb5-1.3.* - security/ssh conflicts with security/openssh, security/openssh-portable, security/ssh2 common files: sbin/sshd CONFLICTS= openssh-3.6.* openssh-portable-3.7.* ssh2-3.2.* - shells/bash1 conflicts with shells/bash2 common files: bin/bashbug CONFLICTS= bash-2.05b.* - sysutils/ltrace conflicts with benchmarks/polygraph, misc/moviedb common files: bin/ltrace CONFLICTS= moviedb-3.* polygraph-2.7.* - sysutils/psmisc conflicts with sysutils/pstree common files: bin/pstree CONFLICTS= pstree-2.* - sysutils/pstree conflicts with sysutils/psmisc common files: bin/pstree CONFLICTS= psmisc-* - sysutils/upsd conflicts with sysutils/nut common files: sbin/upsd CONFLICTS= nut-1.4.* - textproc/agrep conflicts with textproc/glimpse, textproc/libtre common files: bin/agrep CONFLICTS= glimpse-4.12.* libtre-0.5.* - textproc/align conflicts with biology/fasta common files: bin/align CONFLICTS= fasta-20.* - textproc/freegrep conflicts with archivers/gzip common files: bin/zgrep CONFLICTS= gzip-1.3.* - textproc/glimpse conflicts with textproc/agrep, textproc/libtre common files: bin/agrep CONFLICTS= agrep-2.* libtre-0.5.* - textproc/latex2html conflicts with japanese/latex2html common files: bin/texexpand CONFLICTS= ja-latex2html-2002.2.* - textproc/libtre conflicts with textproc/agrep, textproc/glimpse common files: bin/agrep CONFLICTS= agrep-2.* glimpse-4.12.* - textproc/nicetext conflicts with devel/rinfo common files: bin/rinfo CONFLICTS= rinfo-1.* - textproc/rubber conflicts with print/rubber common files: bin/rubber-info CONFLICTS= rubber-0.99.5 - textproc/sp conflicts with textproc/jade common files: lib/libsp.a CONFLICTS= jade-1.2.* - textproc/tth conflicts with japanese/latex2html, print/hyperlatex common files: bin/l2h, bin/ps2gif CONFLICTS= Hyperlatex-2.* ja-latex2html-2002.2.* - www/chimera conflicts with japanese/chimera, www/chimera2 common files: bin/chimera CONFLICTS= chimera-2.* ja-chimera-1.* - www/gn conflicts with net/gofish common files: bin/mkcache CONFLICTS= gofish-0.* - www/hydra conflicts with security/hydra common files: bin/hydra CONFLICTS= hydra-2.* - www/lynx conflicts with japanese/lynx, japanese/lynx-current, www/lynx-current common files: bin/lynx CONFLICTS= ja-lynx-2.8.* lynx-2.8.5d16_3 - www/surfraw conflicts with ftp/ftpfind, ftp/ftpsearch, misc/translate common files: bin/ftpfind, bin/ftpsearch, bin/translate CONFLICTS= ftpfind-0.* ftpsearch-1.* translate-1.* - www/swish++ conflicts with databases/rdb, games/scummvm-tools, mail/metamail, math/fbm common files: bin/extract, bin/search, bin/splitmail CONFLICTS= fbm-* metamail-2.* rdb-2.* scummvm-tools-0.4.* - www/udmsearch conflicts with www/mnogosearch common files: bin/udm-config CONFLICTS= mnogosearch-3.1.* - x11-clocks/rclock conflicts with japanese/rxvt common files: bin/rclock CONFLICTS= ja-rxvt-2.7.* - x11-toolkits/fox conflicts with x11-toolkits/fox-devel common files: lib/libFOX.so CONFLICTS= fox-1.1.* - x11-toolkits/fox-devel conflicts with x11-toolkits/fox common files: lib/libFOX.so CONFLICTS= fox-1.0.* - x11-toolkits/wxgtk conflicts with x11-toolkits/wxgtk-devel common files: bin/wx-config CONFLICTS= wxgtk-2.4.* - x11-toolkits/wxgtk-devel conflicts with x11-toolkits/wxgtk common files: bin/wx-config CONFLICTS= wxgtk-2.2.* - x11-toolkits/xrender conflicts with x11/XFree86-4-libraries common files: lib/libXrender.so.1 CONFLICTS= XFree86-libraries-4.3.* - x11-wm/afterstep conflicts with x11-wm/afterstep-i18n, x11-wm/afterstep-stable common files: bin/afterstep CONFLICTS= afterstep-1.8.* afterstep-i18n-1.* - x11-wm/afterstep-i18n conflicts with x11-wm/afterstep, x11-wm/afterstep-stable common files: bin/afterstep CONFLICTS= afterstep-1.* afterstep-1.8.* - x11-wm/fvwm95 conflicts with x11-wm/fvwm, x11-wm/fvwm2, x11-wm/fvwm2-devel, x11-wm/fvwm2-i18n, x11-wm/fvwm95-i18n common files: bin/xpmroot, lib/libfvwm95.a CONFLICTS= fvwm-1.* fvwm-2.4.* fvwm-2.5.* fvwm2-i18n-2.* fvwm95-i18n-2.0.* - x11/tycoon conflicts with x11/xprompt common files: bin/xprompt CONFLICTS= xprompt-1.* ports@vocito.com - devel/freelibiberty conflicts with devel/arm-aout-binutils, devel/crossgo32, devel/m6811-binutils, devel/m6811-gcc, devel/mingw-binutils, devel/mingw32-binutils, devel/mipsel-linux-binutils, devel/mipsel-linux-gcc, devel/msp430-binutils, devel/msp430-gcc common files: lib/libiberty.a CONFLICTS= arm-aout-binutils-2.12.* crossgo32-1.* m6811-binutils-2.11.* m6811-gcc-2.95.* mingw-binutils-2.11.* mingw32-binutils-2.14.* mipsel-linux-binutils-2.10.* mipsel-linux-gcc-2.* msp430-binutils-2.* msp430-gcc-3.2.* ptiJo@noos.fr - x11-fm/xfe conflicts with databases/namazu2, devel/avr-gcc, net/ap-utils, sysutils/lineakd, sysutils/linneighborhood, textproc/opensp common files: lib/charset.alias CONFLICTS= LinNeighborhood-0.6.* OpenSP-1.* ap-utils-1.3.* avr-gcc-3.3.* lineakd-0.4.* namazu2-2.0.* q@uni.de - games/quake2forge conflicts with games/quake2lnx common files: bin/quake2 CONFLICTS= quake2lnx-0.* rael@vectorstar.net - irc/lostirc conflicts with audio/gqradio, games/gnmm, korean/ami, mail/sylpheed, sysutils/gtk-imonc, sysutils/xcdroast common files: lib/charset.alias CONFLICTS= gnmm-0.1.* gqradio-0.99.* gtk-imonc-0.4.* ko-ami-1.2.* sylpheed-0.9.* xcdroast-0.98.* riggs@rrr.de - cad/linux-eagle conflicts with german/linux-eagle common files: bin/eagle CONFLICTS= de-linux-eagle-4.09.* - german/linux-eagle conflicts with cad/linux-eagle common files: bin/eagle CONFLICTS= linux-eagle-4.09.* rjoseph@mammalia.org - graphics/linux-bmrt conflicts with graphics/ImageMagick common files: bin/composite CONFLICTS= ImageMagick-5.5.* roam@FreeBSD.org - dns/ghtool conflicts with lang/generic-haskell common files: bin/gh CONFLICTS= generic-haskell-1.* - net/tcpcat conflicts with sysutils/ucspi-tcp common files: bin/tcpcat CONFLICTS= ucspi-tcp-0.* - sysutils/daemontools conflicts with mail/serialmail, sysutils/daemontools53, sysutils/freedt common files: bin/setlock, bin/svstat CONFLICTS= daemontools-0.53 freedt-0.* serialmail-0.* - sysutils/timelimit conflicts with net/netpipes common files: bin/timelimit CONFLICTS= netpipes-4.* - textproc/texi2html conflicts with japanese/ptex-base, print/teTeX common files: bin/texi2html CONFLICTS= ja-ptex-base-3.1.* teTeX-2.0.* rob@debank.tv - security/clamav-devel conflicts with security/clamav common files: lib/libclamav.a CONFLICTS= clamav-0.* roland.jesse@gmx.net - lang/squeak3 conflicts with lang/squeak2 common files: bin/squeak CONFLICTS= squeak-2.* roman@xpert.com - net/nat conflicts with security/nbaudit common files: bin/nat CONFLICTS= nbaudit-1.* rsidd@online.fr - audio/vsound conflicts with audio/linux-vsound common files: bin/vsound CONFLICTS= linux-vsound-0.* ru@FreeBSD.org - textproc/gxditview conflicts with japanese/gxditview common files: bin/gxditview CONFLICTS= ja-gxditview-1.18.* ruslan@shevchenko.kiev.ua - x11-fm/offix-files conflicts with x11-fm/asfiles common files: bin/files CONFLICTS= asfiles-1.* rv@gnu.org - devel/cons conflicts with biology/emboss common files: bin/cons CONFLICTS= emboss-2.4.* ryan@sasknow.com - ftp/mirror conflicts with ftp/emirror common files: bin/mirror CONFLICTS= emirror-2.1.* ryo2@on.rim.or.jp - x11-wm/fvwm95-i18n conflicts with x11-wm/fvwm, x11-wm/fvwm2, x11-wm/fvwm2-devel, x11-wm/fvwm2-i18n, x11-wm/fvwm95 common files: bin/xpmroot, lib/libfvwm95.a CONFLICTS= fvwm-1.* fvwm-2.4.* fvwm-2.5.* fvwm2-i18n-2.* fvwm95-2.0.* s_bschmi@ira.uka.de - editors/jed conflicts with japanese/jed common files: bin/rgrep CONFLICTS= ja-jed-0.99.* saito@a2z.co.jp - japanese/postgresql-tcltk conflicts with databases/postgresql-tcltk common files: bin/pgtksh CONFLICTS= postgresql-tcltk-7.3.* saken@hotel.rmta.org - shells/rc conflicts with comms/lirc common files: bin/rc CONFLICTS= lirc-0.6.* - www/tidy conflicts with www/tidy-devel common files: bin/tidy CONFLICTS= tidy-devel-* sam@inf.enst.fr - x11-toolkits/gtkada conflicts with x11/zenity common files: bin/gdialog CONFLICTS= zenity-1.* sanpei@FreeBSD.org - japanese/iv conflicts with graphics/ivtools common files: lib/libUnidraw.so CONFLICTS= ivtools-1.0.* scott+ports@sabami.seaslug.org - mail/nmh conflicts with biology/tinker, japanese/mh common files: bin/scan, bin/whom CONFLICTS= ja-mh-6.8.* tinker-4.* se@FreeBSD.org - comms/yaps conflicts with audio/abcmidi common files: bin/yaps CONFLICTS= abcmidi-* - games/xblast conflicts with games/xblast-beta common files: bin/xbsndsrv CONFLICTS= xblast-beta-2.7.* - games/xblast-beta conflicts with games/xblast common files: bin/xbsndsrv CONFLICTS= xblast-2.6.* - www/mini_httpd conflicts with www/apache2 common files: sbin/htpasswd CONFLICTS= apache-2.0.* sean@sfarc.net - audio/faad conflicts with multimedia/mpeg4ip common files: lib/libmp4v2.so.0 CONFLICTS= mpeg4ip-0.9.* seanc@FreeBSD.org - databases/postgresql-devel conflicts with databases/postgresql7, databases/postgresql72 common files: lib/libecpg.a, lib/libpq.so.3 CONFLICTS= postgresql-7.2.* postgresql-7.3.* - devel/bison1875 conflicts with devel/bison common files: bin/bison CONFLICTS= bison-1.75_1 sem@ciam.ru - devel/mico conflicts with devel/ORBacus, devel/py-ro common files: bin/iordump, bin/nsd CONFLICTS= ORBacus-3.2.* py23-ro-3.* sergei@kolobov.com - devel/skalibs conflicts with dns/bind9, dns/bind9-dlz, dns/bind9-sdb-mysql common files: lib/libdns.a CONFLICTS= bind9-9.2.* bind9-dlz-9.2.* bind9-sdb-mysql-9.2.* - dns/posadis conflicts with devel/libltdl, net/freeradius, net/gnunet common files: lib/libltdl.so.4 CONFLICTS= freeradius-0.8.* gnunet-0.6.* libltdl-1.* - mail/ezmlm conflicts with mail/ezmlm-idx common files: bin/ezmlm-weed CONFLICTS= ezmlm-idx-0.* - mail/ezmlm-idx conflicts with mail/ezmlm common files: bin/ezmlm-weed CONFLICTS= ezmlm-0.* - mail/serialmail conflicts with sysutils/daemontools, sysutils/freedt common files: bin/setlock CONFLICTS= daemontools-0.* freedt-0.* - net/wol conflicts with cad/chipmunk common files: bin/wol CONFLICTS= chipmunk-5.* - sysutils/qlogtools conflicts with sysutils/multitail common files: bin/multitail CONFLICTS= multitail-3.0.* sf@FreeBSD.org - ftp/wget conflicts with ftp/wget+ipv6 common files: bin/wget CONFLICTS= wget+ipv6-1.* - ftp/wget+ipv6 conflicts with ftp/wget common files: bin/wget CONFLICTS= wget-1.8.* shanali@yahoo.com - net/radiator conflicts with net/gnu-radius common files: bin/builddbm CONFLICTS= gnu-radius-1.* shaoz@asia.com - games/xgospel conflicts with multimedia/camserv common files: bin/relay CONFLICTS= camserv-0.* sheepkiller@cultdeadsheep.org - dns/bind9-sdb-mysql conflicts with devel/skalibs, dns/bind8, dns/bind84, dns/bind9, dns/bind9-dlz, dns/host common files: bin/host, lib/libdns.a, sbin/named, sbin/rndc-confgen CONFLICTS= bind-8.3.* bind84-8.4.* bind9-9.2.* bind9-dlz-9.2.* host-* skalibs-0.* - www/apache13-ssl conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache2, www/caudium-devel, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd, sbin/suexec CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache-1.3.* apache-2.0.* apache_fp-1.3.* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* - www/apache2 conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13+ipv6, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/mini_httpd common files: sbin/htpasswd, sbin/suexec CONFLICTS= apache+ipv6-1.3.* apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-1.3.* apache_fp-1.3.* mini_httpd-1.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* sheldonh@FreeBSD.org - mail/exim conflicts with mail/exim-old common files: sbin/exiqsumm CONFLICTS= exim-3.* shige@FreeBSD.org - japanese/kon2-16dot conflicts with chinese/kon2 common files: bin/kon CONFLICTS= zh-kon2-16dot-0.* - japanese/lynx conflicts with japanese/lynx-current, www/lynx, www/lynx-current common files: bin/lynx CONFLICTS= ja-lynx-2.8.5.dev7 lynx-2.8.* - japanese/lynx-current conflicts with japanese/lynx, www/lynx, www/lynx-current common files: bin/lynx CONFLICTS= ja-lynx-2.8.4.rel1 lynx-2.8.* - japanese/perl5 conflicts with lang/perl5, lang/perl5.8, textproc/p5-podlators common files: bin/pod2text, bin/splain CONFLICTS= p5-podlators-1.* perl-5.6.* perl-5.8.* shipley@dis.org - net/libnet conflicts with misc/pbs, net/libnet-devel common files: lib/libnet.a CONFLICTS= libnet-devel-1.1.* pbs-2.* simonmar@microsoft.com - lang/ghc conflicts with lang/ghc6 common files: bin/stat2resid CONFLICTS= ghc6-6.0.* - lang/ghc6 conflicts with lang/ghc common files: bin/stat2resid CONFLICTS= ghc-5.04.* skv@FreeBSD.org - textproc/p5-PodParser conflicts with lang/perl5, lang/perl5.8 common files: bin/podselect CONFLICTS= perl-5.6.* perl-5.8.* - textproc/p5-podlators conflicts with japanese/perl5, lang/perl5, lang/perl5.8 common files: bin/pod2text CONFLICTS= ja-perl-5.005.* perl-5.6.* perl-5.8.* smace@freebsd.org - net/libnet-devel conflicts with misc/pbs, net/libnet common files: lib/libnet.a CONFLICTS= libnet-1.0.* pbs-2.* so14k@so14k.com - editors/qemacs conflicts with chinese/qe common files: bin/qe CONFLICTS= zh-qe-0.1.* - irc/ircd-hybrid conflicts with irc/bnc, irc/dancer-ircd, irc/tr-ircd, lang/expect common files: bin/ircd, bin/mkpasswd, bin/viconf CONFLICTS= bnc-2.8.* dancer-ircd-1.0.* expect-5.38.* tr-ircd-5.1.* spadger@best.com - x11-fm/tkdesk conflicts with japanese/tkdesk, misc/vifm common files: bin/pauseme, bin/tkdesksh CONFLICTS= ja-tkdesk-1.* vifm-0.* statue@freebsd.sinica.edu.tw - chinese/CJK conflicts with chinese/chitex common files: bin/ttf2tfm CONFLICTS= zh-chitex-6.1.* - chinese/chinput3 conflicts with chinese/chinput, chinese/miniChinput common files: bin/chinput CONFLICTS= zh-chinput-2.* zh-miniChinput-0.1.* - chinese/chitex conflicts with chinese/CJK, lang/awka, print/t1utils, print/ttf2pt1 common files: bin/t1asm, bin/ttf2tfm, lib/libawka.a CONFLICTS= awka-0.7.* t1utils-1.* ttf2pt1-3.4.* zh-CJK-4.5.* - chinese/kon2 conflicts with japanese/kon2-16dot common files: bin/kon CONFLICTS= ja-kon2-16dot-0.* - chinese/miniChinput conflicts with chinese/chinput, chinese/chinput3 common files: bin/chinput CONFLICTS= zh-chinput-2.* zh-chinput-3.0.* - chinese/qe conflicts with editors/qemacs common files: bin/qe CONFLICTS= qemacs-0.3.* - chinese/qterm conflicts with misc/pbs common files: bin/qterm CONFLICTS= pbs-2.* - chinese/stardict2 conflicts with chinese/stardict common files: bin/stardict CONFLICTS= zh-stardict-1.* - print/ttf2pt1 conflicts with chinese/chitex, print/t1utils common files: bin/t1asm CONFLICTS= t1utils-1.* zh-chitex-6.1.* stefan.jahn@nemesis-sektor.de - audio/gqradio conflicts with games/gnmm, irc/lostirc, korean/ami, mail/sylpheed, sysutils/gtk-imonc, sysutils/xcdroast common files: lib/charset.alias CONFLICTS= gnmm-0.1.* gtk-imonc-0.4.* ko-ami-1.2.* lostirc-0.2.* sylpheed-0.9.* xcdroast-0.98.* steffen@vogelreuter.de - sysutils/gtk-imonc conflicts with audio/gqradio, games/gnmm, irc/lostirc, korean/ami, mail/sylpheed, sysutils/xcdroast common files: lib/charset.alias CONFLICTS= gnmm-0.1.* gqradio-0.99.* ko-ami-1.2.* lostirc-0.2.* sylpheed-0.9.* xcdroast-0.98.* steve@freebsd.org - devel/pmake conflicts with graphics/hdf common files: bin/vmake CONFLICTS= hdf-4.* - x11-toolkits/open-motif conflicts with x11-toolkits/lesstif common files: lib/libXm.so CONFLICTS= lesstif-0.93.* sue@FreeBSD.org - audio/abcmidi conflicts with comms/yaps common files: bin/yaps CONFLICTS= yaps-0.* sumikawa@FreeBSD.org - ftp/wu-ftpd+ipv6 conflicts with ftp/muddleftpd, ftp/proftpd, ftp/wu-ftpd common files: bin/ftpwho, sbin/ftpshut, sbin/privatepw CONFLICTS= muddleftpd-1.3.* proftpd-1.2.* wu-ftpd-2.6.* - misc/lv conflicts with sysutils/ndir common files: bin/lv CONFLICTS= ndir-0.8.* - net/netcat conflicts with net/obnc common files: bin/nc CONFLICTS= obnc-* - net/zebra conflicts with net/quagga, net/zebra-devel common files: bin/vtysh, sbin/zebractl CONFLICTS= quagga-0.96.* zebra-0.94.* - www/apache13+ipv6 conflicts with russian/apache13, russian/apache13-modssl, www/apache13, www/apache13-fp, www/apache13-modssl, www/apache13-ssl, www/apache2, www/caudium-devel, www/caudium10, www/caudium12, www/thttpd common files: bin/htpasswd, sbin/suexec CONFLICTS= apache+mod_ssl-1.3.* apache+ssl-1.3.* apache-1.3.* apache-2.0.* apache_fp-1.3.* caudium-devel-1.3.* caudium10-1.0.* caudium12-1.2.* ru-apache+mod_ssl-1.3.* ru-apache-1.3.* thttpd-2.* svenasse@polaris.ca - security/amavis-perl conflicts with security/amavisd, security/amavisd-new common files: sbin/amavis CONFLICTS= amavisd-0.* amavisd-new-20030616.* sw@gegenunendlich.de - misc/vifm conflicts with japanese/tkdesk, x11-fm/tkdesk common files: bin/pauseme CONFLICTS= ja-tkdesk-1.* tkdesk-1.* sysadmin@alexdupre.com - databases/mysql40-server conflicts with databases/mysql323-server, databases/mysql41-server common files: bin/resolveip CONFLICTS= mysql-server-3.23.* mysql-server-4.1.* - databases/mysql41-server conflicts with databases/mysql323-server, databases/mysql40-server common files: bin/resolveip CONFLICTS= mysql-server-3.23.* mysql-server-4.0.* - irc/tr-ircd conflicts with irc/ircd-hybrid common files: bin/ircd CONFLICTS= ircd-hybrid-6.3.* - print/pdflib conflicts with print/pdflib4 common files: lib/libpdf.so CONFLICTS= pdflib-4.0.* - print/pdflib4 conflicts with print/pdflib common files: lib/libpdf.so CONFLICTS= pdflib-5.0.* t-ishii@tryplanet.com - ftp/ftpfind conflicts with www/surfraw common files: bin/ftpfind CONFLICTS= surfraw-1.0.* tacho@daemonz.org - lang/bigloo conflicts with net/netatalk common files: bin/afile CONFLICTS= netatalk-1.6.* taoka@FreeBSD.org - editors/mule-common conflicts with chinese/xemacs, chinese/xemacs21, editors/emacs, editors/emacs20, editors/emacs21, editors/xemacs, editors/xemacs-devel, editors/xemacs-devel-mule, editors/xemacs21, editors/xemacs21-mule, japanese/elvis, korean/hanemacs, korean/helvis, textproc/coco common files: bin/any2ps, bin/ctags, bin/emacsclient, bin/rcs-checkin CONFLICTS= coco-2.* emacs-19.* emacs-20.* emacs-21.* ja-elvis-1.8.* ko-hanemacs-19.34b.* ko-helvis-1.* xemacs-21.1.* xemacs-21.4.* xemacs-devel-21.5.* xemacs-devel-mule-21.5.* xemacs-mule-21.4.* zh-xemacs-20.* zh-xemacs-mule-21.4.* - japanese/jvim conflicts with japanese/grep, japanese/jvim3 common files: bin/jgrep CONFLICTS= ja-grep-2.4.* ja-jvim-3.0.* - japanese/jvim3 conflicts with japanese/grep, japanese/jvim common files: bin/jgrep CONFLICTS= ja-grep-2.4.* ja-jvim-2.* - japanese/kinput2-canna conflicts with japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-canna+freewnn conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-canna+freewnn+sj3 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-canna+sj3 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-canna+sj3+wnn6 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-canna+sj3+wnn7 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-canna+wnn6 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-canna+wnn7 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-freewnn conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-freewnn+sj3 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-sj3 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-sj3+wnn6 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-sj3+wnn7 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-wnn6, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-wnn6 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn7 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn7-3.* - japanese/kinput2-wnn7 conflicts with japanese/kinput2-canna, japanese/kinput2-canna+freewnn, japanese/kinput2-canna+freewnn+sj3, japanese/kinput2-canna+sj3, japanese/kinput2-canna+sj3+wnn6, japanese/kinput2-canna+sj3+wnn7, japanese/kinput2-canna+wnn6, japanese/kinput2-canna+wnn7, japanese/kinput2-freewnn, japanese/kinput2-freewnn+sj3, japanese/kinput2-sj3, japanese/kinput2-sj3+wnn6, japanese/kinput2-sj3+wnn7, japanese/kinput2-wnn6 common files: bin/kinput2 CONFLICTS= ja-kinput2-canna+freewnn-3.* ja-kinput2-canna+sj3+freewnn-3.* ja-kinput2-canna+sj3+wnn6-3.* ja-kinput2-canna+sj3+wnn7-3.* ja-kinput2-canna+sj3-3.* ja-kinput2-canna+wnn6-3.* ja-kinput2-canna+wnn7-3.* ja-kinput2-canna-3.* ja-kinput2-freewnn-3.* ja-kinput2-sj3+freewnn-3.* ja-kinput2-sj3+wnn6-3.* ja-kinput2-sj3+wnn7-3.* ja-kinput2-sj3-3.* ja-kinput2-wnn6-3.* - japanese/tgif2tex conflicts with print/tgif2tex common files: bin/tgif2tex CONFLICTS= tgif2tex-2.* - print/bjfilter850 conflicts with print/bjfilter850ug common files: bin/bjf850raw CONFLICTS= bjfilter850ug-1.* - print/bjfilter850ug conflicts with print/bjfilter850 common files: bin/bjf850raw CONFLICTS= bjfilter850-1.* - print/tgif2tex conflicts with japanese/tgif2tex common files: bin/tgif2tex CONFLICTS= ja-tgif2tex-2.* tdv94ped@cs.umu.se - comms/hylafax conflicts with biology/tinker, comms/mgetty+sendfax common files: bin/archive, bin/faxrm CONFLICTS= mgetty-1.1.* tinker-4.* tg@FreeBSD.org - devel/cweb conflicts with japanese/ptex-base, print/teTeX common files: bin/cweave CONFLICTS= ja-ptex-base-3.1.* teTeX-2.0.* - print/acroread conflicts with print/acroread5 common files: bin/acroread CONFLICTS= acroread-5.* thierry@pompo.net - lang/njs conflicts with lang/spidermonkey common files: bin/js CONFLICTS= js-1.5.* - news/newsx conflicts with news/leafnode common files: bin/newsq CONFLICTS= leafnode-1.9.* - www/tidy-devel conflicts with www/tidy common files: bin/tidy CONFLICTS= tidy-20000804_2 tim@bishnet.net - sysutils/freedt conflicts with mail/serialmail, sysutils/daemontools, sysutils/daemontools53, sysutils/ucspi-tcp common files: bin/recordio, bin/setlock, bin/svstat CONFLICTS= daemontools-0.* serialmail-0.* ucspi-tcp-0.* tim@robbins.dropbear.id.au - net/coda6_client conflicts with databases/rdb, net/coda5_client, net/coda5_server, net/coda6_server, security/cfs common files: bin/cpasswd, bin/repair, sbin/coda-setup-ports, sbin/codaconfedit, sbin/vutil CONFLICTS= cfs-1.4.* coda-client-5.3.* coda-server-5.* coda-server-6.0.* rdb-2.* - net/coda6_server conflicts with net/coda5_client, net/coda5_server, net/coda6_client common files: sbin/codaconfedit, sbin/volutil CONFLICTS= coda-client-5.3.* coda-client-6.0.* coda-server-5.* tmutoh@mx10.freecom.ne.jp - mbone/relate conflicts with biology/fasta common files: bin/relate CONFLICTS= fasta-20.* toasty@dragondata.com - editors/joe conflicts with editors/joe-devel common files: bin/jpico CONFLICTS= joe-devel-2.9.* - mail/elm conflicts with converters/mmencode, korean/elm, mail/elm+ME, mail/metamail, mail/newmail common files: bin/mmencode, bin/newmail, bin/readmsg, lib/elmrc-info CONFLICTS= elm+ME-2.4.* ko-elm-2.4h4.* metamail-2.* mmencode-2.* newmail-1.0.* tobez@FreeBSD.org - lang/perl5 conflicts with devel/p5-Devel-DProf, japanese/perl5, lang/perl5.8, textproc/p5-PodParser, textproc/p5-podlators common files: bin/dprofpp, bin/pod2text, bin/podselect, bin/splain, bin/use.perl CONFLICTS= ja-perl-5.005.* p5-Devel-DProf-* p5-PodParser-1.* p5-podlators-1.* perl-5.8.* - lang/perl5.8 conflicts with devel/p5-Devel-DProf, japanese/perl5, lang/perl5, textproc/p5-PodParser, textproc/p5-podlators common files: bin/dprofpp, bin/pod2text, bin/podselect, bin/splain, bin/use.perl CONFLICTS= ja-perl-5.005.* p5-Devel-DProf-* p5-PodParser-1.* p5-podlators-1.* perl-5.6.* tonym@biolateral.com.au - biology/dna-qc conflicts with audio/normalize, comms/mlan3 common files: bin/counter, bin/normalize CONFLICTS= mlan3-1.* normalize-0.7.* - biology/flip conflicts with graphics/flip common files: bin/flip CONFLICTS= flip-2.3.* - biology/ncbi-toolkit conflicts with devel/e4graph, devel/fhist common files: bin/fmerge, bin/testcore CONFLICTS= e4graph-1.* fhist-1.* - net/generic-nqs conflicts with games/qstat, misc/pbs common files: bin/qstat, bin/qsub CONFLICTS= pbs-2.* qstat-2.5.* Tor.Egge@idi.ntnu.no - ftp/ftpsearch conflicts with www/surfraw common files: bin/ftpsearch CONFLICTS= surfraw-1.0.* torstenb@FreeBSD.org - mail/metamail conflicts with converters/mmencode, mail/elm, www/swish++ common files: bin/mmencode, bin/splitmail CONFLICTS= elm-2.5.* mmencode-2.* swish++-5.* trevor@FreeBSD.org - print/acroread5 conflicts with print/acroread common files: bin/acroread CONFLICTS= acroread-3.* udo.schweigert@siemens.com - mail/mutt conflicts with japanese/mutt, japanese/mutt-devel common files: bin/pgpring CONFLICTS= ja-mutt-1.4.* ja-mutt-1.5.* - net/linux-jigdo conflicts with ftp/jigdo common files: bin/jigdo-mirror CONFLICTS= jigdo-0.7.* - security/nessus conflicts with security/nessus-devel common files: sbin/nessusd CONFLICTS= nessus-devel-2.0.* - security/nessus-devel conflicts with security/nessus common files: sbin/nessusd CONFLICTS= nessus-2.0.* - security/nessus-libnasl conflicts with security/nessus-libnasl-devel common files: lib/libnasl.so.2 CONFLICTS= nessus-libnasl-devel-2.0.* - security/nessus-libnasl-devel conflicts with security/nessus-libnasl common files: lib/libnasl.so.2 CONFLICTS= nessus-libnasl-2.0.* - security/nessus-libraries conflicts with security/nessus-libraries-devel common files: sbin/uninstall-nessus CONFLICTS= nessus-libraries-devel-2.0.* - security/nessus-libraries-devel conflicts with security/nessus-libraries common files: sbin/uninstall-nessus CONFLICTS= nessus-libraries-2.0.* - security/nessus-plugins conflicts with security/nessus-plugins-devel common files: sbin/nessus-update-plugins CONFLICTS= nessus-plugins-devel-2.0.* - security/nessus-plugins-devel conflicts with security/nessus-plugins common files: sbin/nessus-update-plugins CONFLICTS= nessus-plugins-2.0.* ukatsuta@mud.biglobe.ne.jp - japanese/slrn conflicts with news/slrn common files: bin/slrnpull CONFLICTS= slrn-0.9.* user@unknown.nu - devel/camlp4 conflicts with lang/ocaml common files: bin/mkcamlp4 CONFLICTS= ocaml-3.* - misc/moviedb conflicts with benchmarks/polygraph, sysutils/ltrace common files: bin/ltrace CONFLICTS= ltrace-0.3.* polygraph-2.7.* vanilla@FreeBSD.org - emulators/hfsutils conflicts with emulators/hfs common files: bin/hfs CONFLICTS= hfs-0.* veers@disturbed.net - mail/zmailer conflicts with mail/postfix, mail/postfix-current, mail/postfix1, mail/sendmail, mail/sendmail-old, mail/smail common files: sbin/sendmail CONFLICTS= postfix-1.1.* postfix-2.0.* postfix-2.0.14-* sendmail-8.11.* sendmail-8.12.* smail-3.2.* vk@vk.pp.ru - comms/bforce conflicts with comms/bforce-kst common files: bin/nlookup CONFLICTS= bforce-kst-0.22.* - news/crashmail conflicts with mail/crashecho common files: bin/crashwrite CONFLICTS= crashecho-0.2.* vsilyaev@mindspring.com - emulators/vmware2 conflicts with emulators/vmware3 common files: bin/vmware CONFLICTS= vmware3-3.2.1-* watanabe@zlab.phys.nagoya-u.ac.jp - japanese/dvipsk conflicts with japanese/dvipsk-vflib, japanese/ptex-base, print/dvips, print/teTeX common files: bin/afm2tfm, bin/dvips CONFLICTS= dvips-5.* ja-dvipsk-vflib-5.* ja-ptex-base-3.1.* teTeX-2.0.* - japanese/dvipsk-vflib conflicts with japanese/dvipsk, japanese/ptex-base, print/dvips, print/teTeX common files: bin/afm2tfm, bin/dvips CONFLICTS= dvips-5.* ja-dvipsk-5.* ja-ptex-base-3.1.* teTeX-2.0.* - japanese/platex209-euc conflicts with japanese/platex209-jis, japanese/platex209-sjis common files: bin/platex209 CONFLICTS= ja-platex209-jis-1.* ja-platex209-sjis-1.* - japanese/platex209-jis conflicts with japanese/platex209-euc, japanese/platex209-sjis common files: bin/platex209 CONFLICTS= ja-platex209-euc-1.* ja-platex209-sjis-1.* - japanese/platex209-sjis conflicts with japanese/platex209-euc, japanese/platex209-jis common files: bin/platex209 CONFLICTS= ja-platex209-euc-1.* ja-platex209-jis-1.* watchman@ludd.luth.se - devel/cc65 conflicts with misc/grc common files: bin/grc CONFLICTS= grc-1.0.* witr@rwwa.com - print/hyperlatex conflicts with textproc/tth common files: bin/ps2gif CONFLICTS= tth-2.* wjv@FreeBSD.org - biology/emboss conflicts with biology/fasta, biology/grappa, devel/cons, security/digest, security/nss, security/pscan, security/tripwire-131, security/tripwire12 common files: bin/cons, bin/digest, bin/distmat, bin/garnier, bin/pscan, bin/siggen CONFLICTS= cons-2.2.* digest-* fasta-20.* grappa-1.0.* nss-3.* pscan-1.* tripwire-1.* tripwire-1.3.* - biology/fasta conflicts with biology/emboss, mbone/relate, textproc/align common files: bin/align, bin/garnier, bin/relate CONFLICTS= align-1.5.* emboss-2.4.* relate-2.* - biology/hmmer conflicts with games/evilfinder, misc/shuffle common files: bin/shuffle CONFLICTS= evilfinder-1.* shuffle-* wosch@FreeBSD.org - mail/movemail conflicts with mail/dkimap4 common files: bin/movemail CONFLICTS= dkimap4-2.* xaa+ports@timewasters.nl - devel/libslang conflicts with japanese/libslang common files: lib/libslang.so CONFLICTS= ja-libslang-1.4.* - games/xboard conflicts with mail/cmail common files: bin/cmail CONFLICTS= cmail-4.* - java/kaffe conflicts with devel/mingw32-gcc, java/janosvm, java/kaffe-devel common files: bin/jar, bin/serialver, lib/kjc.jar CONFLICTS= janosvm-0.6.* kaffe-devel-1.1.* mingw32-gcc-3.3.* - java/kaffe-devel conflicts with devel/mingw32-gcc, java/janosvm, java/kaffe common files: bin/jar, bin/serialver, lib/kjc.jar CONFLICTS= janosvm-0.6.* kaffe-1.0.* mingw32-gcc-3.3.* yasu@asuka.net - japanese/dvipdfm conflicts with print/teTeX common files: bin/ebb CONFLICTS= teTeX-2.0.* yasuf@big.or.jp - ftp/ftpmirror conflicts with sysutils/rotate common files: bin/rotate CONFLICTS= rotate-1.* yatt@luna2.org - audio/timidity++ conflicts with audio/timidity common files: bin/timidity CONFLICTS= timidity-0.* - audio/timidity++-tcltk conflicts with japanese/timidity++-tcltk common files: bin/tkmidi CONFLICTS= ja-timidity++-tcltk-2.11.* - japanese/timidity++-tcltk conflicts with audio/timidity++-tcltk common files: bin/tkmidi CONFLICTS= timidity++-tcltk-2.11.* yatt@msc.biglobe.ne.jp - japanese/balsa conflicts with mail/balsa, mail/balsa2 common files: bin/balsa CONFLICTS= balsa-1.4.* balsa2-2.0.* - japanese/tkdesk conflicts with misc/vifm, x11-fm/tkdesk common files: bin/pauseme, bin/tkdesksh CONFLICTS= tkdesk-1.* vifm-0.* yinjieh@csie.nctu.edu.tw - games/znibbles conflicts with games/nibbles common files: bin/nibbles CONFLICTS= nibbles-1.* yoichi@FreeBSD.org - irc/dcc conflicts with lang/dice common files: bin/dcc CONFLICTS= dice-3.* - japanese/aterm conflicts with x11/aterm common files: bin/aterm CONFLICTS= aterm-0.4.* yoshiaki@kt.rim.or.jp - math/pari conflicts with math/pari-devel common files: bin/gphelp CONFLICTS= pari-2.2.* - math/pari-devel conflicts with math/pari common files: bin/gphelp CONFLICTS= pari-2.1.* yu@pastel.club.or.jp - japanese/hex conflicts with editors/hexpert, korean/helvis common files: bin/hex CONFLICTS= hexpert-2.4.* ko-helvis-1.* zaa@ulstu.ru - security/drweb-postfix conflicts with security/drweb-sendmail common files: sbin/drwebdc CONFLICTS= drweb_sendmail-4.29.* znerd@FreeBSD.org - java/janosvm conflicts with devel/mingw32-gcc, java/kaffe, java/kaffe-devel common files: bin/jar, bin/serialver CONFLICTS= kaffe-1.0.* kaffe-devel-1.1.* mingw32-gcc-3.3.* From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 20:05:37 2003 Return-Path: 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 029A516A4BF for ; Thu, 9 Oct 2003 20:05:37 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D91443F75 for ; Thu, 9 Oct 2003 20:05:35 -0700 (PDT) (envelope-from adam.mclaurin@gmx.net) Received: (qmail 24537 invoked by uid 65534); 10 Oct 2003 03:05:34 -0000 Received: from dsl-cust-145.openweb.ca (EHLO jake) (64.39.186.145) by mail.gmx.net (mp022) with SMTP; 10 Oct 2003 05:05:34 +0200 X-Authenticated: #19934200 Date: Thu, 9 Oct 2003 23:05:31 -0400 From: Adam McLaurin To: freebsd-ports@freebsd.org Message-Id: <20031009230531.6ef070f2.adam.mclaurin@gmx.net> In-Reply-To: <20031003.101518.846944044.chat95@mbox.kyoto-inet.or.jp> References: <20031003.101518.846944044.chat95@mbox.kyoto-inet.or.jp> Organization: X-Mailer: Sylpheed version 0.9.5-gtk2-20030906 (GTK+ 2.2.4; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.nq)c6Q5xq7ZJP=" Subject: Re: Do repocopy for OpenOffice.org on this weekend (2003/Oct/4 or 5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 03:05:37 -0000 --=.nq)c6Q5xq7ZJP= Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Fri, 03 Oct 2003 10:15:18 +0900 (JST) Nakata Maho wrote: > Hi all, > As OpenOffice.org 1.1.0 is released (yeah!) > I'll do repocopy on this weekend. How's it coming with the repocopy? Looking forward to getting the new OOo installed. I noticed that projects.imp.ch only has packages for 4.8-RELEASE and 5.1-CURRENT. Any chance we might see a package for 5.1-RELEASE? I really hate building OOo myself (electric bill goes up at least $5, heh). Thanks. Adam --=.nq)c6Q5xq7ZJP= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hiH7t+DSc2Q4lGYRAtRRAKCEv1feBBWPtsDLYNjCBEgnJ/kCogCdFHxN pnqJxRvgDL2VL/lBu1LYmJg= =vKJT -----END PGP SIGNATURE----- --=.nq)c6Q5xq7ZJP=-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 20:24:00 2003 Return-Path: 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 1003316A4B3 for ; Thu, 9 Oct 2003 20:24:00 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id E44E643FBF for ; Thu, 9 Oct 2003 20:23:58 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 15612 invoked by uid 1252); 10 Oct 2003 03:23:58 -0000 Date: 9 Oct 2003 23:23:58 -0400 Date: Thu, 9 Oct 2003 23:23:58 -0400 From: Adam Weinberger To: Adam McLaurin Message-ID: <20031010032358.GA96543@toxic.magnesium.net> References: <20031003.101518.846944044.chat95@mbox.kyoto-inet.or.jp> <20031009230531.6ef070f2.adam.mclaurin@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031009230531.6ef070f2.adam.mclaurin@gmx.net> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: Do repocopy for OpenOffice.org on this weekend (2003/Oct/4 or 5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 03:24:00 -0000 >> (10.09.2003 @ 2305 PST): Adam McLaurin said, in 0.9K: << > Nakata Maho wrote: > > Hi all, > > As OpenOffice.org 1.1.0 is released (yeah!) > > I'll do repocopy on this weekend. > > How's it coming with the repocopy? Looking forward to getting the new OOo > installed. Portmgr has received the request to repocopy openoffice, but is sitting on all repocopy requests until after the ports slush. If the need arises to slip tags, new dirs will create a real headache. > I noticed that projects.imp.ch only has packages for 4.8-RELEASE and > 5.1-CURRENT. Any chance we might see a package for 5.1-RELEASE? I really hate > building OOo myself (electric bill goes up at least $5, heh). And in that vein, is there an ETA for 1.1.0 packages on that site? > Thanks. > Adam Ditto. -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 22:54:54 2003 Return-Path: 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 035B816A4B3 for ; Thu, 9 Oct 2003 22:54:54 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9431343FD7 for ; Thu, 9 Oct 2003 22:54:52 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.37.247]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031010055450.DCWO22544.lakemtao08.cox.net@mezz.mezzweb.com>; Fri, 10 Oct 2003 01:54:50 -0400 To: Oliver Eikemeier References: <3F8618C1.6050602@fillmore-labs.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 10 Oct 2003 00:53:40 -0500 In-Reply-To: <3F8618C1.6050602@fillmore-labs.com> User-Agent: Opera7.21/Linux M2 build 474 cc: FreeBSD ports Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 05:54:54 -0000 On Fri, 10 Oct 2003 04:26:09 +0200, Oliver Eikemeier wrote: > Hi all, > > now that we have support for CONFLICTS checking, it is time to actually > use it. > I planned to make this my next mega-PR, but in the current form it is to > bulky. > Perhaps Kato-san will whip up a few patches :-) The work isn't finished > yet, > but I thought it might be of interest. > > Basically you have the maintainer, a list of ports with conflicts (with > a sample > conflicting file) and a suggested CONFLICTS line (which may be stupid, > because > the current algorithm is not very smart). > > Perhaps I rewrite the script to work on packages and/or produce linked > html > pages. In any case, there are a few surprises in the list: > mezz7@cox.net > - www/linux-opera conflicts with www/opera > common files: bin/opera > CONFLICTS= opera-7.21.* Umm, ok... I will wait for the 7.21 released[1] and I will try to make the change from bin/opera to bin/linux-opera (include ~/.linux-opera and share/linux-opera/).. So, can you get the www/linux-opera and www/opera out of your mega-PR? If you have any suggest, just let me know. [1] 7.21 should be release sometime soon like one to two week(s) or even by tomorrow; it's depend. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 23:13:12 2003 Return-Path: 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 774AC16A4BF for ; Thu, 9 Oct 2003 23:13:12 -0700 (PDT) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333AD43FCB for ; Thu, 9 Oct 2003 23:13:11 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao03.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031010061307.XGWB23864.fed1mtao03.cox.net@daemon.g-e-e-k.net>; Fri, 10 Oct 2003 02:13:07 -0400 Date: Thu, 9 Oct 2003 23:11:45 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: Palle Girgensohn In-Reply-To: <41370000.1065619394@rambutan.pingpong.net> Message-ID: <20031009231025.U34674@daemon.g-e-e-k.net> References: <35160000.1065617551@rambutan.pingpong.net> <41370000.1065619394@rambutan.pingpong.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Ernst de Haan cc: Akinori MUSHA cc: freebsd-ports@freebsd.org Subject: Re: force portupgrade to build port even with -P ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 06:13:12 -0000 On Wed, 8 Oct 2003, Palle Girgensohn wrote: > Hi, > > Well, what I really want is to use pre-built packages for most ports (my > CPUs are a bit tired), but for a few I need extra arguments, so I want to > force portupgrade to always use the port, never use a pre-built package, > for these ports. > > /Palle > Read this article: http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html You need to get friendly with pkgtools.conf From owner-freebsd-ports@FreeBSD.ORG Thu Oct 9 23:35:48 2003 Return-Path: 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 1B42816A4BF for ; Thu, 9 Oct 2003 23:35:48 -0700 (PDT) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D239543FAF for ; Thu, 9 Oct 2003 23:35:45 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [212.184.201.182]) by uucp.dinoex.sub.de (8.12.10/8.12.10) with ESMTP id h9A6509E052598; Fri, 10 Oct 2003 08:05:00 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from gate.dinoex.sub.org (dinoex@localhost)h9A650hp052581; Fri, 10 Oct 2003 08:05:00 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: major@sjtu.edu.cn (Hua Jun), ports@FreeBSD.org Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Date: Fri, 10 Oct 2003 07:56:18 +0200 X-Mailer: Dinoex 1.79 References: <200310100105.40044.major@sjtu.edu.cn> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-ZC-TELEFON: V+49-5606-6512Q F+49-5606-55023 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-ZC-POST: Im Grund 4;34317 Habichtswald;Germany X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20031010000000S+2@dinoex.sub.org Subject: Re: FreeBSD Port: gnustep-1.6.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 06:35:48 -0000 Hallo Hua Jun, > ===> Configuring for gnustep-base-1.6.0 > autoconf: configure.in: No such file or directory > *** Error code 1 Please check your installed versions autoconf: autoconf-2.13.000227_5 Is your system date set back in the past or in future? Compare the the logfile here: http://bento.freebsd.org/errorlogs/i386-4-latest-logs/gnustep-base-1.6.0.log kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 00:15:32 2003 Return-Path: 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 3A88A16A4B3 for ; Fri, 10 Oct 2003 00:15:32 -0700 (PDT) Received: from mail.gascom.ru (mail.gascom.ru [217.17.160.2]) by mx1.FreeBSD.org (Postfix) with SMTP id D2EEF43FBD for ; Fri, 10 Oct 2003 00:15:30 -0700 (PDT) (envelope-from asa@gascom.ru) Received: (qmail 17419 invoked from network); 10 Oct 2003 07:08:37 -0000 Received: from asa.gascom.net.ru (HELO ?192.168.100.29?) (192.168.100.29) by mail.gascom.ru with SMTP; 10 Oct 2003 07:08:36 -0000 From: Sergey Akifyev To: FreeBSD ports Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-v6lkbPY1u2eKZ5gBndrd" Organization: JSC Gascom Message-Id: <1065769718.365.19.camel@asa.gascom.net.ru> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 10 Oct 2003 11:08:39 +0400 cc: Dirk Meyer Subject: why aren't they comitted? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 07:15:32 -0000 --=-v6lkbPY1u2eKZ5gBndrd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello! I mean mainly theese PR's: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D56266 http://www.freebsd.org/cgi/query-pr.cgi?pr=3D56265 Very long time passed. I use both ports in production environment since submitting! More of that, their dependency ( lang/php4-nms - http://www.freebsd.org/cgi/query-pr.cgi?pr=3D56269 ) was already committed! Could someone tell me, what the problem is? Any feedback is very awaited :) --=20 regards, Sergey Akifyev JSC Gascom PGP key available from: ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt --=-v6lkbPY1u2eKZ5gBndrd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/hlr2bu06QwmNwNsRAptMAKCQZeTyzp3pRI5wij8l+zUpGOckwQCfYCG9 pWmfTAvR7ESMlJQ7lSHqrXE= =N16e -----END PGP SIGNATURE----- --=-v6lkbPY1u2eKZ5gBndrd-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 00:25:58 2003 Return-Path: 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 2187516A4B3 for ; Fri, 10 Oct 2003 00:25:58 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A1E43FE1 for ; Fri, 10 Oct 2003 00:25:54 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 9098616F5; Fri, 10 Oct 2003 17:26:46 +1000 (EST) X-Viruscan-Id: <3F865EFF0000612F01E7EAA6@VIRUSCAN-127.0.0.1> Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id 4B07C1E18; Fri, 10 Oct 2003 17:25:50 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id C5EB66A7101; Fri, 10 Oct 2003 17:25:48 +1000 (EST) Date: Fri, 10 Oct 2003 17:25:48 +1000 From: Edwin Groothuis To: Sergey Akifyev Message-ID: <20031010072548.GW59397@k7.mavetju> References: <1065769718.365.19.camel@asa.gascom.net.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1065769718.365.19.camel@asa.gascom.net.ru> User-Agent: Mutt/1.4.1i cc: FreeBSD ports Subject: Re: why aren't they comitted? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 07:25:58 -0000 On Fri, Oct 10, 2003 at 11:08:39AM +0400, Sergey Akifyev wrote: > Could someone tell me, what the problem is? Any feedback is very awaited Not old enough. The PRs taste best when they're either very young (i.e. within the same day after submitting) or until they have riped months and months. So please be patient! Edwin, I eat PRs for breakfast! -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 00:43:21 2003 Return-Path: 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 71B4B16A4B3 for ; Fri, 10 Oct 2003 00:43:21 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3D243FEA for ; Fri, 10 Oct 2003 00:43:20 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1A7rvm-000KXv-87 for ports@freebsd.org; Fri, 10 Oct 2003 09:43:22 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.22) id 1A7riO-000Eaw-Nx; Fri, 10 Oct 2003 09:29:32 +0200 Date: Fri, 10 Oct 2003 09:29:32 +0200 From: Kirill Ponomarew To: Edwin Groothuis Message-ID: <20031010072932.GB55263@voodoo.oberon.net> References: <1065769718.365.19.camel@asa.gascom.net.ru> <20031010072548.GW59397@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline In-Reply-To: <20031010072548.GW59397@k7.mavetju> Sender: Kirill Ponomarew cc: FreeBSD ports cc: Sergey Akifyev Subject: Re: why aren't they comitted? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 07:43:21 -0000 --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Oct 10, 2003 at 05:25:48PM +1000, Edwin Groothuis wrote: =20 > Edwin, I eat PRs for breakfast! You have to open your own restaurant soon ;-) -Kirill --kXdP64Ggrk/fb43R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hl/cQC1G6a60JuURAj1iAKD2xNcfFKWmVfUIZKXq/Qk6af5ongCg1wso 0JDmXZt93nqNHlSnzUVE6Ko= =rQv0 -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 01:19:20 2003 Return-Path: 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 B78E716A4B3 for ; Fri, 10 Oct 2003 01:19:20 -0700 (PDT) Received: from sbk-gw.sibnet.ru (sbk-gw.sibnet.ru [217.70.96.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FDC43FE3 for ; Fri, 10 Oct 2003 01:19:18 -0700 (PDT) (envelope-from stranger@sberbank.sibnet.ru) Received: from sbk-gw.sibnet.ru (localhost [127.0.0.1]) by sbk-gw.sibnet.ru (8.12.8p2/8.12.8) with ESMTP id h9A8J8Vc059005; Fri, 10 Oct 2003 15:19:08 +0700 (NOVST) (envelope-from stranger@sberbank.sibnet.ru) Received: from localhost (stranger@localhost)h9A8J8TE059002; Fri, 10 Oct 2003 15:19:08 +0700 (NOVST) X-Authentication-Warning: sbk-gw.sibnet.ru: stranger owned process doing -bs Date: Fri, 10 Oct 2003 15:19:08 +0700 (NOVST) From: "Maxim M. Kazachek" X-X-Sender: stranger@sbk-gw.sibnet.ru To: Dirk Meyer In-Reply-To: Message-ID: <20031010151743.O58983@sbk-gw.sibnet.ru> References: <20031008103546.Y40385@sbk-gw.sibnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,X_AUTH_WARNING autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-ports@freebsd.org Subject: Re: Some ports oddity under 5.1-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 08:19:20 -0000 On Fri, 10 Oct 2003, Dirk Meyer wrote: >> Next I've tries to add -lthr. It compiles, but when I try to run it, >> it complains about static LDT (on console) then complains about error 0 >> when tries to search /usr/local/share/licq/utilities then just exits. > >looks like you linked anginst multiple thread libs ... >did you suppress -lc_r ? I'll try it now > >> cvsup works perfectly using SOCKS5, so socks5-1.0.11 is functional, IMHO. > >cvsup is proabaly a staic binary ... > cvsup even don't know about SOCKS, it runs under runsocks... Sincerely, Maxim M. Kazachek mailto:stranger@sberbank.sibnet.ru mailto:stranger@fpm.ami.nstu.ru From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 01:20:13 2003 Return-Path: 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 1CFC616A4B3 for ; Fri, 10 Oct 2003 01:20:13 -0700 (PDT) Received: from mail.caraldi.com (caraldi.com [62.212.102.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE1143FE0 for ; Fri, 10 Oct 2003 01:20:12 -0700 (PDT) (envelope-from jbq@caraldi.com) Received: from watt.intra.caraldi.com (watt.intra.caraldi.com [192.168.100.101]) by mail.caraldi.com (Postfix) with ESMTP id EB26220C5 for ; Fri, 10 Oct 2003 10:20:09 +0200 (CEST) Received: by watt.intra.caraldi.com (Postfix, from userid 1001) id A989389; Fri, 10 Oct 2003 10:20:09 +0200 (CEST) Date: Fri, 10 Oct 2003 10:20:09 +0200 From: Jean-Baptiste Quenot To: FreeBSD ports Message-ID: <20031010082007.GA1101@watt.intra.caraldi.com> Mail-Followup-To: FreeBSD ports References: <3F8618C1.6050602@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F8618C1.6050602@fillmore-labs.com> User-Agent: Mutt/1.5.4i Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 08:20:13 -0000 * Oliver Eikemeier: > Basically you have the maintainer, a list of ports with conflicts > (with a sample conflicting file) and a suggested CONFLICTS line > > jb.quenot@caraldi.com > - www/resin2 conflicts with www/resin3 > common files: sbin/resinctl > CONFLICTS= resin-3.0.* > - www/resin3 conflicts with www/resin2 > common files: sbin/resinctl > CONFLICTS= resin-2.1.* Oops, that's me! Thank Oliver for letting me know. I also noticed since a long time that Apache 1 and 2 were in conflict. Your initiative is a good opportunity to make cohabitation possible between all ports in the collection. -- Jean-Baptiste Quenot http://caraldi.com/jbq/ From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 02:05:08 2003 Return-Path: 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 BB8D716A4B3 for ; Fri, 10 Oct 2003 02:05:08 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E31F43FB1 for ; Fri, 10 Oct 2003 02:05:07 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from 213.172.17.79 ([195.209.232.129]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9A93H7R014420 for ; Fri, 10 Oct 2003 13:03:18 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Fri, 10 Oct 2003 13:04:23 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <22159707417.20031010130423@serebryakov.spb.ru> To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 09:05:08 -0000 Hello ports, Many my ports have conflicts with other ones. And conflicting file is one: `lib/libiberty.a'. This file is installed by many variants of gvv, binutils & gdb. But I don't think, that this library is ever used after instllation. Each port build it again and again. I don't think, it is good idea to "CONFLICTS=" all these binutils & gcc. May be, we need some "general" patch (like libtool's one) to disable installation of this library? Something like FIX_LIBIBERTY=yes In port makefile? -- Best regards, Lev mailto:lev@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 02:38:13 2003 Return-Path: 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 EB80F16A4B3; Fri, 10 Oct 2003 02:38:13 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE9243F75; Fri, 10 Oct 2003 02:38:13 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1A7tiy-0000Ld-Bi; Fri, 10 Oct 2003 11:38:16 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.22) id 1A7tit-000Eqj-VP; Fri, 10 Oct 2003 11:38:11 +0200 Date: Fri, 10 Oct 2003 11:38:11 +0200 From: Kirill Ponomarew To: Lev Serebryakov Message-ID: <20031010093811.GB56434@voodoo.oberon.net> References: <22159707417.20031010130423@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline In-Reply-To: <22159707417.20031010130423@serebryakov.spb.ru> Sender: Kirill Ponomarew cc: ports@FreeBSD.org Subject: Re: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 09:38:14 -0000 --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Oct 10, 2003 at 01:04:23PM +0400, Lev Serebryakov wrote: =20 > Many my ports have conflicts with other ones. > And conflicting file is one: `lib/libiberty.a'. > This file is installed by many variants of gvv, binutils & gdb. > But I don't think, that this library is ever used after instllation. > Each port build it again and again. >=20 > I don't think, it is good idea to "CONFLICTS=3D" all these binutils & > gcc. May be, we need some "general" patch (like libtool's one) to > disable installation of this library? Something like >=20 > FIX_LIBIBERTY=3Dyes >=20 > In port makefile? The same thing is also with libltdl.* but I think it's not a good idea to create separate knobs for this like FIX_LIBIBERTY=3Dyes or FIX_LIBLTDL=3Dyes.=20 -Kirill --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/hn4DQC1G6a60JuURAk3aAJ40gsjQZjKEgWVjpswuGWbj6WzttgCgxmFf EsBQWItHpCqB9ku7weZD6Ew= =w5Mm -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 03:07:50 2003 Return-Path: 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 9E7AC16A4B3; Fri, 10 Oct 2003 03:07:50 -0700 (PDT) Received: from mail.caraldi.com (caraldi.com [62.212.102.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9310E43F85; Fri, 10 Oct 2003 03:07:49 -0700 (PDT) (envelope-from jbq@caraldi.com) Received: from watt.intra.caraldi.com (watt.intra.caraldi.com [192.168.100.101]) by mail.caraldi.com (Postfix) with ESMTP id 0946B20B6; Fri, 10 Oct 2003 12:07:48 +0200 (CEST) Received: by watt.intra.caraldi.com (Postfix, from userid 1001) id DA53F89; Fri, 10 Oct 2003 12:07:47 +0200 (CEST) Date: Fri, 10 Oct 2003 12:07:47 +0200 From: Jean-Baptiste Quenot To: Ernst de Haan Message-ID: <20031010100745.GA64675@watt.intra.caraldi.com> Mail-Followup-To: Ernst de Haan , freebsd-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i cc: freebsd-ports Subject: Resin ports maintainer update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 10:07:50 -0000 Dear Ernst, There a new update available for the Resin ports. I followed Oliver E.'s advice and avoided conflicts between them. BTW there's also the PID problem pending (see PR ports/57566). Would you mind committing that soon? The new stuff is available here: http://caraldi.com/jbq/resin/ The ChangeLog from the initial checkin is: * Avoid conflict between resin2 and resin3 * fix resin{2,3}ctl first line (perl path) * Pid file is no more created in the Makefile * new resin.sh startup script, manages pid file Thanks in advance, and keep up the good work! -- Jean-Baptiste Quenot http://caraldi.com/jbq/ From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 03:08:27 2003 Return-Path: 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 477CC16A4B3; Fri, 10 Oct 2003 03:08:27 -0700 (PDT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A48943F93; Fri, 10 Oct 2003 03:08:26 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 1FE06167589; Fri, 10 Oct 2003 12:08:25 +0200 (CEST) Received: from gmx.net (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9p1/8.12.9) with ESMTP id h9AA8K38071701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Oct 2003 12:08:21 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) Message-ID: <3F868513.4030607@gmx.net> Date: Fri, 10 Oct 2003 12:08:19 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: Lev Serebryakov References: <22159707417.20031010130423@serebryakov.spb.ru> In-Reply-To: <22159707417.20031010130423@serebryakov.spb.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: ports@FreeBSD.org Subject: Re: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 10:08:27 -0000 Lev Serebryakov wrote: > Hello ports, > > Many my ports have conflicts with other ones. > And conflicting file is one: `lib/libiberty.a'. > This file is installed by many variants of gvv, binutils & gdb. > But I don't think, that this library is ever used after instllation. > Each port build it again and again. > > I don't think, it is good idea to "CONFLICTS=" all these binutils & > gcc. AFAIK libiberty is actually indeed forked across all those projects and CONFLICTS would be correct. It all usually works out, but there's no guarantee... -- ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 03:34:20 2003 Return-Path: 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 8598316A4B3 for ; Fri, 10 Oct 2003 03:34:20 -0700 (PDT) Received: from smtp.noos.fr (nan-smtp-07.noos.net [212.198.2.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D64943F93 for ; Fri, 10 Oct 2003 03:34:14 -0700 (PDT) (envelope-from root@noos.fr) Received: (qmail 77044522 invoked by uid 0); 10 Oct 2003 10:34:07 -0000 Received: (qmail 76715811 invoked by uid 0); 9 Oct 2003 20:16:55 -0000 Received: from unknown (HELO mx2.freebsd.org) ([216.136.204.119]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with SMTP for ; 9 Oct 2003 20:16:55 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C813C5656A; Thu, 9 Oct 2003 07:42:12 -0700 (PDT) (envelope-from owner-freebsd-java@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9710916A4C1; Thu, 9 Oct 2003 07:42:12 -0700 (PDT) Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B675816A4BF for ; Thu, 9 Oct 2003 07:41:17 -0700 (PDT) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E93443FD7 for ; Thu, 9 Oct 2003 07:41:16 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 1A7byc-0006rh-03 for java@freebsd.org; Thu, 09 Oct 2003 08:41:14 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 1A7byO-0006iv-03; Thu, 09 Oct 2003 08:41:01 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) h99EfujG096160; Thu, 9 Oct 2003 08:41:56 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.9p1/8.12.9/Submit) id h99EfrVf096159; Thu, 9 Oct 2003 08:41:53 -0600 (MDT) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 9 Oct 2003 08:41:53 -0600 From: Greg Lewis To: Pedro Beck Gomes da Costa Message-ID: <20031009144153.GC96036@misty.eyesbeyond.com> References: <3F84C702.8080304@ciberbit.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F84C702.8080304@ciberbit.pt> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on mgr3.xmission.com X-Spam-Status: No, hits=-0.0 required=8.0 tests=BAYES_40 autolearn=no version=2.60 X-Spam-Level: X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-java@freebsd.org Errors-To: owner-freebsd-java@freebsd.org cc: ports@freebsd.org cc: java@freebsd.org Subject: Re: FreeBSD Port: eclipse-2.1.1 X-BeenThere: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 10:34:20 -0000 On Thu, Oct 09, 2003 at 03:25:06AM +0100, Pedro Beck Gomes da Costa wrote: > I tried to build Eclipse-2.1.1 using the Diablo-jdk1.3.1 and it fails.... > The port documentation refers to jdk13 port...., but having the official > binary package I dont want to download the JDK1.3 code by hand , patch > it and build a jdk to be able to build Java Ports... > We cant build the port using the official FreeBSD 1.3.1 Binary JDK ???? > For someone like me, recently arrived from Slackware Linux, this is very > strange. What is the error you get? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org _______________________________________________ freebsd-java@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 03:46:51 2003 Return-Path: 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 E09BC16A4B3; Fri, 10 Oct 2003 03:46:51 -0700 (PDT) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D1343FAF; Fri, 10 Oct 2003 03:46:50 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 08B6C28408D; Fri, 10 Oct 2003 19:46:49 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 2C3FB284091; Fri, 10 Oct 2003 19:46:48 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id D5BD21E4642; Fri, 10 Oct 2003 19:46:47 +0900 (JST) Date: Fri, 10 Oct 2003 19:46:47 +0900 Message-ID: <7mn0c9fjzc.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: John Angelmo In-Reply-To: <3F84681C.6090207@veidit.net> References: <3F84681C.6090207@veidit.net> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 cc: ports@FreeBSD.org cc: kuriyama@FreeBSD.org Subject: Re: FreeBSD Port: net-snmp-5.0.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 10:46:52 -0000 At Wed, 08 Oct 2003 21:40:12 +0200, John Angelmo wrote: > I noticed a small problem building net-snmp-5.0.9 on FreeBSD 5.1-RELEASE-p10 > > I get the following: > > mv -f host/.libs/hr_system.lo host/hr_system.lo > /bin/sh ../../libtool --mode=compile cc -I../../include -I../../include > -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -DINET6 -O > -pipe -march=pentium3 -Dfreebsd5 -c -o host/hr_storage.lo host/hr_storage.c > rm -f host/.libs/hr_storage.lo > cc -I../../include -I../../include -I. -I../.. -I. -I./../.. > -I./../../snmplib -I./.. -I.. -DINET6 -O -pipe -march=pentium3 > -Dfreebsd5 -c host/hr_storage.c -fPIC -DPIC -o host/.libs/hr_storage.lo > In file included from host/hr_storage.c:36: > /usr/include/machine/types.h:50: redefinition of `vm_offset_t' > /usr/include/sys/types.h:250: `vm_offset_t' previously declared here I checked to compile on 5.1-RELEASE-p10 also, but I could finish compilation successfully. I worry your /usr/include has old files. Could you please doing installworld again after removing /usr/include completely? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 05:24:34 2003 Return-Path: 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 5556016A4C0; Fri, 10 Oct 2003 05:24:34 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E7443F93; Fri, 10 Oct 2003 05:24:32 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951aee5.dip.t-dialin.net ([217.81.174.229] helo=fillmore-labs.com ident=tf0kfs5iqsff5es1) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A7wJq-000Ojh-DB; Fri, 10 Oct 2003 14:24:30 +0200 Message-ID: <3F86A4FB.7060508@fillmore-labs.com> Date: Fri, 10 Oct 2003 14:24:27 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Michael Nottebrock References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> In-Reply-To: <3F868513.4030607@gmx.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org cc: Lev Serebryakov Subject: Re: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 12:24:34 -0000 Michael Nottebrock wrote: > Lev Serebryakov wrote: > >> Hello ports, >> >> Many my ports have conflicts with other ones. >> And conflicting file is one: `lib/libiberty.a'. >> This file is installed by many variants of gvv, binutils & gdb. >> But I don't think, that this library is ever used after instllation. >> Each port build it again and again. >> >> I don't think, it is good idea to "CONFLICTS=" all these binutils & >> gcc. > > AFAIK libiberty is actually indeed forked across all those projects and > CONFLICTS would be correct. It all usually works out, but there's no > guarantee... The conflicting files are only sample files, listing all files for all ports would make the list too complex. Conflicting files include: devel/*-binutils include/ansidecl.h include/bfd.h include/bfdlink.h lib/libbfd.a lib/libbfd.la lib/libiberty.a lib/libopcodes.a lib/libopcodes.la devel/*-gcc: bin/cpp bin/gcov lib/libiberty.a and I would be surprised if I install devel/m6811-gcc to play around a bit, deinstall it because I don't use it any longer and devel/mingw32-gcc stops working. The same is true for include/ansidecl.h... If I were willing to accept this I could install the ports with DISABLE_CONFLICTS=yes From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 05:29:31 2003 Return-Path: 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 A4CD916A4B3; Fri, 10 Oct 2003 05:29:31 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id E785643FE9; Fri, 10 Oct 2003 05:29:26 -0700 (PDT) (envelope-from lev@serebryakov.spb.ru) Received: from 213.172.17.79 ([195.209.232.129]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9ACRc7R062277; Fri, 10 Oct 2003 16:27:39 +0400 (MSD) (envelope-from lev@serebryakov.spb.ru) Date: Fri, 10 Oct 2003 16:28:42 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <179171965963.20031010162842@serebryakov.spb.ru> To: Michael Nottebrock In-Reply-To: <3F868513.4030607@gmx.net> References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: Lev Serebryakov Subject: Re[2]: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 12:29:31 -0000 Hello Michael, Friday, October 10, 2003, 2:08:19 PM, you wrote: >> Many my ports have conflicts with other ones. >> And conflicting file is one: `lib/libiberty.a'. >> This file is installed by many variants of gvv, binutils & gdb. >> But I don't think, that this library is ever used after instllation. >> Each port build it again and again. >> >> I don't think, it is good idea to "CONFLICTS=" all these binutils & >> gcc. MN> AFAIK libiberty is actually indeed forked across all those projects and MN> CONFLICTS would be correct. It all usually works out, but there's no guarantee... It is STATIC library! It could not be used by ALREADY compiled & installed ports! And ALL these ports compile this library by itself and use OWN version on build stage, and DON'T use installed library! And, If I write CONFLICTS=, based on `lib/libiberty.a', IT WILL BE IMPOSIIBLE to install cross-binutils & cross-gcc EVENT for one platform together! It is very strange situation, IMHO. -- Best regards, Lev mailto:lev@serebryakov.spb.ru From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 05:54:41 2003 Return-Path: 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 7DB3E16A4BF for ; Fri, 10 Oct 2003 05:54:41 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2034D43FBF for ; Fri, 10 Oct 2003 05:54:39 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from 213.172.17.79 ([195.209.232.129]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9ACqA7R068305; Fri, 10 Oct 2003 16:52:11 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Fri, 10 Oct 2003 16:53:17 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <150173441255.20031010165317@serebryakov.spb.ru> To: Oliver Eikemeier In-Reply-To: <3F86A4FB.7060508@fillmore-labs.com> References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> <3F86A4FB.7060508@fillmore-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re[2]: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 12:54:41 -0000 Hello Oliver, Friday, October 10, 2003, 4:24:27 PM, you wrote: OE> devel/*-binutils OE> include/ansidecl.h OE> include/bfd.h OE> include/bfdlink.h OE> lib/libbfd.a OE> lib/libbfd.la OE> lib/libiberty.a OE> lib/libopcodes.a OE> lib/libopcodes.la This is not a problem. Really, they are not used after installation. OE> devel/*-gcc: OE> bin/cpp OE> bin/gcov It is a problem, of course, but proper ports installs bin/%%TARGET%%-cpp and bin/%%TARGET%%-gcov. mingw32-gcc & msp430-gcc does exactly this. OE> lib/libiberty.a This is not a problem -- see above. -- Best regards, Lev mailto:lev@serebryakov.spb.ru From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 06:13:28 2003 Return-Path: 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 B0D8616A4B3; Fri, 10 Oct 2003 06:13:28 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF6443F3F; Fri, 10 Oct 2003 06:13:26 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951aee5.dip.t-dialin.net ([217.81.174.229] helo=fillmore-labs.com ident=k6eicm078ewku5sm) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A7x5B-000On5-2m; Fri, 10 Oct 2003 15:13:25 +0200 Message-ID: <3F86B072.5000305@fillmore-labs.com> Date: Fri, 10 Oct 2003 15:13:22 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Lev Serebryakov References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> <3F86A4FB.7060508@fillmore-labs.com> <150173441255.20031010165317@serebryakov.spb.ru> In-Reply-To: <150173441255.20031010165317@serebryakov.spb.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org Subject: Re: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 13:13:28 -0000 Lev Serebryakov wrote: > Hello Oliver, > > Friday, October 10, 2003, 4:24:27 PM, you wrote: > > > OE> devel/*-binutils > OE> include/ansidecl.h > OE> include/bfd.h > OE> include/bfdlink.h > OE> lib/libbfd.a > OE> lib/libbfd.la > OE> lib/libiberty.a > OE> lib/libopcodes.a > OE> lib/libopcodes.la > This is not a problem. Really, they are not used after installation. They why do you install them in the first place? > OE> devel/*-gcc: > OE> bin/cpp > OE> bin/gcov > It is a problem, of course, but proper ports installs > bin/%%TARGET%%-cpp and bin/%%TARGET%%-gcov. mingw32-gcc & msp430-gcc > does exactly this. So we have some non-proper ports? > OE> lib/libiberty.a > This is not a problem -- see above. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 06:16:45 2003 Return-Path: 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 0051D16A4B3; Fri, 10 Oct 2003 06:16:45 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA6943FAF; Fri, 10 Oct 2003 06:16:43 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951aee5.dip.t-dialin.net ([217.81.174.229] helo=fillmore-labs.com ident=hc6uaoczxuggle7g) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A7x8J-000OnO-4b; Fri, 10 Oct 2003 15:16:39 +0200 Message-ID: <3F86B135.5050001@fillmore-labs.com> Date: Fri, 10 Oct 2003 15:16:37 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Lev Serebryakov References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> <179171965963.20031010162842@serebryakov.spb.ru> In-Reply-To: <179171965963.20031010162842@serebryakov.spb.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org cc: Lev Serebryakov Subject: Re: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 13:16:45 -0000 Lev Serebryakov wrote: > Hello Michael, > > Friday, October 10, 2003, 2:08:19 PM, you wrote: > > >>> Many my ports have conflicts with other ones. >>> And conflicting file is one: `lib/libiberty.a'. >>> This file is installed by many variants of gvv, binutils & gdb. >>> But I don't think, that this library is ever used after instllation. >>> Each port build it again and again. >>> >>> I don't think, it is good idea to "CONFLICTS=" all these binutils & >>> gcc. > > MN> AFAIK libiberty is actually indeed forked across all those projects and > MN> CONFLICTS would be correct. It all usually works out, but there's no guarantee... > > It is STATIC library! It could not be used by ALREADY compiled & > installed ports! And ALL these ports compile this library by > itself and use OWN version on build stage, and DON'T use installed > library! Then perhaps it shouldn't be installed anyway? > And, If I write CONFLICTS=, based on `lib/libiberty.a', IT WILL BE > IMPOSIIBLE to install cross-binutils & cross-gcc EVENT for one platform > together! It is very strange situation, IMHO. If you don't care, you could install them with DISABLE_CONFLICTS=yes. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 06:28:30 2003 Return-Path: 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 AE75216A4B3 for ; Fri, 10 Oct 2003 06:28:30 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B501D43F3F for ; Fri, 10 Oct 2003 06:28:29 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951aee5.dip.t-dialin.net ([217.81.174.229] helo=fillmore-labs.com ident=nalo63rfg8t2nn5v) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A7xJj-000Oo2-Pq; Fri, 10 Oct 2003 15:28:28 +0200 Message-ID: <3F86B3FA.2040208@fillmore-labs.com> Date: Fri, 10 Oct 2003 15:28:26 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Jeremy Messenger References: <3F8618C1.6050602@fillmore-labs.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: FreeBSD ports Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 13:28:30 -0000 Hi Jeremy, >> mezz7@cox.net >> - www/linux-opera conflicts with www/opera >> common files: bin/opera >> CONFLICTS= opera-7.21.* > > > > Umm, ok... I will wait for the 7.21 released[1] and I will try to make > the change from bin/opera to bin/linux-opera (include ~/.linux-opera and > share/linux-opera/).. So, can you get the www/linux-opera and www/opera > out of your mega-PR? If you have any suggest, just let me know. It depends what your intentions as a port maintainer are, i.e. should opera and linux-opera coexist or not. You could use CONFLICTS, USE_LINUX_PREFIX or rename the binary, I can not judge what the best solution in your case could be, that's what port maintainers are there for. Anyway, thanks for caring about your ports Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 06:36:29 2003 Return-Path: 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 6B87216A4B3 for ; Fri, 10 Oct 2003 06:36:29 -0700 (PDT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3927443F85 for ; Fri, 10 Oct 2003 06:36:25 -0700 (PDT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])h9ADaIr7011517; Fri, 10 Oct 2003 15:36:18 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Fri, 10 Oct 2003 15:36:18 +0200 From: Palle Girgensohn To: Steve Wingate Message-ID: <9640000.1065792978@rambutan.pingpong.net> In-Reply-To: <20031009231025.U34674@daemon.g-e-e-k.net> References: <35160000.1065617551@rambutan.pingpong.net> <200310081519.43302.ernst.dehaan@nl.wanadoo.com> <41370000.1065619394@rambutan.pingpong.net> <20031009231025.U34674@daemon.g-e-e-k.net> X-Mailer: Mulberry/3.0.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Ernst de Haan cc: Akinori MUSHA cc: freebsd-ports@freebsd.org Subject: Re: force portupgrade to build port even with -P ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 13:36:29 -0000 Hi Steve, Sorry, nothing in the article, or the manpages, about this specific problem. Problem is I want to be able to run for example "portupgrade -aP", and for a handful ports it will not use a package, but always build using the port. I cannot find documentation about this functionality anywhere. Thanks anyway! Palle --On torsdag, oktober 09, 2003 23.11.45 -0700 Steve Wingate wrote: > On Wed, 8 Oct 2003, Palle Girgensohn wrote: > >> Hi, >> >> Well, what I really want is to use pre-built packages for most ports (my >> CPUs are a bit tired), but for a few I need extra arguments, so I want to >> force portupgrade to always use the port, never use a pre-built package, >> for these ports. >> >> /Palle >> > > Read this article: > http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html > > You need to get friendly with pkgtools.conf > > From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 07:25:21 2003 Return-Path: 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 667B516A4BF; Fri, 10 Oct 2003 07:25:21 -0700 (PDT) Received: from mail.komquats.com (h24-108-145-252.gv.shawcable.net [24.108.145.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A5143FAF; Fri, 10 Oct 2003 07:25:19 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by mail.komquats.com (Postfix) with ESMTP id AB1CE8254E; Tue, 7 Oct 2003 14:35:21 -0700 (PDT) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.10/8.12.8) with ESMTP id h97LZKMV046987; Tue, 7 Oct 2003 14:35:20 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Message-Id: <200310072135.h97LZKMV046987@cwsys.cwsent.com> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Sergey Matveychuk In-Reply-To: Message from Sergey Matveychuk of "Wed, 08 Oct 2003 01:32:21 +0400." <3F8330E5.3020202@ciam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Oct 2003 14:35:20 -0700 Sender: Cy.Schubert@komquats.com cc: hk@alogis.com cc: ports@freebsd.org cc: stable@freebsd.org cc: cy@freebsd.org Subject: Re: krb5 PR57222 and PR57128 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cy Schubert List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 14:25:21 -0000 I just got back from vacation (visiting my mom). I'll have a peek at these PRs and comment about them later this week. Cheers, -- Cy Schubert http://www.komquats.com/ BC Government . FreeBSD UNIX Cy.Schubert@osg.gov.bc.ca . cy@FreeBSD.org http://www.gov.bc.ca/ . http://www.FreeBSD.org/ In message <3F8330E5.3020202@ciam.ru>, Sergey Matveychuk writes: > Holger Kipp wrote: > > will PR 57128 and PR 57222 fixes be applied before 4.9-RELEASE? > > > > they are both easy to fix (as fix is already given in PRs), > > otherwise security/krb5 won't compile out of the box. > > > > Thanks, > > Holger Kipp > > The maintainer (cy@freebsd.org) keeps silence about this. > > PS. It's a ports@ stuff. > > -- > Sem. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 07:48:56 2003 Return-Path: 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 368B416A4B3; Fri, 10 Oct 2003 07:48:56 -0700 (PDT) Received: from smtp1.fre.skanova.net (smtp1.fre.skanova.net [195.67.227.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6737643FCB; Fri, 10 Oct 2003 07:48:54 -0700 (PDT) (envelope-from john@veidit.net) Received: from veidit.net (h230n1fls35o1000.telia.com [217.210.234.230]) h9AEmqoP010879; Fri, 10 Oct 2003 16:48:53 +0200 (CEST) Message-ID: <3F86C6D2.2090304@veidit.net> Date: Fri, 10 Oct 2003 16:48:50 +0200 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: Jun Kuriyama References: <3F84681C.6090207@veidit.net> <7mn0c9fjzc.wl@black.imgsrc.co.jp> In-Reply-To: <7mn0c9fjzc.wl@black.imgsrc.co.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: kuriyama@FreeBSD.org Subject: Re: FreeBSD Port: net-snmp-5.0.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 14:48:56 -0000 Jun Kuriyama wrote: > I checked to compile on 5.1-RELEASE-p10 also, but I could finish > compilation successfully. > > I worry your /usr/include has old files. Could you please doing > installworld again after removing /usr/include completely? > > Hello Yes I found that that was the error, thanks ;) /John From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 08:12:23 2003 Return-Path: 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 91E8516A4B3 for ; Fri, 10 Oct 2003 08:12:23 -0700 (PDT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E8643FCB for ; Fri, 10 Oct 2003 08:12:22 -0700 (PDT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-208-121.netcologne.de [213.196.208.121]) by smtp2.netcologne.de (Postfix) with SMTP id 681CE3A665 for ; Fri, 10 Oct 2003 17:12:20 +0200 (MEST) Received: (qmail 873 invoked by uid 1001); 10 Oct 2003 15:12:36 -0000 Date: 10 Oct 2003 15:12:36 -0000 Message-ID: <20031010151236.872.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: freebsd-ports@freebsd.org Organization: private site In-Reply-To: <3F8618C1.6050602@fillmore-labs.com> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 15:12:23 -0000 * Oliver Eikemeier : [Your mailer produces overly long lines. I fixed this in the quoted text.] Allow a few remarks as an interested user. > now that we have support for CONFLICTS checking, it is time to > actually use it. I planned to make this my next mega-PR, but in the > current form it is to bulky. Perhaps Kato-san will whip up a few > patches :-) The work isn't finished yet, but I thought it might be of > interest. CONFLICTS introduced an interesting breakage here when I wanted to install a package containings a CONFLICTS declaration with an out-of-date pkg_add. It seems that pkg_add should be tought to ignore unknown declarations in package files. > - news/tin conflicts with textproc/urlview > common files: bin/url_handler.sh > CONFLICTS= urlview-0.* tin's url_handler should be installed either as .sample or into a separate examples directory, IMHO. BTW, the last time I looked, both tin and mutt (and possibly other ports) installed a mbox(5) manpage. Maybe something to look after, too. Of course not a case for CONFLICTS. > - www/lynx-current conflicts with japanese/lynx, > japanese/lynx-current, www/lynx > common files: bin/lynx > CONFLICTS= ja-lynx-2.8.* lynx-2.8.4.1d I beg your pardon, but I do not think anyone will install these in parallel. This is probably true for every localized port or for ports that feature a modified version of some software which is - in its stock version - present in the ports collection too. > - www/squid24 conflicts with www/squid > common files: sbin/squid > CONFLICTS= squid-2.5_4 Same here. But since squid-2.4 is not officially supported by the squid team anymore, I suggest to remove it completely. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 08:41:34 2003 Return-Path: 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 C95C816A4B3 for ; Fri, 10 Oct 2003 08:41:34 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C3943F75 for ; Fri, 10 Oct 2003 08:41:33 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7zOW-0007Em-00 for ; Fri, 10 Oct 2003 17:41:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A7zOV-0007Ee-00 for ; Fri, 10 Oct 2003 17:41:31 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A7zOV-00045F-00 for ; Fri, 10 Oct 2003 17:41:31 +0200 From: "Scott I. Remick" Date: Fri, 10 Oct 2003 11:41:30 -0400 Lines: 14 Message-ID: References: <20031003.101518.846944044.chat95@mbox.kyoto-inet.or.jp> <20031009230531.6ef070f2.adam.mclaurin@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Archive: encrypt User-Agent: 40tude_Dialog/2.0.5.1 Sender: news Subject: Re: Do repocopy for OpenOffice.org on this weekend (2003/Oct/4 or5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 15:41:34 -0000 X-List-Received-Date: Fri, 10 Oct 2003 15:41:34 -0000 On Thu, 9 Oct 2003 23:05:31 -0400, Adam McLaurin wrote: > I noticed that projects.imp.ch only has packages for 4.8-RELEASE and > 5.1-CURRENT. Any chance we might see a package for 5.1-RELEASE? I really hate > building OOo myself (electric bill goes up at least $5, heh). One of the benefits of building OO yourself is you can enable TTF_BYTECODE for nicer fonts. Plus, building openoffice-devel gives you 1.1 NOW. :) I've never had much prob compiling OO. It takes the longest of all the apps I have (so I mark it "HELD") but I set it going in the background and within a day its done. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 10:28:09 2003 Return-Path: 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 54F3716A4B3 for ; Fri, 10 Oct 2003 10:28:09 -0700 (PDT) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E5D043FCB for ; Fri, 10 Oct 2003 10:28:08 -0700 (PDT) (envelope-from adamw@magnesium.net) Received: (qmail 93213 invoked by uid 1252); 10 Oct 2003 17:28:08 -0000 Date: 10 Oct 2003 13:28:08 -0400 Date: Fri, 10 Oct 2003 13:28:08 -0400 From: Adam Weinberger To: Thomas-Martin Seck Message-ID: <20031010172808.GL96543@toxic.magnesium.net> References: <3F8618C1.6050602@fillmore-labs.com> <20031010151236.872.qmail@laurel.tmseck.homedns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031010151236.872.qmail@laurel.tmseck.homedns.org> X-Editor: Vim 6.2 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 17:28:09 -0000 >> (10.10.2003 @ 1112 PST): Thomas-Martin Seck said, in 1.9K: << > It seems that pkg_add should be tought to ignore unknown declarations in > package files. What does that mean? > > - www/lynx-current conflicts with japanese/lynx, > > japanese/lynx-current, www/lynx > > common files: bin/lynx > > CONFLICTS= ja-lynx-2.8.* lynx-2.8.4.1d > > I beg your pardon, but I do not think anyone will install these in > parallel. This is probably true for every localized port or for ports > that feature a modified version of some software which is - in its stock > version - present in the ports collection too. Whether people are likely to install them in parallel or not is rather irrelevant. The point is that they conflict with each other, and the user should be aware that they will overwrite each other. > > - www/squid24 conflicts with www/squid > > common files: sbin/squid > > CONFLICTS= squid-2.5_4 > > Same here. But since squid-2.4 is not officially supported by the squid > team anymore, I suggest to remove it completely. Regardless, they overwrite each other, and thus a CONFLICTS line should be added. # Adam -- Adam Weinberger vectors.cx >> adam@vectors.cx >> http://www.vectors.cx magnesium.net << adamw@magnesium.net << http://www.magnesium.net/~adamw FreeBSD >> adamw@FreeBSD.org >> http://people.freebsd.org/~adamw #vim:set ts=8: 8-char tabs prevent tooth decay. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 10:59:13 2003 Return-Path: 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 4698D16A4B3 for ; Fri, 10 Oct 2003 10:59:13 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4436243FAF for ; Fri, 10 Oct 2003 10:59:12 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 2EBBB20E51; Fri, 10 Oct 2003 10:59:12 -0700 (PDT) Date: Fri, 10 Oct 2003 10:59:12 -0700 From: Will Andrews To: FreeBSD Ports Message-ID: <20031010175912.GB11324@procyon.firepipe.net> Mail-Followup-To: FreeBSD Ports References: <3F8618C1.6050602@fillmore-labs.com> <20031010151236.872.qmail@laurel.tmseck.homedns.org> <20031010172808.GL96543@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031010172808.GL96543@toxic.magnesium.net> User-Agent: Mutt/1.4.1i Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 17:59:13 -0000 On Fri, Oct 10, 2003 at 01:28:08PM -0400, Adam Weinberger wrote: > >> (10.10.2003 @ 1112 PST): Thomas-Martin Seck said, in 1.9K: << > > It seems that pkg_add should be tought to ignore unknown declarations in > > package files. > > What does that mean? I suspect he means it should be taught to ignore things like "@conflicts" if it does not recognize it. Noble idea, but we can't apply such a change retroactively. The best way to solve pkg_info conflicts is to force a newer version on them through sysutils/pkg_install. Unfortunately that hasn't been implemented yet, although it is trivial to do. regards, -- wca From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 11:21:57 2003 Return-Path: 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 4A74216A4BF for ; Fri, 10 Oct 2003 11:21:57 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088E043F85 for ; Fri, 10 Oct 2003 11:21:54 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951aee5.dip.t-dialin.net ([217.81.174.229] helo=fillmore-labs.com ident=ohtmya3ftgk9uyhz) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A81tg-000P6t-Hb; Fri, 10 Oct 2003 20:21:52 +0200 Message-ID: <3F86F8BE.9010609@fillmore-labs.com> Date: Fri, 10 Oct 2003 20:21:50 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Thomas-Martin Seck References: <20031010151236.872.qmail@laurel.tmseck.homedns.org> In-Reply-To: <20031010151236.872.qmail@laurel.tmseck.homedns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 18:21:57 -0000 Thomas-Martin Seck wrote: > * Oliver Eikemeier : > > [Your mailer produces overly long lines. I fixed this in the quoted text.] On purpose... It's essential for patches, and the list will look strange if the lines are broken apart (yes, I know the MIME RFCs). Try to post a MIME-encoded patch to GNATS... > Allow a few remarks as an interested user. Of course. >>now that we have support for CONFLICTS checking, it is time to >>actually use it. I planned to make this my next mega-PR, but in the >>current form it is to bulky. Perhaps Kato-san will whip up a few >>patches :-) The work isn't finished yet, but I thought it might be of >>interest. > > CONFLICTS introduced an interesting breakage here when I wanted to > install a package containings a CONFLICTS declaration with an > out-of-date pkg_add. > > It seems that pkg_add should be tought to ignore unknown declarations in > package files. Yepp, we need a solution for that. In the meanwhile you can install sysutils/pkg_install. >>- news/tin conflicts with textproc/urlview >> common files: bin/url_handler.sh >> CONFLICTS= urlview-0.* > > tin's url_handler should be installed either as .sample or into a > separate examples directory, IMHO. BTW, the last time I looked, both tin > and mutt (and possibly other ports) installed a mbox(5) manpage. Maybe > something to look after, too. Of course not a case for CONFLICTS. It is, but only in the next version of the script. >>- www/lynx-current conflicts with japanese/lynx, >>japanese/lynx-current, www/lynx >> common files: bin/lynx >> CONFLICTS= ja-lynx-2.8.* lynx-2.8.4.1d > > I beg your pardon, but I do not think anyone will install these in > parallel. This is probably true for every localized port or for ports > that feature a modified version of some software which is - in its stock > version - present in the ports collection too. > >>- www/squid24 conflicts with www/squid >> common files: sbin/squid >> CONFLICTS= squid-2.5_4 > > Same here. But since squid-2.4 is not officially supported by the squid > team anymore, I suggest to remove it completely. Answered by Adam Weinberger. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 11:24:41 2003 Return-Path: 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 1B2F916A4B3 for ; Fri, 10 Oct 2003 11:24:41 -0700 (PDT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B05A43FA3 for ; Fri, 10 Oct 2003 11:24:40 -0700 (PDT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-168-109-223.netcologne.de [213.168.109.223]) by smtp1.netcologne.de (Postfix) with SMTP id 297583A269 for ; Fri, 10 Oct 2003 20:24:36 +0200 (MEST) Received: (qmail 1652 invoked by uid 1001); 10 Oct 2003 18:24:57 -0000 Date: 10 Oct 2003 18:24:57 -0000 Message-ID: <20031010182457.1651.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: freebsd-ports@freebsd.org Organization: private site In-Reply-To: <20031010172808.GL96543@toxic.magnesium.net> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 18:24:41 -0000 * Adam Weinberger [gmane.os.freebsd.devel.ports]: >>> (10.10.2003 @ 1112 PST): Thomas-Martin Seck said, in 1.9K: << >> It seems that pkg_add should be tought to ignore unknown declarations in >> package files. > > What does that mean? pkg_add(1) bails out when it reads unknown @ -directives. > Whether people are likely to install them in parallel or not is rather > irrelevant. The point is that they conflict with each other, and the > user should be aware that they will overwrite each other. Well, to me it was always obvious that, e.g., www/squid would overwrite www/squid24. >> Same here. But since squid-2.4 is not officially supported by the squid >> team anymore, I suggest to remove it completely. > > Regardless, they overwrite each other, and thus a CONFLICTS line should > be added. Well, I admit that I do not quite understand which problem CONFLICTS tries to solve. The porter's handbook is rather vague about it. In my opinion, CONFLICTS is useful but only to point out not-obvious incompatibilities. Using it to signal every kind of "duplicate file installation" would make mutt CONFLICT with tin since both install an mbox(5) document. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 11:35:48 2003 Return-Path: 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 7573F16A4B3 for ; Fri, 10 Oct 2003 11:35:48 -0700 (PDT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id C046F43FBF for ; Fri, 10 Oct 2003 11:35:47 -0700 (PDT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-218-121.netcologne.de [213.196.218.121]) by smtp1.netcologne.de (Postfix) with SMTP id 429823AE41 for ; Fri, 10 Oct 2003 20:35:44 +0200 (MEST) Received: (qmail 1665 invoked by uid 1001); 10 Oct 2003 18:36:02 -0000 Date: 10 Oct 2003 18:36:02 -0000 Message-ID: <20031010183602.1664.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: freebsd-ports@freebsd.org Organization: private site In-Reply-To: <20031010175912.GB11324@procyon.firepipe.net> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 18:35:48 -0000 * Will Andrews [gmane.os.freebsd.devel.ports]: > On Fri, Oct 10, 2003 at 01:28:08PM -0400, Adam Weinberger wrote: >> >> (10.10.2003 @ 1112 PST): Thomas-Martin Seck said, in 1.9K: << >> > It seems that pkg_add should be tought to ignore unknown declarations in >> > package files. >> >> What does that mean? > > I suspect he means it should be taught to ignore things like > "@conflicts" if it does not recognize it. Right. > Noble idea, but we can't apply such a change retroactively. The > best way to solve pkg_info conflicts is to force a newer version > on them through sysutils/pkg_install. Unfortunately that hasn't > been implemented yet, although it is trivial to do. I often wish that portmgr@ would deploy the kind of changes to the ports system that imply that changes to the base system's pkg_*-tools have to be made, _after_ these changes have propagated into the base system. For instance: Teach pkg_* how to deal with @comment, MFC it into -STABLE, wait for the next release and _then_ go ahead and implement the change in the ports system. Yes, I know it's hard to hold one's breath for probably six months or longer... The other way would be to make the package handling tools in itself be part of the ports system. This will of course create a "package bootstrapping" problem - how to install the package manager package? From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 11:41:59 2003 Return-Path: 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 EF77016A4B3 for ; Fri, 10 Oct 2003 11:41:59 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E0A43FB1 for ; Fri, 10 Oct 2003 11:41:57 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951aee5.dip.t-dialin.net ([217.81.174.229] helo=fillmore-labs.com ident=97yj6qtvu7fnh7l2) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A82D5-000P8C-Rw; Fri, 10 Oct 2003 20:41:56 +0200 Message-ID: <3F86FD71.5070109@fillmore-labs.com> Date: Fri, 10 Oct 2003 20:41:53 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Thomas-Martin Seck References: <20031010183602.1664.qmail@laurel.tmseck.homedns.org> In-Reply-To: <20031010183602.1664.qmail@laurel.tmseck.homedns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 18:42:00 -0000 Thomas-Martin Seck wrote: > * Will Andrews [gmane.os.freebsd.devel.ports]: > > >>On Fri, Oct 10, 2003 at 01:28:08PM -0400, Adam Weinberger wrote: >> >>>>>(10.10.2003 @ 1112 PST): Thomas-Martin Seck said, in 1.9K: << >>>> >>>>It seems that pkg_add should be tought to ignore unknown declarations in >>>>package files. >>> >>>What does that mean? >> >>I suspect he means it should be taught to ignore things like >>"@conflicts" if it does not recognize it. > > Right. > >>Noble idea, but we can't apply such a change retroactively. The >>best way to solve pkg_info conflicts is to force a newer version >>on them through sysutils/pkg_install. Unfortunately that hasn't >>been implemented yet, although it is trivial to do. > > I often wish that portmgr@ would deploy the kind of changes to the ports > system that imply that changes to the base system's pkg_*-tools have to > be made, _after_ these changes have propagated into the base system. For > instance: Teach pkg_* how to deal with @comment, MFC it into -STABLE, > wait for the next release and _then_ go ahead and implement the change > in the ports system. Yes, I know it's hard to hold one's breath for > probably six months or longer... The other way would be to make the > package handling tools in itself be part of the ports system. This will > of course create a "package bootstrapping" problem - how to install the > package manager package? We are working on it. sysutils/pkg_install is a first (small) step... From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 11:45:40 2003 Return-Path: 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 02FA316A4B3 for ; Fri, 10 Oct 2003 11:45:40 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8FA43FBF for ; Fri, 10 Oct 2003 11:45:39 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951aee5.dip.t-dialin.net ([217.81.174.229] helo=fillmore-labs.com ident=ka6drslwgiq3x4mn) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A82Gg-000P8X-2n; Fri, 10 Oct 2003 20:45:38 +0200 Message-ID: <3F86FE4E.4010308@fillmore-labs.com> Date: Fri, 10 Oct 2003 20:45:34 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Thomas-Martin Seck References: <20031010182457.1651.qmail@laurel.tmseck.homedns.org> In-Reply-To: <20031010182457.1651.qmail@laurel.tmseck.homedns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: freebsd-ports@freebsd.org Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 18:45:40 -0000 Thomas-Martin Seck wrote: > [...] >>Regardless, they overwrite each other, and thus a CONFLICTS line should >>be added. > > Well, I admit that I do not quite understand which problem CONFLICTS > tries to solve. The porter's handbook is rather vague about it. In my > opinion, CONFLICTS is useful but only to point out not-obvious > incompatibilities. Using it to signal every kind of "duplicate file > installation" would make mutt CONFLICT with tin since both install > an mbox(5) document. They shouldn't, otherwise the man page disappeares when the first port is deinstalled. If your argument is that this is a file you don't care for, then it shouldn't be installed in the first place. Or you should propose a rating system for files... From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 12:27:51 2003 Return-Path: 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 57D9B16A4B3 for ; Fri, 10 Oct 2003 12:27:51 -0700 (PDT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 592F543FAF for ; Fri, 10 Oct 2003 12:27:50 -0700 (PDT) (envelope-from tmseck-lists@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-216-26.netcologne.de [213.196.216.26]) by smtp1.netcologne.de (Postfix) with SMTP id 21D093A304 for ; Fri, 10 Oct 2003 21:27:46 +0200 (MEST) Received: (qmail 1772 invoked by uid 1001); 10 Oct 2003 19:28:05 -0000 Date: Fri, 10 Oct 2003 21:27:43 +0200 From: Thomas-Martin Seck To: freebsd-ports@freebsd.org Message-ID: <20031010192743.GA1690@laurel.tmseck.homedns.org> References: <20031010182457.1651.qmail@laurel.tmseck.homedns.org> <3F86FE4E.4010308@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F86FE4E.4010308@fillmore-labs.com> User-Agent: Mutt/1.4.1i Organization: private site in Germany X-PGP-KeyID: DF46EE05 X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05 X-Attribution: tms Subject: Re: ports that should use CONFLICTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 19:27:51 -0000 * Oliver Eikemeier (eikemeier@fillmore-labs.com): > Thomas-Martin Seck wrote: > > >[...] > >>Regardless, they overwrite each other, and thus a CONFLICTS line should > >>be added. > > > >Well, I admit that I do not quite understand which problem CONFLICTS > >tries to solve. The porter's handbook is rather vague about it. In my > >opinion, CONFLICTS is useful but only to point out not-obvious > >incompatibilities. Using it to signal every kind of "duplicate file > >installation" would make mutt CONFLICT with tin since both install > >an mbox(5) document. > > They shouldn't, otherwise the man page disappeares when the first port > is deinstalled. At least when portupgrade is used, since it uses pkg_delete -f. > If your argument is that this is a file you don't care > for, then it shouldn't be installed in the first place. Or you should > propose a rating system for files... No, I am just wondering which problem CONFLICT should solve. No port should overwrite another port's files but this is a problem that has to be solved before the port is committed, maybe by implementing a mechanism to check +CONTENTS against a DB of all known packages. Preventing the stupidest possible admin from installing five localized versions of the same port over another is a problem the ports collection should not even try to solve. I believe that CONFLICTS can be useful, but not for the kinds of problems I already mentioned. From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 13:36:03 2003 Return-Path: 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 D6D1816A506 for ; Fri, 10 Oct 2003 13:36:03 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E04D43F93 for ; Fri, 10 Oct 2003 13:36:00 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from ip121-248.dialup.wplus.net (ip121-248.dialup.wplus.net [195.131.121.248]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9AKXV7T074702; Sat, 11 Oct 2003 00:33:39 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Sat, 11 Oct 2003 00:41:07 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: Home X-Priority: 3 (Normal) Message-ID: <1223794327.20031011004107@serebryakov.spb.ru> To: Oliver Eikemeier In-Reply-To: <3F86B135.5050001@fillmore-labs.com> References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> <179171965963.20031010162842@serebryakov.spb.ru> <3F86B135.5050001@fillmore-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re[2]: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 20:36:04 -0000 X-List-Received-Date: Fri, 10 Oct 2003 20:36:04 -0000 Hello, Oliver! Friday, October 10, 2003, 5:16:37 PM, you wrote: >> It is STATIC library! It could not be used by ALREADY compiled & >> installed ports! And ALL these ports compile this library by >> itself and use OWN version on build stage, and DON'T use installed >> library! OE> Then perhaps it shouldn't be installed anyway? I think so. But authors of binutils/gcc have other opinion (they are GNU people and like to push their COPYING, libibery, etc. in each hole). >> And, If I write CONFLICTS=, based on `lib/libiberty.a', IT WILL BE >> IMPOSIIBLE to install cross-binutils & cross-gcc EVENT for one platform >> together! It is very strange situation, IMHO. OE> If you don't care, you could install them with DISABLE_CONFLICTS=yes. I think, it is invalid situation. Because DISABLE_CONFLICTS=yes could afraid some users and here is no conflicts, really, but overwriting of unused files. Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 13:36:04 2003 Return-Path: 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 F414E16A4E4 for ; Fri, 10 Oct 2003 13:36:03 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C78E43F3F for ; Fri, 10 Oct 2003 13:36:00 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from ip121-248.dialup.wplus.net (ip121-248.dialup.wplus.net [195.131.121.248]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9AKXV7R074702; Sat, 11 Oct 2003 00:33:37 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Sat, 11 Oct 2003 00:39:19 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: Home X-Priority: 3 (Normal) Message-ID: <76414324.20031011003919@serebryakov.spb.ru> To: Oliver Eikemeier In-Reply-To: <3F86B072.5000305@fillmore-labs.com> References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> <3F86A4FB.7060508@fillmore-labs.com> <150173441255.20031010165317@serebryakov.spb.ru> <3F86B072.5000305@fillmore-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re[2]: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 20:36:04 -0000 Hello, Oliver! Friday, October 10, 2003, 5:13:22 PM, you wrote: >> OE> devel/*-binutils >> OE> include/ansidecl.h >> OE> include/bfd.h >> OE> include/bfdlink.h >> OE> lib/libbfd.a >> OE> lib/libbfd.la >> OE> lib/libiberty.a >> OE> lib/libopcodes.a >> OE> lib/libopcodes.la >> This is not a problem. Really, they are not used after installation. OE> They why do you install them in the first place? Because ports doesn't have custom `make install'. And makefiles from binutils' authors install these files in case some other util could want to use them for standard disassemble operations, for example. But I don't know such utils. We have problem like this with `*.la' files from libtool. And we have special option for ports system to fix makefiles after libtool to disable `*.la' installation (it doesn't work in some cases, but works in MOST cases). I don't know how to properly prevent installation of these files except creating personal patch for every binutils port. >> OE> devel/*-gcc: >> OE> bin/cpp >> OE> bin/gcov >> It is a problem, of course, but proper ports installs >> bin/%%TARGET%%-cpp and bin/%%TARGET%%-gcov. mingw32-gcc & msp430-gcc >> does exactly this. OE> So we have some non-proper ports? Like so. Any modern versions of binutils & gcc adds target prefix for these files. Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 13:48:33 2003 Return-Path: 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 65B7F16A4B3 for ; Fri, 10 Oct 2003 13:48:33 -0700 (PDT) Received: from palmolive.yandex.ru (palmolive.yandex.ru [213.180.193.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96AB543FCB for ; Fri, 10 Oct 2003 13:48:31 -0700 (PDT) (envelope-from PrayeR@yandex.ru) Received: from fw2rst.beelinegprs.ru ([217.118.74.18]:49003 "EHLO paradise" smtp-auth: "PrayeR" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id ; Sat, 11 Oct 2003 00:48:08 +0400 Date: Fri, 10 Oct 2003 19:02:25 +0400 From: PrayeR X-Mailer: The Bat! (v1.62i) Business Organization: Team666 X-Priority: 3 (Normal) Message-ID: <1266647258.20031010190225@yandex.ru> To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: PrayeR List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 20:48:33 -0000 http://linux.dsi.internet2.edu/system/filesystems/gpart-0.1h.tar.gz file not found From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 14:46:59 2003 Return-Path: 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 E088316A4B3 for ; Fri, 10 Oct 2003 14:46:59 -0700 (PDT) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFB843FE0 for ; Fri, 10 Oct 2003 14:46:57 -0700 (PDT) (envelope-from riggs@o503.hadiko.de) Received: from o503.hadiko.de (hadio503.hadiko.uni-karlsruhe.de [172.20.45.138]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.36 #1) id 1A8568-0001JZ-00; Fri, 10 Oct 2003 23:46:56 +0200 Received: from o503.hadiko.de (RIXT@localhost [127.0.0.1]) by o503.hadiko.de (8.12.9p1/8.12.9) with ESMTP id h9ALkuY6041767 for ; Fri, 10 Oct 2003 23:46:56 +0200 (CEST) (envelope-from riggs@o503.hadiko.de) Received: (from riggs@localhost) by o503.hadiko.de (8.12.9p1/8.12.9/Submit) id h9ALkuN8041766 for ports@freebsd.org; Fri, 10 Oct 2003 23:46:56 +0200 (CEST) (envelope-from riggs) Date: Fri, 10 Oct 2003 23:46:56 +0200 From: "Thomas E. Zander" To: ports@freebsd.org Message-ID: <20031010214655.GG38736@o503.hadiko.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline Organization: RiggiServ - Ihr Partner =?iso-8859-15?Q?f?= =?iso-8859-15?Q?=FCr?= alles Delikate X-PGP-KeyID: 0xC85996CD X-PGP-Fingerprint: 4F59 75B4 4CE3 3B00 BC61 5400 8DD4 8929 C859 96CD X-Mailer: Riggisoft Ausguck Eggsbress (Build 1065821016) X-Operating-System: Riggiland BSD 5.1-RELEASE-p10 (To serve and protect.) Subject: General linux_base issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 21:47:00 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello folks, I don't know if this topic has already been discussed. If so, I apology for this mail (which is kind of irrelevant in this case). I'd suggest that we should try to make linux_base-debian the default linux_base. I have two main reasons for this suggestion: - RedHat has developed some kind of strange product development philosophy in the last years. I've been using RedHat since 5.2 and actually I don't see that this distribution has ever evolved to a state which could be described as "technically clean". But the point is: The actual "Red Hat Linux" distribution is no longer free. So sooner or later the port must me changed into "linux_base-fedora" if we want to have a recent linux base system. I think debian is the technically cleaner version, there is a huge package repository, so why not?! - Debian has longer lifetime cycles. Seriously, RedHat, SuSE and some others throw 3 revisions of their os versions in the world in only one year. The debian guys takes some time until a new version is released, so the effort to keep the linux_base up to date to existing linux distributions is significantly lower. So, isn't this an idea worth a try for 5.2-R? WHat do you think? Regards, Riggs --=20 - "[...] I talked to the computer at great length and -- explained my view of the Universe to it" said Marvin. --- And what happened?" pressed Ford. ---- "It committed suicide." said Marvin. --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE/hyjPjdSJKchZls0RAuFZAJ91MltuxiL1CtNqgA55uEHU42tahwCfVmwu Cee7ge2cGv75xrifi2UHcSs= =vhRb -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 18:44:57 2003 Return-Path: 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 1E62416A4B3; Fri, 10 Oct 2003 18:44:57 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E1C43F93; Fri, 10 Oct 2003 18:44:55 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8CE2E66E33; Fri, 10 Oct 2003 18:44:51 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 527CB9CD; Fri, 10 Oct 2003 18:44:51 -0700 (PDT) Date: Fri, 10 Oct 2003 18:44:51 -0700 From: Kris Kennaway To: Lev Serebryakov Message-ID: <20031011014450.GA17491@rot13.obsecurity.org> References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> <179171965963.20031010162842@serebryakov.spb.ru> <3F86B135.5050001@fillmore-labs.com> <1223794327.20031011004107@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <1223794327.20031011004107@serebryakov.spb.ru> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org cc: Oliver Eikemeier Subject: Re: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 01:44:57 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Oct 11, 2003 at 12:41:07AM +0400, Lev Serebryakov wrote: > I think, it is invalid situation. Because DISABLE_CONFLICTS=yes > could afraid some users and here is no conflicts, really, but > overwriting of unused files. The invalid situation is two ports installing the same file. That is broken behaviour and should be fixed. Kris --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/h2CSWry0BWjoQKURAuUgAKDmNRxHQLTSx4adTSbC+YY0CHNzvwCfcAdU Frk6C42mmlK90PY1Yeptcl4= =Ztiy -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 10 22:04:59 2003 Return-Path: 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 5B83216A4B3 for ; Fri, 10 Oct 2003 22:04:59 -0700 (PDT) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F92443F3F for ; Fri, 10 Oct 2003 22:04:58 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao04.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031011050454.KCYL1644.fed1mtao04.cox.net@daemon.g-e-e-k.net> for ; Sat, 11 Oct 2003 01:04:54 -0400 Date: Fri, 10 Oct 2003 22:03:27 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: ports@freebsd.org Message-ID: <20031010220020.T70984@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: jdk14 + mozilla - native X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 05:04:59 -0000 I have jdk13 installed and I've been using that as a browser plugin. I'm compiling openoffice and I see it has built jdk14 as part of it. Now i'd like to use jdk14 as the browser plugin. There doesn't seem to be plugin dir in /usr/local/jdk1.4.1. Is there a way to do this? +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Fri Oct 10 22:00:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE |10:00PM up 31 days, 14:32, 3 users, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 00:42:48 2003 Return-Path: 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 6C09016A4B3 for ; Sat, 11 Oct 2003 00:42:48 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B0343F85 for ; Sat, 11 Oct 2003 00:42:47 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from ip121-248.dialup.wplus.net (ip121-248.dialup.wplus.net [195.131.121.248]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9B7dG7R080412; Sat, 11 Oct 2003 11:39:17 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Sat, 11 Oct 2003 11:48:02 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: Home X-Priority: 3 (Normal) Message-ID: <906455232.20031011114802@serebryakov.spb.ru> To: Kris Kennaway In-Reply-To: <20031011014450.GA17491@rot13.obsecurity.org> References: <22159707417.20031010130423@serebryakov.spb.ru> <3F868513.4030607@gmx.net> <179171965963.20031010162842@serebryakov.spb.ru> <3F86B135.5050001@fillmore-labs.com> <1223794327.20031011004107@serebryakov.spb.ru> <20031011014450.GA17491@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: Oliver Eikemeier Subject: Re[2]: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 07:42:48 -0000 Hello, Kris! Saturday, October 11, 2003, 5:44:51 AM, you wrote: >> I think, it is invalid situation. Because DISABLE_CONFLICTS=yes >> could afraid some users and here is no conflicts, really, but >> overwriting of unused files. KK> The invalid situation is two ports installing the same file. That is KK> broken behaviour and should be fixed. Yes, I agree with you. And I'll try to fix this behavior in my binutils/gcc ports (and I'm maintaining 3 targets now -- mipsel-linux, mingw32 and msp430). But I afraid, that it will be big and ugly patches on Makefile.in files, which should be changed after each new release :( Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 05:32:36 2003 Return-Path: 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 5FA9216A4B3; Sat, 11 Oct 2003 05:32:36 -0700 (PDT) Received: from mx10.mail.ru (mx10.mail.ru [194.67.23.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A39D43F85; Sat, 11 Oct 2003 05:32:33 -0700 (PDT) (envelope-from my-subs@mail.ru) Received: from [62.0.88.224] (port=2386 helo=old.home) by mx10.mail.ru with smtp id 1A8Iv9-0001Qb-00; Sat, 11 Oct 2003 16:32:31 +0400 Date: Sat, 11 Oct 2003 14:32:28 +0200 From: Alexander Portnoy To: FreeBSD-gnats-submit@freebsd.org Message-Id: <20031011143228.68af9e28.my-subs@mail.ru> X-Mailer: Sylpheed (FreeBSD) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: Not detected cc: ports@freebsd.org cc: freebsd-ports-bugs@freebsd.org cc: freebsd-ports@freebsd.org Subject: [Patch]: textproc/glimpse-4.12.6 compilation error on FreeBSD-5.1-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Portnoy List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 12:32:36 -0000 >Submitter-Id: current-users >Originator: Alexander Portnoy >Confidential: no >Synopsis: [Patch]: textproc/glimpse-4.12.6 compilation error on FreeBSD-5.1-CURRENT >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 5.1-CURRENT i386 >Environment: System: FreeBSD old.home 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Oct 11 10:21:55 sasha@old.home:/usr/obj/usr/src/sys/BASE i386 >Description: textproc/glimpse-4.12.6 causes compilation error on FreeBSD-5.1-CURRENT >How-To-Repeat: cd /usr/ports/textproc/glimpse make >Fix: The fix is tested under FreeBSD-4.8-RELEASE-p13 and FreeBSD-5.1-CURRENT (10 Oct 2003). Add the file patch-aj to the directory /usr/ports/textproc/glimpse/files and change the port version from 4.12.6 to 4.12.6_1. Here is the contents of the file patch-aj: --- libtemplate/util/log.c.orig Fri Oct 10 23:17:29 2003 +++ libtemplate/util/log.c Fri Oct 10 23:17:44 2003 @@ -49,6 +49,7 @@ * - Any derivative product is also subject to the restrictions of the * copyright, including distribution and use limitations. */ +#define __STRICT_ANSI__ #include #include #include From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 05:32:36 2003 Return-Path: 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 5FA9216A4B3; Sat, 11 Oct 2003 05:32:36 -0700 (PDT) Received: from mx10.mail.ru (mx10.mail.ru [194.67.23.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A39D43F85; Sat, 11 Oct 2003 05:32:33 -0700 (PDT) (envelope-from my-subs@mail.ru) Received: from [62.0.88.224] (port=2386 helo=old.home) by mx10.mail.ru with smtp id 1A8Iv9-0001Qb-00; Sat, 11 Oct 2003 16:32:31 +0400 Date: Sat, 11 Oct 2003 14:32:28 +0200 From: Alexander Portnoy To: FreeBSD-gnats-submit@freebsd.org Message-Id: <20031011143228.68af9e28.my-subs@mail.ru> X-Mailer: Sylpheed (FreeBSD) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: Not detected cc: ports@freebsd.org cc: freebsd-ports-bugs@freebsd.org cc: freebsd-ports@freebsd.org Subject: [Patch]: textproc/glimpse-4.12.6 compilation error on FreeBSD-5.1-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Portnoy List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 12:32:36 -0000 >Submitter-Id: current-users >Originator: Alexander Portnoy >Confidential: no >Synopsis: [Patch]: textproc/glimpse-4.12.6 compilation error on FreeBSD-5.1-CURRENT >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 5.1-CURRENT i386 >Environment: System: FreeBSD old.home 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Oct 11 10:21:55 sasha@old.home:/usr/obj/usr/src/sys/BASE i386 >Description: textproc/glimpse-4.12.6 causes compilation error on FreeBSD-5.1-CURRENT >How-To-Repeat: cd /usr/ports/textproc/glimpse make >Fix: The fix is tested under FreeBSD-4.8-RELEASE-p13 and FreeBSD-5.1-CURRENT (10 Oct 2003). Add the file patch-aj to the directory /usr/ports/textproc/glimpse/files and change the port version from 4.12.6 to 4.12.6_1. Here is the contents of the file patch-aj: --- libtemplate/util/log.c.orig Fri Oct 10 23:17:29 2003 +++ libtemplate/util/log.c Fri Oct 10 23:17:44 2003 @@ -49,6 +49,7 @@ * - Any derivative product is also subject to the restrictions of the * copyright, including distribution and use limitations. */ +#define __STRICT_ANSI__ #include #include #include From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 06:35:22 2003 Return-Path: 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 934C016A4B3; Sat, 11 Oct 2003 06:35:22 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DAED43FA3; Sat, 11 Oct 2003 06:35:21 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id DA19866D9C; Sat, 11 Oct 2003 06:35:20 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 96775B29; Sat, 11 Oct 2003 06:35:20 -0700 (PDT) Date: Sat, 11 Oct 2003 06:35:20 -0700 From: Kris Kennaway To: Hye-Shik Chang Message-ID: <20031011133520.GA812@rot13.obsecurity.org> References: <200310111144.h9BBiRD5094613@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <200310111144.h9BBiRD5094613@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Adding CONFLICTS to ports (Re: cvs commit: ports/databases/zodb3 Makefile distinfo pkg-plist) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 13:35:22 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 11, 2003 at 04:44:27AM -0700, Hye-Shik Chang wrote: > perky 2003/10/11 04:44:27 PDT >=20 > FreeBSD ports repository >=20 > Modified files: > databases/zodb3 Makefile distinfo pkg-plist=20 > Log: > - Update to 3.2. > - Assign maintainership to me. > - Add an CONFLICTS entry against zodb-1*. A lot of people seem to be adding CONFLICTS entries to their ports lately, which is a good thing, but only if they're added to _all_ of the conflicting ports. In this case, the zodb port also needs a corresponding directive so that it conflicts with zodb3. Is there some other reason that people aren't doing this? Kris --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/iAcYWry0BWjoQKURAi7nAJ4/BFTmfIDQoJIaer4sq1KopPzc5ACcDF6t nk2N7Vlsiovu65BiRYRjE+U= =3j4l -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 06:38:58 2003 Return-Path: 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 0803316A4B3; Sat, 11 Oct 2003 06:38:58 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE82C43F75; Sat, 11 Oct 2003 06:38:56 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 298D466E5A; Sat, 11 Oct 2003 06:38:56 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 05999B72; Sat, 11 Oct 2003 06:38:56 -0700 (PDT) Date: Sat, 11 Oct 2003 06:38:55 -0700 From: Kris Kennaway To: Hye-Shik Chang , ports@FreeBSD.org Message-ID: <20031011133855.GA953@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Adding CONFLICTS to ports (Re: cvs commit: ports/databases/zodb3 Makefile distinfo pkg-plist) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 13:38:58 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 11, 2003 at 04:44:27AM -0700, Hye-Shik Chang wrote: > perky 2003/10/11 04:44:27 PDT >=20 > FreeBSD ports repository >=20 > Modified files: > databases/zodb3 Makefile distinfo pkg-plist=20 > Log: > - Update to 3.2. > - Assign maintainership to me. > - Add an CONFLICTS entry against zodb-1*. A lot of people seem to be adding CONFLICTS entries to their ports lately, which is a good thing, but only if they're added to _all_ of the conflicting ports. In this case, the zodb port also needs a corresponding directive so that it conflicts with zodb3. Is there some other reason that people aren't doing this? Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/iAfvWry0BWjoQKURAvINAJwOugw8lsdZ/UxLYyxJ+UZmHjf2aQCgy3AR g1bif6lKV+8r7lbWhyHBh6k= =CEpM -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 06:52:14 2003 Return-Path: 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 DAA8A16A4B3; Sat, 11 Oct 2003 06:52:14 -0700 (PDT) Received: from smtp4.hy.skanova.net (smtp4.hy.skanova.net [195.67.199.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D39643F75; Sat, 11 Oct 2003 06:52:13 -0700 (PDT) (envelope-from john@veidit.net) Received: from veidit.net (h230n1fls35o1000.telia.com [217.210.234.230]) h9BDqCil018982; Sat, 11 Oct 2003 15:52:12 +0200 (CEST) Message-ID: <3F880B0A.4000901@veidit.net> Date: Sat, 11 Oct 2003 15:52:10 +0200 From: John Angelmo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 To: petef@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: maildrop-1.5.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 13:52:15 -0000 Hello Maildrop current version is 1.6.2 is it time to upgrade the ports? /John From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 09:01:04 2003 Return-Path: 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 4934C16A4B3; Sat, 11 Oct 2003 09:01:04 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B0743F3F; Sat, 11 Oct 2003 09:01:01 -0700 (PDT) (envelope-from sw@gegenunendlich.de) Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A8MAu-0002kN-00; Sat, 11 Oct 2003 18:01:00 +0200 Received: from [80.142.215.46] (helo=kyuzo.dunkelkammer.void) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A8MAu-00081s-00; Sat, 11 Oct 2003 18:01:00 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 0D5DE87CC; Sat, 11 Oct 2003 18:00:59 +0200 (CEST) Date: Sat, 11 Oct 2003 18:00:58 +0200 From: Stefan Walter To: ports@freebsd.org Message-ID: <20031011160058.GA70573@kyuzo.dunkelkammer.void> Mail-Followup-To: ports@freebsd.org, keith@freebsd.org, petef@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline Organization: Infinity Approximation Task Force X-PGP-key: http://www.gegenunendlich.de/swalter-rsa.asc X-PGP-fingerprint: 85D8 6A49 22C7 6CD9 B011 5D6A 5691 111B 12B9 E0B3 User-Agent: Mutt/1.5.4i cc: keith@freebsd.org Subject: PRs assigned to inactive committer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 16:01:04 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I noticed just after submitting ports/57863 that the maintainer and responsible person for that PR (keith) hasn't been active for quite a while - his last commit seems to have been in July 2002. Maybe it would be a good idea to clear the 'responsible' field or give the PRs assigned to him to someone else, as the current state seems to keep others from looking at them. The PRs assigned to keith are: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/28471 (XFree86 4.1) http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/57181 (chinese/arphicttf) http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/57183 (chinese/abiword) http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/57863 (lang/mmix) While we're at it: ports/55988 (news/slrn) has been around for six weeks without any reaction of the maintainer. PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/55988 Stefan --=20 PGP key: 0x12B9E0B3 *** 85D8 6A49 22C7 6CD9 B011 5D6A 5691 111B 12B9 E0B3 PGP encrypted e-mails preferred: http://www.gegenunendlich.de/pgp-key.html --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iQGVAwUBP4gpOlaRERsSueCzAQJOZAv/XEgETRmtcT0+Idhks3/3boGd0Ud7fjjR giZhsYfm192SQlfCVdVEK3An1Gyd9nDHAyMSe17qnb+4nisuoZC9w1cFLMY+ACnF 2rYI/d09shnf4FjnLelI+llRTsEbrJlRl3O/QlQ5Ygl8pT4KWcjLgnLuRG0d7Gap HXkZQGO1+etf5X9yKBSsvsuCzSnbHGFscyeRXBByLBdr906dg9dwZEqIae8X0pRc liV7WkXrbJCTmTsU6m8EINxr2FK9IuCdok9C79sHGpsZRR85T4IQYHCOkVww2diB bSO1aFnOycHn01fgnfYcZ4jClzkTv0x+4hWEJUp9qsyTaiNf69V3uA6Nd5naPYvj mYhn51rS5h3cqVpbIfOFd4ytlFMbcY826YkZshAHRBed5ezPUcVhBD1jYq7j7JKS yQjKpX/VrGaNMy9ifOEhGIC9DY5Y7/OVzFNqZa6q4FZkhQMYYQcWMe1w2IQSsIMF Da3JPer1MM/aIB79kpX8yT+/N0jyJqSJ =SCCL -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 09:10:40 2003 Return-Path: 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 6EF6116A4B3; Sat, 11 Oct 2003 09:10:40 -0700 (PDT) Received: from lilith.bellavista.cz (lilith.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0842943FA3; Sat, 11 Oct 2003 09:10:39 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by lilith.bellavista.cz (Postfix) with ESMTP id CDD445C; Sat, 11 Oct 2003 18:10:36 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 81FA32FDA01; Sat, 11 Oct 2003 18:10:36 +0200 (CEST) Date: Sat, 11 Oct 2003 18:10:36 +0200 From: Roman Neuhauser To: Lev Serebryakov Message-ID: <20031011161036.GZ348@freepuppy.bellavista.cz> Mail-Followup-To: Lev Serebryakov , freebsd-ports , rodrigc@attbi.com References: <20030905041807.GI68249@freepuppy.bellavista.cz> <9310678632.20030906000155@serebryakov.spb.ru> <20030911081340.GW51816@freepuppy.bellavista.cz> <1511560788.20030914100628@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1511560788.20030914100628@serebryakov.spb.ru> User-Agent: Mutt/1.5.4i cc: rodrigc@attbi.com cc: freebsd-ports Subject: Re: devel/apr and/or devel/subversion problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 16:10:40 -0000 # lev@FreeBSD.org / 2003-09-14 10:06:28 +0400: > Hello, Roman! > Thursday, September 11, 2003, 12:13:40 PM, you wrote: > > >> %ls /var/db/pkg | grep gdbm > RN> that doesn't say much: > RN> % ls /var/db/pkg|grep gdbm > RN> % ldconfig -r|grep gdbm > RN> 167:-lgdbm.2 => /usr/local/lib/compat/pkg/libgdbm.so.2 > What I wanted to say: you have libgdbm.so, but doesn't have gdbm > package installed. It is not porlem of apr, it know nothing about > FreeBSD's port system, it know about available libraries. May be, it > will be right to add WITH_GDBM knob to `devel/apr', but it is > question for `devel/apr''s maintainer. What I wanted to say: if aprutil looks for gdbm, and can be configured in this regard, it needs to (optionally) LIB_DEPEND on gdbm. I am obviously not alone who got snagged by this, see http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=1649 http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=1654 -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 09:35:55 2003 Return-Path: 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 5C9E916A4B3; Sat, 11 Oct 2003 09:35:55 -0700 (PDT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1713043F75; Sat, 11 Oct 2003 09:35:54 -0700 (PDT) (envelope-from lev@FreeBSD.org) Received: from ip93-110.dialup.wplus.net (ip93-110.dialup.wplus.net [195.131.93.110]) (authenticated bits=0) by ftp.translate.ru (8.12.9/8.12.9) with ESMTP id h9BGXk7R082270; Sat, 11 Oct 2003 20:33:47 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Sat, 11 Oct 2003 20:42:33 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v1.62r) Personal Organization: FreeBSD Developers Team X-Priority: 3 (Normal) Message-ID: <52496606.20031011204233@serebryakov.spb.ru> To: Roman Neuhauser In-Reply-To: <20031011161036.GZ348@freepuppy.bellavista.cz> References: <20030905041807.GI68249@freepuppy.bellavista.cz> <9310678632.20030906000155@serebryakov.spb.ru> <20030911081340.GW51816@freepuppy.bellavista.cz> <1511560788.20030914100628@serebryakov.spb.ru> <20031011161036.GZ348@freepuppy.bellavista.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: rodrigc@attbi.com cc: Lev Serebryakov cc: freebsd-ports Subject: Re[2]: devel/apr and/or devel/subversion problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 16:35:55 -0000 Hello, Roman! Saturday, October 11, 2003, 8:10:36 PM, you wrote: >> What I wanted to say: you have libgdbm.so, but doesn't have gdbm >> package installed. It is not porlem of apr, it know nothing about >> FreeBSD's port system, it know about available libraries. May be, it >> will be right to add WITH_GDBM knob to `devel/apr', but it is >> question for `devel/apr''s maintainer. RN> What I wanted to say: if aprutil looks for gdbm, and can be RN> configured in this regard, it needs to (optionally) LIB_DEPEND on RN> gdbm. I am obviously not alone who got snagged by this, see It is not related questions. Of course, it is possible to add such knob to port. But it doesn't help, when knob will be OFF, but apr-util FINDS this library. Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 09:54:08 2003 Return-Path: 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 566D016A4B3; Sat, 11 Oct 2003 09:54:08 -0700 (PDT) Received: from lilith.bellavista.cz (lilith.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB81043FA3; Sat, 11 Oct 2003 09:54:06 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by lilith.bellavista.cz (Postfix) with ESMTP id 3FF175C; Sat, 11 Oct 2003 18:54:05 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 213802FDA01; Sat, 11 Oct 2003 18:54:05 +0200 (CEST) Date: Sat, 11 Oct 2003 18:54:04 +0200 From: Roman Neuhauser To: Lev Serebryakov Message-ID: <20031011165404.GA348@freepuppy.bellavista.cz> Mail-Followup-To: Lev Serebryakov , rodrigc@attbi.com, freebsd-ports References: <20030905041807.GI68249@freepuppy.bellavista.cz> <9310678632.20030906000155@serebryakov.spb.ru> <20030911081340.GW51816@freepuppy.bellavista.cz> <1511560788.20030914100628@serebryakov.spb.ru> <20031011161036.GZ348@freepuppy.bellavista.cz> <52496606.20031011204233@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52496606.20031011204233@serebryakov.spb.ru> User-Agent: Mutt/1.5.4i cc: rodrigc@attbi.com cc: freebsd-ports Subject: Re: devel/apr and/or devel/subversion problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 16:54:08 -0000 # lev@FreeBSD.org / 2003-10-11 20:42:33 +0400: > Hello, Roman! > Saturday, October 11, 2003, 8:10:36 PM, you wrote: > > >> What I wanted to say: you have libgdbm.so, but doesn't have gdbm > >> package installed. It is not porlem of apr, it know nothing about > >> FreeBSD's port system, it know about available libraries. May be, it > >> will be right to add WITH_GDBM knob to `devel/apr', but it is > >> question for `devel/apr''s maintainer. > RN> What I wanted to say: if aprutil looks for gdbm, and can be > RN> configured in this regard, it needs to (optionally) LIB_DEPEND on > RN> gdbm. I am obviously not alone who got snagged by this, see > It is not related questions. Of course, it is possible to add such > knob to port. But it doesn't help, when knob will be OFF, but apr-util > FINDS this library. apr-util has --with-gdbm (or similar), which defaults to yes. if you add .if defined(WITH_GDBM) LIB_DEPENDS+=... CONFIGURE_ARGS+=--with-gdbm=... .else CONFIGURE_ARGS+=--without-gdbm .endif you will have fixed the problem. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 12:26:12 2003 Return-Path: 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 EDF8416A4B3 for ; Sat, 11 Oct 2003 12:26:12 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A044843FDD for ; Sat, 11 Oct 2003 12:26:10 -0700 (PDT) (envelope-from matthias.andree@gmx.de) Received: (qmail 10017 invoked by uid 65534); 11 Oct 2003 19:26:09 -0000 Received: from pD9E1E9F5.dip.t-dialin.net (EHLO merlin.emma.line.org) (217.225.233.245) by mail.gmx.net (mp022) with SMTP; 11 Oct 2003 21:26:09 +0200 X-Authenticated: #428038 Date: Sat, 11 Oct 2003 21:26:08 +0200 To: petef@freebsd.org References: <3F880B0A.4000901@veidit.net> Message-ID: From: Matthias Andree Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <3F880B0A.4000901@veidit.net> User-Agent: Opera7.21/FreeBSD M2 build 470 cc: ports@freebsd.org Subject: Re: FreeBSD Port: maildrop-1.5.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 19:26:13 -0000 On Sat, 11 Oct 2003 15:52:10 +0200, John Angelmo wrote: > > Hello > > Maildrop current version is 1.6.2 is it time to upgrade the ports? I'd think so, since Maildrop has the important EX_NOUSER feature for unknown virtual users. This is needed for integration with some MTAs that do not reject unknown users when mail is injected locally (Postfix). -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 13:28:02 2003 Return-Path: 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 4312416A4B3 for ; Sat, 11 Oct 2003 13:28:02 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C43343FB1 for ; Sat, 11 Oct 2003 13:28:01 -0700 (PDT) (envelope-from hetzelsw@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h9BKRvHT083968; Sat, 11 Oct 2003 15:27:58 -0500 (CDT) (envelope-from hetzelsw@westbend.net) Message-ID: <007201c39036$2803fe90$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Kris Kennaway" , "Gene Raytsin" References: <3F847FC6.6080905@paladin7.net> <20031008232218.GA4053@rot13.obsecurity.org> Date: Sat, 11 Oct 2003 15:15:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.6 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT_OE version=2.43 cc: freebsd-ports@freebsd.org Subject: Re: feature request X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 20:28:02 -0000 From: "Kris Kennaway" >On Wed, Oct 08, 2003 at 05:21:10PM -0400, Gene Raytsin wrote: >> I have notice that if you run "make package" for a port which depends on >> not yet installed >> ports the actual package created only for this port, while all >> dependencies are simply installed without being >> also created as packages. > > 'make package-recursive'. This is a FAQ. > Except it's broken, it fails to include the pkg-install/deinstall scripts in the package where the 'make package-recursive' was run.. I noticed this when I was trying to install the packages for mail/cyrus-imapd22 and it's dependency security/cyrus-sasl2 on a different system. It failed due to a missing cyrus user (since I had initially ran 'make package-recursive' in security/cyrus-sasl2). I just re-ran 'make package-recursive' using the cyrus-imapd22 port and here are the results of both package-recursive and package targets: First use 'make package-recursive' Contents of the /usr/ports/packages/All/cyrus-imapd-2.2.1.b_1.tbz (package-recursive used in mail/cyrus-imapd22) -rw-r--r-- root/wheel 22745 Oct 11 14:14 2003 +CONTENTS -rw-r--r-- root/wheel 59 Oct 11 14:14 2003 +COMMENT -rw-r--r-- root/wheel 1097 Oct 11 14:14 2003 +DESC -rw-r--r-- root/wheel 347 Oct 11 14:14 2003 +DISPLAY -r--r--r-- root/wheel 8200 Oct 11 14:14 2003 +MTREE_DIRS -r--r--r-- root/wheel 5608 Oct 11 14:13 2003 man/man1/cyradm.1.gz -rw-r--r-- root/wheel 2272 Oct 11 14:13 2003 man/man1/imtest.1.gz -rw-r--r-- root/wheel 1651 Oct 11 14:13 2003 man/man1/installsieve.1.gz -rw-r--r-- root/wheel 2072 Oct 11 14:13 2003 man/man1/lmtptest.1.gz : Remove work/.package_done* and run 'make package' Contents of the /usr/ports/packages/All/cyrus-imapd-2.2.1.b_1.tbz (package used in mail/cyrus-imapd22) -rw-r--r-- root/wheel 22781 Oct 11 14:18 2003 +CONTENTS -rw-r--r-- root/wheel 59 Oct 11 14:18 2003 +COMMENT -rw-r--r-- root/wheel 1097 Oct 11 14:18 2003 +DESC -rw-r--r-- root/wheel 1165 Oct 11 14:18 2003 +INSTALL -rw-r--r-- root/wheel 1175 Oct 11 14:18 2003 +DEINSTALL -rw-r--r-- root/wheel 347 Oct 11 14:18 2003 +DISPLAY -r--r--r-- root/wheel 8200 Oct 11 14:18 2003 +MTREE_DIRS -r--r--r-- root/wheel 5608 Oct 11 14:13 2003 man/man1/cyradm.1.gz -rw-r--r-- root/wheel 2272 Oct 11 14:13 2003 man/man1/imtest.1.gz -rw-r--r-- root/wheel 1651 Oct 11 14:13 2003 man/man1/installsieve.1.gz -rw-r--r-- root/wheel 2072 Oct 11 14:13 2003 man/man1/lmtptest.1.gz : As you can see the +INSTALL and +DEINSTALL scripts are missing from the package created from the package-recursive target. NOTE: This only affects the parent package, all dependant packages are fine. I have submited PR 57870 on this problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=57870 Scot From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 13:34:45 2003 Return-Path: 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 E633816A4BF for ; Sat, 11 Oct 2003 13:34:45 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E11843FB1 for ; Sat, 11 Oct 2003 13:34:43 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 12752 invoked by uid 85); 11 Oct 2003 22:34:41 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.121104 secs); 11 Oct 2003 20:34:41 -0000 Received: from persephone.cultdeadsheep.org (192.168.0.8) by goofy.cultdeadsheep.org with SMTP; 11 Oct 2003 22:34:40 +0200 Received: (qmail 86590 invoked from network); 11 Oct 2003 22:35:03 +0200 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by persephone.cultdeadsheep.org with DES-CBC3-SHA encrypted SMTP; 11 Oct 2003 22:35:03 +0200 Date: Sat, 11 Oct 2003 22:34:29 +0200 From: Clement Laforet To: ports@FreeBSD.org Message-Id: <20031011223429.23ceb18b.sheepkiller@cultdeadsheep.org> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.6 (GTK+ 1.2.10; i386-portbld-freebsd5.1) X-Face: ._cVVRDn#-2((lnfi^P7CoD4htI$4+#G/G)!w|,}H5yK~%(3-C.JlEYbOjJGFwJkt*7N^%z jYeu[;}]}F"3}l5R'l"X0HbvT^D\Q&%deCo)MayY`);TO Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [patch] Call for testers: make CONFLICTS "prefix free" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 20:34:46 -0000 Hi guys ! Oliver Eikemeier has made an excellent job. Listing all conflicting ports is very good idea, but currently CONFLICTS doesn't considers PREFIX. Ports don't conflict if they are installed in different locations ! I tested this patch with apache and INN, and before submiting a PR, I'd rather get some feedback. regards, clem Index: bsd.port.mk =================================================================== RCS file: /WORK/REPO/ports/Mk/bsd.port.mk,v retrieving revision 1.468 diff -u -r1.468 bsd.port.mk --- bsd.port.mk 3 Sep 2003 19:50:24 -0000 1.468 +++ bsd.port.mk 11 Oct 2003 20:21:24 -0000 @@ -2990,15 +2990,25 @@ .endfor @if [ -s ${WRKDIR}/.CONFLICTS ]; then \ found=`cat ${WRKDIR}/.CONFLICTS | ${SED} -e s'|${PKG_DBDIR}/||g' | tr '\012' ' '`; \ - ${ECHO_MSG} "===> ${PKGNAME} conflicts with installed package(s): "; \ + conflicting=0; \ + ${ECHO_MSG} "===> ${PKGNAME} may conflict with installed package(s): "; \ for entry in $$found; do \ - ${ECHO_MSG} " $$entry"; \ + ${ECHO_MSG} -n " $$entry:"; \ + prfx=`${PKG_INFO} -q -p $${entry} 2> /dev/null | ${HEAD} -n 1 | ${SED} -ne '1s|^@cwd ||p'`; \ + if [ "x$${PREFIX}" = "x$${prfx}" ]; then \ + conflicting=1;\ + ${ECHO_MSG} " yes.";\ + else \ + ${ECHO_MSG} " no.";\ + fi;\ done; \ ${ECHO_MSG}; \ + if [ "x$${conflicting}" = "x1" ] ; then \ ${ECHO_MSG} " They install files into the same place."; \ ${ECHO_MSG} " Please remove them first with pkg_delete(1)."; \ ${RM} -f ${WRKDIR}/.CONFLICTS; \ exit 1; \ + fi ;\ fi .endif # CONFLICTS .endif From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 14:31:11 2003 Return-Path: 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 8DF3C16A4B3 for ; Sat, 11 Oct 2003 14:31:11 -0700 (PDT) Received: from greenland.pacificwise.com (greenland.pacificwise.com [208.37.215.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09AAB43F3F for ; Sat, 11 Oct 2003 14:31:11 -0700 (PDT) (envelope-from craig@pacificwise.com) Received: from pacificwise.com (fiji.in.pacificwise.com [192.168.97.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by greenland.pacificwise.com (Postfix) with ESMTP id E17864BB47; Sat, 11 Oct 2003 14:31:09 -0700 (PDT) Message-ID: <3F8876AB.1050303@pacificwise.com> Date: Sat, 11 Oct 2003 14:31:23 -0700 From: Craig Proctor User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: simond@irrelevant.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: squirrelmail with php4 (CLI and Apache Module) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 21:31:11 -0000 When I try installing squirrelmail it tries to install mod_php but I already have php4 with Apache Module and CLI installed. How do I solve this dependency? Thanks Craig From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 14:31:32 2003 Return-Path: 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 66B8816A4B3 for ; Sat, 11 Oct 2003 14:31:32 -0700 (PDT) Received: from fed1mtao04.cox.net (fed1mtao04.cox.net [68.6.19.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 500D543F93 for ; Sat, 11 Oct 2003 14:31:31 -0700 (PDT) (envelope-from s.wingate@pobox.com) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao04.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031011213131.PFKY1644.fed1mtao04.cox.net@daemon.g-e-e-k.net> for ; Sat, 11 Oct 2003 17:31:31 -0400 Date: Sat, 11 Oct 2003 14:30:08 -0700 (PDT) From: Steve Wingate X-X-Sender: steve@daemon.g-e-e-k.net To: ports@freebsd.org Message-ID: <20031011142836.H39519@daemon.g-e-e-k.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Gaim 0.71 & MSN X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 21:31:32 -0000 When I start gaim 0.71 a message appears saying "Gain was unable to load your plugin. The required plugin MSN was unable to load." +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Sat Oct 11 14:20:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 2:20PM up 32 days, 6:52, 2 users, load averages: 0.00, 0.00, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 14:43:25 2003 Return-Path: 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 D6A8616A4B3 for ; Sat, 11 Oct 2003 14:43:25 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB3943F3F for ; Sat, 11 Oct 2003 14:43:24 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108])h9BLf4Vx005088; Sat, 11 Oct 2003 17:41:05 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h9BLgb1v073347; Sat, 11 Oct 2003 17:42:37 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Steve Wingate In-Reply-To: <20031011142836.H39519@daemon.g-e-e-k.net> References: <20031011142836.H39519@daemon.g-e-e-k.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-emIBLvsz7nnt1/wqgAfY" Organization: MarcusCom, Inc. Message-Id: <1065908601.50866.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 11 Oct 2003 17:43:21 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: ports@freebsd.org Subject: Re: Gaim 0.71 & MSN X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 21:43:25 -0000 --=-emIBLvsz7nnt1/wqgAfY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-10-11 at 17:30, Steve Wingate wrote: > When I start gaim 0.71 a message appears saying "Gain was unable to load > your plugin. > The required plugin MSN was unable to load." Take a look at the pre-everything message. Joe >=20 >=20 >=20 > +---------------------------------------------------------------------+ > |Steve Wingate > |MCSE, CCNA Sat Oct 11 14:20:00 PDT 2003 > +---------------------------------------------------------------------+ > |FreeBSD 4.9-PRERELEASE > | 2:20PM up 32 days, 6:52, 2 users, load averages: 0.00, 0.00, 0.00 > +---------------------------------------------------------------------+ > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-emIBLvsz7nnt1/wqgAfY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/iHl5b2iPiv4Uz4cRAtOeAJ49Kj7BltVfSEn6yVkPaPTvsmgbmACeMnv5 JQanSqKpRTpvE9YUo1Aqn5I= =tiXt -----END PGP SIGNATURE----- --=-emIBLvsz7nnt1/wqgAfY-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 15:23:05 2003 Return-Path: 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 60FEB16A4B3; Sat, 11 Oct 2003 15:23:05 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1EC343FA3; Sat, 11 Oct 2003 15:23:03 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 21CEF66E46; Sat, 11 Oct 2003 15:23:02 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id D389FB5C; Sat, 11 Oct 2003 15:23:01 -0700 (PDT) Date: Sat, 11 Oct 2003 15:23:01 -0700 From: Kris Kennaway To: ports@freebsd.org, keith@freebsd.org, petef@freebsd.org Message-ID: <20031011222301.GB11160@rot13.obsecurity.org> References: <20031011160058.GA70573@kyuzo.dunkelkammer.void> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1UWUbFP1cBYEclgG" Content-Disposition: inline In-Reply-To: <20031011160058.GA70573@kyuzo.dunkelkammer.void> User-Agent: Mutt/1.4.1i Subject: Re: PRs assigned to inactive committer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 22:23:05 -0000 --1UWUbFP1cBYEclgG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Oct 11, 2003 at 06:00:58PM +0200, Stefan Walter wrote: > I noticed just after submitting ports/57863 that the maintainer and > responsible person for that PR (keith) hasn't been active for quite a > while - his last commit seems to have been in July 2002. Maybe it would > be a good idea to clear the 'responsible' field or give the PRs assigned > to him to someone else, as the current state seems to keep others from > looking at them. Thanks for bringing this to our attention. I'll recommend to the rest of portmgr that we go through and contact inactive (>12 months) committers with the intention of deassigning them from any ports they maintain. Kris --1UWUbFP1cBYEclgG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/iILFWry0BWjoQKURAoeRAKD7oWHV3w0MUJuJgZ4tspQp/+GwqQCg2QgM 4uzkG9lvRpHdZ0fxuetuMYE= =7/de -----END PGP SIGNATURE----- --1UWUbFP1cBYEclgG-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 15:53:54 2003 Return-Path: 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 9E47E16A4B3; Sat, 11 Oct 2003 15:53:54 -0700 (PDT) Received: from mail.lovett.com (sentinel.ranger.supernews.net [216.168.1.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B2F43FB1; Sat, 11 Oct 2003 15:53:54 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from 44ba06102.mdfrd.or.charter.com ([68.186.6.102] helo=FreeBSD.org) by mail.lovett.com with asmtp (Exim 4.22) id 1A8ScT-000DZp-PH; Sat, 11 Oct 2003 22:53:53 +0000 Date: Sat, 11 Oct 2003 15:53:52 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Lev Serebryakov From: Ade Lovett In-Reply-To: <22159707417.20031010130423@serebryakov.spb.ru> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: ports@FreeBSD.org Subject: Re: Ports conflicts: `lib/libiberty.a' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 22:53:54 -0000 On Friday, Oct 10, 2003, at 02:04 US/Pacific, Lev Serebryakov wrote: > I don't think, it is good idea to "CONFLICTS=" all these binutils & > gcc. May be, we need some "general" patch (like libtool's one) to > disable installation of this library? Something like > > FIX_LIBIBERTY=yes > > In port makefile? No. Please no. Oh lordy, no. The maze of options, variables, hacks, and other bits and pieces needs to be reduced, not increased. It's a staggeringly complex ball of wax already. An excellent task for someone who wants to learn A LOT about the ports tree as a single entity would be to run through the entire tree, documenting all these magical flags, and, as a first shot, start cleaning them up. To take a random case in point, with no finger pointing, things like the use of OpenLDAP has a metric shitload of different, but the same, ways to do things, USE_LDAP, WITH_LDAP, USE_OPENLDAP, WITH_OPENLDAP, WITH_OPENLDAP_VER, LDAP_PORT, etc.. etc.. A centralized place to refer to these knobs (a purely documentatary bsd.knobs.mk, perhaps) detailing what they are, who uses them, and what they do would go a long way to help, but some of the process would have to be (non-trivially) automated in order to keep it up to date (no small task in of itself). I'm really starting to wonder whether we've reached the limits of what can reasonably be accomplished with make(1) as we approach ports10k... -aDe From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 16:07:03 2003 Return-Path: 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 35F6116A4B3 for ; Sat, 11 Oct 2003 16:07:03 -0700 (PDT) Received: from web13401.mail.yahoo.com (web13401.mail.yahoo.com [216.136.175.59]) by mx1.FreeBSD.org (Postfix) with SMTP id B547D43FBD for ; Sat, 11 Oct 2003 16:07:02 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20031011230702.86509.qmail@web13401.mail.yahoo.com> Received: from [200.91.194.71] by web13401.mail.yahoo.com via HTTP; Sat, 11 Oct 2003 16:07:02 PDT Date: Sat, 11 Oct 2003 16:07:02 -0700 (PDT) From: "Pedro F. Giffuni" To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Cilk: a multithreaded programming language X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 23:07:03 -0000 Hi; The port I'm working on (TAUCS) wants to use Cilk: http://supertech.lcs.mit.edu/cilk/ Cilk is a language for multithreaded parallel programming based on ANSI C. Cilk is designed for general-purpose parallel programming, but it is especially effective for exploiting dynamic, highly asynchronous parallelism, which can be difficult to write in data-parallel or message-passing style. Using Cilk, our group has developed three world-class chess programs, StarTech, *Socrates, and Cilkchess. Cilk provides an effective platform for programming dense and sparse numerical algorithms, such as matrix factorization and N-body simulations, and we are working on other types of applications. Unlike many other multithreaded programming systems, Cilk is algorithmic, in that the runtime system employs a scheduler that allows the performance of programs to be estimated accurately based on abstract complexity measures. __________________ I'm having some problems building it (and it wants to use -pthread) so I would prefer if someone with access to -current, and perhaps some interest in chess ;-), ports it. cheers, Pedro. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 18:26:03 2003 Return-Path: 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 C656416A4B3 for ; Sat, 11 Oct 2003 18:26:03 -0700 (PDT) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CC443FBD for ; Sat, 11 Oct 2003 18:26:02 -0700 (PDT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (authenticated bits=128) by kestrel.alerce.com (8.12.10/8.12.10) with ESMTP id h9C1Q0l6084238 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 11 Oct 2003 18:26:01 -0700 (PDT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.8p2/8.12.8) with ESMTP id h9C1PsuS031682 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 11 Oct 2003 18:25:55 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.8p2/8.12.8/Submit) id h9C1PrET031678; Sat, 11 Oct 2003 18:25:53 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16264.44449.392345.828078@rosebud.alerce.com> Date: Sat, 11 Oct 2003 18:25:53 -0700 To: freebsd-ports@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 12) "Portable Code" XEmacs Lucid Subject: using multiple processors for ports builds and/or portupgrade(1)? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 01:26:03 -0000 I have a dual processor machine sitting at a load of 1 during a "portupgrade -f gnome2". Are the Makefiles in the ports trees safe to use with -j 4 or -j 6 on a dual processor machine? I'm worried about how the dependencies are handled, etc.... If the make is a safe thing to do, is there a standard way to encourage portupgrade to take advantage of it? g. From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 19:00:31 2003 Return-Path: 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 CA3E416A4B3 for ; Sat, 11 Oct 2003 19:00:31 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-107-253.dsl.lsan03.pacbell.net [64.169.107.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A1A43FA3 for ; Sat, 11 Oct 2003 19:00:31 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 75EEB66D6A; Sat, 11 Oct 2003 19:00:30 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 4EB68B72; Sat, 11 Oct 2003 19:00:30 -0700 (PDT) Date: Sat, 11 Oct 2003 19:00:30 -0700 From: Kris Kennaway To: George Hartzell Message-ID: <20031012020030.GA71366@rot13.obsecurity.org> References: <16264.44449.392345.828078@rosebud.alerce.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline In-Reply-To: <16264.44449.392345.828078@rosebud.alerce.com> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: using multiple processors for ports builds and/or portupgrade(1)? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 02:00:31 -0000 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 11, 2003 at 06:25:53PM -0700, George Hartzell wrote: >=20 > I have a dual processor machine sitting at a load of 1 during a > "portupgrade -f gnome2". >=20 > Are the Makefiles in the ports trees safe to use with -j 4 or -j 6 on > a dual processor machine? I'm worried about how the dependencies are > handled, etc.... >=20 > If the make is a safe thing to do, is there a standard way to > encourage portupgrade to take advantage of it? In general, I'd be surprised if a significant percentage of ports are -j safe. Kris --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/iLW+Wry0BWjoQKURAowXAJ4myWop9D67LnuXi5aE4aBGEDhG+ACg4wpn cJhxRi3a1bSxqC+c5fKSg4U= =bJFo -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 20:56:57 2003 Return-Path: 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 F15B516A4B3 for ; Sat, 11 Oct 2003 20:56:57 -0700 (PDT) Received: from fed1mtao05.cox.net (fed1mtao05.cox.net [68.6.19.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8640043FBF for ; Sat, 11 Oct 2003 20:56:56 -0700 (PDT) (envelope-from s.wingate@cox.net) Received: from daemon.g-e-e-k.net ([68.105.195.160]) by fed1mtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031012035653.QTNK10143.fed1mtao05.cox.net@daemon.g-e-e-k.net>; Sat, 11 Oct 2003 23:56:53 -0400 From: Steve Wingate To: Joe Marcus Clarke , Steve Wingate Date: Sat, 11 Oct 2003 20:55:34 -0700 User-Agent: KMail/1.5.3 References: <20031011142836.H39519@daemon.g-e-e-k.net> <1065908601.50866.7.camel@shumai.marcuscom.com> In-Reply-To: <1065908601.50866.7.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310112055.34302.s.wingate@cox.net> cc: ports@freebsd.org Subject: Re: Gaim 0.71 & MSN X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 03:56:58 -0000 On Saturday 11 October 2003 02:43 pm, Joe Marcus Clarke wrote: > On Sat, 2003-10-11 at 17:30, Steve Wingate wrote: > > When I start gaim 0.71 a message appears saying "Gain was unable to load > > your plugin. > > The required plugin MSN was unable to load." > > Take a look at the pre-everything message. > > Joe Ahhh, I missed those using portupgrade, since I don't watch the window. How can I just disable MSN so I don't have to see that box everytime I logon? I don't use MSN anyway. -- +---------------------------------------------------------------------+ |Steve Wingate |MCSE, CCNA Sat Oct 11 20:50:00 PDT 2003 +---------------------------------------------------------------------+ |FreeBSD 4.9-PRERELEASE | 8:50PM up 32 days, 13:22, 3 users, load averages: 0.00, 0.01, 0.00 +---------------------------------------------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Sat Oct 11 21:31:07 2003 Return-Path: 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 1DC0316A4B3 for ; Sat, 11 Oct 2003 21:31:07 -0700 (PDT) Received: from sbtm.yonsei.net (sbtm.yonsei.net [61.100.191.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D40E43F85 for ; Sat, 11 Oct 2003 21:31:05 -0700 (PDT) (envelope-from perky@sbtm.yonsei.net) Received: by sbtm.yonsei.net (Postfix, from userid 1001) id 74DDC2840F; Sun, 12 Oct 2003 13:31:03 +0900 (KST) Date: Sun, 12 Oct 2003 13:31:03 +0900 From: Hye-Shik Chang To: ports@FreeBSD.org Message-ID: <20031012043103.GA38679@i18n.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Yonsei University User-Agent: Mutt/1.5.4i Subject: Request for Comments: bsd.python.mk improvement for version checking X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 04:31:07 -0000 Hi! I'm going to commit this modification to enable python ports to check Python's version. With this patch, you'll be able to use it this way. USE_PYTHON= yes # backward compatible USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2 USE_PYTHON= 2.1+ # 2.1 at least USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2 USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed. If you have an interest on this, please test the patch for your python ports. Any comments, suggestions, and/or patches are very welcome. Thank you in advance! Index: bsd.python.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.python.mk,v retrieving revision 1.36 diff -u -r1.36 bsd.python.mk --- bsd.python.mk 4 Oct 2003 05:17:10 -0000 1.36 +++ bsd.python.mk 12 Oct 2003 02:42:49 -0000 @@ -13,7 +13,9 @@ # make your life easier when dealing with ports related to the Python # language. It's automatically included when USE_PYTHON or PYTHON_VERSION # is defined in the ports' makefile. Define PYTHON_VERSION to override the -# defaults that USE_PYTHON would give you. +# defaults that USE_PYTHON would give you. If your port requires only some +# set of Python versions, you can define USE_PYTHON as [min]-[max] or +# min+. (eg. 2.1-2.3, 2.0+ or -2.2) # # The variables: # @@ -39,6 +41,10 @@ # packages for different Python versions. # default: py${PYTHON_SUFFIX}- # +# PYTHON_PKGNAMESUFFIX: If your port's name is more popular without `py-' +# prefix, use this as a ${PKGNAMESUFFIX} alternatively. +# default: -py${PYTHON_SUFFIX} +# # PYTHON_PLATFORM: Python's idea of the OS release. # XXX This is faked with ${OPSYS} and ${OSREL} until I # find out how to delay defining a variable until after @@ -99,24 +105,77 @@ # PYSETUP: Name of the setup script used by the distutils package. # default: setup.py +_PYTHON_PORTBRANCH= 2.3 +_PYTHON_PORTVERSION= 2.3.2 +_PYTHON_ALLBRANCHES= 2.3 2.2 2.1 2.0 1.5 2.4 # preferred first + +.if defined(USE_ZOPE) +PYTHON_VERSION= python2.2 +.endif + +.if defined(PYTHON_VERSION) +_PYTHON_VERSION!= echo "${PYTHON_VERSION}" | ${SED} 's/^python//' +_PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION} +.else # Determine the currently installed version. If Python is not installed, a # default version number is substituted and the corresponding Python # distribution will be built through the dependency processing. .if defined(PYTHON_CMD) -_PYTHON_VERSION!= ${PYTHON_CMD} -c 'import sys; print sys.version[:3]' -.elif defined(USE_ZOPE) -_PYTHON_VERSION= 2.1 +_PYTHON_CMD= ${PYTHON_CMD} .else -_PYTHON_VERSION!= (${LOCALBASE}/bin/python -c 'import sys; print sys.version[:3]') 2> /dev/null \ - || echo 2.3 +_PYTHON_CMD= ${LOCALBASE}/bin/python +.endif +_PYTHON_VERSION!= ${_PYTHON_CMD} -c \ + 'import sys; print sys.version[:3]' 2> /dev/null \ + || echo ${_PYTHON_PORTBRANCH} +.endif # defined(PYTHON_VERSION) + +# Validate Python version whether it meets USE_PYTHON version restriction. +_PYTHON_VERSION_CHECK!= echo "${USE_PYTHON}" | \ + ${SED} 's/^\([1-9]\.[0-9]\)$$/\1-\1/' +_PYTHON_VERSION_MINIMUM!= echo "${_PYTHON_VERSION_CHECK}" | \ + ${SED} -n 's/.*\([1-9]\.[0-9]\)[-+].*/\1/p' +_PYTHON_VERSION_MAXIMUM!= echo "${_PYTHON_VERSION_CHECK}" | \ + ${SED} -n 's/.*-\([1-9]\.[0-9]\).*/\1/p' +.if !empty(_PYTHON_VERSION_MINIMUM) && ( \ + ${_PYTHON_VERSION} < ${_PYTHON_VERSION_MINIMUM}) +_PYTHON_VERSION_NONSUPPORTED= ${_PYTHON_VERSION_MINIMUM} at least +.elif !empty(_PYTHON_VERSION_MAXIMUM) && ( \ + ${_PYTHON_VERSION} > ${_PYTHON_VERSION_MAXIMUM}) +_PYTHON_VERSION_NONSUPPORTED= ${_PYTHON_VERSION_MAXIMUM} at most .endif + +# If we have an unsupported version of Python, try another. +.if defined(_PYTHON_VERSION_NONSUPPORTED) +.if defined(PYTHON_VERSION) || defined(PYTHON_CMD) +IGNORE= needs Python ${_PYTHON_VERSION_NONSUPPORTED}.\ + But you specified ${_PYTHON_VERSION} +.else +.undef _PYTHON_VERSION +.for ver in ${_PYTHON_ALLBRANCHES} +__VER= ${ver} +.if !defined(_PYTHON_VERSION) && \ + !(!empty(_PYTHON_VERSION_MINIMUM) && ( \ + ${__VER} < ${_PYTHON_VERSION_MINIMUM})) && \ + !(!empty(_PYTHON_VERSION_MAXIMUM) && ( \ + ${__VER} > ${_PYTHON_VERSION_MAXIMUM})) +_PYTHON_VERSION= ${ver} +_PYTHON_CMD= ${LOCALBASE}/bin/python${ver} +.endif +.endfor +.if !defined(_PYTHON_VERSION) +IGNORE= needs an unsupported version of Python +_PYTHON_VERSION= ${_PYTHON_PORTBRANCH} # just to avoid version sanity checking. +.endif +.endif # defined(PYTHON_VERSION) || defined(PYTHON_CMD) +.endif # defined(_PYTHON_VERSION_NONSUPPORTED) + PYTHON_VERSION?= python${_PYTHON_VERSION} -_PYTHON_PORTVERSION= 2.3.2 -PYTHON_CMD?= ${PYTHONBASE}/bin/${PYTHON_VERSION} +PYTHON_CMD?= ${_PYTHON_CMD} PYTHONBASE!= (${PYTHON_CMD} -c 'import sys; print sys.prefix') \ 2> /dev/null || echo ${LOCALBASE} -PYTHON_PORTVERSION!= (${PYTHON_CMD} -c 'import string, sys; \ - print string.split(sys.version)[0]') 2> /dev/null \ +PYTHON_PORTVERSION!=(${PYTHON_CMD} -c 'import string, sys; \ + print string.split(sys.version)[0]') 2> /dev/null \ || echo ${_PYTHON_PORTVERSION} # Python-2.4 @@ -207,6 +266,7 @@ PYTHON_INCLUDEDIR= ${PYTHONBASE}/include/${PYTHON_VERSION} PYTHON_LIBDIR= ${PYTHONBASE}/lib/${PYTHON_VERSION} PYTHON_PKGNAMEPREFIX= py${PYTHON_SUFFIX}- +PYTHON_PKGNAMESUFFIX= -py${PYTHON_SUFFIX} PYTHON_PLATFORM!= expr ${OPSYS:L}${OSREL} : '\(.*\)\.' PYTHON_SITELIBDIR= ${PYTHON_LIBDIR}/site-packages