From owner-freebsd-ports@FreeBSD.ORG Sun Jul 18 02:04:07 2004 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 2F44116A4CE; Sun, 18 Jul 2004 02:04:07 +0000 (GMT) Received: from pinky.otenet.gr (pinky.otenet.gr [195.170.0.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DC843D45; Sun, 18 Jul 2004 02:04:06 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from gothmog.gr (patr530-b217.otenet.gr [212.205.244.225]) i6I242uY010372; Sun, 18 Jul 2004 05:04:03 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i6I240Ba010668; Sun, 18 Jul 2004 05:04:00 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i6I240uJ010659; Sun, 18 Jul 2004 05:04:00 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sun, 18 Jul 2004 05:04:00 +0300 From: Giorgos Keramidas To: Alexey Dokuchaev , "David O'Brien" Message-ID: <20040718020400.GA8280@gothmog.gr> References: <200407150701.i6F714tO099473@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407150701.i6F714tO099473@regency.nsu.ru> cc: freebsd-ports@FreeBSD.org cc: bug-followup@FreeBSD.org Subject: Re: docs/69086: Porters Handbook: How to convert from CR/LF to LF using REINPLACE_CMD 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, 18 Jul 2004 02:04:07 -0000 On 2004-07-15 14:01, Alexey Dokuchaev wrote: > I therefore suggest including this in Porter's Handbook, as in > attached patch. This looks like a very nice way to filter the sources to me. I'm not very experienced with the way our ports system works though. Do the people on freebsd-ports agree about this change? In particular, since he seems to be the most active ports committer that updates the porters-handbook, does David O'Brien agree with this addition? > Index: book.sgml > =================================================================== > RCS file: /home/pub/ftp/pub/FreeBSD/development/FreeBSD-CVS//doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v > retrieving revision 1.461 > diff -u -r1.461 book.sgml > --- book.sgml 12 Jul 2004 08:24:15 -0000 1.461 > +++ book.sgml 15 Jul 2004 06:55:26 -0000 > @@ -681,6 +681,24 @@ > lines!); define USE_AUTOCONF_VER=213 and take the > diffs of configure.in. > > + Quite often, there is a situation when ported software, being > + primarily developed on Windows, uses CR/LF convention for most of its > + source files. This may cause problems with further patching, compiler > + warnings, scipts execution (/bin/sh^M not found), > + etc. To quickly convert those files from CR/LF to just LF, you can do > + something like this: > + > + USE_REINPLACE= yes > + > +post-extract: > + @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" \ > + -exec ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' '{}' \; > + > + Of course, if you need to process each and every file, > + above can be omitted. Be aware that this > + piece of code will strip all trailing control characters from each > + line of processed file (except \n). > + > Also, if you had to delete a file, then you can do it in the > post-extract target rather than as part of > the patch. Once you are happy with the resulting diff, please split From owner-freebsd-ports@FreeBSD.ORG Sun Jul 18 06:00:51 2004 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 EE3D716A4CE for ; Sun, 18 Jul 2004 06:00:51 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24C343D2F for ; Sun, 18 Jul 2004 06:00:51 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq64-145.dial.allstream.net [216.123.141.209]) by outbox.allstream.net (Allstream MTA) with SMTP id 15BB61EC3C0; Sun, 18 Jul 2004 02:00:50 -0400 (EDT) Date: Sun, 18 Jul 2004 02:00:24 -0400 From: epilogue To: ports@fsck.ch, freebsd-ports@freebsd.org Message-Id: <20040718020024.01c9969e@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: treeline dumping core on 4.10 with python-2.3.4 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, 18 Jul 2004 06:00:52 -0000 hello tobias, freebsd-ports, since installing treeline, i haven't yet been able to get it to run. # treeline Fatal Python error: PyThreadState_Delete: tstate is still current Abort (core dumped) this is the only reference i could find mentioning the same error message: http://www.modpython.org/pipermail/mod_python/2002-November/013171.html basically, the gist of the link is that: "...On FreeBSD you need to have threads enabled in...Python. The default Python port will have threads enabled..." --- /var/db/ports/python/options --- # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for python-2.3.4 _OPTIONS_READ=python-2.3.4 WITH_THREADS=true <<<<<<<<<<<<<<<<<<<<<<<<< WITHOUT_HUGE_STACK_SIZE=true WITH_UCS4=true WITH_PYMALLOC=true --- in case this helps --- # pkg_info | grep -i pyth py23-gtk-2.2.0_2 A set of Python bindings for GTK py23-numeric-23.1 The Numeric Extension to Python py23-osd-0.2.9 A python wrapper for osd, for displaying text on X py23-qt-3.11_1 Python bindings for the Qt toolkit py23-sip-4.0.r4 Python to C and C++ bindings generator py23-tkinter-2.3.4_1 Python bindings to the Tk widget set py23-twisted-1.2.0 An event-based Python framework for internet apps py23-xml-0.8.3 The Python XML package, including parser, python-2.3.4 An interpreted object-oriented programming language # uname -mr 4.10-RELEASE-p2 i386 do you think that this is indeed a python threads related problem? any advice would be much appreciated. thank you, epi From owner-freebsd-ports@FreeBSD.ORG Sun Jul 18 16:20:50 2004 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 A252C16A4CE for ; Sun, 18 Jul 2004 16:20:50 +0000 (GMT) Received: from web51803.mail.yahoo.com (web51803.mail.yahoo.com [206.190.38.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 085AB43D48 for ; Sun, 18 Jul 2004 16:20:50 +0000 (GMT) (envelope-from patrick_dkt@yahoo.com.hk) Message-ID: <20040718162049.81169.qmail@web51803.mail.yahoo.com> Received: from [61.10.7.82] by web51803.mail.yahoo.com via HTTP; Mon, 19 Jul 2004 00:20:48 CST Date: Mon, 19 Jul 2004 00:20:48 +0800 (CST) From: =?big5?q?Patrick=20Dung?= To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-313476797-1090167648=:80921" Content-Transfer-Encoding: 8bit Subject: patch for pdftk. upgrade from 0.94 to 0.941 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, 18 Jul 2004 16:20:50 -0000 --0-313476797-1090167648=:80921 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Hi Please try the attached patch file to the Makefile. Changes: Upgrade from 0.94 to 0.941 Author of pdftk now uses CXXFLAGS instead of CC_OPTS Fix a problem with make deinstall or pkg_delete (I had used both PLIST_FILES and pkg-plist) Patrick _________________________________________________________ 必殺技、飲歌、小星星... 浪漫鈴聲 情心連繫 http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/ --0-313476797-1090167648=:80921 Content-Type: text/plain; name="Makefile-v0941-patch.txt" Content-Description: Makefile-v0941-patch.txt Content-Disposition: inline; filename="Makefile-v0941-patch.txt" --- ./Makefile.orig Tue May 11 15:56:46 2004 +++ ./Makefile Mon Jul 19 00:11:32 2004 @@ -6,7 +6,7 @@ # PORTNAME= pdftk -PORTVERSION= 0.94 +PORTVERSION= 0.941 CATEGORIES= print MASTER_SITES= http://www.accesspdf.com/pdftk/ @@ -30,10 +30,9 @@ MAKE_ENV= CXX=g++33 GCJ=gcj33 GCJH=gcjh33 MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/pdftk post-extract: - @${REINPLACE_CMD} -e "s|CC_OPTS \+\=|CC_OPTS \+\= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -liconv -lz|g" ${WRKSRC}/Makefile.Base + @${REINPLACE_CMD} -e "s|CXXFLAGS \+\=|CXXFLAGS \+\= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -liconv -lz|g" ${WRKSRC}/Makefile.Base @${REINPLACE_CMD} -e "s|g\+\+|g\+\+33|g" ${WRKSRC}/Makefile.Generic @${REINPLACE_CMD} -e "s|MAKE)|MAKE) GXX=g++33 GCJ=gcj33 GCJH=gcjh33| " ${WRKSRC}/Makefile.Base --0-313476797-1090167648=:80921-- From owner-freebsd-ports@FreeBSD.ORG Sun Jul 18 17:01:41 2004 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 285B616A4CE for ; Sun, 18 Jul 2004 17:01:41 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.berkeley.edu [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204CC43D1D for ; Sun, 18 Jul 2004 17:01:41 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id i6IH1eq19823 for freebsd-ports@freebsd.org; Sun, 18 Jul 2004 10:01:40 -0700 (PDT) Date: Sun, 18 Jul 2004 10:01:40 -0700 From: Mike Hunter To: freebsd-ports@freebsd.org Message-ID: <20040718170140.GA19238@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Firefox Compilation Problems ( _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex)) 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, 18 Jul 2004 17:01:41 -0000 Hi, Firefox is giving me a hard time: gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/security/nss/cmd/shlibsign/mangle' FreeBSD5.2_DBG.OBJ/shlibsign -v -i /usr/ports/www/firefox/work/mozilla/dist/lib/libsoftokn3.so Assertion failure: _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex), at ptsynch.c:207 Abort trap (core dumped) gmake[3]: *** [/usr/ports/www/firefox/work/mozilla/dist/lib/libsoftokn3.chk] Error 134 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/security/nss/cmd/shlibsign' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/security/manager' gmake[1]: *** [tier_40] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. I saw this post http://lists.freebsd.org/pipermail/freebsd-gnome/2004-March/005812.html And tried applying the provided patch, but it didn't seem to make a difference. I'm running 5.2-current from April: uname -a FreeBSD fark.com 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Wed Apr 7 13:23:19 PDT 2004 root@fark.com:/usr/obj/usr/src/sys/dorine i386 Any suggestions? Thanks for your help, Mike From owner-freebsd-ports@FreeBSD.ORG Sun Jul 18 18:03:09 2004 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 3488916A4CE for ; Sun, 18 Jul 2004 18:03:09 +0000 (GMT) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFE543D5E for ; Sun, 18 Jul 2004 18:03:09 +0000 (GMT) (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 i6II370F074953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 18 Jul 2004 11:03:08 -0700 (PDT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id i6II3ZiW001376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 18 Jul 2004 11:03:36 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id i6II3ZU5001372; Sun, 18 Jul 2004 11:03:35 -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: <16634.47991.170474.714028@rosebud.alerce.com> Date: Sun, 18 Jul 2004 11:03:35 -0700 To: ports@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid Subject: question about jails, dependencies and packages. 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, 18 Jul 2004 18:03:09 -0000 I'd like some feedback/guidance on how to avoid recreating the wheel in a host/multi-jail environment. In particular, I think that some of the ports that I'm using are using the "wrong kind" of dependencies, so that package-only installs don't get all the bits. But I'm not sure.... I have a a machine running FreeBSD 5.2.1-RELEASE-p4, with several jails. I'm using nullfs to make the hosts /usr/ports visible read-only inside the jails (also at /usr/ports). My /usr/local/etc/pkgtools.conf includes this, which should cause it to make packages when it builds things: PORTUPGRADE_ARGS = ENV['PORTUPGRADE'] || \ '-p -v -D -l /var/tmp/portupgrade.results ' + \ '-L /var/tmp/portupgrade-%s::%s.log' And, in /etc/make.conf, I have: PACKAGES=/usr/ports/packages As long as I don't screw up and use "make install" instead of portinstall or "make package", I get a bunch of packages in /usr/ports/packages, which is what I want. Now, here's the problem. If I go into a jail, and do this: sudo portinstall -r -R -PP -f trac-0.7.1 it only reinstalls trac and python, but not py-PySQLite or the clearsilver stuff. They're listed in the trac Makefile as BUILD_DEPENDS. Should they be RUN_DEPENDS in order to get a note in the package that they're prerequisites? BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite \ ${PYTHON_SITELIBDIR}/neo_cgi.so:${PORTSDIR}/www/clearsilver-python \ ${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/subversion-python Is there a better way to build packages on a central host and install them into jails? g. From owner-freebsd-ports@FreeBSD.ORG Sun Jul 18 21:27:15 2004 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 5342416A4CE for ; Sun, 18 Jul 2004 21:27:15 +0000 (GMT) Received: from www.linux.org.uk (parcelfarce.linux.theplanet.co.uk [195.92.249.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C86743D45 for ; Sun, 18 Jul 2004 21:27:15 +0000 (GMT) (envelope-from dholland@www.linux.org.uk) Received: from dholland by www.linux.org.uk with local (Exim 4.33) id 1BmJBb-00035H-P5; Sun, 18 Jul 2004 22:27:07 +0100 To: marques@displague.com (Marques Johansson) Date: Sun, 18 Jul 2004 22:27:07 +0100 (BST) In-Reply-To: <40F75AAE.5040806@displague.com> from "Marques Johansson" at Jul 16, 2004 12:33:50 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: "David A. Holland" cc: ports@FreeBSD.org cc: netbug@ftp.uk.linux.org Subject: Re: patch for SSLtelnet vulnerability (CAN-2004-0640) 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, 18 Jul 2004 21:27:15 -0000 > Apologies in advance for not being familiar with FreeBSD's patch/ports > system. As far as I can tell, SSLtelnet, is depricated on FreeBSD. Even > so, I would like to offer the following patch to fix the vulnerability > described in CAN-2004-0640: > > 00_CAN-2004-0640-1.patch > < patch > > --- telnetd/telnetd.c.orig 2004-07-13 02:58:01.000000000 -0400 > +++ telnetd/telnetd.c 2004-07-13 03:27:23.000000000 -0400 > @@ -520,7 +520,7 @@ > sprintf(errbuf,"SSL_accept error %s\n", > ERR_error_string(ERR_get_error(),NULL)); > > - syslog(LOG_WARNING, errbuf); > + syslog(LOG_WARNING, "%.500s", errbuf); > > BIO_printf(bio_err,errbuf); > > < /patch > > > Thanks. I am CC'ing this patch to the netkit maintainer email > given in the package. I have already given this information to the > Debian maintainer. OpenBSD, NetBSD, & Redhat appear not to use > telnetd with SSL support. They favor use of "openssl s_client > -connect host:port". Hi, netkit-telnet's telnetd does not have this code. (SSL telnet is not itself part of netkit, though it might be derived from the netkit telnetd.) I'd be more worried about the sprintf call I see in the patch context; that one looks like it's likely harmless, but if there's one there's probably more. The legacy telnetd source all these things are derived from is evil and fundamentally insecure; I'd encourage anyone interested in having an SSL-enabled telnetd to do the world a service and write new telnetd code from scratch. -- David A. Holland dholland@ftp.uk.linux.org NetKit Maintenance netbug@ftp.uk.linux.org (if in doubt, use the netkit-0.18 pre1 snap, not 0.17; I haven't had time to do a new snap, much less a release, and won't for a while) From owner-freebsd-ports@FreeBSD.ORG Sun Jul 18 22:58:33 2004 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 B7C5B16A4CE for ; Sun, 18 Jul 2004 22:58:33 +0000 (GMT) Received: from mail.dada.it (mail2.dada.it [195.110.100.2]) by mx1.FreeBSD.org (Postfix) with SMTP id BCEC543D1F for ; Sun, 18 Jul 2004 22:58:32 +0000 (GMT) (envelope-from mad@madpilot.net) Received: (qmail 12519 invoked from network); 18 Jul 2004 22:58:28 -0000 Received: from unknown (HELO madpilot.net) (195.110.114.197) by mail.dada.it with SMTP; 18 Jul 2004 22:58:28 -0000 Received: (qmail 63943 invoked from network); 18 Jul 2004 22:58:30 -0000 Received: from wedge.madpilot.net (192.168.13.11) by 0 with SMTP; 18 Jul 2004 22:58:30 -0000 Received: from wedge.madpilot.net (localhost.madpilot.net [127.0.0.1]) by wedge.madpilot.net (8.12.11/8.12.11) with ESMTP id i6IMwUKu001537; Mon, 19 Jul 2004 00:58:30 +0200 (CEST) (envelope-from mad@wedge.madpilot.net) Received: (from mad@localhost) by wedge.madpilot.net (8.12.11/8.12.11/Submit) id i6IMwTLP001536; Mon, 19 Jul 2004 00:58:29 +0200 (CEST) (envelope-from mad) Date: Mon, 19 Jul 2004 00:58:29 +0200 From: Guido Falsi To: Jiawei Ye Message-ID: <20040718225829.GA732@wedge.madpilot.net> References: <20040716184912.GA13209@wedge.madpilot.net> <20040717092639.GB18974@wedge.madpilot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://www.madpilot.net/~mad/PGP-public-key.asc User-Agent: Mutt/1.5.6i cc: Kent Stewart cc: freebsd-ports@freebsd.org Subject: Re: portupgrade error 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, 18 Jul 2004 22:58:33 -0000 On Sun, Jul 18, 2004 at 02:31:29AM +0800, Jiawei Ye wrote: > This might sound silly but do you have the latest ports tree? I once > ran into similar problem but getting the latest ports tree and rebuild > portupgrade solved the problem. Well...Sure, I tried recvsupping multiple times and also removing the whole ports tree and getting it fresh...But the problem remains...This is really getting me crazy! -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 00:41:07 2004 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 78EC816A4CE for ; Mon, 19 Jul 2004 00:41:07 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033C543D5C for ; Mon, 19 Jul 2004 00:41:07 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i6J0e2H5030912; Sun, 18 Jul 2004 17:40:03 -0700 From: Kent Stewart To: Guido Falsi Date: Sun, 18 Jul 2004 17:40:59 -0700 User-Agent: KMail/1.6.2 References: <20040716184912.GA13209@wedge.madpilot.net> <20040718225829.GA732@wedge.madpilot.net> In-Reply-To: <20040718225829.GA732@wedge.madpilot.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407181740.59754.kstewart@owt.com> cc: Jiawei Ye cc: freebsd-ports@freebsd.org Subject: Re: portupgrade error 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, 19 Jul 2004 00:41:07 -0000 On Sunday 18 July 2004 03:58 pm, Guido Falsi wrote: > On Sun, Jul 18, 2004 at 02:31:29AM +0800, Jiawei Ye wrote: > > This might sound silly but do you have the latest ports tree? I > > once ran into similar problem but getting the latest ports tree and > > rebuild portupgrade solved the problem. > > Well...Sure, I tried recvsupping multiple times and also removing the > whole ports tree and getting it fresh...But the problem > remains...This is really getting me crazy! Did you try "pkgdb -fu" to rebuild the pkg database? Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 01:17:31 2004 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 8A39316A4CE; Mon, 19 Jul 2004 01:17:31 +0000 (GMT) Received: from msr12.hinet.net (msr12.hinet.net [168.95.4.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 561D243D2F; Mon, 19 Jul 2004 01:17:30 +0000 (GMT) (envelope-from water@nhg.com.tw) Received: from water (220-130-157-166.HINET-IP.hinet.net [220.130.157.166]) by msr12.hinet.net (8.9.3/8.9.3) with SMTP id JAA13848; Mon, 19 Jul 2004 09:17:28 +0800 (CST) Message-ID: <000801c46d2e$2cf34480$70010a0a@water> From: "water" To: Date: Mon, 19 Jul 2004 09:17:35 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: 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, 19 Jul 2004 01:17:31 -0000 ports openwebmail error 86-freebsd/Text/Iconv.pm - not found =3D=3D=3D> Verifying install for = /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Text/Iconv.pm in = /usr/ports/converters/p5-Text-Iconv =3D=3D=3D> Vulnerability check disabled =3D=3D=3D> Extracting for p5-Text-Iconv-1.3 =3D=3D=3D> Patching for p5-Text-Iconv-1.3 =3D=3D=3D> p5-Text-Iconv-1.3 depends on shared library: iconv.3 - = found =3D=3D=3D> Configuring for p5-Text-Iconv-1.3 In string, @DEFINE now must be written as \@DEFINE at ./Makefile.PL line = 77, near "@DEFINE" Too many arguments for open at ./Makefile.PL line 102, near ""$file.c" = or" Execution of ./Makefile.PL aborted due to compilation errors. *** Error code 255 Stop in /usr/ports/converters/p5-Text-Iconv. *** Error code 1 From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 01:52:09 2004 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 E3D6B16A4CE; Mon, 19 Jul 2004 01:52:09 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984BD43D41; Mon, 19 Jul 2004 01:52:09 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 631F33EA915; Mon, 19 Jul 2004 09:52:08 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61262-09; Mon, 19 Jul 2004 09:52:05 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 001A13EA913; Mon, 19 Jul 2004 09:52:04 +0800 (CST) Date: Mon, 19 Jul 2004 09:52:04 +0800 From: Yen-Ming Lee To: water Message-ID: <20040719015204.GA9161@utopia.leeym.com> References: <000801c46d2e$2cf34480$70010a0a@water> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <000801c46d2e$2cf34480$70010a0a@water> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leeym.com cc: ports@FreeBSD.org cc: skv@FreeBSD.org Subject: Re: your mail 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, 19 Jul 2004 01:52:10 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=big5 Content-Disposition: inline On Mon, Jul 19, 2004 at 09:17:35AM +0800, water wrote: > ports openwebmail error > 86-freebsd/Text/Iconv.pm - not found > ===> Verifying install for /usr/local/lib/perl5/site_perl/5.005/i386-freebsd > /Text/Iconv.pm in /usr/ports/converters/p5-Text-Iconv > ===> Vulnerability check disabled > ===> Extracting for p5-Text-Iconv-1.3 > ===> Patching for p5-Text-Iconv-1.3 > ===> p5-Text-Iconv-1.3 depends on shared library: iconv.3 - found > ===> Configuring for p5-Text-Iconv-1.3 > In string, @DEFINE now must be written as \@DEFINE at ./Makefile.PL line 77, > near "@DEFINE" > Too many arguments for open at ./Makefile.PL line 102, near ""$file.c" or" > Execution of ./Makefile.PL aborted due to compilation errors. > *** Error code 255 > Stop in /usr/ports/converters/p5-Text-Iconv. > *** Error code 1 Hi, water, this problem belongs to the dependency of openwebmail, p5-Text-Iconv, not openwebmail itself. skv, please check the configuration of p5-Text-Iconv with perl-5.00503. thanks and regards, -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQPspRMnMx0NetS5RAQFZRQQAk3ilvQcRGbAA8uM573KaU2Wjj4Lf88fN txUvUyuPR7hWPZyDkyQpb/q8Xocks9MMMgSXdsnQRMVWNXf31BFhzs57s1ukPtjA 2GLEHVOk//dbSkBghmM9YUgtfz4VBP/kLWZJjMOazA4LS4gg3j1hLs0TxidtrSOP hdKp4hh9S8c= =kx6O -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 02:11:55 2004 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 D4F5516A4CE; Mon, 19 Jul 2004 02:11:55 +0000 (GMT) Received: from mail007.syd.optusnet.com.au (mail007.syd.optusnet.com.au [211.29.132.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB19143D41; Mon, 19 Jul 2004 02:11:53 +0000 (GMT) (envelope-from clinton@commercemechanics.com) Received: from clinton (c211-28-28-245.dandn1.vic.optusnet.com.au [211.28.28.245])i6J2Bqp19089; Mon, 19 Jul 2004 12:11:52 +1000 Message-ID: <000601c46d35$d1bf0e70$0100a8c0@clinton> From: "Clinton Lee" To: Date: Mon, 19 Jul 2004 12:12:18 +1000 Organization: Commerce Mechanics MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: apache-ant-1.6.1_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clinton Lee List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 02:11:55 -0000 Just to let you know, as of July 16th, the new version of ant is 1.6.2 = and the mirrors selected don't contain the old apache ant (1.6.1)... = Well I was doing a search and couldn't find it anywhere. Sorry, I would help fix it if I could, but I am new to the BSD scene so = not sure how to yet. But atleast you (as the package maintainer) know = now. Clinton Lee Chief Data Mechanic _____________________________ clinton@commercemechanics.com From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 06:07:32 2004 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 C328516A4CE; Mon, 19 Jul 2004 06:07:32 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0180B43D1F; Mon, 19 Jul 2004 06:07:32 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6J67UjW087888; Mon, 19 Jul 2004 10:07:30 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6J67UoB087887; Mon, 19 Jul 2004 10:07:30 +0400 (MSD) (envelope-from ache) Date: Mon, 19 Jul 2004 10:07:30 +0400 From: Andrey Chernov To: Tim Kientzle Message-ID: <20040719060730.GA87697@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Kientzle , current@FreeBSD.ORG, ports@FreeBSD.ORG References: <40F963D8.6010201@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40F963D8.6010201@freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.5; VDF 6.26.0.32 (host: pobrecita.freebsd.ru) cc: ports@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: Re: NEW TAR 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, 19 Jul 2004 06:07:32 -0000 On Sat, Jul 17, 2004 at 10:37:28AM -0700, Tim Kientzle wrote: > * File format: bsdtar can read gtar files, including > long file names, long link names, and sparse files. > bsdtar can also read many other formats that gtar > does not support. Addition: bsdtar can't write sparse archives (Yet?). -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 11:00:54 2004 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 84A2016A4CE for ; Mon, 19 Jul 2004 11:00:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD9243D46 for ; Mon, 19 Jul 2004 11:00:54 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JB0sfR014458 for ; Mon, 19 Jul 2004 11:00:54 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6JB0r8k014451 for freebsd-ports@freebsd.org; Mon, 19 Jul 2004 11:00:53 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 19 Jul 2004 11:00:53 GMT Message-Id: <200407191100.i6JB0r8k014451@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, 19 Jul 2004 11:00:54 -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 ------------------------------------------------------------------------------- s [2004/06/08] ports/67721 ports-bugs FreeBSD-current + Samba 3.0.4 + FAT32. Fi f [2004/07/06] ports/68742 ports-bugs MD5 Checksum is wrong for rp8_linux20_lib o [2004/07/18] ports/69237 ports-bugs [PATCH] Update www/phpbb to 2.0.10 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/12/22] ports/9163 ports-bugs [patch] squid does not join a multicast g o [2001/02/22] ports/25272 ports-bugs Using lang/eperl as cgi/nph binary execut o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d s [2002/12/18] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM s [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri f [2003/10/12] ports/57897 ports-bugs multimedia/mplayer: gmplayer doesn't work o [2003/12/21] ports/60479 ports-bugs x11-toolkits/p5-Tk800 s [2003/12/29] ports/60700 ports-bugs squid cannot be built with transparent-ip f [2004/02/05] ports/62377 ports-bugs strace hangs when running programs from c f [2004/03/15] ports/64284 ports-bugs [PATCH] Fix audio/id3lib compilation with o [2004/03/28] ports/64838 ports-bugs new port: chinese/msttf o [2004/04/19] ports/65793 ports-bugs SEGV in isakmpd, esp when associating wit f [2004/04/20] ports/65824 ports-bugs sysutils/LPRng and sysutils/LPRngTool - a a [2004/06/09] ports/67735 ports-bugs biology/ncbi-toolkit does not build bl2se o [2004/06/24] ports/68260 ports-bugs [PATCH] Removal of -lcompat from freebsd- f [2004/07/06] ports/68716 ports-bugs zope doesn't work f [2004/07/08] ports/68831 ports-bugs [ patch ] graphics/xmms-iris: update to 0 o [2004/07/14] ports/69065 ports-bugs Some security fixes (Backported the fix f o [2004/07/17] ports/69171 ports-bugs palm/pose dumps core on startup o [2004/07/17] ports/69195 ports-bugs [PATCH] misc/wmweather+ causes FP excepti o [2004/07/17] ports/69213 ports-bugs New Port: security/doorman - A Portknocki f [2004/07/19] ports/69258 ports-bugs audio/teamspeak_server port does not open o [2004/07/19] ports/69266 ports-bugs www/squid delete existing files when "mak 24 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2001/01/13] ports/24299 ports-bugs New port sysutils/tpconfig: configure the s [2001/10/02] ports/30993 ports-bugs xxgdb cannot open source file s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies s [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/20] ports/44295 ports-bugs New port: lang/mlton, an optimizing Stand s [2002/11/29] ports/45843 ports-bugs sysutils/3dm - needs to detect and create s [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd s [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/18] ports/48426 ports-bugs [PATCH] digger-vgl does not support conso o [2003/03/17] ports/50068 ports-bugs New port: databases/sybase_ase (Sybase AS o [2003/04/08] bin/50724 ports-bugs [PATCH] make /usr/sbin/pkg_fetch save ful f [2003/05/16] ports/52311 ports-bugs [ADD MAKE ARGS]:: WITH_GTK And WITH_THREA o [2003/05/30] ports/52793 ports-bugs Samba 2.2.8a printing woes o [2003/06/02] ports/52859 ports-bugs Samba 2.2.8a (2.2.8)- broken support for s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/23] ports/55896 ports-bugs [NEW PORT] www/mozplugger s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do s [2003/09/27] ports/57289 ports-bugs teamspeak-server port is broken in 3 ways s [2003/11/13] ports/59239 ports-bugs new port audio/tse3, a midi library s [2003/11/13] ports/59243 ports-bugs new port audio/anthem, a KDE midi sequenc o [2003/11/17] ports/59371 ports-bugs new port: net/smb4k, KDE SMB network brow o [2003/11/30] ports/59861 ports-bugs New port: net/mu-conference, jabber-mu-co o [2003/12/12] ports/60185 ports-bugs [New Port] www/w3-emacs21 WWW browser bas o [2003/12/18] ports/60361 ports-bugs [PATCH] Samba 2.2.8a (2.2.8)- broken supp o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox o [2004/01/15] ports/61384 ports-bugs NEW PORT: textproc/htmlize.el (turn emacs s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/22] ports/61745 ports-bugs New port: devel/syntax_tools-devel, unsta o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/06] ports/62455 ports-bugs New port: lang/ecl An embeddable (ANSI) C o [2004/02/09] ports/62557 ports-bugs [patch] WITH_POSTGRES -> WITH_POSTGRESQL f [2004/02/09] ports/62583 ports-bugs [NEW PORT] sysutils/usermatic: Scripts to o [2004/02/09] ports/62585 ports-bugs New port: net/mu-conference (Multi-User C o [2004/02/11] ports/62704 ports-bugs update for lang/moscow_ml (port fixes + n o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch o [2004/02/16] ports/62936 ports-bugs new port: devel/p5-ParseLex o [2004/02/17] ports/62960 ports-bugs new port: sysutils/mapchan, utility "mapc o [2004/02/17] ports/62979 ports-bugs New Port: devel/p5-Config-Objective Perl o [2004/02/21] ports/63176 ports-bugs [patch] WITH_PGSQL -> WITH_POSTGRESQL acr f [2004/02/23] ports/63279 ports-bugs New port:math/webwork used to create prob s [2004/02/25] ports/63354 ports-bugs security/bcwipe does not act successfully o [2004/02/25] ports/63357 ports-bugs [patch] www/linux-mozillafirefox port cre o [2004/02/29] ports/63543 ports-bugs New port: chinese/phpbb-zh_TW o [2004/03/03] ports/63715 ports-bugs Maintainer update: astro/seti-applet (2.1 o [2004/03/06] ports/63823 ports-bugs New port net/xbone-gui o [2004/03/06] ports/63856 ports-bugs update ports/www/p5-Apache-AuthCookie to o [2004/03/08] ports/63936 ports-bugs New port: security/aimsniff A perl script o [2004/03/09] ports/63979 ports-bugs new port: devel/linux-libunicode -- A uni o [2004/03/12] ports/64148 ports-bugs [NEW PORT] palm/synce-kde: SynCE KDE Util o [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k f [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM f [2004/03/22] ports/64586 ports-bugs new port: devel/preps-devel-gui stable re o [2004/03/25] ports/64686 ports-bugs [NEW PORTS] x11-toolkits/qtc-qtsharp qtsh o [2004/03/25] ports/64687 ports-bugs [New Port] games/dotgnu-mahjongg/ -- QT# o [2004/03/29] ports/64898 ports-bugs new port: misc/heyu2 for X10 control o [2004/03/30] ports/64915 ports-bugs [NEW PORT] vietnamese/x-unikey f [2004/03/31] ports/65009 ports-bugs Maintainer update: lang/gforth (build fix o [2004/04/01] ports/65022 ports-bugs new port: www/parser (www templating lang o [2004/04/01] ports/65023 ports-bugs new port: www/parser-mysql (mysql driver o [2004/04/01] ports/65024 ports-bugs new port: www/parser-pgsql (postgresql dr o [2004/04/01] ports/65033 ports-bugs New port: net-mgmt/netmond network monito o [2004/04/03] ports/65126 ports-bugs [New Port] sysutils/kdar: backup-utility o [2004/04/05] ports/65207 ports-bugs [NEW PORT FIX]vietnamese/xvnkb build fix o [2004/04/06] ports/65238 ports-bugs [NEW-PORT] A port of samba-vscan for samb s [2004/04/06] ports/65250 ports-bugs New port: sysutils/dvdrtools Dvdrecord an o [2004/04/07] ports/65279 ports-bugs [NEW PORT] www/kazehakase: Kazehakase is o [2004/04/08] ports/65310 ports-bugs security/SAVI-Perl: Submission of new por f [2004/04/08] ports/65318 ports-bugs New port: games/noegnud* an ASCII/2D/3D U o [2004/04/10] ports/65396 ports-bugs New port: java/rxtx: Native interface to o [2004/04/17] ports/65681 ports-bugs [NEW PORT] www/formication: Formular proc f [2004/04/24] ports/65935 ports-bugs security/nessus: error in generated .ness o [2004/04/26] ports/66005 ports-bugs New port: mail/p5-SpamAssassin-devel - po o [2004/04/27] ports/66031 ports-bugs [NEW PORT] science/mcstas - neutron ray-t o [2004/04/28] ports/66042 ports-bugs new port: www/suexec13 (standalone suexec o [2004/05/04] ports/66246 ports-bugs new ports: textproc/docbook-utils, textpr f [2004/05/04] ports/66266 ports-bugs ports/net/yptransitd: support FreeBSD NIS o [2004/05/05] ports/66282 ports-bugs [NEW PORT] mail/p5-Mail-Vispan: PERL scri o [2004/05/11] ports/66506 ports-bugs [NEW PORT] www/p5-Apache-GopherHandler: G o [2004/05/14] ports/66625 ports-bugs New Port: reply-o-matic o [2004/05/17] ports/66762 ports-bugs Update port: games/xpilot-ng (split into o [2004/05/18] ports/66799 ports-bugs [new port] cantus_3: GNOME2 tool for tagg s [2004/05/20] ports/66921 ports-bugs [NEW PORT] x11-wm/skippy-xd: A full-scree o [2004/05/20] ports/66927 ports-bugs [PATCH] mail/dcc-dccd has several problem o [2004/05/22] ports/67032 ports-bugs flashplugin for firefox port o [2004/05/23] ports/67095 ports-bugs New port: www/p5-PLP: A Perl embedder som o [2004/05/27] ports/67267 ports-bugs New port: textproc/p5-Lingua-Stem-Fr s [2004/05/27] ports/67269 ports-bugs Update port: textproc/p5-Lingua-Stem to 0 o [2004/06/04] ports/67572 ports-bugs New port: mnogosearch-devel: Full feature o [2004/06/05] ports/67599 ports-bugs [NEW PORT] math/geonext: Interactive (dyn o [2004/06/07] ports/67673 ports-bugs new port (games/tuxracer-1.1) o [2004/06/09] ports/67740 ports-bugs New port: net/samba3-devel s [2004/06/11] ports/67815 ports-bugs ImageMagick no longer recognizes FlashPix f [2004/06/11] ports/67826 ports-bugs p5-Text-FormatTable - patch f [2004/06/11] ports/67839 ports-bugs www/mod_jk2-apache2 2.0.2: uri /*.jsp mat o [2004/06/12] ports/67852 ports-bugs New port: irc/riece IRC client for Emacs o [2004/06/12] ports/67853 ports-bugs New port: mail/c-sig Signature insertion o [2004/06/17] ports/68045 ports-bugs New port: sysutils/daedalus Flexible Moni o [2004/06/17] ports/68050 ports-bugs New port: www/dpsearch : Open source sear f [2004/06/17] ports/68052 ports-bugs [NEW PORT] graphics/jumpgis: A GUI based o [2004/06/19] ports/68106 ports-bugs category change: move freesci to games/ o [2004/06/20] ports/68141 ports-bugs new port net/linux-overnet-core: Serverle f [2004/06/20] ports/68145 ports-bugs Update port: multimedia/linux-realplayer o [2004/06/20] ports/68146 ports-bugs New port: x11-themes/linux-gtk-bluecurve- o [2004/06/20] ports/68158 ports-bugs building mod_perl fails when apache13-mod o [2004/06/22] ports/68193 ports-bugs [NEW PORT] KDE-based personal finance ass o [2004/06/22] ports/68196 ports-bugs [New Port]: linux-zsnes - Linux binary ve o [2004/06/22] ports/68205 ports-bugs New Port: mail/ismail PHP-based webmail c f [2004/06/22] ports/68215 ports-bugs NEW PORT: multimedia/freevo, an open-sour f [2004/06/23] ports/68238 ports-bugs [new port] biology/blast o [2004/06/23] ports/68249 ports-bugs New port: mail/p5-MIME-Lite-HTML: Provide o [2004/06/24] ports/68269 ports-bugs [NEW PORT] www/p5-W3C-LogValidator: A com o [2004/06/25] ports/68331 ports-bugs [NEW PORT] graphics/jumpgis-postgis: JUMP f [2004/06/25] ports/68341 ports-bugs xsysinfo memory leak o [2004/06/27] ports/68413 ports-bugs New port: security/memdump - forensic mem o [2004/06/27] ports/68414 ports-bugs New Port: security/foremost - Forensic an f [2004/06/29] ports/68464 ports-bugs devel/prcs update request f [2004/06/30] ports/68494 ports-bugs [PATCH] multimedia/totem: update to 0.99. f [2004/06/30] ports/68496 ports-bugs [PATCH]: security/libtomcrypt o [2004/07/01] ports/68572 ports-bugs New port: databases/cyrus-smlacapd cyrus o [2004/07/02] ports/68601 ports-bugs New port: net/p5-Net-MSN f [2004/07/02] ports/68619 ports-bugs port science/gramps fails to configure on o [2004/07/03] ports/68624 ports-bugs [NEW PORT] graphics/curator: Static Image o [2004/07/03] ports/68646 ports-bugs [New Port] polish/linux-mozillapl - Mozil s [2004/07/04] ports/68660 ports-bugs New port: sysutils/jailuser Builds a chro o [2004/07/04] ports/68661 ports-bugs New port: security/ipfilterDshield, a dsh o [2004/07/04] ports/68662 ports-bugs New port: security/ppars (Proactive Probi o [2004/07/05] ports/68689 ports-bugs [New Port] comms/klog, amateur radio logg f [2004/07/05] ports/68702 ports-bugs Update: update totem to 0.99.13 f [2004/07/05] ports/68704 ports-bugs sysutils/portindex fails on editors/flim, f [2004/07/05] ports/68712 ports-bugs Update port: www/clearsilver Updated to 0 o [2004/07/06] ports/68724 ports-bugs Fix nvidia-driver port to work with -curr f [2004/07/06] ports/68731 ports-bugs new port: mod_proxy_html f [2004/07/06] ports/68737 ports-bugs irc/psybnc can't be fetched f [2004/07/07] ports/68748 ports-bugs [update] converters/tnef to 1.2.3.1 o [2004/07/07] ports/68769 ports-bugs [PATCH] devel/maven: update to 1.0.r4 and f [2004/07/07] ports/68770 ports-bugs [PATCH] mail/qmail-scanner: Add an option f [2004/07/07] ports/68771 ports-bugs freeradius rc script needs $PREFIX in sto f [2004/07/07] ports/68773 ports-bugs Maintainer update of gtkwave port o [2004/07/07] ports/68774 ports-bugs [NEW PORT] RubyGems - package management o [2004/07/07] ports/68789 ports-bugs New port: mail/p5-Mail-Alias o [2004/07/08] ports/68794 ports-bugs New port: sysutils/ucspi-ipc o [2004/07/08] ports/68796 ports-bugs [patch] IceWM fix focusing new+maximized o [2004/07/08] ports/68800 ports-bugs NEW PORT: x11-wm/peksystray, a system tra o [2004/07/08] ports/68820 ports-bugs New port:chinese/gaim Add plugin openQ(QQ f [2004/07/08] ports/68828 ports-bugs [PATCH] sysutils/ucspi-tcp: Apply ucspi-r o [2004/07/09] ports/68837 ports-bugs [New Port] polish/sap en-pl pl-en diction f [2004/07/09] ports/68847 ports-bugs Port Upgrade: net/gyach Update to new ver o [2004/07/09] ports/68870 ports-bugs [NEW PORT] sysutils/usermatic: Scripts to f [2004/07/09] ports/68872 ports-bugs audio/libmikmod update to 3.2.0-beta2 ; a o [2004/07/09] ports/68874 ports-bugs Update devel/kscope to 0.7 o [2004/07/10] ports/68885 ports-bugs New port: x11-themes/phase An original Qt o [2004/07/11] ports/68919 ports-bugs [New Port] misc/gkx86info2 - GKrellM2 plu f [2004/07/11] ports/68924 ports-bugs Update security/clamav-devel to 20040710 o [2004/07/11] ports/68925 ports-bugs [PATH] Support building of fMSX with BPP8 o [2004/07/11] ports/68934 ports-bugs New port: security/amavis-stats A simple o [2004/07/12] ports/68944 ports-bugs [MAINTAINER] games/pcgen: dynamic plist a o [2004/07/12] ports/68945 ports-bugs New Port: print/latex-msc f [2004/07/12] ports/68950 ports-bugs [UPDATE] textproc/py-docutil from 2.4.1 t o [2004/07/13] ports/68979 ports-bugs [new port] math/qalculate - best GUI calc o [2004/07/13] ports/68980 ports-bugs [PATCH] www/rt: pkg-plist incomelete o [2004/07/13] ports/68993 ports-bugs New port www/p5-Apache-ParseFormData o [2004/07/13] ports/69011 ports-bugs New port: net/glflow, a NetFlow DoS detec o [2004/07/14] ports/69041 ports-bugs Please portlint [emulators/vmware3] o [2004/07/14] ports/69053 ports-bugs New port: audio/coverhunter, a program fe o [2004/07/14] ports/69055 ports-bugs [PATCH] textproc/xml4j: update to 4.3.0 a o [2004/07/14] ports/69057 ports-bugs New port: java/jomp o [2004/07/14] ports/69063 ports-bugs [PATCH] multimedia/linux-realplayer: fix f [2004/07/14] ports/69071 ports-bugs Update port: audio/baudline to 0.98 o [2004/07/15] ports/69095 ports-bugs [MAINTAINER UPDATE] New versions of net/s f [2004/07/15] ports/69128 ports-bugs [work-around] mail/postfix configure glit o [2004/07/16] ports/69160 ports-bugs New port: dns/rbllookup mail/rbllookup o [2004/07/17] ports/69166 ports-bugs New port: comms/tlf Amateur radio curses o [2004/07/17] ports/69168 ports-bugs Broken ltmdm port on recent -current o [2004/07/17] ports/69192 ports-bugs [patch] x11-toolkits/gtkmathview installs f [2004/07/17] ports/69194 ports-bugs [maintainer-update] security/botan to 1.4 o [2004/07/17] ports/69199 ports-bugs New Port: sysutils/pecl-Fileinfo f [2004/07/17] ports/69201 ports-bugs [PATCH] gtkpod-0.80 + AAC build broken on o [2004/07/17] ports/69207 ports-bugs [MAINTAINER UPDATE] www/smarty up to 2.6. o [2004/07/17] ports/69211 ports-bugs Update port: devel/aap to 1.068 f [2004/07/17] ports/69212 ports-bugs ports/palm/coldsync doesn't work with Pal o [2004/07/18] ports/69219 ports-bugs update rwhoisd to version 1.5.9; install o [2004/07/18] ports/69227 ports-bugs [PATCH] textproc/srilm: update to 1.4.1 o [2004/07/18] ports/69232 ports-bugs Maintainer Update: graphics/zphoto to 1.1 o [2004/07/18] ports/69239 ports-bugs [MAINTAINER UPDATE] security/drweb-postfi o [2004/07/18] ports/69246 ports-bugs New port: devel/libgutenfetch Library for o [2004/07/18] ports/69248 ports-bugs new port archivers/p7zip o [2004/07/18] ports/69251 ports-bugs [PATCH] chinese/xsim does not compile wit o [2004/07/18] ports/69254 ports-bugs [maintainer-update] lang/ocaml: update to o [2004/07/18] ports/69255 ports-bugs [maintainer-update] lang/ocaml-doc: updat o [2004/07/19] ports/69262 ports-bugs Update Port: devel/svk to 0.17 o [2004/07/19] ports/69263 ports-bugs Update Port: devel/p5-SVN-Mirror to 0.38 o [2004/07/19] ports/69269 ports-bugs [maintainer-update] x11/zenity o [2004/07/19] ports/69270 ports-bugs [MAINTAINER UPDATE] archivers/bsdtar to 2 o [2004/07/19] ports/69272 ports-bugs port games/fuhquake: better fix for r_par o [2004/07/19] ports/69274 ports-bugs [PORT UPDATE] devel/root - Version 4.00.0 197 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 12:35:48 2004 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 BB43716A4CE; Mon, 19 Jul 2004 12:35:48 +0000 (GMT) Received: from wfmn001.double-l.nl (a213-84-11-61.adsl.xs4all.nl [213.84.11.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A79343D2F; Mon, 19 Jul 2004 12:35:47 +0000 (GMT) (envelope-from Johan@double-l.nl) Received: from localhost (localhost.double-l.nl [127.0.0.1]) by wfmn001.double-l.nl (Postfix) with ESMTP id 155F627C; Mon, 19 Jul 2004 14:37:49 +0200 (CEST) Received: from wfmn001.double-l.nl ([127.0.0.1]) by localhost (wfmn001.double-l.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01165-02; Mon, 19 Jul 2004 14:37:44 +0200 (CEST) Received: from doublel01.double-l.lokaal (doublel01.double-l.lokaal [192.168.50.200]) by wfmn001.double-l.nl (Postfix) with ESMTP id B71004F; Mon, 19 Jul 2004 14:37:44 +0200 (CEST) Date: Mon, 19 Jul 2004 14:35:41 +0200 Message-ID: MIME-Version: 1.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Version X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Thread-Index: AcRtjOaA8t6K2zvuSfmwrBceHRz6yw== content-class: urn:content-classes:message From: "Johan Hendriks" To: X-Virus-Scanned: by amavisd-new at double-l.nl Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: Version 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, 19 Jul 2004 12:35:48 -0000 The auto update_dat file is not working anymore. =20 Secondly There is already dat number 4378 For some severe Viruses. =20 Is the maintainer on vacation or are they trying to fix the update_dat script=20 =20 Thanks in advance =20 Best Regards Johan =20 Please excuse my bad english =20 From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 12:42:20 2004 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 E60AF16A4CE for ; Mon, 19 Jul 2004 12:42:20 +0000 (GMT) Received: from secure.socket.ch (secure.socket.ch [212.254.206.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2866043D2F for ; Mon, 19 Jul 2004 12:42:20 +0000 (GMT) (envelope-from roth@secure.socket.ch) Received: from secure.socket.ch (localhost [127.0.0.1]) by secure.socket.ch (8.12.10/8.12.5) with ESMTP id i6JCgC2I009449; Mon, 19 Jul 2004 14:42:12 +0200 (CEST) (envelope-from roth@secure.socket.ch) Received: (from roth@localhost) by secure.socket.ch (8.12.10/8.12.5/Submit) id i6JCgBxA009448; Mon, 19 Jul 2004 14:42:11 +0200 (CEST) Date: Mon, 19 Jul 2004 14:42:11 +0200 From: Tobias Roth To: epilogue Message-ID: <20040719124211.GC9182@secure.socket.ch> References: <20040718020024.01c9969e@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718020024.01c9969e@localhost> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: python threads problem [was: treeline dumping core on 4.10 with python-2.3.4] 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, 19 Jul 2004 12:42:21 -0000 On Sun, Jul 18, 2004 at 02:00:24AM -0400, epilogue wrote: > > since installing treeline, i haven't yet been able to get it to run. > > # treeline > Fatal Python error: PyThreadState_Delete: tstate is still current > Abort (core dumped) [snip problem description] to be honest, i have no idea what this could be. maybe some python guru can help us with this? From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 13:43:30 2004 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 5FCC016A4CE; Mon, 19 Jul 2004 13:43:30 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6489A43D1F; Mon, 19 Jul 2004 13:43:29 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i6JDfdsD079711; Mon, 19 Jul 2004 15:41:39 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <134d01c46d95$35ae8140$471b3dd4@digiware.nl> From: "Willem Jan Withagen" To: "Johan Hendriks" , References: Date: Mon, 19 Jul 2004 15:35: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 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: ports@freebsd.org Subject: Re: Version 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, 19 Jul 2004 13:43:30 -0000 ----- Original Message ----- From: "Johan Hendriks" To: Cc: Sent: Monday, July 19, 2004 2:35 PM Subject: Version > The auto update_dat file is not working anymore. > > Secondly There is already dat number 4378 For some severe Viruses. > > Is the maintainer on vacation or are they trying to fix the update_dat > script > > Thanks in advance This is what it takes: ---------- #!/bin/sh # # $Id$ # cd /usr/local/libexec/uvscan/ ftp http://download.nai.com/products/datfiles/4.x/nai/update.ini >/dev/null AVVER=`grep DAT update.ini | head -5 | grep '[^0-9]4[0-9][0-9][0-9][^0-9]' | head -1 | sed -e 's/^.*[^0-9]\(4[0-9]*\)[^0-9].*$/\1/'` if [ ! -f dat-$AVVER.tar ]; then for i in *.tar ; do mv $i $i.old done if ftp http://download.nai.com/products/datfiles/4.x/nai/dat-$AVVER.tar >/dev/null ; then for i in *.dat ; do cp -p $i $i.bak done if tar xf dat-$AVVER.tar ; then rm -f *.old echo `date` Successfully updated AntiVirus DAT files to $AVVER fi fi fi --------------- Make shure you get the wrapping right. --WjW From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 14:08:25 2004 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 4004016A4CF for ; Mon, 19 Jul 2004 14:08:25 +0000 (GMT) Received: from web51908.mail.yahoo.com (web51908.mail.yahoo.com [206.190.39.51]) by mx1.FreeBSD.org (Postfix) with SMTP id C951643D1F for ; Mon, 19 Jul 2004 14:08:24 +0000 (GMT) (envelope-from eol1@yahoo.com) Message-ID: <20040719140641.11487.qmail@web51908.mail.yahoo.com> Received: from [136.217.0.194] by web51908.mail.yahoo.com via HTTP; Mon, 19 Jul 2004 07:06:40 PDT Date: Mon, 19 Jul 2004 07:06:40 -0700 (PDT) From: Peter Thoenen To: openoffice@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: ports@FreeBSD.org Subject: Port: OpenOffice-1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: eol1@yahoo.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 14:08:25 -0000 Unable to compile as 1.1.1 no longer stable and unable to fetch via mastersites. Need to update to 1.1.2 or provide a 1.1.1 mirror somewhere. -Peter ===== "Man will never be free until the last king is strangled with the entrails of the last priest." -Denis Diderot A vote for Kerry is a vote against Hillary in '08. Vote Kerry. De Opresso Liber From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 16:55:28 2004 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 2DC9F16A4CE for ; Mon, 19 Jul 2004 16:55:28 +0000 (GMT) Received: from infoline.su (delta.infoline.su [194.135.56.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FFA443D2D for ; Mon, 19 Jul 2004 16:55:27 +0000 (GMT) (envelope-from nevis2us@infoline.su) Received: from baikal.home.test ([217.150.202.238]) by infoline.su (infoline.su [194.135.56.4]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 53-md50000000052.tmp for ; Mon, 19 Jul 2004 20:54:16 +0400 Received: from [10.0.0.1] (baikal.home.test [10.0.0.1]) by baikal.home.test (8.12.11/8.12.11) with ESMTP id i6JGsdCs077335 for ; Mon, 19 Jul 2004 20:54:40 +0400 (MSD) (envelope-from nevis2us@infoline.su) Message-ID: <40FBFCCF.7000504@infoline.su> Date: Mon, 19 Jul 2004 20:54:39 +0400 From: Alexander Kirillov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040719 X-Accept-Language: ru, en, en-us MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Processed: infoline.su, Mon, 19 Jul 2004 20:54:16 +0400 (not processed: message from valid local sender) X-MDRemoteIP: 217.150.202.238 X-Return-Path: nevis2us@infoline.su X-MDaemon-Deliver-To: freebsd-ports@freebsd.org Subject: mod_php4 port problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nevis2us@infoline.su List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 16:55:28 -0000 Hi, 1. What was the reason to split the port into 'base' and 'extensions'? 'base' as such is pretty much useless without extensions and it was good when you could install mod_php and select all the modules you need in one shot. All the extensions are quite moderate in size. Why not install them all and leave to the admin fiddling with the list of enabled extensions in php.ini? 2. Currently the port leaves extension_dir in php.ini pointing to wrong location 3. Where's mime extension? It doesn't show up in the list Thank you, Sasha From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 18:19:52 2004 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 D1AAB16A4E5 for ; Mon, 19 Jul 2004 18:19:52 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.242]) by mx1.FreeBSD.org (Postfix) with SMTP id A523A43D1F for ; Mon, 19 Jul 2004 18:19:50 +0000 (GMT) (envelope-from bsdslut@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so4593265cwb for ; Mon, 19 Jul 2004 11:19:47 -0700 (PDT) Received: by 10.11.99.74 with SMTP id w74mr153960cwb; Mon, 19 Jul 2004 11:19:47 -0700 (PDT) Message-ID: <1a33bb9c040719111921e30112@mail.gmail.com> Date: Mon, 19 Jul 2004 14:19:47 -0400 From: jimmie james To: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: failed to generate INDEX! 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, 19 Jul 2004 18:19:52 -0000 cvsup'd around 14:00 (EDT) Updating the ports index ... Generating INDEX.tmp - please wait..jonah-0.0.3.020629_1: "/usr/ports/lang/php4-horde" non-existent -- dependency list incomplete ===> www/jonah failed *** Error code 1 1 error ******************************************************************** Before reporting this error, verify that you are running a supported version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you have a complete and up-to-date ports collection. (INDEX builds are not supported with partial or out-of-date ports collections -- in particular, if you are using cvsup, you must cvsup the "ports-all" collection, and have no "refuse" files.) If that is the case, then report the failure to ports@FreeBSD.org together with relevant details of your ports configuration (including FreeBSD version, your architecture, your environment, and your /etc/make.conf settings, especially compiler flags and WITH/WITHOUT settings). Note: the latest pre-generated version of INDEX may be fetched automatically with "make fetchindex". ******************************************************************** *** Error code 1 Stop in /usr/ports. *** Error code 1 Stop in /usr/ports. failed to generate INDEX! portsdb: index generation error FreeBSD fortytwo.zapto.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat Jul 10 01:35:08 EDT 2004 root@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386 It fails with the /etc/defaults/make.conf (no need to paste that here) and I have no refuse file. http://www.freebsd.org From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 18:31:09 2004 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 51B5316A4CE for ; Mon, 19 Jul 2004 18:31:09 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AA243D45 for ; Mon, 19 Jul 2004 18:31:08 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6JIV6LQ051006; Mon, 19 Jul 2004 20:31:06 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FC136A.2020305@FreeBSD.org> Date: Mon, 19 Jul 2004 20:31:06 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jimmie james References: <1a33bb9c040719111921e30112@mail.gmail.com> In-Reply-To: <1a33bb9c040719111921e30112@mail.gmail.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: failed to generate INDEX! 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, 19 Jul 2004 18:31:09 -0000 jimmie james wrote: > cvsup'd around 14:00 (EDT) > Updating the ports index ... Generating INDEX.tmp - please > wait..jonah-0.0.3.020629_1: "/usr/ports/lang/php4-horde" non-existent > -- dependency list incomplete Bah, fixed :) -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 19:56:27 2004 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 227EE16A4CE for ; Mon, 19 Jul 2004 19:56:27 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD3C43D48 for ; Mon, 19 Jul 2004 19:56:26 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 542B8148C4; Mon, 19 Jul 2004 14:56:26 -0500 (CDT) Date: Mon, 19 Jul 2004 14:56:26 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Tobias Roth In-Reply-To: <20040719124211.GC9182@secure.socket.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: epilogue cc: freebsd-ports@freebsd.org Subject: Re: python threads problem [was: treeline dumping core on 4.10 with python-2.3.4] 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, 19 Jul 2004 19:56:27 -0000 On Mon, 19 Jul 2004, Tobias Roth wrote: > > # treeline > > Fatal Python error: PyThreadState_Delete: tstate is still current > > Abort (core dumped) Whatever the problem is, it also seems to affect mod_python3 under apache2. I tried to figure it out and got lost. I'll be happy if someone can figure it out ... mcl From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 21:18:54 2004 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 26E8C16A4CE for ; Mon, 19 Jul 2004 21:18:54 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy10.prodigy.net.mx [148.235.52.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F22A43D31 for ; Mon, 19 Jul 2004 21:18:53 +0000 (GMT) (envelope-from robertodm@prodigy.net.mx) Received: from prodigy.net.mx (du-148-235-52-31.prodigy.net.mx [148.235.52.31]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1400D7KB7B7W@smtp.prodigy.net.mx>; Mon, 19 Jul 2004 16:18:48 -0500 (CDT) Received: from [148.235.52.103] (Forwarded-For: [201.135.67.109]) by nlpmail01.prodigy.net.mx (mshttpd); Mon, 19 Jul 2004 14:20:10 -0700 Date: Mon, 19 Jul 2004 14:20:10 -0700 From: ROBERTODM To: ports@FreeBSD.org Message-id: <588f70ea.70ea588f@prodigy.net.mx> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: multipart/mixed; boundary=--638c77a674097746 Content-language: es X-Accept-Language: es Priority: urgent X-Priority: 1 (Highest) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: [maintainer] 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, 19 Jul 2004 21:18:54 -0000 This is a multi-part message in MIME format. ----638c77a674097746 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable more /usr/ports/devel/gettext/work/gettext-0=2E13=2E1/config=2Elog -------------------------------------------------------------------------= --- This file contains any messages produced by compilers while running configure=2C to aid debugging if configure makes a mistake=2E It was created by configure=2C which was generated by GNU Autoconf 2=2E58=2E Invocation command line was =24 =2E/configure --with-libexpat-prefix=3D/usr/local/lib --mandir=3D/u= sr/local/man --prefix=3D/usr/local --build=3Di386-portbld-freebsd 4=2E10 =23=23 --------- =23=23 =23=23 Platform=2E =23=23 =23=23 --------- =23=23 hostname =3D lanware=2Einformatica=2Eedu=2Ecom uname -m =3D i386 uname -r =3D 4=2E10-RELEASE uname -s =3D FreeBSD uname -v =3D FreeBSD 4=2E10-RELEASE =230=3A Tue May 25 22=3A47=3A12 GMT 2= 004 root=40perseus=2Ecse=2Ebuffalo=2Eedu=3A/usr/obj/usr/src/sys/GENER= IC /usr/bin/uname -p =3D i386 /bin/uname -X =3D unknown /bin/arch =3D unknown /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH=3A /sbin PATH=3A /bin PATH=3A /usr/sbin PATH=3A /usr/bin PATH=3A /usr/games PATH=3A /usr/local/sbin PATH=3A /usr/local/bin PATH=3A /usr/X11R6/bin PATH=3A /root/bin =23=23 ----------- =23=23 =23=23 Core tests=2E =23=23 =23=23 ----------- =23=23 configure=3A1365=3A checking for a BSD-compatible install configure=3A1420=3A result=3A /usr/bin/install -c -o root -g wheel configure=3A1431=3A checking whether build environment is sane configure=3A1468=3A error=3A newly created file is older than distributed= files! Check your system clock =23=23 ---------------- =23=23 =23=23 Cache variables=2E =23=23 =23=23 ---------------- =23=23 ac=5Fcv=5Fenv=5FCXXFLAGS=5Fvalue=3D=27 -O -pipe =27 ac=5Fcv=5Fenv=5FF77=5Fvalue=3D ac=5Fcv=5Fenv=5FCXXCPP=5Fset=3D ac=5Fcv=5Fenv=5FLDFLAGS=5Fset=3Dset ac=5Fcv=5Fenv=5FCFLAGS=5Fset=3Dset ac=5Fcv=5Fenv=5FGCJFLAGS=5Fvalue=3D ac=5Fcv=5Fenv=5FFFLAGS=5Fset=3D lt=5Fcv=5Fsys=5Fmax=5Fcmd=5Flen=3D65536 ac=5Fcv=5Fenv=5FCPP=5Fvalue=3D ac=5Fcv=5Fenv=5FCPPFLAGS=5Fset=3Dset ac=5Fcv=5Fenv=5FCXX=5Fset=3Dset ac=5Fcv=5Fenv=5Fhost=5Falias=5Fset=3D ac=5Fcv=5Fenv=5Fbuild=5Falias=5Fset=3Dset ac=5Fcv=5Fenv=5FCXXCPP=5Fvalue=3D ac=5Fcv=5Fenv=5FLDFLAGS=5Fvalue=3D-L/usr/local/lib ac=5Fcv=5Fenv=5Ftarget=5Falias=5Fset=3D ac=5Fcv=5Fenv=5FGCJ=5Fset=3D ac=5Fcv=5Fenv=5FCFLAGS=5Fvalue=3D=27-O -pipe =27 ac=5Fcv=5Fenv=5FCC=5Fset=3Dset ac=5Fcv=5Fenv=5FFFLAGS=5Fvalue=3D ac=5Fcv=5Fenv=5FCPPFLAGS=5Fvalue=3D-I/usr/local/include ac=5Fcv=5Fenv=5FCXXFLAGS=5Fset=3Dset ac=5Fcv=5Fenv=5FCXX=5Fvalue=3Dc++ ac=5Fcv=5Fenv=5FF77=5Fset=3D ac=5Fcv=5Fenv=5Fhost=5Falias=5Fvalue=3D ac=5Fcv=5Fenv=5Fbuild=5Falias=5Fvalue=3Di386-portbld-freebsd4=2E10 ac=5Fcv=5Fenv=5Ftarget=5Falias=5Fvalue=3D ac=5Fcv=5Fenv=5FGCJFLAGS=5Fset=3D ac=5Fcv=5Fenv=5FGCJ=5Fvalue=3D ac=5Fcv=5Fenv=5FCC=5Fvalue=3Dcc ac=5Fcv=5Fenv=5FCPP=5Fset=3D =23=23 ----------------- =23=23 =23=23 Output variables=2E =23=23 =23=23 ----------------- =23=23 ACLOCAL=3D=27true=27 AMTAR=3D=27=27 AUTOCONF=3D=27true=27 AUTOHEADER=3D=27true=27 AUTOMAKE=3D=27true=27 AWK=3D=27=27 CC=3D=27cc=27 CFLAGS=3D=27-O -pipe =27 CPP=3D=27=27 CPPFLAGS=3D=27-I/usr/local/include=27 CXX=3D=27c++=27 CXXCPP=3D=27=27 CXXFLAGS=3D=27 -O -pipe =27 CYGPATH=5FW=3D=27=27 DEFS=3D=27=27 ECHO=5FC=3D=27=27 ECHO=5FN=3D=27-n=27 ECHO=5FT=3D=27=27 F77=3D=27=27 FFLAGS=3D=27=27 GCJ=3D=27=27 GCJFLAGS=3D=27=27 INSTALL=5FDATA=3D=27install -c -o root -g wheel -m 444=27 INSTALL=5FPROGRAM=3D=27install -c -s -o root -g wheel -m 555=27 INSTALL=5FSCRIPT=3D=27install -c -o root -g wheel -m 555=27 INSTALL=5FSTRIP=5FPROGRAM=3D=27=27 LDFLAGS=3D=27-L/usr/local/lib=27 LIBOBJS=3D=27=27 LIBS=3D=27=27 LTLIBOBJS=3D=27=27 MAKEINFO=3D=27makeinfo --no-split=27 PACKAGE=3D=27=27 PACKAGE=5FBUGREPORT=3D=27=27 PACKAGE=5FNAME=3D=27=27 PACKAGE=5FSTRING=3D=27=27 PACKAGE=5FTARNAME=3D=27=27 PACKAGE=5FVERSION=3D=27=27 PATH=5FSEPARATOR=3D=27=3A=27 SET=5FMAKE=3D=27=27 SHELL=3D=27/bin/sh=27 STRIP=3D=27=27 VERSION=3D=27=27 ac=5Fct=5FSTRIP=3D=27=27 am=5F=5Fleading=5Fdot=3D=27=27 bindir=3D=27=24=7Bexec=5Fprefix=7D/bin=27 build=3D=27i386-portbld-freebsd4=2E10=27 build=5Falias=3D=27i386-portbld-freebsd4=2E10=27 build=5Fcpu=3D=27=27 build=5Fos=3D=27=27 build=5Fvendor=3D=27=27 datadir=3D=27=24=7Bprefix=7D/share=27 exec=5Fprefix=3D=27NONE=27 host=3D=27=27 host=5Falias=3D=27=27 host=5Fcpu=3D=27=27 host=5Fos=3D=27=27 host=5Fvendor=3D=27=27 includedir=3D=27=24=7Bprefix=7D/include=27 infodir=3D=27=24=7Bprefix=7D/info=27 install=5Fsh=3D=27=27 libdir=3D=27=24=7Bexec=5Fprefix=7D/lib=27 libexecdir=3D=27=24=7Bexec=5Fprefix=7D/libexec=27 localstatedir=3D=27=24=7Bprefix=7D/var=27 mandir=3D=27/usr/local/man=27 oldincludedir=3D=27/usr/include=27 prefix=3D=27/usr/local=27 program=5Ftransform=5Fname=3D=27s=2Cx=2Cx=2C=27 sbindir=3D=27=24=7Bexec=5Fprefix=7D/sbin=27 sharedstatedir=3D=27=24=7Bprefix=7D/com=27 subdirs=3D=27=27 sysconfdir=3D=27=24=7Bprefix=7D/etc=27 target=5Falias=3D=27=27 =23=23 ----------- =23=23 =23=23 confdefs=2Eh=2E =23=23 =23=23 ----------- =23=23 =23define PACKAGE=5FBUGREPORT =22=22 =23define PACKAGE=5FNAME =22=22 =23define PACKAGE=5FSTRING =22=22 =23define PACKAGE=5FTARNAME =22=22 =23define PACKAGE=5FVERSION =22=22 configure=3A exit 1 -------------------------------------------------------------------------= -------------- =3D=3D=3D=3E Configuring for gettext-0=2E13=2E1=5F1 checking for a BSD-compatible install=2E=2E=2E /usr/bin/install -c -o roo= t -g wheel checking whether build environment is sane=2E=2E=2E configure=3A error=3A= newly created file is older than distributed files! Check your system clock =3D=3D=3D=3E Script =22configure=22 failed unexpectedly=2E Please report the problem to ports=40FreeBSD=2Eorg =5Bmaintainer=5D and a= ttach the =22/usr/ports/devel/gettext/work/gettext-0=2E13=2E1/config=2Elog=22 inclu= ding the output of the failure of your make command=2E Also=2C it might be a good idea to= provide an overview of all packages installed on your system (e=2Eg=2E an =60ls /var/db/pkg=60)=2E *** Error code 1 Stop in /usr/ports/devel/gettext=2E *** Error code 1 Stop in /usr/ports/devel/bison=2E *** Error code 1 Stop in /usr/ports/lang/php4=2E *** Error code 1 Stop in /usr/ports/lang/php4=2E -------------------------------------------------------------------------= ----------- ls /var/db/pkg apache-1=2E3=2E29=5F3 expat-1=2E95=2E7 libtool-1=2E3=2E= 5=5F2 mysql-client-4=2E1=2E1=5F1 bash-2=2E05b=2E007 libiconv-1=2E9=2E1=5F3 m4-1=2E4=5F1 = mysql-server-4=2E1=2E1=5F2 thnx atte=2E Roberto Dur=E1n ----638c77a674097746-- From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 21:23:33 2004 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 7E9AF16A4CE for ; Mon, 19 Jul 2004 21:23:33 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F04443D41 for ; Mon, 19 Jul 2004 21:23:33 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [10.1.1.193] (nfw1.codefab.com [199.103.21.225]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id i6JLNPs2024478; Mon, 19 Jul 2004 17:23:25 -0400 (EDT) In-Reply-To: <588f70ea.70ea588f@prodigy.net.mx> References: <588f70ea.70ea588f@prodigy.net.mx> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 19 Jul 2004 17:23:25 -0400 To: ROBERTODM X-Mailer: Apple Mail (2.618) X-Spam-Status: No, hits=0.0 required=5.5 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pi.codefab.com cc: ports@FreeBSD.org Subject: Re: [maintainer] 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, 19 Jul 2004 21:23:33 -0000 On Jul 19, 2004, at 5:20 PM, ROBERTODM wrote: > ===> Configuring for gettext-0.13.1_1 > checking for a BSD-compatible install... /usr/bin/install -c -o root > -g wheel > checking whether build environment is sane... configure: error: newly > created file is older than distributed files! > Check your system clock As the message says, check your computer's clock. What does "date" say...? -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 22:10:45 2004 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 BA4D016A4CE; Mon, 19 Jul 2004 22:10:45 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F35843D55; Mon, 19 Jul 2004 22:10:45 +0000 (GMT) (envelope-from clefevre-lists@9online.fr) Received: from pc2k (nas-cbv-7-213-228-32-43.dial.proxad.net [213.228.32.43]) by postfix4-2.free.fr (Postfix) with SMTP id 162C91AD3C5; Tue, 20 Jul 2004 00:10:03 +0200 (CEST) Message-ID: <040d01c46ddd$25798f20$7890a8c0@dyndns.org> From: "Cyrille Lefevre" To: "Mike Makonnen" , "Oliver Eikemeier" References: <38080924-D73B-11D8-8DBE-00039312D914@fillmore-labs.com> Date: Tue, 20 Jul 2004 00:10:01 +0200 Organization: ACME 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.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: ports@FreeBSD.org cc: freebsd-rc@freebsd.org Subject: Re: localpkg script changes 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, 19 Jul 2004 22:10:45 -0000 "Oliver Eikemeier" wrote: > Mike Makonnen wrote: [snip] > > It's not as simple as that. Besides the security implications there are > > also > > many possible corner cases. To name just a couple: diskless, / (root > > partition), > > /usr/local, /usr/X11R6 on different partitions or even mounted > > remotely, etc... > > I can't see any security implications here, and when you manage to get > things working diskless, I can't see any problems when /usr/local and > /usr/X11R6 are on different partitions... Could you just name some > *real* problems instead of just stating that it is `difficult', so that > we can start to work on them? I suppose that if you want to mix /etc/rc.d and /usr/local/etc/rc.d startup files, you can't since /usr/local/etc/rc.d may not be accessible at the time where rcorder is executed since /usr/local will be mounted after. Cyrille Lefevre. -- home: mailto:cyrille.lefevre@laposte.net From owner-freebsd-ports@FreeBSD.ORG Mon Jul 19 22:23:52 2004 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 DB08716A4CE for ; Mon, 19 Jul 2004 22:23:52 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C10343D2D for ; Mon, 19 Jul 2004 22:23:52 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6JMNoLQ051728; Tue, 20 Jul 2004 00:23:50 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FC49F6.8020907@FreeBSD.org> Date: Tue, 20 Jul 2004 00:23:50 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: nico References: <40FC1A5F.5030700@yopyop.org> In-Reply-To: <40FC1A5F.5030700@yopyop.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: installing mod_php5 with mysql support and other stuff 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, 19 Jul 2004 22:23:53 -0000 nico wrote: > Sorry to mail you about that but I'm quite on nerves > I made a portupgrade -a as usual and I saw that "no mysql support in > php" O_o You should read ports/UPDATING. > I checked on freshport and saw on php5 page that there's a php5-mysql > port, I installed it, still isn't working. Am I supposed to re-install > mod_php5 ? No, you should simply check that php.ini contains the correct configuration to load shared extensions, in particular comment out the extension_dir or set it to the correct location. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 00:20:35 2004 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 0101A16A4CE; Tue, 20 Jul 2004 00:20:35 +0000 (GMT) Received: from encontacto.net (dsl-200-95-35-213.prod-infinitum.com.mx [200.95.35.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32AA943D46; Tue, 20 Jul 2004 00:20:34 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Mon, 19 Jul 2004 19:25:24 -0500 Received: from dsl-200-95-35-213.prod-infinitum.com.mx (dsl-200-95-35-213.prod-infinitum.com.mx [200.95.35.213]) by mail.encontacto.net (Horde) with HTTP for ; Mon, 19 Jul 2004 19:25:23 -0500 Message-ID: <20040719192523.q7qoiogo0kcko008@mail.encontacto.net> Date: Mon, 19 Jul 2004 19:25:23 -0500 From: Edwin Culp To: Alex Dupre References: <40FC1A5F.5030700@yopyop.org> <40FC49F6.8020907@FreeBSD.org> In-Reply-To: <40FC49F6.8020907@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 200.95.35.213 cc: nico cc: ports@FreeBSD.org Subject: Re: installing mod_php5 with mysql support and other stuff 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, 20 Jul 2004 00:20:35 -0000 Quoting Alex Dupre : > nico wrote: > >> Sorry to mail you about that but I'm quite on nerves >> I made a portupgrade -a as usual and I saw that "no mysql support in >> php" O_o > > You should read ports/UPDATING. Interesting. My ports/UPDATING from a cvsup this morning doesn't seem to say anything about the extentions. The last post was on 20040717: AFFECTS: users of net/openldap2[12]{,-sasl}-client and the only mention of php4 or php5 seems to be: 20040626: AFFECTS: users of php4 and php5 with the PDFlib extension AUTHOR: ale@FreeBSD.org Just for what it's worth. ed > >> I checked on freshport and saw on php5 page that there's a >> php5-mysql port, I installed it, still isn't working. Am I supposed >> to re-install mod_php5 ? > > No, you should simply check that php.ini contains the correct > configuration to load shared extensions, in particular comment out the > extension_dir or set it to the correct location. > > -- > Alex Dupre > _______________________________________________ > 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 Tue Jul 20 01:20:06 2004 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 565D416A4CE; Tue, 20 Jul 2004 01:20:06 +0000 (GMT) Received: from mailout2.barnet.com.au (mailout2.barnet.com.au [218.185.88.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A93C43D67; Tue, 20 Jul 2004 01:20:01 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mailout2.barnet.com.au (Postfix, from userid 27) id B377F7074D1; Tue, 20 Jul 2004 11:19:59 +1000 (EST) X-Viruscan-Id: <40FC733F000109F592620C@BarNet> Received: from mail2-auth.barnet.com.au (localhost.barnet.com.au [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Authority" (verified OK)) by mail2.barnet.com.au (Postfix) with ESMTP id 6837A7074CD; Tue, 20 Jul 2004 11:19:59 +1000 (EST) Received: from k7.mavetju (edwin-3.int.barnet.com.au [10.10.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Certificate Authority" (verified OK)) by mail2-auth.barnet.com.au (Postfix) with ESMTP id CDF70707498; Tue, 20 Jul 2004 11:19:58 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 8BBF161A7; Tue, 20 Jul 2004 11:19:48 +1000 (EST) Date: Tue, 20 Jul 2004 11:19:48 +1000 From: Edwin Groothuis To: Edwin Culp Message-ID: <20040720011948.GF1726@k7.mavetju> References: <40FC1A5F.5030700@yopyop.org> <40FC49F6.8020907@FreeBSD.org> <20040719192523.q7qoiogo0kcko008@mail.encontacto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719192523.q7qoiogo0kcko008@mail.encontacto.net> User-Agent: Mutt/1.5.6i cc: nico cc: ports@FreeBSD.org cc: Alex Dupre Subject: Re: installing mod_php5 with mysql support and other stuff 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, 20 Jul 2004 01:20:06 -0000 On Mon, Jul 19, 2004 at 07:25:23PM -0500, Edwin Culp wrote: > Quoting Alex Dupre : > > >nico wrote: > > > >>Sorry to mail you about that but I'm quite on nerves > >>I made a portupgrade -a as usual and I saw that "no mysql support in > >>php" O_o > > > >You should read ports/UPDATING. > > Interesting. My ports/UPDATING from a cvsup this morning doesn't > seem to say anything about the extentions. The last post was on > 20040717: > AFFECTS: users of net/openldap2[12]{,-sasl}-client Seems you got caught in the two hours when ale@ was updating the ports tree! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 02:19:14 2004 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 A375C16A4FB for ; Tue, 20 Jul 2004 02:19:14 +0000 (GMT) Received: from smtp805.mail.sc5.yahoo.com (smtp805.mail.sc5.yahoo.com [66.163.168.184]) by mx1.FreeBSD.org (Postfix) with SMTP id 60C9F43D68 for ; Tue, 20 Jul 2004 02:19:14 +0000 (GMT) (envelope-from jleimon@sbcglobal.net) Received: from unknown (HELO ?192.168.0.101?) (jleimon@sbcglobal.net@68.89.70.237 with plain) by smtp805.mail.sc5.yahoo.com with SMTP; 20 Jul 2004 02:19:14 -0000 From: John Leimon To: klaus.goger@reflex.at Date: Mon, 19 Jul 2004 21:19:28 +0000 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200407192119.29171.jleimon@sbcglobal.net> cc: ports@FreeBSD.org Subject: frozenbubble port 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: Tue, 20 Jul 2004 02:19:14 -0000 klaus, the port frozen bubble is broken or the dependency list is not complete. This is the build output from my computer: cheers, John ==> Cleaning for gtk-1.2.10_12 ===> Cleaning for qt-3.3.2_2 ===> Cleaning for XFree86-libraries-4.3.0_7 ===> Cleaning for frozenbubble-0.9.3_4 ===> Vulnerability check disabled >> frozen-bubble-0.9.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://people.mandrakesoft.com/~gc/fb/. fetch: http://people.mandrakesoft.com/~gc/fb/frozen-bubble-0.9.3.tar.bz2: Not Fo und >> Attempting to fetch from http://frozenbubble.free.fr/fb/. Receiving frozen-bubble-0.9.3.tar.bz2 (7049951 bytes): 100% (ETA 00:00) 7049951 bytes transferred in 192.3 seconds (35.80 kBps) ===> Extracting for frozenbubble-0.9.3_4 >> Checksum OK for frozen-bubble-0.9.3.tar.bz2. ===> Patching for frozenbubble-0.9.3_4 ===> frozenbubble-0.9.3_4 depends on file: /usr/local/lib/perl5/site_perl/5.00 5/i386-freebsd/SDL_perl.pm - not found ===> Verifying install for /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/ SDL_perl.pm in /usr/ports/devel/p5-SDL ===> p5-sdl-1.20.3_3 This port requires perl 5.6 or newer. *** Error code 1 Stop in /usr/ports/devel/p5-SDL. *** Error code 1 Stop in /usr/ports/games/frozenbubble. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall95124.0 mak e ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! games/frozenbubble (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed /home/Jawn$ From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 02:26:50 2004 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 D925016A4CE for ; Tue, 20 Jul 2004 02:26:50 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with SMTP id 83B2243D41 for ; Tue, 20 Jul 2004 02:26:50 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 55so201840rni for ; Mon, 19 Jul 2004 19:26:50 -0700 (PDT) Received: by 10.38.181.72 with SMTP id d72mr14570rnf; Mon, 19 Jul 2004 19:26:50 -0700 (PDT) Message-ID: Date: Tue, 20 Jul 2004 10:26:50 +0800 From: Jiawei Ye To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: sysutils/portindex weirdness 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, 20 Jul 2004 02:26:51 -0000 Has anyone seen this running portindex against the latest ports tree? Updating portinfo for /usr/ports/accessibility/at-spi Failed to extract describe information from /usr/ports/accessibility/at-spi Updating portinfo for /usr/ports/accessibility/atk Failed to extract describe information from /usr/ports/accessibility/atk Updating portinfo for /usr/ports/accessibility/dasher Failed to extract describe information from /usr/ports/accessibility/dasher Updating portinfo for /usr/ports/accessibility/gail Failed to extract describe information from /usr/ports/accessibility/gail Updating portinfo for /usr/ports/accessibility/gnomemag the list goes on.... Jiawei Ye From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 03:54:13 2004 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 CC16816A4CE for ; Tue, 20 Jul 2004 03:54:13 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with SMTP id 6614F43D4C for ; Tue, 20 Jul 2004 03:54:13 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by mproxy.gmail.com with SMTP id m68so50803rne for ; Mon, 19 Jul 2004 20:54:13 -0700 (PDT) Received: by 10.38.96.39 with SMTP id t39mr880765rnb; Mon, 19 Jul 2004 20:53:56 -0700 (PDT) Message-ID: <8cb27cbf040719205353056fd2@mail.gmail.com> Date: Mon, 19 Jul 2004 22:53:56 -0500 From: Jon Drews To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: GSL 1.5 examples 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, 20 Jul 2004 03:54:13 -0000 I am in the process of writing up simple C examples for the GNU Scientific Libraries ( in /usr/ports/math/gsl ). If anyone has GSL routines that they can contribute I would greatly appreciate it. The examples will be included with the port. They serve two purposes: 1) as examples on how to use the port and 2) as test cases to check for errors when new versions of GSL are released. Kind regards, Jonathan From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 04:30:34 2004 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 04B6516A4CE; Tue, 20 Jul 2004 04:30:34 +0000 (GMT) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE8543D31; Tue, 20 Jul 2004 04:30:32 +0000 (GMT) (envelope-from tim@kientzle.com) Received: from kientzle.com (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id i6K4UW90027100; Mon, 19 Jul 2004 21:30:32 -0700 (PDT) (envelope-from tim@kientzle.com) Message-ID: <40FC9FC2.8050400@kientzle.com> Date: Mon, 19 Jul 2004 21:29:54 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrey Chernov References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> In-Reply-To: <20040719060730.GA87697@nagual.pp.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.ORG cc: Tim Kientzle cc: current@FreeBSD.ORG Subject: Re: NEW TAR 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, 20 Jul 2004 04:30:34 -0000 Andrey Chernov wrote: > On Sat, Jul 17, 2004 at 10:37:28AM -0700, Tim Kientzle wrote: > >> * File format: bsdtar can read gtar files, including >> long file names, long link names, and sparse files. >> bsdtar can also read many other formats that gtar >> does not support. > > Addition: > bsdtar can't write sparse archives (Yet?). gtar has to be better at something! ;-) I have some ideas about sparse file handling, but they're not gtar-compatible. (The gtar approach has a number of drawbacks. The primary one being that on many systems it requires reading the entire file twice, once to find holes and again to actually archive the file. It is possible to do both in one pass if you store the sparse file data in a different fashion.) Tim From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 06:35:19 2004 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 9A63016A4CE for ; Tue, 20 Jul 2004 06:35:19 +0000 (GMT) Received: from mail.x9media.com (mail.x9media.com [81.209.147.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF41D43D58 for ; Tue, 20 Jul 2004 06:35:18 +0000 (GMT) (envelope-from thomas.may@x9media.com) X-AuthUser: thomas.may@x9media.com Received: from PC01 (80.132.211.148:12499) by mail.x9media.com with [XMail 1.20 ESMTP Server] id for from ; Tue, 20 Jul 2004 08:40:07 +0200 From: "Thomas May" To: Date: Tue, 20 Jul 2004 08:34:59 +0200 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcRuI6FqL9wmkuf8SH2DvJ8Vxbl19w== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Message-Id: <20040720063518.AF41D43D58@mx1.FreeBSD.org> Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: dovecot-0.99.10.6 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, 20 Jul 2004 06:35:19 -0000 Hi robin, there is a new version of dovecot available. Can you please tell me when you update the port, because I have problems in downloading mails with attachments greater than 2MB. Regards thomas --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.721 / Virus Database: 477 - Release Date: 16.07.2004 From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 06:52:54 2004 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 263DD16A4CE for ; Tue, 20 Jul 2004 06:52:54 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E6643D54 for ; Tue, 20 Jul 2004 06:52:53 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BmoUe-0005pq-00 for ports@freebsd.org; Tue, 20 Jul 2004 08:52:52 +0200 Received: from [80.142.207.66] (helo=kyuzo.dunkelkammer.void) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1BmoUd-0000Zs-00 for ports@freebsd.org; Tue, 20 Jul 2004 08:52:52 +0200 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 927C73C6D; Tue, 20 Jul 2004 08:52:48 +0200 (CEST) Date: Tue, 20 Jul 2004 08:52:48 +0200 From: Stefan Walter To: ports@freebsd.org Message-ID: <20040720065248.GA1153@kyuzo.dunkelkammer.void> Mail-Followup-To: ports@freebsd.org References: <200407192119.29171.jleimon@sbcglobal.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <200407192119.29171.jleimon@sbcglobal.net> X-PGP-key: http://www.gegenunendlich.de/swalter-rsa.asc X-PGP-fp: 85D8 6A49 22C7 6CD9 B011 5D6A 5691 111B 12B9 E0B3 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.6i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:bea306e5fe0930b42d4355ca01786db1 Subject: Re: frozenbubble port 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: Tue, 20 Jul 2004 06:52:54 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable John Leimon in gmane.os.freebsd.devel.ports: > the port frozen bubble is broken or the dependency list is not complete. = This=20 > is the build output from my computer: > > cheers, > > John > >=3D=3D> Cleaning for gtk-1.2.10_12 >=3D=3D=3D> Cleaning for qt-3.3.2_2 >=3D=3D=3D> Cleaning for XFree86-libraries-4.3.0_7 >=3D=3D=3D> Cleaning for frozenbubble-0.9.3_4 >=3D=3D=3D> Vulnerability check disabled >>> frozen-bubble-0.9.3.tar.bz2 doesn't seem to exist in /usr/ports/distfil= es/. >>> Attempting to fetch from http://people.mandrakesoft.com/~gc/fb/. > fetch: http://people.mandrakesoft.com/~gc/fb/frozen-bubble-0.9.3.tar.bz2:= Not=20 > Fo > und >>> Attempting to fetch from http://frozenbubble.free.fr/fb/. > Receiving frozen-bubble-0.9.3.tar.bz2 (7049951 bytes): 100% (ETA 00:00) = =20 > 7049951 bytes transferred in 192.3 seconds (35.80 kBps) >=3D=3D=3D> Extracting for frozenbubble-0.9.3_4 >>> Checksum OK for frozen-bubble-0.9.3.tar.bz2. >=3D=3D=3D> Patching for frozenbubble-0.9.3_4 >=3D=3D=3D> frozenbubble-0.9.3_4 depends on=20 > file: /usr/local/lib/perl5/site_perl/5.00 > 5/i386-freebsd/SDL_perl.pm - not found >=3D=3D=3D> Verifying install=20 > for /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/ ^^^^^ > SDL_perl.pm in /usr/ports/devel/p5-SDL >=3D=3D=3D> p5-sdl-1.20.3_3 This port requires perl 5.6 or newer. ^^^^^^^^ The dependency list is complete, but your Perl is too old. However, frozenbubble seems to be broken because of p5-SDL, anyway; see [1]. Stefan [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/67355 --=20 No reading beyond this point --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQGVAwUBQPzBQFaRERsSueCzAQLFPgv/f7b6+YgJae4Mu7XV2tMw8TISuTMAkpFq dHXEw/1ZWUmz8N7eMKPju87Z1NGxLARxcihrE3zakGdVQZY26+4YctW0JWnZcvpG NUbCoQc++nnwsSs0fyE4I0x/IeTillAEcXvEnEGc83Msw5n8PkfSpEC7t48JlmFL +ZaFd8HjneZ43l+aj326XcEYNT02WYMjr3KhmLbESyq5KvAsKSaldlYklUSVz7Jp XvBiKdhghsabiZbJBdsAtMfEm9hRlLnGpDMOXvACXOl/sZwcGqL4g3RKhzAe30kh q+1PZex6jUnFe2HRpXJ3oLS1zXut/Pqq2Mtoi8IuFATCK1wOTYTchqhPycY4cJI6 7ur+QvB8uXM2u3uvKoeykupSQX9uNa9dYOL7zUF0C2OFlhgaZiRuUE8zdQhtzYl+ ObjtGyDjotrHs6gHJ79iMPZJjCeTmVw6BH/rdmMtIBSaqQI5AxHOdNER7uYn7Tu3 79GxviKiOGo2RcqUl0HzCXzJxnDbQYeU =Z8BE -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 07:03:33 2004 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 F20C916A4CE for ; Tue, 20 Jul 2004 07:03:33 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ECEA43D62 for ; Tue, 20 Jul 2004 07:03:33 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i6K73Fj38936; Tue, 20 Jul 2004 09:03:15 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i6K73Ff780086; Tue, 20 Jul 2004 09:03:15 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i6K73DV22301; Tue, 20 Jul 2004 09:03:13 +0200 (MET DST) Date: Tue, 20 Jul 2004 09:03:13 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Tim Kientzle In-Reply-To: <40FC9FC2.8050400@kientzle.com> Message-ID: <20040720090203.N576@beagle.kn.op.dlr.de> References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org cc: Andrey Chernov Subject: Re: NEW TAR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 07:03:34 -0000 On Mon, 19 Jul 2004, Tim Kientzle wrote: TK>Andrey Chernov wrote: TK>> On Sat, Jul 17, 2004 at 10:37:28AM -0700, Tim Kientzle wrote: TK>> TK>> > * File format: bsdtar can read gtar files, including TK>> > long file names, long link names, and sparse files. TK>> > bsdtar can also read many other formats that gtar TK>> > does not support. TK>> TK>> Addition: TK>> bsdtar can't write sparse archives (Yet?). TK> TK>gtar has to be better at something! ;-) TK> TK>I have some ideas about sparse file handling, TK>but they're not gtar-compatible. (The gtar TK>approach has a number of drawbacks. The primary TK>one being that on many systems it requires reading TK>the entire file twice, once to find holes and again TK>to actually archive the file. It is possible to TK>do both in one pass if you store the sparse file TK>data in a different fashion.) You may also talk with Joerg Schilling who's star supports sparse files. harti From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 07:14:24 2004 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 4A83016A4CE; Tue, 20 Jul 2004 07:14:24 +0000 (GMT) Received: from access-sys-eu.com (mail.access-sys-eu.com [62.217.63.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id C01A043D54; Tue, 20 Jul 2004 07:14:22 +0000 (GMT) (envelope-from faxeggink@gmx.de) Received: from [192.168.9.202] [62.177.251.197] by access-sys-eu.com with ESMTP (SMTPD32-8.04) id A7B14E30218; Tue, 20 Jul 2004 09:20:17 +0200 Message-ID: <40FCC4E4.90504@gmx.de> Date: Tue, 20 Jul 2004 09:08:20 +0200 From: Joerg Eggink User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: billf@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: ethereal-0.10.3 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, 20 Jul 2004 07:14:24 -0000 Hello I'm using freebsd 4.9 and when I try to install ethereal I always get the following error. ------------------------------------ ===> ethereal-0.10.3 has known vulnerabilities: >> multiple vulnerabilities in ethereal. Reference: >> multiple vulnerabilities in ethereal. Reference: >> Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/net/ethereal. ----------------------------------- Is there a plan to update ethereal port soon ? Best Regards Joerg From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 07:17:29 2004 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 EB78616A4CE; Tue, 20 Jul 2004 07:17:29 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB8DB43D5A; Tue, 20 Jul 2004 07:17:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-104-4.dsl.lsan03.pacbell.net [64.169.104.4])i6K7HQ0W001655; Tue, 20 Jul 2004 03:17:26 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 569D052364; Tue, 20 Jul 2004 00:17:28 -0700 (PDT) Date: Tue, 20 Jul 2004 00:17:28 -0700 From: Kris Kennaway To: Joerg Eggink Message-ID: <20040720071728.GA81303@xor.obsecurity.org> References: <40FCC4E4.90504@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: <40FCC4E4.90504@gmx.de> User-Agent: Mutt/1.4.2.1i cc: ports@FreeBSD.org cc: billf@FreeBSD.org Subject: Re: FreeBSD Port: ethereal-0.10.3 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, 20 Jul 2004 07:17:30 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 20, 2004 at 09:08:20AM +0200, Joerg Eggink wrote: > Hello >=20 > I'm using freebsd 4.9 and when I try to install ethereal I always get=20 > the following error. >=20 > ------------------------------------ > =3D=3D=3D> ethereal-0.10.3 has known vulnerabilities: > >> multiple vulnerabilities in ethereal. > Reference:=20 > > >> multiple vulnerabilities in ethereal. > Reference:=20 > > >> Please update your ports tree and try again. > *** Error code 1 >=20 > Stop in /usr/ports/net/ethereal. > ----------------------------------- >=20 > Is there a plan to update ethereal port soon ? I asked billf last week about this, but it looks like it still has not been updated. If some other committer can step in to help, the various PRs assigned about this problem are well and truly in the "Maintainer timeout" category by now. Kris --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/McIWry0BWjoQKURAsWVAJ0fVSYAV2NsQbhV5xutgGj22VG4uQCg+F/s BfZIjuB2a/lLuodE9dCIH9s= =wBNR -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 07:22:19 2004 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 C150016A4CE; Tue, 20 Jul 2004 07:22:19 +0000 (GMT) Received: from access-sys-eu.com (mail.access-sys-eu.com [62.217.63.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E6643D5A; Tue, 20 Jul 2004 07:22:18 +0000 (GMT) (envelope-from faxeggink@gmx.de) Received: from [192.168.9.202] [62.177.251.197] by access-sys-eu.com with ESMTP (SMTPD32-8.04) id A99286D021E; Tue, 20 Jul 2004 09:28:18 +0200 Message-ID: <40FCC6C6.3010807@gmx.de> Date: Tue, 20 Jul 2004 09:16:22 +0200 From: Joerg Eggink User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <40FCC4E4.90504@gmx.de> <20040720071728.GA81303@xor.obsecurity.org> In-Reply-To: <20040720071728.GA81303@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: billf@FreeBSD.org Subject: Re: FreeBSD Port: ethereal-0.10.3 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, 20 Jul 2004 07:22:19 -0000 Dear Kris Thanks for your answer. Unfortunately I have no experience how to do such a task. So I will wait. Best Regards Joerg Kris Kennaway wrote: > On Tue, Jul 20, 2004 at 09:08:20AM +0200, Joerg Eggink wrote: > >>Hello >> >>I'm using freebsd 4.9 and when I try to install ethereal I always get >>the following error. >> >>------------------------------------ >>===> ethereal-0.10.3 has known vulnerabilities: >> >>>>multiple vulnerabilities in ethereal. >> >> Reference: >> >> >>>>multiple vulnerabilities in ethereal. >> >> Reference: >> >> >>>>Please update your ports tree and try again. >> >>*** Error code 1 >> >>Stop in /usr/ports/net/ethereal. >>----------------------------------- >> >>Is there a plan to update ethereal port soon ? > > > I asked billf last week about this, but it looks like it still has not > been updated. If some other committer can step in to help, the > various PRs assigned about this problem are well and truly in the > "Maintainer timeout" category by now. > > Kris From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 07:43:02 2004 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 C84C816A4CE; Tue, 20 Jul 2004 07:43:02 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA5F43D67; Tue, 20 Jul 2004 07:43:02 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6K7gxZ9019765; Tue, 20 Jul 2004 11:43:00 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6K7gx6u019760; Tue, 20 Jul 2004 11:42:59 +0400 (MSD) (envelope-from ache) Date: Tue, 20 Jul 2004 11:42:59 +0400 From: Andrey Chernov To: Tim Kientzle Message-ID: <20040720074259.GB19499@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Kientzle , Tim Kientzle , current@FreeBSD.ORG, ports@FreeBSD.ORG References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FC9FC2.8050400@kientzle.com> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.5; VDF 6.26.0.36 (host: pobrecita.freebsd.ru) cc: ports@FreeBSD.ORG cc: Tim Kientzle cc: current@FreeBSD.ORG Subject: Re: NEW TAR 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, 20 Jul 2004 07:43:02 -0000 On Mon, Jul 19, 2004 at 09:29:54PM -0700, Tim Kientzle wrote: > Andrey Chernov wrote: > >On Sat, Jul 17, 2004 at 10:37:28AM -0700, Tim Kientzle wrote: > > > >>* File format: bsdtar can read gtar files, including > >> long file names, long link names, and sparse files. > >> bsdtar can also read many other formats that gtar > >> does not support. > > > >Addition: > >bsdtar can't write sparse archives (Yet?). > > gtar has to be better at something! ;-) > > I have some ideas about sparse file handling, > but they're not gtar-compatible. (The gtar I think that goals are not in conflict. You can implement creating gtar-compatible sparse archives on -S --sparse option and your own effective solution on another unique option. -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 07:55:12 2004 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 5583416A4CE; Tue, 20 Jul 2004 07:55:12 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9DE43D2F; Tue, 20 Jul 2004 07:55:10 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i6K7t4QR064840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Jul 2004 08:55:05 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6K7t4hu064839; Tue, 20 Jul 2004 08:55:04 +0100 (BST) (envelope-from matthew) Date: Tue, 20 Jul 2004 08:55:04 +0100 From: Matthew Seaman To: Alex Dupre Message-ID: <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> References: <40F7D16F.5050503@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <40F7D16F.5050503@FreeBSD.org> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Tue, 20 Jul 2004 08:55:05 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: ports@freebsd.org Subject: Re: [HEADS UP] PHP mega-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: Tue, 20 Jul 2004 07:55:12 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 16, 2004 at 03:00:31PM +0200, Alex Dupre wrote: > On monday I've planned to commit the new PHP infrastructure. > Please review the following patches if you are interested: Which seems to be working very well so far. Good work. > In a few words, the old "big" php port has been splitted into "base" > PHP, PEAR, and shared extensions. Every extension has its own slave port > and can be installed/deinstalled in a finer way without recompiling PHP. > Moreover, we can remove all ugly php slave ports created to enable > extensions (like php4-horde and so on, that cause packaging issues), > since now a port can depend on a particular set of extensions. > To conclude, PEAR (devel/php[4-5]-pear) can be used either with CLI or > with CGI sapi. One nit: the devel/php4-pear and devel/php5-pear ports. These are apparently required in order to use any of the PEAR infrastructure (or, at least php4-pear is required on a PHP4 system, as I found when some code of my own suddenly stopped working). The problem seems to be missing 'WANT_PHP_PEAR' in most PEAR ports -- at the moment only these five include it: % find . -name Makefile\* -print0 | xargs -0 grep -l WANT_PHP_PEAR | se= d -e 's,^\./,,' -e 's,/Makefile.*,,' archivers/pear-Archive_Tar devel/pear-Console_Getopt devel/pear-XML_RPC devel/pear-OLE security/pear-Text_Password Shouldn't the devel/pear-PEAR port set WANT_PHP_PEAR in Makefile.common so that all PEAR ports register that dependency automatically? Either that, or WANT_PHP_PEAR should be set individually by each and every PEAR port. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/M/YiD657aJF7eIRAnRDAKChKKX8Uo7TjpkmtSpjKIpgL3f7zwCfYgso Jhq6V3mYcJ1I472ALb0p2EI= =1BUN -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 08:17:54 2004 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 694D516A4CE for ; Tue, 20 Jul 2004 08:17:54 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.249]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D17843D5E for ; Tue, 20 Jul 2004 08:17:54 +0000 (GMT) (envelope-from david.julien@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so5591041cwb for ; Tue, 20 Jul 2004 01:17:54 -0700 (PDT) Received: by 10.11.99.11 with SMTP id w11mr171597cwb; Tue, 20 Jul 2004 01:17:54 -0700 (PDT) Message-ID: Date: Tue, 20 Jul 2004 10:17:54 +0200 From: David Julien To: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Are files and directories mandatory in 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: Tue, 20 Jul 2004 08:17:54 -0000 Hi, I write a port for an ocaml package (my first one!) but I have a problem when I try to deinstall the port. Indeed I use an ocaml program which is named "ocamlfind" to install and deinstall the files at the right place in the ocaml library directory. But this program deletes automatically the directories and the files when the port is deinstall, and failed if the directories / files are already deleted. I have to run it to deinstall properly the package because, for this package, it updates some configuration files (which does not seem the case for other ocaml package ports). Do I have to list in the pkg-plist the files and directories or it is not mandatory ? If it is mandatory, what can I do ? Thanks. -- David From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 08:48:14 2004 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 2768316A527 for ; Tue, 20 Jul 2004 08:48:14 +0000 (GMT) Received: from ha-smtp1.tiscali.nl (smtp-b2c.tiscali.nl [195.241.80.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F99943D39 for ; Tue, 20 Jul 2004 08:48:13 +0000 (GMT) (envelope-from bart@showcase-it.nl) Received: from dld02 (195-241-119-88-mx.xdsl.tiscali.nl [195.241.119.88]) by ha-smtp1.tiscali.nl (Postfix) with ESMTP id 10C5D7D1DA2; Tue, 20 Jul 2004 10:48:12 +0200 (CEST) From: "Bart Bergman" To: Date: Tue, 20 Jul 2004 10:48:06 +0200 Organization: ShowCase MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcRuNkZJglO/x7BMQjGtcShgGmBbVw== Message-Id: <20040720084812.10C5D7D1DA2@ha-smtp1.tiscali.nl> cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_php4-4.3.8,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: Tue, 20 Jul 2004 08:48:14 -0000 Why is the PDFlib not available anymore? I use it for various applications and would like to know if I have to start looking for another solution. Kind regards, Bart Bergman From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 08:50:09 2004 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 F221416A4CE for ; Tue, 20 Jul 2004 08:50:09 +0000 (GMT) Received: from mainhost.tica.com.ua (tisa.kiev.farlep.net [213.130.24.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DED243D3F for ; Tue, 20 Jul 2004 08:50:08 +0000 (GMT) (envelope-from junkie@tica.com.ua) Received: from mainhost (mainhost [213.130.24.232]) by mainhost.tica.com.ua (8.12.9/8.12.9) with ESMTP id i6K8nMQA016800; Tue, 20 Jul 2004 11:49:23 +0300 (EEST) (envelope-from junkie@mainhost.tica.com.ua) From: Junkie To: ian@freislich.nom.za Date: Tue, 20 Jul 2004 11:49:22 +0300 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: <200407201149.22435.junkie@mainhost.tica.com.ua> cc: ports@FreeBSD.org Subject: FreeBSD Port: popd-2.2.2a_3 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, 20 Jul 2004 08:50:10 -0000 Where can i find the sources for popd 4.05 From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 08:55:00 2004 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 95DD416A4CE for ; Tue, 20 Jul 2004 08:55:00 +0000 (GMT) Received: from office.paramon.ru (ns4.paramon.ru [217.107.29.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id D177B43D45 for ; Tue, 20 Jul 2004 08:54:58 +0000 (GMT) (envelope-from ilia@paramon.ru) Received: from localhost.paramon.ru. (localhost.paramon.ru. [127.0.0.1]) by office.paramon.ru (8.12.11/8.12.11) with ESMTP id i6K8ssfG051361 for ; Tue, 20 Jul 2004 14:54:55 +0600 (YEKST) (envelope-from ilia@paramon.ru) Date: Tue, 20 Jul 2004 14:54:54 +0600 (YEKST) From: Ilia Chipitsine To: ports@freebsd.org Message-ID: <20040720145437.D51318@office.paramon.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: strange thing about php5 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, 20 Jul 2004 08:55:00 -0000 sol# make Unknown extension calendar. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. sol# From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 09:10:16 2004 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 2DF3416A4CE for ; Tue, 20 Jul 2004 09:10:16 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BD4E43D46 for ; Tue, 20 Jul 2004 09:10:15 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6K9ADLQ054061; Tue, 20 Jul 2004 11:10:13 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FCE175.8070006@FreeBSD.org> Date: Tue, 20 Jul 2004 11:10:13 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bart Bergman References: <20040720084812.10C5D7D1DA2@ha-smtp1.tiscali.nl> In-Reply-To: <20040720084812.10C5D7D1DA2@ha-smtp1.tiscali.nl> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mod_php4-4.3.8,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: Tue, 20 Jul 2004 09:10:16 -0000 Bart Bergman wrote: > Why is the PDFlib not available anymore? Why don't you read ports/UPDATING? :-) > I use it for various applications and would like to know if I have to start > looking for another solution. You may install print/pecl-pdflib or start looking pecl-panda. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 09:15:25 2004 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 2C71816A4CE for ; Tue, 20 Jul 2004 09:15:25 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFFA43D46 for ; Tue, 20 Jul 2004 09:15:24 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) by server.alexdupre.com (8.12.9p2/8.12.9) with ESMTP id i6K9FNLQ054092 for ; Tue, 20 Jul 2004 11:15:23 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FCE2AB.80806@FreeBSD.org> Date: Tue, 20 Jul 2004 11:15:23 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org References: <20040720145437.D51318@office.paramon.ru> In-Reply-To: <20040720145437.D51318@office.paramon.ru> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: strange thing about php5 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, 20 Jul 2004 09:15:25 -0000 Ilia Chipitsine wrote: > sol# make > Unknown extension calendar. > *** Error code 1 > > Stop in /usr/ports/lang/php5-extensions. > sol# Uh? Do you have misc/php5-calendar? It seems it's missing something. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 09:40:47 2004 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 1E6DB16A4CE; Tue, 20 Jul 2004 09:40:47 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D6E243D41; Tue, 20 Jul 2004 09:40:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6K9egLQ054181; Tue, 20 Jul 2004 11:40:43 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FCE89A.2050008@FreeBSD.org> Date: Tue, 20 Jul 2004 11:40:42 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <40F7D16F.5050503@FreeBSD.org> <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: Thierry Thomas Subject: Re: [HEADS UP] PHP mega-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: Tue, 20 Jul 2004 09:40:47 -0000 Matthew Seaman wrote: > Shouldn't the devel/pear-PEAR port set WANT_PHP_PEAR in > Makefile.common so that all PEAR ports register that dependency > automatically? Ideally yes, but currently Makefile.common is included after bsd.port.pre.mk, so we cannot define WANT_PHP_PEAR there. We can define WANT_PHP_PEAR in every PEAR port or study a better solution (this is why I've CC'ed thierry)...probably we can simplify Makefile.common a bit (since now we have php.conf, and pecl has been separated from pear) and include it before bsd.port.mk. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 09:44:14 2004 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 D5D6916A4CE for ; Tue, 20 Jul 2004 09:44:14 +0000 (GMT) Received: from hiram.io.com (hiram.io.com [199.170.88.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E1A43D1D for ; Tue, 20 Jul 2004 09:44:14 +0000 (GMT) (envelope-from eighner@io.com) Received: from io.com (aus-as2-150.io.com [199.170.89.150]) by hiram.io.com (8.11.2/8.11.2) with SMTP id i6K9iFu07647 for ; Tue, 20 Jul 2004 04:44:15 -0500 Date: Tue, 20 Jul 2004 04:40:11 -0500 (CDT) From: Lars Eighner To: freebsd-ports@FreeBSD.ORG Message-ID: <20040720042633.F15490@goodwill.io.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Mozilla 1.7 build hangs on atk 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, 20 Jul 2004 09:44:14 -0000 I am attempting to upgrade to Mozilla 1.7 from 1.6x. Whether I use portupgrade or not, it hangs on atk. The build cannot tell when atk is installed, so whether atk is installed or not, it attempts to make and install atk. I have tried this every which way I can think of, including: rebuilding the package database deinstalling atk before I start the mozilla build upgading atk before I start the mozilla build (which does nothing since the latest version is already installed (atk-1.4.1_2). Still it is the same. Mozilla 1.7 build thinks atk is not installed (whether it is or not) and attempts to install it, which stops when atk is built and discovers it is already installed or mozilla cannot find a shared library libatk-1.0.so.600. atk-1.4.1_2 only has libatk-1.0.so.400, yet this is the version of atk that the mozilla build thinks it wants. Suggestions? -- Lars Eighner eighner@io.com -finger for geek code- http://www.io.com/~eighner/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 10:05:09 2004 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 834A416A4CE; Tue, 20 Jul 2004 10:05:09 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF6BE43D2F; Tue, 20 Jul 2004 10:05:06 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i6KA52IF022141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Jul 2004 11:05:02 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6KA52FQ022140; Tue, 20 Jul 2004 11:05:02 +0100 (BST) (envelope-from matthew) Date: Tue, 20 Jul 2004 11:05:02 +0100 From: Matthew Seaman To: Alex Dupre Message-ID: <20040720100502.GB17436@happy-idiot-talk.infracaninophile.co.uk> References: <40F7D16F.5050503@FreeBSD.org> <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> <40FCE89A.2050008@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline In-Reply-To: <40FCE89A.2050008@FreeBSD.org> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Tue, 20 Jul 2004 11:05:02 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: ports@FreeBSD.org Subject: Re: [HEADS UP] PHP mega-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: Tue, 20 Jul 2004 10:05:09 -0000 --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Woops. Here's another problem. Squirrelmail seems to have lost the ability to connect to an IMAPS server over TLS: Warning: fsockopen(): no SSL support in this build in /usr/local/www/sq= uirrelmail/functions/imap_general.php on line 445 Warning: fsockopen(): unable to connect to imap.infracaninophile.co.uk:= 993 in /usr/local/www/squirrelmail/functions/imap_general.php on line 445 I've got php4-sockets, php4-openssl and php4-imap installed, and mail/cclient was installed WITH_SSL_AND_PLAINTEXT=3Dyes Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/O5OiD657aJF7eIRAsDyAKCdflmTgcik/NLZPMx5xjYbgwX5BgCdGIe+ mM81KKP/PApaoUNFmsyk44Q= =zEqc -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 10:26:53 2004 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 3725216A4CE for ; Tue, 20 Jul 2004 10:26:53 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543FF43D64 for ; Tue, 20 Jul 2004 10:26:47 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6KAQjLQ054322; Tue, 20 Jul 2004 12:26:45 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FCF365.4040706@FreeBSD.org> Date: Tue, 20 Jul 2004 12:26:45 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <40F7D16F.5050503@FreeBSD.org> <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> <40FCE89A.2050008@FreeBSD.org> <20040720100502.GB17436@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040720100502.GB17436@happy-idiot-talk.infracaninophile.co.uk> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: [HEADS UP] PHP mega-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: Tue, 20 Jul 2004 10:26:53 -0000 Matthew Seaman wrote: > Woops. Here's another problem. Squirrelmail seems to have lost the > ability to connect to an IMAPS server over TLS: > > Warning: fsockopen(): no SSL support in this build in /usr/local/www/squirrelmail/functions/imap_general.php on line 445 > > Warning: fsockopen(): unable to connect to imap.infracaninophile.co.uk:993 in /usr/local/www/squirrelmail/functions/imap_general.php on line 445 > > I've got php4-sockets, php4-openssl and php4-imap installed, and > mail/cclient was installed WITH_SSL_AND_PLAINTEXT=yes This is not a problem with the imap extension. That's correctly configured with SSL support, but imap_general.php doesn't use it, use the standard fsockopen() function. In PHP4, SSL support for fsockopen is enabled only if openssl extension is compiled in statically; with PHP5 you have not this problem. Unfortunately there isn't a obvious solution for this drawback. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 10:49:06 2004 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 5DA5516A4CE for ; Tue, 20 Jul 2004 10:49:06 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A81D43D1F for ; Tue, 20 Jul 2004 10:49:05 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6KAn4LQ054409; Tue, 20 Jul 2004 12:49:04 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FCF8A0.6080400@FreeBSD.org> Date: Tue, 20 Jul 2004 12:49:04 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <40F7D16F.5050503@FreeBSD.org> <20040720075504.GA53967@happy-idiot-talk.infracaninophile.co.uk> <40FCE89A.2050008@FreeBSD.org> <20040720100502.GB17436@happy-idiot-talk.infracaninophile.co.uk> <40FCF365.4040706@FreeBSD.org> In-Reply-To: <40FCF365.4040706@FreeBSD.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: [HEADS UP] PHP mega-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: Tue, 20 Jul 2004 10:49:06 -0000 Alex Dupre wrote: > Unfortunately there isn't a obvious solution > for this drawback. Probably the best solution is to move the openssl extension back into base php ports. It's the only extension that changes the PHP-base behaviour. I'll think about this opportunity. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 11:25:41 2004 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 9F66116A4CE for ; Tue, 20 Jul 2004 11:25:41 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56ADB43D55 for ; Tue, 20 Jul 2004 11:25:41 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-14.local ([172.16.0.14] helo=dhcp-11.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.40 (FreeBSD)) id 1Bmskc-00048t-HU; Tue, 20 Jul 2004 13:25:40 +0200 Date: Tue, 20 Jul 2004 13:26:37 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: David Julien From: Oliver Eikemeier In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org Subject: Re: Are files and directories mandatory in 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: Tue, 20 Jul 2004 11:25:41 -0000 David Julien wrote: > Hi, > > I write a port for an ocaml package (my first one!) but I have a > problem when I try to deinstall the port. Indeed I use an ocaml > program which is named "ocamlfind" to install and deinstall the files > at the right place in the ocaml library directory. But this program > deletes automatically the directories and the files when the port is > deinstall, and failed if the directories / files are already deleted. You have the problem of two conflicting package managers (ocamlfind and pkg_install tools). I guess installing from a package (via pkg_add) doesn't work too? > I have to run it to deinstall properly the package because, for this > package, it updates some configuration files (which does not seem the > case for other ocaml package ports). Is there a way to update the configuration files without having ocamlfind installing/deinstalling files? > Do I have to list in the pkg-plist the files and directories or it is > not mandatory ? If it is mandatory, what can I do ? It depends. While I would strongly prefer a solution where you list the files as `owned' by the package, but when there is no way to make this work you could just embed them as ignored files and call ocamlfind install/remove from pkg-install/pkg-deinstall. -Oliver From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 11:38:50 2004 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 95BEC16A4CE for ; Tue, 20 Jul 2004 11:38:50 +0000 (GMT) Received: from brane.freislich.nom.za (brane.freislich.nom.za [196.7.162.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D13F843D39 for ; Tue, 20 Jul 2004 11:38:46 +0000 (GMT) (envelope-from ianf@freislich.nom.za) Received: from localhost ([127.0.0.1]) by brane.freislich.nom.za with esmtp (Exim 3.36 #1) id 1Bmswr-000FS2-00; Tue, 20 Jul 2004 13:38:17 +0200 To: Junkie From: Ian Freislich In-reply-to: Your message of "Tue, 20 Jul 2004 11:49:22 +0300." <200407201149.22435.junkie@mainhost.tica.com.ua> X-Attribution: BOFH Date: Tue, 20 Jul 2004 13:38:17 +0200 Sender: ianf@freislich.nom.za Message-Id: cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: popd-2.2.2a_3 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, 20 Jul 2004 11:38:50 -0000 Junkie wrote: > Where can i find the sources for popd 4.05 Same place you can get Windows 2008 :) The port is the latest version of the source, except for un-released code in my CVS repo. Where do you get the version 4.05 from? Ian -- Ian Freislich From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 12:02:10 2004 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 785BD16A4D0 for ; Tue, 20 Jul 2004 12:02:10 +0000 (GMT) Received: from mail.dada.it (mail2.dada.it [195.110.100.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D73743D4C for ; Tue, 20 Jul 2004 12:02:09 +0000 (GMT) (envelope-from mad@madpilot.net) Received: (qmail 970 invoked from network); 20 Jul 2004 12:02:05 -0000 Received: from unknown (HELO madpilot.net) (195.110.114.197) by mail.dada.it with SMTP; 20 Jul 2004 12:02:05 -0000 Received: (qmail 82455 invoked from network); 20 Jul 2004 12:02:04 -0000 Received: from wedge.madpilot.net (192.168.13.11) by 0 with SMTP; 20 Jul 2004 12:02:04 -0000 Received: from wedge.madpilot.net (localhost.madpilot.net [127.0.0.1]) by wedge.madpilot.net (8.12.11/8.12.11) with ESMTP id i6KC244c003967; Tue, 20 Jul 2004 14:02:04 +0200 (CEST) (envelope-from mad@wedge.madpilot.net) Received: (from mad@localhost) by wedge.madpilot.net (8.12.11/8.12.11/Submit) id i6KC236U003966; Tue, 20 Jul 2004 14:02:03 +0200 (CEST) (envelope-from mad) Date: Tue, 20 Jul 2004 14:02:03 +0200 From: Guido Falsi To: Kent Stewart Message-ID: <20040720120203.GA3931@wedge.madpilot.net> References: <20040716184912.GA13209@wedge.madpilot.net> <20040718225829.GA732@wedge.madpilot.net> <200407181740.59754.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407181740.59754.kstewart@owt.com> X-Operating-System: FreeBSD 5.2-CURRENT X-PGP-Key: http://www.madpilot.net/~mad/PGP-public-key.asc User-Agent: Mutt/1.5.6i cc: Jiawei Ye cc: freebsd-ports@freebsd.org Subject: Re: portupgrade error 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, 20 Jul 2004 12:02:10 -0000 On Sun, Jul 18, 2004 at 05:40:59PM -0700, Kent Stewart wrote: > On Sunday 18 July 2004 03:58 pm, Guido Falsi wrote: > > On Sun, Jul 18, 2004 at 02:31:29AM +0800, Jiawei Ye wrote: > > > This might sound silly but do you have the latest ports tree? I > > > once ran into similar problem but getting the latest ports tree and > > > rebuild portupgrade solved the problem. > > > > Well...Sure, I tried recvsupping multiple times and also removing the > > whole ports tree and getting it fresh...But the problem > > remains...This is really getting me crazy! > > Did you try "pkgdb -fu" to rebuild the pkg database? multiple times...after cvsupping or removing some ports which could have coused problems. Only thing still to try is removing ALL ports and reinstalling them from scratch...But I'll have to wait to try that. I'm leaving in a frew days :) -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 12:10:21 2004 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 9F42B16A4CE for ; Tue, 20 Jul 2004 12:10:21 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.246]) by mx1.FreeBSD.org (Postfix) with SMTP id 8FB6E43D5A for ; Tue, 20 Jul 2004 12:10:21 +0000 (GMT) (envelope-from david.julien@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so5706644cwb for ; Tue, 20 Jul 2004 05:10:21 -0700 (PDT) Received: by 10.11.99.74 with SMTP id w74mr175668cwb; Tue, 20 Jul 2004 05:10:21 -0700 (PDT) Message-ID: Date: Tue, 20 Jul 2004 14:10:21 +0200 From: David Julien To: Oliver Eikemeier In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: ports@freebsd.org Subject: Re: Are files and directories mandatory in 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: Tue, 20 Jul 2004 12:10:21 -0000 On Tue, 20 Jul 2004 13:26:37 +0200, Oliver Eikemeier wrote: > David Julien wrote: > > > Hi, > > > > I write a port for an ocaml package (my first one!) but I have a > > problem when I try to deinstall the port. Indeed I use an ocaml > > program which is named "ocamlfind" to install and deinstall the files > > at the right place in the ocaml library directory. But this program > > deletes automatically the directories and the files when the port is > > deinstall, and failed if the directories / files are already deleted. > > You have the problem of two conflicting package managers (ocamlfind and > pkg_install tools). I guess installing from a package (via pkg_add) > doesn't work too? The problem occurs only during the deinstall process. > > I have to run it to deinstall properly the package because, for this > > package, it updates some configuration files (which does not seem the > > case for other ocaml package ports). > > Is there a way to update the configuration files without having > ocamlfind installing/deinstalling files? There is a file named ld.conf in the caml library directory which contains paths to directories where they are native libraries (*.so). A line is added in this file during the installation, but it is not removed at deinstall because ocamlfind failed to remove the files already removed by pkg-deinstall. I can write some lines in pkg-deinstall to remove this line "manually" after the deinstallation but it is not very clean (if ocamlfind maintains other informations somewhere else ... It is not the case but it may be in a future version). Thanks. -- David From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 14:05:56 2004 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 B89C616A4CE for ; Tue, 20 Jul 2004 14:05:56 +0000 (GMT) Received: from srv0015.pine.nl (srv0015.pine.nl [213.156.9.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5202943D46 for ; Tue, 20 Jul 2004 14:05:54 +0000 (GMT) (envelope-from patrick@pine.nl) Received: from localhost (localhost [127.0.0.1]) with ESMTP id 1970627CAC8 for ; Tue, 20 Jul 2004 16:05:53 +0200 (CEST) Received: from srv0015.pine.nl ([127.0.0.1]) by localhost (srv0015.pine.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 59188-01-6 for ; Tue, 20 Jul 2004 16:05:47 +0200 (CEST) Received: from [172.16.0.24] (office.pine.nl [213.156.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested)with ESMTP id 667DD27CAC5 for ; Tue, 20 Jul 2004 16:05:47 +0200 (CEST) Message-ID: <40FD26B8.8060603@pine.nl> Date: Tue, 20 Jul 2004 16:05:44 +0200 From: Patrick Oonk Organization: Pine Digital Security User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at pine.nl Subject: [HEADS UP] PHP mega-commit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: patrick.oonk@pine.nl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:05:56 -0000 I applaud the work on the php ports, but the timing could not have been worse, making such big changes to a port at a moment when everbody's rushing to install the new php version 4.3.8 due to security issues. My observations: I want to upgrade php, so I do a 'portupgrade php4-4.3.7_xx'. I end up with a PHP 4.3.8 with none but the default extensions. Then I try a 'portinstall /usr/ports/lang/php4-extensions'. # portinstall /usr/ports/lang/php4-extensions ** No such installed package nor such port called '/usr/ports/lang/php4-extensions' is found. Ok, another try. I go to: /usr/ports/lang/php4-extensions and do a make. Now I am able to choose the extensions, but nothing else happens. The options I chose are written to a config file. The only way to get the extensions back is to type 'make install' in /usr/ports/lang/php4-extensions, which installs the extensions, but messes up the pkg database, which I have to fix then using 'pkgdb -F'. I also tried doing a make in /usr/ports/lang/php4-extensions and then a 'portupgrade php4-4.3.7_xx', which also ended up in a PHP 4.3.8 with only the default options. So what I am doing wrong here? There's also a problem with the php4-ldap, which forces the openldap22 port on you. I am fine with the openldap21 port, the openldap22 port breaks things for me. I fixed this by changing USE_OPENLDAP= yes to USE_OPENLDAP21= yes in the Makefile.ext of the php4 port. But this should be a choice in the configuration menu (a la postfix) or environment variable setting. greets Patrick From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 14:15:22 2004 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 92F4B16A4CE for ; Tue, 20 Jul 2004 14:15:22 +0000 (GMT) Received: from srv0010.pine.nl (srv0010.pine.nl [213.156.9.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA2743D1F for ; Tue, 20 Jul 2004 14:15:22 +0000 (GMT) (envelope-from patrick@pine.nl) Received: from localhost (localhost [127.0.0.1]) with ESMTP id 44A96436665 for ; Tue, 20 Jul 2004 16:15:21 +0200 (CEST) Received: from srv0010.pine.nl ([127.0.0.1]) by localhost (srv0010.pine.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14638-01-6 for ; Tue, 20 Jul 2004 16:15:13 +0200 (CEST) Received: from [172.16.0.24] (office.pine.nl [213.156.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested)with ESMTP id 5996143671A for ; Tue, 20 Jul 2004 16:15:13 +0200 (CEST) Message-ID: <40FD28EF.4010901@pine.nl> Date: Tue, 20 Jul 2004 16:15:11 +0200 From: Patrick Oonk Organization: Pine Digital Security User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at pine.nl Subject: [HEADS UP] PHP mega-commit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: patrick.oonk@pine.nl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:15:22 -0000 In my previous post 'portupgrade php4-4.3.7_xx' should read 'portupgrade mod_php4-4.3.7_xx'. Sorry bout that. Patrick From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 14:29:14 2004 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 55FCD16A4CE for ; Tue, 20 Jul 2004 14:29:14 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D05743D1F for ; Tue, 20 Jul 2004 14:29:13 +0000 (GMT) (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 3F1AA167522; Tue, 20 Jul 2004 16:29:12 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i6KET3kw089453 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 20 Jul 2004 16:29:04 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: patrick.oonk@pine.nl Date: Tue, 20 Jul 2004 16:28:58 +0200 User-Agent: KMail/1.6.2 References: <40FD26B8.8060603@pine.nl> In-Reply-To: <40FD26B8.8060603@pine.nl> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_uwS/Af+slAGANGt"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407201629.02736.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: freebsd-ports@freebsd.org Subject: Re: [HEADS UP] PHP mega-commit 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: Tue, 20 Jul 2004 14:29:14 -0000 --Boundary-02=_uwS/Af+slAGANGt Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 20 July 2004 16:05, Patrick Oonk wrote: > Then I try a 'portinstall /usr/ports/lang/php4-extensions'. > > # portinstall /usr/ports/lang/php4-extensions > ** No such installed package nor such port called > '/usr/ports/lang/php4-extensions' is found. You need to rebuild your INDEX first. > Ok, another try. I go to: /usr/ports/lang/php4-extensions and do a make. > Now I am able to choose the extensions, but nothing else happens. The > options I chose are written to a config file. > The only way to get the extensions back is to type 'make install' in > /usr/ports/lang/php4-extensions, which installs the extensions, The canonical way to install a port is make && make install, nothing wrong= =20 about that (make clean before and after is good practice, too). > There's also a problem with the php4-ldap, which forces the openldap22 > port on you. I am fine with the openldap21 port, the openldap22 port > breaks things for me. openldap22 has been recently made the default openldap port ports-wide, two= =20 HEADS UP messages were sent to this mailing lists beforehand. There's also = an=20 entry in UPDATING. > I fixed this by changing USE_OPENLDAP=3D yes to=20 > USE_OPENLDAP21=3D yes in the Makefile.ext of the php4 port. See UPDATING for the correct way to keep openldap 2.1 as the ports default. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_uwS/Af+slAGANGt Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA/SwuXhc68WspdLARAmNdAJwMdJhs28ociae91jwlhsN82DvhAwCgn+Di qnk3TfqU+1U0GqfhfBuLrcE= =R2/r -----END PGP SIGNATURE----- --Boundary-02=_uwS/Af+slAGANGt-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 14:34:30 2004 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 9543416A4CF for ; Tue, 20 Jul 2004 14:34:30 +0000 (GMT) Received: from srv0010.pine.nl (srv0010.pine.nl [213.156.9.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398EE43D62 for ; Tue, 20 Jul 2004 14:34:30 +0000 (GMT) (envelope-from patrick@pine.nl) Received: from localhost (localhost [127.0.0.1]) with ESMTP id 68E04436E57 for ; Tue, 20 Jul 2004 16:34:29 +0200 (CEST) Received: from srv0010.pine.nl ([127.0.0.1]) by localhost (srv0010.pine.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14238-01-2 for ; Tue, 20 Jul 2004 16:34:27 +0200 (CEST) Received: from [172.16.0.24] (office.pine.nl [213.156.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested)with ESMTP id 17F1B436E17 for ; Tue, 20 Jul 2004 16:34:27 +0200 (CEST) Message-ID: <40FD2D70.3060001@pine.nl> Date: Tue, 20 Jul 2004 16:34:24 +0200 From: Patrick Oonk Organization: Pine Digital Security User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <40FD26B8.8060603@pine.nl> <200407201629.02736.michaelnottebrock@gmx.net> In-Reply-To: <200407201629.02736.michaelnottebrock@gmx.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at pine.nl Subject: Re: [HEADS UP] PHP mega-commit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: patrick.oonk@pine.nl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 14:34:30 -0000 Michael Nottebrock wrote: > On Tuesday 20 July 2004 16:05, Patrick Oonk wrote: > > >>Then I try a 'portinstall /usr/ports/lang/php4-extensions'. >> >># portinstall /usr/ports/lang/php4-extensions >>** No such installed package nor such port called >>'/usr/ports/lang/php4-extensions' is found. > > > You need to rebuild your INDEX first. > Ok, but why? It's the first time in 10 years I have to do this on a box :) greets Patrick From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 14:54:47 2004 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 EAAEA16A4CE for ; Tue, 20 Jul 2004 14:54:47 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE1543D4C for ; Tue, 20 Jul 2004 14:54:47 +0000 (GMT) (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 5B918167591; Tue, 20 Jul 2004 16:54:46 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i6KEsbkw089848 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 20 Jul 2004 16:54:38 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: patrick.oonk@pine.nl Date: Tue, 20 Jul 2004 16:54:33 +0200 User-Agent: KMail/1.6.2 References: <40FD26B8.8060603@pine.nl> <200407201629.02736.michaelnottebrock@gmx.net> <40FD2D70.3060001@pine.nl> In-Reply-To: <40FD2D70.3060001@pine.nl> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_tIT/AsgY3T3uyF1"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407201654.37483.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: freebsd-ports@freebsd.org Subject: Re: [HEADS UP] PHP mega-commit 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: Tue, 20 Jul 2004 14:54:48 -0000 --Boundary-02=_tIT/AsgY3T3uyF1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 20 July 2004 16:34, Patrick Oonk wrote: > Michael Nottebrock wrote: > > On Tuesday 20 July 2004 16:05, Patrick Oonk wrote: > >>Then I try a 'portinstall /usr/ports/lang/php4-extensions'. > >> > >># portinstall /usr/ports/lang/php4-extensions > >>** No such installed package nor such port called > >>'/usr/ports/lang/php4-extensions' is found. > > > > You need to rebuild your INDEX first. > > Ok, but why? It's the first time in 10 years I have to do this > on a box :) The INDEX distributed by cvsup has always lagged behind ports up to a week = or=20 two - if that never bit in conjunction with portinstall, you have been=20 lucky :). Since recently, it is not being automatically updated via cvsup anymore at = all=20 (starting in May, IIRC). You can either build it with make index/portsdb -U= =20 (directly after cvsup is a good time to do it), or fetch a pre-built INDEX= =20 (which might lag behind the actual ports-tree as it used to before though)= =20 with make fetchindex. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_tIT/AsgY3T3uyF1 Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA/TItXhc68WspdLARAkW+AJ4qU3EZ5/2Y56KWgt2W40syOORi2gCggz+d 0F0+LrkLI8CSCapmaT1KNUQ= =c7Xn -----END PGP SIGNATURE----- --Boundary-02=_tIT/AsgY3T3uyF1-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 15:07:03 2004 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 666E916A4CE for ; Tue, 20 Jul 2004 15:07:03 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F20343D49 for ; Tue, 20 Jul 2004 15:07:03 +0000 (GMT) (envelope-from rbgarga@gmail.com) Received: by mproxy.gmail.com with SMTP id 72so393724rnf for ; Tue, 20 Jul 2004 08:07:02 -0700 (PDT) Received: by 10.38.171.32 with SMTP id t32mr87735rne; Tue, 20 Jul 2004 08:07:02 -0700 (PDT) Message-ID: <747dc8f30407200807c856c5e@mail.gmail.com> Date: Tue, 20 Jul 2004 12:07:02 -0300 From: Renato Botelho To: freebsd-ports@freebsd.org In-Reply-To: <200407201654.37483.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <40FD26B8.8060603@pine.nl><40FD2D70.3060001@pine.nl> <200407201654.37483.michaelnottebrock@gmx.net> Subject: Re: [HEADS UP] PHP mega-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: Tue, 20 Jul 2004 15:07:03 -0000 On Tue, 20 Jul 2004 16:54:33 +0200, Michael Nottebrock wrote: > On Tuesday 20 July 2004 16:34, Patrick Oonk wrote: > > Michael Nottebrock wrote: > > > On Tuesday 20 July 2004 16:05, Patrick Oonk wrote: > > >>Then I try a 'portinstall /usr/ports/lang/php4-extensions'. > > >> > > >># portinstall /usr/ports/lang/php4-extensions > > >>** No such installed package nor such port called > > >>'/usr/ports/lang/php4-extensions' is found. > > > > > > You need to rebuild your INDEX first. > > > > Ok, but why? It's the first time in 10 years I have to do this > > on a box :) >=20 > The INDEX distributed by cvsup has always lagged behind ports up to a wee= k or > two - if that never bit in conjunction with portinstall, you have been > lucky :). >=20 > Since recently, it is not being automatically updated via cvsup anymore a= t all > (starting in May, IIRC). You can either build it with make index/portsdb = -U > (directly after cvsup is a good time to do it), or fetch a pre-built INDE= X > (which might lag behind the actual ports-tree as it used to before though= ) > with make fetchindex. I=B4m using portindex (/usr/ports/sysutils/portindex), and I=B4m very happy= with it. It makes inclremental changes on INDEX, I runa cvsup on crontab, and after run portindex, this run very fast and mantain my INDEX always updated. Regargs, --=20 Renato Botelho From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 16:18:50 2004 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 D9E7016A4CE for ; Tue, 20 Jul 2004 16:18:50 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21CEE43D66 for ; Tue, 20 Jul 2004 16:18:49 +0000 (GMT) (envelope-from ath@niksun.com) Received: from stiegl.mj.niksun.com (stiegl.mj.niksun.com [10.70.0.231]) i6KGIERl004811; Tue, 20 Jul 2004 12:18:14 -0400 (EDT) (envelope-from ath@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. Received: from stiegl.mj.niksun.com (localhost.niksun.com [127.0.0.1]) by stiegl.mj.niksun.com (Postfix) with SMTP id 0DF2416501; Tue, 20 Jul 2004 12:18:14 -0400 (EDT) Date: Tue, 20 Jul 2004 12:18:13 -0400 From: Andrew Heybey To: freebsd-ports@freebsd.org, mac@dmedia.ws Message-Id: <20040720121813.4362a24a@stiegl.mj.niksun.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Tue__20_Jul_2004_12_18_13_-0400_Z/NRld6V6hLT/Kc7" Subject: Re: xemacs port on 5.2-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: Tue, 20 Jul 2004 16:18:51 -0000 This is a multi-part message in MIME format. --Multipart=_Tue__20_Jul_2004_12_18_13_-0400_Z/NRld6V6hLT/Kc7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > If there's a better place to send this, I'd be happy to do that. I've > spent hours searching on Google and mailing lists for any related > information, but have been unable to find any. > > For the last several months (probably about 6-8) I've had problems > with xemacs on 5.2-CURRENT that don't occur on my 4-STABLE boxes that > are similarly configured. Every time xemacs starts up, it appears to > be fine, but as soon as you try to do anything (like C-x C-f for > example), it opens up a warning buffer and spews warnings like this at > an alarming rate: > > (254) (memory/critical) Warning: past acceptable memory limits > Killing some buffers may delay running out of memory. > However, certainly by the time you receive the 95% warning, > you should clean up, kill this Emacs, and start a new one. > > It continues to do that, even though everything continues to appear to > operate normally. After a while (10 minutes to a few hours usually) it > crashes completely, leaving a backtrace that doesn't have anything > obviously helpful (to me). > > I've checked my memory usage with top, etc., and everything appears to > be just fine, with ~80MB free or more, and swap space untouched. > > Has anyone else experienced similar problems? Do you know of any > further steps I could take to try and resolve the issue?> It is not just in -CURRENT. I just had the same problem after doing a portupgrade of xemacs on my 4.9-RELEASE system. Put the attached patch file in the editors/xemacs/files directory. The bug is that src/mem-limits.h is patched by the port to declare the variable "lim_data" as type rlim_t (which is a 64-bit number) but emacs.c still defines it as an int. I am going to submit a PR. andrew --Multipart=_Tue__20_Jul_2004_12_18_13_-0400_Z/NRld6V6hLT/Kc7 Content-Type: text/plain; name="patch-emacs.c" Content-Disposition: attachment; filename="patch-emacs.c" Content-Transfer-Encoding: 7bit --- src/emacs.c.orig Wed Jan 15 07:18:00 2003 +++ src/emacs.c Tue Jul 20 12:02:41 2004 @@ -344,7 +344,7 @@ #endif /* Number of bytes of writable memory we can expect to be able to get */ -unsigned int lim_data; +rlim_t lim_data; /* WARNING! --Multipart=_Tue__20_Jul_2004_12_18_13_-0400_Z/NRld6V6hLT/Kc7-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 16:27:24 2004 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 9276916A4CE for ; Tue, 20 Jul 2004 16:27:24 +0000 (GMT) Received: from mail.tiscali.cz (stateless2.tiscali.cz [213.235.135.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30FDB43D60 for ; Tue, 20 Jul 2004 16:27:24 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from sanatana.dharma (212.90.236.210) by mail.tiscali.cz (6.7.021) id 40E84FD10067B0E2 for freebsd-ports@freebsd.org; Tue, 20 Jul 2004 18:27:22 +0200 Received: from hsn@localhost by sanatana.dharma (Exim 4.34_0 FreeBSD) id 1BmrDa-000Jse-PE for ; Tue, 20 Jul 2004 11:47:26 +0200 Date: Tue, 20 Jul 2004 11:47:26 +0200 From: Radim Kolar To: freebsd-ports@freebsd.org Message-ID: <20040720094726.GA30095@sanatana.dharma> Mail-Followup-To: freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Subject: Re: sysutils/portindex weirdness 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, 20 Jul 2004 16:27:24 -0000 > the list goes on.... try v17. Last known issue with portindex is that it breaks when ports tree has circle depends (like today). I must add special check for this. From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 17:12:08 2004 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 684E516A4CE for ; Tue, 20 Jul 2004 17:12:08 +0000 (GMT) Received: from web40812.mail.yahoo.com (web40812.mail.yahoo.com [66.218.78.189]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A84D43D2D for ; Tue, 20 Jul 2004 17:12:08 +0000 (GMT) (envelope-from gustavofukao@yahoo.com) Message-ID: <20040720171206.61560.qmail@web40812.mail.yahoo.com> Received: from [200.204.53.40] by web40812.mail.yahoo.com via HTTP; Tue, 20 Jul 2004 10:12:06 PDT Date: Tue, 20 Jul 2004 10:12:06 -0700 (PDT) From: Gustavo Fukao To: freebsd-ports@freebsd.org In-Reply-To: <20040720120106.5A48416A4CE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Problems with mntent 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, 20 Jul 2004 17:12:08 -0000 I'm trying make a port of the endeavour mark II,and its needs a mntent support I have used /usr/ports/sysutils/linneighborhood ones, made the needed changes ... the build was complete, but can't run... starts frozen. Some sugestions??? ===== Gustavo Fukao FreeBSD user 51175 http://www.freebsd-br.cjb.net __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 17:22:17 2004 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 8002716A4CE for ; Tue, 20 Jul 2004 17:22:17 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 235C143D48 for ; Tue, 20 Jul 2004 17:22:17 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id d78so711549rnf for ; Tue, 20 Jul 2004 10:22:16 -0700 (PDT) Received: by 10.38.9.61 with SMTP id 61mr399893rni; Tue, 20 Jul 2004 10:22:16 -0700 (PDT) Message-ID: Date: Wed, 21 Jul 2004 01:22:16 +0800 From: Jiawei Ye To: Radim Kolar In-Reply-To: <20040720094726.GA30095@sanatana.dharma> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040720094726.GA30095@sanatana.dharma> cc: freebsd-ports@freebsd.org Subject: Re: sysutils/portindex weirdness 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, 20 Jul 2004 17:22:17 -0000 On Tue, 20 Jul 2004 11:47:26 +0200, Radim Kolar wrote: > > the list goes on.... > try v17. Last known issue with portindex is that it breaks when ports tree has > circle depends (like today). I must add special check for this. With the latest version, it works like a charm. Thank you. Jiawei Ye From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 17:28:50 2004 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 7D16B16A4CE for ; Tue, 20 Jul 2004 17:28:50 +0000 (GMT) Received: from mail.tiscali.cz (stateless2.tiscali.cz [213.235.135.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094DD43D64 for ; Tue, 20 Jul 2004 17:28:50 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from sanatana.dharma (212.11.115.223) by mail.tiscali.cz (6.7.021) id 40E84FD100680BB2 for ports@freebsd.org; Tue, 20 Jul 2004 19:28:49 +0200 Received: from hsn@localhost by sanatana.dharma (Exim 4.34_0 FreeBSD) id 1BmxwR-000Equ-Ah for ; Tue, 20 Jul 2004 18:58:11 +0200 Date: Tue, 20 Jul 2004 18:58:11 +0200 From: Radim Kolar To: ports@freebsd.org Message-ID: <20040720165811.GA45211@sanatana.dharma> Mail-Followup-To: ports@freebsd.org References: <200407201149.22435.junkie@mainhost.tica.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407201149.22435.junkie@mainhost.tica.com.ua> User-Agent: Mutt/1.5.6i Subject: Re: FreeBSD Port: popd-2.2.2a_3 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, 20 Jul 2004 17:28:50 -0000 > Where can i find the sources for popd 4.05 /usr/ports/mail/qpopper From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 17:40:19 2004 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 AFBFB16A4CE for ; Tue, 20 Jul 2004 17:40:19 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9B343D41 for ; Tue, 20 Jul 2004 17:40:19 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 2F838DA876; Tue, 20 Jul 2004 10:40:19 -0700 (PDT) Date: Tue, 20 Jul 2004 13:40:19 -0400 From: Adam Weinberger To: Oliver Eikemeier Message-ID: <20040720174019.GU14084@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Oliver Eikemeier , David Julien , 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 cc: David Julien Subject: Re: Are files and directories mandatory in 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: Tue, 20 Jul 2004 17:40:19 -0000 >> (07.20.2004 @ 0726 PST): Oliver Eikemeier said, in 1.5K: << > David Julien wrote: > > >Hi, > > > >I write a port for an ocaml package (my first one!) but I have a > >problem when I try to deinstall the port. Indeed I use an ocaml > >program which is named "ocamlfind" to install and deinstall the files > >at the right place in the ocaml library directory. But this program > >deletes automatically the directories and the files when the port is > >deinstall, and failed if the directories / files are already deleted. > > You have the problem of two conflicting package managers (ocamlfind and > pkg_install tools). I guess installing from a package (via pkg_add) > doesn't work too? > > >I have to run it to deinstall properly the package because, for this > >package, it updates some configuration files (which does not seem the > >case for other ocaml package ports). > > Is there a way to update the configuration files without having > ocamlfind installing/deinstalling files? > > >Do I have to list in the pkg-plist the files and directories or it is > >not mandatory ? If it is mandatory, what can I do ? > > It depends. While I would strongly prefer a solution where you list the > files as `owned' by the package, but when there is no way to make this > work you could just embed them as ignored files and call ocamlfind > install/remove from pkg-install/pkg-deinstall. >> end of "Re: Are files and directories mandatory in pkg-plist ?" from Oliver Eikemeier << Wouldn't that prevent package creation? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 18:00:59 2004 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 CA29816A4CE; Tue, 20 Jul 2004 18:00:59 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B6EB43D41; Tue, 20 Jul 2004 18:00:59 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-14.local ([172.16.0.14] helo=dhcp-11.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.40 (FreeBSD)) id 1Bmyv9-000Jon-Or; Tue, 20 Jul 2004 20:00:58 +0200 Date: Tue, 20 Jul 2004 20:01:54 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Adam Weinberger From: Oliver Eikemeier In-Reply-To: <20040720174019.GU14084@toxic.magnesium.net> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org cc: David Julien Subject: Re: Are files and directories mandatory in 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: Tue, 20 Jul 2004 18:00:59 -0000 Adam Weinberger wrote: >>> (07.20.2004 @ 0726 PST): Oliver Eikemeier said, in 1.5K: << >> [...] >> It depends. While I would strongly prefer a solution where you list the >> files as `owned' by the package, but when there is no way to make this >> work you could just embed them as ignored files and call ocamlfind >> install/remove from pkg-install/pkg-deinstall. > > Wouldn't that prevent package creation? Uhm, no, that is what @ignore_inst is designed for. But I would not advise to play with it: AFAIK no port uses this feature, so I'm not sure if it is supported. I have to admit that I did not try whether it even works, but by looking at the code it should. Anyway, teaching ocamlfind to leave the installed files alone seems like the preferred solution to me... -Oliver From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 18:20:23 2004 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 BEE8816A4CE for ; Tue, 20 Jul 2004 18:20:23 +0000 (GMT) Received: from ddardaar.mine.nu (bxf113.neoplus.adsl.tpnet.pl [83.29.255.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C16A43D67 for ; Tue, 20 Jul 2004 18:20:23 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 2757CA585; Tue, 20 Jul 2004 20:20:28 +0200 (CEST) Date: Tue, 20 Jul 2004 20:20:28 +0200 From: Radek Kozlowski To: patrick.oonk@pine.nl Message-ID: <20040720182027.GA75904@werd> References: <40FD28EF.4010901@pine.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <40FD28EF.4010901@pine.nl> User-Agent: Mutt/1.5.6i cc: freebsd-ports@freebsd.org Subject: Re: [HEADS UP] PHP mega-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: Tue, 20 Jul 2004 18:20:23 -0000 On Tue, Jul 20, 2004 at 04:15:11PM +0200, Patrick Oonk wrote: > In my previous post 'portupgrade php4-4.3.7_xx' should read 'portupgrade > mod_php4-4.3.7_xx'. > > Sorry bout that. So why didn't you reply in the appropriate thread? And why are you announcing your mails with a 'HEADS UP'? -Radek From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 18:23:52 2004 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 3EDA216A4CE for ; Tue, 20 Jul 2004 18:23:52 +0000 (GMT) Received: from bas.flux.utah.edu (bas.flux.utah.edu [155.98.60.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4D843D62 for ; Tue, 20 Jul 2004 18:23:49 +0000 (GMT) (envelope-from mac@dmedia.ws) Received: from localhost (localhost [127.0.0.1]) by bas.flux.utah.edu (8.12.9/8.12.5) with ESMTP id i6KINmwN084315; Tue, 20 Jul 2004 12:23:48 -0600 (MDT) (envelope-from mac@dmedia.ws) Date: Tue, 20 Jul 2004 12:23:48 -0600 (MDT) From: Mac Newbold X-X-Sender: newbold@bas.flux.utah.edu To: Andrew Heybey In-Reply-To: <20040720121813.4362a24a@stiegl.mj.niksun.com> Message-ID: <20040720105934.N78807@bas.flux.utah.edu> References: <20040720121813.4362a24a@stiegl.mj.niksun.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: mac@dmedia.ws cc: freebsd-ports@freebsd.org Subject: Re: xemacs port on 5.2-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: Tue, 20 Jul 2004 18:23:52 -0000 Today at 12:18pm, Andrew Heybey said: >It is not just in -CURRENT. I just had the same problem after doing a >portupgrade of xemacs on my 4.9-RELEASE system. I've got two 4.10-STABLE systems that don't have this problem at all, even though I've portupgraded them similarly to the 5.2-CURRENT box. >Put the attached patch file in the editors/xemacs/files directory. >The bug is that src/mem-limits.h is patched by the port to declare >the variable "lim_data" as type rlim_t (which is a 64-bit number) but >emacs.c still defines it as an int. I am going to submit a PR. Thanks a ton! I applied the one-line patch and it works great now. Thanks, Mac -- Mac Newbold Digital Media Consulting, LLC mac@dmedia.ws http://www.dmedia.ws/ From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 18:55:53 2004 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 4578E16A4CE for ; Tue, 20 Jul 2004 18:55:53 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B1943D3F for ; Tue, 20 Jul 2004 18:55:52 +0000 (GMT) (envelope-from ath@niksun.com) Received: from stiegl.mj.niksun.com (stiegl.mj.niksun.com [10.70.0.231]) i6KIslRl009845; Tue, 20 Jul 2004 14:54:49 -0400 (EDT) (envelope-from ath@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. Received: from stiegl.mj.niksun.com (localhost.niksun.com [127.0.0.1]) by stiegl.mj.niksun.com (Postfix) with SMTP id 3115916501; Tue, 20 Jul 2004 14:54:47 -0400 (EDT) Date: Tue, 20 Jul 2004 14:54:47 -0400 From: Andrew Heybey To: Mac Newbold Message-Id: <20040720145447.7cd654ad@stiegl.mj.niksun.com> In-Reply-To: <20040720105934.N78807@bas.flux.utah.edu> References: <20040720121813.4362a24a@stiegl.mj.niksun.com> <20040720105934.N78807@bas.flux.utah.edu> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: xemacs port on 5.2-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: Tue, 20 Jul 2004 18:55:53 -0000 On Tue, 20 Jul 2004 12:23:48 -0600 (MDT) Mac Newbold wrote: > Today at 12:18pm, Andrew Heybey said: > > >It is not just in -CURRENT. I just had the same problem after doing > >a portupgrade of xemacs on my 4.9-RELEASE system. > > I've got two 4.10-STABLE systems that don't have this problem at all, > even though I've portupgraded them similarly to the 5.2-CURRENT box. Beats me. All I know is that it does not work on my 4.9 box... I suppose it could depend somewhat on luck: maybe when you link xemacs on a 4.10 box (or at least on *your* 4.10 boxes) the variables get laid out differently in memory so you don't have a problem? > >Put the attached patch file in the editors/xemacs/files directory. > >The bug is that src/mem-limits.h is patched by the port to declare > >the variable "lim_data" as type rlim_t (which is a 64-bit number) but > >emacs.c still defines it as an int. I am going to submit a PR. > > Thanks a ton! I applied the one-line patch and it works great now. Glad it works for you! andrew From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 19:39:23 2004 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 3208216A4CE for ; Tue, 20 Jul 2004 19:39:23 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB8543D45 for ; Tue, 20 Jul 2004 19:39:22 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i6KJcIH5015060; Tue, 20 Jul 2004 12:38:19 -0700 From: Kent Stewart To: freebsd-ports@freebsd.org Date: Tue, 20 Jul 2004 12:39:19 -0700 User-Agent: KMail/1.6.2 References: <20040720094726.GA30095@sanatana.dharma> In-Reply-To: <20040720094726.GA30095@sanatana.dharma> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407201239.19415.kstewart@owt.com> cc: Radim Kolar Subject: Re: sysutils/portindex weirdness 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, 20 Jul 2004 19:39:23 -0000 On Tuesday 20 July 2004 02:47 am, Radim Kolar wrote: > > the list goes on.... > > try v17. Last known issue with portindex is that it breaks when ports > tree has circle depends (like today). I must add special check for > this. I just converted my port cvsup cron job to using portindex. I timed the index generation in a number of situations and a typical update seems to require on the order of 40 seconds. Make index was always taking 8-10 minutes or more. It also had a problem with circular behavior. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 21:17:00 2004 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 BA51116A4CE for ; Tue, 20 Jul 2004 21:17:00 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5664043D68 for ; Tue, 20 Jul 2004 21:17:00 +0000 (GMT) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id F1C9D5C88F; Tue, 20 Jul 2004 14:16:59 -0700 (PDT) Date: Tue, 20 Jul 2004 14:16:59 -0700 From: bill fumerola To: Kris Kennaway Message-ID: <20040720211659.GY92696@elvis.mu.org> References: <40FCC4E4.90504@gmx.de> <20040720071728.GA81303@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/Uq4LBwYP4y1W6pO" Content-Disposition: inline In-Reply-To: <20040720071728.GA81303@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-MUORG-20040525 i386 X-PGP-Key: 1024D/7F868268 X-PGP-Fingerprint: 5B2D 908E 4C2B F253 DAEB FC01 8436 B70B 7F86 8268 cc: ports@FreeBSD.org cc: Joerg Eggink Subject: Re: FreeBSD Port: ethereal-0.10.3 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, 20 Jul 2004 21:17:00 -0000 --/Uq4LBwYP4y1W6pO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 20, 2004 at 12:17:28AM -0700, Kris Kennaway wrote: > I asked billf last week about this, but it looks like it still has not > been updated. If some other committer can step in to help, the > various PRs assigned about this problem are well and truly in the > "Maintainer timeout" category by now. i've tested gtk1 but haven't tested gtk2 (which is now preferred w/ ethereal authors). gtk2 pre-reqs (pango, which links to libX11 which references getpwuid_r) fails in the link stage due to pthread problems. i'm updating my machine to be a more recent -stable so i can test gtk2. patch attached; anyone who can successfully build/run this with gtk2 can feel free to commit it. -- - bill fumerola / fumerola@yahoo-inc.com / billf@FreeBSD.org --/Uq4LBwYP4y1W6pO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ethereal.patch" ? ethereal-0.10.5.tgz ? ethereal.patch ? work Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/ethereal/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- Makefile 30 Mar 2004 19:53:07 -0000 1.73 +++ Makefile 20 Jul 2004 21:10:23 -0000 @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.10.3 +PORTVERSION= 0.10.5 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/all-versions/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/all-versions/ \ @@ -17,6 +17,7 @@ MAINTAINER= billf@FreeBSD.org COMMENT?= A powerful network analyzer/capture tool +USE_PERL5_BUILD=yes USE_BZIP2= yes WANT_GNOME= yes GNU_CONFIGURE= yes @@ -41,11 +42,11 @@ .if !defined(WITHOUT_X11) MAN1+= ethereal.1 PLIST_SUB+= ETHEREAL=bin/ethereal -.if defined(WITH_GTK2) || (${HAVE_GNOME:Mgtk20}!="") -USE_GNOME= gtk20 -CONFIGURE_ARGS+= --enable-gtk2=yes +.if defined(WITHOUT_GTK2) +USE_GNOME= gtk12 glib12 +CONFIGURE_ARGS+= --disable-gtk2 .else -USE_GNOME= gtk12 +USE_GNOME= gtk20 glib20 .endif .else PLIST_SUB+= ETHEREAL="@comment ethereal not built" @@ -53,11 +54,11 @@ CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest \ --with-gtk-prefix=/nonexistant \ - --enable-gtk2=no + --disable-gtk2 .endif USE_LIBTOOL_VER=13 -LIBTOOLFILES= configure epan/configure wiretap/configure doc/configure \ +LIBTOOLFILES= configure wiretap/configure doc/configure \ plugins/gryphon/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/ethereal/distinfo,v retrieving revision 1.43 diff -u -r1.43 distinfo --- distinfo 30 Mar 2004 19:53:07 -0000 1.43 +++ distinfo 20 Jul 2004 21:10:23 -0000 @@ -1,2 +1,2 @@ -MD5 (ethereal-0.10.3.tar.bz2) = 6902272eb5304f57db76bf91abe453d1 -SIZE (ethereal-0.10.3.tar.bz2) = 4840005 +MD5 (ethereal-0.10.5.tar.bz2) = 26d5672935ac8bd0793fcd2ad0b4833f +SIZE (ethereal-0.10.5.tar.bz2) = 4984584 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net/ethereal/pkg-plist,v retrieving revision 1.19 diff -u -r1.19 pkg-plist --- pkg-plist 30 Mar 2004 19:53:07 -0000 1.19 +++ pkg-plist 20 Jul 2004 21:10:23 -0000 @@ -48,11 +48,15 @@ lib/libwiretap.la lib/libwiretap.so lib/libwiretap.so.0 +share/ethereal/AUTHORS-SHORT share/ethereal/diameter/dictionary.dtd share/ethereal/diameter/dictionary.xml share/ethereal/diameter/mobileipv4.xml share/ethereal/diameter/nasreq.xml share/ethereal/diameter/sunping.xml +share/ethereal/editcap.html +share/ethereal/ethereal-filter.html +share/ethereal/ethereal.html share/ethereal/help/capture_filters.txt share/ethereal/help/capturing.txt share/ethereal/help/display_filters.txt @@ -61,7 +65,11 @@ share/ethereal/help/overview.txt share/ethereal/help/toc share/ethereal/help/well_known.txt +share/ethereal/idl2eth.html share/ethereal/manuf +share/ethereal/mergecap.html +share/ethereal/tethereal.html +share/ethereal/text2pcap.html @dirrm lib/ethereal/plugins/%%PORTVERSION%% @dirrm lib/ethereal/plugins @dirrm lib/ethereal --/Uq4LBwYP4y1W6pO-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 21:24:05 2004 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 6A80916A4CE for ; Tue, 20 Jul 2004 21:24:05 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id F02A143D5C for ; Tue, 20 Jul 2004 21:24:02 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 20804 invoked by uid 89); 20 Jul 2004 21:18:14 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 20 Jul 2004 21:18:14 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 50D0019C; Wed, 21 Jul 2004 00:20:39 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45563-08; Wed, 21 Jul 2004 00:20:38 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id A645326; Wed, 21 Jul 2004 00:20:38 +0300 (EEST) Date: Wed, 21 Jul 2004 00:20:38 +0300 From: Ion-Mihai Tetcu To: Radim Kolar Message-Id: <20040721002038.78861963@it.buh.tecnik93.com> In-Reply-To: <20040720094726.GA30095@sanatana.dharma> References: <20040720094726.GA30095@sanatana.dharma> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: freebsd-ports@freebsd.org Subject: Re: sysutils/portindex weirdness 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, 20 Jul 2004 21:24:05 -0000 On Tue, 20 Jul 2004 11:47:26 +0200 Radim Kolar wrote: > > the list goes on.... > try v17. Last known issue with portindex is that it breaks when ports tree has > circle depends (like today). I must add special check for this. Is this what you are talkin' about ? Updating portinfo for /usr/ports/x11-wm/xfce4-desktop Updating portinfo for /usr/ports/x11-wm/xfce4-menueditor Updating portinfo for /usr/ports/x11-wm/xfce4-panel Updating portinfo for /usr/ports/x11-wm/xfce4-session Updating portinfo for /usr/ports/x11-wm/xfce4-systray Updating portinfo for /usr/ports/x11-wm/xfce4-wm Updating portinfo for /usr/ports/x11-wm/yawm Removing port /usr/ports/mail/msmtp-devel from database Removing port /usr/ports/lang/php4-dtc from database Removing port /usr/ports/www/mod_php4-twig from database Removing port /usr/ports/mail/sendmail-old from database Removing port /usr/ports/lang/php4-nms from database Removing port /usr/ports/lang/php4-horde from database Saving status data ... ok! Expanding dependences ... Traceback (most recent call last): File "/usr/local/share/portindex/updateall.py", line 21, in ? freebsdports.expandAllDepends(allports) File "/usr/local/share/portindex/freebsdports.py", line 396, in expandAllDepends _expandPortField(p,'fdeps',ports,expandcache,abspathcache) File "/usr/local/share/portindex/freebsdports.py", line 356, in _expandPortField if len(p.__dict__[field])>0: KeyError: 'fdeps' -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 21:27:28 2004 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 534C316A4CF for ; Tue, 20 Jul 2004 21:27:28 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A69B43D54 for ; Tue, 20 Jul 2004 21:27:27 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6KLRRRq000281 for ; Tue, 20 Jul 2004 17:27: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 i6KLRRhD026130 for ports@FreeBSD.org; Tue, 20 Jul 2004 17:27:27 -0400 (EDT) (envelope-from kris) Date: Tue, 20 Jul 2004 17:27:27 -0400 (EDT) From: Kris Kennaway Message-Id: <200407202127.i6KLRRhD026130@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 5.x 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, 20 Jul 2004 21:27:28 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 22:16:59 2004 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 2EC0E16A4CE for ; Tue, 20 Jul 2004 22:16:59 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E2643D45 for ; Tue, 20 Jul 2004 22:16:58 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6KMGwRq000360 for ; Tue, 20 Jul 2004 18:16:58 -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 i6KMGwIn026283 for ports@FreeBSD.org; Tue, 20 Jul 2004 18:16:58 -0400 (EDT) (envelope-from kris) Date: Tue, 20 Jul 2004 18:16:58 -0400 (EDT) From: Kris Kennaway Message-Id: <200407202216.i6KMGwIn026283@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 20 Jul 2004 22:16:59 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 22:29:17 2004 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 9A3EE16A4CE for ; Tue, 20 Jul 2004 22:29:17 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with SMTP id 4354A43D54 for ; Tue, 20 Jul 2004 22:29:17 +0000 (GMT) (envelope-from cakersq@gmail.com) Received: by mproxy.gmail.com with SMTP id 72so425321rnf for ; Tue, 20 Jul 2004 15:29:16 -0700 (PDT) Received: by 10.38.5.72 with SMTP id 72mr222495rne; Tue, 20 Jul 2004 15:29:16 -0700 (PDT) Message-ID: <727ba5090407201529d982671@mail.gmail.com> Date: Tue, 20 Jul 2004 15:29:16 -0700 From: Jason Hall To: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FreeBSD Port: xephem-3.6 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, 20 Jul 2004 22:29:17 -0000 xephem-3.6.tar.gz does not exist on the server, specifically, the ftp site. When trying to download all of the ports, using the MAKE FETCH command, xephem will try to download version 3.6 from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ and will fail, because that file does not exist. Only fersion 3.5.1 is on the server. From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 22:55:59 2004 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 5A53A16A4D5; Tue, 20 Jul 2004 22:55:59 +0000 (GMT) Received: from mail.shawnyeager.com (bigbox.shawnyeager.com [69.55.238.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E07E43D31; Tue, 20 Jul 2004 22:55:59 +0000 (GMT) (envelope-from mail@shawnyeager.com) Received: from [192.168.1.103] (CPE00045ad838dc-CM023459906567.cpe.net.cable.rogers.com [24.156.61.231]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.shawnyeager.com (Postfix) with ESMTP id 6F763D73; Tue, 20 Jul 2004 18:55:58 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Shawn Yeager Date: Tue, 20 Jul 2004 18:56:04 -0400 To: ale@FreeBSD.org X-Mailer: Apple Mail (2.618) cc: ports@FreeBSD.org Subject: preg_match 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, 20 Jul 2004 22:55:59 -0000 Hi. Sorry if I've missed something obviously, but upon upgrading pretty much everything I run is failing with "call to undefined function: preg_match()" errors. Did I miss something? Shawn -- shawnyeager.com +1 416 305 4142 From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 23:01:01 2004 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 C81EC16A51E for ; Tue, 20 Jul 2004 23:01:00 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B9E43D6E for ; Tue, 20 Jul 2004 23:00:59 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6KN0i06023334; Tue, 20 Jul 2004 19:00:44 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: bill fumerola In-Reply-To: <20040720211659.GY92696@elvis.mu.org> References: <40FCC4E4.90504@gmx.de> <20040720071728.GA81303@xor.obsecurity.org> <20040720211659.GY92696@elvis.mu.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-u+VrbvO3kMn8Qa9znwT8" Organization: MarcusCom, Inc. Message-Id: <1090364456.90026.33.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 20 Jul 2004 19:00:56 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: ports@freebsd.org cc: Joerg Eggink cc: Kris Kennaway Subject: Re: FreeBSD Port: ethereal-0.10.3 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, 20 Jul 2004 23:01:02 -0000 --=-u+VrbvO3kMn8Qa9znwT8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-07-20 at 17:16, bill fumerola wrote: > On Tue, Jul 20, 2004 at 12:17:28AM -0700, Kris Kennaway wrote: > > I asked billf last week about this, but it looks like it still has not > > been updated. If some other committer can step in to help, the > > various PRs assigned about this problem are well and truly in the > > "Maintainer timeout" category by now. >=20 > i've tested gtk1 but haven't tested gtk2 (which is now preferred w/ > ethereal authors). gtk2 pre-reqs (pango, which links to libX11 which > references getpwuid_r) fails in the link stage due to pthread problems. > i'm updating my machine to be a more recent -stable so i can test gtk2. >=20 > patch attached; anyone who can successfully build/run this with gtk2 can > feel free to commit it. I've got a patch, too, that works with GTK+ 2, but I'm trying to see if I can fix the thread lockup that results when building against GTK+ 2.=20 I have it licked if I remove the thread libraries from LDFLAGS, but I'm trying to see if there is a better fix. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-u+VrbvO3kMn8Qa9znwT8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA/aQnb2iPiv4Uz4cRAop0AJ9XS2tYbfY+qIK37jAmHIYF8S8EnACghH/V zz/5DMSFdkv0NwpJN8JvY1Q= =yw7d -----END PGP SIGNATURE----- --=-u+VrbvO3kMn8Qa9znwT8-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 23:06:09 2004 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 D6FD916A4CE for ; Tue, 20 Jul 2004 23:06:09 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2175843D31 for ; Tue, 20 Jul 2004 23:06:09 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6KN67LQ056665; Wed, 21 Jul 2004 01:06:07 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FDA55F.5090301@FreeBSD.org> Date: Wed, 21 Jul 2004 01:06:07 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shawn Yeager References: In-Reply-To: X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: preg_match 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, 20 Jul 2004 23:06:10 -0000 Shawn Yeager wrote: > Hi. Sorry if I've missed something obviously, but upon upgrading pretty > much everything I run is failing with "call to undefined function: > preg_match()" errors. > > Did I miss something? Like installing php4-pcre extension port? I suppose yes. Read ports/UPDATING. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 23:19:08 2004 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 3EE2116A4CE for ; Tue, 20 Jul 2004 23:19:08 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C784C43D45 for ; Tue, 20 Jul 2004 23:19:07 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6KNJ7Rq000454 for ; Tue, 20 Jul 2004 19:19:07 -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 i6KNJ5Sh026441 for ports@FreeBSD.org; Tue, 20 Jul 2004 19:19:05 -0400 (EDT) (envelope-from kris) Date: Tue, 20 Jul 2004 19:19:05 -0400 (EDT) From: Kris Kennaway Message-Id: <200407202319.i6KNJ5Sh026441@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 20 Jul 2004 23:19:08 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 23:24:36 2004 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 0399316A4CE for ; Tue, 20 Jul 2004 23:24:36 +0000 (GMT) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446F243D48 for ; Tue, 20 Jul 2004 23:24:35 +0000 (GMT) (envelope-from dkiner@net2one.com) Received: from kingd (levallois-4-82-228-130-65.fbx.proxad.net [82.228.130.65]) by postfix3-1.free.fr (Postfix) with SMTP id A8DE61738D5; Wed, 21 Jul 2004 01:24:31 +0200 (CEST) From: "David Kiner" To: Date: Wed, 21 Jul 2004 01:28:05 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01C46EC1.F8DEF000" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-MS-TNEF-Correlator: X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_php4-4.3.8,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: david@kiner.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 23:24:36 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C46EC1.F8DEF000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit hi I have installed php 4.3.6 and i want to update to php 4.3.8 I used the extensions mysql, calendar and gd. Unfortenately, when we install the new php 4.3.8 from the port mod_php4, we don't have any more the extensions ' configuration selection. how can i active my specific extensions ? regards, David KINER ------=_NextPart_000_0001_01C46EC1.F8DEF000-- From owner-freebsd-ports@FreeBSD.ORG Tue Jul 20 23:51:11 2004 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 6475616A4CE for ; Tue, 20 Jul 2004 23:51:11 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE1D43D6D for ; Tue, 20 Jul 2004 23:51:09 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i6KNp6sD031485 for ; Wed, 21 Jul 2004 01:51:07 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <029c01c46eb4$6d5b5fd0$471b3dd4@digiware.nl> From: "Willem Jan Withagen" To: Date: Wed, 21 Jul 2004 01:51:07 +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 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Python on amd64 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, 20 Jul 2004 23:51:11 -0000 Is that supposed to work??? case $MAKEFLAGS in *-s*) CC='cc' LDSHARED='cc -shared -lpthread' OPT='-DNDEBUG -pipe -g -DTHREAD_STACK_SIZE=0x20000' ./python -E ./setup.py -q build;; *) CC='cc' LDSHARED='cc -shared -lpthread' T='-DNDEBUG -pipe -g -DTHREAD_STACK_SIZE=0x20000' ./python -E ./setup.py build;; esac Could not find platform independent libraries Consider setting $PYTHONHOME to [:] 'import site' failed; use -v for traceback Traceback (most recent call last): File "./setup.py", line 6, in ? import sys, os, getopt, imp, re ImportError: No module named os *** Error code 1 Stop in /home2/ports/lang/python/work-amd64-5.2.1/home2/ports/lang/python/work/Python-2. 3.4. *** Error code 1 Stop in /home2/ports/lang/python. Don't know nothing about python, other than that I needs it for portindex. :( --WjW From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 00:19:05 2004 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 66CBF16A4CE for ; Wed, 21 Jul 2004 00:19:05 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E976643D5A for ; Wed, 21 Jul 2004 00:19:04 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L0IxRq000539 for ; Tue, 20 Jul 2004 20:18:59 -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 i6L0Ix2l026585 for ports@FreeBSD.org; Tue, 20 Jul 2004 20:18:59 -0400 (EDT) (envelope-from kris) Date: Tue, 20 Jul 2004 20:18:59 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210018.i6L0Ix2l026585@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 00:19:05 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 01:19:06 2004 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 D5EDA16A4CE for ; Wed, 21 Jul 2004 01:19:06 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497F243D2F for ; Wed, 21 Jul 2004 01:19:06 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L1J5Rq000662 for ; Tue, 20 Jul 2004 21:19: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 i6L1J52n026740 for ports@FreeBSD.org; Tue, 20 Jul 2004 21:19:05 -0400 (EDT) (envelope-from kris) Date: Tue, 20 Jul 2004 21:19:05 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210119.i6L1J52n026740@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 01:19:07 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 01:57:47 2004 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 916AE16A4CE for ; Wed, 21 Jul 2004 01:57:47 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84EC43D48 for ; Wed, 21 Jul 2004 01:57:46 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6L1vVZ1024257; Tue, 20 Jul 2004 21:57:31 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: bill fumerola In-Reply-To: <20040720211659.GY92696@elvis.mu.org> References: <40FCC4E4.90504@gmx.de> <20040720071728.GA81303@xor.obsecurity.org> <20040720211659.GY92696@elvis.mu.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vVRRBKm2pA6MXIMsoH5d" Organization: MarcusCom, Inc. Message-Id: <1090375063.90026.100.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 20 Jul 2004 21:57:43 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: ports@freebsd.org cc: Joerg Eggink cc: Kris Kennaway Subject: Re: FreeBSD Port: ethereal-0.10.3 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, 21 Jul 2004 01:57:47 -0000 --=-vVRRBKm2pA6MXIMsoH5d Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-07-20 at 17:16, bill fumerola wrote: > On Tue, Jul 20, 2004 at 12:17:28AM -0700, Kris Kennaway wrote: > > I asked billf last week about this, but it looks like it still has not > > been updated. If some other committer can step in to help, the > > various PRs assigned about this problem are well and truly in the > > "Maintainer timeout" category by now. >=20 > i've tested gtk1 but haven't tested gtk2 (which is now preferred w/ > ethereal authors). gtk2 pre-reqs (pango, which links to libX11 which > references getpwuid_r) fails in the link stage due to pthread problems. > i'm updating my machine to be a more recent -stable so i can test gtk2. >=20 > patch attached; anyone who can successfully build/run this with gtk2 can > feel free to commit it. Bill, here is my patch for ethereal. This works with GTK+ 1.2 and 2, and fixes the lockup encountered when running with GTK+ 2 by using select() on the bpf file descriptor to see if we have packets to read.=20 The ability for this to work was introduced by the patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=3D22063, so it should be fairly safe to use this. If you have no objection, I'll go ahead and commit this. http://www.marcuscom.com/downloads/ethereal.diff Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-vVRRBKm2pA6MXIMsoH5d Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA/c2Xb2iPiv4Uz4cRAo0qAKCuDlI7XqQ4t3SZ8b8F7slefuMjwACgsNFZ dWkRwA/5qe34jzD3kpLfAMI= =OetU -----END PGP SIGNATURE----- --=-vVRRBKm2pA6MXIMsoH5d-- From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 02:05:03 2004 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 EE46A16A4CE for ; Wed, 21 Jul 2004 02:05:03 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C3343D45 for ; Wed, 21 Jul 2004 02:05:03 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 2B8E16144 for ; Tue, 20 Jul 2004 21:04:58 -0500 (CDT) Message-ID: <40FDCF49.1090307@makeworld.com> Date: Tue, 20 Jul 2004 21:04:57 -0500 From: Chris User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-makeworld.com-MailScanner-Information: Please contact the ISP for more information X-makeworld.com-MailScanner: Found to be clean X-MailScanner-From: racerx@makeworld.com Subject: Enigmail for Thunderbird 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, 21 Jul 2004 02:05:04 -0000 What's the status of Enigmail for Thunderbird? The Makefile has it on ignore. -- Best regards, Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ClamAV virus dat updated: Tue Jul 20 2004 at 03:02:52 daily.cvd updated (version: 415, sigs: 1033, f-level: 2, builder: ccordes) From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 02:18:58 2004 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 1B13616A4CE for ; Wed, 21 Jul 2004 02:18:58 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id B238D43D67 for ; Wed, 21 Jul 2004 02:18:57 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L2IvRq000748 for ; Tue, 20 Jul 2004 22:18:57 -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 i6L2Iv0u026904 for ports@FreeBSD.org; Tue, 20 Jul 2004 22:18:57 -0400 (EDT) (envelope-from kris) Date: Tue, 20 Jul 2004 22:18:57 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210218.i6L2Iv0u026904@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 02:18:58 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 02:21:34 2004 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 5EA7B16A4CE for ; Wed, 21 Jul 2004 02:21:34 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54CA943D53 for ; Wed, 21 Jul 2004 02:21:34 +0000 (GMT) (envelope-from billf@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1098) id 492125C959; Tue, 20 Jul 2004 19:21:34 -0700 (PDT) Date: Tue, 20 Jul 2004 19:21:34 -0700 From: bill fumerola To: Joe Marcus Clarke Message-ID: <20040721022134.GZ92696@elvis.mu.org> References: <40FCC4E4.90504@gmx.de> <20040720071728.GA81303@xor.obsecurity.org> <20040720211659.GY92696@elvis.mu.org> <1090375063.90026.100.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1090375063.90026.100.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-MUORG-20040525 i386 X-PGP-Key: 1024D/7F868268 X-PGP-Fingerprint: 5B2D 908E 4C2B F253 DAEB FC01 8436 B70B 7F86 8268 cc: ports@freebsd.org cc: Joerg Eggink cc: Kris Kennaway Subject: Re: FreeBSD Port: ethereal-0.10.3 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, 21 Jul 2004 02:21:34 -0000 On Tue, Jul 20, 2004 at 09:57:43PM -0400, Joe Marcus Clarke wrote: > Bill, here is my patch for ethereal. This works with GTK+ 1.2 and 2, > and fixes the lockup encountered when running with GTK+ 2 by using > select() on the bpf file descriptor to see if we have packets to read. i don't see this as part of the patch, but that sounds good to me. thanks for working the gtk2 angle, it's been a completely impossible upgrade path from gtk1 to gtk2 on my 4-stable machine. (e.g. pkgconfig was installed, but not the most recent version; bsd.*.mk is satisfied but some configure scripts barf..) > If you have no objection, I'll go ahead and commit this. looks good. please invert the gtk1/2 stuff like i did in my patch (or if there's a more standard ports way, by all means do it..). this is the ethereal developers' desired default as of this release. thanks for picking this up, -- - bill fumerola / fumerola@yahoo-inc.com / billf@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 02:55:37 2004 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 C937A16A4CE for ; Wed, 21 Jul 2004 02:55:37 +0000 (GMT) Received: from bsd.naebunny.net (adsl-67-38-156-22.dsl.dytnoh.ameritech.net [67.38.156.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0FA143D31 for ; Wed, 21 Jul 2004 02:55:37 +0000 (GMT) (envelope-from derwood@naebunny.net) Received: from [192.168.0.246] (unknown [192.168.0.246]) with ESMTP id 340CD2AD09; Tue, 20 Jul 2004 22:55:30 -0400 (EDT) Message-ID: <40FDDB2B.5010205@naebunny.net> Date: Tue, 20 Jul 2004 22:55:39 -0400 From: Darin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: david@kiner.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: mod_php4-4.3.8,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, 21 Jul 2004 02:55:37 -0000 David Kiner wrote: >hi > >I have installed php 4.3.6 and i want to update to php 4.3.8 > >I used the extensions mysql, calendar and gd. >Unfortenately, when we install the new php 4.3.8 from the port mod_php4, we >don't have any more the extensions ' configuration selection. > >how can i active my specific extensions ? > >regards, > >David KINER > > >------------------------------------------------------------------------ > >_______________________________________________ >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" > > 4.3.8 changes the structure of the PHP ports. Now, you have the main PHP port, and all of the extensions are "slave ports" that have to be compiled and installed separately. So, theres a separate port for *each* extension. If you go to FreshPorts and look at the lang/php4 port, you'll see a list of all the new slave ports and where they fall in the ports hierarchy.. Also a word of caution, you'll want to comment out the path to extensions in your php.ini. Hope this helps Darin - From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 03:19:09 2004 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 B4BB616A4CE for ; Wed, 21 Jul 2004 03:19:09 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D3043D39 for ; Wed, 21 Jul 2004 03:19:09 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L3J6Rq000838 for ; Tue, 20 Jul 2004 23:19:06 -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 i6L3J6Q7027068 for ports@FreeBSD.org; Tue, 20 Jul 2004 23:19:06 -0400 (EDT) (envelope-from kris) Date: Tue, 20 Jul 2004 23:19:06 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210319.i6L3J6Q7027068@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 03:19:09 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 04:19:02 2004 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 A7C0716A4CE for ; Wed, 21 Jul 2004 04:19:02 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F13843D1F for ; Wed, 21 Jul 2004 04:19:00 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L4IxRq000936 for ; Wed, 21 Jul 2004 00:18:59 -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 i6L4Ix6V027227 for ports@FreeBSD.org; Wed, 21 Jul 2004 00:18:59 -0400 (EDT) (envelope-from kris) Date: Wed, 21 Jul 2004 00:18:59 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210418.i6L4Ix6V027227@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 04:19:02 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 05:19:10 2004 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 BC54016A4CE for ; Wed, 21 Jul 2004 05:19:10 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5065C43D46 for ; Wed, 21 Jul 2004 05:19:10 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L5J9Rq001027 for ; Wed, 21 Jul 2004 01:19:09 -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 i6L5J9WN027397 for ports@FreeBSD.org; Wed, 21 Jul 2004 01:19:09 -0400 (EDT) (envelope-from kris) Date: Wed, 21 Jul 2004 01:19:09 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210519.i6L5J9WN027397@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 05:19:10 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 06:19:04 2004 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 8AEA616A4F8 for ; Wed, 21 Jul 2004 06:19:04 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A7C43D49 for ; Wed, 21 Jul 2004 06:19:03 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L6J3Rq001123 for ; Wed, 21 Jul 2004 02:19: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 i6L6J3QU027557 for ports@FreeBSD.org; Wed, 21 Jul 2004 02:19:03 -0400 (EDT) (envelope-from kris) Date: Wed, 21 Jul 2004 02:19:03 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210619.i6L6J3QU027557@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 06:19:04 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 07:19:12 2004 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 4EB7716A4CE for ; Wed, 21 Jul 2004 07:19:12 +0000 (GMT) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D7243D4C for ; Wed, 21 Jul 2004 07:19:11 +0000 (GMT) (envelope-from kris@rtp.FreeBSD.org) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.Org [172.21.1.5]) i6L7JBRq001370 for ; Wed, 21 Jul 2004 03:19:11 -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 i6L7JBoi028055 for ports@FreeBSD.org; Wed, 21 Jul 2004 03:19:11 -0400 (EDT) (envelope-from kris) Date: Wed, 21 Jul 2004 03:19:11 -0400 (EDT) From: Kris Kennaway Message-Id: <200407210719.i6L7JBoi028055@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 4.x 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, 21 Jul 2004 07:19:12 -0000 INDEX build failed with errors: From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 07:24:17 2004 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 7186E16A4CE for ; Wed, 21 Jul 2004 07:24:17 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371B443D6A for ; Wed, 21 Jul 2004 07:24:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-104-4.dsl.lsan03.pacbell.net [64.169.104.4])i6L7OE0W012503 for ; Wed, 21 Jul 2004 03:24:14 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C29C151A1C; Wed, 21 Jul 2004 00:24:15 -0700 (PDT) Date: Wed, 21 Jul 2004 00:24:15 -0700 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20040721072415.GA56282@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: INDEX builds offline 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, 21 Jul 2004 07:24:17 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The machine that did the index builds crashed, and as you've probably noticed something still isn't working with the index builds now that it's back up. I'm getting on a plane in a few hours, so I'm disabling the INDEX builds for a few weeks until I return from vacation. Sorry for the inconvenience. Kris --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/hoXWry0BWjoQKURAp++AJ99nq9MA1qig7rDyBeqx45HGxKjbQCgsIje Er3uIERko73LnhbOeBDLj9A= =Nffb -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 07:40:54 2004 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 98CF316A4CE for ; Wed, 21 Jul 2004 07:40:54 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3201E43D1F for ; Wed, 21 Jul 2004 07:40:54 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i6L7dpH5006186; Wed, 21 Jul 2004 00:39:51 -0700 From: Kent Stewart To: freebsd-ports@freebsd.org Date: Wed, 21 Jul 2004 00:40:52 -0700 User-Agent: KMail/1.6.2 References: <20040721072415.GA56282@xor.obsecurity.org> In-Reply-To: <20040721072415.GA56282@xor.obsecurity.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407210040.52767.kstewart@owt.com> cc: Kris Kennaway Subject: Re: INDEX builds offline 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, 21 Jul 2004 07:40:54 -0000 On Wednesday 21 July 2004 12:24 am, Kris Kennaway wrote: > The machine that did the index builds crashed, and as you've probably > noticed something still isn't working with the index builds now that > it's back up. I'm getting on a plane in a few hours, so I'm > disabling the INDEX builds for a few weeks until I return from > vacation. Sorry for the inconvenience. > Just so people don't think they are high and dry, portindex is building INDEXs. Have a good vacation. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 07:42:10 2004 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 99D4E16A4CE for ; Wed, 21 Jul 2004 07:42:10 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1231443D39 for ; Wed, 21 Jul 2004 07:42:10 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd-incoma.mbrd.ru ([194.117.71.30] helo=[172.16.4.9]) by mail.ciam.ru with asmtp (Exim 4.x) id 1BnBjW-000H1K-JF; Wed, 21 Jul 2004 11:42:08 +0400 Message-ID: <40FE1E38.4020803@FreeBSD.org> Date: Wed, 21 Jul 2004 11:41:44 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: j@pureftpd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "proxy.ciam.ru", hasmessageblock similar future email. If you have any questions, see the administrator of that system for details. ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/. fetch: ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 >> Attempting to fetch from ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/. fetch: ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 >> Attempting to fetch from ftp://ftp3.fr.pureftpd.org/pure-ftpd/releases/. fetch: ftp://ftp3.fr.pureftpd.org/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 >> Attempting to fetch from ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/. fetch: ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.es.pureftpd.org/mirror/pureftpd/lates ftp://ftp.es.pureftpd.org/mirror/pureftpd/latest/releases/pure-ftpd-1.0.20.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.nl.pureftpd.org/pub/pure-ftpd/releases/. fetch: ftp://ftp.nl.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description -------------------------------------------------- cc: ports@FreeBSD.org Subject: ftp/pure-ftp 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, 21 Jul 2004 07:42:10 -0000 >> Attempting to fetch from ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/. fetch: ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 >> Attempting to fetch from ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/. fetch: ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 >> Attempting to fetch from ftp://ftp3.fr.pureftpd.org/pure-ftpd/releases/. fetch: ftp://ftp3.fr.pureftpd.org/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 >> Attempting to fetch from ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/. fetch: ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.es.pureftpd.org/mirror/pureftpd/latest/releases/. fetch: ftp://ftp.es.pureftpd.org/mirror/pureftpd/latest/releases/pure-ftpd-1.0.20.tar.bz2: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.nl.pureftpd.org/pub/pure-ftpd/releases/. fetch: ftp://ftp.nl.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.20.tar.bz2: size mismatch: expected 460050, actual 470915 -- Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 07:43:01 2004 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 7787416A4CE for ; Wed, 21 Jul 2004 07:43:01 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BCB043D2F for ; Wed, 21 Jul 2004 07:43:01 +0000 (GMT) (envelope-from david.julien@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so6631210cwb for ; Wed, 21 Jul 2004 00:43:00 -0700 (PDT) Received: by 10.11.99.11 with SMTP id w11mr205900cwb; Wed, 21 Jul 2004 00:43:00 -0700 (PDT) Message-ID: Date: Wed, 21 Jul 2004 09:43:00 +0200 From: David Julien To: Oliver Eikemeier In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: ports@freebsd.org Subject: Re: Are files and directories mandatory in 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: Wed, 21 Jul 2004 07:43:01 -0000 On Tue, 20 Jul 2004 20:01:54 +0200, Oliver Eikemeier wrote: > Adam Weinberger wrote: > > >>> (07.20.2004 @ 0726 PST): Oliver Eikemeier said, in 1.5K: << > >> [...] > >> It depends. While I would strongly prefer a solution where you list the > >> files as `owned' by the package, but when there is no way to make this > >> work you could just embed them as ignored files and call ocamlfind > >> install/remove from pkg-install/pkg-deinstall. > > > > Wouldn't that prevent package creation? > > Uhm, no, that is what @ignore_inst is designed for. But I would not > advise to play with it: AFAIK no port uses this feature, so I'm not sure > if it is supported. I have to admit that I did not try whether it even > works, but by looking at the code it should. > > Anyway, teaching ocamlfind to leave the installed files alone seems like > the preferred solution to me... > > -Oliver > > There are other ocaml packages which seem to be in the same case, for instance ocaml-pcre. To deinstall the port they delete the added line in ld.conf thanks to a "grep -v" in the pkg-install file (why not pkg-deinstall ?). I have tested my port with these modifications and it seems to work correctly now ! Thank you. -- David From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 07:58:27 2004 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 47DB516A4D1 for ; Wed, 21 Jul 2004 07:58:27 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id F09D243D2D for ; Wed, 21 Jul 2004 07:58:26 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-104-4.dsl.lsan03.pacbell.net [64.169.104.4])i6L7wQAt005039; Wed, 21 Jul 2004 03:58:26 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8D24C528BA; Wed, 21 Jul 2004 00:58:25 -0700 (PDT) Date: Wed, 21 Jul 2004 00:58:25 -0700 From: Kris Kennaway To: Kent Stewart Message-ID: <20040721075825.GB56534@xor.obsecurity.org> References: <20040721072415.GA56282@xor.obsecurity.org> <200407210040.52767.kstewart@owt.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <200407210040.52767.kstewart@owt.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: INDEX builds offline 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, 21 Jul 2004 07:58:27 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 21, 2004 at 12:40:52AM -0700, Kent Stewart wrote: > On Wednesday 21 July 2004 12:24 am, Kris Kennaway wrote: > > The machine that did the index builds crashed, and as you've probably > > noticed something still isn't working with the index builds now that > > it's back up. I'm getting on a plane in a few hours, so I'm > > disabling the INDEX builds for a few weeks until I return from > > vacation. Sorry for the inconvenience. > > >=20 >=20 > Just so people don't think they are high and dry, portindex is building= =20 > INDEXs. Yeah, you can still build them yourself in the usual ways, it's just fetchindex and the error reporting that are offline. If another committer wants to take over in the meantime, check 8ball.rtp.freebsd.org:~kris/tindex for the script. > Have a good vacation. Thanks. Kris --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/iIhWry0BWjoQKURAh2nAKDXM0ur+j1C78U6swE0Qgt5Ai06IACePguA HLEYkmdDtBAdkZbQbwjyKTA= =Codp -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 08:05:51 2004 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 CA93516A4CE for ; Wed, 21 Jul 2004 08:05:51 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E13243D1D for ; Wed, 21 Jul 2004 08:05:51 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13] helo=dhcp-11.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.40 (FreeBSD)) id 1BnC6m-0003iq-IO; Wed, 21 Jul 2004 10:05:50 +0200 Date: Wed, 21 Jul 2004 10:06:48 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: David Julien From: Oliver Eikemeier In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@freebsd.org Subject: Re: Are files and directories mandatory in 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: Wed, 21 Jul 2004 08:05:51 -0000 David Julien wrote: > [...] > There are other ocaml packages which seem to be in the same case, for > instance ocaml-pcre. To deinstall the port they delete the added line > in ld.conf thanks to a "grep -v" in the pkg-install file (why not > pkg-deinstall ?). > > I have tested my port with these modifications and it seems to work > correctly now ! Thank you. ocaml-pcre does PKGDEINSTALL= ${PKGINSTALL} which you might want to avoid. Use pkg-deinstall when possible. Another nit is that you want to generate the `.tmp' file first (perhaps even by using mktemp), and move it in place later, so a failed grep won't corrupt your database. -Oliver From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 08:31:39 2004 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 B1E2416A4CE for ; Wed, 21 Jul 2004 08:31:39 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7714E43D1D for ; Wed, 21 Jul 2004 08:31:39 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 832562284E; Wed, 21 Jul 2004 10:31:38 +0200 (CEST) Date: Wed, 21 Jul 2004 10:31:38 +0200 From: Erwin Lansing To: freebsd-ports@freebsd.org Message-ID: <20040721083138.GK14601@droso.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <20040721072415.GA56282@xor.obsecurity.org> <200407210040.52767.kstewart@owt.com> <20040721075825.GB56534@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MnLPg7ZWsaic7Fhd" Content-Disposition: inline In-Reply-To: <20040721075825.GB56534@xor.obsecurity.org> X-Operating-System: FreeBSD/i386 5.2.1-RELEASE-p1 User-Agent: Mutt/1.5.6i Subject: Re: INDEX builds offline 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, 21 Jul 2004 08:31:39 -0000 --MnLPg7ZWsaic7Fhd Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 21, 2004 at 12:58:25AM -0700, Kris Kennaway wrote: > On Wed, Jul 21, 2004 at 12:40:52AM -0700, Kent Stewart wrote: > > On Wednesday 21 July 2004 12:24 am, Kris Kennaway wrote: > > > The machine that did the index builds crashed, and as you've probably > > > noticed something still isn't working with the index builds now that > > > it's back up. I'm getting on a plane in a few hours, so I'm > > > disabling the INDEX builds for a few weeks until I return from > > > vacation. Sorry for the inconvenience. > > > > >=20 > >=20 > > Just so people don't think they are high and dry, portindex is building= =20 > > INDEXs. >=20 > Yeah, you can still build them yourself in the usual ways, it's just > fetchindex and the error reporting that are offline. >=20 > If another committer wants to take over in the meantime, check > 8ball.rtp.freebsd.org:~kris/tindex for the script. I'll try to set it up locally so we at least have error reporting while you're away. >=20 > > Have a good vacation. >=20 Have fun! -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --MnLPg7ZWsaic7Fhd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/inqqy9aWxUlaZARAlzxAJ4hoCY5SE/SVjNIXhU+j+W2RBYkWgCgrOHg 7eRvrF5S+Ww8WrujzpyJb9U= =rUzD -----END PGP SIGNATURE----- --MnLPg7ZWsaic7Fhd-- From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 08:46:26 2004 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 CC25116A4CE for ; Wed, 21 Jul 2004 08:46:26 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB7643D48 for ; Wed, 21 Jul 2004 08:46:25 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6L8kNLQ058459; Wed, 21 Jul 2004 10:46:24 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FE2D5F.4060100@FreeBSD.org> Date: Wed, 21 Jul 2004 10:46:23 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris References: <40FDCF49.1090307@makeworld.com> In-Reply-To: <40FDCF49.1090307@makeworld.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: Enigmail for Thunderbird 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, 21 Jul 2004 08:46:26 -0000 Chris wrote: > What's the status of Enigmail for Thunderbird? Unusable...the new thunderbird extension manager disallows to install extensions globally: every user has to install the extension in his own profile. Absurd. So for now it's marked IGNORE. When things will change (or someone will find a workaround) I'll re-activate the port. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 09:33:01 2004 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 3DE6916A4CE for ; Wed, 21 Jul 2004 09:33:01 +0000 (GMT) Received: from mail.corrupt.co.nz (222-152-17-24.jetstream.xtra.co.nz [222.152.17.24]) by mx1.FreeBSD.org (Postfix) with SMTP id C7A0943D46 for ; Wed, 21 Jul 2004 09:32:59 +0000 (GMT) (envelope-from drew@corrupt.co.nz) Received: (qmail 95054 invoked by uid 1011); 21 Jul 2004 09:33:02 -0000 Received: from drew@corrupt.co.nz by tweety.lan.corrupt.co.nz by uid 1009 with qmail-scanner-1.22 Clear:RC:0(10.10.69.146):SA:0(2.0/4.5):. Processed in 5.463136 secs); 21 Jul 2004 09:33:02 -0000 X-Spam-Status: No, hits=2.0 required=4.5 X-Spam-Level: ++ Received: from unknown (HELO ?10.10.69.146?) (drew@corrupt.co.nz@10.10.69.146) by mail.corrupt.co.nz with SMTP; 21 Jul 2004 09:32:56 -0000 Message-ID: <40FE382C.3080907@corrupt.co.nz> Date: Wed, 21 Jul 2004 21:32:28 +1200 From: Drew Broadley User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040714) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Dupre References: <40FDCF49.1090307@makeworld.com> <40FE2D5F.4060100@FreeBSD.org> In-Reply-To: <40FE2D5F.4060100@FreeBSD.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Chris cc: freebsd-ports@FreeBSD.org Subject: Re: Enigmail for Thunderbird 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, 21 Jul 2004 09:33:01 -0000 Alex Dupre wrote: > Chris wrote: > >> What's the status of Enigmail for Thunderbird? > > > Unusable...the new thunderbird extension manager disallows to install > extensions globally: every user has to install the extension in his > own profile. Absurd. So for now it's marked IGNORE. When things will > change (or someone will find a workaround) I'll re-activate the port. > Well adding via the direct downloads and then selecting the files (yes, engimail and then engimime) doesn't work. Constant errors about the enigmail service not being started. Any ideas ? - Drew From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 09:37:59 2004 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 B09D516A4CE for ; Wed, 21 Jul 2004 09:37:59 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19C743D64 for ; Wed, 21 Jul 2004 09:37:58 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6L9bYLQ058671; Wed, 21 Jul 2004 11:37:39 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FE395E.3010702@FreeBSD.org> Date: Wed, 21 Jul 2004 11:37:34 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Broadley References: <40FDCF49.1090307@makeworld.com> <40FE2D5F.4060100@FreeBSD.org> <40FE382C.3080907@corrupt.co.nz> In-Reply-To: <40FE382C.3080907@corrupt.co.nz> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Chris cc: freebsd-ports@FreeBSD.org Subject: Re: Enigmail for Thunderbird 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, 21 Jul 2004 09:37:59 -0000 Drew Broadley wrote: > Well adding via the direct downloads and then selecting the files (yes, > engimail and then engimime) doesn't work. Constant errors about the > enigmail service not being started. > > Any ideas ? Hmmmm, dunno, probably you have to clean your profile and chrome before installing enigmail. Creating the XPI archives from the port and installing them works fine. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 11:47:57 2004 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 C790416A4CE for ; Wed, 21 Jul 2004 11:47:57 +0000 (GMT) Received: from master.incotrade.ru (master-gw.incotrade.ru [194.67.163.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB18343D5D for ; Wed, 21 Jul 2004 11:47:56 +0000 (GMT) (envelope-from udima@sky-plus.ru) Received: from sky-plus.ru (root@localhost) by master.incotrade.ru (8.11.6/8.11.6) with SMTP id i6LFoL200517 for ; Wed, 21 Jul 2004 15:50:21 GMT Received: from udimaiii ([194.67.162.163]) by master.incotrade.ru (8.11.6/8.11.6) with SMTP id i6LFoLM00504 for ; Wed, 21 Jul 2004 15:50:21 GMT Message-ID: <004201c46f18$9890a110$a3a243c2@udimaiii> From: "Uljanoff Dmitriy" To: Date: Wed, 21 Jul 2004 15:48:10 +0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2741.2600 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2742.200 X-Mailman-Approved-At: Wed, 21 Jul 2004 12:09:32 +0000 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: raproxy3.0b1.tar.gz 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, 21 Jul 2004 11:47:57 -0000 Sorry for previos Latter... ;) Can I get the subj? From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 14:10:27 2004 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 EE30B16A4CE for ; Wed, 21 Jul 2004 14:10:27 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504A743D41 for ; Wed, 21 Jul 2004 14:10:27 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BnHne-0008B9-00 for ; Wed, 21 Jul 2004 16:10:26 +0200 Received: from ns-ilmail3.ns-systems.com ([62.90.139.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Jul 2004 16:10:26 +0200 Received: from haim by ns-ilmail3.ns-systems.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Jul 2004 16:10:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Haim Ashkenazi Date: Wed, 21 Jul 2004 17:05:56 +0300 Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ns-ilmail3.ns-systems.com User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Sender: news Subject: linux-flashplugin question 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, 21 Jul 2004 14:10:28 -0000 Hi After using FreeBSD for a month on a server, I decided to give it a try as a desktop (I'm currently using debian unstable). so I took another computer and installed 4.10 on it (which took a very long time (about 12 hours only to compile 'gnome2' on pentium III 550) but it seems that the result worth the time spent. although there are some minor problems, I'm sure I can solve them. my main problem is with the linux-flashplugin. I installed linux-flashplugin6, and linuxpluginwrapper. both mozilla and firefox recognized the plugin, but they didn't play sound, and the browser just hanged right after I closed the window with the flash movie. then I tried to install linux-flashplugin7 but mozilla/firefox doesn't recognize it, and I can't find any documentation on how to enable that (well, I did find on google that it works with opera...). I found only a few references to these problems on google, but none of them had a solution (does this mean that nobody uses flash with freebsd or nobody's having problems with that :) ). I don't want to install flash5 because many sites require flash6. (and I don't have a windows machine to view them there). any suggestions? thanx -- Haim From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 14:34:02 2004 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 10F9816A4CE for ; Wed, 21 Jul 2004 14:34:02 +0000 (GMT) Received: from structbio.vanderbilt.edu (reef.structbio.Vanderbilt.Edu [160.129.138.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9564543D49 for ; Wed, 21 Jul 2004 14:33:59 +0000 (GMT) (envelope-from bandix@home.funnyvalentine.net) Received: from home.funnyvalentine.net (adsl-065-007-237-012.sip.bna.bellsouth.net [65.7.237.12]) i6LEXhRg006400 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 21 Jul 2004 09:33:44 -0500 Received: (from bandix@localhost) by home.funnyvalentine.net (8.12.10/8.12.10/Submit) id i6LEXYe5038013; Wed, 21 Jul 2004 09:33:34 -0500 (CDT) (envelope-from bandix) Date: Wed, 21 Jul 2004 09:33:34 -0500 From: "Brandon D. Valentine" To: Haim Ashkenazi Message-ID: <20040721143334.GA37089@brandon.dvalentine.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-ports@freebsd.org Subject: Re: linux-flashplugin question 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, 21 Jul 2004 14:34:02 -0000 On Wed, Jul 21, 2004 at 05:05:56PM +0300, Haim Ashkenazi wrote: > I'm sure I can solve them. my main problem is with the > linux-flashplugin. I installed linux-flashplugin6, and > linuxpluginwrapper. both mozilla and firefox recognized the plugin, > but they didn't play sound, and the browser just hanged right after I > closed the window with the flash movie. I'm the linux-flashplugin maintainer so I suppose I should speak up here. Many, many people, myself included, have linux-flashplugin6 & linuxpluginwrapper running successfully on 4.x systems. You will need to make sure you have linux_base installed (which the flash ports already depend on for you), linux compatibility loaded into the kernel (either compiled in or via the module), and then follow the instructions in the linuxpluginwrapper pkg-message to setup your libmap.conf(5) properly. > then I tried to install linux-flashplugin7 but mozilla/firefox doesn't > recognize it, and I can't find any documentation on how to enable that > (well, I did find on google that it works with opera...). I found > only a few references to these problems on google, but none of them > had a solution (does this mean that nobody uses flash with freebsd or > nobody's having problems with that :) ). I don't want to install > flash5 because many sites require flash6. (and I don't have a windows > machine to view them there). linux-flashplugin7 does not currently work with linuxpluginwrapper. You can use linux-flashplugin7 with Linux browser binaries such as linux-mozilla or linux-opera only. I hope to soon work with the linuxpluginwrapper maintainer to integrate changes necessary to support linux-flashplugin7 natively on FreeBSD. HTH, Brandon D. Valentine -- brandon@dvalentine.com http://www.geekpunk.net Pseudo-Random Googlism: july is tom joyner fundraising month From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 16:23:07 2004 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 3F14416A4CE; Wed, 21 Jul 2004 16:23:07 +0000 (GMT) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763ED43D39; Wed, 21 Jul 2004 16:23:06 +0000 (GMT) (envelope-from adam.bown@it-squared.net) Received: from it2-1.it-squared.net ([80.0.45.84]) by mta01-svc.ntlworld.comESMTP <20040721162230.FICJ9394.mta01-svc.ntlworld.com@it2-1.it-squared.net>; Wed, 21 Jul 2004 17:22:30 +0100 Received: from [192.168.0.2] (helo=homer) by it2-1.it-squared.net with esmtp (Exim 4.24; FreeBSD) id 1BnJue-000BXB-Fj; Wed, 21 Jul 2004 17:25:48 +0100 From: "Adam Bown" To: Date: Wed, 21 Jul 2004 17:23:05 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcRvPwB1Dbs3lt10RUWh92rl6v7UzQ== Message-Id: cc: ports@FreeBSD.org Subject: FreeBSD Port: pam_mysql-0.5_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, 21 Jul 2004 16:23:07 -0000 I'm interested in using this port but notice that it wont compile against mysql4.1. Are there any plans to fix this? ...or does it work with MySQL 5? Any suggestions gratefully received. Regards, Adam Bown. From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 17:07:12 2004 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 8955816A4CE for ; Wed, 21 Jul 2004 17:07:12 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 735FF43D2F for ; Wed, 21 Jul 2004 17:07:12 +0000 (GMT) (envelope-from david.julien@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so238324cwb for ; Wed, 21 Jul 2004 10:07:12 -0700 (PDT) Received: by 10.11.99.49 with SMTP id w49mr11722cwb; Wed, 21 Jul 2004 10:07:12 -0700 (PDT) Message-ID: Date: Wed, 21 Jul 2004 19:07:12 +0200 From: David Julien To: Oliver Eikemeier In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: ports@freebsd.org Subject: Re: Are files and directories mandatory in 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: Wed, 21 Jul 2004 17:07:12 -0000 My port is ready and seems to work correctly but i can't send it with send-pr because my computer is behind a firewall. There is a web page to submit reports but I'm not sure it is a good idea to copy/past the shar file in the "Fix" field. How can we proceed in that case ? -- David From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 17:12:17 2004 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 841D416A4CE for ; Wed, 21 Jul 2004 17:12:17 +0000 (GMT) Received: from the-macgregors.org (82-33-59-105.cable.ubr06.stav.blueyonder.co.uk [82.33.59.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9807C43D31 for ; Wed, 21 Jul 2004 17:12:16 +0000 (GMT) (envelope-from freebsd.macgregor@blueyonder.co.uk) X-Urban-Legend: Mail headers contain urban legends Received: from fire (fire.macgregor [192.168.32.100]) (authenticated bits=0) by the-macgregors.org (8.13.0/8.13.0) with ESMTP id i6LHCCR8030397 for ; Wed, 21 Jul 2004 17:12:12 GMT Message-Id: <200407211712.i6LHCCR8030397@the-macgregors.org> From: "Rob MacGregor" To: Date: Wed, 21 Jul 2004 18:12:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <40FE2D5F.4060100@FreeBSD.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcRvAl6KfafIwWHrQwa9GWkO6GoA+QAQqZ7A X-Virus-Scanned: by amavisd-milter (http://www.amavis.org/) Subject: RE: Enigmail for Thunderbird 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, 21 Jul 2004 17:12:17 -0000 > -----Original Message----- > From: owner-freebsd-ports@freebsd.org > [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Alex Dupre > > Unusable...the new thunderbird extension manager disallows to install > extensions globally: every user has to install the extension > in his own > profile. Absurd. So for now it's marked IGNORE. When things > will change > (or someone will find a workaround) I'll re-activate the port. Certainly for FireFox (0.9 and later) you can install stuff centrally with: -install-global-extension nameofext.xpi A quick Google suggests that this is fully supported by Thunderbird (0.7 and later) too. I've not tried as I've not got any extensions that I use in TB, so I can't say for certain. -- Rob | Oh my God! They killed init! You bastards! From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 17:30:32 2004 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 B316816A4CE for ; Wed, 21 Jul 2004 17:30:32 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0AB43D55 for ; Wed, 21 Jul 2004 17:30:29 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6LHUQLQ060188; Wed, 21 Jul 2004 19:30:26 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FEA832.9010107@FreeBSD.org> Date: Wed, 21 Jul 2004 19:30:26 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob MacGregor References: <200407211712.i6LHCCR8030397@the-macgregors.org> In-Reply-To: <200407211712.i6LHCCR8030397@the-macgregors.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: Enigmail for Thunderbird 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, 21 Jul 2004 17:30:32 -0000 Rob MacGregor wrote: > Certainly for FireFox (0.9 and later) you can install stuff centrally with: > > -install-global-extension nameofext.xpi > > A quick Google suggests that this is fully supported by Thunderbird (0.7 and > later) too. I've not tried as I've not got any extensions that I use in TB, > so I can't say for certain. Already tried, but it doesn't seem to work. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 17:34:04 2004 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 E548616A4CE for ; Wed, 21 Jul 2004 17:34:04 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B060943D3F for ; Wed, 21 Jul 2004 17:34:04 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup154-113.ip.peterstar.net ([81.3.154.113] helo=doom.homeunix.org) by voodoo.oberon.net with esmtp (TLSv1:AES256-SHA:256) (Exim 4.40 (FreeBSD)) id 1BnKyR-000KcY-7B for ports@freebsd.org; Wed, 21 Jul 2004 19:34:07 +0200 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.12.11/8.12.11) with ESMTP id i6LHVMsD012394 for ; Wed, 21 Jul 2004 21:32:16 +0400 (MSD) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.12.11/8.12.11/Submit) id i6LHUuKA012393 for ports@freebsd.org; Wed, 21 Jul 2004 21:30:56 +0400 (MSD) (envelope-from igor) Date: Wed, 21 Jul 2004 21:30:56 +0400 From: Igor Pokrovsky To: ports@freebsd.org Message-ID: <20040721173056.GA12314@doom.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: email 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: Wed, 21 Jul 2004 17:34:05 -0000 Hello, Could anyone please change maintainer's address of my ports to . I can submit pr's if it's easier for committers. The list of ports follows. archivers/szip games/BillardGL games/exult games/glbsp games/linux-nwserver games/rottdc games/ssc games/tenebrae games/vavoom graphics/allegrogl graphics/animabob graphics/ayam graphics/ftgl graphics/glew graphics/glfw graphics/gltt graphics/irit graphics/linux-ac3d graphics/oglext graphics/openrm graphics/pixie graphics/quesa graphics/renderpark graphics/smoke graphics/xrml print/gl2ps russian/mueller-dic -ip -- Anything good in life is either illegal, immoral or fattening. From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 17:38:49 2004 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 82BE516A4D1 for ; Wed, 21 Jul 2004 17:38:49 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEBC43D39 for ; Wed, 21 Jul 2004 17:38:49 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.40 (FreeBSD)) id 1BnL3M-000Kdc-5O; Wed, 21 Jul 2004 19:38:52 +0200 Date: Wed, 21 Jul 2004 19:38:52 +0200 From: Kirill Ponomarew To: Igor Pokrovsky Message-ID: <20040721173852.GG60692@voodoo.oberon.net> References: <20040721173056.GA12314@doom.homeunix.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4eRLI4hEmsdu6Npr" Content-Disposition: inline In-Reply-To: <20040721173056.GA12314@doom.homeunix.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: ports@freebsd.org Subject: Re: email 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: Wed, 21 Jul 2004 17:38:49 -0000 --4eRLI4hEmsdu6Npr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Jul 21, 2004 at 09:30:56PM +0400, Igor Pokrovsky wrote: > Hello, >=20 > Could anyone please change maintainer's > address of my ports to . > I can submit pr's if it's easier for committers. > The list of ports follows. Okey, I'll take it. -Kirill --4eRLI4hEmsdu6Npr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/qosQC1G6a60JuURAs2vAJ99qTP/rnx2V0QjoII+uOKw1MHRhQCfWK/K qhM25Vuw58LsXvwyly5OuU0= =yY27 -----END PGP SIGNATURE----- --4eRLI4hEmsdu6Npr-- From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 18:19:18 2004 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 66B4F16A4CE for ; Wed, 21 Jul 2004 18:19:18 +0000 (GMT) Received: from priv-edtnes40.telusplanet.net (outbound05.telus.net [199.185.220.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECCCF43D1D for ; Wed, 21 Jul 2004 18:19:17 +0000 (GMT) (envelope-from aaron@daltons.ca) Received: from d137-186-216-226.abhsia.telus.net ([137.186.216.226]) by priv-edtnes40.telusplanet.netESMTP <20040721181917.RYNX17922.priv-edtnes40.telusplanet.net@d137-186-216-226.abhsia.telus.net> for ; Wed, 21 Jul 2004 12:19:17 -0600 From: Aaron Dalton To: freebsd-ports@freebsd.org Date: Wed, 21 Jul 2004 12:19:37 -0600 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200407211219.37141.aaron@daltons.ca> Subject: English ports with non-english dependencies 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, 21 Jul 2004 18:19:18 -0000 I am relatively new to cvsup'ing port trees and rebuilding indexes. Why is it that there are non-localized ports (ports not in a specific language tree) with localized dependencies? Eg. tkscanfax is in the net tree but depends on a Japanese port? I removed localized ports from my machine to save diskspace and Portsdb doesn't work with these kinds of dependencies. For this reason I have moved to Portindex which works great. However, my curiousity is still piqued. Why would a non-localized port depend on a localized one? Thanks for your time! -- Aaron Dalton http://aaron.daltons.ca From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 18:27:46 2004 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 A060116A4CE for ; Wed, 21 Jul 2004 18:27:46 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642DA43D41 for ; Wed, 21 Jul 2004 18:27:46 +0000 (GMT) (envelope-from craig@yekse.gank.org) Received: by ion.gank.org (mail, from userid 1001) id 047362B1BD; Wed, 21 Jul 2004 13:27:45 -0500 (CDT) Date: Wed, 21 Jul 2004 13:27:43 -0500 From: Craig Boston To: Guido Falsi Message-ID: <20040721182742.GA80180@nowhere> Mail-Followup-To: Craig Boston , Guido Falsi , Kent Stewart , Jiawei Ye , freebsd-ports@freebsd.org References: <20040716184912.GA13209@wedge.madpilot.net> <20040718225829.GA732@wedge.madpilot.net> <200407181740.59754.kstewart@owt.com> <20040720120203.GA3931@wedge.madpilot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040720120203.GA3931@wedge.madpilot.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-ports@freebsd.org cc: Jiawei Ye cc: Kent Stewart Subject: Re: portupgrade error 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, 21 Jul 2004 18:27:46 -0000 On Tue, Jul 20, 2004 at 02:02:03PM +0200, Guido Falsi wrote: > multiple times...after cvsupping or removing some ports which could have > coused problems. Only thing still to try is removing ALL ports and > reinstalling them from scratch...But I'll have to wait to try that. I'm > leaving in a frew days :) FWIW, I'm seeing the exact same problem, starting right after trying out portindex for the first time. Removing /usr/ports/INDEX-5, /usr/ports/INDEX.db, and running make fetchindex seems to fixed the problem. Craig From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 18:46:51 2004 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 2D80416A4CE for ; Wed, 21 Jul 2004 18:46:51 +0000 (GMT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA78043D1D for ; Wed, 21 Jul 2004 18:46:50 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from localhost (totem.fix.no [80.91.36.20]) by totem.fix.no (Postfix) with ESMTP id A8ED36A9027; Wed, 21 Jul 2004 20:46:48 +0200 (CEST) Received: from totem.fix.no ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 56683-01-3; Wed, 21 Jul 2004 20:46:48 +0200 (CEST) Received: by totem.fix.no (Postfix, from userid 1000) id 488186A9022; Wed, 21 Jul 2004 20:46:48 +0200 (CEST) Date: Wed, 21 Jul 2004 20:46:47 +0200 From: Anders Nordby To: Adam Bown Message-ID: <20040721184647.GA84026@totem.fix.no> Mail-Followup-To: Anders Nordby , Adam Bown , ports@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.6i cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: pam_mysql-0.5_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, 21 Jul 2004 18:46:51 -0000 Hi, It's fixed in pam-mysql CVS repository if you check out branch pam_mysql-0_5-fvg. There's no release with this yet. Why use MySQL 4.1 now? The recommended production release of MySQL is 4.0. On Wed, Jul 21, 2004 at 05:23:05PM +0100, Adam Bown wrote: > I'm interested in using this port but notice that it wont compile against > mysql4.1. Are there any plans to fix this? ...or does it work with MySQL 5? > > > Any suggestions gratefully received. > > Regards, Adam Bown. > > _______________________________________________ > 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" -- Anders. From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 19:20:34 2004 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 3D43716A4CE; Wed, 21 Jul 2004 19:20:34 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97A443D5D; Wed, 21 Jul 2004 19:20:33 +0000 (GMT) (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 987F6167522; Wed, 21 Jul 2004 21:20:32 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i6LJKO8n012730 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 21 Jul 2004 21:20:24 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-ports@freebsd.org Date: Wed, 21 Jul 2004 21:20:18 +0200 User-Agent: KMail/1.6.2 References: <200407211219.37141.aaron@daltons.ca> In-Reply-To: <200407211219.37141.aaron@daltons.ca> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_3Hs/AZmDyvRRYPC"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407212120.23824.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: Aaron Dalton cc: mita@freebsd.org Subject: Re: English ports with non-english dependencies 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, 21 Jul 2004 19:20:34 -0000 --Boundary-02=_3Hs/AZmDyvRRYPC Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 21 July 2004 20:19, Aaron Dalton wrote: > I am relatively new to cvsup'ing port trees and rebuilding indexes. Why = is > it that there are non-localized ports (ports not in a specific language > tree) with localized dependencies? Eg. tkscanfax is in the net tree but > depends on a Japanese port?=20 [...] > Why would a non-localized port depend on a=20 > localized one? You'd best ask the port maintainer of tkscanfax (CC'd). =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_3Hs/AZmDyvRRYPC Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA/sH3Xhc68WspdLARAh20AKCBZA0owT3A/9PuN9E+m/GROE5UswCePj1N AYhlu2sfdU5+zMZw3FlKx6Q= =YbSC -----END PGP SIGNATURE----- --Boundary-02=_3Hs/AZmDyvRRYPC-- From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 20:50:05 2004 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 566F516A4CE for ; Wed, 21 Jul 2004 20:50:05 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BCC943D4C for ; Wed, 21 Jul 2004 20:50:05 +0000 (GMT) (envelope-from dhrider@gmail.com) Received: by mproxy.gmail.com with SMTP id x43so7381cwb for ; Wed, 21 Jul 2004 13:50:03 -0700 (PDT) Received: by 10.11.98.45 with SMTP id v45mr16303cwb; Wed, 21 Jul 2004 13:50:03 -0700 (PDT) Message-ID: <89ceee70407211350492ba113@mail.gmail.com> Date: Wed, 21 Jul 2004 13:50:03 -0700 From: Dan Finn To: freebsd-ports@freebsd.org In-Reply-To: <89ceee704070812487cdaea9e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <89ceee704070812487cdaea9e@mail.gmail.com> Subject: REPOST : Gimp2 port install fails with errors 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, 21 Jul 2004 20:50:05 -0000 ---------- Forwarded message ---------- From: Dan Finn Date: Thu, 8 Jul 2004 12:48:28 -0700 Subject: Gimp2 port install fails with errors To: freebsd-ports@freebsd.org dfinn @ stewie : ~] : uname -a FreeBSD stewie.thna.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Jun 25 16:05:57 PDT 2004 root@stewie.thna.net:/usr/obj/usr/src/sys/STEWIE i386 currently installed: pango-1.4.0_1 fontconfig-2.2.2,1 gimp-1.2.5,1 I would like to upgrade to gimp2, and I have been trying to do this by running make install in /usr/ports/graphics/gimp. I get the following errors: checking FONTCONFIG_CFLAGS... -I/usr/X11R6/include checking FONTCONFIG_LIBS... -L/usr/X11R6/lib -lfontconfig checking for pangoft2 >= 1.2.2... yes checking PANGOFT2_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include checking PANGOFT2_LIBS... -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv checking if Pango is built with a recent fontconfig... no configure: error: *** You have a fontconfig >= 2.2.0 installed on your system, but your *** PangoFT2 is using an older version. This old version is probably in *** /usr/X11R6. Look at the above output, and note that the result for *** FONTCONFIG_CFLAGS is not in the result for PANGOFT2_CFLAGS, and that *** there is likely an extra -I line, other than the ones for GLIB, *** Freetype, and Pango itself. That's where your old fontconfig files are. *** Rebuild pango, and make sure that it uses the newer fontconfig. The *** easiest way be sure of this is to simply get rid of the old fontconfig. *** When you rebuild pango, make sure the result for FONTCONFIG_CFLAGS is *** the same as the result here. ===> Script "configure" failed unexpectedly. Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach "/usr/ports/graphics/gimp/work/gimp-2.0.2/config.log" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 I rebuilt pango using portupgrade -f pango but I still get the above error. My last cvsup of the ports tree was done yesterday. Thanks Dan From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 21:21:39 2004 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 D140816A4CE; Wed, 21 Jul 2004 21:21:39 +0000 (GMT) Received: from aloha.npdx.net (aloha.npdx.net [198.145.255.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C07043D46; Wed, 21 Jul 2004 21:21:39 +0000 (GMT) (envelope-from nate@northwe.st) Received: from [172.16.1.2] (198-107-19-27.msrv.us [198.107.19.27]) by aloha.npdx.net (Postfix) with ESMTP id 496E956477; Wed, 21 Jul 2004 14:21:38 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Nate Silva Date: Wed, 21 Jul 2004 14:21:37 -0700 To: oliver@FreeBSD.org X-Mailer: Apple Mail (2.618) cc: ports@FreeBSD.org Subject: FreeBSD Port: courier-imap-3.0.6,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, 21 Jul 2004 21:21:39 -0000 Hello Oliver, The distfile for courier-imap is missing a checksum for the DRAC patch. Or the DRAC patch is broken in 3.0.6? > # make WITH_MYSQL=yes WITH_DRAC=yes > ===> Vulnerability check disabled > ===> Extracting for courier-imap-3.0.6,1 > >> Checksum OK for courier-imap-3.0.6.tar.bz2. > >> No checksum recorded for courier-imap-3.0.5-drac.patch. > *** Error code 1 > > Stop in /usr/ports/mail/courier-imap. > # cat distinfo > MD5 (courier-imap-3.0.6.tar.bz2) = f2d3c0d566ea6789192dc3cd5fd8f8fb > SIZE(courier-imap-3.0.6.tar.bz2) = 1693960 > # Regards, Nate From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 21:30:02 2004 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 3BD7216A4CE for ; Wed, 21 Jul 2004 21:30:02 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BB243D49 for ; Wed, 21 Jul 2004 21:30:01 +0000 (GMT) (envelope-from adam.mclaurin@gmx.net) Received: from 209-6-25-128.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com ([209.6.25.128] helo=jake) by smtp03.mrf.mail.rcn.net with smtp (Exim 3.35 #7) id 1BnOf2-00069v-00; Wed, 21 Jul 2004 17:30:00 -0400 Date: Wed, 21 Jul 2004 17:29:57 -0400 From: Adam McLaurin To: tmseck@netcologne.de Message-Id: <20040721172957.71fa3404.adam.mclaurin@gmx.net> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: squid 2.5.STABLE-6 patches not available 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, 21 Jul 2004 21:30:02 -0000 ---> Upgrading 'squid-2.5.5_12' to 'squid-2.5.6_1' (www/squid) ---> Building '/usr/ports/www/squid' ===> Cleaning for perl-5.6.1_15 ===> Cleaning for openssl-0.9.7d_1 ===> Cleaning for squid-2.5.6_1 ===> Vulnerability check disabled, database not found >> squid-2.5.STABLE6.tar.bz2 doesn't seem to exist in >/usr/ports/distfiles/squid2.5.> Attempting to fetch from >ftp://ftp.squid-cache.org/pub/squid-2/STABLE/. Receiving squid-2.5.STABLE6.tar.bz2 (1047199 bytes): 100% 1047199 bytes transferred in 6.9 seconds (149.16 kBps) >> squid-2.5.STABLE6-ufs_no_valid_dir.patch doesn't seem to exist in >/usr/ports/distfiles/squid2.5.> Attempting to fetch from >http://www.squid-cache.org/Versions/v2/2.5/bugs/. Receiving squid-2.5.STABLE6-ufs_no_valid_dir.patc (566 bytes): 100% 566 bytes transferred in 0.0 seconds (1.43 MBps) >> squid-2.5.STABLE6-ldap_helpers.patch doesn't seem to exist in >/usr/ports/distfiles/squid2.5.> Attempting to fetch from >http://www.squid-cache.org/Versions/v2/2.5/bugs/. fetch: http://www.squid-cache.org/Versions/v2/2.5/bugs/squid-2.5.STABLE6-ldap_helpers.patch: size mismatch: expected 25080, actual 25097 >> Attempting to fetch from >ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/squid2.5/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/squid2.5/squid-2.5.STABLE6-ldap_helpers.patch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/squid2.5 and try again. *** Error code 1 Stop in /usr/ports/www/squid. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade26318.0 make** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! www/squid (squid-2.5.5_12) (fetch error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed STABLE-6 has been out for a while; surprised no one complained about the missing patch! -- Adam "satyam, shivam, sundaram" From owner-freebsd-ports@FreeBSD.ORG Wed Jul 21 21:35:31 2004 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 2F05016A4CE for ; Wed, 21 Jul 2004 21:35:31 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E2143D31 for ; Wed, 21 Jul 2004 21:35:30 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.40 (FreeBSD)) id 1BnOkP-0005Nh-9W; Wed, 21 Jul 2004 23:35:33 +0200 Date: Wed, 21 Jul 2004 23:35:33 +0200 From: Kirill Ponomarew To: Adam McLaurin Message-ID: <20040721213533.GJ60692@voodoo.oberon.net> References: <20040721172957.71fa3404.adam.mclaurin@gmx.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/qIPZgKzMPM+y5U5" Content-Disposition: inline In-Reply-To: <20040721172957.71fa3404.adam.mclaurin@gmx.net> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: ports@FreeBSD.org cc: tmseck@netcologne.de Subject: Re: squid 2.5.STABLE-6 patches not available 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, 21 Jul 2004 21:35:31 -0000 --/qIPZgKzMPM+y5U5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, Jul 21, 2004 at 05:29:57PM -0400, Adam McLaurin wrote: =20 > STABLE-6 has been out for a while; surprised no one complained about the > missing patch! The patch was there yesterday, it was rerolled probably today by developers. You already sent it to maintainer, so he'll take care of that, thank you for reporting this problem. -Kirill --/qIPZgKzMPM+y5U5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/uGlQC1G6a60JuURAsA+AKDNhk5HoNCxPDTE+baUzivEHk1ZdgCg1aKM f0BluvWtMZLBdD1YxWsTGDk= =zxuS -----END PGP SIGNATURE----- --/qIPZgKzMPM+y5U5-- From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 00:29:51 2004 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 7095916A4CE; Thu, 22 Jul 2004 00:29:51 +0000 (GMT) Received: from ensc.cpsc.ucalgary.ca (ensc.cpsc.ucalgary.ca [136.159.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A70543D4C; Thu, 22 Jul 2004 00:29:51 +0000 (GMT) (envelope-from gaoj@cpsc.ucalgary.ca) Received: from imgw1.cpsc.ucalgary.ca (imgw1.cpsc.ucalgary.ca [136.159.5.9]) i6M0PvxC029634; Wed, 21 Jul 2004 18:25:57 -0600 (MDT) Received: from aibsd (sana-sa [136.159.7.231])i6M0Pqpi016726; Wed, 21 Jul 2004 18:25:52 -0600 Message-Id: <200407220025.i6M0Pqpi016726@imgw1.cpsc.ucalgary.ca> Received: by aibsd (sSMTP sendmail emulation); Wed, 21 Jul 2004 18:25:52 -0600 From: "Jie Gao" Date: Wed, 21 Jul 2004 18:25:52 -0600 To: FreeBSD-gnats-submit@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: X-Virus-Scanned: by amavis-milter (http://amavis.org/) X-Spam-Status: No, hits=3.2 required=6.8 X-Spam-Level: *** cc: freebsd-ports@freebsd.org Subject: New port: textproc/skim -- An input method platform based on SCIM library and KDE/QT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jie Gao List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 00:29:51 -0000 >Submitter-Id: current-users >Originator: Jie Gao >Organization: >Confidential: no >Synopsis: New port: textproc/skim -- An input method platform based on SCIM library and KDE/QT >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 5.2.1-RELEASE-p5 i386 >Environment: System: FreeBSD aibsd 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #0: Mon May 3 02:43:15 MDT 2004 gaoj@aibsd:/usr/obj/usr/src/sys/AIBSD i386 >Description: A New port textproc/skim. Skim is a input method platform based upon scim libraries optimized for KDE. It provides a GUI panel (named scim-panel-kde), a KConfig config module and SetupUIs for itself and scim-lib. It also has its own plugin system which supports on-demand loadable actions. WWW: http://scim.freedesktop.org/ This port depends on textproc/scim, and requires version 0.99.4 or above. So this PR depends on PR ports/69400 >How-To-Repeat: >Fix: --- textproc-skim.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # textproc/skim/ # textproc/skim/Makefile # textproc/skim/distinfo # textproc/skim/pkg-descr # textproc/skim/pkg-plist # textproc/skim/pkg-message # textproc/skim/files # textproc/skim/files/patch-plugins-scimlauncher-scimlauncher.cpp # echo c - textproc/skim/ mkdir -p textproc/skim/ > /dev/null 2>&1 echo x - textproc/skim/Makefile sed 's/^X//' >textproc/skim/Makefile << 'END-of-textproc/skim/Makefile' X# New ports collection makefile for: skim X# Date created: 21 July 2004 X# Whom: Jie Gao X# X# $FreeBSD$ X# X XPORTNAME= skim XPORTVERSION= 0.9.3 XCATEGORIES= textproc kde XMASTER_SITES= http://freedesktop.org/~cougar/skim/downloads/ X XMAINTAINER= gaoj@cpsc.ucalgary.ca XCOMMENT= An input method platform based on SCIM library and KDE/QT X XLIB_DEPENDS= scim-1.0.3:${PORTSDIR}/textproc/scim X XUSE_KDELIBS_VER=3 XUSE_ICONV= yes XUSE_GMAKE= yes XUSE_REINPLACE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ X PTHREAD_LIBS="${PTHREAD_LIBS}" X Xpre-configure: X ${REINPLACE_CMD} "s,-pedantic,,g; \ X s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure X ${REINPLACE_CMD} "s, | .*freebsd\*)$$,*),g" ${WRKSRC}/admin/ltmain.sh X Xpost-install: X @${CAT} ${PKGMESSAGE} X @${ECHO} To display this message again, type make post-install X X.include END-of-textproc/skim/Makefile echo x - textproc/skim/distinfo sed 's/^X//' >textproc/skim/distinfo << 'END-of-textproc/skim/distinfo' XMD5 (skim-0.9.3.tar.gz) = e3dd8d58262fdd379e9921ab384051b0 XSIZE (skim-0.9.3.tar.gz) = 876274 END-of-textproc/skim/distinfo echo x - textproc/skim/pkg-descr sed 's/^X//' >textproc/skim/pkg-descr << 'END-of-textproc/skim/pkg-descr' XSkim is a input method platform based upon scim libraries optimized for KDE. It Xprovides a GUI panel (named scim-panel-kde), a KConfig config module and XSetupUIs for itself and scim-lib. It also has its own plugin system which Xsupports on-demand loadable actions. X XWWW: http://scim.freedesktop.org/ END-of-textproc/skim/pkg-descr echo x - textproc/skim/pkg-plist sed 's/^X//' >textproc/skim/pkg-plist << 'END-of-textproc/skim/pkg-plist' Xbin/skim Xbin/scim-panel-kde Xlib/kde3/kcm_skimplugin_configplugin.la Xlib/kde3/kcm_skimplugin_configplugin.so Xlib/kde3/kcm_skimplugin_scim_global.la Xlib/kde3/kcm_skimplugin_scim_global.so Xlib/kde3/kcm_skimplugin_inputwindow.la Xlib/kde3/kcm_skimplugin_inputwindow.so Xlib/kde3/kcm_skimplugin_mainwindow.la Xlib/kde3/kcm_skimplugin_mainwindow.so Xlib/kde3/kcm_skimplugin_scim_imengines.la Xlib/kde3/kcm_skimplugin_scim_imengines.so Xlib/kde3/kcm_skimplugin_scim_qtimm.la Xlib/kde3/kcm_skimplugin_scim_qtimm.so Xlib/kde3/kcm_skimplugin_scim_smartpinyin.la Xlib/kde3/kcm_skimplugin_scim_smartpinyin.so Xlib/kde3/kcm_skimplugin_scim_tables.la Xlib/kde3/kcm_skimplugin_scim_tables.so Xlib/kde3/kcm_skimplugin_scim_x.la Xlib/kde3/kcm_skimplugin_scim_x.so Xlib/kde3/kcm_skimplugin_systemtray.la Xlib/kde3/kcm_skimplugin_systemtray.so Xlib/kde3/skimplugin_inputwindow.la Xlib/kde3/skimplugin_inputwindow.so Xlib/kde3/skimplugin_mainwindow.la Xlib/kde3/skimplugin_mainwindow.so Xlib/kde3/skimplugin_scim.la Xlib/kde3/skimplugin_scim.so Xlib/kde3/skimplugin_setupwindow.la Xlib/kde3/skimplugin_setupwindow.so Xlib/kde3/skimplugin_systemtray.la Xlib/kde3/skimplugin_systemtray.so Xlib/skim/libscim-kdeutils.la Xlib/skim/libscim-kdeutils.so Xlib/skim/libscim-kdeutils.so.0 Xlib/skim/libskim.la Xlib/skim/libskim.so Xlib/skim/libskim.so.0 Xshare/applnk/Utilities/skim.desktop Xshare/apps/skim/mainwindowui.rc Xshare/apps/skim/pics/full_width_letter.png Xshare/apps/skim/pics/full_width_punct.png Xshare/apps/skim/pics/half_width_letter.png Xshare/apps/skim/pics/half_width_punct.png Xshare/apps/skim/pics/keyboard.png Xshare/apps/skim/pics/pin_down.png Xshare/apps/skim/pics/pin_up.png Xshare/apps/skim/pics/skim.png Xshare/config.kcfg/generictable.kcfg Xshare/config.kcfg/qtimm.kcfg Xshare/config.kcfg/scimkdeconfig.kcfg Xshare/config.kcfg/smartpinyin.kcfg Xshare/doc/HTML/en/skim/common Xshare/doc/HTML/en/skim/index.cache.bz2 Xshare/doc/HTML/en/skim/index.docbook Xshare/doc/HTML/en/skim/inputwindow.png Xshare/doc/HTML/en/skim/kdesystray.png Xshare/doc/HTML/en/skim/kdex.dtd Xshare/doc/HTML/en/skim/mainwindow.png Xshare/doc/HTML/en/skim/setupwindow.png Xshare/locale/zh_CN/LC_MESSAGES/skim.mo Xshare/services/skimconfiguredialog/kcm_skimplugin_configplugin_config.desktop Xshare/services/skimconfiguredialog/skimplugin_scim_global_config.desktop Xshare/services/skimconfiguredialog/skimplugin_inputwindow_config.desktop Xshare/services/skimconfiguredialog/skimplugin_mainwindow_config.desktop Xshare/services/skimconfiguredialog/skimplugin_scim_imengines_config.desktop Xshare/services/skimconfiguredialog/skimplugin_scim_qtimm_config.desktop Xshare/services/skimconfiguredialog/skimplugin_scim_smartpinyin_config.desktop Xshare/services/skimconfiguredialog/skimplugin_scim_table_config.desktop Xshare/services/skimconfiguredialog/skimplugin_scim_x_config.desktop Xshare/services/skimconfiguredialog/skimplugin_systemtray_config.desktop Xshare/services/skimplugin_inputwindow.desktop Xshare/services/skimplugin_mainwindow.desktop Xshare/services/skimplugin_scim.desktop Xshare/services/skimplugin_setupwindow.desktop Xshare/services/skimplugin_systemtray.desktop Xshare/servicetypes/skimplugin.desktop Xshare/servicetypes/skimui.desktop X@cwd %%X11BASE%% Xlib/scim-1.0/1.0.0/Config/kconfig.la Xlib/scim-1.0/1.0.0/Config/kconfig.so Xlib/scim-1.0/1.0.0/Config/kconfig.so.0 X@cwd %%LOCALBASE%% X@dirrm share/services/skimconfiguredialog X@dirrm share/doc/HTML/en/skim X@dirrm share/apps/skim/pics X@dirrm share/apps/skim X@dirrm lib/skim END-of-textproc/skim/pkg-plist echo x - textproc/skim/pkg-message sed 's/^X//' >textproc/skim/pkg-message << 'END-of-textproc/skim/pkg-message' X------------------------------------------------------------------------------ XThe installation of skim has finished. You can find correponding menu items in XKDE's menu and Control Center. X XPlease note this port contains only KDE/QT frontends and utilities to the SCIM Xplatform. If you want to use any actual input method, please install the Xfollowing ports as needed: X X Chinese: X chinese/scim-tables Table based input methods: Array30, CangJie, Cantonese, X Dayi, Erbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin X chinese/scim-chinese Smart pinyin X X Korean: X korean/scim-tables Table based input methods: Hangul, Hanja X X Japanese: X japanese/scim-tables Table based input methods: HIRAGANA, KATAKANA, Nippon X XYou can use the command `skim' to start after properly setting SCIM (please Xrefer to the message displayed by scim installation). X------------------------------------------------------------------------------ END-of-textproc/skim/pkg-message echo c - textproc/skim/files mkdir -p textproc/skim/files > /dev/null 2>&1 echo x - textproc/skim/files/patch-plugins-scimlauncher-scimlauncher.cpp sed 's/^X//' >textproc/skim/files/patch-plugins-scimlauncher-scimlauncher.cpp << 'END-of-textproc/skim/files/patch-plugins-scimlauncher-scimlauncher.cpp' X--- plugins/scimlauncher/scimlauncher.cpp~ Sun Jul 11 06:19:13 2004 X+++ plugins/scimlauncher/scimlauncher.cpp Wed Jul 21 15:32:13 2004 X@@ -31,6 +31,20 @@ X K_EXPORT_COMPONENT_FACTORY( skimplugin_scim, X KGenericFactory( "skimplugin_scim" ) ); X X+char* mystrndup (const char* s, size_t n){ X+ size_t len=strlen(s); X+ if(len>n) X+ len=n; X+ char* newc=(char*)malloc(len+1); X+ X+ if (newc==NULL) X+ return NULL; X+ X+ newc[len] = '\0'; X+ return (char *)memcpy(newc, s, len); X+} X+#define strndup mystrndup X+ X ScimThread::ScimThread(QString _args) X { X args = "skim " + _args; END-of-textproc/skim/files/patch-plugins-scimlauncher-scimlauncher.cpp exit --- textproc-skim.sh ends here --- From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 03:56:47 2004 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 96C8616A4CE; Thu, 22 Jul 2004 03:56:47 +0000 (GMT) Received: from priv-edtnes51.telusplanet.net (outbound04.telus.net [199.185.220.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04EC743D2F; Thu, 22 Jul 2004 03:56:47 +0000 (GMT) (envelope-from cooper88@telus.net) Received: from donations5pbzi ([209.107.106.75]) by priv-edtnes51.telusplanet.netSMTP <20040722035644.BLEY2578.priv-edtnes51.telusplanet.net@donations5pbzi>; Wed, 21 Jul 2004 21:56:44 -0600 Message-ID: <000801c46f9f$e5ee7630$040a0a0a@donations5pbzi> From: "Grant Cooper" To: Date: Wed, 21 Jul 2004 21:56:41 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: I used Portupgrade and no more mysql support 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, 22 Jul 2004 03:56:47 -0000 I used portupgrade yesterday and I thought everything went fine. But I = can no longer connect to my mysql server. Saying that I didn't install = mysql support.=20 I never had a chance to. Is this no longer an option and I can't do the = "make clean install" to get mysql and session support?!!? I'm not on the mailling list can I please get sent a response to this = account.=20 Thanks .... From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 05:37:59 2004 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 EE07E16A4CE for ; Thu, 22 Jul 2004 05:37:59 +0000 (GMT) Received: from mx.weller-fahy.com (209-112-209-251-cdsl-rb1.nwc.acsalaska.net [209.112.209.251]) by mx1.FreeBSD.org (Postfix) with SMTP id 8464B43D31 for ; Thu, 22 Jul 2004 05:37:59 +0000 (GMT) (envelope-from dave-lists-freebsd-ports@weller-fahy.com) Received: (qmail 93861 invoked by uid 1001); 22 Jul 2004 05:37:59 -0000 Date: Wed, 21 Jul 2004 21:37:37 -0800 From: "David J. Weller-Fahy" To: freebsd-ports@freebsd.org Message-ID: <20040722053759.GA92878@weller-fahy.com> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-URL-Me: http://www.weller-fahy.com X-URL-Family: http://www.weller-kin.com X-Accept-Language: en X-Location: USA, Alaska, Elmendorf AFB User-Agent: Mutt/1.5.6i Subject: Problems with www/plone 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, 22 Jul 2004 05:38:00 -0000 Having issues with the www/plone port. When attempting to make the port the process errors out. Details are in the attached file. Any suggestions would be helpful. Running out of time tonight, but tomorrow I'll see if I can get any solutions on my own. Regards, -- dave [ please don't CC me ] From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 05:38:40 2004 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 4C50216A4CE for ; Thu, 22 Jul 2004 05:38:40 +0000 (GMT) Received: from mx.weller-fahy.com (209-112-209-251-cdsl-rb1.nwc.acsalaska.net [209.112.209.251]) by mx1.FreeBSD.org (Postfix) with SMTP id 463E743D1F for ; Thu, 22 Jul 2004 05:38:38 +0000 (GMT) (envelope-from dave-lists-freebsd-ports@weller-fahy.com) Received: (qmail 93882 invoked by uid 1001); 22 Jul 2004 05:38:37 -0000 Date: Wed, 21 Jul 2004 21:38:15 -0800 From: "David J. Weller-Fahy" To: freebsd-ports@freebsd.org Message-ID: <20040722053837.GB92878@weller-fahy.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20040722053759.GA92878@weller-fahy.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline In-Reply-To: <20040722053759.GA92878@weller-fahy.com> X-URL-Me: http://www.weller-fahy.com X-URL-Family: http://www.weller-kin.com X-Accept-Language: en X-Location: USA, Alaska, Elmendorf AFB User-Agent: Mutt/1.5.6i Subject: Re: Problems with www/plone 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, 22 Jul 2004 05:38:40 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * David J. Weller-Fahy [2004-07-21 21:37 -0800]: > Having issues with the www/plone port. When attempting to make the > port the process errors out. Details are in the attached file. Any > suggestions would be helpful. Running out of time tonight, but tomorrow > I'll see if I can get any solutions on my own. My apologies, here's the attachment. -- dave [ please don't CC me ] --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ploneerror.txt" dave[tigger]~> cd /usr/ports/www/plone/ dave[tigger]/usr/ports/www/plone> ls Makefile distinfo pkg-descr pkg-message dave[tigger]/usr/ports/www/plone> sudo make If you are upgrading from an earlier version backup your site before proceeding. If you haven't done so, please press CTRL-C now. ===> Found saved configuration for plone-2.0.3 ===> Extracting for plone-2.0.3 >> Checksum OK for zope/Plone-2.0.3.tar.gz. ===> Patching for plone-2.0.3 ===> plone-2.0.3 depends on file: /usr/local/bin/python - found ===> Configuring for plone-2.0.3 ===> Building for plone-2.0.3 Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/ActionIconsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/ActionsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/CalendarTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/CatalogTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/CustomizationPolicy.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/DiscussionTool.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions/accessRule.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions/add_copyright.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions/migrate.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions/setupSite.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions/tidy_up.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Extensions/view_source.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/FactoryTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/FolderWorkflow.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/FormTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/GroupDataTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/GroupsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/InterfaceTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/LargePloneFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/MemberDataTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/MembershipTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/MetadataTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/MigrationTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/NavigationTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneBaseTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneBatch.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneContent.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneControlPanel.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneInitialize.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneUtilities.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PloneWorkflow.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/Portal.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PrivateSitePolicy.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/PropertiesTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/QuickInstallerTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/RegistrationTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/SkinsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/StatelessTree.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/StatelessTreeNav.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/SyndicationTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/ToolNames.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/TypesTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/URLTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/UndoTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/UnicodeSplitter.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/WorkflowTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/__init__.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/data ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/debian ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/docs ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/docs/squid ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/i18n ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/imagePatch.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/CustomizationPolicy.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/FactoryTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/FormTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/InterfaceTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/NavigationController.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/OrderedContainer.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/PloneBaseTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/PloneControlPanel.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/PropertiesTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/interfaces/interface.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/future.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/migration_util.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1 ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1/final_one_zero_one.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1/one01_one02.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1/one02_one03.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1/one03_one04.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1/rc1_rc2.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v1/rc2_final.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2 ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2/final_two01.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2/oneX_twoBeta2.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2/plone2_base.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2/portlet_migration.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2/release_candidates.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/migrations/v2/twoBeta2_twoBeta3.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/setFormatPatch.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/setup ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/setup/ConfigurationMethods.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/setup/SetupBase.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/setup/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/setup/customization_policy.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/setup/dependencies.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/TitleOrId.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/TitleOrId.py", line 11 return title SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/clearCookie.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/css_inline_or_link.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/css_inline_or_link.py", line 27 return stylesheet_code SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/doFormSearch.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/doFormSearch.py", line 34 return context.portal_catalog( form_vars ) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/expanded_title.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/expanded_title.py", line 11 return page_title SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/filterCookie.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/iconHTML.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/iconHTML.py", line 24 return '%s' % (iconURL, SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/publishItems.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/rejectItems.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/setup_talkback_tree.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/setup_talkback_tree.py", line 14 return {'root': tree, 'rows': rows} SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/topic_addCriterion.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/topic_addSubtopic.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/topic_deleteCriteria.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/topic_editCriteria.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/topic_editTopic.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/truncID.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/truncID.py", line 6 return objID[:size] + '...' SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/cmf_legacy/unauthRedirect.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_3rdParty ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_3rdParty/CMFTopic ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_3rdParty/jscalendar ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_content ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_ecmascript ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_form_scripts ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_form_scripts/change_ownership.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_form_scripts/change_ownership.py", line 21 return context.portal_navigation.getNext( context SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_form_scripts/folder_localrole_edit.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_form_scripts/plone_change_password.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_form_scripts/plone_change_password.py", line 13 return context.personalize_form() SyntaxError: 'return' outside function Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_forms ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_images ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_portlets ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_error_log_setProperties.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_error_log_setProperties.py", line 14 return request.RESPONSE.redirect(context.absolute_url() +'/prefs_error_log_form?portal_status_message=%s' % ('Data+Updated')) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_error_log_update.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_error_log_update.py", line 10 return request.RESPONSE.redirect(context.absolute_url() +'/prefs_error_log_form?portal_status_message=%s' % ('Data+Updated')) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_group_edit.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_group_edit.py", line 36 return REQUEST.RESPONSE.redirect(url) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_group_members_edit.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_group_members_edit.py", line 21 return container.prefs_group_members() SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_mailhost_set.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_mailhost_set.py", line 20 return SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_portal_properties_set.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_portal_properties_set.py", line 18 return 0 SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_portalskin_set.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_portalskin_set.py", line 31 return SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_portrait_delete.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_portrait_delete.py", line 21 return REQUEST.RESPONSE.redirect(url) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_syndication_set.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_syndication_set.py", line 25 return SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_user_edit.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_user_edit.py", line 34 return REQUEST.RESPONSE.redirect(url) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_user_group_search.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_user_group_search.py", line 29 return retlist SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_user_membership_edit.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_user_membership_edit.py", line 23 return RESPONSE.redirect('%s?userid=%s' % (container.prefs_user_memberships.absolute_url(), SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_valid_search_restriction.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_valid_search_restriction.py", line 11 return ((searchonly != None) and (searchonly in specified)) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_workflow_advanced_edit.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_workflow_advanced_edit.py", line 19 return context.prefs_workflow_advanced() SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_workflow_basic_edit.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_prefs/prefs_workflow_basic_edit.py", line 22 return context.prefs_workflow_basic() SyntaxError: 'return' outside function Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/aboveInThread.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/aboveInThread.py", line 19 return breadcrumbs SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/add_ext_editor.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/add_ext_editor.py", line 23 return 'Successfully configured system to use External Editor.' SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/addtoFavorites.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/addtoFavorites.py", line 17 return RESPONSE.redirect('%s?%s' % (view_url, msg)) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/availableLanguages.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/availableLanguages.py", line 157 return value SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/batchedFolderContents.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/batchedFolderContents.py", line 31 return batch SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/breadcrumbs.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/breadcrumbs.py", line 165 return path_seq SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/browserDefault.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/browserDefault.py", line 11 return context.plone_utils.browserDefault(context) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/check_id.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/check_id.py", line 35 return 'Please enter a name.' SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/controlPanelParentUrl.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/controlPanelParentUrl.py", line 28 return parentPages.get(parent, None) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/create_query_string.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/create_query_string.py", line 31 return new SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/cropText.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/cropText.py", line 10 return text SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/date_components_support.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/date_components_support.py", line 147 return {'years':years, 'months':months, 'days':days, SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/deleteDiscussion.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/displayContentsTab.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/displayContentsTab.py", line 35 return 0 SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/errorMessages.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/errorMessages.py", line 14 return messages SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/expireAuthCookie.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/external_edit.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/external_edit.py", line 10 return context.REQUEST['RESPONSE'].redirect('%s/externalEdit_/%s' % \ SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/extract_date_components.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/extract_date_components.py", line 52 return {'year':year, 'month':month, SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/filterCookie.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/filterCookie.py", line 22 return SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/filterTypes.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/filterTypes.py", line 15 return results SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/folder_position.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/folder_position.py", line 31 return response.redirect('%s/%s?portal_status_message=%s' % (context.absolute_url(), SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/formatStx.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/formatStx.py", line 16 return structured_text(text) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/generateId.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/generateId.py", line 15 return id SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/generateUniqueId.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/generateUniqueId.py", line 23 return prefix+time+rand+suffix SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getAllowedTypes.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getAllowedTypes.py", line 13 return [ ctype for ctype in types if ctype.getId() not in filterOut ] SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getBeginAndEndTimes.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getBeginAndEndTimes.py", line 20 return (begin, end) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getEventString.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getEventString.py", line 16 return eventstring SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getFolderContents.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getFolderContents.py", line 30 return contents SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getFolderListingFolderContents.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getFolderListingFolderContents.py", line 47 return contents SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getNextMonth.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getNextMonth.py", line 19 return DateTime('%s/1/%s' % (month, year)) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getNotAddableTypes.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getNotAddableTypes.py", line 12 return ('Favorite',) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getObjSize.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getObjSize.py", line 23 return '0 %s' % smaller SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getOrderedUserActions.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getOrderedUserActions.py", line 37 return ordered_actions SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPersonalFolderFor.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPersonalFolderFor.py", line 18 return getattr(folder,'.personal', None) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPlonePersonalPortait.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPlonePersonalPortait.py", line 10 return context.portal_membership.getPersonalPortrait(member) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPopupScript.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPopupScript.py", line 3 return r""" SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPreviousMonth.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getPreviousMonth.py", line 19 return DateTime('%s/1/%s' % (month, year)) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getReplyReplies.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/getReplyReplies.py", line 21 return replies SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/isExpired.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/isExpired.py", line 27 return 1 SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/isIDAutoGenerated.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/isIDAutoGenerated.py", line 29 return autogenerated SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/keyFilteredActions.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/keyFilteredActions.py", line 26 return keyed_actions SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/listMetaTags.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/listMetaTags.py", line 82 return returnList SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/logged_in.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/logged_in.py", line 38 return context.restrictedTraverse(login_failed)() SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/mail_password.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/mail_password.py", line 15 return response SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/my_worklist.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/my_worklist.py", line 12 return [] SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigationCurrent.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigationCurrent.py", line 32 return listing SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigationLocalRelated.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigationLocalRelated.py", line 48 return {'local':local, 'remote':remote} SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigationParent.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigationParent.py", line 31 return SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigatorExpand.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/navigatorExpand.py", line 15 return context.REQUEST.RESPONSE.redirect(referer) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/plone_log.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/plonifyActions.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/plonifyActions.py", line 52 return plone_actions SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/portal_form_url.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/portal_form_url.py", line 44 return string.join(url_list,'/') SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/prepare_slots.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/prepare_slots.py", line 58 return slots SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/queryCatalog.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/queryCatalog.py", line 77 return results SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/quick_undo.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/quick_undo.py", line 31 return request.RESPONSE.redirect( '%s?%s' % ( came_from SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/rejectAnonymous.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/rejectAnonymous.py", line 16 return RESPONSE.redirect( url % ( portal_url SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/renderBase.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/renderBase.py", line 3 return context.absolute_url()+'/' SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/require_login.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/require_login.py", line 26 return request.RESPONSE.redirect(context.portal_url()+'/'+login+query) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/returnNone.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/returnNone.py", line 11 return None SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/reverseList.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/reverseList.py", line 19 return myList SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/selectedTabs.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/selectedTabs.py", line 19 return {'portal':contentpath[0]} SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/setAuthCookie.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/showEditableBorder.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/showEditableBorder.py", line 43 return 0 SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/show_id.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/show_id.py", line 10 return not (context.portal_factory.isTemporary(context) or context.CreationDate() == context.ModificationDate()) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/sortObjects.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/sortObjects.py", line 14 return contents SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/sort_modified_ascending.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/sort_modified_ascending.py", line 12 return sorted SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/spamProtect.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/spamProtect.py", line 11 return '' + email + '' SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/toLocalizedTime.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/toLocalizedTime.py", line 13 return localized_time(time, long_format, context) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/toPortalTime.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/toPortalTime.py", line 14 return context.toLocalizedTime(time=time, long_format=long_format) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/translate.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/translate.py", line 24 return value SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/undo.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/undo.py", line 7 return context.REQUEST.RESPONSE.redirect( '%s?%s' % (came_from, msg) ) SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/unique.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_scripts/unique.py", line 33 return [] SyntaxError: 'return' outside function Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_styles ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_styles/hide_columns.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_styles/hide_columns.py", line 15 return "visualColumnHideOneTwo" SyntaxError: 'return' outside function Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_tableless ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_templates ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_templates/standard_error_message.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_templates/standard_error_message.py", line 29 return error_page SyntaxError: 'return' outside function Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/skins/plone_wysiwyg ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/PloneTestCase.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/dummy.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/framework.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/runalltests.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testActionIconsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testActionsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testCatalogTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testContentPublishing.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testContentSecurity.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testContentTypeScripts.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testCutPasteSecurity.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testDefaultWorkflow.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testFolderLocalRoleForm.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testFolderWorkflow.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testGroupDataTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testGroupsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testInterfaceTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testInterfaces.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testMemberDataTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testMembershipTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testOrderSupport.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testPloneFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testPloneTestCase.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testPloneTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testPortalCreation.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testPortalFactory.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testQueryCatalog.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testQuickInstallerTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testRegistrationTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testSecurityDeclarations.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testSkeletonPloneTest.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testSkeletonZopeTest.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testUserFolderBasics.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/testWebDAV.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/tests/zcheck.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/verifyObjectPastePatch.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/www ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFPlone/zserverPatch.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions/BaseFormAction.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions/IFormAction.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions/RedirectTo.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions/RedirectToAction.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions/TraverseTo.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions/TraverseToAction.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Actions/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/BaseControllerPageTemplate.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/ControllerBase.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/ControllerPageTemplate.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/ControllerPageTemplateFile.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/ControllerPythonScript.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/ControllerState.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/ControllerValidator.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Extensions ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Extensions/Install.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Extensions/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/FSControllerPageTemplate.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/FSControllerPythonScript.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/FSControllerValidator.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/FormAction.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/FormController.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/FormValidator.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Key.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/Script.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/ValidationError.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/config.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/globalVars.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/utils.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFFormController/www ... Listing /usr/ports/www/plone/work/Plone-2.0.3/Formulator ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/DummyField.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/Errors.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/FSForm.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/Field.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/FieldHelpTopic.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/FieldRegistry.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/Form.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/FormToXML.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/HelperFields.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/ListTextAreaField.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/MethodField.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/PatternChecker.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/ProductForm.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/StandardFields.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/TALESField.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/Validator.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/Widget.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/XMLObjects.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/XMLToForm.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/__init__.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/Formulator/dtml ... Listing /usr/ports/www/plone/work/Plone-2.0.3/Formulator/help ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/help/BasicForm.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/help/Field.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/help/Form.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/help/ZMIForm.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/Formulator/tests ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/tests/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/tests/test_Form.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/tests/test_all.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/tests/test_serialize.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/Formulator/tests/test_validators.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/Formulator/www ... Listing /usr/ports/www/plone/work/Plone-2.0.3/BTreeFolder2 ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/BTreeFolder2/BTreeFolder2.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/BTreeFolder2/CMFBTreeFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/BTreeFolder2/__init__.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/BTreeFolder2/tests ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/BTreeFolder2/tests/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/BTreeFolder2/tests/testBTreeFolder2.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/InstalledProduct.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/QuickInstallerTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/SkinRegistrar.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/__pkginfo__.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/forms ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/interfaces ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/interfaces/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/interfaces/interface.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFQuickInstallerTool/interfaces/portal_quickinstaller.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/ActionIconsTool.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/Extensions ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/Extensions/Install.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/Extensions/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/permissions.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/skins ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/skins/actionicons ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/standard_mappings.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/tests ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/tests/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/tests/test_ActionIconsTool.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/CMFActionIcons/www ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/DynaList.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/Extensions ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/Extensions/Install.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/Extensions/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/GRUFFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/GRUFUser.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/GroupDataTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/GroupUserFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/GroupsTool.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/GroupsToolPermissions.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/Installation.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/Log.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/class_utility.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/doc ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/doc/py2htmldoc.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/dtml ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/global_symbols.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/interfaces ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/interfaces/IUserFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/interfaces/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/interfaces/portal_groupdata.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/interfaces/portal_groups.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/skins ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/skins/gruf ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/skins/gruf/change_password.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/skins/gruf/change_password.py", line 23 return context.password_form(context, SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/skins/gruf/getUsersInGroup.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/skins/gruf/getUsersInGroup.py", line 21 return avail SyntaxError: 'return' outside function Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests/Log.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests/__init__.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests/framework.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests/runalltests.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests/testGroupUserFolder.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests/testMultipleSources.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/tests/testPloneInterface.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/website ... Listing /usr/ports/www/plone/work/Plone-2.0.3/GroupUserFolder/www ... Listing /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/Domain.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/FasterStringIO.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/GettextMessageCatalog.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/MessageID.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/Negotiator.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/PatchStringIO.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/PlacelessTranslationService.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/TranslateTags.py ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/__init__.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/debian ... Listing /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/i18n ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/msgfmt.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/tests ... Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/tests/test_PlacelessExports.py ... File "/usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/tests/test_PlacelessExports.py", line 20 return printed SyntaxError: 'return' outside function Compiling /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/utils.py ... Listing /usr/ports/www/plone/work/Plone-2.0.3/PlacelessTranslationService/www ... *** Error code 1 (ignored) dave[tigger]/usr/ports/www/plone> --CE+1k2dSO48ffgeK-- From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 05:39:17 2004 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 CFE2616A4CE for ; Thu, 22 Jul 2004 05:39:17 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB5243D39 for ; Thu, 22 Jul 2004 05:39:17 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6M5dELQ062455; Thu, 22 Jul 2004 07:39:15 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <40FF5302.2060007@FreeBSD.org> Date: Thu, 22 Jul 2004 07:39:14 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grant Cooper References: <000801c46f9f$e5ee7630$040a0a0a@donations5pbzi> In-Reply-To: <000801c46f9f$e5ee7630$040a0a0a@donations5pbzi> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: I used Portupgrade and no more mysql support 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, 22 Jul 2004 05:39:17 -0000 Grant Cooper wrote: > I used portupgrade yesterday and I thought everything went fine. But I can no longer connect to my mysql server. Read ports/UPDATING. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 06:38:26 2004 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 D7DAA16A4E9 for ; Thu, 22 Jul 2004 06:38:26 +0000 (GMT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 694C343D45 for ; Thu, 22 Jul 2004 06:38:25 +0000 (GMT) (envelope-from neuhauser@chello.cz) Received: (qmail 63044 invoked by uid 0); 22 Jul 2004 06:38:23 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 22 Jul 2004 06:38:23 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id CA76C2FDA01; Thu, 22 Jul 2004 08:38:22 +0200 (CEST) Date: Thu, 22 Jul 2004 08:38:22 +0200 From: Roman Neuhauser To: David Julien Message-ID: <20040722063822.GA1112@isis.wad.cz> Mail-Followup-To: David Julien , ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: ports@freebsd.org Subject: Re: Are files and directories mandatory in 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: Thu, 22 Jul 2004 06:38:27 -0000 # david.julien@gmail.com / 2004-07-21 19:07:12 +0200: > My port is ready and seems to work correctly but i can't send it with > send-pr because my computer is behind a firewall. send-pr uses your MTA to send the pr; doesn't your firewall allow outbound traffic on tcp/25? -- 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 Thu Jul 22 06:57:07 2004 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 72C8D16A4CE for ; Thu, 22 Jul 2004 06:57:07 +0000 (GMT) Received: from mallard.mail.pas.earthlink.net (mallard.mail.pas.earthlink.net [207.217.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD1443D2D for ; Thu, 22 Jul 2004 06:57:07 +0000 (GMT) (envelope-from andrei@kableu.com) Received: from h-68-164-89-115.snvacaid.dynamic.covad.net ([68.164.89.115] helo=root.kableu.com) by mallard.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BnXVq-0001y4-00 for ports@freebsd.org; Wed, 21 Jul 2004 23:57:06 -0700 Received: by root.kableu.com (Postfix, from userid 1001) id B2D415C69; Wed, 21 Jul 2004 23:57:45 -0700 (PDT) Date: Wed, 21 Jul 2004 23:57:45 -0700 From: Andrew Konstantinov To: ports@freebsd.org Message-ID: <20040722065745.GA97676@root.kableu.com> References: <20040722063822.GA1112@isis.wad.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <20040722063822.GA1112@isis.wad.cz> User-Agent: Mutt/1.4.2.1i Subject: Re: Are files and directories mandatory in 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: Thu, 22 Jul 2004 06:57:07 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 22, 2004 at 08:38:22AM +0200, Roman Neuhauser wrote: > # david.julien@gmail.com / 2004-07-21 19:07:12 +0200: > > My port is ready and seems to work correctly but i can't send it with > > send-pr because my computer is behind a firewall. >=20 > send-pr uses your MTA to send the pr; doesn't your firewall allow > outbound traffic on tcp/25? In attempt to eliminate the spam, some ISP's block any traffic that is comi= ng from or is destined for port 25. If that is the case, then your ISP should provide you with a relay server that you are supposed to use in order to se= nd mail. As an alternative solution, you might search the web for "reflectors.= " I think some groups provide that service for free (although you might have to register your IP). Andrew --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA/2Vp5Jhyz2/cFigRAofIAJ9r6mo8GWB+wFUK7Gz+Yf8dTpciggCbBg5v yxCgsrQQ+IQkHPlkYc9V3GM= =ZScU -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 07:11:00 2004 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 75D5F16A4CE for ; Thu, 22 Jul 2004 07:11:00 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.241]) by mx1.FreeBSD.org (Postfix) with SMTP id 65B4643D2D for ; Thu, 22 Jul 2004 07:11:00 +0000 (GMT) (envelope-from david.julien@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so985634cwb for ; Thu, 22 Jul 2004 00:10:52 -0700 (PDT) Received: by 10.11.116.63 with SMTP id o63mr30482cwc; Thu, 22 Jul 2004 00:10:52 -0700 (PDT) Message-ID: Date: Thu, 22 Jul 2004 09:10:52 +0200 From: David Julien To: Roman Neuhauser In-Reply-To: <20040722063822.GA1112@isis.wad.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040722063822.GA1112@isis.wad.cz> cc: ports@freebsd.org Subject: Re: Are files and directories mandatory in 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: Thu, 22 Jul 2004 07:11:00 -0000 On Thu, 22 Jul 2004 08:38:22 +0200, Roman Neuhauser wrote: > # david.julien@gmail.com / 2004-07-21 19:07:12 +0200: > > My port is ready and seems to work correctly but i can't send it with > > send-pr because my computer is behind a firewall. > > send-pr uses your MTA to send the pr; doesn't your firewall allow > outbound traffic on tcp/25? > My computer is behind the firewall of my university and it closes almost all ports, and especially the 25. -- David From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 07:19:38 2004 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 3A63616A4CE; Thu, 22 Jul 2004 07:19:38 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689C243D48; Thu, 22 Jul 2004 07:19:37 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6M7JTYo013665; Thu, 22 Jul 2004 11:19:29 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6M7JTxi013664; Thu, 22 Jul 2004 11:19:29 +0400 (MSD) (envelope-from ache) Date: Thu, 22 Jul 2004 11:19:29 +0400 From: Andrey Chernov To: Tim Kientzle Message-ID: <20040722071929.GA13591@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Kientzle , Tim Kientzle , current@FreeBSD.ORG, ports@FreeBSD.ORG References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FC9FC2.8050400@kientzle.com> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.8; VDF 6.26.0.37 (host: pobrecita.freebsd.ru) cc: ports@FreeBSD.ORG cc: Tim Kientzle cc: current@FreeBSD.ORG Subject: Re: NEW TAR 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, 22 Jul 2004 07:19:38 -0000 On Mon, Jul 19, 2004 at 09:29:54PM -0700, Tim Kientzle wrote: > but they're not gtar-compatible. (The gtar > approach has a number of drawbacks. The primary > one being that on many systems it requires reading > the entire file twice, once to find holes and again > to actually archive the file. It is possible to > do both in one pass if you store the sparse file > data in a different fashion.) I can't imagine the case when 2 passes are needed. Even if you have normal file in the archive and specify -S only when extracting (it should work as expected), only 1 pass is needed. Just stop on first '\0' and count them until they finished, then do lseek (real case will be a bit harder to implement because of block boundaries). -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 07:31:01 2004 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 F376416A4CE for ; Thu, 22 Jul 2004 07:31:00 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0716D43D41 for ; Thu, 22 Jul 2004 07:31:00 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i6M7UeX596904; Thu, 22 Jul 2004 09:30:40 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i6M7Udf146742; Thu, 22 Jul 2004 09:30:39 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i6M7UbV27661; Thu, 22 Jul 2004 09:30:37 +0200 (MET DST) Date: Thu, 22 Jul 2004 09:30:39 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Andrey Chernov In-Reply-To: <20040722071929.GA13591@nagual.pp.ru> Message-ID: <20040722092624.A9549@beagle.kn.op.dlr.de> References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> <20040722071929.GA13591@nagual.pp.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org cc: Tim Kientzle Subject: Re: NEW TAR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 07:31:01 -0000 On Thu, 22 Jul 2004, Andrey Chernov wrote: AC>On Mon, Jul 19, 2004 at 09:29:54PM -0700, Tim Kientzle wrote: AC>> but they're not gtar-compatible. (The gtar AC>> approach has a number of drawbacks. The primary AC>> one being that on many systems it requires reading AC>> the entire file twice, once to find holes and again AC>> to actually archive the file. It is possible to AC>> do both in one pass if you store the sparse file AC>> data in a different fashion.) AC> AC>I can't imagine the case when 2 passes are needed. Even if you have normal AC>file in the archive and specify -S only when extracting (it should work as AC>expected), only 1 pass is needed. Just stop on first '\0' and count them AC>until they finished, then do lseek (real case will be a bit harder to AC>implement because of block boundaries). Imagine that you must store the hole data before the non-hole file content in the archieve. In that case you must read the input file to find the holes, write the hole data to the archive, rewind the input file and write all the non-hole data to the archive. If you do it the other way around (hole data at the end) you get a problem when extracting. The way I see would be to put the hole data in-line. This is also not without problems. AFAIK the tar format basically requires that you know how long something is before you can write it. harti From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 07:38:05 2004 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 2AF9C16A501; Thu, 22 Jul 2004 07:38:04 +0000 (GMT) Received: from turing.cs.hmc.edu (turing.cs.hmc.edu [134.173.42.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B4C43D49; Thu, 22 Jul 2004 07:38:04 +0000 (GMT) (envelope-from nge@cs.hmc.edu) Received: by turing.cs.hmc.edu (Postfix, from userid 26983) id AE14C53D00; Thu, 22 Jul 2004 00:38:03 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by turing.cs.hmc.edu (Postfix) with ESMTP id 99AB25A8DE; Thu, 22 Jul 2004 00:38:03 -0700 (PDT) Date: Thu, 22 Jul 2004 00:38:03 -0700 (PDT) From: Nate Eldredge X-X-Sender: nate@turing To: trevor@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports@freebsd.org Subject: Reprieve for xdiskusage 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: Thu, 22 Jul 2004 07:38:05 -0000 Hello, The x11-fm/xdiskusage port is currently scheduled for expiration on 20 August. In light of PR 68194 (which I filed, but which seems to have gone unnoticed since then), can the expiration be removed? (I found the problem, but am not sure of the right way to fix it.) -- Nate Eldredge nge@cs.hmc.edu From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 07:47:50 2004 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 3C9E816A4CE; Thu, 22 Jul 2004 07:47:50 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E4343D49; Thu, 22 Jul 2004 07:47:49 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6M7lm87014466; Thu, 22 Jul 2004 11:47:48 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6M7lmh8014465; Thu, 22 Jul 2004 11:47:48 +0400 (MSD) (envelope-from ache) Date: Thu, 22 Jul 2004 11:47:47 +0400 From: Andrey Chernov To: Harti Brandt Message-ID: <20040722074747.GB13943@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Harti Brandt , Tim Kientzle , ports@freebsd.org References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> <20040722071929.GA13591@nagual.pp.ru> <20040722092624.A9549@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722092624.A9549@beagle.kn.op.dlr.de> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.8; VDF 6.26.0.37 (host: pobrecita.freebsd.ru) cc: ports@freebsd.org cc: Tim Kientzle Subject: Re: NEW TAR 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, 22 Jul 2004 07:47:50 -0000 On Thu, Jul 22, 2004 at 09:30:39AM +0200, Harti Brandt wrote: > (hole data at the end) you get a problem when extracting. The way I see > would be to put the hole data in-line. This is also not without problems. I too. Just store '\0' and then its count. This solution needs some "backslashing"-like detection to prevent archive file grow bigger on short sequences. But because nobody will understand that format, better stick with GNU one, regardless of its inefficiency. People using -S will have some slowdown, but they know what they do. -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 07:55:45 2004 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 CA38816A4CE for ; Thu, 22 Jul 2004 07:55:45 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D5C43D41 for ; Thu, 22 Jul 2004 07:55:45 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i6M7tUX545984; Thu, 22 Jul 2004 09:55:30 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i6M7tUf516890; Thu, 22 Jul 2004 09:55:30 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i6M7tTV28147; Thu, 22 Jul 2004 09:55:29 +0200 (MET DST) Date: Thu, 22 Jul 2004 09:55:30 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Andrey Chernov In-Reply-To: <20040722074747.GB13943@nagual.pp.ru> Message-ID: <20040722095317.U9549@beagle.kn.op.dlr.de> References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> <20040722071929.GA13591@nagual.pp.ru> <20040722074747.GB13943@nagual.pp.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org cc: Tim Kientzle Subject: Re: NEW TAR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 07:55:45 -0000 On Thu, 22 Jul 2004, Andrey Chernov wrote: AC>On Thu, Jul 22, 2004 at 09:30:39AM +0200, Harti Brandt wrote: AC>> (hole data at the end) you get a problem when extracting. The way I see AC>> would be to put the hole data in-line. This is also not without problems. AC> AC>I too. Just store '\0' and then its count. This solution needs some AC>"backslashing"-like detection to prevent archive file grow bigger on short AC>sequences. AC> AC>But because nobody will understand that format, better stick with GNU one, AC>regardless of its inefficiency. People using -S will have some slowdown, AC>but they know what they do. GNU tar is unmaintained for several years now and I see no reason to restrict development because of an unmaintained ancient program. If there is a better format we should implement it (well, Tim I suppose :-) GNU's format as an option. If you prepare an archieve that should be readable by everyone you cannot use sparse format anyway. harti From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 09:11:16 2004 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 C049316A4CE for ; Thu, 22 Jul 2004 09:11:16 +0000 (GMT) Received: from web25402.mail.ukl.yahoo.com (web25402.mail.ukl.yahoo.com [217.12.10.136]) by mx1.FreeBSD.org (Postfix) with SMTP id 120AE43D1D for ; Thu, 22 Jul 2004 09:11:16 +0000 (GMT) (envelope-from cokyazici@yahoo.co.uk) Message-ID: <20040722091115.21036.qmail@web25402.mail.ukl.yahoo.com> Received: from [81.153.23.191] by web25402.mail.ukl.yahoo.com via HTTP; Thu, 22 Jul 2004 10:11:15 BST Date: Thu, 22 Jul 2004 10:11:15 +0100 (BST) From: =?iso-8859-1?q?N=20COKYAZICI?= To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: 2 port requests (with details on how i got some of it working) 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, 22 Jul 2004 09:11:16 -0000 Hello... 1. theres a game engine i've been trying to get working on FreeBSD 5.2.1-Release, theres a linux version now - which should be easy to port, i tryed the windows version before on windows and played it a lot, it made the graphics of a really old game and small game look quite modern. doomsdayhq dot com is the website for it. from what i remember when you download and install the 9MB models it makes the graphics like quake 3, i was amazed at how it managed it with only around 20MB. i think it mostly uses SDL, the ./configure fails when it trys to find SDL_net.h, i tryed ages to try to make it detect it but it still didnt no matter what i did :( 2. this isnt relavant to my first request but its still very useful... you can get the dos gcc - djgpp to cross compile a DOS/Windows program on FreeBSD. i managed to get it working, i tested a program it compiled that had a lot of file i/o functions in dosbox and it worked nicely, i just couldnt get the c++ working, i found a website that said if you go to the "packages/gnu/gcc-3.2-obj" and type "make all-gcc install" it makes and installs it with c but without c++, i followed the instructions in the text file "cross/howto.32" and did the above. i think this is important as a port because many people have friends on windows who they need to send programs they wrote and compiled for them. the website for the compiler is delorie dot com slash djgpp you just go to the zip picker and say you want to do a unix cross compile and select sources for everything you download, the instructions on the zip picker seem to be kind of out of date but theres good instructions when you unzip one of the files, a file called cross/howto.32 should appear. Regards, a very happy FreeBSD user. ___________________________________________________________ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself http://uk.messenger.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 09:16:35 2004 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 C8DE616A4CE; Thu, 22 Jul 2004 09:16:35 +0000 (GMT) Received: from mail009.syd.optusnet.com.au (mail009.syd.optusnet.com.au [211.29.132.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E2AB43D46; Thu, 22 Jul 2004 09:16:34 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i6M9GNf23561; Thu, 22 Jul 2004 19:16:23 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i6M9GMVd009415; Thu, 22 Jul 2004 19:16:22 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i6M9GMDR009414; Thu, 22 Jul 2004 19:16:22 +1000 (EST) (envelope-from pjeremy) Date: Thu, 22 Jul 2004 19:16:22 +1000 From: Peter Jeremy To: Andrey Chernov , current@FreeBSD.ORG, ports@FreeBSD.ORG Message-ID: <20040722091622.GG3001@cirb503493.alcatel.com.au> References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> <20040722071929.GA13591@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722071929.GA13591@nagual.pp.ru> User-Agent: Mutt/1.4.2i Subject: Re: NEW TAR 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, 22 Jul 2004 09:16:36 -0000 On Thu, 2004-Jul-22 11:19:29 +0400, Andrey Chernov wrote: >On Mon, Jul 19, 2004 at 09:29:54PM -0700, Tim Kientzle wrote: >> but they're not gtar-compatible. (The gtar >> approach has a number of drawbacks. The primary >> one being that on many systems it requires reading >> the entire file twice, once to find holes and again >> to actually archive the file. It is possible to >> do both in one pass if you store the sparse file >> data in a different fashion.) > >I can't imagine the case when 2 passes are needed. Even if you have normal >file in the archive and specify -S only when extracting (it should work as >expected), only 1 pass is needed. Just stop on first '\0' and count them >until they finished, then do lseek (real case will be a bit harder to >implement because of block boundaries). I thought gnutar implemented sparse files by writing a bitmap of used blocks vs holes followed by the actual data. This needs 1 pass to calculate the bitmap and a second pass to write the data. You probably don't want to unnecessarily convert holes to data in your archive. Some Un*x systems generate a core dump by writing the process memory map to a file - holes and all - giving you a sparse file that appears to be several GB in size. Older dbm variants also tended to leave large holes in the .pag file from memory. -- Peter Jeremy From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 09:30:16 2004 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 D85FF16A4CF for ; Thu, 22 Jul 2004 09:30:16 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 742C643D1F for ; Thu, 22 Jul 2004 09:30:16 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 904682282C; Thu, 22 Jul 2004 11:30:14 +0200 (CEST) Resent-From: erwin@droso.net Resent-Date: Thu, 22 Jul 2004 11:30:14 +0200 Resent-Message-ID: <20040722093014.GO45073@droso.net> Resent-To: ports@FreeBSD.org X-Original-To: erwin@lansing.dk Delivered-To: erwin@localhost.droso.net Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by mail.droso.net (Postfix) with ESMTP id 72A1D2284E for ; Thu, 22 Jul 2004 11:14:14 +0200 (CEST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 4A23255526 for ; Thu, 22 Jul 2004 09:14:13 +0000 (GMT) (envelope-from erwin@staff.tdk.net) Received: by hub.freebsd.org (Postfix) id 488E216A4CF; Thu, 22 Jul 2004 09:14:13 +0000 (GMT) Delivered-To: erwin@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4639916A4CE for ; Thu, 22 Jul 2004 09:14:13 +0000 (GMT) Received: from staff.tdk.net (tdk.net [194.239.134.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485DB43D41 for ; Thu, 22 Jul 2004 09:14:12 +0000 (GMT) (envelope-from erwin@staff.tdk.net) Received: from lemur.staff.tdk.net (lemur.staff.tdk.net [10.253.2.251]) by staff.tdk.net (8.12.11/8.12.11) with ESMTP id i6M9Dh3l007692 for ; Thu, 22 Jul 2004 11:13:43 +0200 (CEST) (envelope-from erwin@lemur.staff.tdk.net) Received: (from erwin@localhost) by lemur.staff.tdk.net (8.12.11/8.12.11/Submit) id i6M9Dhsn007691 for erwin@FreeBSD.org; Thu, 22 Jul 2004 11:13:43 +0200 (CEST) (envelope-from erwin) Date: Thu, 22 Jul 2004 11:13:43 +0200 (CEST) From: Erwin Lansing Message-Id: <200407220913.i6M9Dhsn007691@lemur.staff.tdk.net> To: erwin@FreeBSD.org Subject: INDEX build failed for 4.x 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, 22 Jul 2004 09:30:17 -0000 INDEX build failed with errors: Generating INDEX - please wait.. Done. make_index: nagios-silfreed-plugins-1.0: no entry for /usr/ports Committers on the hook: bms vs Most recent CVS update was: U INDEX U INDEX-5 P MOVED P devel/readline/Makefile U devel/readline/files/patch-aa P dns/nsd/Makefile U dns/nsd/files/patch-aa P net/fspclient/Makefile U net/fspclient/distinfo P net/samba/Makefile P net/samba/distinfo P net-mgmt/Makefile U net-mgmt/nagios-silfreed-plugins/Makefile U net-mgmt/nagios-silfreed-plugins/distinfo U net-mgmt/nagios-silfreed-plugins/pkg-descr U net-mgmt/nagios-silfreed-plugins/pkg-plist P textproc/Makefile P www/Makefile P www/cocoon/Makefile From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 10:19:30 2004 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 2F7F916A4CE for ; Thu, 22 Jul 2004 10:19:29 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.245]) by mx1.FreeBSD.org (Postfix) with SMTP id E7E1243D53 for ; Thu, 22 Jul 2004 10:19:29 +0000 (GMT) (envelope-from david.julien@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so1100273cwb for ; Thu, 22 Jul 2004 03:19:26 -0700 (PDT) Received: by 10.11.99.49 with SMTP id w49mr34569cwb; Thu, 22 Jul 2004 03:19:26 -0700 (PDT) Message-ID: Date: Thu, 22 Jul 2004 12:19:26 +0200 From: David Julien To: Roman Neuhauser In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040722063822.GA1112@isis.wad.cz> cc: ports@freebsd.org Subject: Re: Are files and directories mandatory in 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: Thu, 22 Jul 2004 10:19:30 -0000 I found a solution and I sent it successfully. Thank you to everebody for all their help. -- David On Thu, 22 Jul 2004 09:10:52 +0200, David Julien wrote: > On Thu, 22 Jul 2004 08:38:22 +0200, Roman Neuhauser wrote: > > # david.julien@gmail.com / 2004-07-21 19:07:12 +0200: > > > My port is ready and seems to work correctly but i can't send it with > > > send-pr because my computer is behind a firewall. > > > > send-pr uses your MTA to send the pr; doesn't your firewall allow > > outbound traffic on tcp/25? > > > > My computer is behind the firewall of my university and it closes > almost all ports, and especially the 25. > > -- > David > From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 11:22:10 2004 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 770E916A4CE for ; Thu, 22 Jul 2004 11:22:10 +0000 (GMT) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0ACF43D46 for ; Thu, 22 Jul 2004 11:22:08 +0000 (GMT) (envelope-from dion@bredband.net) Received: from hecate ([83.226.142.143] [83.226.142.143]) by mxfep01.bredband.com with SMTP id <20040722112207.GYRC23501.mxfep01.bredband.com@hecate>; Thu, 22 Jul 2004 13:22:07 +0200 Date: Thu, 22 Jul 2004 13:22:07 +0200 From: Peder Blom To: Jason Hall Message-Id: <20040722132207.1555dd2e.dion@bredband.net> In-Reply-To: <727ba5090407201529d982671@mail.gmail.com> References: <727ba5090407201529d982671@mail.gmail.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: xephem-3.6 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, 22 Jul 2004 11:22:10 -0000 On Tue, 20 Jul 2004 15:29:16 -0700 Jason Hall wrote: > xephem-3.6.tar.gz does not exist on the server, specifically, the ftp > > site. When trying to download all of the ports, using the MAKE FETCH > command, xephem will try to download version 3.6 from > ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ and will fail, > because that file does not exist. Only fersion 3.5.1 is on the > server. You have to download this distfile manually. See the Makefile for xephem. From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 14:07:24 2004 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 D31CE16A4CE; Thu, 22 Jul 2004 14:07:24 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545DA43D53; Thu, 22 Jul 2004 14:07:24 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6ME7M0Q044834; Thu, 22 Jul 2004 23:07:22 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 22 Jul 2004 23:07:22 +0900 From: Norikatsu Shigemura To: Nate Silva Message-Id: <20040722230722.163093ee.nork@FreeBSD.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Thu, 22 Jul 2004 23:07:22 +0900 (JST) cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: courier-imap-3.0.6,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, 22 Jul 2004 14:07:24 -0000 On Wed, 21 Jul 2004 14:21:37 -0700 Nate Silva wrote: > Hello Oliver, > The distfile for courier-imap is missing a checksum for the DRAC patch. > Or the DRAC patch is broken in 3.0.6? Oops, there is just not MD5(courier-imap-3.0.5-drac.patch). I confirmed this patch is good with 3.0.6. > > # make WITH_MYSQL=yes WITH_DRAC=yes > > ===> Vulnerability check disabled > > ===> Extracting for courier-imap-3.0.6,1 > > >> Checksum OK for courier-imap-3.0.6.tar.bz2. > > >> No checksum recorded for courier-imap-3.0.5-drac.patch. > > *** Error code 1 > > Stop in /usr/ports/mail/courier-imap. > > # cat distinfo > > MD5 (courier-imap-3.0.6.tar.bz2) = f2d3c0d566ea6789192dc3cd5fd8f8fb > > SIZE(courier-imap-3.0.6.tar.bz2) = 1693960 From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 17:30:26 2004 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 D4ED416A4DA for ; Thu, 22 Jul 2004 17:30:26 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.berkeley.edu [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C917F43D2D for ; Thu, 22 Jul 2004 17:30:26 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id i6MHUQd09090 for freebsd-ports@freebsd.org; Thu, 22 Jul 2004 10:30:26 -0700 (PDT) Date: Thu, 22 Jul 2004 10:30:26 -0700 From: Mike Hunter To: freebsd-ports@freebsd.org Message-ID: <20040722173026.GA8839@ack.Berkeley.EDU> References: <20040718170140.GA19238@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718170140.GA19238@ack.Berkeley.EDU> User-Agent: Mutt/1.5.6i Subject: Save me from using windows for web browsing! (Was: Firefox Compilation Problems ( _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex))) 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, 22 Jul 2004 17:30:27 -0000 On Jul 18, "To freebsd-ports@freebsd.org" wrote: > Firefox is giving me a hard time: > > gmake[4]: Leaving directory > `/usr/ports/www/firefox/work/mozilla/security/nss/cmd/shlibsign/mangle' > FreeBSD5.2_DBG.OBJ/shlibsign -v -i > /usr/ports/www/firefox/work/mozilla/dist/lib/libsoftokn3.so > Assertion failure: _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex), at > ptsynch.c:207 > Abort trap (core dumped) > gmake[3]: *** > [/usr/ports/www/firefox/work/mozilla/dist/lib/libsoftokn3.chk] Error 134 > gmake[3]: Leaving directory > `/usr/ports/www/firefox/work/mozilla/security/nss/cmd/shlibsign' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory > `/usr/ports/www/firefox/work/mozilla/security/manager' > gmake[1]: *** [tier_40] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 > > Stop in /usr/ports/www/firefox. > > I saw this post > > http://lists.freebsd.org/pipermail/freebsd-gnome/2004-March/005812.html > > And tried applying the provided patch, but it didn't seem to make a > difference. > > I'm running 5.2-current from April: > > uname -a > > FreeBSD fark.com 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Wed > Apr 7 13:23:19 PDT 2004 > root@fark.com:/usr/obj/usr/src/sys/dorine i386 Well, I bit the bullet and went to current (also switched from ULE to 4BSD), and rm -rf'd /usr/ports/www/firefox/work to back out the patch mentioned above, but I'm still stuck with this error. Any help would be greatly appreciated. Mike From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 18:19:13 2004 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 BA73716A4CE for ; Thu, 22 Jul 2004 18:19:13 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E2C43D46 for ; Thu, 22 Jul 2004 18:19:13 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: from [192.160.235.14] (cs242743-143.austin.rr.com [24.27.43.143]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 8CF11148C3; Thu, 22 Jul 2004 13:19:12 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: freebsd-ports@freebsd.org Date: Thu, 22 Jul 2004 13:18:19 -0500 User-Agent: KMail/1.6.2 References: <20040718170140.GA19238@ack.Berkeley.EDU> <20040722173026.GA8839@ack.Berkeley.EDU> In-Reply-To: <20040722173026.GA8839@ack.Berkeley.EDU> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407221318.19570.linimon@lonesome.com> cc: Mike Hunter Subject: Re: Save me from using windows for web browsing! (Was: Firefox Compilation Problems ( _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex))) 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, 22 Jul 2004 18:19:13 -0000 What settings do you have in /etc/make.conf? (If you are doing this from portupgrade, any settings in /usr/local/etc/pkgtools.conf will be useful, as well.) mcl From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 19:14:43 2004 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 0A75816A4CE for ; Thu, 22 Jul 2004 19:14:43 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.berkeley.edu [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC25F43D31 for ; Thu, 22 Jul 2004 19:14:42 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id i6MJEfZ15676; Thu, 22 Jul 2004 12:14:41 -0700 (PDT) Date: Thu, 22 Jul 2004 12:14:41 -0700 From: Mike Hunter To: Mark Linimon Message-ID: <20040722191441.GA14830@ack.Berkeley.EDU> References: <20040718170140.GA19238@ack.Berkeley.EDU> <20040722173026.GA8839@ack.Berkeley.EDU> <200407221318.19570.linimon@lonesome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407221318.19570.linimon@lonesome.com> User-Agent: Mutt/1.5.6i cc: freebsd-ports@freebsd.org Subject: [Solved] (Was: Firefox Compilation Problems ( _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex))) 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, 22 Jul 2004 19:14:43 -0000 On Jul 22, "Mark Linimon" wrote: > What settings do you have in /etc/make.conf? (If you are doing this > from portupgrade, any settings in /usr/local/etc/pkgtools.conf will be > useful, as well.) Thanks for your reply. I was able to get the thing to build by running the command that core-dumped by hand under gdb cd /usr/ports.... gdb FreeBSD5.2_DBG.OBJ/shlibsign set args -v -i /usr/ports/www/firefox/work/mozilla/dist/lib/libsoftokn3.so ... success (firefox builds its own build tools as part of compiling...sigh) Don't know if the gdb part actually fixed it anything or if it was the by hand part that was key. So I got it to make and install, only to have it dump core upon startup with the same message as it was dumping with during build: Assertion failure: _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex), at ptsynch.c:207 I went fishing and came across some trusty libmap.conf advice: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007159.html I added the following to my /etc/libmap.conf: [/usr/X11R6/lib/firefox/lib/firefox-0.9.1/firefox-bin] libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so (notice that putting the firefox-bin binary file is important, it won't work if you put the script /usr/X11R6/bin/firefox) Everything is working now. Yeah. FTR this is my make.conf # -- use.perl generated deltas -- # # Created: Wed Sep 3 23:10:59 2003 # Setting to use base perl from ports: PERL_VER=5.6.1 PERL_VERSION=5.6.1 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo WITH_LIBMAP=yes My libmap.conf was all commented out at the time of the compile problem. My /usr/local/etc/pkgtools.conf seems pretty vanilla: module PkgConfig ENV['PORTSDIR'] ||= '/usr/ports' ENV['PACKAGES'] ||= ENV['PORTSDIR'] + '/packages' ENV['PKG_PATH'] ||= ENV['PACKAGES'] + '/All' SANITY_CHECK = true IGNORE_CATEGORIES = [ ] EXTRA_CATEGORIES = [ ] HOLD_PKGS = [ 'bsdpan-*', ] USE_PKGS = [ ] USE_PKGS_ONLY = [ ] ALT_PKGDEP = { } MAKE_ARGS = { } BEFOREBUILD = { } BEFOREDEINSTALL = { } AFTERINSTALL = { # Re-enable the X wrapper 'x11-servers/XFree86-4-Server' => sprintf( 'cd %s/bin && if [ -x Xwrapper-4 ]; then ln -sf Xwrapper-4 X; fi', x11base()), } PKG_SITES = [ pkg_site_mirror(), ] PORTUPGRADE_ARGS = ENV['PORTUPGRADE'] end So, the question that remains in my mind is why is firefox building itself (and its build tools) with the "wrong" threading libraries and how can that be influenced? Thanks again, Mike From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 19:17:29 2004 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 63E5116A4CE; Thu, 22 Jul 2004 19:17:29 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A8D43D46; Thu, 22 Jul 2004 19:17:28 +0000 (GMT) (envelope-from Marlowe.J@verizon.net) Received: from [209.158.46.188] by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040722191728.KLHD6671.out003.verizon.net@[209.158.46.188]>; Thu, 22 Jul 2004 14:17:28 -0500 From: John Marlowe Organization: . To: markus@FreeBSD.org Date: Thu, 22 Jul 2004 15:17:19 -0400 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200407221517.20241.Marlowe.J@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [209.158.46.188] at Thu, 22 Jul 2004 14:17:27 -0500 cc: ports@FreeBSD.org Subject: Legal help. 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, 22 Jul 2004 19:17:29 -0000 Hello, I saw your request for representation. I am not a lawyer, but I did have the same situatuin with yahoo. They require a subpeona (court order) to release said information. If you are the enterprising type and have the time, you could go before a judge and present evidence of your missing computer and request the said files. The judge usually grants such requests. Most jurisdictions hold these type of hearings once every month or two, larger jurisdictions more often. Thought this may be of some help. John M. From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 19:44:46 2004 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 5BC6316A4CE for ; Thu, 22 Jul 2004 19:44:46 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4C143D5A for ; Thu, 22 Jul 2004 19:44:45 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 3FC472282C; Thu, 22 Jul 2004 21:44:44 +0200 (CEST) Resent-From: erwin@droso.net Resent-Date: Thu, 22 Jul 2004 21:44:44 +0200 Resent-Message-ID: <20040722194444.GA60590@droso.net> Resent-To: ports@freebsd.org X-Original-To: erwin@lansing.dk Delivered-To: erwin@localhost.droso.net Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by mail.droso.net (Postfix) with ESMTP id C97722282C for ; Thu, 22 Jul 2004 15:12:19 +0200 (CEST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 8A1C85557C for ; Thu, 22 Jul 2004 13:12:18 +0000 (GMT) (envelope-from erwin@staff.tdk.net) Received: by hub.freebsd.org (Postfix) id 8746316A4CF; Thu, 22 Jul 2004 13:12:18 +0000 (GMT) Delivered-To: erwin@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8573516A4CE for ; Thu, 22 Jul 2004 13:12:18 +0000 (GMT) Received: from staff.tdk.net (tdk.net [194.239.134.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5880F43D5A for ; Thu, 22 Jul 2004 13:12:17 +0000 (GMT) (envelope-from erwin@staff.tdk.net) Received: from lemur.staff.tdk.net (lemur.staff.tdk.net [10.253.2.251]) by staff.tdk.net (8.12.11/8.12.11) with ESMTP id i6MDBlsp002407 for ; Thu, 22 Jul 2004 15:11:47 +0200 (CEST) (envelope-from erwin@lemur.staff.tdk.net) Received: (from erwin@localhost) by lemur.staff.tdk.net (8.12.11/8.12.11/Submit) id i6MDBlTK002306 for erwin@FreeBSD.org; Thu, 22 Jul 2004 15:11:47 +0200 (CEST) (envelope-from erwin) Date: Thu, 22 Jul 2004 15:11:47 +0200 (CEST) From: Erwin Lansing Message-Id: <200407221311.i6MDBlTK002306@lemur.staff.tdk.net> To: erwin@FreeBSD.org Subject: INDEX now builds successfully on 4.x 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, 22 Jul 2004 19:44:46 -0000 From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 20:16:47 2004 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 21F2216A4CE for ; Thu, 22 Jul 2004 20:16:47 +0000 (GMT) Received: from mail.tiscali.cz (stateless2.tiscali.cz [213.235.135.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1B043D58 for ; Thu, 22 Jul 2004 20:16:46 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from sanatana.dharma (212.90.236.175) by mail.tiscali.cz (6.7.021) id 40E84FD100786003 for ports@freebsd.org; Thu, 22 Jul 2004 22:16:45 +0200 Received: from hsn@localhost by sanatana.dharma (Exim 4.34_0 FreeBSD) id 1BnjTR-000Bis-K5 for ; Thu, 22 Jul 2004 21:43:25 +0200 Date: Thu, 22 Jul 2004 21:43:25 +0200 From: Radim Kolar To: ports@freebsd.org Message-ID: <20040722194325.GA43562@sanatana.dharma> Mail-Followup-To: ports@freebsd.org References: <20040720094726.GA30095@sanatana.dharma> <20040721002038.78861963@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040721002038.78861963@it.buh.tecnik93.com> User-Agent: Mutt/1.5.6i Subject: Re: sysutils/portindex weirdness 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, 22 Jul 2004 20:16:47 -0000 > Is this what you are talkin' about ? no. it fails with recursion limit exceed. I can solve this problem by swaping two lines in code, but i think that better is to let portindex die instead. Latest public version has no known bugs in index generation or in program itself. Your problem is caused by not reading upgrade instructions in readme.txt you must delete old .pck database. From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 20:16:47 2004 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 C663616A4CE for ; Thu, 22 Jul 2004 20:16:47 +0000 (GMT) Received: from mail.tiscali.cz (stateless2.tiscali.cz [213.235.135.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E8843D5A for ; Thu, 22 Jul 2004 20:16:47 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from sanatana.dharma (212.90.236.175) by mail.tiscali.cz (6.7.021) id 40E84FD10078600E for ports@freebsd.org; Thu, 22 Jul 2004 22:16:47 +0200 Received: from hsn@localhost by sanatana.dharma (Exim 4.34_0 FreeBSD) id 1BniSr-0008ny-00 for ; Thu, 22 Jul 2004 20:38:45 +0200 Date: Thu, 22 Jul 2004 20:38:44 +0200 From: Radim Kolar To: ports@freebsd.org Message-ID: <20040722183844.GA31640@sanatana.dharma> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: configuring ports via Makefile.local 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, 22 Jul 2004 20:16:47 -0000 There is a nice way to configure ports not supporting OPTIONS= via Makefile.local. To make this method really work .include line must be placed in Makefile BEFORE making any checks for WITH/WITHOUT. There is a problem with this: 1) portlint do not checks for it 2) most ports have included pre.mk too late in Makefile - options works from cmdline only 3) i can not find note about this in porter handbook. rk From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 20:16:48 2004 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 5CDF916A4CE for ; Thu, 22 Jul 2004 20:16:48 +0000 (GMT) Received: from mail.tiscali.cz (stateless2.tiscali.cz [213.235.135.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A10D43D58 for ; Thu, 22 Jul 2004 20:16:48 +0000 (GMT) (envelope-from hsn@netmag.cz) Received: from sanatana.dharma (212.90.236.175) by mail.tiscali.cz (6.7.021) id 40E84FD10078600F for ports@freebsd.org; Thu, 22 Jul 2004 22:16:48 +0200 Received: from hsn@localhost by sanatana.dharma (Exim 4.34_0 FreeBSD) id 1Bnjdc-000Lkc-IG for ; Thu, 22 Jul 2004 21:53:56 +0200 Date: Thu, 22 Jul 2004 21:53:56 +0200 From: Radim Kolar To: ports@freebsd.org Message-ID: <20040722195356.GA45786@sanatana.dharma> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: porting raine emulator to freebsd 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, 22 Jul 2004 20:16:48 -0000 I am trying to port raine http://www.rainemu.com/ to freebsd. It compiles, displays menu, but hangs when it comes to starting emulation. There is an assembly code inside, but after quick look on it it do not looks like this code does Linux syscalls, so it should run on freebsd also. Can anybody look at this program? You can get w.i.p port on http://people.tecnik93.com/~radim/myports/raine/ This program triggers some bugs in allegro code. devel/allegro should be updated in ports also. From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 20:32:32 2004 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 3FDD916A4CE; Thu, 22 Jul 2004 20:32:32 +0000 (GMT) Received: from structbio.vanderbilt.edu (reef.structbio.Vanderbilt.Edu [160.129.138.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F5743D2D; Thu, 22 Jul 2004 20:32:29 +0000 (GMT) (envelope-from bandix@home.funnyvalentine.net) Received: from home.funnyvalentine.net (adsl-065-007-237-012.sip.bna.bellsouth.net [65.7.237.12]) i6MKWORg001048 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 22 Jul 2004 15:32:28 -0500 Received: (from bandix@localhost) by home.funnyvalentine.net (8.12.10/8.12.10/Submit) id i6MKWID1089056; Thu, 22 Jul 2004 15:32:18 -0500 (CDT) (envelope-from bandix) Date: Thu, 22 Jul 2004 15:32:18 -0500 From: "Brandon D. Valentine" To: Harti Brandt Message-ID: <20040722203218.GB88692@brandon.dvalentine.com> References: <40F963D8.6010201@freebsd.org> <20040719060730.GA87697@nagual.pp.ru> <40FC9FC2.8050400@kientzle.com> <20040722071929.GA13591@nagual.pp.ru> <20040722074747.GB13943@nagual.pp.ru> <20040722095317.U9549@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722095317.U9549@beagle.kn.op.dlr.de> User-Agent: Mutt/1.5.6i cc: ports@freebsd.org cc: Andrey Chernov cc: Tim Kientzle Subject: Re: NEW TAR 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, 22 Jul 2004 20:32:32 -0000 On Thu, Jul 22, 2004 at 09:55:30AM +0200, Harti Brandt wrote: > GNU tar is unmaintained for several years now and I see no reason to > restrict development because of an unmaintained ancient program. Actually, they just made their first release since 1999 under new maintainership a few months ago. There were showstopping bugs in their previous release related to indexing, yet most every free unix out there was shipping it anyway and those of us who needed working indexing had to run the last, untested alpha release left on alpha.gnu.org and hope it didn't blow up spectacularly. I'm *very* glad to see someone develop a BSD licensed competitor to GNU tar. I'm not thrilled that such a critical piece of software (GNU tar) went unmaintained with outstanding bugs for five years. On the upside, I think in those five years more progress was made on GNU tar than GNU hurd. Now that there is new GNU tar maintainership perhaps the bsdtar maintainer might do well to contact them and make his case for switching to a more efficient sparse archive format. Perhaps we might arrive at a common scheme between the two packages for disparate sparse archive flags to indicate backwards compatible GNU tar-style sparse archives and the more efficient bsdtar style ones. Just a thought. Brandon D. Valentine -- brandon@dvalentine.com http://www.geekpunk.net Pseudo-Random Googlism: summer is to blame for everything From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 20:40:55 2004 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 E699316A4CE for ; Thu, 22 Jul 2004 20:40:55 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9A743D1F for ; Thu, 22 Jul 2004 20:40:55 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 6ED83DA870; Thu, 22 Jul 2004 13:40:55 -0700 (PDT) Date: Thu, 22 Jul 2004 16:40:55 -0400 From: Adam Weinberger To: ports@freebsd.org Message-ID: <20040722204055.GF14233@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , ports@freebsd.org References: <20040722183844.GA31640@sanatana.dharma> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722183844.GA31640@sanatana.dharma> 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: configuring ports via Makefile.local 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, 22 Jul 2004 20:40:56 -0000 >> (07.22.2004 @ 1438 PST): Radim Kolar said, in 0.6K: << > There is a nice way to configure ports not supporting OPTIONS= > via Makefile.local. To make this method really work > .include > line must be placed in Makefile BEFORE making any checks for WITH/WITHOUT. >> end of "configuring ports via Makefile.local" from Radim Kolar << Are you sure that /etc/make.conf isn't more what you're looking for? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 20:52:44 2004 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 D26E816A4CE for ; Thu, 22 Jul 2004 20:52:44 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE16C43D2D for ; Thu, 22 Jul 2004 20:52:43 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 17119 invoked by uid 89); 22 Jul 2004 20:46:47 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 22 Jul 2004 20:46:47 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 596A31A0; Thu, 22 Jul 2004 23:49:30 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13774-10; Thu, 22 Jul 2004 23:49:29 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 9AAA213; Thu, 22 Jul 2004 23:49:29 +0300 (EEST) Date: Thu, 22 Jul 2004 23:49:29 +0300 From: Ion-Mihai Tetcu To: Adam Weinberger Message-Id: <20040722234929.3a26c643@it.buh.tecnik93.com> In-Reply-To: <20040722204055.GF14233@toxic.magnesium.net> References: <20040722183844.GA31640@sanatana.dharma> <20040722204055.GF14233@toxic.magnesium.net> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: ports@freebsd.org Subject: Re: configuring ports via Makefile.local 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, 22 Jul 2004 20:52:44 -0000 On Thu, 22 Jul 2004 16:40:55 -0400 Adam Weinberger wrote: > >> (07.22.2004 @ 1438 PST): Radim Kolar said, in 0.6K: << > > There is a nice way to configure ports not supporting OPTIONS= > > via Makefile.local. To make this method really work > > .include > > line must be placed in Makefile BEFORE making any checks for > > WITH/WITHOUT. > >> end of "configuring ports via Makefile.local" from Radim Kolar << > > Are you sure that /etc/make.conf isn't more what you're looking for? Not sure about what he's looking, but I'm sure I would want this. The trouble with make.conf is name-space pollution. I don't what all my ports compiled with WITH_DEBUG, for example. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 21:23:25 2004 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 CAD9A16A4CE for ; Thu, 22 Jul 2004 21:23:25 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3713743D1D for ; Thu, 22 Jul 2004 21:23:25 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bnl2B-0003QD-00 for ; Thu, 22 Jul 2004 23:23:23 +0200 Received: from ns-ilmail3.ns-systems.com ([62.90.139.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jul 2004 23:23:23 +0200 Received: from haim by ns-ilmail3.ns-systems.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jul 2004 23:23:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Haim Ashkenazi Date: Fri, 23 Jul 2004 00:23:20 +0300 Lines: 24 Message-ID: References: <20040721143334.GA37089@brandon.dvalentine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ns-ilmail3.ns-systems.com User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Sender: news Subject: Re: linux-flashplugin question 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, 22 Jul 2004 21:23:25 -0000 On Wed, 21 Jul 2004 09:33:34 -0500, Brandon D. Valentine wrote: > I'm the linux-flashplugin maintainer so I suppose I should speak up > here. Many, many people, myself included, have linux-flashplugin6 & > linuxpluginwrapper running successfully on 4.x systems. You will need > to make sure you have linux_base installed (which the flash ports > already depend on for you), linux compatibility loaded into the kernel > (either compiled in or via the module), and then follow the instructions > in the linuxpluginwrapper pkg-message to setup your libmap.conf(5) > properly. SOLVED!!! it's a little strange though. after a few tries, I discovered that the problem was with flash movies that had sound in them. so when I enable the sound server in gnome, it works ok, but when I disable it, it just hangs/crashes the browser. anyway, thanx for the help, everyone. Bye -- Haim From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 23:20:28 2004 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 715DE16A4CE for ; Thu, 22 Jul 2004 23:20:28 +0000 (GMT) Received: from gw.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A4343D45 for ; Thu, 22 Jul 2004 23:20:25 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from [192.168.42.3] (innercity.xbsd.org [192.168.42.3]) by gw.xbsd.org (Postfix) with ESMTP id CEA7BBCE; Fri, 23 Jul 2004 01:20:20 +0200 (CEST) Message-ID: <41004BB2.9010908@xbsd.org> Date: Fri, 23 Jul 2004 01:20:18 +0200 From: Florent Thoumie User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040710) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Radim Kolar References: <20040722195356.GA45786@sanatana.dharma> In-Reply-To: <20040722195356.GA45786@sanatana.dharma> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: porting raine emulator to freebsd 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, 22 Jul 2004 23:20:28 -0000 Radim Kolar wrote: > I am trying to port raine http://www.rainemu.com/ to freebsd. > It compiles, displays menu, but hangs when it comes to starting emulation. > There is an assembly code inside, but after quick look on it it do not looks > like this code does Linux syscalls, so it should run on freebsd also. > > Can anybody look at this program? You can get w.i.p port on > http://people.tecnik93.com/~radim/myports/raine/ > > This program triggers some bugs in allegro code. devel/allegro should be > updated in ports also. I've just tried your port and it worked quite well. You could change some things like removing the WRKSRC line in Makefile (that's the default value) and concatene files/patch-a[ab] in a single patch, giving it a self-explanatory name (like patch-makefile for example). Since there is assembly code inside, you should consider using ONLY_FOR_ARCHS=i386. BTW, thank you for this port. -- flz From owner-freebsd-ports@FreeBSD.ORG Thu Jul 22 23:46:44 2004 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 4FA9516A4CE for ; Thu, 22 Jul 2004 23:46:44 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB2943D3F for ; Thu, 22 Jul 2004 23:46:44 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.12.11/8.12.9) with ESMTP id i6MNkTku008862; Thu, 22 Jul 2004 16:46:29 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.12.11/8.12.9) with ESMTP id i6MNkTjp065807; Thu, 22 Jul 2004 16:46:29 -0700 (PDT) (envelope-from frank@realtime.exit.com) Received: (from frank@localhost) by realtime.exit.com (8.12.11/8.12.11/Submit) id i6MNkRXS065806; Thu, 22 Jul 2004 16:46:27 -0700 (PDT) (envelope-from frank) From: Frank Mayhar Message-Id: <200407222346.i6MNkRXS065806@realtime.exit.com> In-Reply-To: To: Haim Ashkenazi Date: Thu, 22 Jul 2004 16:46:27 -0700 (PDT) X-Copyright0: Copyright 2004 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL116 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-ports@freebsd.org Subject: Re: linux-flashplugin question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: frank@exit.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 23:46:44 -0000 Haim Ashkenazi wrote: > it's a little strange though. after a few tries, I discovered that the > problem was with flash movies that had sound in them. so when I enable the > sound server in gnome, it works ok, but when I disable it, it just > hangs/crashes the browser. Oh, ho! I'll definitely have to try that one. I've recently noticed flash hanging my browsers from time to time; I haven't had time to diagnose it, though. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 01:07:49 2004 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 A8E2A16A4CE for ; Fri, 23 Jul 2004 01:07:49 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1593643D39 for ; Fri, 23 Jul 2004 01:07:49 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BnoXM-0006yD-00 for ; Fri, 23 Jul 2004 03:07:48 +0200 Received: from ns-ilmail3.ns-systems.com ([62.90.139.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jul 2004 03:07:48 +0200 Received: from haim by ns-ilmail3.ns-systems.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jul 2004 03:07:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Haim Ashkenazi Date: Fri, 23 Jul 2004 04:07:44 +0300 Lines: 19 Message-ID: References: <200407222346.i6MNkRXS065806@realtime.exit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ns-ilmail3.ns-systems.com User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Sender: news Subject: Re: linux-flashplugin question 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, 23 Jul 2004 01:07:49 -0000 On Thu, 22 Jul 2004 16:46:27 -0700, Frank Mayhar wrote: > Haim Ashkenazi wrote: >> it's a little strange though. after a few tries, I discovered that the >> problem was with flash movies that had sound in them. so when I enable the >> sound server in gnome, it works ok, but when I disable it, it just >> hangs/crashes the browser. > > Oh, ho! I'll definitely have to try that one. I've recently noticed > flash hanging my browsers from time to time; I haven't had time to > diagnose it, though. well, after a few more testing, I found out that it works with mozilla, but on firefox there are still some movies that crashes the browser (see http://www.katgames.com/5spots/5spots.html). Have Fun -- Haim From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 01:59:49 2004 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 61C7416A4CE; Fri, 23 Jul 2004 01:59:49 +0000 (GMT) Received: from blade.rsc.cx (blade.rsc.cx [64.235.233.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3AC43D46; Fri, 23 Jul 2004 01:59:49 +0000 (GMT) (envelope-from sg@rsc.cx) Received: from SLEEK (sleek.noc.mzima.net [64.235.224.35] (may be forged)) by blade.rsc.cx (8.12.9p2/8.12.9) with SMTP id i6N1xm3I078829; Thu, 22 Jul 2004 18:59:48 -0700 (PDT) (envelope-from sg@rsc.cx) Message-ID: <000501c47058$bc2dd610$23e0eb40@SLEEK> From: "SG" To: Date: Thu, 22 Jul 2004 18:59:48 -0700 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.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: ports@FreeBSD.org Subject: make config 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, 23 Jul 2004 01:59:49 -0000 I was wondering why after a make config there are only three options? SG From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 03:06:10 2004 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 0CEBB16A4CE for ; Fri, 23 Jul 2004 03:06:10 +0000 (GMT) Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D8CA43D4C for ; Fri, 23 Jul 2004 03:06:09 +0000 (GMT) (envelope-from paul.murphy@cogeco.ca) Received: from earth.upton.net (d141-23-108.home.cgocable.net [24.141.23.108]) by fep2.cogeco.net (Postfix) with SMTP id 53A76306A; Thu, 22 Jul 2004 23:06:07 -0400 (EDT) Date: Thu, 22 Jul 2004 23:06:00 -0400 From: Paul Murphy To: Haim Ashkenazi Message-Id: <20040722230600.6bcefded@earth.upton.net> In-Reply-To: References: <200407222346.i6MNkRXS065806@realtime.exit.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) X-Face: -Q/~XHbe$z/a List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 03:06:10 -0000 --Signature=_Thu__22_Jul_2004_23_06_00_-0400_ksmhiy/SfZVcpPDS Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Fri, 23 Jul 2004 04:07:44 +0300 Haim Ashkenazi wrote: > but on firefox there are still some movies that crashes the browser > (see http://www.katgames.com/5spots/5spots.html). > This works for me, but I am using KDE (aRts sound server) kde-3.2.3 arts-1.2.3,1 firefox-0.9.1 linux-flashplugin-6.0r79_1 linuxpluginwrapper-20040310_2 -- Cogeco ergo sum --Signature=_Thu__22_Jul_2004_23_06_00_-0400_ksmhiy/SfZVcpPDS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAICetvR7Iq3g7n0RAgyTAKC+zLUTpxR+u+TimtdUjEo9yp7sNQCePySt gi8Nht0rC/mZQ4g4K7RQ1xY= =QiCF -----END PGP SIGNATURE----- --Signature=_Thu__22_Jul_2004_23_06_00_-0400_ksmhiy/SfZVcpPDS-- From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 05:22:59 2004 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 8326916A4CE for ; Fri, 23 Jul 2004 05:22:59 +0000 (GMT) Received: from web51801.mail.yahoo.com (web51801.mail.yahoo.com [206.190.38.232]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E09743D41 for ; Fri, 23 Jul 2004 05:22:58 +0000 (GMT) (envelope-from patrick_dkt@yahoo.com.hk) Message-ID: <20040723052258.92056.qmail@web51801.mail.yahoo.com> Received: from [203.168.166.82] by web51801.mail.yahoo.com via HTTP; Fri, 23 Jul 2004 13:22:58 CST Date: Fri, 23 Jul 2004 13:22:58 +0800 (CST) From: =?big5?q?Patrick=20Dung?= To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports@freebsd.org In-Reply-To: <200407221132.i6MBWEq0015085@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Subject: Re: ports/69419: print/pdftk: update to 0.941 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, 23 Jul 2004 05:22:59 -0000 I don't mind changing it to 0.94.1 Actually, I am not aware about this problem. I just grab the version number from the author website. Thanks. Patrick --- Volker Stolz 內容:> Synopsis: print/pdftk: update to 0.941 > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Thu Jul 22 11:30:44 GMT 2004 > State-Changed-Why: > Your version-number is begging for trouble on > subsequent updates: > > pdftk@menelaos [13:30:21]> pkg_version -t 0.941 0.95 > > > > That is, 0.95 will be considered older than 0.941. > If you don't > mind I'd like to change this to 0.94.1 on the fly. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=69419 > _________________________________________________________ 必殺技、飲歌、小星星... 浪漫鈴聲 情心連繫 http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 07:44:31 2004 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 35B4D16A4CE; Fri, 23 Jul 2004 07:44:31 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id C064C43D41; Fri, 23 Jul 2004 07:44:30 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6N7hors048210; Fri, 23 Jul 2004 03:43:50 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Dwayne MacKinnon In-Reply-To: <40F2F561.3080500@xwave.com> References: <40F2F561.3080500@xwave.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2LOo+7P1NHxtT9+MtcT9" Organization: MarcusCom, Inc. Message-Id: <1090568656.65834.894.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 03:44:16 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-1.7 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, 23 Jul 2004 07:44:31 -0000 --=-2LOo+7P1NHxtT9+MtcT9 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-07-12 at 16:32, Dwayne MacKinnon wrote: > Hello, >=20 > I've noticed a crash on mozilla-1.7. I recompiled with WITH_DEBUG, but > the only useful output I get is this: >=20 > /usr/libexec/ld-elf.so.1: > /usr/X11R6/lib/mozilla/components/libnegotiateauth.so: Undefined symbol > "gss_indicate_mechs__FPUiPP23gss_OID_set_desc_struct" >=20 > I noticed the problem when connecting to nexus.xwave.com. The program > simply exits, there is no core dump. The problem did not exist with 1.6. >=20 > Any help would be greatly appreciated. If there's any more information > necessary, please let me know and I'll do my best to provide it. (I=20 > tried to run mozilla in gdb, but it started looking for shared stuff=20 > that I didn't know how to tell it to fine.) What version of FreeBSD is this? This symbol should exist in the /usr/lib/libgssapi.so library (provided you're running a recent 5.X).=20 However, if you've chosen not to build Kerberos when you do your buildworlds, you may want to remove: --with-gssapi=3D/usr And add --without-gssapi To www/mozilla/Makefile, rebuild, and see if that helps. Joe >=20 > Cheers, > DMK >=20 >=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 --=-2LOo+7P1NHxtT9+MtcT9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBAMHQb2iPiv4Uz4cRAobWAJ9tHtWWqjsoBrkUndqj9u1KEO5T2gCdG7QC Q8iLOeifyTdOMhgFz2iJWSQ= =/Bk0 -----END PGP SIGNATURE----- --=-2LOo+7P1NHxtT9+MtcT9-- From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 14:20:53 2004 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 5CF3616A4CE for ; Fri, 23 Jul 2004 14:20:53 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F9AB43D1F for ; Fri, 23 Jul 2004 14:20:53 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1Bo0uq-0007Wx-00 for ports@freebsd.org; Fri, 23 Jul 2004 10:20:52 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16641.7875.313054.652223@jerusalem.litteratus.org> Date: Fri, 23 Jul 2004 10:20:51 -0400 To: ports@freebsd.org In-Reply-To: <1090568656.65834.894.camel@shumai.marcuscom.com> References: <40F2F561.3080500@xwave.com> <1090568656.65834.894.camel@shumai.marcuscom.com> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: FreeBSD Port: mozilla-1.7 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, 23 Jul 2004 14:20:53 -0000 While we're talking about mozilla ... my -CURRENT system keeps getting this in the console log: kernel: cmd mozilla-bin pid 54052 tried to use non-present sched_get_priority_min Now it's not fatal, nor does it - as far as I know - affect performance. But it's been there for months if not years and iot seems sort of odd that either the call hasn't been removed or the function provided. Beyond the obvious: what's up with this? Robert Huff From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 15:04:37 2004 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 3CF7616A4CE; Fri, 23 Jul 2004 15:04:37 +0000 (GMT) Received: from oniws.ca (oniws.ca [67.71.253.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC99A43D1D; Fri, 23 Jul 2004 15:04:29 +0000 (GMT) (envelope-from Dwayne.MacKinnon@xwave.com) Received: from [192.168.0.126] (chiron.internal.oniws.ca [192.168.0.126]) by oniws.ca (8.12.10/8.12.8) with ESMTP id i6NF45qu043501; Fri, 23 Jul 2004 11:04:12 -0400 (EDT) (envelope-from Dwayne.MacKinnon@xwave.com) Message-ID: <410128E0.2090007@xwave.com> Date: Fri, 23 Jul 2004 11:04:00 -0400 From: Dwayne MacKinnon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040723 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke References: <40F2F561.3080500@xwave.com> <1090568656.65834.894.camel@shumai.marcuscom.com> In-Reply-To: <1090568656.65834.894.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-1.7 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, 23 Jul 2004 15:04:37 -0000 Joe Marcus Clarke wrote: > What version of FreeBSD is this? This symbol should exist in the > /usr/lib/libgssapi.so library (provided you're running a recent 5.X). > However, if you've chosen not to build Kerberos when you do your > buildworlds, you may want to remove: > > --with-gssapi=/usr > > And add > > --without-gssapi > > To www/mozilla/Makefile, rebuild, and see if that helps. > > Joe Joe, Firstly, apologies for the n00b type mistake. I'm running FreeBSD 4.10-RELEASE. Secondly, I did a recompile with --without-gssapi, and the problem vanished. It appears that the --with-gssapi option doesn't agree with 4.10-RELEASE. Thanks for your help. Greatly appreciated. Cheers, DMK From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 15:43:24 2004 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 9750216A4CE; Fri, 23 Jul 2004 15:43:24 +0000 (GMT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745FE43D4C; Fri, 23 Jul 2004 15:43:23 +0000 (GMT) (envelope-from past@netmode.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i6NFhJIs089049; Fri, 23 Jul 2004 18:43:19 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Received: from [147.102.229.10] (ppp-229-010.dialup.ntua.gr [147.102.229.10]) by netmode.ece.ntua.gr (8.12.10/8.12.8) with ESMTP id i6NFhINC076867; Fri, 23 Jul 2004 18:43:19 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Message-ID: <41013213.6050009@netmode.ntua.gr> Date: Fri, 23 Jul 2004 18:43:15 +0300 From: Panagiotis Astithas User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mad@madpilot.net, ports@freebsd.org, lioux@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [PATCH] mpeg4ip vs. obexapp 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, 23 Jul 2004 15:43:24 -0000 Hello, I discovered a corner case in which comms/obexapp fails to build. In my system I have installed multimedia/mpeg4ip which installs /usr/local/include/sdp.h. This file shadows the system header /usr/include/sdp.h, causing the build of obexapp to fail. I had to replace comms/obexapp/files/patch-Makefile with the following one for the build to succeed: --- Makefile.orig Sat Apr 10 00:09:09 2004 +++ Makefile Fri Jul 23 16:34:23 2004 @@ -1,8 +1,10 @@ # $Id: Makefile,v 1.7 2004/04/09 21:09:09 max Exp $ # $FreeBSD$ -BINDIR= /usr/local/bin -MANDIR= /usr/local/man/man +PREFIX?= /usr/local + +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man PROG= obexapp MAN1= obexapp.1 @@ -13,8 +15,7 @@ DEBUG_FLAGS= -g -CFLAGS= -I/usr/local/include \ - -I/usr/local/include/openobex +CFLAGS= -I/usr/local/include/openobex DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML} LDADD= -L/usr/lib -L/usr/local/lib \ Nevertheless, I would feel much better if mpeg4ip would install sdp.h in something less dangerous, say ${LOCALBASE}/mpeg4ip/sdp.h. Cheers, From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 16:19:54 2004 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 D346D16A4CE for ; Fri, 23 Jul 2004 16:19:54 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [80.86.187.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26D143D31 for ; Fri, 23 Jul 2004 16:19:53 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: (qmail 7788 invoked from network); 23 Jul 2004 16:19:46 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (80.86.187.43) by avocado.salatschuessel.net with SMTP; 23 Jul 2004 16:19:46 -0000 Date: Fri, 23 Jul 2004 18:19:50 +0200 From: Oliver Lehmann To: ports@freebsd.org Message-Id: <20040723181950.490c9d8b.lehmann@ans-netz.de> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: USE_LIBTOOL_VER -> GNU_CONFIGURE -> --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: Fri, 23 Jul 2004 16:19:54 -0000 Hi, mail/sqwebmail uses --prefix=${PREFIX}/share/sqwebmail in CONFIGURE_ARGS. By addding, USE_LIBOOL_VER, GNU_CONFIGURE got defined and that adds an --prefix=${PREFIX} at the end of CONFIGURE_ARGS. (And the last one counts) Any ideas how I can prevent that? I can add my --prefix line after including bsd.port.mk to CONFGIURE_ARGS.. but I won't find that nice.... -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 17:40:06 2004 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 78AD316A4CE for ; Fri, 23 Jul 2004 17:40:06 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1678143D39 for ; Fri, 23 Jul 2004 17:40:06 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6NHdWlE052282 for ; Fri, 23 Jul 2004 13:39:32 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-afLbAukrfkIBpogwnt7U" Organization: FreeBSD, Inc. Message-Id: <1090604401.65834.1513.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 13:40:01 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com Subject: New portmgr members X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: portmgr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 17:40:06 -0000 --=-afLbAukrfkIBpogwnt7U Content-Type: text/plain Content-Transfer-Encoding: quoted-printable The Port Management Team is very pleased to announce that Mark Linimon , Oliver Eikemeier , and Kirill Ponomarew have answered the calling, and have joined portmgr. All three are very active in infrastructure discussions on ports@, and have contributed greatly to the direction and management of the ports tree. We are happy to have them on board. On a sadder note, Steve Price , Akinori MUSHA , Maxim Sobolev , and Mario Sergio Fujikawa Ferreira have retired from portmgr. We thank them for their hard work over the years. Marcus on behalf of The Port Manager Team --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-afLbAukrfkIBpogwnt7U Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBAU1xb2iPiv4Uz4cRAv1vAJ9x8Lbj+h4mLr2nxL8m49WeMYLx2ACeJRC+ d2rb30zKULCz1sygNVPk1IU= =dvcK -----END PGP SIGNATURE----- --=-afLbAukrfkIBpogwnt7U-- From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 17:56:09 2004 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 B490716A4CE for ; Fri, 23 Jul 2004 17:56:09 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8192A43D54 for ; Fri, 23 Jul 2004 17:56:09 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 56633FD0CC; Fri, 23 Jul 2004 10:56:08 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30323-09; Fri, 23 Jul 2004 10:56:08 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id E90B9FD0CA; Fri, 23 Jul 2004 10:56:07 -0700 (PDT) From: Sean McNeil To: simond@irrelevant.org Content-Type: text/plain Message-Id: <1090605367.89146.2.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 10:56:07 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-ports@freebsd.org Subject: squirrelmail Makefile 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: Fri, 23 Jul 2004 17:56:09 -0000 Hi, Could someone please fix this invalid line: USE_PHP= ${USE_PHP} ldap it should be USE_PHP+= ldap Thanks, Sean From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 18:00:53 2004 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 6B7FD16A4CE for ; Fri, 23 Jul 2004 18:00:53 +0000 (GMT) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 074E243D3F for ; Fri, 23 Jul 2004 18:00:53 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf18aec.mail.bellsouth.netESMTP <20040723180049.DXGP1786.imf18aec.mail.bellsouth.net@[192.168.1.5]> for ; Fri, 23 Jul 2004 14:00:49 -0400 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <3A79AE6D-DCD2-11D8-B0E4-000A958C81C6@ahze.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: ports@FreeBSD.org From: Michael Johnson Date: Fri, 23 Jul 2004 14:00:48 -0400 X-Mailer: Apple Mail (2.618) Subject: question about etc/libmap.conf 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, 23 Jul 2004 18:00:53 -0000 Hi, one of my ports, multimedia/libquicktime needs the following in /etc/libmap.conf for lqtplay to work or lqtplay will core dump. [lqtplay] libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so I am wondering if I have a problem with PTHREAD_CFLAGS/LIBS during the compile and I should fix it or should I add a PKG_MESSAGE saying to add the previous to /etc/libmap.conf ? Michael From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 18:26:28 2004 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 3ECF416A4CE for ; Fri, 23 Jul 2004 18:26:28 +0000 (GMT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1518843D46 for ; Fri, 23 Jul 2004 18:26:28 +0000 (GMT) (envelope-from dan@langille.org) Received: from xeon (xeon.unixathome.org [192.168.0.18]) by bast.unixathome.org (Postfix) with ESMTP id 820993D3D; Fri, 23 Jul 2004 14:26:26 -0400 (EDT) Date: Fri, 23 Jul 2004 14:26:26 -0400 (EDT) From: Dan Langille X-X-Sender: dan@xeon.unixathome.org To: girgen@pingpong.net Message-ID: <20040723141940.T16401@xeon.unixathome.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org Subject: databases/postgresql7 - no .profile 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, 23 Jul 2004 18:26:28 -0000 This used to work: # su -l pgsql -c initdb initdb: no data directory specified You must identify the directory where the data for this database system will reside. Do this with either the invocation option -D or the environment variable PGDATA. I believe the cause of the problem is a missing ~pgsql/.profile. Can someone else please install and see if you get the file. Thanks. -- Dan Langille - http://www.langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 18:32:00 2004 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 AFC7216A4CE for ; Fri, 23 Jul 2004 18:32:00 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B1F443D2D for ; Fri, 23 Jul 2004 18:32:00 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 96D092178B; Fri, 23 Jul 2004 14:31:59 -0400 (EDT) In-Reply-To: <20040723141940.T16401@xeon.unixathome.org> References: <20040723141940.T16401@xeon.unixathome.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <957476E2-DCD6-11D8-AE74-000A9578CFCC@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Fri, 23 Jul 2004 14:31:59 -0400 To: Dan Langille X-Mailer: Apple Mail (2.618) cc: ports@freebsd.org cc: girgen@pingpong.net Subject: Re: databases/postgresql7 - no .profile 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, 23 Jul 2004 18:32:00 -0000 On Jul 23, 2004, at 2:26 PM, Dan Langille wrote: > I believe the cause of the problem is a missing ~pgsql/.profile. Can > someone else please install and see if you get the file. Thanks. > I did an install just yesteraday and got a very nice .profile file. Just edited the data directory and set the PGUSER variable to "postgres" and it works just fine. Vivek Khera, Ph.D. +1-301-869-4449 x806 From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 18:33:36 2004 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 0592816A4CE for ; Fri, 23 Jul 2004 18:33:36 +0000 (GMT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB6FE43D41 for ; Fri, 23 Jul 2004 18:33:35 +0000 (GMT) (envelope-from dan@langille.org) Received: from xeon (xeon.unixathome.org [192.168.0.18]) by bast.unixathome.org (Postfix) with ESMTP id 6028C3D40; Fri, 23 Jul 2004 14:33:31 -0400 (EDT) Date: Fri, 23 Jul 2004 14:33:31 -0400 (EDT) From: Dan Langille X-X-Sender: dan@xeon.unixathome.org To: Vivek Khera In-Reply-To: <957476E2-DCD6-11D8-AE74-000A9578CFCC@khera.org> Message-ID: <20040723143236.E17276@xeon.unixathome.org> References: <20040723141940.T16401@xeon.unixathome.org> <957476E2-DCD6-11D8-AE74-000A9578CFCC@khera.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org cc: girgen@pingpong.net Subject: Re: databases/postgresql7 - no .profile 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, 23 Jul 2004 18:33:36 -0000 On Fri, 23 Jul 2004, Vivek Khera wrote: > > On Jul 23, 2004, at 2:26 PM, Dan Langille wrote: > > > I believe the cause of the problem is a missing ~pgsql/.profile. Can > > someone else please install and see if you get the file. Thanks. > > > > I did an install just yesteraday and got a very nice .profile file. > Just edited the data directory and set the PGUSER variable to > "postgres" and it works just fine. Thank you. I've now realised my error. I did JUST a make, which creates the pgsql user, but had not yet done the make install. *blush* -- Dan Langille - http://www.langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 18:38:53 2004 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 4008F16A4CE for ; Fri, 23 Jul 2004 18:38:53 +0000 (GMT) Received: from home.irrelevant.org (dsl-217-155-238-245.zen.co.uk [217.155.238.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC7943D3F for ; Fri, 23 Jul 2004 18:38:51 +0000 (GMT) (envelope-from simond@home.irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.30; FreeBSD) id 1Bo4wO-000GRk-SQ; Fri, 23 Jul 2004 19:38:44 +0100 Date: Fri, 23 Jul 2004 19:38:44 +0100 From: Simon Dick To: Sean McNeil Message-ID: <20040723183844.GA63036@irrelevant.org> References: <1090605367.89146.2.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1090605367.89146.2.camel@server.mcneil.com> User-Agent: Mutt/1.5.6i Sender: Simon Dick cc: simond@irrelevant.org cc: freebsd-ports@freebsd.org Subject: Re: squirrelmail Makefile 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: Fri, 23 Jul 2004 18:38:53 -0000 On Fri, Jul 23, 2004 at 10:56:07AM -0700, Sean McNeil wrote: > Hi, > > Could someone please fix this invalid line: > > USE_PHP= ${USE_PHP} ldap > > it should be > > USE_PHP+= ldap Just submitted a pr to fix that, sorry about that! -- Simon Dick simond@irrelevant.org From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 19:11:10 2004 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 D543816A4CE; Fri, 23 Jul 2004 19:11:10 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4EA343D2D; Fri, 23 Jul 2004 19:11:10 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from [192.168.0.103] (c-24-21-18-195.client.comcast.net[24.21.18.195]) by comcast.net (rwcrmhc11) with SMTP id <2004072319111001300kih1fe>; Fri, 23 Jul 2004 19:11:10 +0000 From: Eric Anholt To: current@FreeBSD.org Content-Type: text/plain Message-Id: <1090609869.2748.23.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 12:11:09 -0700 Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: x11@FreeBSD.org Subject: HEADSUP: X.Org conversion 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, 23 Jul 2004 19:11:11 -0000 OK, the final version of the X.Org conversion patch has hit the tree. No ports appear to be broken by the upgrade at this time. X.Org has been made the default X distribution on -current. Other versions of FreeBSD retain the same default X distribution (XFree86) but can upgrade by setting X_WINDOW_SYSTEM=xorg in /etc/make.conf. To upgrade, you must remove your XFree86 ports and install the xorg ports. It couldn't be done with portupgrade, unfortunately, because we are keeping the XFree86 ports around. To upgrade: pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-* cd /usr/ports/x11/xorg && make install pkgdb -F If you want to keep the old XFree86 on -current, simply set X_WINDOW_SYSTEM=xfree86-4 in make.conf I am currently working on updating -current's sysinstall for X.Org. Until then it will be broken. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 19:18:54 2004 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 8709416A4CE for ; Fri, 23 Jul 2004 19:18:54 +0000 (GMT) Received: from gw.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773CD43D1D for ; Fri, 23 Jul 2004 19:18:52 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from [192.168.42.3] (innercity.xbsd.org [192.168.42.3]) by gw.xbsd.org (Postfix) with ESMTP id BE013470; Fri, 23 Jul 2004 21:18:54 +0200 (CEST) Message-ID: <41016498.50307@xbsd.org> Date: Fri, 23 Jul 2004 21:18:48 +0200 From: Florent Thoumie User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040710) X-Accept-Language: en-us, en MIME-Version: 1.0 To: N COKYAZICI References: <20040722091115.21036.qmail@web25402.mail.ukl.yahoo.com> In-Reply-To: <20040722091115.21036.qmail@web25402.mail.ukl.yahoo.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: 2 port requests (with details on how i got some of it working) 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, 23 Jul 2004 19:18:54 -0000 N COKYAZICI wrote: > Hello... > > 1. theres a game engine i've been trying to get > working on FreeBSD 5.2.1-Release, theres a linux > version now - which should be easy to port, i tryed > the windows version before on windows and played it a > lot, it made the graphics of a really old game and > small game look quite modern. > > doomsdayhq dot com > > is the website for it. from what i remember when you > download and install the 9MB models it makes the > graphics like quake 3, i was amazed at how it managed > it with only around 20MB. > > i think it mostly uses SDL, the ./configure fails when > it trys to find SDL_net.h, i tryed ages to try to make > it detect it but it still didnt no matter what i did > :( If you're making a port, you should have put something like : USE_SDL= net (etc, following requirements) If this still doesn't work then you may want to add : CONFIGURE_ENV= "CPPFLAGS=${LOCALBASE}/include" \ "LDFLAGS=${LOCALBASE}/lib" There could be some other problems if the Makefile is written to call sdl-config, look at some examples in ${PORTSDIR}/games and see how they use REINPLACE_CMD. This should help configure to find required headers and libraries. > 2. this isnt relavant to my first request but its > still very useful... you can get the dos gcc - djgpp > to cross compile a DOS/Windows program on FreeBSD. i > managed to get it working, i tested a program it > compiled that had a lot of file i/o functions in > dosbox and it worked nicely, i just couldnt get the > c++ working, i found a website that said if you go to > the "packages/gnu/gcc-3.2-obj" and type "make all-gcc > install" it makes and installs it with c but without > c++, i followed the instructions in the text file > "cross/howto.32" and did the above. i think this is > important as a port because many people have friends > on windows who they need to send programs they wrote > and compiled for them. the website for the compiler is > delorie dot com slash djgpp you just go to the zip > picker and say you want to do a unix cross compile and > select sources for everything you download, the > instructions on the zip picker seem to be kind of out > of date but theres good instructions when you unzip > one of the files, a file called cross/howto.32 should > appear. Sorry but I have no clue for that, never tried to cross-compile DOS program on FreeBSD. -- flz From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 19:53:31 2004 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 1FB2B16A4CE; Fri, 23 Jul 2004 19:53:31 +0000 (GMT) Received: from aloha.npdx.net (aloha.npdx.net [198.145.255.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A9B43D45; Fri, 23 Jul 2004 19:53:30 +0000 (GMT) (envelope-from nate@northwe.st) Received: from [172.16.1.2] (198-107-19-27.msrv.us [198.107.19.27]) by aloha.npdx.net (Postfix) with ESMTP id 4C81A56477; Fri, 23 Jul 2004 12:53:30 -0700 (PDT) In-Reply-To: <20040722230722.163093ee.nork@FreeBSD.org> References: <20040722230722.163093ee.nork@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Nate Silva Date: Fri, 23 Jul 2004 12:53:29 -0700 To: Norikatsu Shigemura X-Mailer: Apple Mail (2.618) cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: courier-imap-3.0.6,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: Fri, 23 Jul 2004 19:53:31 -0000 On Jul 22, 2004, at 7:07 AM, Norikatsu Shigemura wrote: > On Wed, 21 Jul 2004 14:21:37 -0700 > Nate Silva wrote: >> Hello Oliver, >> The distfile for courier-imap is missing a checksum for the DRAC >> patch. >> Or the DRAC patch is broken in 3.0.6? > > Oops, there is just not MD5(courier-imap-3.0.5-drac.patch). > I confirmed this patch is good with 3.0.6. Hmmm... it doesn't work for me -- with the new MD5 the port still doesn't compile when using WITH_DRAC=yes. I tried to hack the 3.0.5 patch. Unfortunately I'm a sysadmin not a Unix programmer. :-) Norikatsu-san: are you able to publish a working patch for 3.0.6? Regards, Nate From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 20:10:19 2004 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 84BC816A4CE; Fri, 23 Jul 2004 20:10:19 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745AF43D45; Fri, 23 Jul 2004 20:10:19 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 52ABCDA870; Fri, 23 Jul 2004 13:10:19 -0700 (PDT) Date: Fri, 23 Jul 2004 16:10:19 -0400 From: Adam Weinberger To: Eric Anholt Message-ID: <20040723201019.GV14233@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Eric Anholt , current@FreeBSD.org, ports@FreeBSD.org, x11@FreeBSD.org References: <1090609869.2748.23.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1090609869.2748.23.camel@leguin> 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 cc: x11@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 20:10:20 -0000 >> (07.23.2004 @ 1511 PST): Eric Anholt said, in 1.2K: << > OK, the final version of the X.Org conversion patch has hit the tree. >> end of "HEADSUP: X.Org conversion" from Eric Anholt << Yay!! Thanks for all your work on this, Eric! # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 20:18:20 2004 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 0BAE516A4D0 for ; Fri, 23 Jul 2004 20:18:20 +0000 (GMT) Received: from gonzaga.cesar.org.br (gonzaga.cesar.org.br [200.199.23.120]) by mx1.FreeBSD.org (Postfix) with SMTP id BE65543D4C for ; Fri, 23 Jul 2004 20:18:09 +0000 (GMT) (envelope-from rss@cesar.org.br) Received: (qmail 16958 invoked from network); 23 Jul 2004 20:07:24 -0000 Received: from unknown (HELO DaeMoN.InTraNeT.CESAR.OrG.BR) (172.27.73.10) by gonzaga.cesar.org.br with SMTP; 23 Jul 2004 20:07:24 -0000 Date: Fri, 23 Jul 2004 17:20:10 -0300 (BRT) From: Rossam Souza da Silva X-X-Sender: rss@DaeMoN.InTraNeT.CESAR.OrG.BR To: Adam Weinberger In-Reply-To: <20040723201019.GV14233@toxic.magnesium.net> Message-ID: <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> References: <1090609869.2748.23.camel@leguin> <20040723201019.GV14233@toxic.magnesium.net> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1056890181-1090614010=:30031" cc: ports@FreeBSD.org cc: Eric Anholt cc: x11@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 20:18:20 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1056890181-1090614010=:30031 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Hi people, the nvidia-driver package works ok with X.Org? Rossam. ------------------------------------------------------ "Das Leben auf Erden ist ein gemeiner Krieg. Wir spielen, wir k=E4mpfen, wir setzen alles auf Sieg." Megaherz ------------------------------------------------------ On Fri, 23 Jul 2004, Adam Weinberger wrote: >>> (07.23.2004 @ 1511 PST): Eric Anholt said, in 1.2K: << >> OK, the final version of the X.Org conversion patch has hit the tree. >>> end of "HEADSUP: X.Org conversion" from Eric Anholt << > > Yay!! Thanks for all your work on this, Eric! > > # Adam > > > -- > Adam Weinberger > adamw@magnesium.net || adamw@FreeBSD.org > adamw@vectors.cx || adamw@gnome.org > http://www.vectors.cx > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > --0-1056890181-1090614010=:30031-- From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 20:19:11 2004 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 9DABA16A4CE; Fri, 23 Jul 2004 20:19:11 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C7E43D41; Fri, 23 Jul 2004 20:19:11 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 63892DA849; Fri, 23 Jul 2004 13:19:11 -0700 (PDT) Date: Fri, 23 Jul 2004 16:19:11 -0400 From: Adam Weinberger To: Rossam Souza da Silva Message-ID: <20040723201911.GX14233@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Rossam Souza da Silva , Eric Anholt , ports@FreeBSD.org, x11@FreeBSD.org, current@FreeBSD.org References: <1090609869.2748.23.camel@leguin> <20040723201019.GV14233@toxic.magnesium.net> <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> 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 cc: Eric Anholt cc: x11@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 20:19:12 -0000 >> (07.23.2004 @ 1620 PST): Rossam Souza da Silva said, in 1.3K: << > > Hi people, the nvidia-driver package works ok with X.Org? > > Rossam. >> end of "Re: HEADSUP: X.Org conversion" from Rossam Souza da Silva << Worked fine for me a couple weeks ago when I did the switchover. I fried my motherboard about 6 hours later, but I maintain it was something unrelated. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 20:25:47 2004 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 6C77B16A4CE for ; Fri, 23 Jul 2004 20:25:47 +0000 (GMT) Received: from web11707.mail.yahoo.com (web11707.mail.yahoo.com [216.136.172.73]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C2ED43D49 for ; Fri, 23 Jul 2004 20:25:47 +0000 (GMT) (envelope-from ginipginob@yahoo.com) Message-ID: <20040723202547.36729.qmail@web11707.mail.yahoo.com> Received: from [68.65.227.161] by web11707.mail.yahoo.com via HTTP; Fri, 23 Jul 2004 13:25:47 PDT Date: Fri, 23 Jul 2004 13:25:47 -0700 (PDT) From: Eric Osterweil To: freebsd-ports@freebsd.org, freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: isc-dhcp3-server and OS X 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, 23 Jul 2004 20:25:47 -0000 Hey everyone, I've been struggling with something that I think is a compatibility issue for some time. I have been running the isc-dhcp3-server for some time now. Recently, one of the macintoshes on my network upgraded from 10.3.3 to 10.3.4 and had their airport extreme software move up as well. Basically, I've re-OSed the mac, and I can still only get a lease from the dhcp server once in a LONG while. What's worse is, I am able to connect to other DHCP servers (like those built into access points). Does anyone have any idea why this is happening? If I do a tcpdump on the mac, I can see it receive information, but the lease doesn't seem to register with the networking software. Is this a known issue w/ OS X? Thanks in advance... Please reply to me directly as I am not on this mailing list, Eric Osterweil __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 20:32:32 2004 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 9351016A4CE for ; Fri, 23 Jul 2004 20:32:32 +0000 (GMT) Received: from smtp06.web.de (smtp06.web.de [217.72.192.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B41943D45 for ; Fri, 23 Jul 2004 20:32:32 +0000 (GMT) (envelope-from nakal@web.de) Received: from [217.81.253.50] (helo=[217.81.253.50]) by smtp06.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.101 #44) id 1Bo6hz-0005Ly-00; Fri, 23 Jul 2004 22:31:59 +0200 From: Martin To: Rossam Souza da Silva In-Reply-To: <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> References: <1090609869.2748.23.camel@leguin> <20040723201019.GV14233@toxic.magnesium.net> <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> Content-Type: text/plain Message-Id: <1090614713.3387.9.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 22:31:54 +0200 Content-Transfer-Encoding: 7bit Sender: nakal@web.de X-Sender: nakal@web.de cc: ports@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 20:32:32 -0000 Am Fr, den 23.07.2004 schrieb Rossam Souza da Silva um 22:20: > Hi people, the nvidia-driver package works ok with X.Org? I switched to xorg 3 days ago. nvidia-driver works. Martin From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 20:35:14 2004 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 70B5716A4CF for ; Fri, 23 Jul 2004 20:35:14 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 369DE43D1D for ; Fri, 23 Jul 2004 20:35:14 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id A840C6178; Fri, 23 Jul 2004 15:35:07 -0500 (CDT) Message-ID: <4101767A.7020004@makeworld.com> Date: Fri, 23 Jul 2004 15:35:06 -0500 From: Chris User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin References: <1090609869.2748.23.camel@leguin> <20040723201019.GV14233@toxic.magnesium.net> <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> <1090614713.3387.9.camel@klotz.local> In-Reply-To: <1090614713.3387.9.camel@klotz.local> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-makeworld.com-MailScanner-Information: Please contact the ISP for more information X-makeworld.com-MailScanner: Found to be clean X-MailScanner-From: racerx@makeworld.com cc: ports@FreeBSD.org cc: Rossam Souza da Silva Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 20:35:14 -0000 Martin wrote: > Am Fr, den 23.07.2004 schrieb Rossam Souza da Silva um 22:20: > >>Hi people, the nvidia-driver package works ok with X.Org? > > > I switched to xorg 3 days ago. nvidia-driver works. > > Martin > > > _______________________________________________ > 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" > I have been running Xorg on 5.2.1 for over a month now. Tis flawless. -- Best regards, Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ClamAV virus dat updated: Fri Jul 23 2004 at 03:03:06 daily.cvd updated (version: 418, sigs: 1047, f-level: 2, builder: trog) From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 20:37:43 2004 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 E342316A4CE; Fri, 23 Jul 2004 20:37:43 +0000 (GMT) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EB0C43D48; Fri, 23 Jul 2004 20:37:43 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf24aec.mail.bellsouth.netESMTP <20040723203742.FXC1737.imf24aec.mail.bellsouth.net@[192.168.1.5]>; Fri, 23 Jul 2004 16:37:42 -0400 In-Reply-To: <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> References: <1090609869.2748.23.camel@leguin> <20040723201019.GV14233@toxic.magnesium.net> <20040723171841.O30031@DaeMoN.InTraNeT.CESAR.OrG.BR> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <24C1867A-DCE8-11D8-B0E4-000A958C81C6@ahze.net> Content-Transfer-Encoding: quoted-printable From: Michael Johnson Date: Fri, 23 Jul 2004 16:37:41 -0400 To: Rossam Souza da Silva X-Mailer: Apple Mail (2.618) cc: ports@FreeBSD.org cc: Adam Weinberger cc: Eric Anholt cc: x11@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 20:37:44 -0000 Works okay for me Michael On Jul 23, 2004, at 4:20 PM, Rossam Souza da Silva wrote: > > Hi people, the nvidia-driver package works ok with X.Org? > > Rossam. > > ------------------------------------------------------ > "Das Leben auf Erden ist ein gemeiner Krieg. > Wir spielen, wir k=E4mpfen, wir setzen alles auf Sieg." > > Megaherz > ------------------------------------------------------ > > On Fri, 23 Jul 2004, Adam Weinberger wrote: > >>>> (07.23.2004 @ 1511 PST): Eric Anholt said, in 1.2K: << >>> OK, the final version of the X.Org conversion patch has hit the = tree. >>>> end of "HEADSUP: X.Org conversion" from Eric Anholt << >> >> Yay!! Thanks for all your work on this, Eric! >> >> # Adam >> >> >> -- >> Adam Weinberger >> adamw@magnesium.net || adamw@FreeBSD.org >> adamw@vectors.cx || adamw@gnome.org >> http://www.vectors.cx >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to=20 >> "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to=20 > "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 21:31:28 2004 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 EC49716A4CE; Fri, 23 Jul 2004 21:31:28 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8F743D31; Fri, 23 Jul 2004 21:31:28 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id i6NLVRE8030243; Fri, 23 Jul 2004 16:31:27 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <4101839D.6030108@centtech.com> Date: Fri, 23 Jul 2004 16:31:09 -0500 From: Eric Anderson User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anholt References: <1090609869.2748.23.camel@leguin> In-Reply-To: <1090609869.2748.23.camel@leguin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 21:31:29 -0000 Eric Anholt wrote: >OK, the final version of the X.Org conversion patch has hit the tree. >No ports appear to be broken by the upgrade at this time. X.Org has >been made the default X distribution on -current. Other versions of >FreeBSD retain the same default X distribution (XFree86) but can upgrade >by setting X_WINDOW_SYSTEM=xorg in /etc/make.conf. > Sorry if I'm in the stone age here, but I why is this better than XFree86? Just curious. Eric -- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 21:42:22 2004 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 4790816A4CE; Fri, 23 Jul 2004 21:42:22 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24B743D2D; Fri, 23 Jul 2004 21:42:21 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6NLflNC054190; Fri, 23 Jul 2004 17:41:47 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Eric Anholt In-Reply-To: <1090609869.2748.23.camel@leguin> References: <1090609869.2748.23.camel@leguin> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-e5MTzB84Y0aCyKhFypj0" Organization: MarcusCom, Inc. Message-Id: <1090618937.65834.1517.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 17:42:17 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: ports@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 21:42:22 -0000 --=-e5MTzB84Y0aCyKhFypj0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-07-23 at 15:11, Eric Anholt wrote: > OK, the final version of the X.Org conversion patch has hit the tree.=20 > No ports appear to be broken by the upgrade at this time. X.Org has > been made the default X distribution on -current. Other versions of > FreeBSD retain the same default X distribution (XFree86) but can upgrade > by setting X_WINDOW_SYSTEM=3Dxorg in /etc/make.conf. >=20 > To upgrade, you must remove your XFree86 ports and install the xorg > ports. It couldn't be done with portupgrade, unfortunately, because we > are keeping the XFree86 ports around. To upgrade: >=20 > pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-* > cd /usr/ports/x11/xorg && make install > pkgdb -F >=20 > If you want to keep the old XFree86 on -current, simply set > X_WINDOW_SYSTEM=3Dxfree86-4 in make.conf >=20 > I am currently working on updating -current's sysinstall for X.Org.=20 > Until then it will be broken. Please, please, please add the relevant bits to /usr/ports/UPDATING (and any relevant porter bits to /usr/ports/CHANGES). Thanks, and thanks for all your effort on getting this done. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-e5MTzB84Y0aCyKhFypj0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBAYY4b2iPiv4Uz4cRAiC1AKCH6Owc7+4mHb8kXrOybkAv+muDAACgoGQb 6AtLNnzlycXh6zJeo39nakY= =WceH -----END PGP SIGNATURE----- --=-e5MTzB84Y0aCyKhFypj0-- From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 21:45:17 2004 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 3771716A4CE; Fri, 23 Jul 2004 21:45:17 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D9643D1D; Fri, 23 Jul 2004 21:45:17 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id E3A7BDA849; Fri, 23 Jul 2004 14:45:16 -0700 (PDT) Date: Fri, 23 Jul 2004 17:45:16 -0400 From: Adam Weinberger To: Eric Anderson Message-ID: <20040723214516.GD14233@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Eric Anderson , Eric Anholt , ports@freebsd.org, x11@freebsd.org, current@freebsd.org References: <1090609869.2748.23.camel@leguin> <4101839D.6030108@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4101839D.6030108@centtech.com> 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 cc: Eric Anholt cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 21:45:17 -0000 >> (07.23.2004 @ 1731 PST): Eric Anderson said, in 0.9K: << > Sorry if I'm in the stone age here, but I why is this better than > XFree86? Just curious. > > Eric >> end of "Re: HEADSUP: X.Org conversion" from Eric Anderson << Xorg's X is simply the next version of XFree86 X. XFree86 went splat, then stuck a feather in their hat and called it Xorg. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 22:04:17 2004 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 0964416A4CE; Fri, 23 Jul 2004 22:04:17 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E6143D31; Fri, 23 Jul 2004 22:04:16 +0000 (GMT) (envelope-from langd@informatik.tu-muenchen.de) Date: Sat, 24 Jul 2004 00:04:15 +0200 From: Daniel Lang To: Eric Anholt Message-ID: <20040723220415.GA63266@atrbg11.informatik.tu-muenchen.de> References: <1090609869.2748.23.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1090609869.2748.23.camel@leguin> X-Geek: GCS/CC d-- s: a- C++$ UBS++++$ P+++$ L- E-(---) W+++(--) N++ o K w--- O? M? V? PS+(++) PE--(+) Y+ PGP+ t++ 5+++ X R+(-) tv+ b+ DI++ D++ G++ e+++ h---(-) r+++ y+ User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports@FreeBSD.org cc: x11@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 22:04:17 -0000 Hi Eric, Eric Anholt wrote on Fri, Jul 23, 2004 at 12:11:09PM -0700: > OK, the final version of the X.Org conversion patch has hit the tree. > No ports appear to be broken by the upgrade at this time. X.Org has > been made the default X distribution on -current. Other versions of > FreeBSD retain the same default X distribution (XFree86) but can upgrade > by setting X_WINDOW_SYSTEM=xorg in /etc/make.conf. > > To upgrade, you must remove your XFree86 ports and install the xorg > ports. It couldn't be done with portupgrade, unfortunately, because we > are keeping the XFree86 ports around. To upgrade: [..] Why does "keeping the XFree86 ports around" prevent one from using portupgrade? I can specify a different port to upgrade with with -o, like (simplified): portupgrade -o x11/xorg XFree86-4.3.0_X or are there other reasons why this is not possible? Cheers, Daniel -- IRCnet: Mr-Spock - "Do you love yourself ?" - "Yes!" (Isar 12) - Daniel Lang * dl@leo.org * +49 89 2600 8122 * http://www.leo.org/~dl/ From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 22:10:24 2004 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 9480C16A4CE; Fri, 23 Jul 2004 22:10:24 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CCF43D31; Fri, 23 Jul 2004 22:10:24 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from [192.168.0.103] (c-24-21-18-195.client.comcast.net[24.21.18.195]) by comcast.net (sccrmhc12) with SMTP id <2004072322101201200nbj56e>; Fri, 23 Jul 2004 22:10:14 +0000 From: Eric Anholt To: Joe Marcus Clarke In-Reply-To: <1090618937.65834.1517.camel@shumai.marcuscom.com> References: <1090609869.2748.23.camel@leguin> <1090618937.65834.1517.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1090620611.2748.61.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 15:10:11 -0700 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 22:10:24 -0000 On Fri, 2004-07-23 at 14:42, Joe Marcus Clarke wrote: > On Fri, 2004-07-23 at 15:11, Eric Anholt wrote: > > OK, the final version of the X.Org conversion patch has hit the tree. > > No ports appear to be broken by the upgrade at this time. X.Org has > > been made the default X distribution on -current. Other versions of > > FreeBSD retain the same default X distribution (XFree86) but can upgrade > > by setting X_WINDOW_SYSTEM=xorg in /etc/make.conf. > > > > To upgrade, you must remove your XFree86 ports and install the xorg > > ports. It couldn't be done with portupgrade, unfortunately, because we > > are keeping the XFree86 ports around. To upgrade: > > > > pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-* > > cd /usr/ports/x11/xorg && make install > > pkgdb -F > > > > If you want to keep the old XFree86 on -current, simply set > > X_WINDOW_SYSTEM=xfree86-4 in make.conf > > > > I am currently working on updating -current's sysinstall for X.Org. > > Until then it will be broken. > > Please, please, please add the relevant bits to /usr/ports/UPDATING (and > any relevant porter bits to /usr/ports/CHANGES). Thanks, and thanks for > all your effort on getting this done. Oops, fixed now. Thanks. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 22:14:54 2004 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 DC86616A4CE; Fri, 23 Jul 2004 22:14:54 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C0643D1F; Fri, 23 Jul 2004 22:14:54 +0000 (GMT) (envelope-from eta@lclark.edu) Received: from [192.168.0.103] (c-24-21-18-195.client.comcast.net[24.21.18.195]) by comcast.net (rwcrmhc12) with SMTP id <2004072322145001400f36v1e>; Fri, 23 Jul 2004 22:14:54 +0000 From: Eric Anholt To: Daniel Lang In-Reply-To: <20040723220415.GA63266@atrbg11.informatik.tu-muenchen.de> References: <1090609869.2748.23.camel@leguin> <20040723220415.GA63266@atrbg11.informatik.tu-muenchen.de> Content-Type: text/plain Message-Id: <1090620888.2748.73.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 15:14:49 -0700 Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: x11@FreeBSD.org cc: current@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 23 Jul 2004 22:14:55 -0000 On Fri, 2004-07-23 at 15:04, Daniel Lang wrote: > Hi Eric, > > Eric Anholt wrote on Fri, Jul 23, 2004 at 12:11:09PM -0700: > > OK, the final version of the X.Org conversion patch has hit the tree. > > No ports appear to be broken by the upgrade at this time. X.Org has > > been made the default X distribution on -current. Other versions of > > FreeBSD retain the same default X distribution (XFree86) but can upgrade > > by setting X_WINDOW_SYSTEM=xorg in /etc/make.conf. > > > > To upgrade, you must remove your XFree86 ports and install the xorg > > ports. It couldn't be done with portupgrade, unfortunately, because we > > are keeping the XFree86 ports around. To upgrade: > [..] > > Why does "keeping the XFree86 ports around" prevent one from > using portupgrade? I can specify a different port to > upgrade with with -o, like (simplified): > > portupgrade -o x11/xorg XFree86-4.3.0_X I mean, having portupgrade do the right thing with portupgrade -a for users of both XFree86 and X.Org. The current system seems less painful than all the portupgrade solutions I've heard proposed, as long as we keep XFree86 the default on any platform. If portmgr and re would accept us moving to X.Org on all versions of FreeBSD, and we had a good way of handling that (the repocopy and MOVED solution is pretty messy, but I'd do it if that was all we had), I'd love to see it happen. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Fri Jul 23 23:31:30 2004 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 A348016A4CE; Fri, 23 Jul 2004 23:31:30 +0000 (GMT) Received: from oec-server4.ucsd.edu (oec-server4.ucsd.edu [132.239.8.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7478A43D39; Fri, 23 Jul 2004 23:31:30 +0000 (GMT) (envelope-from oconnell@soe.ucsd.edu) Received: from [132.239.8.27] (oecpc27.ucsd.edu [132.239.8.27]) i6NNVTUj096131; Fri, 23 Jul 2004 16:31:29 -0700 (PDT) (envelope-from oconnell@soe.ucsd.edu) From: "Sean O'Connell" To: ale@freebsd.org Content-Type: text/plain Organization: Jacobs School of Engineering, UCSD Message-Id: <1090625489.33018.23.camel@oecpc27.ucsd.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 16:31:29 -0700 Content-Transfer-Encoding: 7bit X-Milter: oec-server4.ucsd.edu spamtagger ($Revision: 1.100 $) X-Milter: oec-server4.ucsd.edu mailscan ($Revision: 1.143 $) X-MailscanStatus: Pass X-Spam-Level: Level X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on oec-server4.ucsd.edu X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 cc: freebsd-ports@freebsd.org Subject: mod_php4 port and php extension support? 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, 23 Jul 2004 23:31:30 -0000 Alex- After you re-arranged the php port structure, what is the correct way to tell mod_php4 to include mysql support? I cannot seem to convince it to include any of the php extensions. I am have tried adding various permutations of WITH_MYSQL=yes, USE_PHP=mysql, etc to /usr/local/etc/pkgtools.conf. I am guessing that I just need a large whack from the clue-by-four, but portupgrade has broken one of our web applications. Thanks for any insight/tips, etc. Sean -- Sean O'Connell Office of Engineering Computing oconnell@soe.ucsd.edu Jacobs School of Engineering, UCSD 858.534.9716 (49716) From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 00:07:14 2004 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 4FD6416A4CE; Sat, 24 Jul 2004 00:07:14 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD9143D4C; Sat, 24 Jul 2004 00:07:13 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.71.51]) by lakermmtao12.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP <20040724000712.QILK15342.lakermmtao12.cox.net@dolphin.local.net>; Fri, 23 Jul 2004 20:07:12 -0400 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.12.11/8.12.11) with ESMTP id i6O07Cor032820; Fri, 23 Jul 2004 19:07:12 -0500 (CDT) (envelope-from conrads@dolphin.local.net) Received: (from conrads@localhost) by dolphin.local.net (8.12.11/8.12.11/Submit) id i6O07Cqa032819; Fri, 23 Jul 2004 19:07:12 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <1090609869.2748.23.camel@leguin> Date: Fri, 23 Jul 2004 19:07:12 -0500 (CDT) Organization: A Rag-Tag Band of Drug-Crazed Hippies From: "Conrad J. Sabatier" To: Eric Anholt cc: ports@freebsd.org cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: HEADSUP: X.Org conversion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 00:07:14 -0000 On 23-Jul-2004 Eric Anholt wrote: > OK, the final version of the X.Org conversion patch has hit the tree. > No ports appear to be broken by the upgrade at this time. X.Org has > been made the default X distribution on -current. Other versions of > FreeBSD retain the same default X distribution (XFree86) but can > upgrade by setting X_WINDOW_SYSTEM=xorg in /etc/make.conf. Hooray! Thank you! Just one question: have the inconsistencies been worked out in translating XFree86 fonts package dependencies to Xorg fonts packages? Have all ports that depend on XFree86 fonts packages been adjusted, and if so, how was this issue resolved? The problem I've seen is that there's some overlap between font package contents going from XFree86 to Xorg, mainly re: TrueType and Type1 fonts. Don't mean to sound like Mr. Rain-On-Your-Parade or anything here. :-) If these problems still need some work, I certainly understand. Just wondering what the current status is. Thanks again! -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 00:12:01 2004 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 A707016A4CE; Sat, 24 Jul 2004 00:12:01 +0000 (GMT) Received: from mail.cableone.net (scanmail3.cableone.net [24.116.0.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 416CD43D58; Sat, 24 Jul 2004 00:12:01 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.85]) by smail3.cableone.net (SurgeMail 1.9b) with ESMTP id 28473097 for multiple; Fri, 23 Jul 2004 16:56:57 -0700 Date: Fri, 23 Jul 2004 19:11:46 -0500 From: Vulpes Velox To: Eric Anderson Message-Id: <20040723191146.6a4d6cd9@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <4101839D.6030108@centtech.com> References: <1090609869.2748.23.camel@leguin> <4101839D.6030108@centtech.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: ports@freebsd.org cc: Eric Anholt cc: x11@freebsd.org cc: current@freebsd.org Subject: Re: HEADSUP: X.Org conversion 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, 24 Jul 2004 00:12:01 -0000 On Fri, 23 Jul 2004 16:31:09 -0500 Eric Anderson wrote: > Eric Anholt wrote: > > >OK, the final version of the X.Org conversion patch has hit the > >tree. No ports appear to be broken by the upgrade at this time. > >X.Org has been made the default X distribution on -current. Other > >versions of FreeBSD retain the same default X distribution > >(XFree86) but can upgrade by setting X_WINDOW_SYSTEM=xorg in > >/etc/make.conf. > > > > Sorry if I'm in the stone age here, but I why is this better than > XFree86? Just curious. Other than it includes a few bug fixes and a proper acecad driver, it is not. As of currently it is just talk and what will happen with X.org and XFree86 are still up in the air. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 00:14:02 2004 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 7E34E16A4CE; Sat, 24 Jul 2004 00:14:02 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C8843D64; Sat, 24 Jul 2004 00:14:01 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from 204.127.205.150 ([204.127.205.150]) by comcast.net (sccrmhc11) with SMTP id <20040724001400011006i1lbe>; Sat, 24 Jul 2004 00:14:01 +0000 Received: from [68.49.58.89] by 204.127.205.150; Sat, 24 Jul 2004 00:14:00 +0000 From: dantavious@comcast.net To: Michael Johnson , Rossam Souza da Silva Date: Sat, 24 Jul 2004 00:14:00 +0000 Message-Id: <072420040014.26162.4101A9C8000C5C920000663222007511509C9A0107900E9B020E0B@comcast.net> X-Mailer: AT&T Message Center Version 1 (Jun 24 2004) X-Authenticated-Sender: ZGFudGF2aW91c0Bjb21jYXN0Lm5ldA== cc: ports@FreeBSD.org cc: x11@FreeBSD.org cc: Eric Anholt cc: Adam Weinberger cc: current@FreeBSD.org Subject: Re: HEADSUP: X.Org conversion 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, 24 Jul 2004 00:14:02 -0000 Quick question. What is the best way "simplest" to configure the xorg server. r/ Derrick > Works okay for me > Michael > > > On Jul 23, 2004, at 4:20 PM, Rossam Souza da Silva wrote: > > > > > Hi people, the nvidia-driver package works ok with X.Org? > > > > Rossam. > > > > ------------------------------------------------------ > > "Das Leben auf Erden ist ein gemeiner Krieg. > > Wir spielen, wir k鄝pfen, wir setzen alles auf Sieg." > > > > Megaherz > > ------------------------------------------------------ > > > > On Fri, 23 Jul 2004, Adam Weinberger wrote: > > > >>>> (07.23.2004 @ 1511 PST): Eric Anholt said, in 1.2K: << > >>> OK, the final version of the X.Org conversion patch has hit the tree. > >>>> end of "HEADSUP: X.Org conversion" from Eric Anholt << > >> > >> Yay!! Thanks for all your work on this, Eric! > >> > >> # Adam > >> > >> > >> -- > >> Adam Weinberger > >> adamw@magnesium.net || adamw@FreeBSD.org > >> adamw@vectors.cx || adamw@gnome.org > >> http://www.vectors.cx > >> _______________________________________________ > >> freebsd-current@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-current > >> To unsubscribe, send any mail to > >> "freebsd-current-unsubscribe@freebsd.org" > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 00:40:45 2004 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 2B53B16A4CE; Sat, 24 Jul 2004 00:40:45 +0000 (GMT) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D8243D48; Sat, 24 Jul 2004 00:40:44 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf18aec.mail.bellsouth.netESMTP <20040724004044.MPCW1786.imf18aec.mail.bellsouth.net@[192.168.1.5]>; Fri, 23 Jul 2004 20:40:44 -0400 In-Reply-To: <072420040014.26162.4101A9C8000C5C920000663222007511509C9A0107900E9B020E0B@comcast.net> References: <072420040014.26162.4101A9C8000C5C920000663222007511509C9A0107900E9B020E0B@comcast.net> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <17F97F74-DD0A-11D8-B0E4-000A958C81C6@ahze.net> Content-Transfer-Encoding: quoted-printable From: michael johnson Date: Fri, 23 Jul 2004 20:40:42 -0400 To: dantavious@comcast.net X-Mailer: Apple Mail (2.618) cc: current@FreeBSD.org cc: Eric Anholt cc: Rossam Souza da Silva cc: ports@FreeBSD.org cc: x11@FreeBSD.org cc: Adam Weinberger Subject: Re: HEADSUP: X.Org conversion 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, 24 Jul 2004 00:40:45 -0000 X -configure On Jul 23, 2004, at 8:14 PM, dantavious@comcast.net wrote: > Quick question. What is the best way "simplest" to configure the xorg=20= > server. > r/ > Derrick > > >> Works okay for me >> Michael >> >> >> On Jul 23, 2004, at 4:20 PM, Rossam Souza da Silva wrote: >> >>> >>> Hi people, the nvidia-driver package works ok with X.Org? >>> >>> Rossam. >>> >>> ------------------------------------------------------ >>> "Das Leben auf Erden ist ein gemeiner Krieg. >>> Wir spielen, wir k=E4mpfen, wir setzen alles auf Sieg." >>> >>> Megaherz >>> ------------------------------------------------------ >>> >>> On Fri, 23 Jul 2004, Adam Weinberger wrote: >>> >>>>>> (07.23.2004 @ 1511 PST): Eric Anholt said, in 1.2K: << >>>>> OK, the final version of the X.Org conversion patch has hit the=20 >>>>> tree. >>>>>> end of "HEADSUP: X.Org conversion" from Eric Anholt << >>>> >>>> Yay!! Thanks for all your work on this, Eric! >>>> >>>> # Adam >>>> >>>> >>>> -- >>>> Adam Weinberger >>>> adamw@magnesium.net || adamw@FreeBSD.org >>>> adamw@vectors.cx || adamw@gnome.org >>>> http://www.vectors.cx >>>> _______________________________________________ >>>> freebsd-current@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-current >>>> To unsubscribe, send any mail to >>>> "freebsd-current-unsubscribe@freebsd.org" >>> _______________________________________________ >>> freebsd-current@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-current >>> To unsubscribe, send any mail to >>> "freebsd-current-unsubscribe@freebsd.org" >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to=20 >> "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to=20 > "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 00:57:33 2004 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 4B04416A4CE; Sat, 24 Jul 2004 00:57:33 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D22F43D41; Sat, 24 Jul 2004 00:57:32 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6O0utDF055535; Fri, 23 Jul 2004 20:56:55 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Yi1bEJWFo4Y23tluvkry" Organization: FreeBSD, Inc. Message-Id: <1090630646.65834.1549.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 23 Jul 2004 20:57:26 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: ports@FreeBSD.org Subject: HEADS UP: XKB errors starting GNOME after migrating to X.Org 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, 24 Jul 2004 00:57:33 -0000 --=-Yi1bEJWFo4Y23tluvkry Content-Type: text/plain Content-Transfer-Encoding: quoted-printable If, after migrating to X.Org, you receive an XKB initialization error when starting GNOME, edit your XF86Config (or xorg.conf) file, and remove the line: Option "XkbRules" "xfree86" Afterward, restart X. You will also want to upgrade x11/libxklavier and x11-toolkits/libwnck to restore full functionality. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-Yi1bEJWFo4Y23tluvkry Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBAbP2b2iPiv4Uz4cRAqSGAJ0e9QQ3qWy9ra3dRPPq9lvK4oS7+gCePgX2 DimT3N14PXi9hfZwfBmb0gQ= =iOrT -----END PGP SIGNATURE----- --=-Yi1bEJWFo4Y23tluvkry-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 01:24:43 2004 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 78B0A16A4CE for ; Sat, 24 Jul 2004 01:24:43 +0000 (GMT) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.207.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF5CC43D1D for ; Sat, 24 Jul 2004 01:24:42 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [127.0.0.1] (i-95.forrie.net. [192.168.1.95]) by forrie.com with ESMTP id i6O1OUgZ053958 for ; Fri, 23 Jul 2004 21:24:35 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <4101BA49.3080700@forrie.com> Date: Fri, 23 Jul 2004 21:24:25 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 0.7+ (Windows/20040721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean Subject: Geolizer port build 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: Sat, 24 Jul 2004 01:24:43 -0000 Build of recently checked-in (CVS) "geolizer" does not build correctly on FreeBSD-4.10-STABLE. Build using standard "make": cc -I/usr/local/include -I/usr/local/include -O -pipe -DLINKLIST_MAX_STRING=256 -DETCDIR=\"/usr/local/etc\" -DHAVE_DBOPEN=1 -DHAVE_ERRNO_H=1 -DHAVE_SOCKET=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_MATH_H=1 -DUSE_GEOIP -DUSE_DNS -c dns_resolv.c dns_resolv.c: In function `resolve_dns': dns_resolv.c:149: warning: passing arg 2 of pointer to function from incompatible pointer type dns_resolv.c:149: too few arguments to function dns_resolv.c: In function `dns_resolver': dns_resolv.c:218: warning: assignment makes pointer from integer without a cast dns_resolv.c:228: too few arguments to function dns_resolv.c:235: too few arguments to function dns_resolv.c:275: warning: passing arg 2 of pointer to function from incompatible pointer type dns_resolv.c:275: too few arguments to function dns_resolv.c:329: too few arguments to function dns_resolv.c:359: too few arguments to function dns_resolv.c: In function `db_put': dns_resolv.c:745: warning: passing arg 2 of pointer to function from incompatible pointer type dns_resolv.c:745: too few arguments to function dns_resolv.c: In function `open_cache': dns_resolv.c:793: warning: assignment makes pointer from integer without a cast dns_resolv.c:801: too few arguments to function dns_resolv.c:807: too few arguments to function dns_resolv.c: In function `close_cache': dns_resolv.c:829: too few arguments to function *** Error code 1 Stop in /usr/ports/www/geolizer/work/webalizer-2.01-10. *** Error code 1 Stop in /usr/ports/www/geolizer. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 05:32:51 2004 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 06A8E16A4CE; Sat, 24 Jul 2004 05:32:51 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8252C43D49; Sat, 24 Jul 2004 05:32:50 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6O5Wmd1087481; Sat, 24 Jul 2004 14:32:48 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 24 Jul 2004 14:32:48 +0900 From: Norikatsu Shigemura To: Nate Silva Message-Id: <20040724143248.2798f471.nork@FreeBSD.org> In-Reply-To: References: <20040722230722.163093ee.nork@FreeBSD.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Sat, 24 Jul 2004 14:32:49 +0900 (JST) cc: ports@FreeBSD.org cc: nork@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: courier-imap-3.0.6,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: Sat, 24 Jul 2004 05:32:51 -0000 On Fri, 23 Jul 2004 12:53:29 -0700 Nate Silva wrote: > >> The distfile for courier-imap is missing a checksum for the DRAC > >> patch. > >> Or the DRAC patch is broken in 3.0.6? > > Oops, there is just not MD5(courier-imap-3.0.5-drac.patch). > > I confirmed this patch is good with 3.0.6. > Hmmm... it doesn't work for me -- with the new MD5 the port still > doesn't compile when using WITH_DRAC=yes. > I tried to hack the 3.0.5 patch. Unfortunately I'm a sysadmin not a > Unix programmer. :-) > Norikatsu-san: are you able to publish a working patch for 3.0.6? Ah, please try to make with -DNO_CHECKSUM. Of cource, I think that this should be fixed by oliver:-). From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 06:43:29 2004 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 203D816A4CE; Sat, 24 Jul 2004 06:43:29 +0000 (GMT) Received: from aloha.npdx.net (aloha.npdx.net [198.145.255.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 068B243D49; Sat, 24 Jul 2004 06:43:29 +0000 (GMT) (envelope-from nate@northwe.st) Received: from [10.0.1.3] (c-24-20-24-118.client.comcast.net [24.20.24.118]) by aloha.npdx.net (Postfix) with ESMTP id BA47A56477; Fri, 23 Jul 2004 23:43:28 -0700 (PDT) In-Reply-To: <20040724143248.2798f471.nork@FreeBSD.org> References: <20040722230722.163093ee.nork@FreeBSD.org> <20040724143248.2798f471.nork@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Nate Silva Date: Fri, 23 Jul 2004 23:43:26 -0700 To: Norikatsu Shigemura X-Mailer: Apple Mail (2.618) cc: ports@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: courier-imap-3.0.6,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: Sat, 24 Jul 2004 06:43:29 -0000 Norikatsu Shigemura wrote: >>>> The distfile for courier-imap is missing a checksum for the DRAC >>>> patch. >>>> Or the DRAC patch is broken in 3.0.6? >>> Oops, there is just not MD5(courier-imap-3.0.5-drac.patch). >>> I confirmed this patch is good with 3.0.6. >> Hmmm... it doesn't work for me -- with the new MD5 the port still >> doesn't compile when using WITH_DRAC=yes. >> I tried to hack the 3.0.5 patch. Unfortunately I'm a sysadmin not a >> Unix programmer. :-) >> Norikatsu-san: are you able to publish a working patch for 3.0.6? > > Ah, please try to make with -DNO_CHECKSUM. Of cource, I think > that this should be fixed by oliver:-). Thank you for your help, but I think I will wait for the next revision. Here is what I'm seeing: # make clean ... # make -DWITH_DRAC -DNO_CHECKSUM ===> Vulnerability check disabled ===> Extracting for courier-imap-3.0.6,1 ===> courier-imap-3.0.6,1 depends on file: /usr/local/bin/perl5.6.1 - found ===> Patching for courier-imap-3.0.6,1 ===> courier-imap-3.0.6,1 depends on file: /usr/local/bin/perl5.6.1 - found ===> Applying distribution patches for courier-imap-3.0.6,1 2 out of 5 hunks failed--saving rejects to imap/Makefile.in.rej *** Error code 2 Stop in /usr/ports/mail/courier-imap. Regards, Nate From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 07:11:05 2004 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 C26DC16A4CE for ; Sat, 24 Jul 2004 07:11:05 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1349F43D53 for ; Sat, 24 Jul 2004 07:11:05 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6O7AaQp006386; Sat, 24 Jul 2004 11:10:36 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6O7AaQ1006385; Sat, 24 Jul 2004 11:10:36 +0400 (MSD) (envelope-from ache) Date: Sat, 24 Jul 2004 11:10:35 +0400 From: Andrey Chernov To: Forrest Aldrich Message-ID: <20040724071035.GA6294@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Forrest Aldrich , ports@FreeBSD.ORG References: <4101BA49.3080700@forrie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4101BA49.3080700@forrie.com> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.10; VDF 6.26.0.41 (host: pobrecita.freebsd.ru) cc: ports@FreeBSD.ORG Subject: Re: Geolizer port build 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: Sat, 24 Jul 2004 07:11:05 -0000 Do you have some Berkeley DBs ports installed? It looks like incorrect db.h header picked. Please send what configure stage says. On Fri, Jul 23, 2004 at 09:24:25PM -0400, Forrest Aldrich wrote: > Build of recently checked-in (CVS) "geolizer" does not build correctly > on FreeBSD-4.10-STABLE. Build using standard "make": > > cc -I/usr/local/include -I/usr/local/include -O -pipe > -DLINKLIST_MAX_STRING=256 -DETCDIR=\"/usr/local/etc\" -DHAVE_DBOPEN=1 > -DHAVE_ERRNO_H=1 -DHAVE_SOCKET=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_MATH_H=1 > -DUSE_GEOIP -DUSE_DNS -c dns_resolv.c > dns_resolv.c: In function `resolve_dns': > dns_resolv.c:149: warning: passing arg 2 of pointer to function from > incompatible pointer type > dns_resolv.c:149: too few arguments to function > dns_resolv.c: In function `dns_resolver': > dns_resolv.c:218: warning: assignment makes pointer from integer without > a cast > dns_resolv.c:228: too few arguments to function > dns_resolv.c:235: too few arguments to function > dns_resolv.c:275: warning: passing arg 2 of pointer to function from > incompatible pointer type > dns_resolv.c:275: too few arguments to function > dns_resolv.c:329: too few arguments to function > dns_resolv.c:359: too few arguments to function > dns_resolv.c: In function `db_put': > dns_resolv.c:745: warning: passing arg 2 of pointer to function from > incompatible pointer type > dns_resolv.c:745: too few arguments to function > dns_resolv.c: In function `open_cache': > dns_resolv.c:793: warning: assignment makes pointer from integer without > a cast > dns_resolv.c:801: too few arguments to function > dns_resolv.c:807: too few arguments to function > dns_resolv.c: In function `close_cache': > dns_resolv.c:829: too few arguments to function > *** Error code 1 -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 07:18:09 2004 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 32A0C16A4D5 for ; Sat, 24 Jul 2004 07:18:09 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6219943D5D for ; Sat, 24 Jul 2004 07:18:08 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6O7Hn7E006626; Sat, 24 Jul 2004 11:17:49 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6O7Hnr4006621; Sat, 24 Jul 2004 11:17:49 +0400 (MSD) (envelope-from ache) Date: Sat, 24 Jul 2004 11:17:49 +0400 From: Andrey Chernov To: Forrest Aldrich , ports@FreeBSD.ORG Message-ID: <20040724071749.GA6594@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Forrest Aldrich , ports@FreeBSD.ORG References: <4101BA49.3080700@forrie.com> <20040724071035.GA6294@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040724071035.GA6294@nagual.pp.ru> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.10; VDF 6.26.0.41 (host: pobrecita.freebsd.ru) Subject: Re: Geolizer port build 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: Sat, 24 Jul 2004 07:18:09 -0000 On Sat, Jul 24, 2004 at 11:10:35AM +0400, Andrey Chernov wrote: > Do you have some Berkeley DBs ports installed? It looks like incorrect > db.h header picked. Please send what configure stage says. Check for stale /usr/local/include/db.h (no db* port install it now). -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 07:29:12 2004 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 5A08416A4CE; Sat, 24 Jul 2004 07:29:12 +0000 (GMT) Received: from p15140542.pureserver.info (papendorf-se.de [217.160.222.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DAC043D53; Sat, 24 Jul 2004 07:29:11 +0000 (GMT) (envelope-from freebsd@nagilum.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by p15140542.pureserver.info (Postfix) with ESMTP id 89D202F4117; Sat, 24 Jul 2004 09:29:07 +0200 (CEST) Received: from p15140542.pureserver.info ([127.0.0.1]) by localhost (p15140542 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13165-01; Sat, 24 Jul 2004 09:29:06 +0200 (CEST) Received: from cakebox.homeunix.net (stgt-d9bb5c68.pool.mediaWays.net [217.187.92.104]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by p15140542.pureserver.info (Postfix) with ESMTP id 2BEF42F405B; Sat, 24 Jul 2004 09:29:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id B55BF3F9E81; Sat, 24 Jul 2004 09:28:39 +0200 (CEST) Received: from cakebox.homeunix.net ([127.0.0.1]) by localhost (cakebox.tis [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17013-06; Sat, 24 Jul 2004 09:28:35 +0200 (CEST) Received: from [10.1.1.4] (scorpio.tis [10.1.1.4]) by cakebox.homeunix.net (Postfix) with ESMTP id A51833F9E92; Fri, 23 Jul 2004 15:30:51 +0200 (CEST) Message-ID: <41011317.7090707@nagilum.org> Date: Fri, 23 Jul 2004 15:31:03 +0200 From: Nagilum User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org, Alex Dupre Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at cakebox.homeunix.net X-Virus-Scanned: by amavisd-new at papendorf-se.de Subject: php4-pear 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: Sat, 24 Jul 2004 07:29:12 -0000 Hi, The php4 port has been torn apart for bigger flexibility and maintainability, but now things seem somewhat messed up to me: root@cakebox /usr/ports/devel/php4-pear > make install ===> Installing for php4-pear-4.3.8_1 ===> php4-pear-4.3.8_1 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php4-pear ===> Installing for php4-pear-4.3.8_1 ===> php4-pear-4.3.8_1 depends on executable: pear - not found ... Now the recursion runs until make has enough, root@cakebox /usr/ports/devel/php4-pear > make install -DNO_DEPENDS ===> Installing for php4-pear-4.3.8_1 ===> Generating temporary packing list Installing PEAR environment: /usr/local/share/pear/ ********************************************************* To use PEAR you have to add the correct include path into your /usr/local/etc/php.ini configuration file, like: include_path = ".:/usr/local/share/pear" ********************************************************* ===> Registering installation for php4-pear-4.3.8_1 Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open files in system /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open files in system /usr/local/lib/apache2/apu-config: Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system This is not due to a low kern.maxfiles value, I tried that (except if installing this port requires >+4000 open files, which I doubt). It's probably because of another recursion in this port. However it appears to be installed after that. But this recursion also occurs with other php related ports now! ===> Installing for php4-bcmath-4.3.8_1 ===> php4-bcmath-4.3.8_1 depends on executable: pear - found ===> php4-bcmath-4.3.8_1 depends on file: /usr/local/include/php/main/php.h - found ===> Generating temporary packing list ===> Checking if math/php4-bcmath already installed ===> Registering installation for php4-bcmath-4.3.8_1 Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open files in system /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open files in system /usr/local/lib/apache2/apu-config: Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system Pipe call failed: Too many open files in system root@cakebox /usr/ports/devel/php4-pear > uname -a FreeBSD cakebox.tis 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Thu Jul 1 19:31:29 CEST 2004 root@cakebox.tis:/export/src/sys.altq/i386/compile/cakebox i386 I'm currently trying to resurrect my imp installation, so I need a lot of extensions and therefore see a lot of those error messages above. I always found the php port exemplary work and understand the motivations for the split. I hope this is just a minor glitch that will be fixed quickly. Kind regards, Alex. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 07:58:05 2004 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 7307716A4CE; Sat, 24 Jul 2004 07:58:05 +0000 (GMT) Received: from p15140542.pureserver.info (papendorf-se.de [217.160.222.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA6C43D45; Sat, 24 Jul 2004 07:58:05 +0000 (GMT) (envelope-from freebsd@nagilum.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by p15140542.pureserver.info (Postfix) with ESMTP id DA7622F4117; Sat, 24 Jul 2004 09:58:03 +0200 (CEST) Received: from p15140542.pureserver.info ([127.0.0.1]) by localhost (p15140542 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13477-01; Sat, 24 Jul 2004 09:58:01 +0200 (CEST) Received: from cakebox.homeunix.net (stgt-d9bb5c68.pool.mediaWays.net [217.187.92.104]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by p15140542.pureserver.info (Postfix) with ESMTP id 234B72F405B; Sat, 24 Jul 2004 09:58:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 7927A3F9D99; Sat, 24 Jul 2004 09:57:42 +0200 (CEST) Received: from cakebox.homeunix.net ([127.0.0.1]) by localhost (cakebox.tis [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19287-07; Sat, 24 Jul 2004 09:57:36 +0200 (CEST) Received: from [10.1.1.4] (scorpio.tis [10.1.1.4]) by cakebox.homeunix.net (Postfix) with ESMTP id EF2953F9CFC; Sat, 24 Jul 2004 09:57:34 +0200 (CEST) Message-ID: <4102167D.7090708@nagilum.org> Date: Sat, 24 Jul 2004 09:57:49 +0200 From: Nagilum User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nagilum References: <41011317.7090707@nagilum.org> In-Reply-To: <41011317.7090707@nagilum.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at cakebox.homeunix.net X-Virus-Scanned: by amavisd-new at papendorf-se.de cc: Alex Dupre cc: freebsd-ports@freebsd.org Subject: Re: php4-pear 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: Sat, 24 Jul 2004 07:58:05 -0000 It's working now, most likely because of a unnecessary WANT_PHP_PEAR=YES in /etc/make.conf Nice work! Alex. Nagilum wrote: > Hi, > > The php4 port has been torn apart for bigger flexibility and > maintainability, but > now things seem somewhat messed up to me: > > root@cakebox /usr/ports/devel/php4-pear > make install > ===> Installing for php4-pear-4.3.8_1 > ===> php4-pear-4.3.8_1 depends on executable: pear - not found > ===> Verifying install for pear in /usr/ports/devel/php4-pear > ===> Installing for php4-pear-4.3.8_1 > ===> php4-pear-4.3.8_1 depends on executable: pear - not found > ... > > Now the recursion runs until make has enough, > > root@cakebox /usr/ports/devel/php4-pear > make install -DNO_DEPENDS > ===> Installing for php4-pear-4.3.8_1 > ===> Generating temporary packing list > Installing PEAR environment: /usr/local/share/pear/ > ********************************************************* > > To use PEAR you have to add the correct include path into > your /usr/local/etc/php.ini configuration file, like: > > include_path = ".:/usr/local/share/pear" > > ********************************************************* > ===> Registering installation for php4-pear-4.3.8_1 > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open > files in system > /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open > files in system > /usr/local/lib/apache2/apu-config: Pipe call failed: Too many open > files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > > This is not due to a low kern.maxfiles value, I tried that (except if > installing this port requires >+4000 open files, which I doubt). It's > probably because of another recursion in this port. However it appears > to be installed after that. > But this recursion also occurs with other php related ports now! > > ===> Installing for php4-bcmath-4.3.8_1 > ===> php4-bcmath-4.3.8_1 depends on executable: pear - found > ===> php4-bcmath-4.3.8_1 depends on file: > /usr/local/include/php/main/php.h - found > ===> Generating temporary packing list > ===> Checking if math/php4-bcmath already installed > ===> Registering installation for php4-bcmath-4.3.8_1 > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open > files in system > /usr/local/lib/apache2/apr-config: Pipe call failed: Too many open > files in system > /usr/local/lib/apache2/apu-config: Pipe call failed: Too many open > files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > Pipe call failed: Too many open files in system > > > root@cakebox /usr/ports/devel/php4-pear > uname -a > FreeBSD cakebox.tis 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Thu > Jul 1 19:31:29 CEST 2004 > root@cakebox.tis:/export/src/sys.altq/i386/compile/cakebox i386 > > I'm currently trying to resurrect my imp installation, so I need a lot > of extensions and therefore see a lot of those error messages above. > > I always found the php port exemplary work and understand the > motivations for the split. I hope this is just a minor glitch that > will be fixed quickly. > > Kind regards, > Alex. > _______________________________________________ > 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 Sat Jul 24 08:42:06 2004 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 C90B416A4CE for ; Sat, 24 Jul 2004 08:42:06 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE4243D3F for ; Sat, 24 Jul 2004 08:42:06 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6O8g3LQ074095; Sat, 24 Jul 2004 10:42:04 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <410220DB.8000207@FreeBSD.org> Date: Sat, 24 Jul 2004 10:42:03 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Sean O'Connell" References: <1090625489.33018.23.camel@oecpc27.ucsd.edu> In-Reply-To: <1090625489.33018.23.camel@oecpc27.ucsd.edu> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: mod_php4 port and php extension support? 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, 24 Jul 2004 08:42:06 -0000 Sean O'Connell wrote: > After you re-arranged the php port structure, what is the correct way to > tell mod_php4 to include mysql support? Read ports/UPDATING. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 12:11:52 2004 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 1198416A4CE; Sat, 24 Jul 2004 12:11:52 +0000 (GMT) Received: from mail.oav.net (mail01.oav.net [193.218.105.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC2C43D1F; Sat, 24 Jul 2004 12:11:51 +0000 (GMT) (envelope-from kiwi@oav.net) Received: from localhost (nat-out.openvisp.net [193.218.105.29]) by mail01.oav.net (Postfix) with ESMTP id 8A52345067; Sat, 24 Jul 2004 14:09:41 +0200 (CEST) (envelope-from kiwi@oav.net) Received: from kaneda.oav.net ([193.218.105.29]) by localhost (kaneda.oav.net [172.31.3.1]) (amavisd-new, port 10024) with LMTP id 65653-05; Sat, 24 Jul 2004 14:11:47 +0200 (CEST) Received: from [192.168.0.7] (kiwi.oav.net [82.225.248.92]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by kaneda.oav.net (Postfix) with ESMTP id 5052E15227; Sat, 24 Jul 2004 14:11:47 +0200 (CEST) (envelope-from kiwi@oav.net) In-Reply-To: <20040723202547.36729.qmail@web11707.mail.yahoo.com> References: <20040723202547.36729.qmail@web11707.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Xavier Beaudouin Date: Sat, 24 Jul 2004 14:12:04 +0200 To: Eric Osterweil X-Mailer: Apple Mail (2.618) X-Virus-Scanned: by amavisd-new at kaneda.oav.net X-Spam-Status: No, hits=0 tagged_above=-999 required=6.3 tests= X-Spam-Level: cc: freebsd-ports-bugs@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: isc-dhcp3-server and OS X 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, 24 Jul 2004 12:11:52 -0000 Hi Eric, I have 2 macs at home and a FreeBSD 5.2.1 DHCP server box and it works=20= like a charm for me... /Xavier Le 23 juil. 04, =E0 22:25, Eric Osterweil a =E9crit : > Hey everyone, > > I've been struggling with something that I think is a > compatibility issue for some time. I have been > running the isc-dhcp3-server for some time now. > Recently, one of the macintoshes on my network > upgraded from 10.3.3 to 10.3.4 and had their airport > extreme software move up as well. > > Basically, I've re-OSed the mac, and I can still only > get a lease from the dhcp server once in a LONG while. > What's worse is, I am able to connect to other DHCP > servers (like those built into access points). > > Does anyone have any idea why this is happening? If I > do a tcpdump on the mac, I can see it receive > information, but the lease doesn't seem to register > with the networking software. Is this a known issue > w/ OS X? > > Thanks in advance... Please reply to me directly as I > am not on this mailing list, > > Eric Osterweil > > > > =09 > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to=20 > "freebsd-ports-unsubscribe@freebsd.org" > -- Xavier Beaudouin - Unix System Administrator & Projects Leader. President of Kazar Organization : http://www.kazar.net/ Please visit http://caudium.net/, home of Caudium & Camas projects From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 12:56:49 2004 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 6629F16A4CE for ; Sat, 24 Jul 2004 12:56:49 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [80.86.187.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8086243D53 for ; Sat, 24 Jul 2004 12:56:48 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: (qmail 32474 invoked from network); 24 Jul 2004 12:56:36 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (80.86.187.43) by avocado.salatschuessel.net with SMTP; 24 Jul 2004 12:56:36 -0000 Date: Sat, 24 Jul 2004 14:56:40 +0200 From: Oliver Lehmann To: nork@FreeBSD.org Message-Id: <20040724145640.4e793d54.oliver@FreeBSD.org> In-Reply-To: References: <20040722230722.163093ee.nork@FreeBSD.org> <20040724143248.2798f471.nork@FreeBSD.org> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Sat__24_Jul_2004_14_56_40_+0200_gwAU4TShvMW/CN+a" cc: ports@FreeBSD.org cc: Nate Silva Subject: Re: FreeBSD Port: courier-imap-3.0.6,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: Sat, 24 Jul 2004 12:56:49 -0000 This is a multi-part message in MIME format. --Multipart=_Sat__24_Jul_2004_14_56_40_+0200_gwAU4TShvMW/CN+a Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi Norikatsu, Nate Silva wrote: > ===> Applying distribution patches for courier-imap-3.0.6,1 > 2 out of 5 hunks failed--saving rejects to imap/Makefile.in.rej > *** Error code 2 The attached patch should work (Nate, can you confirm that?). Can you please provide it on your page? Thank You! Greetings, Oliver -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ --Multipart=_Sat__24_Jul_2004_14_56_40_+0200_gwAU4TShvMW/CN+a Content-Type: application/octet-stream; name="courier-imap-3.0.6-drac.patch" Content-Disposition: attachment; filename="courier-imap-3.0.6-drac.patch" Content-Transfer-Encoding: base64 ZGlmZiAtcnVOIGNvdXJpZXItaW1hcC0zLjAuNi5vcmlnL1JFQURNRS5EUkFDIGNvdXJpZXItaW1h cC0zLjAuNi9SRUFETUUuRFJBQwotLS0gY291cmllci1pbWFwLTMuMC42Lm9yaWcvUkVBRE1FLkRS QUMJVGh1IEphbiAgMSAwMTowMDowMCAxOTcwCisrKyBjb3VyaWVyLWltYXAtMy4wLjYvUkVBRE1F LkRSQUMJU2F0IEp1bCAyNCAxNDo1Mzo1NSAyMDA0CkBAIC0wLDAgKzEsMTYgQEAKK0R5bmFtaWMg UmVsYXkgQXV0aG9yaXphdGlvbiBDb250cm9sIGFuZCBDb3VyaWVyLUlNQVAKKworVGhlIHBhdGNo IGlzIE5PVCBXQVJSQU5URUQgdG8gd29yaywgY29tcGlsZSwgc29sdmUgaXNzdWVzIHdpdGggeW91 cgorc2lnbmlmaWNhbnQgb3RoZXIsIG9yIEFOWVRISU5HIEVMU0UuICBJZiB5b3UgdXNlIGl0LCB5 b3UgYXJlIG9uIHlvdXIKK293bi4KKworVGhlIHVzZSBvZiBEUkFDIGlzIGNvbnRyb2xsZWQgdmlh IHRoZSBlbnZpcm9ubWVudCB2YXJpYWJsZSBEUkFDSE9TVC4KKworRXJpY2ggU2NodWJlcnQgPGVy aWNoQGRlYmlhbi5vcmc+CisKKy0tCisKK1RoZSBwYXRjaCBpcyB1cGRhdGVkIHRvIGFwcGx5IGNs ZWFubHkgdG8gMy4wLjYuIElQdjQvSXB2NiBwYXJ0IGlzCityZXdyaXR0ZW4gYnkgSGFqaW11IFVN RU1PVE8gPHVtZUBGcmVlQlNELm9yZz4uIAorCitNYW1vcnUgS09NQUNISSA8dXNhdGFAc29kYW4u ZWNjLnUtdG9reW8uYWMuanA+CmRpZmYgLXJ1TiBjb3VyaWVyLWltYXAtMy4wLjYub3JpZy9jb3Vy aWVyLWltYXAtMy4wLjUvUkVBRE1FLkRSQUMgY291cmllci1pbWFwLTMuMC42L2NvdXJpZXItaW1h cC0zLjAuNS9SRUFETUUuRFJBQwotLS0gY291cmllci1pbWFwLTMuMC42Lm9yaWcvY291cmllci1p bWFwLTMuMC41L1JFQURNRS5EUkFDCVRodSBKYW4gIDEgMDE6MDA6MDAgMTk3MAorKysgY291cmll ci1pbWFwLTMuMC42L2NvdXJpZXItaW1hcC0zLjAuNS9SRUFETUUuRFJBQwlTYXQgSnVsIDI0IDE0 OjUxOjQxIDIwMDQKQEAgLTAsMCArMSwxNiBAQAorRHluYW1pYyBSZWxheSBBdXRob3JpemF0aW9u IENvbnRyb2wgYW5kIENvdXJpZXItSU1BUAorCitUaGUgcGF0Y2ggaXMgTk9UIFdBUlJBTlRFRCB0 byB3b3JrLCBjb21waWxlLCBzb2x2ZSBpc3N1ZXMgd2l0aCB5b3VyCitzaWduaWZpY2FudCBvdGhl ciwgb3IgQU5ZVEhJTkcgRUxTRS4gIElmIHlvdSB1c2UgaXQsIHlvdSBhcmUgb24geW91cgorb3du LgorCitUaGUgdXNlIG9mIERSQUMgaXMgY29udHJvbGxlZCB2aWEgdGhlIGVudmlyb25tZW50IHZh cmlhYmxlIERSQUNIT1NULgorCitFcmljaCBTY2h1YmVydCA8ZXJpY2hAZGViaWFuLm9yZz4KKwor LS0KKworVGhlIHBhdGNoIGlzIHVwZGF0ZWQgdG8gYXBwbHkgY2xlYW5seSB0byAzLjAuNS4gSVB2 NC9JcHY2IHBhcnQgaXMKK3Jld3JpdHRlbiBieSBIYWppbXUgVU1FTU9UTyA8dW1lQEZyZWVCU0Qu b3JnPi4gCisKK01hbW9ydSBLT01BQ0hJIDx1c2F0YUBzb2Rhbi5lY2MudS10b2t5by5hYy5qcD4K ZGlmZiAtcnVOIGNvdXJpZXItaW1hcC0zLjAuNi5vcmlnL2ltYXAvTWFrZWZpbGUuYW0gY291cmll ci1pbWFwLTMuMC42L2ltYXAvTWFrZWZpbGUuYW0KLS0tIGNvdXJpZXItaW1hcC0zLjAuNi5vcmln L2ltYXAvTWFrZWZpbGUuYW0JU2F0IEp1bCAyNCAxNDo1MToxOSAyMDA0CisrKyBjb3VyaWVyLWlt YXAtMy4wLjYvaW1hcC9NYWtlZmlsZS5hbQlTYXQgSnVsIDI0IDE0OjUzOjU1IDIwMDQKQEAgLTYw LDEyICs2MCwxMiBAQAogCW91dGJveC5jIG91dGJveC5oIFwKIAl0aHJlYWQuYyB0aHJlYWQuaCBc CiAJc2VhcmNoLmMgc2VhcmNoaW5mby5jIHNlYXJjaGluZm8uaCBcCi0Jc3RvcmVpbmZvLmMgc3Rv cmVpbmZvLmgKKwlzdG9yZWluZm8uYyBzdG9yZWluZm8uaCBkcmFjX3VwZGF0ZV90Y3ByZW1vdGVp cC5jCiAKIGltYXBkX0RFUEVOREVOQ0lFUz1saWJpbWFwZC5hIC4uL3JmYzIwNDUvbGlicmZjMjA0 NS5hIC4uL21haWxkaXIvbGlibWFpbGRpci5hIFwKIAkuLi91bmljb2RlL2xpYnVuaWNvZGUuYSAu Li9hdXRobGliL2xpYmF1dGhtb2QuYSAuLi9hdXRobGliL2xpYmF1dGguYSBcCiAJLi4vcmZjODIy L2xpYnJmYzgyMi5hIC4uL2xpYmxvY2svbGlibG9jay5hIC4uL251bWxpYi9saWJudW1saWIuYSBc Ci0JLi4vbWFpbGRpci9tYWlsZGlyLmxpYmRlcHMgQGRibGlicmFyeUAKKwkuLi9tYWlsZGlyL21h aWxkaXIubGliZGVwcyBAZGJsaWJyYXJ5QCAtbGRyYWMKIAogaW1hcGRfTERBREQ9bGliaW1hcGQu YSAuLi9yZmMyMDQ1L2xpYnJmYzIwNDUuYSAuLi9tYWlsZGlyL2xpYm1haWxkaXIuYSBcCiAJLi4v YXV0aGxpYi9saWJhdXRobW9kLmEgLi4vYXV0aGxpYi9saWJhdXRoLmEgXApAQCAtODEsMTMgKzgx LDE1IEBACiBwb3AzbG9naW5fTERBREQ9Li4vYXV0aGxpYi9saWJhdXRobW9kLmEgLi4vYXV0aGxp Yi9saWJhdXRoLmEgXAogCQkJLi4vcmFuZG9tMTI4L2xpYnJhbmRvbTEyOC5hIC4uL21kNS9saWJt ZDUuYSBcCiAJCQkuLi9yZmMyMDQ1L2xpYnJmYzIwNDUuYSAuLi9yZmM4MjIvbGlicmZjODIyLmEg XAotCQkJLi4vdW5pY29kZS9saWJ1bmljb2RlLmEgLi4vdGNwZC9saWJzcGlwZS5hCisJCQkuLi91 bmljb2RlL2xpYnVuaWNvZGUuYSAuLi90Y3BkL2xpYnNwaXBlLmEgXAorCQkJLi4vbGliZHJhYy5h CiAKLXBvcDNkX1NPVVJDRVM9cG9wM2RzZXJ2ZXIuYyBwb3AzZGNhcGEuYworcG9wM2RfU09VUkNF Uz1wb3AzZHNlcnZlci5jIHBvcDNkY2FwYS5jIGRyYWNfdXBkYXRlX3RjcHJlbW90ZWlwLmMKIHBv cDNkX0RFUEVOREVOQ0lFUz0uLi9hdXRobGliL2xpYmF1dGhtb2QuYSAuLi9hdXRobGliL2xpYmF1 dGguYSBcCiAJLi4vbWFpbGRpci9saWJtYWlsZGlyLmEgLi4vcmZjODIyL2xpYnJmYzgyMi5hIC4u L251bWxpYi9saWJudW1saWIuYQogcG9wM2RfTERBREQ9Li4vYXV0aGxpYi9saWJhdXRobW9kLmEg Li4vYXV0aGxpYi9saWJhdXRoLmEgXAotCS4uL21haWxkaXIvbGlibWFpbGRpci5hIC4uL3JmYzgy Mi9saWJyZmM4MjIuYSAuLi9udW1saWIvbGlibnVtbGliLmEKKwkuLi9tYWlsZGlyL2xpYm1haWxk aXIuYSAuLi9yZmM4MjIvbGlicmZjODIyLmEgLi4vbnVtbGliL2xpYm51bWxpYi5hIFwKKwktbGRy YWMKIAogSFRNTDJUWFQ9YHdoaWNoIGx5bnggMj4vZGV2L251bGwgJiYgZWNobyAibHlueCAtZHVt cCAtbm9saXN0IiAmJiBleGl0OyBlY2hvICJsaW5rcyAtZHVtcCJgCiAKZGlmZiAtcnVOIGNvdXJp ZXItaW1hcC0zLjAuNi5vcmlnL2ltYXAvTWFrZWZpbGUuaW4gY291cmllci1pbWFwLTMuMC42L2lt YXAvTWFrZWZpbGUuaW4KLS0tIGNvdXJpZXItaW1hcC0zLjAuNi5vcmlnL2ltYXAvTWFrZWZpbGUu aW4JU2F0IEp1bCAyNCAxNDo1MToxOSAyMDA0CisrKyBjb3VyaWVyLWltYXAtMy4wLjYvaW1hcC9N YWtlZmlsZS5pbglTYXQgSnVsIDI0IDE0OjU0OjM2IDIwMDQKQEAgLTgzLDcgKzgzLDggQEAKIAlp bWFwc2NhbmNsaWVudC4kKE9CSkVYVCkgbWFpbGJveGxpc3QuJChPQkpFWFQpIFwKIAltc2dib2R5 c3RydWN0dXJlLiQoT0JKRVhUKSBtc2dlbnZlbG9wZS4kKE9CSkVYVCkgXAogCW15c2lnbmFsLiQo T0JKRVhUKSBvdXRib3guJChPQkpFWFQpIHRocmVhZC4kKE9CSkVYVCkgXAotCXNlYXJjaC4kKE9C SkVYVCkgc2VhcmNoaW5mby4kKE9CSkVYVCkgc3RvcmVpbmZvLiQoT0JKRVhUKQorIAlzZWFyY2gu JChPQkpFWFQpIHNlYXJjaGluZm8uJChPQkpFWFQpIHN0b3JlaW5mby4kKE9CSkVYVCkgXAorIAlk cmFjX3VwZGF0ZV90Y3ByZW1vdGVpcC4kKE9CSkVYVCkKIGltYXBkX09CSkVDVFMgPSAkKGFtX2lt YXBkX09CSkVDVFMpCiBhbV9faW1hcGxvZ2luX1NPVVJDRVNfRElTVCA9IGltYXBsb2dpbi5jIGF1 dGhlbnRpY2F0ZV9zdHViLmMgXAogCWF1dGhlbnRpY2F0ZV9hdXRoLmMKQEAgLTkxLDcgKzkyLDgg QEAKIEBIQVZFX0FVVEhfVFJVRUBhbV9fb2JqZWN0c18xID0gYXV0aGVudGljYXRlX2F1dGguJChP QkpFWFQpCiBhbV9pbWFwbG9naW5fT0JKRUNUUyA9IGltYXBsb2dpbi4kKE9CSkVYVCkgJChhbV9f b2JqZWN0c18xKQogaW1hcGxvZ2luX09CSkVDVFMgPSAkKGFtX2ltYXBsb2dpbl9PQkpFQ1RTKQot YW1fcG9wM2RfT0JKRUNUUyA9IHBvcDNkc2VydmVyLiQoT0JKRVhUKSBwb3AzZGNhcGEuJChPQkpF WFQpCithbV9wb3AzZF9PQkpFQ1RTID0gcG9wM2RzZXJ2ZXIuJChPQkpFWFQpIHBvcDNkY2FwYS4k KE9CSkVYVCkgXAorZHJhY191cGRhdGVfdGNwcmVtb3RlaXAuJChPQkpFWFQpCiBwb3AzZF9PQkpF Q1RTID0gJChhbV9wb3AzZF9PQkpFQ1RTKQogYW1fcG9wM2xvZ2luX09CSkVDVFMgPSBwb3AzbG9n aW4uJChPQkpFWFQpIHBvcDNkY2FwYS4kKE9CSkVYVCkKIHBvcDNsb2dpbl9PQkpFQ1RTID0gJChh bV9wb3AzbG9naW5fT0JKRUNUUykKQEAgLTI5OSw3ICszMDEsNyBAQAogCW91dGJveC5jIG91dGJv eC5oIFwKIAl0aHJlYWQuYyB0aHJlYWQuaCBcCiAJc2VhcmNoLmMgc2VhcmNoaW5mby5jIHNlYXJj aGluZm8uaCBcCi0Jc3RvcmVpbmZvLmMgc3RvcmVpbmZvLmgKKwlzdG9yZWluZm8uYyBzdG9yZWlu Zm8uaCBkcmFjX3VwZGF0ZV90Y3ByZW1vdGVpcC5jCiAKIGltYXBkX0RFUEVOREVOQ0lFUyA9IGxp YmltYXBkLmEgLi4vcmZjMjA0NS9saWJyZmMyMDQ1LmEgLi4vbWFpbGRpci9saWJtYWlsZGlyLmEg XAogCS4uL3VuaWNvZGUvbGlidW5pY29kZS5hIC4uL2F1dGhsaWIvbGliYXV0aG1vZC5hIC4uL2F1 dGhsaWIvbGliYXV0aC5hIFwKQEAgLTMxMCw3ICszMTIsNyBAQAogCS4uL2F1dGhsaWIvbGliYXV0 aG1vZC5hIC4uL2F1dGhsaWIvbGliYXV0aC5hIFwKIAkuLi9yZmM4MjIvbGlicmZjODIyLmEgLi4v bGlibG9jay9saWJsb2NrLmEgLi4vbnVtbGliL2xpYm51bWxpYi5hIFwKIAkuLi91bmljb2RlL2xp YnVuaWNvZGUuYSBgY2F0IC4uL21haWxkaXIvbWFpbGRpci5saWJkZXBzYCBcCi0JQGRibGlicmFy eUAgQExJQkRCQCBATElCR0RCTUAgQERFQlVHTElCQAorCUBkYmxpYnJhcnlAIEBMSUJEQkAgQExJ QkdEQk1AIEBERUJVR0xJQkAgLWxkcmFjCiAKIHBvcDNsb2dpbl9TT1VSQ0VTID0gcG9wM2xvZ2lu LmMgcG9wM2RjYXBhLmMKIHBvcDNsb2dpbl9ERVBFTkRFTkNJRVMgPSAuLi9hdXRobGliL2xpYmF1 dGhtb2QuYSAuLi9hdXRobGliL2xpYmF1dGguYSBcCkBAIC0zMjMsMTIgKzMyNSwxMyBAQAogCQkJ Li4vcmZjMjA0NS9saWJyZmMyMDQ1LmEgLi4vcmZjODIyL2xpYnJmYzgyMi5hIFwKIAkJCS4uL3Vu aWNvZGUvbGlidW5pY29kZS5hIC4uL3RjcGQvbGlic3BpcGUuYQogCi1wb3AzZF9TT1VSQ0VTID0g cG9wM2RzZXJ2ZXIuYyBwb3AzZGNhcGEuYworcG9wM2RfU09VUkNFUyA9IHBvcDNkc2VydmVyLmMg cG9wM2RjYXBhLmMgZHJhY191cGRhdGVfdGNwcmVtb3RlaXAuYwogcG9wM2RfREVQRU5ERU5DSUVT ID0gLi4vYXV0aGxpYi9saWJhdXRobW9kLmEgLi4vYXV0aGxpYi9saWJhdXRoLmEgXAogCS4uL21h aWxkaXIvbGlibWFpbGRpci5hIC4uL3JmYzgyMi9saWJyZmM4MjIuYSAuLi9udW1saWIvbGlibnVt bGliLmEKIAogcG9wM2RfTERBREQgPSAuLi9hdXRobGliL2xpYmF1dGhtb2QuYSAuLi9hdXRobGli L2xpYmF1dGguYSBcCi0JLi4vbWFpbGRpci9saWJtYWlsZGlyLmEgLi4vcmZjODIyL2xpYnJmYzgy Mi5hIC4uL251bWxpYi9saWJudW1saWIuYQorCS4uL21haWxkaXIvbGlibWFpbGRpci5hIC4uL3Jm YzgyMi9saWJyZmM4MjIuYSAuLi9udW1saWIvbGlibnVtbGliLmEgXAorCS1sZHJhYwogCiBIVE1M MlRYVCA9IGB3aGljaCBseW54IDI+L2Rldi9udWxsICYmIGVjaG8gImx5bnggLWR1bXAgLW5vbGlz dCIgJiYgZXhpdDsgZWNobyAibGlua3MgLWR1bXAiYAogYWxsOiBjb25maWcuaApkaWZmIC1ydU4g Y291cmllci1pbWFwLTMuMC42Lm9yaWcvaW1hcC9NYWtlZmlsZS5pbi5yZWogY291cmllci1pbWFw LTMuMC42L2ltYXAvTWFrZWZpbGUuaW4ucmVqCi0tLSBjb3VyaWVyLWltYXAtMy4wLjYub3JpZy9p bWFwL01ha2VmaWxlLmluLnJlaglUaHUgSmFuICAxIDAxOjAwOjAwIDE5NzAKKysrIGNvdXJpZXIt aW1hcC0zLjAuNi9pbWFwL01ha2VmaWxlLmluLnJlaglTYXQgSnVsIDI0IDE0OjUzOjU1IDIwMDQK QEAgLTAsMCArMSwzNiBAQAorKioqKioqKioqKioqKioqCisqKiogMzU2LDM2MiAqKioqCisgIAlp bWFwc2NhbmNsaWVudC4kKE9CSkVYVCkgbWFpbGJveGxpc3QuJChPQkpFWFQpIFwKKyAgCW1zZ2Jv ZHlzdHJ1Y3R1cmUuJChPQkpFWFQpIG1zZ2VudmVsb3BlLiQoT0JKRVhUKSBcCisgIAlteXNpZ25h bC4kKE9CSkVYVCkgb3V0Ym94LiQoT0JKRVhUKSB0aHJlYWQuJChPQkpFWFQpIFwKKy0gCXNlYXJj aC4kKE9CSkVYVCkgc2VhcmNoaW5mby4kKE9CSkVYVCkgc3RvcmVpbmZvLiQoT0JKRVhUKQorICBp bWFwZF9PQkpFQ1RTID0gJChhbV9pbWFwZF9PQkpFQ1RTKQorICBpbWFwZF9MREZMQUdTID0KKyAg YW1fX2ltYXBsb2dpbl9TT1VSQ0VTX0RJU1QgPSBpbWFwbG9naW4uYyBhdXRoZW50aWNhdGVfc3R1 Yi5jIFwKKy0tLSAzNTcsMzY0IC0tLS0KKyAgCWltYXBzY2FuY2xpZW50LiQoT0JKRVhUKSBtYWls Ym94bGlzdC4kKE9CSkVYVCkgXAorICAJbXNnYm9keXN0cnVjdHVyZS4kKE9CSkVYVCkgbXNnZW52 ZWxvcGUuJChPQkpFWFQpIFwKKyAgCW15c2lnbmFsLiQoT0JKRVhUKSBvdXRib3guJChPQkpFWFQp IHRocmVhZC4kKE9CSkVYVCkgXAorKyAJc2VhcmNoLiQoT0JKRVhUKSBzZWFyY2hpbmZvLiQoT0JK RVhUKSBzdG9yZWluZm8uJChPQkpFWFQpIFwKKysgCWRyYWNfdXBkYXRlX3RjcHJlbW90ZWlwLiQo T0JKRVhUKQorICBpbWFwZF9PQkpFQ1RTID0gJChhbV9pbWFwZF9PQkpFQ1RTKQorICBpbWFwZF9M REZMQUdTID0KKyAgYW1fX2ltYXBsb2dpbl9TT1VSQ0VTX0RJU1QgPSBpbWFwbG9naW4uYyBhdXRo ZW50aWNhdGVfc3R1Yi5jIFwKKyoqKioqKioqKioqKioqKgorKioqIDM2NiwzNzIgKioqKgorICBh bV9pbWFwbG9naW5fT0JKRUNUUyA9IGltYXBsb2dpbi4kKE9CSkVYVCkgJChhbV9fb2JqZWN0c18x KQorICBpbWFwbG9naW5fT0JKRUNUUyA9ICQoYW1faW1hcGxvZ2luX09CSkVDVFMpCisgIGltYXBs b2dpbl9MREZMQUdTID0KKy0gYW1fcG9wM2RfT0JKRUNUUyA9IHBvcDNkc2VydmVyLiQoT0JKRVhU KSBwb3AzZGNhcGEuJChPQkpFWFQpCisgIHBvcDNkX09CSkVDVFMgPSAkKGFtX3BvcDNkX09CSkVD VFMpCisgIHBvcDNkX0xERkxBR1MgPQorICBhbV9wb3AzbG9naW5fT0JKRUNUUyA9IHBvcDNsb2dp bi4kKE9CSkVYVCkgcG9wM2RjYXBhLiQoT0JKRVhUKQorLS0tIDM2OCwzNzUgLS0tLQorICBhbV9p bWFwbG9naW5fT0JKRUNUUyA9IGltYXBsb2dpbi4kKE9CSkVYVCkgJChhbV9fb2JqZWN0c18xKQor ICBpbWFwbG9naW5fT0JKRUNUUyA9ICQoYW1faW1hcGxvZ2luX09CSkVDVFMpCisgIGltYXBsb2dp bl9MREZMQUdTID0KKysgYW1fcG9wM2RfT0JKRUNUUyA9IHBvcDNkc2VydmVyLiQoT0JKRVhUKSBw b3AzZGNhcGEuJChPQkpFWFQpIFwKKysgZHJhY191cGRhdGVfdGNwcmVtb3RlaXAuJChPQkpFWFQp CisgIHBvcDNkX09CSkVDVFMgPSAkKGFtX3BvcDNkX09CSkVDVFMpCisgIHBvcDNkX0xERkxBR1Mg PQorICBhbV9wb3AzbG9naW5fT0JKRUNUUyA9IHBvcDNsb2dpbi4kKE9CSkVYVCkgcG9wM2RjYXBh LiQoT0JKRVhUKQpkaWZmIC1ydU4gY291cmllci1pbWFwLTMuMC42Lm9yaWcvaW1hcC9kcmFjX3Vw ZGF0ZV90Y3ByZW1vdGVpcC5jIGNvdXJpZXItaW1hcC0zLjAuNi9pbWFwL2RyYWNfdXBkYXRlX3Rj cHJlbW90ZWlwLmMKLS0tIGNvdXJpZXItaW1hcC0zLjAuNi5vcmlnL2ltYXAvZHJhY191cGRhdGVf dGNwcmVtb3RlaXAuYwlUaHUgSmFuICAxIDAxOjAwOjAwIDE5NzAKKysrIGNvdXJpZXItaW1hcC0z LjAuNi9pbWFwL2RyYWNfdXBkYXRlX3RjcHJlbW90ZWlwLmMJU2F0IEp1bCAyNCAxNDo1Mzo1NSAy MDA0CkBAIC0wLDAgKzEsNjUgQEAKKyNpbmNsdWRlIDxzeXMvdHlwZXMuaD4KKyNpbmNsdWRlIDxz eXMvc29ja2V0Lmg+CisjaW5jbHVkZSA8bmV0aW5ldC9pbi5oPgorI2luY2x1ZGUgPG5ldGRiLmg+ CisjaW5jbHVkZSA8c3lzbG9nLmg+CisjaW5jbHVkZSA8c3RkbGliLmg+CisKK3ZvaWQgCitkcmFj X3VwZGF0ZV90Y3ByZW1vdGVpcCgpCit7CisJY2hhcgkJCSplcnI7CisJY2hhcgkJCSpkcmFjaG9z dCwgKnRjcHJlbW90ZWlwOworCXN0cnVjdCBhZGRyaW5mbwkJaGludHMsICpyZXM7CisJc3RydWN0 IHNvY2thZGRyX2luNgkqc2luNjsKKwlzdHJ1Y3QgaW5fYWRkcgkJaXA0OworCisJLyogaWYgdGhl IERSQUNIT1NUIGVudiBpcyBub3Qgc2V0LCByZXR1cm4gc2lsZW50bHkgKi8KKwlkcmFjaG9zdCA9 IGdldGVudigiRFJBQ0hPU1QiKTsKKwlpZiAoIWRyYWNob3N0IHx8ICEqZHJhY2hvc3QpCisJCXJl dHVybjsKKworCXRjcHJlbW90ZWlwID0gZ2V0ZW52KCJUQ1BSRU1PVEVJUCIpOworCWlmICghdGNw cmVtb3RlaXAgfHwgISp0Y3ByZW1vdGVpcCkgeworCQlzeXNsb2coTE9HX0FMRVJULAorCQkgICAg ICAgImRyYWNfdXBkYXRlKCkgRXJyb3I6IFRDUFJFTU9URUlQIGlzIG5vdCBzZXQiKTsKKwkJcmV0 dXJuOworCX0KKworCXN5c2xvZyhMT0dfSU5GTywgImRyYWNfdXBkYXRlKCkgY2FsbGVkOiBEUkFD SE9TVD0lcyB1c2VyPSVzIiwKKwkgICAgICAgZHJhY2hvc3QsIHRjcHJlbW90ZWlwKTsKKworCWJ6 ZXJvKCZoaW50cywgc2l6ZW9mKHN0cnVjdCBhZGRyaW5mbykpOworCWhpbnRzLmFpX2ZsYWdzID0g QUlfUEFTU0lWRSB8IEFJX05VTUVSSUNIT1NUOworCWhpbnRzLmFpX2ZhbWlseSA9IEFGX1VOU1BF QzsKKwlpZiAoZ2V0YWRkcmluZm8odGNwcmVtb3RlaXAsIE5VTEwsICZoaW50cywgJnJlcykgIT0g MCkgeworCQlzeXNsb2coTE9HX0FMRVJULAorCQkgICAgImRyYWNfdXBkYXRlKCkgRXJyb3I6IGNv dWxkIG5vdCBjb252ZXJ0IFRDUFJFTU9URUlQICVzIiwKKwkJICAgIHRjcHJlbW90ZWlwKTsKKwkJ cmV0dXJuOworCX0KKwlzd2l0Y2ggKHJlcy0+YWlfZmFtaWx5KSB7CisJY2FzZSBBRl9JTkVUNjoK KwkJc2luNiA9IChzdHJ1Y3Qgc29ja2FkZHJfaW42ICopcmVzLT5haV9hZGRyOworCQlpZiAoIUlO Nl9JU19BRERSX1Y0TUFQUEVEKCZzaW42LT5zaW42X2FkZHIpKSB7CisJCQlmcmVlYWRkcmluZm8o cmVzKTsKKwkJCXJldHVybjsKKwkJfQorCQlpcDQuc19hZGRyID0gKih1X2ludDMyX3QgKikmc2lu Ni0+c2luNl9hZGRyLnM2X2FkZHJbMTJdOworCQlicmVhazsKKwljYXNlIEFGX0lORVQ6CisJCWlw NC5zX2FkZHIgPSAoKHN0cnVjdCBzb2NrYWRkcl9pbiAqKXJlcy0+YWlfYWRkciktPnNpbl9hZGRy LnNfYWRkcjsKKwkJYnJlYWs7CisJZGVmYXVsdDoKKwkJc3lzbG9nKExPR19BTEVSVCwKKwkJICAg ICAgICJkcmFjX3VwZGF0ZSgpIEVycm9yOiB1bmtub3duIHByb3RvY29sIFRDUFJFTU9URUlQICVz IiwKKwkJICAgICAgIHRjcHJlbW90ZWlwKTsKKwkJZnJlZWFkZHJpbmZvKHJlcyk7CisJCXJldHVy bjsKKwl9CisJZnJlZWFkZHJpbmZvKHJlcyk7CisJaWYgKGRyYWNhdXRoKGRyYWNob3N0LCBpcDQu c19hZGRyLCAmZXJyKSAhPSAwKQorCQlzeXNsb2coTE9HX0FMRVJULCAiZHJhY2F1dGgoKSBFcnJv ciBcIiVzXCIgZm9yIHVzZXIgJXMiLCBlcnIsCisJCSAgICAgICB0Y3ByZW1vdGVpcCk7CisJcmV0 dXJuOworfQpkaWZmIC1ydU4gY291cmllci1pbWFwLTMuMC42Lm9yaWcvaW1hcC9pbWFwZC5jIGNv dXJpZXItaW1hcC0zLjAuNi9pbWFwL2ltYXBkLmMKLS0tIGNvdXJpZXItaW1hcC0zLjAuNi5vcmln L2ltYXAvaW1hcGQuYwlTYXQgSnVsIDI0IDE0OjUxOjE5IDIwMDQKKysrIGNvdXJpZXItaW1hcC0z LjAuNi9pbWFwL2ltYXBkLmMJU2F0IEp1bCAyNCAxNDo1Mzo1NSAyMDA0CkBAIC0zOTYyLDYgKzM5 NjIsOCBAQAogCiAJLyogQ29tbWFuZHMgdGhhdCB3b3JrIGluIGF1dGhlbnRpY2F0ZWQgc3RhdGUg Ki8KIAorCWRyYWNfdXBkYXRlX3RjcHJlbW90ZWlwKCk7CisKIAlpZiAoc3RyY21wKGN1cnRva2Vu LT50b2tlbmJ1ZiwgIkNBUEFCSUxJVFkiKSA9PSAwKQogCXsKIAkJaWYgKG5leHR0b2tlbigpLT50 b2tlbnR5cGUgIT0gSVRfRU9MKQlyZXR1cm4gKC0xKTsKQEAgLTYzNDMsNiArNjM0NSw4IEBACiAK IAlpZiAoKHRhZz1nZXRlbnYoIklNQVBMT0dJTlRBRyIpKSAhPSAwKQogCXsKKwkJZHJhY191cGRh dGVfdGNwcmVtb3RlaXAoKTsKKwogCQl3cml0ZXModGFnKTsKIAkJd3JpdGVzKCIgT0sgTE9HSU4g T2suXHJcbiIpOwogCX0KZGlmZiAtcnVOIGNvdXJpZXItaW1hcC0zLjAuNi5vcmlnL2ltYXAvcG9w M2RzZXJ2ZXIuYyBjb3VyaWVyLWltYXAtMy4wLjYvaW1hcC9wb3AzZHNlcnZlci5jCi0tLSBjb3Vy aWVyLWltYXAtMy4wLjYub3JpZy9pbWFwL3BvcDNkc2VydmVyLmMJU2F0IEp1bCAyNCAxNDo1MToy MiAyMDA0CisrKyBjb3VyaWVyLWltYXAtMy4wLjYvaW1hcC9wb3AzZHNlcnZlci5jCVNhdCBKdWwg MjQgMTQ6NTM6NTUgMjAwNApAQCAtMTAyOSw2ICsxMDI5LDkgQEAKIAl9CiAJc29ydG1zZ3MoKTsK IAlwcmludGYoIitPSyBsb2dnZWQgaW4uXHJcbiIpOworCisJZHJhY191cGRhdGVfdGNwcmVtb3Rl aXAoKTsKKwogCWZmbHVzaChzdGRvdXQpOwogCWxvb3AoKTsKIAlyZXR1cm4gKDApOwo= --Multipart=_Sat__24_Jul_2004_14_56_40_+0200_gwAU4TShvMW/CN+a-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 13:54:58 2004 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 F040716A4CE for ; Sat, 24 Jul 2004 13:54:58 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8479143D31 for ; Sat, 24 Jul 2004 13:54:58 +0000 (GMT) (envelope-from my-subs@mail.ru) Received: from [192.115.133.61] (port=49307 helo=ant.zoo) by mx2.mail.ru with smtp id 1BoMzI-0004hA-00; Sat, 24 Jul 2004 17:54:56 +0400 Date: Sat, 24 Jul 2004 16:53:49 +0300 From: Alexander Portnoy To: daniel+unison@pelleg.org Message-Id: <20040724165349.5c2b53b7.my-subs@mail.ru> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.3; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Sat__24_Jul_2004_16_53_49_+0300_f5wgrS2wyOL11PR1" X-Spam: Not detected cc: freebsd-ports@freebsd.org Subject: [PATCH] fix unison-2.9.20 linking error with ocaml-3.08 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, 24 Jul 2004 13:54:59 -0000 This is a multi-part message in MIME format. --Multipart=_Sat__24_Jul_2004_16_53_49_+0300_f5wgrS2wyOL11PR1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit --- ubase/uprintf.ml.orig Sat Jul 24 16:33:37 2004 +++ ubase/uprintf.ml Sat Jul 24 16:33:57 2004 @@ -10,8 +10,8 @@ (* *) (***********************************************************************) -external format_int: string -> int -> string = "format_int" -external format_float: string -> float -> string = "format_float" +external format_int: string -> int -> string = "caml_format_int" +external format_float: string -> float -> string = "caml_format_float" let fprintf outchan doafter format = let format = (Obj.magic format : string) in --Multipart=_Sat__24_Jul_2004_16_53_49_+0300_f5wgrS2wyOL11PR1 Content-Type: application/octet-stream; name="patch-ab" Content-Disposition: attachment; filename="patch-ab" Content-Transfer-Encoding: base64 LS0tIHViYXNlL3VwcmludGYubWwub3JpZwlTYXQgSnVsIDI0IDE2OjMzOjM3IDIwMDQKKysrIHVi YXNlL3VwcmludGYubWwJU2F0IEp1bCAyNCAxNjozMzo1NyAyMDA0CkBAIC0xMCw4ICsxMCw4IEBA CiAoKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICopCiAoKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiopCiAKLWV4dGVybmFsIGZvcm1hdF9p bnQ6IHN0cmluZyAtPiBpbnQgLT4gc3RyaW5nID0gImZvcm1hdF9pbnQiCi1leHRlcm5hbCBmb3Jt YXRfZmxvYXQ6IHN0cmluZyAtPiBmbG9hdCAtPiBzdHJpbmcgPSAiZm9ybWF0X2Zsb2F0IgorZXh0 ZXJuYWwgZm9ybWF0X2ludDogc3RyaW5nIC0+IGludCAtPiBzdHJpbmcgPSAiY2FtbF9mb3JtYXRf aW50IgorZXh0ZXJuYWwgZm9ybWF0X2Zsb2F0OiBzdHJpbmcgLT4gZmxvYXQgLT4gc3RyaW5nID0g ImNhbWxfZm9ybWF0X2Zsb2F0IgogCiBsZXQgZnByaW50ZiBvdXRjaGFuIGRvYWZ0ZXIgZm9ybWF0 ID0KICAgbGV0IGZvcm1hdCA9IChPYmoubWFnaWMgZm9ybWF0IDogc3RyaW5nKSBpbgo= --Multipart=_Sat__24_Jul_2004_16_53_49_+0300_f5wgrS2wyOL11PR1-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 13:58:15 2004 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 0805F16A4CE; Sat, 24 Jul 2004 13:58:15 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id C010343D41; Sat, 24 Jul 2004 13:58:14 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-15.local ([172.16.0.15] helo=dhcp-11.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1BoN2Q-000NOS-T6; Sat, 24 Jul 2004 15:58:14 +0200 Date: Sat, 24 Jul 2004 15:59:16 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Alex Dupre From: Oliver Eikemeier In-Reply-To: <410220DB.8000207@FreeBSD.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: freebsd-ports@FreeBSD.org Subject: Re: mod_php4 port and php extension support? 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, 24 Jul 2004 13:58:15 -0000 Alex Dupre wrote: > Sean O'Connell wrote: > >> After you re-arranged the php port structure, what is the correct way >> to >> tell mod_php4 to include mysql support? > > Read ports/UPDATING. Is this your auto-reply script, or do you still write them by hand? :) -Oliver From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 14:55:10 2004 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 900E616A4CE for ; Sat, 24 Jul 2004 14:55:10 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 251EE43D48 for ; Sat, 24 Jul 2004 14:55:10 +0000 (GMT) (envelope-from mdf@foster.cc) Received: from riddler.dyndns.org ([24.17.74.216]) by comcast.net (sccrmhc12) with ESMTP id <20040724145509012009f2sue>; Sat, 24 Jul 2004 14:55:09 +0000 Received: from mdf by riddler.dyndns.org with local (Exim 4.34 #0) id 1BoNvY-0000zD-7X for freebsd-ports@freebsd.org; Sat, 24 Jul 2004 07:55:08 -0700 Date: Sat, 24 Jul 2004 07:55:08 -0700 From: Mark Foster To: freebsd-ports@freebsd.org Message-ID: <20040724145508.GA3760@riddler.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: Mark Foster Subject: firefox-0.9.1 build 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: Sat, 24 Jul 2004 14:55:10 -0000 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Having some trouble building firefox-0.9.1 Updated ports tree yesterday >uname -rs FreeBSD 5.2.1-RELEASE-p9 Output from make... /usr/ports/www/firefox/work/mozilla/config/nsinstall -R -m 644 nsIConsoleListener.idl nsIConsoleMessage.idl nsIConsoleService.idl nsIErrorService.idl nsIException.idl nsIExceptionService.idl ../../dist/idl nsIConsoleListener.idl =2E./../dist/bin/xpidl -m header -w -I. -I../../dist/idl -o _xpidlgen/nsIConsoleListener nsIConsoleListener.idl /libexec/ld-elf.so.1: Shared object "libglib-2.0.so.200" not found gmake[3]: *** [_xpidlgen/nsIConsoleListener.h] Error 1 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/xpcom/base' gmake[2]: *** [export] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/xpcom' gmake[1]: *** [tier_2] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. >locate libglib /usr/local/lib/libglib12.a /usr/local/lib/libglib12.so /usr/local/lib/libglib12.so.3 /usr/ports/devel/glib20/work/glib-2.4.4/glib/.libs/libglib-2.0.a /usr/ports/devel/glib20/work/glib-2.4.4/glib/.libs/libglib-2.0.la /usr/ports/devel/glib20/work/glib-2.4.4/glib/.libs/libglib-2.0.lai /usr/ports/devel/glib20/work/glib-2.4.4/glib/.libs/libglib-2.0.so /usr/ports/devel/glib20/work/glib-2.4.4/glib/.libs/libglib-2.0.so.400 /usr/ports/devel/glib20/work/glib-2.4.4/glib/libglib-2.0.la Looks like there is a bad dependency where firefox wants the libglib from an older version of glib20. I think I had glib-2.3.1 installed when it was working before. Thanks. --=20 Some days it's just not worth chewing through the restraints... Mark D. Foster, CISSP http://mark.foster.cc/ --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAnhLsP1x4ZySqYcRAn1PAJ48T9mSbI1XYKASt1F/4iJq/opxHQCgtCf8 BDyyoMa2rXgHbuoLWAQFsVI= =SjG0 -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 15:08:07 2004 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 6147B16A4CE; Sat, 24 Jul 2004 15:08:07 +0000 (GMT) Received: from telecom.net.et (ns2.telecom.net.et [213.55.64.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE7CF43D58; Sat, 24 Jul 2004 15:08:03 +0000 (GMT) (envelope-from mtm@identd.net) Received: from [213.55.65.33] (HELO pool-151-200-10-97.res.east.verizon.net) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 52523184; Sat, 24 Jul 2004 18:01:20 +0300 Received: from rogue.acs-et.com (localhost [127.0.0.1]) ESMTP id i6OF98JU001417; Sat, 24 Jul 2004 18:09:09 +0300 (EAT) (envelope-from mtm@rogue.acs-et.com) Received: (from mtm@localhost) by rogue.acs-et.com (8.12.11/8.12.11/Submit) id i6OF97pP001416; Sat, 24 Jul 2004 18:09:07 +0300 (EAT) (envelope-from mtm) Date: Sat, 24 Jul 2004 18:09:05 +0300 From: Mike Makonnen To: freebsd-current@freebsd.org Message-ID: <20040724150905.GA998@rogue.acs-et.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD/5.2-CURRENT (i386) cc: freebsd-ports@freebsd.org Subject: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 15:08:07 -0000 20040724: The rc.d/loclpkg script now "does the right thing" with respect to ports rc.d scripts. The most disruptive change is that scripts ending in *.sh are sourced in the same shell as rc.d/localpkg (as opposed to a subshell) and may cause the script to end prematurely if a script calls exit. Some broken scripts may not recognize the 'fast' prefix to a command. The first problem can be fixed by simply renaming the script so that it doesn't have a '.sh' ending. Another temporary work-arround is to completely remove the 'PROVIDE' line from the script. If you notice a broken ports rc.d script please notify the maintainer. Legacy scripts should not be affected. __FreeBSD_version bumped to 502124. This update to the rc.d/localpkg attempts to normalize the behaviour or ports rc.d scripts with that of the base system scripts. This may break your ports scripts. Please report any breakage to the port's maintainer so the script can be fixed. Ports folks: Some tips on fixing scripts: 1. Use a return statement instead of exit in a '*.sh' script 2. Put the entire current contents of the script in a function and then execute that function in a subshell. For example: foo_script() { does something. } ( foo_script $*) 3. Install the script without a '.sh' ending I know this commit breaks the print/cups port and eik@ has said that the following ports are also broken: audio/daapd databases/pgcluster dns/ez-ipupdate dns/maradns french/plgrenouille mail/dovecot mail/drac mail/elm+ME mail/milter-greylist misc/upclient net-mgmt/net-snmp net/cvsync net/isc-dhcp3-server net/jabberd net/minisapserver net/netatalk-devel net/openslp sysutils/smartmontools sysutils/usermin sysutils/webmin www/apache13 www/apache13+ipv6 www/apache13-modperl www/apache13-modssl www/wwwoffle Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon ! From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 15:17:17 2004 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 9D5E816A4CE; Sat, 24 Jul 2004 15:17:17 +0000 (GMT) Received: from aloha.npdx.net (aloha.npdx.net [198.145.255.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B5B43D5D; Sat, 24 Jul 2004 15:17:17 +0000 (GMT) (envelope-from nate@northwe.st) Received: from [10.0.1.3] (c-24-20-24-118.client.comcast.net [24.20.24.118]) by aloha.npdx.net (Postfix) with ESMTP id 2D2BE56477; Sat, 24 Jul 2004 08:17:17 -0700 (PDT) In-Reply-To: <20040724145640.4e793d54.oliver@FreeBSD.org> References: <20040722230722.163093ee.nork@FreeBSD.org> <20040724143248.2798f471.nork@FreeBSD.org> <20040724145640.4e793d54.oliver@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8B901BA1-DD84-11D8-B786-000A95B90298@northwe.st> Content-Transfer-Encoding: 7bit From: Nate Silva Date: Sat, 24 Jul 2004 08:17:15 -0700 To: Oliver Lehmann X-Mailer: Apple Mail (2.618) cc: ports@FreeBSD.org cc: nork@FreeBSD.org Subject: Re: FreeBSD Port: courier-imap-3.0.6,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: Sat, 24 Jul 2004 15:17:17 -0000 Oliver Lehmann wrote: >> ===> Applying distribution patches for courier-imap-3.0.6,1 >> 2 out of 5 hunks failed--saving rejects to imap/Makefile.in.rej >> *** Error code 2 > > The attached patch should work (Nate, can you confirm that?). Yes, it works. The DRAC functionality is back. Thank you! Regards, Nate From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 15:56:41 2004 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 8AB4E16A4CE; Sat, 24 Jul 2004 15:56:41 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F7543D46; Sat, 24 Jul 2004 15:56:41 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6OFuekN002038; Sun, 25 Jul 2004 00:56:40 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 25 Jul 2004 00:56:39 +0900 From: Norikatsu Shigemura To: Nate Silva Message-Id: <20040725005639.7415f951.nork@FreeBSD.org> In-Reply-To: <8B901BA1-DD84-11D8-B786-000A95B90298@northwe.st> References: <20040722230722.163093ee.nork@FreeBSD.org> <20040724143248.2798f471.nork@FreeBSD.org> <20040724145640.4e793d54.oliver@FreeBSD.org> <8B901BA1-DD84-11D8-B786-000A95B90298@northwe.st> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Sun, 25 Jul 2004 00:56:40 +0900 (JST) cc: ports@FreeBSD.org cc: nork@FreeBSD.org cc: oliver@FreeBSD.org Subject: Re: FreeBSD Port: courier-imap-3.0.6,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: Sat, 24 Jul 2004 15:56:41 -0000 On Sat, 24 Jul 2004 08:17:15 -0700 Nate Silva wrote: > >> ===> Applying distribution patches for courier-imap-3.0.6,1 > >> 2 out of 5 hunks failed--saving rejects to imap/Makefile.in.rej > >> *** Error code 2 > > The attached patch should work (Nate, can you confirm that?). > Yes, it works. The DRAC functionality is back. Thank you! Oops, oriver and nate, thank you very much! From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 16:22:47 2004 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 83DDB16A4CE for ; Sat, 24 Jul 2004 16:22:47 +0000 (GMT) Received: from tomts20-srv.bellnexxia.net (tomts20.bellnexxia.net [209.226.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EB343D39 for ; Sat, 24 Jul 2004 16:22:46 +0000 (GMT) (envelope-from dmk@ncf.ca) Received: from [216.209.183.144] by tomts20-srv.bellnexxia.netESMTP <20040724162244.QTKN26030.tomts20-srv.bellnexxia.net@[216.209.183.144]>; Sat, 24 Jul 2004 12:22:44 -0400 From: Dwayne MacKinnon To: holger@e-gitt.net Date: Sat, 24 Jul 2004 12:22:20 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200407241222.21302.dmk@ncf.ca> cc: ports@FreeBSD.org Subject: Problem with win32-codecs 2.0.99 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, 24 Jul 2004 16:22:47 -0000 Hello, I'm running MPlayer 1.0pre4-2.95.4 on FreeBSD 4.10-RELEASE. After upgrading the win32-codecs port I discovered that the audio on my Quicktime files would no longer work. The following is the audio output when I tried to play a Quicktime Spider-Man 2 trailer that worked fine before the upgrade. Opening audio decoder: [qtaudio] QuickTime Audio Decoder External func OLEPRO32.DLL:254 External func COMCTL32.dll:17 External func COMCTL32.dll:16 External func OLEAUT32.dll:8 External func OLEAUT32.dll:10 External func OLEAUT32.dll:4 External func OLEAUT32.dll:2 External func OLEAUT32.dll:149 External func OLEAUT32.dll:7 External func WS2_32.dll:9 External func WS2_32.dll:21 External func WS2_32.dll:17 External func WS2_32.dll:20 External func WS2_32.dll:115 External func WS2_32.dll:116 External func WS2_32.dll:10 External func WS2_32.dll:23 External func WS2_32.dll:6 External func WS2_32.dll:2 External func WS2_32.dll:1 External func WS2_32.dll:151 External func WS2_32.dll:18 External func WS2_32.dll:16 External func WS2_32.dll:19 External func WS2_32.dll:5 External func WS2_32.dll:7 External func WS2_32.dll:8 External func WS2_32.dll:4 External func WS2_32.dll:3 External func WS2_32.dll:13 Unsupported QuickTime version (0x6697c5c0) ADecoder preinit failed :( ADecoder init failed :( Cannot find codec for audio format 0x324D4451. Read DOCS/HTML/en/codecs.html! ============================================= As I still had the dist files for the older version of the win32-codecs port, I manually replaced the qt65dlls-20040704 files with the older qt6dlls files. At that point I tried the trailer again, and it worked perfectly. For comparison purposes, here's the output from the successful try. Opening audio decoder: [qtaudio] QuickTime Audio Decoder External func COMCTL32.dll:17 External func COMCTL32.dll:16 QuickTime6 DLLs found QuickTime.qts patched!!! old entry=0x6693b330 theQuickTimeDispatcher catched -> 0x6693b330 WARNING! Invalid Ptr handle! ### Searching for QuickTime plugins (*.qtx) at /usr/local/lib/win32... ### FindNext: 3ivX.qtx ### FindNext: AvidQTAVUICodec.qtx ### FindNext: BeHereiVideo.qtx ### FindNext: Indeo4.qtx ### FindNext: On2_VP3.qtx ### FindNext: QuickTimeEssentials.qtx ### FindNext: QuickTimeInternetExtras.qtx ### FindNext: ZyGoVideo.qtx theQuickTimeDispatcher catched -> 0x6693b330 theQuickTimeDispatcher catched -> 0x6693b330 AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 15999->176400 (128.0 kbit) Selected audio codec: [qdmc] afm:qtaudio (Quicktime QDMC/QDM2 audio decoders) ========================================================================== I suspect that it's possible that /usr/local/share/mplayer/codecs.conf needs to be updated somehow to work with the newer qt65dlls files. However, I don't know too much about how mplayer reads codecs and finds the right ones, so I'm not sure. Cheers, DMK -- I can't afford to make exceptions. I mean, once word leaks out that a pirate has gone soft, people begin to disobey you and then it's nothing but work, work, work all the time. -The Dread Pirate Roberts, from The Princess Bride From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 17:01:42 2004 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 459F216A4CE for ; Sat, 24 Jul 2004 17:01:42 +0000 (GMT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id D524F43D2D for ; Sat, 24 Jul 2004 17:01:41 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.120.54]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040724170141.ROCZ3910.out005.verizon.net@[192.168.1.3]>; Sat, 24 Jul 2004 12:01:41 -0500 Message-ID: <410295EF.7050203@mac.com> Date: Sat, 24 Jul 2004 13:01:35 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Osterweil References: <20040723202547.36729.qmail@web11707.mail.yahoo.com> In-Reply-To: <20040723202547.36729.qmail@web11707.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [68.161.120.54] at Sat, 24 Jul 2004 12:01:40 -0500 cc: freebsd-ports@freebsd.org Subject: Re: isc-dhcp3-server and OS X 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, 24 Jul 2004 17:01:42 -0000 Eric Osterweil wrote: [ ... ] > Basically, I've re-OSed the mac, and I can still only > get a lease from the dhcp server once in a LONG while. > What's worse is, I am able to connect to other DHCP > servers (like those built into access points). I have a number of MacOS 10.3 clients connecting to the ISC DHCP software running under FreeBSD with no special issues. Once in a while, the DHCP software seems to become confused by it's own leases file, so perhaps try deleting the leases file (under /var/db/) and restarting dhcpd. -- -Chuck From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 17:25:34 2004 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 9BD9E16A4CE for ; Sat, 24 Jul 2004 17:25:34 +0000 (GMT) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF37A43D3F for ; Sat, 24 Jul 2004 17:25:33 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf19aec.mail.bellsouth.netESMTP <20040724172533.QJBY1792.imf19aec.mail.bellsouth.net@[192.168.1.5]>; Sat, 24 Jul 2004 13:25:33 -0400 In-Reply-To: <200407241222.21302.dmk@ncf.ca> References: <200407241222.21302.dmk@ncf.ca> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <772DE2C2-DD96-11D8-B0E4-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Sat, 24 Jul 2004 13:25:32 -0400 To: Dwayne MacKinnon X-Mailer: Apple Mail (2.618) cc: ports@FreeBSD.org cc: holger@e-gitt.net Subject: Re: Problem with win32-codecs 2.0.99 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, 24 Jul 2004 17:25:34 -0000 Hi Dwayne, 1.0pre5 was committed earlier, does it work with 1.0pre5 (99.5 in ports) ? Michael From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 17:26:48 2004 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 60BC516A4CE; Sat, 24 Jul 2004 17:26:48 +0000 (GMT) Received: from vvs01.agava.net (vvs01.agava.net [195.161.118.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73AE143D39; Sat, 24 Jul 2004 17:26:47 +0000 (GMT) (envelope-from kappa@rambler-co.ru) Received: from [10.3.8.104] (alt2.pss-msk.ru [217.25.84.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vvs01.agava.net (Postfix) with ESMTP id 33E5514409; Sat, 24 Jul 2004 21:26:45 +0400 (MSD) Message-ID: <41029BBC.3090405@rambler-co.ru> Date: Sat, 24 Jul 2004 21:26:20 +0400 From: Alex Kapranoff User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Makonnen References: <20040724150905.GA998@rogue.acs-et.com> In-Reply-To: <20040724150905.GA998@rogue.acs-et.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 17:26:48 -0000 Mike Makonnen wrote: >20040724: > The rc.d/loclpkg script now "does the right thing" with respect > to ports rc.d scripts. The most disruptive change is that scripts > ending in *.sh are sourced in the same shell as rc.d/localpkg (as > opposed to a subshell) and may cause the script to end prematurely > if a script calls exit. Some broken scripts may not recognize the > 'fast' prefix to a command. The first problem can be fixed by simply > renaming the script so that it doesn't have a '.sh' ending. Another > temporary work-arround is to completely remove the 'PROVIDE' line > from the script. If you notice a broken ports rc.d script please > notify the maintainer. Legacy scripts should not be affected. > __FreeBSD_version bumped to 502124. > > >This update to the rc.d/localpkg attempts to normalize the behaviour >or ports rc.d scripts with that of the base system scripts. This may >break your ports scripts. Please report any breakage to the port's >maintainer so the script can be fixed. > What's the point of this change? What benefits do we get? Sorry for ignorance. I can only see that from now on, if any of the startup scripts terminates abnormally, we'll get a half-started system which in some cases could be extremely hard to repair. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 17:53:58 2004 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 CE56416A4CE; Sat, 24 Jul 2004 17:53:58 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6455C43D54; Sat, 24 Jul 2004 17:53:58 +0000 (GMT) (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 D759B167522; Sat, 24 Jul 2004 19:53:56 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i6OHrt3h060903 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 24 Jul 2004 19:53:56 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-current@FreeBSD.org Date: Sat, 24 Jul 2004 19:53:49 +0200 User-Agent: KMail/1.6.2 References: <20040724150905.GA998@rogue.acs-et.com> In-Reply-To: <20040724150905.GA998@rogue.acs-et.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_xIqABMWTqXKdq+l"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407241953.54125.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: freebsd-ports@FreeBSD.org cc: Mike Makonnen Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 17:53:59 -0000 --Boundary-02=_xIqABMWTqXKdq+l Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 24 July 2004 17:09, Mike Makonnen wrote: > I know this commit breaks the print/cups port and eik@ has said that the > following ports are also broken: Has this been approved by RE/portmgr? =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_xIqABMWTqXKdq+l Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBAqIxXhc68WspdLARAo2xAJsEZpfgPpHnHvxdKaZKnhLjXIex6QCdHTro YphohWAWEqqVCD87J+yssUY= =YPMC -----END PGP SIGNATURE----- --Boundary-02=_xIqABMWTqXKdq+l-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 17:54:51 2004 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 C563616A4CE; Sat, 24 Jul 2004 17:54:51 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF4F43D39; Sat, 24 Jul 2004 17:54:51 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 6898E148CC; Sat, 24 Jul 2004 12:54:51 -0500 (CDT) Date: Sat, 24 Jul 2004 12:54:51 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Mike Makonnen In-Reply-To: <20040724150905.GA998@rogue.acs-et.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 17:54:51 -0000 Am I understanding correctly that we just checked in a change that broke www/apache13*? mcl From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 18:56:48 2004 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 66EA016A4CE; Sat, 24 Jul 2004 18:56:48 +0000 (GMT) Received: from kpws02.extranet.kompas-media.nl (kompas.xs4all.nl [80.126.14.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87CAA43D46; Sat, 24 Jul 2004 18:56:47 +0000 (GMT) (envelope-from root@kpws02.extranet.kompas-media.nl) Received: from kpws02.extranet.kompas-media.nl (localhost [127.0.0.1]) i6OIulDw044701; Sat, 24 Jul 2004 20:56:47 +0200 (CEST) (envelope-from root@kpws02.extranet.kompas-media.nl) Received: (from root@localhost)i6OIulkM044700; Sat, 24 Jul 2004 20:56:47 +0200 (CEST) (envelope-from root) Date: Sat, 24 Jul 2004 20:56:47 +0200 (CEST) Message-Id: <200407241856.i6OIulkM044700@kpws02.extranet.kompas-media.nl> To: gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.FreeBSD.org/cgi/ports.cgi?query=libgail&stype=all X-Mailer: Lynx, Version 2.8.5rel.1 X-Personal_Name: : Bas v.d. Wiel From: bas@kompas-media.nl cc: ports@FreeBSD.org Subject: FreeBSD Port: libgail-gnome-1.0.4 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, 24 Jul 2004 18:56:48 -0000 Hello port maintainer(s), I don't know if I'm mailing to the right person now, but I wanted to report something that I think could be a bug. I tried installing the /x11/gnome2 port, which broke with compiler errors on /x11-toolkits/libgail-gnome. The only way I could proceed was by installing libgail from a package using package_add. This happened on a plain vanilla install of 5.2.1-RELEASE with no configuration changes other than my CPUTYPE=athlon-xp in /etc/make.conf. I'm compiling from a ports collection that I cvsupped just hours ago. I hope this email is of any use to you. I would like to thank you for your efforts in maintaining the gnome ports all for free. I'm a very happy gnome-user on FreeBSD thanks to you. Kind regards, Bas v.d. Wiel From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 19:00:16 2004 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 56B7F16A4CE; Sat, 24 Jul 2004 19:00:16 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E8A43D45; Sat, 24 Jul 2004 19:00:16 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from ppp175-87.pppoe.mtu-net.ru ([81.195.175.87]) by mail.ciam.ru with asmtp (Exim 4.x) id 1BoRkh-0004pR-B0; Sat, 24 Jul 2004 23:00:11 +0400 Message-ID: <4102B1BF.4040106@FreeBSD.org> Date: Sat, 24 Jul 2004 23:00:15 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Makonnen References: <20040724150905.GA998@rogue.acs-et.com> In-Reply-To: <20040724150905.GA998@rogue.acs-et.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 19:00:16 -0000 Mike Makonnen wrote: > I know this commit breaks the print/cups port and eik@ has said that the > following ports are also broken: > > audio/daapd > databases/pgcluster > dns/ez-ipupdate > dns/maradns > french/plgrenouille > mail/dovecot > mail/drac > mail/elm+ME > mail/milter-greylist > misc/upclient > net-mgmt/net-snmp > net/cvsync > net/isc-dhcp3-server > net/jabberd > net/minisapserver > net/netatalk-devel > net/openslp > sysutils/smartmontools > sysutils/usermin > sysutils/webmin > www/apache13 > www/apache13+ipv6 > www/apache13-modperl > www/apache13-modssl > www/wwwoffle Didn't you think to provide patches before making your changes? -- Sem. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 19:26:50 2004 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 5BAEC16A4CE; Sat, 24 Jul 2004 19:26:50 +0000 (GMT) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343F443D31; Sat, 24 Jul 2004 19:26:50 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 0B012DA883; Sat, 24 Jul 2004 12:26:50 -0700 (PDT) Date: Sat, 24 Jul 2004 15:26:50 -0400 From: Adam Weinberger To: bas@kompas-media.nl Message-ID: <20040724192649.GH14233@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , bas@kompas-media.nl, gnome@FreeBSD.org, ports@FreeBSD.org References: <200407241856.i6OIulkM044700@kpws02.extranet.kompas-media.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407241856.i6OIulkM044700@kpws02.extranet.kompas-media.nl> 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: gnome@FreeBSD.org cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: libgail-gnome-1.0.4 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, 24 Jul 2004 19:26:50 -0000 >> (07.24.2004 @ 1456 PST): bas@kompas-media.nl said, in 1.0K: << > Hello port maintainer(s), > I don't know if I'm mailing to the right person now, but I wanted to report something that I think could be a bug. I tried installing the /x11/gnome2 port, which broke with compiler errors on /x11-toolkits/libgail-gnome. The only way I could proceed was by installing libgail from a package using package_add. This happened on a plain vanilla install of 5.2.1-RELEASE with no configuration changes other than my CPUTYPE=athlon-xp in /etc/make.conf. I'm compiling from a ports collection that I cvsupped just hours ago. > I hope this email is of any use to you. I would like to thank you for your efforts in maintaining the gnome ports all for free. I'm a very happy gnome-user on FreeBSD thanks to you. > > Kind regards, > > Bas v.d. Wiel >> end of "FreeBSD Port: libgail-gnome-1.0.4" from bas@kompas-media.nl << This has already been fixed. Cvsup again and rebuild libgail-gnome. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 19:35:18 2004 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 CE6A816A4CE; Sat, 24 Jul 2004 19:35:18 +0000 (GMT) Received: from mailhub01.unibe.ch (mailhub01.unibe.ch [130.92.9.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 647CE43D1D; Sat, 24 Jul 2004 19:35:18 +0000 (GMT) (envelope-from roth@speedy.unibe.ch) Received: from localhost (scanhub01-eth0.unibe.ch [130.92.254.65]) by mailhub01.unibe.ch (Postfix) with ESMTP id 3EAB025BCE0; Sat, 24 Jul 2004 21:35:17 +0200 (MEST) Received: from mailhub01.unibe.ch ([130.92.9.52]) by localhost (scanhub01 [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 26085-04-97; Sat, 24 Jul 2004 21:35:20 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub01.unibe.ch (Postfix) with ESMTP id 2456E25BDCF; Sat, 24 Jul 2004 21:35:16 +0200 (MEST) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.7p1+Sun/8.11.7) with ESMTP id i6OJZF126566; Sat, 24 Jul 2004 21:35:15 +0200 (MET DST) Received: (from roth@localhost) by speedy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id i6OJZFsx004639; Sat, 24 Jul 2004 21:35:15 +0200 (MEST) Date: Sat, 24 Jul 2004 21:35:15 +0200 From: Tobias Roth To: freebsd-ports@freebsd.org Message-ID: <20040724193515.GA4208@speedy.unibe.ch> References: <20040724150905.GA998@rogue.acs-et.com> <4102B1BF.4040106@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4102B1BF.4040106@FreeBSD.org> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 19:35:19 -0000 [snip questions about breakage and backing out requests] guys, this is -CURRENT. it's normal that some changes break other things. what's the point in complaining this breaking some ports? if you run -CURRENT on a production box, you usually are aware of what you are risking. also, the time chosen for this upgrade is as good as any. in fact, i even think this is a good timing, since 5.3 is getting closer. and it's not mikes responsibility to fix every port this breaks. please everyone stop complaining and calm down, or this will end in a major bikeshed. cheers, t. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 19:54:50 2004 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 A451816A4CE; Sat, 24 Jul 2004 19:54:50 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2957443D48; Sat, 24 Jul 2004 19:54:50 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6OJs9KS063251; Sat, 24 Jul 2004 15:54:09 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Tobias Roth In-Reply-To: <20040724193515.GA4208@speedy.unibe.ch> References: <20040724150905.GA998@rogue.acs-et.com> <20040724193515.GA4208@speedy.unibe.ch> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-JY76eM4z94mRYueE79ay" Organization: FreeBSD, Inc. Message-Id: <1090698884.76622.16.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 24 Jul 2004 15:54:44 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd-current@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 19:54:50 -0000 --=-JY76eM4z94mRYueE79ay Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2004-07-24 at 15:35, Tobias Roth wrote: > [snip questions about breakage and backing out requests] >=20 > guys, this is -CURRENT. it's normal that some changes break other things. > what's the point in complaining this breaking some ports? if you run > -CURRENT on a production box, you usually are aware of what you are > risking. >=20 > also, the time chosen for this upgrade is as good as any. in fact, i even > think this is a good timing, since 5.3 is getting closer. >=20 > and it's not mikes responsibility to fix every port this breaks. No it is not, but I have asked him to back this out (temporarily) on behalf of portmgr. We do need to give fair warning to all maintainers that are affected. We also need to provide an entry in /usr/ports/CHANGES documenting the new rc.d behavior. Once maintainers have had a chance to fix their affected ports, this can come back into the tree. Joe >=20 > please everyone stop complaining and calm down, or this will end in a > major bikeshed. >=20 > cheers, t. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-JY76eM4z94mRYueE79ay Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBAr6Eb2iPiv4Uz4cRAgfCAKCiOQv9SSeMV0im3iSHOaLZjNG4ogCgmp+0 dL7UknZODcxJoir6saLZuYc= =Ifrj -----END PGP SIGNATURE----- --=-JY76eM4z94mRYueE79ay-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 19:57:09 2004 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 94AE316A4CE; Sat, 24 Jul 2004 19:57:09 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5EC43D2D; Sat, 24 Jul 2004 19:57:09 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.11) with ESMTP id i6OJv8gF009800; Sat, 24 Jul 2004 12:57:08 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i6OJv8Gg009799; Sat, 24 Jul 2004 12:57:08 -0700 (PDT) (envelope-from obrien) Date: Sat, 24 Jul 2004 12:57:07 -0700 From: "David O'Brien" To: Tobias Roth Message-ID: <20040724195707.GA3257@dragon.nuxi.com> References: <20040724150905.GA998@rogue.acs-et.com> <4102B1BF.4040106@FreeBSD.org> <20040724193515.GA4208@speedy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040724193515.GA4208@speedy.unibe.ch> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP: change in ports rc.d script behaviour X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-ports@freebsd.org, freebsd-current@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 19:57:09 -0000 On Sat, Jul 24, 2004 at 09:35:15PM +0200, Tobias Roth wrote: > guys, this is -CURRENT. it's normal that some changes break other things. > what's the point in complaining this breaking some ports? if you run > -CURRENT on a production box, you usually are aware of what you are > risking. > > also, the time chosen for this upgrade is as good as any. in fact, i even > think this is a good timing, since 5.3 is getting closer. > and it's not mikes responsibility to fix every port this breaks. I'm not so sure -- I often hear complains from Kris about commits in /usr/src that break ports. It seems implied reponsabilty on the /usr/src committer to go help fix the ports. I've seen bsd.port.mk changes held back that broke less ports than this change, simply because the change caused any breakage. -- -- David (obrien@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 20:21:23 2004 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 F21D716A4CE for ; Sat, 24 Jul 2004 20:21:22 +0000 (GMT) Received: from bsd.ultra-secure.de (bsd.ultra-secure.de [62.146.20.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E9C43D2D for ; Sat, 24 Jul 2004 20:21:22 +0000 (GMT) (envelope-from rainer@ultra-secure.de) Received: (qmail 26186 invoked by uid 1005); 24 Jul 2004 20:21:20 -0000 Received: from rainer@ultra-secure.de by bsd.ultra-secure.de by uid 89 with qmail-scanner-1.21 (clamdscan: 0.72. spamassassin: 2.63. Clear:RC:1(84.128.77.98):. Processed in 0.353978 secs); 24 Jul 2004 20:21:20 -0000 Received: from unknown (HELO 192.168.1.224) (rainer@ultra-secure.de@84.128.77.98) by bsd.ultra-secure.de with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Jul 2004 20:21:20 -0000 From: Rainer Duffner To: ports@freebsd.org Content-Type: text/plain Message-Id: <1090700676.2790.182.camel@linux-mobile.example.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sat, 24 Jul 2004 22:24:37 +0200 Content-Transfer-Encoding: 7bit Subject: archivers/pear-Archive-Tar makes portsdb -Uu break 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, 24 Jul 2004 20:21:23 -0000 Hi, I have cvsuped to the latest and greatest and it seems that due to the changes in the master-PHP-port, some things still don't work. So when I run portsdb -Uu it doesn't run through: ********* Updating the ports index ... Generating INDEX.tmp - please wait..pear-Archive_Tar-1.2: "/usr/ports/lang/php4-horde" non-existent -- dependency list incomplete ===> archivers/pear-Archive_Tar failed *** Error code 1 ********* There are probably more than these. cheers, Rainer -- =================================================== ~ Rainer Duffner - rainer@ultra-secure.de ~ ~ Freising - Munich - Germany ~ ~ Unix - Linux - BSD - OpenSource - Security ~ ~ http://www.ultra-secure.de/~rainer/pubkey.pgp ~ =================================================== From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 20:39:09 2004 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 B98C816A4CE; Sat, 24 Jul 2004 20:39:09 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963DD43D1D; Sat, 24 Jul 2004 20:39:09 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 46F8B148BF; Sat, 24 Jul 2004 15:39:09 -0500 (CDT) Date: Sat, 24 Jul 2004 15:39:09 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: freebsd-ports@freebsd.org, In-Reply-To: <20040724195707.GA3257@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Tobias Roth Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 20:39:09 -0000 On Sat, 24 Jul 2004, David O'Brien wrote: > > and it's not mikes responsibility to fix every port this breaks. > > I'm not so sure -- I often hear complaints from Kris about commits > in /usr/src that break ports. It seems implied reponsibilty on the > /usr/src committer to go help fix the ports. Perhaps the way we should state this is that there is implied responsibility for us all to work together constructively when phasing in changes. Joe's suggestion of a two-week period to give people an opportunity to work through the conversion issues is a good example of this. mcl From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 20:43:44 2004 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 AD61C16A4CE for ; Sat, 24 Jul 2004 20:43:44 +0000 (GMT) Received: from ciistr2.ist.utl.pt (ciistr2.ist.utl.pt [193.136.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B3243D3F for ; Sat, 24 Jul 2004 20:43:43 +0000 (GMT) (envelope-from brunomiguel@dequim.ist.utl.pt) Received: from ciistr3.ist.utl.pt (ciistr3.ist.utl.pt [193.136.128.3]) by ciistr2.ist.utl.pt (Postfix) with ESMTP id 6BBAF8FF41 for ; Sat, 24 Jul 2004 21:38:21 +0100 (WEST) Received: from localhost (localhost [127.0.0.1]) by ciistr3.ist.utl.pt (Postfix) with ESMTP id 54A6E3403ED for ; Sat, 24 Jul 2004 21:38:21 +0100 (WEST) Received: from ciistr3.ist.utl.pt ([127.0.0.1]) by localhost (ciistr3 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01825-06 for ; Sat, 24 Jul 2004 21:38:21 +0100 (WEST) Received: from deq.ist.utl.pt (unknown [193.136.165.251]) by ciistr3.ist.utl.pt (Postfix) with ESMTP id DCDC33402DB for ; Sat, 24 Jul 2004 21:38:20 +0100 (WEST) Received: from localhost (localhost [127.0.0.1]) by deq.ist.utl.pt (Postfix) with ESMTP id D6F7B4432 for ; Sat, 24 Jul 2004 21:38:20 +0100 (WEST) Received: from deq.ist.utl.pt ([127.0.0.1]) by localhost (deq.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16204-06 for ; Sat, 24 Jul 2004 21:38:20 +0100 (WEST) Received: from mrna.ist.utl.pt (mRNA.ist.utl.pt [193.136.165.100]) by deq.ist.utl.pt (Postfix) with ESMTP id 9F5504135 for ; Sat, 24 Jul 2004 21:38:20 +0100 (WEST) Received: from localhost (localhost [127.0.0.1]) by mrna.ist.utl.pt (Postfix) with ESMTP id 4578241F1 for ; Sat, 24 Jul 2004 21:38:20 +0100 (WEST) Received: from mrna.ist.utl.pt ([127.0.0.1]) by localhost (ribossoma.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51047-03 for ; Sat, 24 Jul 2004 21:38:20 +0100 (WEST) Received: by mrna.ist.utl.pt (Postfix, from userid 80) id 1FD8C41EE; Sat, 24 Jul 2004 21:38:20 +0100 (WEST) Received: from 81.84.198.16 ([81.84.198.16]) by mrna.ist.utl.pt (IMP) with HTTP for ; Sat, 24 Jul 2004 21:38:19 +0100 Message-ID: <1090701499.4102c8bbbc3d7@mrna.ist.utl.pt> Date: Sat, 24 Jul 2004 21:38:19 +0100 From: Bruno Afonso To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.4 / FreeBSD-5.2.1 X-Originating-IP: 81.84.198.16 X-Virus-Scanned: by amavisd-new at ribossoma.ist.utl.pt X-Virus-Scanned: by amavisd-new at deq.ist.utl.pt X-Virus-Scanned: by amavisd-new at ist.utl.pt Subject: IMP breakage? 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, 24 Jul 2004 20:43:44 -0000 Hello, I have uninstalled php4 and re-installed the new php4 + extensions and installed the latest horde + imp. I can't see attachments now when I open the messages. Is this a known problem? My php.ini only includes the loaded extensions and some memory tweaks. Is there any missing php.ini config that I have missed? I notice each php4-extension now has a message, like PEAR so I'm afraid I may have missed some important one. :) thanks, -- BA From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 20:47:58 2004 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 4404616A4CE; Sat, 24 Jul 2004 20:47:58 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE52943D39; Sat, 24 Jul 2004 20:47:57 +0000 (GMT) (envelope-from lists@lonesome.com) Received: from [192.160.235.2] (cs242743-143.austin.rr.com [24.27.43.143]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id A060F148BF; Sat, 24 Jul 2004 15:47:57 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: freebsd-current@freebsd.org Date: Sat, 24 Jul 2004 15:47:36 -0500 User-Agent: KMail/1.6.2 References: <20040724150905.GA998@rogue.acs-et.com> In-Reply-To: <20040724150905.GA998@rogue.acs-et.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407241547.36154.lists@lonesome.com> cc: freebsd-ports@freebsd.org cc: Mike Makonnen Subject: Re: HEADS UP: change in ports rc.d script behaviour X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: linimon@lonesome.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:47:58 -0000 Please disregard my previous message ('Am I to assume ...') It was unnecessarily rude, and by the time it made it through the posting screening to -current, Joe had already handled the matter, and in a much more diplomatic fashion at that. I apologize. mcl From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 20:52:51 2004 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 F290016A4CE for ; Sat, 24 Jul 2004 20:52:50 +0000 (GMT) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F49B43D2F for ; Sat, 24 Jul 2004 20:52:50 +0000 (GMT) (envelope-from saem-ghani@shaw.ca) Received: from pd4mr1so.prod.shaw.ca (pd4mr1so-qfe3.prod.shaw.ca [10.0.141.212]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I1D00A9YINQE8@l-daemon> for ports@FreeBSD.org; Sat, 24 Jul 2004 14:38:14 -0600 (MDT) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd4mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I1D003RIINQ9P40@pd4mr1so.prod.shaw.ca> for ports@FreeBSD.org; Sat, 24 Jul 2004 14:38:14 -0600 (MDT) Received: from [192.168.1.97] (S0106000625c0aab4.vc.shawcable.net [24.87.35.3])2003)) with ESMTP id <0I1D00210INPRR@l-daemon> for ports@FreeBSD.org; Sat, 24 Jul 2004 14:38:14 -0600 (MDT) Date: Sat, 24 Jul 2004 13:34:56 -0700 From: Saem Ghani To: roman@ontographics.com Message-id: <200407241334.57181.saem-ghani@shaw.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.6.2 cc: ports@FreeBSD.org Subject: FreeBSD Port: sablevm-1.1.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: saem-ghani@shaw.ca List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 20:52:51 -0000 Hi Roman, I don't mean to be a nag, but I was wondering how things are going with upgrading the SableVM port to 1.1.6? I'm new to BSD in general, let alone freebsd, if there is something I'm missing like and easy way I could upgrade my local version of SableVM or possibly give you a hand, please, let me know. Thanks in advance. Warm regards. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 21:11:02 2004 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 7FEA216A4CE; Sat, 24 Jul 2004 21:11:02 +0000 (GMT) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BD543D1F; Sat, 24 Jul 2004 21:11:02 +0000 (GMT) (envelope-from johnmary@adelphia.net) Received: from 68-169-191-150.losaca.adelphia.net ([68.169.191.150]) by mta13.adelphia.netESMTP <20040724211101.BGCN28609.mta13.adelphia.net@68-169-191-150.losaca.adelphia.net>; Sat, 24 Jul 2004 17:11:01 -0400 Received: by 68-169-191-150.losaca.adelphia.net (Postfix, from userid 1001) id A0B7960E5; Sat, 24 Jul 2004 14:11:00 -0700 (PDT) Date: Sat, 24 Jul 2004 14:11:00 -0700 From: John Merryweather Cooper To: Alex Kapranoff Message-ID: <20040724211100.GA49136@68-169-191-150.losaca.adelphia.net> References: <20040724150905.GA998@rogue.acs-et.com> <41029BBC.3090405@rambler-co.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <41029BBC.3090405@rambler-co.ru> User-Agent: Mutt/1.4.2.1i Phone: 1-509-338-9391 WWW-Home-Page: http://www.borgsdemons.com/ X-PGP-Fingerprint: 0A03 6364 7933 C63C F9A1 377C BC14 817E 3361 B2B2 cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org cc: Mike Makonnen Subject: Re: HEADS UP: change in ports rc.d script behaviour 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, 24 Jul 2004 21:11:02 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Saturday, 24 July 2004 at 21:26:20 +0400, Alex Kapranoff wrote: >Mike Makonnen wrote: > >>20040724: >> The rc.d/loclpkg script now "does the right thing" with respect >> to ports rc.d scripts. The most disruptive change is that scripts >> ending in *.sh are sourced in the same shell as rc.d/localpkg (as >> opposed to a subshell) and may cause the script to end prematurely >> if a script calls exit. Some broken scripts may not recognize the >> 'fast' prefix to a command. The first problem can be fixed by sim= ply >> renaming the script so that it doesn't have a '.sh' ending. Anoth= er >> temporary work-arround is to completely remove the 'PROVIDE' line >> from the script. If you notice a broken ports rc.d script please >> notify the maintainer. Legacy scripts should not be affected. >> __FreeBSD_version bumped to 502124. >> >> >>This update to the rc.d/localpkg attempts to normalize the behaviour >>or ports rc.d scripts with that of the base system scripts. This may >>break your ports scripts. Please report any breakage to the port's >>maintainer so the script can be fixed. >> >What's the point of this change? What benefits do we get? >Sorry for ignorance. I can only see that from now on, if any of the=20 >startup scripts terminates abnormally, we'll get >a half-started system which in some cases could be extremely hard to repai= r. Well, while I respect the desire for cleanliness, architectural purity, etc= ., the reality is that rc.d/localpkg is already broken in -CURRENT for thos= e of us who startup CUPS and similar ports. EVERY reboot is a manual reboo= t for me under the current system (i.e., I have to ^C out of the final star= tup--because it stalls--and then run # /etc/rc.d/localpkg restart from root to get everything running again. So any change in a direction th= at makes things work on -CURRENT would be greatly appreciated. jmc --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAtBivBSBfjNhsrIRAusjAJ4nCMD41GB4tQXrg1OgDBAFSqHrogCffj35 Z20Jc37r+ehv4y4JXMUFnnM= =b5cy -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 21:17:28 2004 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 F31C016A4CE for ; Sat, 24 Jul 2004 21:17:27 +0000 (GMT) Received: from gw.pelleg.org (gw.pelleg.org [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id A901543D3F for ; Sat, 24 Jul 2004 21:17:27 +0000 (GMT) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.here (lank.wburn [192.168.3.41]) by gw.pelleg.org (Postfix) with ESMTP id 2477B5A53; Sat, 24 Jul 2004 17:17:22 -0400 (EDT) Received: by lank.here (Postfix, from userid 7675) id D0397D85; Sat, 24 Jul 2004 17:17:20 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16642.53728.759829.502797@localhost.localdomain> Date: Sat, 24 Jul 2004 17:17:20 -0400 To: Alexander Portnoy In-Reply-To: <20040724165349.5c2b53b7.my-subs@mail.ru> References: <20040724165349.5c2b53b7.my-subs@mail.ru> X-Mailer: VM 7.14 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg cc: Jesse Guardiani cc: freebsd-ports@freebsd.org cc: Brian Betts Subject: [PATCH] fix unison-2.9.20 linking error with ocaml-3.08 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Pelleg List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 21:17:28 -0000 Thank you for the patch. It apparently breaks the build if you use ocaml-3.07. I know people are working on backward-compatible patches, so I'm going to wait a bit until this matter clears up. Alexander Portnoy writes: From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 21:18:01 2004 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 1207416A4CE for ; Sat, 24 Jul 2004 21:18:01 +0000 (GMT) Received: from staff.tdk.net (tdk.net [194.239.134.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB93543D1F for ; Sat, 24 Jul 2004 21:17:59 +0000 (GMT) (envelope-from erwin@staff.tdk.net) Received: from lemur.staff.tdk.net (lemur.staff.tdk.net [10.253.2.251]) by staff.tdk.net (8.12.11/8.12.11) with ESMTP id i6OLHiLv093941 for ; Sat, 24 Jul 2004 23:17:44 +0200 (CEST) (envelope-from erwin@lemur.staff.tdk.net) Received: (from erwin@localhost) by lemur.staff.tdk.net (8.12.11/8.12.11/Submit) id i6OLHiDC093940 for ports@FreeBSD.org; Sat, 24 Jul 2004 23:17:44 +0200 (CEST) (envelope-from erwin) Date: Sat, 24 Jul 2004 23:17:44 +0200 (CEST) From: Erwin Lansing Message-Id: <200407242117.i6OLHiDC093940@lemur.staff.tdk.net> To: ports@FreeBSD.org Subject: INDEX build failed for 5.x 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, 24 Jul 2004 21:18:01 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait..perl: not found ===> deskutils/gdeskcal-skins failed *** Error code 1 perl: not found perl: not found ===> databases/dbview failed ===> audio/modplugplay failed *** Error code 1 perl: not found *** Error code 1 ===> devel/ZendOptimizer failed *** Error code 1 *** Error code 1 Stop in /usr/ports.clean. *** Error code 1 Stop in /usr/ports.clean. 4 errors Committers on the hook: demon mezz Most recent CVS update was: U INDEX U INDEX-5 P UPDATING P databases/phpmyadmin/Makefile P devel/p5-Module-Info/Makefile U devel/p5-Module-Info/distinfo P devel/p5-Proc-Simple/Makefile U devel/p5-Proc-Simple/distinfo P devel/p5-Proc-Simple/pkg-descr P mail/courier-imap/Makefile P mail/courier-imap/distinfo P net/phpldapadmin/Makefile P net/phpldapadmin/pkg-message P security/nessus/Makefile U security/nessus/distinfo P security/nessus-libnasl/Makefile U security/nessus-libnasl/distinfo P security/nessus-libraries/Makefile U security/nessus-libraries/distinfo P security/nessus-plugins/Makefile U security/nessus-plugins/distinfo P security/nessus-plugins/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 21:20:48 2004 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 4BC8F16A4CE for ; Sat, 24 Jul 2004 21:20:48 +0000 (GMT) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DFD43D4C for ; Sat, 24 Jul 2004 21:20:48 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 28FFB2282C; Sat, 24 Jul 2004 23:20:47 +0200 (CEST) Date: Sat, 24 Jul 2004 23:20:47 +0200 From: Erwin Lansing To: ports@FreeBSD.org Message-ID: <20040724212046.GL76119@droso.net> Mail-Followup-To: ports@FreeBSD.org References: <200407242117.i6OLHiDC093940@lemur.staff.tdk.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fnm8lRGFTVS/3GuM" Content-Disposition: inline In-Reply-To: <200407242117.i6OLHiDC093940@lemur.staff.tdk.net> X-Operating-System: FreeBSD/i386 5.2.1-RELEASE-p1 User-Agent: Mutt/1.5.6i Subject: Re: INDEX build failed for 5.x 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, 24 Jul 2004 21:20:48 -0000 --Fnm8lRGFTVS/3GuM Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 24, 2004 at 11:17:44PM +0200, Erwin Lansing wrote: > INDEX build failed with errors: > Generating INDEX-5 - please wait..perl: not found > =3D=3D=3D> deskutils/gdeskcal-skins failed > *** Error code 1 > perl: not found Whoops. This looks like a local error while testing some other ports. Sorry for the noice. -erwin --=20 _._ _,-'""`-._ Erwin Lansing (,-.`._,'( |\`-/| erwin@lansing.dk http://droso.org `-.-' \ )-`( , o o) erwin@FreeBSD.org -bf- `- \`_`"'- --Fnm8lRGFTVS/3GuM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAtKuqy9aWxUlaZARAmWIAKCoPA3z1Bjk3iUXxTkKMYh5BSRluwCg59Ay ADCocoLbVo91Fcga59eO3Xg= =JFlc -----END PGP SIGNATURE----- --Fnm8lRGFTVS/3GuM-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 22:06:44 2004 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 2932D16A4CE for ; Sat, 24 Jul 2004 22:06:44 +0000 (GMT) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B28B543D41 for ; Sat, 24 Jul 2004 22:06:42 +0000 (GMT) (envelope-from manuel@bredband.net) Received: from [192.168.1.100] ([213.113.242.105] [213.113.242.105]) by mxfep01.bredband.com with ESMTP id <20040724220638.HJPB23501.mxfep01.bredband.com@[192.168.1.100]>; Sun, 25 Jul 2004 00:06:38 +0200 From: Manuel Astudillo To: avleeuwen@piwebs.com Date: Sun, 25 Jul 2004 00:05:32 +0200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200407250005.32711.manuel@bredband.net> cc: ports@FreeBSD.org Subject: FreeBSD Port: ksmoothdock-3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: manuel@bredband.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 22:06:44 -0000 Hi, I just wanted to notify that the new version 3.5.1 has been released a while ago :) greets, Manuel. From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 22:50:00 2004 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 4FC1116A4CE for ; Sat, 24 Jul 2004 22:50:00 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE84F43D41 for ; Sat, 24 Jul 2004 22:49:58 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i6OMnsnU008037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Jul 2004 23:49:54 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6OMnsVW008036; Sat, 24 Jul 2004 23:49:54 +0100 (BST) (envelope-from matthew) Date: Sat, 24 Jul 2004 23:49:54 +0100 From: Matthew Seaman To: Rainer Duffner Message-ID: <20040724224954.GA7816@happy-idiot-talk.infracaninophile.co.uk> References: <1090700676.2790.182.camel@linux-mobile.example.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <1090700676.2790.182.camel@linux-mobile.example.net> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sat, 24 Jul 2004 23:49:54 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: ports@freebsd.org Subject: Re: archivers/pear-Archive-Tar makes portsdb -Uu break 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, 24 Jul 2004 22:50:00 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 24, 2004 at 10:24:37PM +0200, Rainer Duffner wrote: > Hi, >=20 > I have cvsuped to the latest and greatest and it seems that due to the > changes in the master-PHP-port, some things still don't work. >=20 > So when I run portsdb -Uu it doesn't run through: >=20 > ********* > Updating the ports index ... Generating INDEX.tmp - please > wait..pear-Archive_Tar-1.2: "/usr/ports/lang/php4-horde" non-existent -- > dependency list incomplete > =3D=3D=3D> archivers/pear-Archive_Tar failed > *** Error code 1 > ********* Hmmm... I saw this error early last week, but the problem was fixed several days ago. Try cvsup'ing again, and check that you have version 1.9 of the archivers/pear-Archive_Tar/Makefile =20 > There are probably more than these. INDEX builds prefectly well for me at the moment. There are other problems with the new PHP ports, but they are mostly intrinsic to PHP and not problems with the ports system itself. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAueSiD657aJF7eIRAqtBAJ9bu4MEP9A8q54Bjwvsu50GPI9SiwCeOLPb 8UTpxHn/1KdGBEMr9oakDoU= =Ml0E -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 22:53:58 2004 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 9032716A4CE for ; Sat, 24 Jul 2004 22:53:58 +0000 (GMT) Received: from bsd.ultra-secure.de (bsd.ultra-secure.de [62.146.20.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF12A43D41 for ; Sat, 24 Jul 2004 22:53:57 +0000 (GMT) (envelope-from rainer@ultra-secure.de) Received: (qmail 38078 invoked by uid 1005); 24 Jul 2004 22:53:56 -0000 Received: from rainer@ultra-secure.de by bsd.ultra-secure.de by uid 89 with qmail-scanner-1.21 (clamdscan: 0.72. spamassassin: 2.63. Clear:RC:1(217.232.218.193):. Processed in 0.144682 secs); 24 Jul 2004 22:53:56 -0000 Received: from unknown (HELO ?192.168.1.224?) (rainer@ultra-secure.de@217.232.218.193) by bsd.ultra-secure.de with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Jul 2004 22:53:56 -0000 Message-ID: <4102E949.9040001@ultra-secure.de> Date: Sun, 25 Jul 2004 00:57:13 +0200 From: Rainer Duffner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: de, de-de, en-us, en, de-at, de-li, de-ch MIME-Version: 1.0 To: Matthew Seaman References: <1090700676.2790.182.camel@linux-mobile.example.net> <20040724224954.GA7816@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040724224954.GA7816@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: archivers/pear-Archive-Tar makes portsdb -Uu break 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, 24 Jul 2004 22:53:58 -0000 Matthew Seaman wrote: >On Sat, Jul 24, 2004 at 10:24:37PM +0200, Rainer Duffner wrote: >> Hi, >> >> I have cvsuped to the latest and greatest and it seems that due to the >> changes in the master-PHP-port, some things still don't work. >> >> So when I run portsdb -Uu it doesn't run through: >> >> ********* >> Updating the ports index ... Generating INDEX.tmp - please >> wait..pear-Archive_Tar-1.2: "/usr/ports/lang/php4-horde" non-existent -- >> dependency list incomplete >> ===> archivers/pear-Archive_Tar failed >> *** Error code 1 >> ********* > >Hmmm... I saw this error early last week, but the problem was fixed >several days ago. Try cvsup'ing again, and check that you have >version 1.9 of the archivers/pear-Archive_Tar/Makefile > >> There are probably more than these. > >INDEX builds prefectly well for me at the moment. There are other >problems with the new PHP ports, but they are mostly intrinsic to PHP >and not problems with the ports system itself. > > Oh - I have v1.9. # $FreeBSD: ports/archivers/pear-Archive_Tar/Makefile,v 1.9 2004/05/08 16:14:55 thierry Exp $ What else could be the reason for this ? I've got this problem rather often with CURRENT - the server in question is 4_9p4 though. Does that matter ? cheers, Rainer -- =================================================== ~ Rainer Duffner - rainer@ultra-secure.de ~ ~ Freising - Munich - Germany ~ ~ Unix - Linux - BSD - OpenSource - Security ~ ~ http://www.ultra-secure.de/~rainer/pubkey.pgp ~ =================================================== From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 23:13:30 2004 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 EC33416A4CE for ; Sat, 24 Jul 2004 23:13:29 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E42243D39 for ; Sat, 24 Jul 2004 23:13:29 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i6ONDO1Y008231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jul 2004 00:13:24 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6ONDO8u008230; Sun, 25 Jul 2004 00:13:24 +0100 (BST) (envelope-from matthew) Date: Sun, 25 Jul 2004 00:13:24 +0100 From: Matthew Seaman To: Bruno Afonso Message-ID: <20040724231324.GB7816@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Bruno Afonso , freebsd-ports@freebsd.org References: <1090701499.4102c8bbbc3d7@mrna.ist.utl.pt> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xXmbgvnjoT4axfJE" Content-Disposition: inline In-Reply-To: <1090701499.4102c8bbbc3d7@mrna.ist.utl.pt> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 25 Jul 2004 00:13:24 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-3.7 required=5.0 tests=AWL,BAYES_00, NEW_DOMAIN_EXTENSIONS autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-ports@freebsd.org Subject: Re: IMP breakage? 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, 24 Jul 2004 23:13:30 -0000 --xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 24, 2004 at 09:38:19PM +0100, Bruno Afonso wrote: > I have uninstalled php4 and re-installed the new php4 + extensions and in= stalled > the latest horde + imp. I can't see attachments now when I open the messa= ges. Is > this a known problem? My php.ini only includes the loaded extensions and = some > memory tweaks. Is there any missing php.ini config that I have missed? I = notice > each php4-extension now has a message, like PEAR so I'm afraid I may have= missed > some important one. :) The imp / horde / turba group of ports hasn't yet been updated to account for the new PHP port structure. I think the maintainer is on holiday at the moment. However, most problems with PHP ports will be due to things being missing, rather than things being broken, so you can usually work-around the trouble by just installing the extra bits yourself. There's two areas you need to check on to make sure you get full functionality: i) PHP Extensions -- knowing which extensions should be installed depends on a detailed knowledge of the PHP code you're trying to run. So, for example according to the old php-horde port you need these extensions to run any of the imp / horde stuff: DOMXML FTP GETTEXT LDAP MCAL MCRYPT MYSQL (or some other RDBMS) SESSION (See: http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php4-horde/Att= ic/Makefile?rev=3D1.2&content-type=3Dtext/x-cvsweb-markup&only_with_tag=3DM= AIN) ii) PEAR modules -- in order to use PEAR at all, you need to install the devel/php4-pear port, as well as whichever pear-* ports are required. Ports that require PEAR modules should be modified to set the WANT_PHP_PEAR option, but that hasn't been appied to many of them yet. Setting it in /etc/make.conf for the time being is a good workaround. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --xXmbgvnjoT4axfJE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBAu0TiD657aJF7eIRAlsTAJ9H1CQlKdgSFd5NrmfwHK6deEhhXwCdEMcx b+r0kj5okJtzxh0qq3b8QcE= =jFgM -----END PGP SIGNATURE----- --xXmbgvnjoT4axfJE-- From owner-freebsd-ports@FreeBSD.ORG Sat Jul 24 23:48:11 2004 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 6249616A4CE for ; Sat, 24 Jul 2004 23:48:11 +0000 (GMT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB7C643D4C for ; Sat, 24 Jul 2004 23:48:08 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id C2A8B2BD42 for ; Sun, 25 Jul 2004 09:48:06 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id B512E511FA; Sun, 25 Jul 2004 09:18:04 +0930 (CST) Date: Sun, 25 Jul 2004 09:18:04 +0930 From: Greg 'groggy' Lehey To: ports@FreeBSD.org Message-ID: <20040724234804.GD78419@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Lg8eXa+brxrbjAbR" Content-Disposition: inline User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Subject: Problems building OpenOffice 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: Sat, 24 Jul 2004 23:48:11 -0000 --Lg8eXa+brxrbjAbR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've been trying for some time to build OpenOffice 1.1. I've done a number of attempts, including re-cvsupping, but in every case it fails while trying to build udkapi: Building project udkapi ============= /src/FreeBSD/ports/editors/openoffice-1.1/work/oo_1.1.1_src/udkapi/com/sun/star/corba/giop ... ------------------------------ Making: ../../../../../unxfbsd.pro/misc/cssgiop.dpc dmake subdmake=true -f makefile.mk product="full" depend=t ALLDPC Making : Dependencies rm -f ../../../../../unxfbsd.pro/ucr/cssgiop.db regmerge ../../../../../unxfbsd.pro/ucr/cssgiop.db UCR @/tmp/mkE2rlBH open registry "../../../../../unxfbsd.pro/ucr/cssgiop.db" failed dmake: Error code 255, while making '../../../../../unxfbsd.pro/ucr/cssgiop.db' dmake: '../../../../../unxfbsd.pro/ucr/cssgiop.db' removed. ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /src/FreeBSD/ports/editors/openoffice-1.1/work/oo_1.1.1_src/udkapi/com/sun/star/corba/giop dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /src/FreeBSD/ports/editors/openoffice-1.1. 23944.80 real 2451.41 user 652.54 sys And yes, including the build time is deliberate. This is on an Athlon XP 3200+. Has anybody else seen this? Any ideas? Greg -- Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --Lg8eXa+brxrbjAbR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFBAvU0IubykFB6QiMRAr6hAJ9eFzP92rsTjaec62Fnoj7rro3XqgCfc5v+ jmXeMnZUe8O/06BZ+sdq4Q8= =GruF -----END PGP SIGNATURE----- --Lg8eXa+brxrbjAbR--