From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 03:11:59 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53ECF37B401; Sun, 15 Jun 2003 03:11:59 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A38143FB1; Sun, 15 Jun 2003 03:11:58 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp (nadesico.ninth-nine.com [192.168.36.3]) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with SMTP id h5FABu1I038506; Sun, 15 Jun 2003 19:11:57 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 15 Jun 2003 19:11:56 +0900 (JST) Message-Id: <200306151011.h5FABu1I038506@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: ports@FreeBSD.org X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: marcus@FreeBSD.org Subject: Linux Plugin Wrapper (Upgrade from Linux Flash Plugin Wrapper) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Jun 2003 10:11:59 -0000 From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 03:22:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A4237B401; Sun, 15 Jun 2003 03:22:45 -0700 (PDT) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527D143F85; Sun, 15 Jun 2003 03:22:44 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp (nadesico.ninth-nine.com [192.168.36.3]) by nd250009.gab.xdsl.ne.jp (8.12.9/8.12.9/NinthNine) with SMTP id h5FAMg1I038752; Sun, 15 Jun 2003 19:22:43 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 15 Jun 2003 19:22:42 +0900 (JST) Message-Id: <200306151022.h5FAMg1I038752@nd250009.gab.xdsl.ne.jp> From: Norikatsu Shigemura To: ports@FreeBSD.org X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: marcus@FreeBSD.org Subject: Linux Plugin Wrapper (Upgrade from Linux Flash Plugin Wrapper) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Jun 2003 10:22:45 -0000 Hi Linux Flash Plugin Wrapper User! I recieved a report about Linux RealPlayer Plugin from Takahiro Igarashi. We can use Linux RealPlayer Plugin with native mozilla. I made a port for this included new feature. Please test this port. But, it's MIME type was registed audio/x-pn-realaudio-plugin. I don't know how to s/-plugin// :-(. And, we should think how to include mozilla's run-script and mplayerplugin(disable real feature). Please teach me solves. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # 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: # # linuxpluginwrapper # linuxpluginwrapper/Makefile # linuxpluginwrapper/files # linuxpluginwrapper/files/linux-ioctl.h # linuxpluginwrapper/files/pkg-message.in # linuxpluginwrapper/files/pluginwrapper.c # linuxpluginwrapper/pkg-descr # linuxpluginwrapper/pkg-plist # echo c - linuxpluginwrapper mkdir -p linuxpluginwrapper > /dev/null 2>&1 echo x - linuxpluginwrapper/Makefile sed 's/^X//' >linuxpluginwrapper/Makefile << 'END-of-linuxpluginwrapper/Makefile' X# New ports collection makefile for: linuxpluginwrapper X# Date Created: 2003-06-15 X# Whom: nork@FreeBSD.org X# X# $FreeBSD$ X# X XPORTNAME= linuxpluginwrapper XPORTVERSION= 20030615 XCATEGORIES= www linux XMASTER_SITES= # none XDISTFILES= # none X XMAINTAINER= nork@FreeBSD.org XCOMMENT= A wrapper allowing use of linux-plugin with native mozilla X XRUN_DEPENDS+= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin XRUN_DEPENDS+= ${LOCALBASE}/lib/RealPlayer8/rpnp.so:${PORTSDIR}/multimedia/linux-realplayer X XNO_WRKSUBDIR= YES X XUSE_XLIB= yes XONLY_FOR_ARCHS= i386 XPKGMESSAGE= ${WRKDIR}/pkg-message X X.include X X.ifdef WITH_JAVA XUSE_GCC= 3.2+ Xpre-everything: X @${ECHO_MSG} Please complie mozilla with USE_GCC=3.2. X.if defined(USE_GCC) && ${USE_GCC} == 3.2+ && ${OSVERSION} < 500039 XCC= gcc32 XCXX= g++32 XBUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 XMAKE_ENV+= CC=${CC} CXX=${CXX} X.endif X.else Xpre-everything: X @${ECHO_MSG} "If you use native java plugin on 4-stable (this limitaion" X @${ECHO_MSG} "was brought by java/jdk13), please compile with USE_JAVA" X @${ECHO_MSG} "and mozilla with USE_GCC=3.2." X.endif X Xdo-fetch: X @${DO_NADA} X Xdo-build: X ${CC} -shared -o ${WRKSRC}/pluginwrapper.so \ X -fpic ${CFLAGS} ${PTHREAD_CFLAGS} -I${FILESDIR} \ X ${FILESDIR}/pluginwrapper.c \ X -L${X11BASE}/lib -R${X11BASE}/lib -lXt X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/pluginwrapper.so ${PREFIX}/lib/ X @${SED} -e 's,%%PREFIX%%,${PREFIX},' \ X -e 's,%%LOCALBASE%%,${LOCALBASE},' \ X -e 's,%%X11BASE%%,${X11BASE},' \ X ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} X @${LN} -sf ${PREFIX}/lib/flash/ShockwaveFlash.class ${X11BASE}/lib/browser_plugins/ X @${LN} -sf ${PREFIX}/lib/flash/libflashplayer.so ${X11BASE}/lib/browser_plugins/ X @${LN} -sf ${PREFIX}/lib/RealPlayer8/rpnp.so ${X11BASE}/lib/browser_plugins/ X @${LN} -sf ${PREFIX}/lib/RealPlayer8/raclass.zip ${X11BASE}/lib/browser_plugins/ X @${CAT} ${PKGMESSAGE} X X.include END-of-linuxpluginwrapper/Makefile echo c - linuxpluginwrapper/files mkdir -p linuxpluginwrapper/files > /dev/null 2>&1 echo x - linuxpluginwrapper/files/linux-ioctl.h sed 's/^X//' >linuxpluginwrapper/files/linux-ioctl.h << 'END-of-linuxpluginwrapper/files/linux-ioctl.h' X/*- X * Copyright (c) 2002-2003 Norikatsu Shigemura X * All rights reserved. X * X * Redistribution and use in source and binary forms, with or without X * modification, are permitted provided that the following conditions X * are met: X * 1. Redistributions of source code must retain the above copyright X * notice, this list of conditions and the following disclaimer. X * 2. Redistributions in binary form must reproduce the above copyright X * notice, this list of conditions and the following disclaimer in the X * documentation and/or other materials provided with the distribution. X * X * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X * SUCH DAMAGE. X * X */ X X#ifndef __LINUX_IOCTL__ X#define __LINUX_IOCTL__ X X X/******************************************************************************/ X#if defined(__i386__) X X#define _LINUX_IOC_NRBITS 8 X#define _LINUX_IOC_TYPEBITS 8 X#define _LINUX_IOC_SIZEBITS 14 X#define _LINUX_IOC_DIRBITS 2 X X#else X X#error NOT SUPPORT ARCHITECTURE X X#endif X X X/******************************************************************************/ X#define _LINUX_IOC_NRMASK ( (1 << _IOC_NRBITS ) - 1 ) X#define _LINUX_IOC_TYPEMASK ( (1 << _IOC_TYPEBITS) - 1 ) X#define _LINUX_IOC_SIZEMASK ( (1 << _IOC_SIZEBITS) - 1 ) X#define _LINUX_IOC_DIRMASK ( (1 << _IOC_DIRBITS ) - 1 ) X X#define _LINUX_IOC_NRSHIFT 0 X#define _LINUX_IOC_TYPESHIFT (_LINUX_IOC_NRSHIFT + _LINUX_IOC_NRBITS) X#define _LINUX_IOC_SIZESHIFT (_LINUX_IOC_TYPESHIFT + _LINUX_IOC_TYPEBITS) X#define _LINUX_IOC_DIRSHIFT (_LINUX_IOC_SIZESHIFT + _LINUX_IOC_SIZEBITS) X X#define _LINUX_IOC_NONE 0U X#define _LINUX_IOC_WRITE 1U X#define _LINUX_IOC_READ 2U X X X/******************************************************************************/ X#define _LINUX_IOC(dir, type, nr, size) \ X ( ( (dir) << _LINUX_IOC_DIRSHIFT ) | \ X ( (type) << _LINUX_IOC_TYPESHIFT ) | \ X ( (nr) << _LINUX_IOC_NRSHIFT ) | \ X ( (size) << _LINUX_IOC_SIZESHIFT ) ) X X#define _LINUX_IO(type, nr) \ X _LINUX_IOC(_LINUX_IOC_NONE, (type), (nr), 0) X#define _LINUX_IOR(type, nr, size) \ X _LINUX_IOC(_LINUX_IOC_READ, (type), (nr), sizeof(size)) X#define _LINUX_IOW(type, nr, size) \ X _LINUX_IOC(_LINUX_IOC_WRITE, (type), (nr), sizeof(size)) X#define _LINUX_IOWR(type, nr, size) \ X _LINUX_IOC(_LINUX_IOC_READ|_LINUX_IOC_WRITE, (type), (nr), sizeof(size)) X X X/******************************************************************************/ X#if 0 X Xtypedef struct linux_audio_buf_info { X int fragments; X int fragstotal; X int fragsize; X int bytes; X} linux_audio_buf_info; X Xtypedef struct linux_count_info { X int bytes; X int blocks; X int ptr; X} linux_count_info; X Xtypedef struct linux_buffmem_desc { X unsigned *buffer; X int size; X} linux_buffmem_desc; X X#else X X/* XXX: assume that Linux's 'struct linux_*' is same FreeBSD's one */ X X#define linux_audio_buf_info audio_buf_info X#define linux_count_info count_info X#define linux_buffmem_desc buffmem_desc X X#endif X X X/******************************************************************************/ X#define LINUX_SNDCTL_DSP_RESET _LINUX_IO ('P', 0) X#define LINUX_SNDCTL_DSP_SYNC _LINUX_IO ('P', 1) X#define LINUX_SNDCTL_DSP_SPEED _LINUX_IOWR('P', 2, int) X#define LINUX_SOUND_PCM_READ_RATE _LINUX_IOR ('P', 2, int) X#define LINUX_SNDCTL_DSP_STEREO _LINUX_IOWR('P', 3, int) X#define LINUX_SNDCTL_DSP_GETBLKSIZE _LINUX_IOWR('P', 4, int) X#define LINUX_SOUND_PCM_READ_BITS _LINUX_IOR ('P', 5, int) X#define LINUX_SNDCTL_DSP_SETFMT _LINUX_IOWR('P', 5, int) X#define LINUX_SNDCTL_DSP_CHANNELS _LINUX_IOWR('P', 6, int) X#define LINUX_SOUND_PCM_READ_CHANNELS _LINUX_IOR ('P', 6, int) X#define LINUX_SOUND_PCM_WRITE_FILTER _LINUX_IOWR('P', 7, int) X#define LINUX_SOUND_PCM_READ_FILTER _LINUX_IOR ('P', 7, int) X#define LINUX_SNDCTL_DSP_POST _LINUX_IO ('P', 8) X#define LINUX_SNDCTL_DSP_SUBDIVIDE _LINUX_IOWR('P', 9, int) X#define LINUX_SNDCTL_DSP_SETFRAGMENT _LINUX_IOWR('P', 10, int) X#define LINUX_SNDCTL_DSP_GETFMTS _LINUX_IOR ('P', 11, int) X#define LINUX_SNDCTL_DSP_GETOSPACE _LINUX_IOR ('P', 12, linux_audio_buf_info) X#define LINUX_SNDCTL_DSP_GETISPACE _LINUX_IOR ('P', 13, linux_audio_buf_info) X#define LINUX_SNDCTL_DSP_NONBLOCK _LINUX_IO ('P', 14) X#define LINUX_SNDCTL_DSP_GETCAPS _LINUX_IOR ('P', 15, int) X#define LINUX_SNDCTL_DSP_GETTRIGGER _LINUX_IOR ('P', 16, int) X#define LINUX_SNDCTL_DSP_SETTRIGGER _LINUX_IOW ('P', 16, int) X#define LINUX_SNDCTL_DSP_GETIPTR _LINUX_IOR ('P', 17, linux_count_info) X#define LINUX_SNDCTL_DSP_GETOPTR _LINUX_IOR ('P', 18, linux_count_info) X#define LINUX_SNDCTL_DSP_MAPINBUF _LINUX_IOR ('P', 19, linux_buffmem_desc) X#define LINUX_SNDCTL_DSP_MAPOUTBUF _LINUX_IOR ('P', 20, linux_buffmem_desc) X#define LINUX_SNDCTL_DSP_SETSYNCRO _LINUX_IO ('P', 21) X#define LINUX_SNDCTL_DSP_SETDUPLEX _LINUX_IO ('P', 22) X#define LINUX_SNDCTL_DSP_GETODELAY _LINUX_IOR ('P', 23, int) X#define LINUX_SNDCTL_DSP_PROFILE _LINUX_IOW ('P', 23, int) X#define LINUX_SNDCTL_DSP_GETCHANNELMASK _LINUX_IOWR('P', 64, int) X#define LINUX_SNDCTL_DSP_BIND_CHANNEL _LINUX_IOWR('P', 65, int) X#define LINUX_SNDCTL_DSP_SETSPDIF _LINUX_IOW ('P', 66, int) X#define LINUX_SNDCTL_DSP_GETSPDIF _LINUX_IOR ('P', 67, int) X X X/******************************************************************************/ X#define DSP_DEVICE "/dev/dsp" X X X#endif /* __LINUX_IOCTL__ */ END-of-linuxpluginwrapper/files/linux-ioctl.h echo x - linuxpluginwrapper/files/pkg-message.in sed 's/^X//' >linuxpluginwrapper/files/pkg-message.in << 'END-of-linuxpluginwrapper/files/pkg-message.in' XIf you are using a Mozilla browser, you first need to copy the linux Xflash plugin into the mozilla plugins directory: X X# cp %%LOCALBASE%%/lib/flash/libflashplayer.so \ X %%X11BASE%%/lib/browser_plugins/libflashplayer_linux.so X# cp %%LOCALBASE%%/lib/flash/ShockwaveFlash.class \ X %%X11BASE%%/lib/browser_plugins/ X XNext, change the Mozilla startup script, %%X11BASE%%/bin/mozilla Xto have: X XLD_PRELOAD=%%PREFIX%%/lib/libflashplayer.so.1 Xexport LD_PRELOAD X Xat the top of it (but after #!/bin/sh). Now start mozilla and go to X'about:plugins' and the flash plugin is enabled! END-of-linuxpluginwrapper/files/pkg-message.in echo x - linuxpluginwrapper/files/pluginwrapper.c sed 's/^X//' >linuxpluginwrapper/files/pluginwrapper.c << 'END-of-linuxpluginwrapper/files/pluginwrapper.c' X/*- X * Copyright (c) 2002-2003 Norikatsu Shigemura X * All rights reserved. X * X * Redistribution and use in source and binary forms, with or without X * modification, are permitted provided that the following conditions X * are met: X * 1. Redistributions of source code must retain the above copyright X * notice, this list of conditions and the following disclaimer. X * 2. Redistributions in binary form must reproduce the above copyright X * notice, this list of conditions and the following disclaimer in the X * documentation and/or other materials provided with the distribution. X * X * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND X * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE X * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE X * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE X * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS X * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) X * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT X * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY X * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF X * SUCH DAMAGE. X * X */ X X#define DEV_SND_MAJOR 30 X#define ENV_DSPDEV "MOZILLA_DSP_DEVICE" X#define ENV_DISABLER "MOZILLA_DSP_HACK_DISABLE" X X X/* X * X */ X#define extern_alias(type, var, orgvar) \ X extern type var __attribute__ ( (alias(#orgvar)) ); \ X __asm__(".comm " #var ", 4, 4") X X X/* X * X */ X#include X#include X#include X#include X#include X#include X#include X#include X#include X#include X#include X#include "linux-ioctl.h" X X X/* X * X */ X#ifdef DEBUG X# define dprintf(str, ...) fprintf(stderr, str "\n" ,##__VA_ARGS__) X#else X# define dprintf(str, ...) /* NOTHING TO DO */ X#endif X X X/* X * X */ X#if __FreeBSD_version < 400000 X# include X# include X# define ioctl(d, r, a) _thread_sys_ioctl(d, r, void *args) X# define open(p, f, m) _thread_sys_open(p, f, void *args) X# define close(d) _thread_sys_open(d) X# define _open(p, f, ...) syscall(SYS_fhopen, d, r ,##__VA_ARGS__) X# define _ioctl(d, r, ...) syscall(SYS_ioctl, d, r ,##__VA_ARGS__) X# define _close(d) syscall(SYS_close, d) X# define va_list int X# define va_start(a, r) /* NOTHING TO DO */ X# define va_arg(a, t) (args) X# define va_end(a) /* NOTHING TO DO */ X#else X# include X# include X#endif X X X/* X * X */ Xstatic struct dsp_fd_type { X int fd; /* File Descriptor: < 0 not available */ X int linux_ioctl_request; /* Linux ioctl requirement is true */ X} dsp_fd_type = { X -1, X 0, X}; X X X/* X * X */ X#define FORCE_CLEAR_LD_PRELOAD if( !init_done ) unsetenv("LD_PRELOAD") Xstatic int init_done = 0; X X X/* X * X */ Xint Xopen(const char *path, int flags, .../* mode_t mode */) X{ X int ret; X va_list ap; X const char *name = NULL; X X va_start(ap, flags); X X FORCE_CLEAR_LD_PRELOAD; /* XXX: force clear (X_X) */ X X if( strncmp(path, DSP_DEVICE, sizeof(DSP_DEVICE) - 1) == 0 ) { X if( dsp_fd_type.fd >= 0 ) { X return dsp_fd_type.fd; /* XXX: really? */ X } X if( ( name = getenv(ENV_DSPDEV) ) != NULL ) { X struct stat st; X if( stat(name, &st) == 0 X && ( S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode) ) X && major(st.st_rdev) == DEV_SND_MAJOR ) { X path = name; X } X } X name = path; /* name IS NOT NULL for future use */ X } X X if( flags & O_CREAT ) { X ret = _open(path, flags, va_arg(ap, mode_t*)); X } else { X ret = _open(path, flags); X } X X dprintf("OPEN(%d) open(%s, 0x%08X)", ret, path, flags); X X if( name ) { X dsp_fd_type.fd = ret; X dsp_fd_type.linux_ioctl_request = 0; X } X X va_end(ap); X X return ret; X} X X X/* X * X */ Xint Xioctl(int d, unsigned long request, ...) X{ X int ret; X va_list ap; X X va_start(ap, request); X X FORCE_CLEAR_LD_PRELOAD; /* XXX: force clear (X_X) */ X X if( d == dsp_fd_type.fd ) { X switch( request ) { X X#define SND_IOCTL_0( linuxctl, ...) \ X case linuxctl: \ X dprintf(#linuxctl); \ X dsp_fd_type.linux_ioctl_request = 1; \ X errno = ENOSYS; \ X ret = -1; \ X break X X#define SND_IOCTL_1(bsdctl, linuxctl, ...) \ X case bsdctl: \ X ret = _ioctl(d, bsdctl ,##__VA_ARGS__); \ X break X X#define SND_IOCTL_2(bsdctl, linuxctl, ...) \ X case linuxctl: \ X dprintf(#linuxctl); \ X dsp_fd_type.linux_ioctl_request = 1; \ X /* FALLTHROUGH */ \ X case bsdctl: \ X ret = _ioctl(d, bsdctl ,##__VA_ARGS__); \ X break X X SND_IOCTL_2(SNDCTL_DSP_RESET, LINUX_SNDCTL_DSP_RESET ); X SND_IOCTL_2(SNDCTL_DSP_SYNC, LINUX_SNDCTL_DSP_SYNC ); X SND_IOCTL_1(SNDCTL_DSP_SPEED, LINUX_SNDCTL_DSP_SPEED, va_arg(ap, int*)); X SND_IOCTL_2(SOUND_PCM_READ_RATE, LINUX_SOUND_PCM_READ_RATE, va_arg(ap, int*)); X SND_IOCTL_1(SNDCTL_DSP_STEREO, LINUX_SNDCTL_DSP_STEREO, va_arg(ap, int*)); X SND_IOCTL_2(SNDCTL_DSP_GETBLKSIZE, LINUX_SNDCTL_DSP_GETBLKSIZE, va_arg(ap, int*)); X SND_IOCTL_2(SOUND_PCM_READ_BITS, LINUX_SOUND_PCM_READ_BITS, va_arg(ap, int*)); X SND_IOCTL_1(SNDCTL_DSP_SETFMT, LINUX_SNDCTL_DSP_SETFMT, va_arg(ap, int*)); X SND_IOCTL_1(SNDCTL_DSP_CHANNELS, LINUX_SNDCTL_DSP_CHANNELS, va_arg(ap, int*)); X SND_IOCTL_2(SOUND_PCM_READ_CHANNELS, LINUX_SOUND_PCM_READ_CHANNELS, va_arg(ap, int*)); X SND_IOCTL_1(SOUND_PCM_WRITE_FILTER, LINUX_SOUND_PCM_WRITE_FILTER, va_arg(ap, int*)); X SND_IOCTL_2(SOUND_PCM_READ_FILTER, LINUX_SOUND_PCM_READ_FILTER, va_arg(ap, int*)); X SND_IOCTL_1(SNDCTL_DSP_POST, LINUX_SNDCTL_DSP_POST ); X SND_IOCTL_1(SNDCTL_DSP_SUBDIVIDE, LINUX_SNDCTL_DSP_SUBDIVIDE, va_arg(ap, int*)); X SND_IOCTL_1(SNDCTL_DSP_SETFRAGMENT, LINUX_SNDCTL_DSP_SETFRAGMENT, va_arg(ap, int*)); X SND_IOCTL_2(SNDCTL_DSP_GETFMTS, LINUX_SNDCTL_DSP_GETFMTS, va_arg(ap, int*)); X SND_IOCTL_2(SNDCTL_DSP_GETOSPACE, LINUX_SNDCTL_DSP_GETOSPACE, va_arg(ap, linux_audio_buf_info*)); X SND_IOCTL_2(SNDCTL_DSP_GETISPACE, LINUX_SNDCTL_DSP_GETISPACE, va_arg(ap, linux_audio_buf_info*)); X SND_IOCTL_2(SNDCTL_DSP_NONBLOCK, LINUX_SNDCTL_DSP_NONBLOCK ); X SND_IOCTL_2(SNDCTL_DSP_GETCAPS, LINUX_SNDCTL_DSP_GETCAPS, va_arg(ap, int*)); X SND_IOCTL_2(SNDCTL_DSP_GETTRIGGER, LINUX_SNDCTL_DSP_GETTRIGGER, va_arg(ap, int*)); X SND_IOCTL_2(SNDCTL_DSP_GETIPTR, LINUX_SNDCTL_DSP_GETIPTR, va_arg(ap, linux_count_info*)); X SND_IOCTL_2(SNDCTL_DSP_GETOPTR, LINUX_SNDCTL_DSP_GETOPTR, va_arg(ap, linux_count_info*)); X SND_IOCTL_2(SNDCTL_DSP_MAPINBUF, LINUX_SNDCTL_DSP_MAPINBUF, va_arg(ap, linux_buffmem_desc*)); X SND_IOCTL_2(SNDCTL_DSP_MAPOUTBUF, LINUX_SNDCTL_DSP_MAPOUTBUF, va_arg(ap, linux_buffmem_desc*)); X SND_IOCTL_2(SNDCTL_DSP_SETSYNCRO, LINUX_SNDCTL_DSP_SETSYNCRO ); X SND_IOCTL_2(SNDCTL_DSP_SETDUPLEX, LINUX_SNDCTL_DSP_SETDUPLEX ); X X case LINUX_SNDCTL_DSP_GETODELAY: X dprintf("LINUX_SNDCTL_DSP_GETODELAY"); X dsp_fd_type.linux_ioctl_request = 1; X ret = _ioctl(d, SNDCTL_DSP_GETODELAY ,va_arg(ap, int*)); X break; X X case SNDCTL_DSP_GETODELAY/* LINUX_SNDCTL_DSP_PROFILE */: X if( dsp_fd_type.linux_ioctl_request ) { X errno = ENOSYS; X ret = -1; X } else { X ret = _ioctl(d, SNDCTL_DSP_GETODELAY ,va_arg(ap, int*)); X } X break; X X SND_IOCTL_0( LINUX_SNDCTL_DSP_GETCHANNELMASK, va_arg(ap, int*)); X SND_IOCTL_0( LINUX_SNDCTL_DSP_BIND_CHANNEL, va_arg(ap, int*)); X SND_IOCTL_0( LINUX_SNDCTL_DSP_SETSPDIF, va_arg(ap, int*)); X SND_IOCTL_0( LINUX_SNDCTL_DSP_GETSPDIF, va_arg(ap, int*)); X X#undef SND_IOCTL_2 X#undef SND_IOCTL_1 X#undef SND_IOCTL_0 X X default: X dprintf("maybe native request: %08X", request); X ret = _ioctl(d, request, va_arg(ap, void*)); X break; X } X } else { X ret = _ioctl(d, request, va_arg(ap, void*)); X } X X va_end(ap); X X return ret; X} X X/* X * X */ Xint Xclose(int d) X{ X if( dsp_fd_type.fd == d ) { X dsp_fd_type.fd = -1; X } X X dprintf("CLOSE(%d)", d); X X return _close(d); X} X X X/* X * X */ Xconst unsigned short int *__ctype_b; X X/* X * X */ X#if 1 Xextern_alias(char **, __environ, environ); X#else Xextern char **__environ __attribute__ ( (alias("environ")) ); X__asm__(".comm __environ, 4, 4"); X#endif X X X/* X * This is used by brk(2), sbrk(2). But FreeBSD's these is different from X * Linux's these. Therefore, this is dummy variable. X */ X X#if 1 Xvoid *___brk_addr = NULL; X#else Xvoid *__curbrk = NULL; Xextern FILE *___brk_addr __attribute__ ( (alias("__curbrk")) ); X#endif X X X/* X * X */ Xlong int X__strtol_internal(const char *nptr, char **endptr, int base, int group) X{ X return strtol(nptr, endptr, base); X} X X X/* X * X */ X#undef stderr X#if __FreeBSD_version >= 500022 || \ X (470101 <= __FreeBSD_version && __FreeBSD_version < 500000) X#if 1 Xextern_alias(FILE*, stderr, __stderrp); X#else Xextern FILE *stderr __attribute__ ( (alias("__stderrp")) ); X__asm__(".comm stderr, 4, 4"); X#endif X#else XFILE *stderr = &_sF[2]; X#endif X X X#if __GNUC__ > 2 X X/* X * __builtin_vec_new, __builtin_vec_delete are in gcc 2.95.4's libgcc.a. X * But there are not in new gcc (3.0 or later?). X */ X Xvoid * X__builtin_vec_new(size_t sz /* XXX: std::nothrow_t& nothrow */) X{ X void *p; X X if( sz == 0 ) X sz = 1; X X p = malloc(sz); X X /* XXX: ERROR HANDLER is not available */ X X return p; X} X Xvoid X__builtin_vec_delete(void *ptr) X{ X if( ptr ) X free(ptr); X} X Xvoid X__pure_virtual(void) X{ X#define MESSAGE "pure virtual method called\n" X write(2, MESSAGE, sizeof (MESSAGE) - 1); X#undef MESSAGE X} X#endif END-of-linuxpluginwrapper/files/pluginwrapper.c echo x - linuxpluginwrapper/pkg-descr sed 's/^X//' >linuxpluginwrapper/pkg-descr << 'END-of-linuxpluginwrapper/pkg-descr' XA wrapper that allows the use of the Linux flash plugin to work with Xa FreeBSD-native binary of mozilla. END-of-linuxpluginwrapper/pkg-descr echo x - linuxpluginwrapper/pkg-plist sed 's/^X//' >linuxpluginwrapper/pkg-plist << 'END-of-linuxpluginwrapper/pkg-plist' Xlib/pluginwrapper.so X@unexec /bin/rm -f %%X11BASE%%/browser_plugins/raclass.zip X@unexec /bin/rm -f %%X11BASE%%/browser_plugins/rpnp.so X@unexec /bin/rm -f %%X11BASE%%/browser_plugins/ShockwaveFlash.class X@unexec /bin/rm -f %%X11BASE%%/browser_plugins/libflashplayer.so X@exec /bin/ln -sf %D/lib/flash/libflashplayer.so %%X11BASE%%/browser_plugins/ X@exec /bin/ln -sf %D/lib/flash/ShockwaveFlash.class %%X11BASE%%/browser_plugins/ X@exec /bin/ln -sf %D/lib/lib/RealPlayer8/rpnp.so %%X11BASE%%/browser_plugins/ X@exec /bin/ln -sf %D/lib/lib/RealPlayer8/raclass.zip %%X11BASE%%/browser_plugins/ END-of-linuxpluginwrapper/pkg-plist exit From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 05:02:06 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BF037B401 for ; Sun, 15 Jun 2003 05:02:06 -0700 (PDT) Received: from carrick.bishnet.net (carrick.bishnet.net [217.204.9.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A32943F93 for ; Sun, 15 Jun 2003 05:02:05 -0700 (PDT) (envelope-from tdb@carrick.bishnet.net) Received: from tdb by carrick.bishnet.net with local (Exim 4.20) id 19RWCv-000I6G-3i; Sun, 15 Jun 2003 13:02:01 +0100 Date: Sun, 15 Jun 2003 13:02:01 +0100 From: Tim Bishop To: Paul Chvostek Message-ID: <20030615120201.GD22190@carrick.bishnet.net> References: <20030612222636.GA27898@mail.it.ca> <20030615035421.GA83994@mail.it.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030615035421.GA83994@mail.it.ca> User-Agent: Mutt/1.4.1i X-PGP-Key: 0x5AE7D984 X-PGP-Fingerprint: 1453 086E 9376 1A50 ECF6 AE05 7DCE D659 5AE7 D984 Sender: "T.D.Bishop" X-Bishnet-MailScanner-Information: Contact postmaster@bishnet.net X-Bishnet-MailScanner-VirusCheck: Found to be clean cc: freebsd-ports@freebsd.org Subject: Re: portlint's FATAL warnings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Jun 2003 12:02:06 -0000 On Sat, Jun 14, 2003 at 11:54:21PM -0400, Paul Chvostek wrote: > The HTML file contains usage examples and hints that aren't included in > the man page or elsewhere in the dist tarball (which is versioned). > > Any other suggestions? Have you tried asking the author to include it in the distribution in some form? It could be the simplest solution... Tim. -- Tim Bishop http://www.bishnet.net/tim PGP Key: 0x5AE7D984 From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 07:29:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB8837B401 for ; Sun, 15 Jun 2003 07:29:50 -0700 (PDT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7189343F93 for ; Sun, 15 Jun 2003 07:29:49 -0700 (PDT) (envelope-from bzeeb-lists@zabbadoz.net) Received: from localhost (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id E02CE1FFFB8 for ; Sun, 15 Jun 2003 16:29:47 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id A44871FFFBA; Sun, 15 Jun 2003 16:29:46 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id BB04B153A1; Sun, 15 Jun 2003 14:21:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id B107B15384 for ; Sun, 15 Jun 2003 14:21:03 +0000 (UTC) Date: Sun, 15 Jun 2003 14:21:03 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: freebsd-ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020300 Subject: Please close PR ports/50898 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Jun 2003 14:29:51 -0000 Hi, abcde patches have been merged into base tree and an updated port has been commited. so please close ports/50898. Thanks. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/ From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 16:08:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF8637B401 for ; Sun, 15 Jun 2003 16:08:28 -0700 (PDT) Received: from krusty.dt.e-technik.uni-dortmund.de (krusty.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AE543F85 for ; Sun, 15 Jun 2003 16:08:26 -0700 (PDT) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])DDB03A381D for ; Mon, 16 Jun 2003 01:08:24 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 9D85A66478; Mon, 16 Jun 2003 01:08:16 +0200 (CEST) To: freebsd-ports@freebsd.org From: Matthias Andree Date: Mon, 16 Jun 2003 01:08:16 +0200 Message-ID: User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: reviving rp-pppoe X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Jun 2003 23:08:29 -0000 --=-=-= Hi, as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is spoiled and PPPoE no longer works (ppp can't open the device, complaining about wrong netgraph node type, wants ether, gets socket), I've reanimated the net/rp-pppoe port, shar attached. I've stripped any conflicting stuff (i. e. pppoe-sniff), and I have only tested using the "pppoe" program with "ppp", sample config: (Only the set device line is different, it used to be "set device PPPoE:xl2".) tdsl-rp: set device "!/usr/local/sbin/pppoe -Ixl2" set authname "000871111111111111111111#0001@t-online.de" set authkey "22222222" add default HISADDR set dial set login set timeout 0 Replace xl2 by the name of the interface that the ADSL modem is attached to. I'm using "ppp -quiet -nat -ddial tdsl-rp" to start this. Server mode is totally untested. As I'm unaware of how a port from the Attic is revived, I'm just attaching the shar of the port (no PR has been sent yet). -- Matthias Andree --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 16:37:09 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 995B537B401 for ; Sun, 15 Jun 2003 16:37:09 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D0B8C43FD7 for ; Sun, 15 Jun 2003 16:37:07 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 8727 invoked by uid 65534); 15 Jun 2003 23:37:06 -0000 Received: from pD950A2E5.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.80.162.229) by mail.gmx.net (mp013) with SMTP; 16 Jun 2003 01:37:06 +0200 Received: from gmx.net (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h5FNb3RY001012 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 16 Jun 2003 01:37:04 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) Message-ID: <3EED031F.1060505@gmx.net> Date: Mon, 16 Jun 2003 01:37:03 +0200 From: Michael Nottebrock User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: de-de, de MIME-Version: 1.0 To: Matthias Andree References: X-Enigmail-Version: 0.71.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: freebsd-current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: reviving rp-pppoe X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Jun 2003 23:37:09 -0000 Matthias Andree schrieb: > Hi, > > as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is > spoiled and PPPoE no longer works Isn't this supposed to be fixed by the backouts of the c-standard related changes to bsd.sys.mk? -- Michael Nottebrock From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 17:13:03 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A9AF37B404; Sun, 15 Jun 2003 17:13:03 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9334143FAF; Sun, 15 Jun 2003 17:13:02 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 69FEF66B9B; Sun, 15 Jun 2003 17:13:02 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 4D451B7A; Sun, 15 Jun 2003 17:13:02 -0700 (PDT) Date: Sun, 15 Jun 2003 17:13:02 -0700 From: Kris Kennaway To: Michael Nottebrock Message-ID: <20030616001302.GD32125@rot13.obsecurity.org> References: <3EED031F.1060505@gmx.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pZs/OQEoSSbxGlYw" Content-Disposition: inline In-Reply-To: <3EED031F.1060505@gmx.net> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Matthias Andree cc: freebsd-ports@freebsd.org Subject: Re: reviving rp-pppoe X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 00:13:03 -0000 --pZs/OQEoSSbxGlYw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 16, 2003 at 01:37:03AM +0200, Michael Nottebrock wrote: > Matthias Andree schrieb: > >Hi, > > > >as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is > >spoiled and PPPoE no longer works=20 >=20 > Isn't this supposed to be fixed by the backouts of the c-standard=20 > related changes to bsd.sys.mk? Yes. Kris --pZs/OQEoSSbxGlYw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7QuNWry0BWjoQKURAj7LAKDFK5xk7Mt8ojh4p/3e/UPMTcfUhgCggz/f qsO/dgNGEV5IIgqzqTiVtvA= =13I8 -----END PGP SIGNATURE----- --pZs/OQEoSSbxGlYw-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 17:53:14 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8555437B401 for ; Sun, 15 Jun 2003 17:53:14 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D1AC43F75 for ; Sun, 15 Jun 2003 17:53:14 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D3EA566B9B for ; Sun, 15 Jun 2003 17:53:13 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id B5A81B78; Sun, 15 Jun 2003 17:53:13 -0700 (PDT) Date: Sun, 15 Jun 2003 17:53:13 -0700 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20030616005313.GA34300@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Errors on bento X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 00:53:14 -0000 --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In case anyone's watching, I tried out a change on the latest bento runs to set $HOME to a bogus value to try to catch ports that attempt to write files there during the build (KDE is a big offender here). It caused more failures than I was expecting though, so I'll have to re-think it. Kris --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7RT5Wry0BWjoQKURAq/UAKCduqu4OTqndqffKn4Rua8nJfVVOwCgvAfW DiXmNTpI2RW2FpIfMYlVQy0= =+wnj -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 17:53:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E60D37B401 for ; Sun, 15 Jun 2003 17:53:28 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24ED343FDF for ; Sun, 15 Jun 2003 17:53:27 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19RiCK-0001JZ-00 for ; Mon, 16 Jun 2003 02:50:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Rh9i-0004Te-00 for ; Mon, 16 Jun 2003 01:43:26 +0200 From: Matthias Andree Date: Mon, 16 Jun 2003 01:46:06 +0200 Lines: 17 Message-ID: References: <3EED031F.1060505@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:NViDbqsDUD/bQsYzN6fWQMCWLm4= Sender: news cc: freebsd-current@freebsd.org Subject: Re: reviving rp-pppoe X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 00:53:28 -0000 Michael Nottebrock writes: > Matthias Andree schrieb: >> Hi, >> as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is >> spoiled and PPPoE no longer works > > Isn't this supposed to be fixed by the backouts of the c-standard > related changes to bsd.sys.mk? Might be, "make buildworld" barfs and "make -DNOCLEAN all" didn't fix it. OTOH, because at least the client works for me, why not revive the port? -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 18:39:13 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBBF837B401 for ; Sun, 15 Jun 2003 18:39:13 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B14F43FD7 for ; Sun, 15 Jun 2003 18:39:13 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 8282 invoked by uid 1001); 16 Jun 2003 01:41:33 -0000 Date: Sun, 15 Jun 2003 18:41:33 -0700 From: Joshua Oreman To: Matthias Andree Message-ID: <20030616014133.GF7994@webserver.get-linux.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: reviving rp-pppoe X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 01:39:14 -0000 On Mon, Jun 16, 2003 at 01:08:16AM +0200 or thereabouts, Matthias Andree seemed to write: > Hi, > > as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is > spoiled and PPPoE no longer works (ppp can't open the device, > complaining about wrong netgraph node type, wants ether, gets socket), > I've reanimated the net/rp-pppoe port, shar attached. > > I've stripped any conflicting stuff (i. e. pppoe-sniff), and I have only > tested using the "pppoe" program with "ppp", sample config: (Only the > set device line is different, it used to be "set device PPPoE:xl2".) > > tdsl-rp: > set device "!/usr/local/sbin/pppoe -Ixl2" > set authname "000871111111111111111111#0001@t-online.de" > set authkey "22222222" > add default HISADDR > set dial > set login > set timeout 0 > > Replace xl2 by the name of the interface that the ADSL modem is attached > to. I'm using "ppp -quiet -nat -ddial tdsl-rp" to start this. > > Server mode is totally untested. > > As I'm unaware of how a port from the Attic is revived, I'm just > attaching the shar of the port (no PR has been sent yet). Must have gotten eaten by those electron gobblers. Re-attach please. -- Josh > > -- > Matthias Andree > _______________________________________________ > 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 Sun Jun 15 20:38:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59B0437B401 for ; Sun, 15 Jun 2003 20:38:22 -0700 (PDT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A20B43F75 for ; Sun, 15 Jun 2003 20:38:21 -0700 (PDT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (localhost [127.0.0.1]) h5G3cJAQ044657 for ; Sun, 15 Jun 2003 23:38:20 -0400 (EDT) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)h5G3cJud044654 for ; Sun, 15 Jun 2003 23:38:19 -0400 (EDT) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Sun, 15 Jun 2003 23:38:17 -0400 (EDT) From: Andre Guibert de Bruet To: ports@freebsd.org Message-ID: <20030615233244.L41111@alpha.siliconlandmark.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: sysutils/stat X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 03:38:22 -0000 Hi, sysutils/stat seems to be broken under -CURRENT. Here's the buildlog under -CURRENT with sample output at the bottom: ===> Extracting for stat-1.3_1 >> Checksum OK for stat-1.3.tar.gz. ===> Patching for stat-1.3_1 ===> Applying FreeBSD patches for stat-1.3_1 ===> Configuring for stat-1.3_1 ===> Building for stat-1.3_1 Warning: Object directory not changed from original /usr/ports/sysutils/stat/wor k/stat-1.3 cc -O2 -pipe -march=athlon-mp -c stat.fmt.c stat.fmt.c:4:9: warning: extra tokens at end of #endif directive cc -O2 -pipe -march=athlon-mp -o stat stat.fmt.o gzip -cn stat.1 > stat.1.gz ===> Installing for stat-1.3_1 install -s -o root -g wheel -m 555 stat /usr/local/bin install -o root -g wheel -m 444 stat.1.gz /usr/local/man/man1 ===> Generating temporary packing list ===> Registering installation for stat-1.3_1 # rehash # stat . 1051 2358699 drwxr-xr-x 4 root wheel 9415848 512 "Jun 15 23:34:04 2003" "Jun 15 23:34:01 2003" "Jun 15 23:34:01 2003" "Apr 5 15:01:15 2003" 4096 4 . sysutils/stat works perfectly under 4.X-STABLE: # stat / File: "/" Size: 512 Allocated Blocks: 4 Filetype: Directory Mode: (0755/drwxr-xr-x) Uid: (0/root) Gid: (0/wheel) Device: 116,131104 Inode: 2 Links: 17 Access: Sun Jun 15 03:01:02 2003 Modify: Sun May 25 15:44:08 2003 Change: Sun May 25 15:44:08 2003 Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ > PS: I'm not on ports@, please copy me. From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 21:24:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EF837B404 for ; Sun, 15 Jun 2003 21:24:01 -0700 (PDT) Received: from mail.mlc.edu.tw (mail.mlc.edu.tw [163.19.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D895A43F75 for ; Sun, 15 Jun 2003 21:23:59 -0700 (PDT) (envelope-from panda@mlc.edu.tw) Received: from jhlh (jhlh.mlc.edu.tw [163.19.163.97]) by mail.mlc.edu.tw (8.12.8/8.12.8) with SMTP id h5G4LNQ7061975 for ; Mon, 16 Jun 2003 12:21:25 +0800 (CST) Message-ID: <000c01c333bf$459d1b40$61a313a3@mlc.edu.tw> From: "Kuo-Chun,Huang" To: Date: Mon, 16 Jun 2003 12:25:08 +0800 Organization: =?big5?B?rV2/pCC46rHQpKSk3w==?= MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailman-Approved-At: Sun, 15 Jun 2003 21:27:38 -0700 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: about /usr/ports/sysutils/abck/ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 04:24:02 -0000 Dear sir: I install abck 2.2 by ports in FreeBSD 4.7-RELEASE . = (/usr/ports/sysutils/abck/) python's version is 2.2.3 when I run abck , the error message it shows.. Traceback (most recent call last): File "/usr/local/bin/abck", line 70, in ? MAILMSG =3D "An *unauthorized* attempt to access one of our = computers\n" + \ TypeError: cannot concatenate 'str' and 'NoneType' objects =20 when I modify line 70~77 to : MAILMSG =3D "An *unauthorized* attempt to access one of our = computers\n" and I modified AttackKeys to match freebsd message log . it can running ... abck -s is ok . but running abck it cann't send any message to me or to the = destination. and below is the error message .. =20 Who Gets Message For: ? = [mlc.edu.tw] Traceback (most recent call last): File "/usr/local/bin/abck", line 504, in ? Notify(logrecord, sendto) File "/usr/local/bin/abck", line 241, in Notify msg =3D (MAILMSG % (HOSTNAME, HOSTADDR, "/".join(HOSTTZ), = logrecord)) TypeError: not all arguments converted =20 what's worng with my config ..? thank you so much .. Best Regards, --K.C,Huang Miao-li Education of Information Center,Taiwan From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 21:40:03 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CE137B401; Sun, 15 Jun 2003 21:40:03 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87D043FA3; Sun, 15 Jun 2003 21:39:51 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h5G4Y3pM003872; Mon, 16 Jun 2003 00:34:03 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h5G4ZaV8072369; Mon, 16 Jun 2003 00:35:37 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Sergey Akifyev In-Reply-To: <1055135629.311.10.camel@asa.gascom.net.ru> References: <1055135373.311.5.camel@asa.gascom.net.ru> <1055135629.311.10.camel@asa.gascom.net.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ej4tbDsay+JVXjM29T/n" Organization: MarcusCom, Inc. Message-Id: <1055738378.9105.25.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 16 Jun 2003 00:39:38 -0400 X-Spam-Status: No, hits=-8.7 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users cc: FreeBSD ports Subject: Re: gswitchit coredumps (doesn't check input strict enough) [PATCH] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 04:40:03 -0000 --=-ej4tbDsay+JVXjM29T/n Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-06-09 at 01:13, Sergey Akifyev wrote: > On Mon, 2003-06-09 at 09:09, Sergey Akifyev wrote: > > Patch is attached. > Shit happens! ENOATTACH :) >=20 > ftp://ftp.gascom.ru/pub/patches/gswitchit/patch-common-gswitchit_config.c > MD5 (patch-common-gswitchit_config.c) =3D 6345ebd32463863da162b710aeb7bda= 5 Committed, thanks! Please send this patch to the author as well. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ej4tbDsay+JVXjM29T/n Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+7UoKb2iPiv4Uz4cRAoExAJ91Zj+7E7Q2rviuw1Xori7uvRZ+gACfVCri 5MRWi8bW6NksNnz3KODn24o= =MUeP -----END PGP SIGNATURE----- --=-ej4tbDsay+JVXjM29T/n-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 22:35:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E519037B401; Sun, 15 Jun 2003 22:35:35 -0700 (PDT) Received: from hex.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356D743FE1; Sun, 15 Jun 2003 22:35:35 -0700 (PDT) (envelope-from andy@athame.co.uk) Received: from hex.int.athame.co.uk ([192.168.1.1] helo=localhost.localdomain) by hex.athame.co.uk with esmtp (Exim 4.20) id 19RmeS-000MUy-Vo; Mon, 16 Jun 2003 08:35:33 +0300 From: Andy Fawcett To: Kris Kennaway , ports@FreeBSD.org, kde@freebsd.org Date: Mon, 16 Jun 2003 08:34:52 +0300 User-Agent: KMail/1.5.2 References: <20030616005313.GA34300@rot13.obsecurity.org> In-Reply-To: <20030616005313.GA34300@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306160834.52516.andy@athame.co.uk> Subject: Re: Errors on bento X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 05:35:36 -0000 On Monday 16 June 2003 03:53, Kris Kennaway wrote: > In case anyone's watching, I tried out a change on the latest bento > runs to set $HOME to a bogus value to try to catch ports that attempt > to write files there during the build (KDE is a big offender here). > It caused more failures than I was expecting though, so I'll have to > re-think it. Hi Kris, Can you give me (and the rest of kde@) some pointers (logs preferably) of where KDE does this? It might be that we can do something about the problem. Cheers, Andy -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 23:30:57 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6172D37B401; Sun, 15 Jun 2003 23:30:57 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB8843FB1; Sun, 15 Jun 2003 23:30:56 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 5AD1766B9B; Sun, 15 Jun 2003 23:30:56 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 1CE56B36; Sun, 15 Jun 2003 23:30:56 -0700 (PDT) Date: Sun, 15 Jun 2003 23:30:55 -0700 From: Kris Kennaway To: Andy Fawcett Message-ID: <20030616063055.GA40653@rot13.obsecurity.org> References: <20030616005313.GA34300@rot13.obsecurity.org> <200306160834.52516.andy@athame.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <200306160834.52516.andy@athame.co.uk> User-Agent: Mutt/1.4.1i cc: ports@FreeBSD.org cc: kde@freebsd.org cc: Kris Kennaway Subject: Re: Errors on bento X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 06:30:57 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 16, 2003 at 08:34:52AM +0300, Andy Fawcett wrote: > On Monday 16 June 2003 03:53, Kris Kennaway wrote: > > In case anyone's watching, I tried out a change on the latest bento > > runs to set $HOME to a bogus value to try to catch ports that attempt > > to write files there during the build (KDE is a big offender here). > > It caused more failures than I was expecting though, so I'll have to > > re-think it. >=20 > Hi Kris, >=20 > Can you give me (and the rest of kde@) some pointers (logs preferably)=20 > of where KDE does this? It might be that we can do something about the=20 > problem. >=20 > Cheers, Every couple of months I mail kde@FreeBSD.org with http://bento.freebsd.org/errorlogs/i386-4-latest-logs/extras.html http://bento.freebsd.org/errorlogs/i386-5-latest-logs/extras.html and ask that someone from the KDE team investigate. This time around someone actually responded with suggestions of a kdehier package that should take care of the /usr/local problems, but the above URL also lists files in /root from kde/qt builds. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7WQfWry0BWjoQKURAnyfAKDDpxfEBumG15+AYHg6fM/7Mo+IXgCggp56 ZudVSwnMgb37bAhyhyjTixM= =6SX9 -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 15 23:57:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E2CF37B401; Sun, 15 Jun 2003 23:57:40 -0700 (PDT) Received: from hex.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A21943F3F; Sun, 15 Jun 2003 23:57:38 -0700 (PDT) (envelope-from andy@athame.co.uk) Received: from hex.int.athame.co.uk ([192.168.1.1] helo=localhost.localdomain) by hex.athame.co.uk with esmtp (Exim 4.20) id 19Rnvs-000N4z-VC; Mon, 16 Jun 2003 09:57:37 +0300 From: Andy Fawcett To: Kris Kennaway Date: Mon, 16 Jun 2003 09:56:54 +0300 User-Agent: KMail/1.5.2 References: <20030616005313.GA34300@rot13.obsecurity.org> <200306160834.52516.andy@athame.co.uk> <20030616063055.GA40653@rot13.obsecurity.org> In-Reply-To: <20030616063055.GA40653@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306160956.54841.andy@athame.co.uk> cc: ports@FreeBSD.org cc: kde@freebsd.org cc: Kris Kennaway Subject: Re: Errors on bento X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 06:57:40 -0000 On Monday 16 June 2003 09:30, Kris Kennaway wrote: > On Mon, Jun 16, 2003 at 08:34:52AM +0300, Andy Fawcett wrote: > > On Monday 16 June 2003 03:53, Kris Kennaway wrote: > > > In case anyone's watching, I tried out a change on the latest > > > bento runs to set $HOME to a bogus value to try to catch ports > > > that attempt to write files there during the build (KDE is a big > > > offender here). It caused more failures than I was expecting > > > though, so I'll have to re-think it. > > > > Hi Kris, > > > > Can you give me (and the rest of kde@) some pointers (logs > > preferably) of where KDE does this? It might be that we can do > > something about the problem. > > > > Cheers, > > Every couple of months I mail kde@FreeBSD.org with > > http://bento.freebsd.org/errorlogs/i386-4-latest-logs/extras.html > http://bento.freebsd.org/errorlogs/i386-5-latest-logs/extras.html > > and ask that someone from the KDE team investigate. This time around > someone actually responded with suggestions of a kdehier package that > should take care of the /usr/local problems, but the above URL also > lists files in /root from kde/qt builds. Thanks Kris, I won't have time to start looking at it until tomorrow, but I will take a look to see what I can do. Andy -- Andy Fawcett | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 00:39:20 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A5537B401; Mon, 16 Jun 2003 00:39:20 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2088743FBF; Mon, 16 Jun 2003 00:39:19 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.9/8.12.9) with ESMTP id h5G7dUKX053645; Mon, 16 Jun 2003 09:39:30 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.9/8.12.9/Submit) id h5G7dUqE053644; Mon, 16 Jun 2003 09:39:30 +0200 (CEST) Date: Mon, 16 Jun 2003 09:39:30 +0200 From: Stijn Hoop To: Norikatsu Shigemura Message-ID: <20030616073930.GA49234@pcwin002.win.tue.nl> References: <200306151022.h5FAMg1I038752@nd250009.gab.xdsl.ne.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <200306151022.h5FAMg1I038752@nd250009.gab.xdsl.ne.jp> User-Agent: Mutt/1.4.1i X-Bright-Idea: Let's abolish HTML mail! cc: ports@freebsd.org cc: marcus@freebsd.org Subject: Re: Linux Plugin Wrapper (Upgrade from Linux Flash Plugin Wrapper) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 07:39:20 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 15, 2003 at 07:22:42PM +0900, Norikatsu Shigemura wrote: > Hi Linux Flash Plugin Wrapper User! >=20 > I recieved a report about Linux RealPlayer Plugin from Takahiro > Igarashi. We can use Linux RealPlayer Plugin with native mozilla. > I made a port for this included new feature. Please test this port. > But, it's MIME type was registed audio/x-pn-realaudio-plugin. > I don't know how to s/-plugin// :-(. And, we should think how > to include mozilla's run-script and mplayerplugin(disable real > feature). Please teach me solves. Hmm. Great news, but I'd really like the choice to use mplayerplugin for Real audio. Will this also be possible? Thanks for your efforts! --Stijn --=20 Remember, kids: "Q" is always followed by "U". You can learn more on the Internet in the Spelling FAQU. -- James "Kibo" Parry --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7XQyY3r/tLQmfWcRArK5AKCWrxSd2QI5iKLZ9YeeJ/WP4DcSbwCfQv7O fBn318rsk6M3CqoaDSUVJu4= =eExQ -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 03:22:03 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D611737B401 for ; Mon, 16 Jun 2003 03:22:03 -0700 (PDT) Received: from krusty.dt.e-technik.uni-dortmund.de (mail.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE08243FA3 for ; Mon, 16 Jun 2003 03:22:02 -0700 (PDT) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])8F1F3A381D for ; Mon, 16 Jun 2003 12:22:01 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id 5D36E867B0; Mon, 16 Jun 2003 12:21:59 +0200 (CEST) Date: Mon, 16 Jun 2003 12:21:59 +0200 From: Matthias Andree To: freebsd-ports@freebsd.org Message-ID: <20030616102158.GA13124@merlin.emma.line.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Subject: Re: reviving rp-pppoe X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 10:22:04 -0000 I wrote: > as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is > spoiled and PPPoE no longer works (ppp can't open the device, > complaining about wrong netgraph node type, wants ether, gets socket), > I've reanimated the net/rp-pppoe port, shar attached. Apparently, the list strips x-shar attachments. Inserted below the signature. -- Matthias Andree # 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: # # rp-pppoe # rp-pppoe/Makefile # rp-pppoe/distinfo # rp-pppoe/pkg-descr # rp-pppoe/pkg-plist # echo c - rp-pppoe mkdir -p rp-pppoe > /dev/null 2>&1 echo x - rp-pppoe/Makefile sed 's/^X//' >rp-pppoe/Makefile << 'END-of-rp-pppoe/Makefile' X# New ports collection makefile for: popular pppd pppoe client X# Date created: 22 Mar 2001 X# Whom: Mario Sergio Fujikawa Ferreira X# X# $FreeBSD: ports/net/rp-pppoe/Makefile,v 1.3 2002/09/01 16:07:51 dwcjr Exp $ X# X XPORTNAME= rp-pppoe XPORTVERSION= 3.5 XCATEGORIES= net XMASTER_SITES= http://www.roaringpenguin.com/pppoe/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= "The popular Roaring Penguin's PPPoE software" X XUSE_REINPLACE= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_WRKSRC= ${WRKSRC}/src XBUILD_WRKSRC= ${WRKSRC}/src X XMAN5= pppoe.conf.5 XMAN8= adsl-connect.8 adsl-setup.8 adsl-start.8 adsl-status.8 \ X adsl-stop.8 pppoe-relay.8 pppoe-server.8 pppoe.8 X XCONFIG_FILES= firewall-masq firewall-standalone pap-secrets \ X pppoe-server-options pppoe.conf XDOC_FILES= CHANGES HOW-TO-CONNECT KERNEL-MODE-PPPOE LICENSE \ X PROBLEMS XSCRIPT_FILES= adsl-connect adsl-init adsl-setup adsl-start \ X adsl-status adsl-stop X Xpost-patch: X @${REINPLACE_CMD} -e "s!/etc/ppp!${PREFIX}/etc/ppp!g" ${WRKSRC}/man/* X @${REINPLACE_CMD} -e 's!/etc/ppp!$$(prefix)/etc/ppp!g' \ X ${WRKSRC}/src/Makefile.in X.for file in adsl-connect adsl-init adsl-setup adsl-start X @${REINPLACE_CMD} -e 's!/etc/+ppp!$${prefix}/etc/ppp!g' \ X ${WRKSRC}/scripts/${file}.in X.endfor X @${REINPLACE_CMD} -e 's!pty!tty!g' ${WRKSRC}/scripts/adsl-connect.in X @${REINPLACE_CMD} -e 's!/var/lock/subsys/adsl!/var/tmp/rp_pppoe_adsl!g' \ X ${WRKSRC}/scripts/adsl-init.in X.for file in adsl-status adsl-stop.in X @${REINPLACE_CMD} -e "s!/etc/ppp!${PREFIX}/etc/ppp!g" \ X ${WRKSRC}/scripts/${file} X.endfor X Xdo-install: X# Binaries X.for file in pppoe pppoe-server X @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${file} ${PREFIX}/sbin X.endfor X# Configurations X @${MKDIR} ${PREFIX}/etc/ppp X.for file in ${CONFIG_FILES} X @${INSTALL_DATA} ${WRKSRC}/configs/${file} \ X ${PREFIX}/etc/ppp/${file}.sample X.endfor X.if !exists(${PREFIX}/etc/ppp/pppoe.conf) X ${INSTALL_SCRIPT} ${PREFIX}/etc/ppp/pppoe.conf.sample \ X ${PREFIX}/etc/ppp/pppoe.conf X.endif X# Manual pages X @${INSTALL_MAN} ${WRKSRC}/man/${MAN5} ${PREFIX}/man/man5 X.for file in ${MAN8} X @${INSTALL_MAN} ${WRKSRC}/man/${file} ${PREFIX}/man/man8 X.endfor X# Scripts X.for file in ${SCRIPT_FILES} X @${INSTALL_SCRIPT} ${WRKSRC}/scripts/${file} ${PREFIX}/sbin X.endfor X# Documentation X.ifndef (NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/${PORTNAME} X.endif /* NOPORTDOCS */ X X.include END-of-rp-pppoe/Makefile echo x - rp-pppoe/distinfo sed 's/^X//' >rp-pppoe/distinfo << 'END-of-rp-pppoe/distinfo' XMD5 (rp-pppoe-3.5.tar.gz) = 97972f8f8f6a3ab9b7070333a6a29c4b END-of-rp-pppoe/distinfo echo x - rp-pppoe/pkg-descr sed 's/^X//' >rp-pppoe/pkg-descr << 'END-of-rp-pppoe/pkg-descr' XPPPoE (Point-to-Point Protocol over Ethernet) is a protocol used Xby many ADSL service providers. Roaring Penguin's PPPoE software Xis a reliable program for connecting unix systems to PPPoE service Xproviders without requiring any kernel patches. X XIt currently does not work under FreeBSD. It is being provided in Xthe hope that the community may help get it working. X XWWW: http://www.roaringpenguin.com/pppoe/ END-of-rp-pppoe/pkg-descr echo x - rp-pppoe/pkg-plist sed 's/^X//' >rp-pppoe/pkg-plist << 'END-of-rp-pppoe/pkg-plist' Xsbin/adsl-connect Xsbin/adsl-init Xsbin/adsl-setup Xsbin/adsl-start Xsbin/adsl-status Xsbin/adsl-stop Xsbin/pppoe Xsbin/pppoe-server X%%PORTDOCS%%share/doc/rp-pppoe/CHANGES X%%PORTDOCS%%share/doc/rp-pppoe/HOW-TO-CONNECT X%%PORTDOCS%%share/doc/rp-pppoe/KERNEL-MODE-PPPOE X%%PORTDOCS%%share/doc/rp-pppoe/LICENSE X%%PORTDOCS%%share/doc/rp-pppoe/PROBLEMS X%%PORTDOCS%%@dirrm share/doc/rp-pppoe Xetc/ppp/firewall-masq.sample Xetc/ppp/firewall-standalone.sample Xetc/ppp/pap-secrets.sample Xetc/ppp/pppoe-server-options.sample X@unexec if cmp -s %D/etc/ppp/pppoe.conf.sample %D/etc/ppp/pppoe.conf ; then rm %D/etc/ppp/pppoe.conf ; fi Xetc/ppp/pppoe.conf.sample X@unexec rmdir %D/etc/ppp 2>/dev/null || echo "If you are permanently removing pppoe, you should also ``rm -Rf ${PKG_PREFIX}/etc/ppp'' removing any configuration and password files left." | /usr/bin/fmt END-of-rp-pppoe/pkg-plist exit From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 06:24:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB5237B401 for ; Mon, 16 Jun 2003 06:24:28 -0700 (PDT) Received: from analog.databits.net (analog.databits.net [198.78.65.155]) by mx1.FreeBSD.org (Postfix) with SMTP id B582243FBF for ; Mon, 16 Jun 2003 06:24:27 -0700 (PDT) (envelope-from petef@absolutbsd.org) Received: (qmail 36386 invoked by uid 1000); 16 Jun 2003 13:19:57 -0000 Received: from localhost (HELO analog.databits.net) (sendmail-bs@127.0.0.1) by localhost with SMTP; 16 Jun 2003 13:19:57 -0000 From: Pete Fritchman To: Andre Guibert de Bruet In-Reply-To: Message from Andre Guibert de Bruet <20030615233244.L41111@alpha.siliconlandmark.com> Date: Mon, 16 Jun 2003 08:19:57 -0500 Message-Id: <20030616132427.B582243FBF@mx1.FreeBSD.org> cc: ports@freebsd.org Subject: Re: sysutils/stat X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 13:24:28 -0000 * Sun, 15 Jun 2003 23:38:17 EDT - Andre Guibert de Bruet: | Hi, | | sysutils/stat seems to be broken under -CURRENT. Here's the buildlog under | -CURRENT with sample output at the bottom: [...] | # rehash | # stat . | 1051 2358699 drwxr-xr-x 4 root wheel 9415848 512 "Jun 15 23:34:04 2003" "Jun | 15 | 23:34:01 2003" "Jun 15 23:34:01 2003" "Apr 5 15:01:15 2003" 4096 4 . You're running -current's /usr/bin/stat here. Try a "which stat". If you run "/usr/local/bin/stat .", it will look as you expect. knap.sac(ovo/sun) [309] > which stat /usr/bin/stat knap.sac(ovo/sun) [310] > stat . 1031 188901 drwxr-xr-x 14 petef sac 754791 1024 "Jun 14 10:05:07 2003" "Jun 13 10:26:55 2003" "Jun 13 10:26:55 2003" 4096 4 . knap.sac(ovo/sun) [311] > --pete From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 10:23:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2302837B401 for ; Mon, 16 Jun 2003 10:23:40 -0700 (PDT) Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FFB143FE1 for ; Mon, 16 Jun 2003 10:23:39 -0700 (PDT) (envelope-from chef@thomas-zastrow.de) Received: from [212.227.126.221] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19Rxhi-0000RD-00 for ports@freebsd.org; Mon, 16 Jun 2003 19:23:38 +0200 Received: from [217.84.169.42] (helo=jerry.cusanushaus.de) by mrvdomng.kundenserver.de with smtp (Exim 3.35 #1) id 19Rxhi-0005hf-00 for ports@FreeBSD.org; Mon, 16 Jun 2003 19:23:38 +0200 Date: Mon, 16 Jun 2003 19:23:10 +0200 From: Thomas Zastrow To: ports@FreeBSD.org Message-Id: <20030616192310.52183b30.chef@thomas-zastrow.de> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Error in Port /ports/lang/ocaml X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 17:23:40 -0000 Hello, I'm relativly new to FreeBSD and I don't know if this is the right place for my question. If it is not so, please tell me where I can get more help. I tried to compile /net/mldonkey but it stops with this error: stdlib/libasmrun.a(signals.o): In function `init_signals': signals.o(.text+0x4a5): undefined reference to `sigaltstack' Error during linking *** Error code 2 Stop in /usr/cvsup/ports/lang/ocaml/work/ocaml-3.06. *** Error code 1 Stop in /usr/cvsup/ports/lang/ocaml. *** Error code 1 Stop in /usr/cvsup/ports/net/mldonkey. The ports are up-to-date, it is mldonkey-2.5-3 and FreeBSD 4.7. Thanx a lot!!! Greetings, Tom -- --------------------------------------------------- | http://tomz.homelinux.net | | ------------------------------------------- | | Visit my homepage: | | | | http://www.thomas-zastrow.de | | | | ICQ - Signature: 58259935 | --------------------------------------------------- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 11:00:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A1237B418 for ; Mon, 16 Jun 2003 11:00:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B1643F3F for ; Mon, 16 Jun 2003 11:00:46 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5GI0kUp032735 for ; Mon, 16 Jun 2003 11:00:46 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5GI0jKP032729 for freebsd-ports@freebsd.org; Mon, 16 Jun 2003 11:00:45 -0700 (PDT) Date: Mon, 16 Jun 2003 11:00:45 -0700 (PDT) Message-Id: <200306161800.h5GI0jKP032729@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, 16 Jun 2003 18:00:55 -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 ------------------------------------------------------------------------------- a [2003/04/10] ports/50798 ports-bugs audio/faad does not build o [2003/04/15] ports/50999 ports-bugs SSL with (mail/)dovecot simply doesn't wo o [2003/05/13] ports/52187 ports-bugs The two ghostscript ports do not work wit o [2003/05/14] ports/52257 ports-bugs mod_mp3 0.39 requires this patch for a ru o [2003/05/23] ports/52632 ports-bugs vmware3 port is missing /usr/lib/vmware/v o [2003/06/09] ports/53117 ports-bugs portgrade -R ghostscript-gnu-7.06 fails a o [2003/06/09] ports/53135 ports-bugs [FIX] incorrect patch for ports/poptop o [2003/06/11] ports/53216 ports-bugs portupgrade -r for ghostscript-gnu-7.06 s o [2003/06/12] ports/53259 ports-bugs mod_jk depends on automake @ patch-libtoo 9 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/04/23] ports/26797 ports-bugs arla-0.34.6 causes kernel panic/page faul o [2001/06/12] ports/28102 ports-bugs Recent changes to 4.3-STABLE break arla-0 o [2001/06/24] ports/28398 ports-bugs ja-dvips cannot find tex.pro o [2001/09/25] ports/30823 ports-bugs New port: KinterbasDB, Python module to a o [2001/09/30] ports/30947 ports-bugs mail/mahogany fails to build, conflicts w o [2001/10/10] ports/31191 ports-bugs netsaint - plugins sometimes not found o [2002/01/15] ports/33927 ports-bugs ja-dvipdfm port requires texmf/dvips/base o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/19] ports/37262 ports-bugs gphoto2 fails to find supported USB digit o [2002/04/22] ports/37361 ports-bugs installing gcc30 port breaks devel/gettex o [2002/04/25] ports/37468 ports-bugs mpeg_play compiled on current/DP1 does no o [2002/05/23] ports/38460 ports-bugs core dumps with ghostscript f [2002/05/27] ports/38602 ports-bugs x11-wm/tvtwm is confused about PREFIX o [2002/09/09] ports/42612 ports-bugs gphoto2 2.1 core dumps on DC290 f [2002/09/10] ports/42647 ports-bugs port pybliographger does not configure o [2002/09/20] ports/43036 ports-bugs python-doc packages aren't found by pydoc o [2002/10/07] ports/43796 ports-bugs x11-toolkits/xview does not build on 5.0 o [2002/10/08] ports/43847 ports-bugs new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/19] ports/44295 ports-bugs New port: MLton, an optimizing Standard M o [2002/10/30] ports/44759 ports-bugs ghostscript-gnu-7.05_3 produces incorrect o [2002/11/11] ports/45210 ports-bugs Broken Linux ABI Emulation in FreeBSD 4.7 o [2002/11/12] ports/45234 ports-bugs timidity++ portupgrade problem, removes s o [2002/11/19] ports/45490 ports-bugs tightvnc leaks connections o [2002/11/20] ports/45531 ports-bugs Upgrade port hyperlatex-2.5 to 2.6 o [2002/11/27] ports/45805 ports-bugs security/sfs does not build on Alpha o [2002/12/06] ports/46039 ports-bugs adzapper install fails out of the box o [2002/12/11] ports/46180 ports-bugs lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/17] ports/46338 ports-bugs cyrus-sasl-1.5.27_7 mysql_verify_password o [2002/12/20] ports/46399 ports-bugs libdvxencore permissions o [2002/12/21] ports/46443 ports-bugs lang/jgnat compilation failure o [2002/12/25] ports/46530 ports-bugs GtkAda2 links against unexistent libgthre o [2003/01/03] ports/46741 ports-bugs PVM-POV fails trying to locate file/folde o [2003/01/10] ports/46964 ports-bugs Failure when running "make install" on ex o [2003/01/14] ports/47061 ports-bugs Conflicting system headers by build of gr o [2003/01/14] ports/47089 ports-bugs multimedia/xmms - core dump (sig 10) whil o [2003/01/17] ports/47177 ports-bugs Have biology/molden build and install the o [2003/01/23] ports/47402 ports-bugs New Port: net/sysmon f [2003/01/23] ports/47405 ports-bugs scribus could not save russian letters an o [2003/01/30] ports/47700 ports-bugs New port: XawPlus, a 3D replacement for X o [2003/01/31] ports/47768 ports-bugs print/ghostscript-afpl gv (3.5.8_1) can't o [2003/02/02] ports/47809 ports-bugs New port: Ukrainian accounting system. o [2003/02/02] ports/47829 ports-bugs New port: python bindings for gtkextra o [2003/02/07] ports/48073 ports-bugs ports version of linux-eagle missing libs o [2003/02/08] ports/48091 ports-bugs port install fails on minimum system o [2003/02/16] ports/48343 ports-bugs Several issues with the www/zope port o [2003/02/24] ports/48637 ports-bugs Update for port devel/cppunit o [2003/02/24] ports/48652 ports-bugs <[ports] devel/libol update> o [2003/03/02] ports/48841 ports-bugs tls on postfix does not work (smtp and sm o [2003/03/09] ports/49051 ports-bugs port for x11-toolkits/flvw won't build o [2003/03/18] ports/50104 ports-bugs Zope package does not set sticky bit on v o [2003/03/25] ports/50305 ports-bugs multimedia/xmms-avi fails to build on CUR o [2003/04/10] ports/50795 ports-bugs misc/solfege does not function o [2003/04/11] ports/50844 ports-bugs MPlayer fails to build on Alpha o [2003/04/18] ports/51128 ports-bugs It is not possible to build security/drwe o [2003/04/18] ports/51139 ports-bugs [patch] ports/palm/coldsync dumps core o [2003/04/19] ports/51159 ports-bugs linux-flashplugin-5.0r51 does not work wi o [2003/04/22] ports/51288 ports-bugs Update port: multimedia/avifile (can't co o [2003/04/23] ports/51316 ports-bugs games/bsdtris: fails to run after install o [2003/04/23] ports/51334 ports-bugs [New Port] Zend Optimizer 2.1.0a o [2003/04/25] ports/51423 ports-bugs palm/ports/pose fails to build o [2003/04/27] ports/51464 ports-bugs [Patch Port] devel/viewcvs (unforbidden) o [2003/04/27] ports/51470 ports-bugs linux-opera7 repeatedly crashes when usin o [2003/05/02] ports/51711 ports-bugs /usr/ports/emulators/linux_base will not o [2003/05/02] ports/51714 ports-bugs emulators/linux_base port fails to instal o [2003/05/05] ports/51789 ports-bugs high security hole in old dcgui/dclib por o [2003/05/05] ports/51807 ports-bugs g++295 can't parse header file f [2003/05/05] ports/51813 ports-bugs wrong mod_perl dependencies o [2003/05/06] ports/51913 ports-bugs [math/gnuplot+] cannot build on alpha o [2003/05/07] ports/51941 ports-bugs Compiling error in /usr/ports/japanese/gn o [2003/05/09] ports/51997 ports-bugs (update) www/p5-FastCGI to 0.67 o [2003/05/11] ports/52064 ports-bugs ns2 (ports/net/ns) was broken o [2003/05/11] ports/52065 ports-bugs port of ns2(ports/net/ns) was broken o [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM f [2003/05/12] ports/52094 ports-bugs mail/pflogstats thinks it needs perl 5.6 o [2003/05/15] ports/52295 ports-bugs [New Port] www/caudium12 caudium 1.2.26 o [2003/05/16] ports/52318 ports-bugs ports/net/jabber-msn don't builds o [2003/05/16] ports/52352 ports-bugs Postfix Configuration Summary Reporter o [2003/05/18] ports/52413 ports-bugs [Unbreak Port] net/mydns (fix LIB_DEPENDS o [2003/05/19] ports/52441 ports-bugs databases/mysql-jdbc-mm port does not com o [2003/05/20] ports/52498 ports-bugs Maintainer update of biology/tinker port o [2003/05/23] ports/52602 ports-bugs security/ident2 port segfaults when retur o [2003/05/28] ports/52751 ports-bugs [UPDATE] Update ecartis ports to snap-200 f [2003/05/28] ports/52754 ports-bugs new beson expects ";" fixup parser o [2003/05/28] ports/52755 ports-bugs ports net/openldap21 has recursive depend o [2003/06/04] ports/52944 ports-bugs CUPS is not configurable on 4.8-RELEASE f [2003/06/04] ports/52956 ports-bugs Bugfix: net/p5-NetPacket o [2003/06/05] ports/52967 ports-bugs Checksum-with bdb/db o [2003/06/07] ports/53016 ports-bugs Fix for games/freebsd-games o [2003/06/10] ports/53181 ports-bugs New port: postgresql-contrib o [2003/06/11] ports/53214 ports-bugs emulators/vmware3 tries to install emulat o [2003/06/13] ports/53289 ports-bugs Add WITHOUT_X11 knob to `lang/ocaml' o [2003/06/13] ports/53290 ports-bugs Adds russian charsets to `mail/spamoracle o [2003/06/15] ports/53343 ports-bugs [Maintainer update] x11-toolkits/php-gtk: o [2003/06/16] ports/53379 ports-bugs New port: sysutils/linuxfdisk 94 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/01/12] ports/24299 ports-bugs Configure the synaptics touchpad. o [2001/03/28] ports/26192 ports-bugs apel appeared both in xemacs/site-package o [2001/08/21] ports/29929 ports-bugs wginstall.pl script chokes on calculated o [2001/09/27] ports/30870 ports-bugs httpd in free(): warning: recursive call o [2001/12/04] ports/32508 ports-bugs www/flashplugin-mozilla has malloc bug o [2002/01/14] ports/33906 ports-bugs [PATCH] tic program as a port for easier f [2002/01/29] ports/34404 ports-bugs NEW PORT: devel/mingw-expat2 o [2002/01/30] ports/34442 ports-bugs xt, xalan-j, saxon should have the same C o [2002/02/02] ports/34550 ports-bugs ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports-bugs graphics/blender port is broke o [2002/02/09] ports/34759 ports-bugs Phantasia does not accept [enter] key o [2002/02/27] ports/35372 ports-bugs pgp6 ports fails to compile on alpha plat s [2002/03/01] ports/35459 ports-bugs portupgrade doesn't clean up dependencies o [2002/03/05] ports/35580 ports-bugs Startup script in /usr/local/etc/rc.d is o [2002/03/13] ports/35882 ports-bugs Perl Expect module send_slow hangs on EOF o [2002/03/14] ports/35897 ports-bugs upgrading the linux_base port runs into t o [2002/03/17] java/36024 ports port update: OpenJIT 1.1.16 for JDK 1.3.1 o [2002/03/29] ports/36503 ports-bugs several files conflict in ports/databases o [2002/04/07] ports/36841 ports-bugs use of .MAKEFLAGS target in Makefile.loca o [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic o [2002/04/19] ports/37244 ports-bugs c2lib port includes vector.h which appare o [2002/04/22] ports/37362 ports-bugs The Ted port is incompatible with FreeBSD o [2002/04/30] ports/37597 ports-bugs aureal-kmod-1.5_3 fails to build o [2002/05/08] ports/37855 ports-bugs wrong font name in jre/lib/font.propertie o [2002/05/10] ports/37927 ports-bugs port to install linux Lahey Fortran 95 v6 o [2002/05/13] ports/38034 ports-bugs compaq-cc (under linux-emu) installes man o [2002/05/15] ports/38125 ports-bugs ApacheCylical Link error/bug in Virtualse f [2002/06/01] ports/38800 ports-bugs update www/roxen to Roxen WebServer 2.2.2 o [2002/06/07] ports/38989 ports-bugs Fix to BROKEN arla port (arla-0.35.6) o [2002/06/11] ports/39182 ports-bugs netsaint-plugins util.c functions don't q o [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i a [2002/06/19] ports/39544 ports-bugs mayavi port disfunctional a [2002/06/20] ports/39608 ports-bugs upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports-bugs flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports-bugs flashplugin-mozilla crashes when viewing f [2002/06/21] ports/39621 ports-bugs isc-dhcpd server can't get all network in o [2002/06/28] ports/39946 ports-bugs Shift-Tab navigation doesn't work in tk-8 f [2002/07/09] ports/40396 ports-bugs New port: Logging daemon for Linksys BEFS o [2002/07/17] ports/40705 ports-bugs Upgrade of gnome-commander to 0.9.8 o [2002/07/18] ports/40756 ports-bugs insecure default options o [2002/07/21] ports/40866 ports-bugs sml-nj port CM autoloading compilation pr a [2002/07/22] ports/40904 ports-bugs new port: www/tclcurl o [2002/07/30] ports/41167 ports-bugs adventure.6 man-page, add section AUTHORS o [2002/08/02] ports/41259 ports-bugs Info directory change for various GNU Ema a [2002/08/03] ports/41282 ports-bugs New_Ports japanese/stevie-* o [2002/08/07] ports/41434 ports-bugs New port: www/light: another Mozilla-base o [2002/08/09] ports/41464 ports-bugs New port Cybercalendar 1.8.2: web based c o [2002/08/09] ports/41510 ports-bugs New port: graphics/i3d 3D modeling progra f [2002/08/12] ports/41579 ports-bugs New port: Small LDAP-to-KAB (KDE Address o [2002/08/19] ports/41773 ports-bugs new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports-bugs vmware2 causes panic on recent -current o [2002/08/20] ports/41829 ports-bugs New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports-bugs new port - virus filtering tool for qmail o [2002/08/24] ports/41971 ports-bugs New Port: sysutils/ipfw-manager o [2002/08/25] ports/42018 ports-bugs pkg_info with PKG_PATH searches through t o [2002/08/27] ports/42072 ports-bugs New port: mail/wmymail: Report new mail i o [2002/08/28] ports/42113 ports-bugs New port: lgeneral-data, data files requi o [2002/08/28] ports/42134 ports-bugs linux-gtk PORTREVISION contaminates other o [2002/08/30] ports/42218 ports-bugs [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/31] ports/42280 ports-bugs New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports-bugs lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42296 ports-bugs New port: mod_webkit (adapter between Web o [2002/09/03] ports/42371 ports-bugs libncurses.so.4 missing from ports/emulat o [2002/09/03] ports/42378 ports-bugs New port: science/at Acoustic ToolBox o [2002/09/12] ports/42696 ports-bugs New port: security/libsectok_pcsc: Smartc o [2002/09/14] ports/42790 ports-bugs New Port - www/suphp : A pretty PHP wrapp o [2002/09/20] ports/42986 ports-bugs New Port: libwhisker HTTP testing library o [2002/09/20] ports/43142 ports-bugs New port: AlsaPlayer is an audio player w a [2002/09/21] ports/43171 ports-bugs Port misc/upclient setgid kmem o [2002/09/23] ports/43313 ports-bugs New Port: nikto web and CGI vulnerability o [2002/09/26] ports/43394 ports-bugs New port yptransitd, an nss_ldap replacem f [2002/09/29] ports/43484 ports-bugs Update port net/arla to 0.35.9 o [2002/10/04] ports/43670 ports-bugs RC_NG script for net/openldap12 o [2002/10/04] ports/43671 ports-bugs RC_NG script for net/openldap20 o [2002/10/05] ports/43718 ports-bugs New port: x11-wm/icebgset (set IceWM back o [2002/10/07] ports/43764 ports-bugs New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/07] ports/43804 ports-bugs new port: sysutils/getopt (Frodo Looijaar o [2002/10/09] ports/43880 ports-bugs Names of Emacs ports are misleading o [2002/10/10] ports/43892 ports-bugs Enable use of keynote with security/isakm o [2002/10/11] ports/43942 ports-bugs New port submission: security/hydra a [2002/10/11] ports/43956 ports-bugs New port: x11-wm/ion-devel o [2002/10/13] ports/43997 ports-bugs New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44028 ports-bugs courier "make install" fails o [2002/10/19] ports/44270 ports-bugs New port: net/bind9-sdb-ldap o [2002/10/20] ports/44305 ports-bugs New port: java/xdoclet (an extended Javad f [2002/10/20] ports/44319 ports-bugs update port of mail/minimalist to the lat o [2002/10/24] ports/44430 ports-bugs New port: xalan-c v. 1.4 (XSLT engine and a [2002/10/25] ports/44464 ports-bugs Ports addition o [2002/10/28] ports/44565 ports-bugs NEW PORT: devel/libds (Useful data struct o [2002/11/01] ports/44816 ports-bugs new port ngircd o [2002/11/02] ports/44836 ports-bugs New port: hunch - Scan httpd log files, f o [2002/11/03] ports/44854 ports-bugs [PATCH] add xaw3d build option to games/x o [2002/11/05] ports/44932 ports-bugs New port: xtr o [2002/11/05] ports/44949 ports-bugs New port Squid Access Report Generator o [2002/11/05] ports/44953 ports-bugs make install of apsfilter-7.2.3 fails wit o [2002/11/09] ports/45166 ports-bugs New port: emulator/fceu o [2002/11/09] ports/45180 ports-bugs New port (split out from old port): net/s o [2002/11/11] ports/45227 ports-bugs problems building/installing db3 and open o [2002/11/12] ports/45247 ports-bugs New port: www/scoop collaborative media o [2002/11/15] ports/45316 ports-bugs new-port: game, train control simulation o [2002/11/15] ports/45329 ports-bugs New port: xnodecor (x11 utility on Overri o [2002/11/19] ports/45491 ports-bugs New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports-bugs [New Port] www/mod_layout2 : mod_layout A o [2002/11/19] ports/45502 ports-bugs [New Port] www/mod_accounting : An Apache o [2002/11/20] ports/45522 ports-bugs new port database/WWWdb-0.8.2 o [2002/11/24] ports/45693 ports-bugs New port: net/gkrellmmultiping2 o [2002/11/25] ports/45714 ports-bugs New Port: KMyIRC f [2002/11/26] ports/45771 ports-bugs OffiX printer doesn't find printer f [2002/11/26] ports/45782 ports-bugs [patch] fix fetch and update version for o [2002/11/27] ports/45812 ports-bugs New port for print/mup o [2002/11/30] ports/45886 ports-bugs New ports: japanese/trr* o [2002/12/01] ports/45909 ports-bugs New port: Python DBI Sybase module o [2002/12/02] ports/45911 ports-bugs GEOM-related problem sysutils/diskcheckd o [2002/12/05] ports/46005 ports-bugs New port: ginsu - a client for the gale s o [2002/12/06] ports/46024 ports-bugs palm/plucker-1.2 doesn't work with python f [2002/12/06] ports/46041 ports-bugs port update: www/dansguardian to version o [2002/12/06] ports/46042 ports-bugs port update: www/dansguardian-devel to v o [2002/12/07] ports/46063 ports-bugs New port: USB FM Radio Control utility f [2002/12/07] ports/46065 ports-bugs [patch] fix fetch for devel/libvanessa_* f [2002/12/07] ports/46077 ports-bugs [patch] fix fetch for devel/gsnes9x o [2002/12/07] ports/46089 ports-bugs multimedia/xmms Vorbis plugin built incor o [2002/12/11] ports/46202 ports-bugs hackedbox make install failure (nle/et_EE o [2002/12/17] ports/46325 ports-bugs new port: net/luasocket - IP library for o [2002/12/17] ports/46327 ports-bugs obsolete version of the Computer Modern f o [2002/12/20] ports/46394 ports-bugs New port: special purpose database applic o [2002/12/20] ports/46410 ports-bugs New port: SGL - incomplete STL implementa o [2002/12/21] ports/46442 ports-bugs New port: Ada thin binding to SDL and Ope o [2002/12/21] ports/46448 ports-bugs New port: adabooch is a Booch implementat o [2002/12/21] ports/46457 ports-bugs Update x11/temperature.app to 1.4 and use o [2002/12/23] ports/46487 ports-bugs New port: cbind - Translator for "thin" A o [2002/12/23] ports/46505 ports-bugs New port: adabindx - an Ada-binding to th o [2002/12/23] ports/46510 ports-bugs sshd does not correctly store the remote o [2002/12/24] ports/46520 ports-bugs stability issues re - mplayer and audio o o [2002/12/25] ports/46527 ports-bugs bento-fix: sysutils/bubblemon o [2002/12/26] ports/46552 ports-bugs new port: smtpmap-0.8 o [2002/12/28] ports/46602 ports-bugs new port devel/tkinspect o [2002/12/28] ports/46608 ports-bugs [NEW PORT] latest development track of ep f [2002/12/30] ports/46630 ports-bugs update of ports/net/lam f [2003/01/02] ports/46688 ports-bugs mail/tkrat2 Updated to 2.1.1 o [2003/01/02] ports/46706 ports-bugs New Port: irc/dancer o [2003/01/02] ports/46707 ports-bugs [NEW PORT} audio/asmix mixer for afterste o [2003/01/02] ports/46708 ports-bugs [NEW PORT} audio/asmixer Another mixer fo o [2003/01/03] ports/46728 ports-bugs [UPDATE] textproc/xml2rfc o [2003/01/03] ports/46731 ports-bugs New port: SGI's Open Inventor o [2003/01/04] ports/46754 ports-bugs [PATCH] pdftohtml add Plain-Text output o [2003/01/04] ports/46756 ports-bugs new port: net/fpl o [2003/01/04] ports/46766 ports-bugs New port: kix-kmod : Syscons screen saver o [2003/01/04] ports/46774 ports-bugs New port: comms/lirc: Linux Infared Remot o [2003/01/06] ports/46811 ports-bugs palm/pose fails to build o [2003/01/07] ports/46847 ports-bugs new port: multimedia/nxtvepg (electronic o [2003/01/07] ports/46853 ports-bugs pure-ftp uses /etc for config o [2003/01/08] ports/46874 ports-bugs make of gnotepad+ fails with missing conf o [2003/01/09] ports/46893 ports-bugs make error in /usr/ports/print/xpp o [2003/01/09] ports/46904 ports-bugs new port: mail/vqregister o [2003/01/13] ports/47017 ports-bugs update games/zangband to 2.7.2 o [2003/01/13] ports/47026 ports-bugs New port: a small assembly to HTML conver o [2003/01/14] ports/47042 ports-bugs Some dependencies of port are built befor o [2003/01/15] ports/47098 ports-bugs New port: Senken, a city simulation game o [2003/01/15] ports/47112 ports-bugs web2ldap compile abends with `LDAP_FILT_M o [2003/01/15] ports/47128 ports-bugs New port: hybserv (irc services for ircd- o [2003/01/16] ports/47138 ports-bugs ports/latex cannot be installed o [2003/01/16] ports/47156 ports-bugs new port: ftp/tftp-hpa: Advanced TFTP ser o [2003/01/17] ports/47161 ports-bugs New Port: audio/xmms-kj Add K-JoefolSkinS o [2003/01/17] ports/47166 ports-bugs Tktable port o [2003/01/17] ports/47183 ports-bugs fetchyahoo porte problem (one line)> o [2003/01/18] ports/47189 ports-bugs New port: x11/chameleon o [2003/01/18] ports/47197 ports-bugs multimedia/xmms cdaudio plugin issues ill o [2003/01/19] ports/47216 ports-bugs daily_clean_hoststat_enable causes errors o [2003/01/19] ports/47218 ports-bugs PostgreSQL client has problems when libbi o [2003/01/19] ports/47220 ports-bugs New port: games/gnmm (GNOME Nine mens' mo o [2003/01/19] ports/47240 ports-bugs [patch] avifile WITH_AC3PASSTHROUGH=yes b o [2003/01/20] ports/47275 ports-bugs devel/sdcc v2.3.0 fails to configure/buil o [2003/01/22] ports/47379 ports-bugs patch for elm port o [2003/01/22] ports/47381 ports-bugs ownership wrong if build as one user, ins o [2003/01/23] ports/47406 ports-bugs [Patch] Remove {PERL} from ports@'s ports o [2003/01/23] ports/47420 ports-bugs cad/xcircuit: ownership is of user who bu o [2003/01/24] ports/47446 ports-bugs nslookup crash in SetDefaultServer (patch o [2003/01/25] ports/47472 ports-bugs new port: games/xcheckers (checkers game) o [2003/01/25] ports/47473 ports-bugs Exitstatus passing in vgetty for external o [2003/01/26] ports/47520 ports-bugs New port: net/roadrunner - a BEEP library o [2003/01/27] ports/47542 ports-bugs [PATCH] Keynote2 support configuration op o [2003/01/27] ports/47545 ports-bugs New port: jpegoptim is an command-line jp o [2003/01/27] ports/47571 ports-bugs new port: gnotime tracker o [2003/01/27] ports/47573 ports-bugs [PATCH] linux_base-7.1_2 port does not in o [2003/01/28] ports/47622 ports-bugs New Port: misc/gkrellshoot2 o [2003/01/29] ports/47649 ports-bugs New port: audio/eTktab - guitar tabulatur o [2003/01/29] ports/47651 ports-bugs unPERLify ports/audio o [2003/01/29] ports/47652 ports-bugs unPERLify ports/astro o [2003/01/29] ports/47653 ports-bugs unPERLify ports/cad o [2003/01/29] ports/47654 ports-bugs unPERLify ports/biology o [2003/01/29] ports/47656 ports-bugs unPERLify ports/comms o [2003/01/30] ports/47686 ports-bugs New Port: kwin-flatcurve f [2003/02/03] ports/47862 ports-bugs Maintainer update: databases/mysql-gui (b o [2003/02/04] ports/47904 ports-bugs drweb - cron example don't work o [2003/02/04] ports/47917 ports-bugs New port: audio/gkrellmss2 o [2003/02/05] ports/47990 ports-bugs Patch so loadpath.UNIX is correct o [2003/02/06] ports/47995 ports-bugs New port: Showing moving blobs o [2003/02/06] ports/48021 ports-bugs New Port: www/photo_gallery o [2003/02/08] ports/48097 ports-bugs Manual for camediaplay(1) falsely describ f [2003/02/09] ports/48115 ports-bugs Update port: math/abs o [2003/02/09] ports/48127 ports-bugs New port: security/hostsentry, Login anom o [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/13] ports/48235 ports-bugs New Port: anomy mail sanitizer - removing o [2003/02/13] ports/48247 ports-bugs unPERLify ports/deskutils o [2003/02/13] ports/48248 ports-bugs unPERLify ports/editors o [2003/02/13] ports/48253 ports-bugs unPERLify ports/devel f [2003/02/13] ports/48257 ports-bugs New Port: portdowngrade: a tool to set a o [2003/02/14] ports/48273 ports-bugs FlightGear can only be run once between b o [2003/02/14] ports/48292 ports-bugs new port: print/epsonepl "Printer filter f [2003/02/16] ports/48350 ports-bugs [gimp-print] build error o [2003/02/17] ports/48382 ports-bugs /usr/ports/net/cflowd compile errors, wil o [2003/02/17] ports/48388 ports-bugs ftp/lukemftpd: Maintainer does not exist o [2003/02/17] ports/48404 ports-bugs gnuchess doesn't install the gnuchessx al o [2003/02/17] ports/48411 ports-bugs New port: databases/p5-SQL-Abstract o [2003/02/18] ports/48418 ports-bugs mail/teapop: 2 problems o [2003/02/18] ports/48422 ports-bugs New POrt: webstats o [2003/02/18] ports/48448 ports-bugs New port: orca text data grapher (uses rr o [2003/02/19] ports/48459 ports-bugs upgrade www/plone to 1.0.1 o [2003/02/21] ports/48552 ports-bugs new port: sysutils/ganglia-webfrontend: G o [2003/02/22] ports/48564 ports-bugs [new port] net/zonemaster : a tool for zo o [2003/02/24] ports/48636 ports-bugs Build options in Makefile.local are ignor o [2003/02/25] ports/48657 ports-bugs New port: drweb-qmail o [2003/02/25] ports/48685 ports-bugs ports tree missing from ftp site o [2003/02/25] ports/48694 ports-bugs New port: Plan9 compatibility libraries o [2003/02/26] ports/48697 ports-bugs New port: sysutils/sec Simple event corr o [2003/02/27] ports/48764 ports-bugs new port for mpexpr o [2003/02/28] ports/48771 ports-bugs Bug in audio/shout when using with SHOUTc o [2003/03/01] ports/48812 ports-bugs New port: print/foomatic-db-engine o [2003/03/01] ports/48813 ports-bugs New port: print/foomatic-filters o [2003/03/01] ports/48824 ports-bugs add WITHOUT_NLS support to devel/bison o [2003/03/02] ports/48832 ports-bugs New port: print/foomatic-db-hpijs o [2003/03/03] ports/48873 ports-bugs courier update to 0.41 f [2003/03/03] ports/48884 ports-bugs Update misc/mango to 0.25 o [2003/03/03] ports/48890 ports-bugs New port: audio/streamtuner-python 0.0.1 o [2003/03/04] ports/48913 ports-bugs vtk does not compile with nvidia-drivers o [2003/03/04] ports/48929 ports-bugs New port: JRTPLIB - RTP library in C++ o [2003/03/04] ports/48934 ports-bugs new port: games/eif (empire text client) o [2003/03/05] ports/48959 ports-bugs new port: graphics/gqview-devel o [2003/03/06] ports/48994 ports-bugs port for ncp o [2003/03/07] ports/49002 ports-bugs fix duplicated categories on a 34 slave p o [2003/03/07] ports/49003 ports-bugs New port: A virtual note-pad system for y o [2003/03/10] ports/49061 ports-bugs Update port: net/mmucl o [2003/03/10] ports/49072 ports-bugs New port x11-toolkits/SoQt (1.0.2) o [2003/03/10] ports/49080 ports-bugs New port: emacs-chess, a chessboard for e o [2003/03/10] ports/49093 ports-bugs update ports/biology/act to latest releas o [2003/03/11] ports/49118 ports-bugs Update port: update graphics/showimg to 0 o [2003/03/11] ports/49944 ports-bugs New Port: mail/pop-before-smtp - smtp aut o [2003/03/11] ports/49948 ports-bugs Port submission o [2003/03/12] ports/49961 ports-bugs [PATCH] Mega tree sweep for SITE_PERL usa o [2003/03/13] ports/49986 ports-bugs new port: myphpmoney o [2003/03/14] ports/49999 ports-bugs lrz in lrzsz-0.12.20(comms/lrzsz) sets in o [2003/03/14] ports/50005 ports-bugs net/flow-extract: new port o [2003/03/15] ports/50026 ports-bugs New port: security/osiris o [2003/03/15] ports/50029 ports-bugs fix for "user stats" function in tkseti o [2003/03/15] ports/50038 ports-bugs New port: wmBinClock o [2003/03/16] ports/50046 ports-bugs New Port: kallers o [2003/03/16] ports/50048 ports-bugs Update of www/plone from 1.0.r1 to 1.0.1 o [2003/03/17] ports/50068 ports-bugs New port: sybase_ase (Sybase ASE RDBMS) o [2003/03/17] ports/50072 ports-bugs New port: net/gkrellmwireless2 o [2003/03/18] ports/50096 ports-bugs tiff-3.5.7 fax2tiff dumps core o [2003/03/19] ports/50135 ports-bugs conflicting types for mkdir() and rename( o [2003/03/20] ports/50140 ports-bugs [patch] fix plist devl/linux_devtools (al o [2003/03/20] ports/50142 ports-bugs misc/compat4x broken o [2003/03/20] ports/50146 ports-bugs mount.app new port submission o [2003/03/21] ports/50170 ports-bugs New version of bcwipe port o [2003/03/21] ports/50172 ports-bugs New port: 9box "pack" windows inside itse o [2003/03/22] ports/50195 ports-bugs [PATCH] Import of OpenBSD fdisk o [2003/03/23] ports/50207 ports-bugs [NEW PORT]: converters/p5-Unicode-Lite: E o [2003/03/23] ports/50230 ports-bugs grail don't work with Python 2.x. o [2003/03/24] ports/50256 ports-bugs new port version: sysutils/stmpclean o [2003/03/25] ports/50272 ports-bugs [NEW PORT] devel/p5-enum: defines a set o o [2003/03/25] ports/50291 ports-bugs FreeBSD Port Submission for "Destroy" o [2003/03/25] ports/50303 ports-bugs [NEW PORT] detachtty: Run interactive pro a [2003/03/26] ports/50313 ports-bugs Upgrade emulators/linux_base's glibc o [2003/03/26] ports/50318 ports-bugs New port: Python shared library. o [2003/03/26] ports/50324 ports-bugs net/ns fails to build o [2003/03/28] ports/50405 ports-bugs New port: x11-wm/fluxspace o [2003/03/28] ports/50411 ports-bugs Revised [UPDATE] sysutils/fastresolve fro o [2003/03/28] ports/50415 ports-bugs New port: irc/onis o [2003/03/29] ports/50419 ports-bugs NEW PORT! misc/ekg o [2003/03/29] ports/50423 ports-bugs New port: www/phpftp o [2003/03/29] ports/50443 ports-bugs New port for libirman 0.4.2 o [2003/03/31] ports/50473 ports-bugs amavis-perl is no longer supported (super o [2003/03/31] ports/50475 ports-bugs Port of rubber. f [2003/03/31] ports/50476 ports-bugs New port: math/libmath++ o [2003/03/31] ports/50478 ports-bugs New port: games/monopd o [2003/03/31] ports/50481 ports-bugs [patch] update java/bluej -> 1.2.2 o [2003/03/31] ports/50484 ports-bugs Lots of warnings when compiling hping o [2003/03/31] ports/50514 ports-bugs TCH] Added tractorgen(6) manpage and othe o [2003/04/02] ports/50548 ports-bugs print/ghostscript-gnu missing "standard" o [2003/04/02] ports/50553 ports-bugs [update] games/hlserver-psychostats to 1. o [2003/04/03] ports/50578 ports-bugs pktrace has been renamed to mftrace by th o [2003/04/03] ports/50586 ports-bugs JDEE port needs updates o [2003/04/04] ports/50609 ports-bugs New port: russian/muttprint (pretty print o [2003/04/04] ports/50616 ports-bugs UPDATE-PORT: devel/linux-sdl12 update to o [2003/04/05] ports/50628 ports-bugs [PATCH] waimea port has missing run-depen o [2003/04/06] ports/50645 ports-bugs New port: benchmarks/scimark2 - a Java b o [2003/04/06] ports/50646 ports-bugs New port: benchmarks/scimark2c - an ANSI o [2003/04/07] ports/50672 ports-bugs New port submission o [2003/04/07] ports/50692 ports-bugs Update port of ScrollZ to 1.9 o [2003/04/08] ports/50710 ports-bugs New port: misc/pxclient a [2003/04/08] ports/50714 ports-bugs Checksum mismatch for ghostscript/hpdj-2. o [2003/04/08] ports/50724 ports-bugs [PATCH] pkg_fetch saves full filename o [2003/04/08] ports/50725 ports-bugs new port: russian/koi2koi o [2003/04/09] ports/50754 ports-bugs New port: security/hmap - web server fing o [2003/04/09] ports/50763 ports-bugs New-port: games/linux_nwnclient games/li o [2003/04/09] ports/50767 ports-bugs New port: ldap2dns - maintain DNS zones i o [2003/04/10] ports/50775 ports-bugs axel port failes to build o [2003/04/10] ports/50777 ports-bugs New port: lxsplit-0.1.1 o [2003/04/10] ports/50788 ports-bugs gnump3d - install problem - adamw asked m o [2003/04/10] ports/50794 ports-bugs New port graphics/pho (version 0.9.1) o [2003/04/10] ports/50799 ports-bugs Lisp Packages install directory should no o [2003/04/11] ports/50810 ports-bugs Update port: lang/cmucl (docs installed a f [2003/04/11] ports/50822 ports-bugs [PATCH] graphics/netpbm doesn't install i o [2003/04/11] ports/50840 ports-bugs mail/squirrelmail - Port Docs in wrong lo o [2003/04/12] ports/50850 ports-bugs -march=pca56 blows up nethack34-nox11 o [2003/04/12] ports/50858 ports-bugs compile of ecasound-2.2.2 fails with unde o [2003/04/12] ports/50880 ports-bugs Request for (optional) addition of tcplim o [2003/04/12] ports/50881 ports-bugs New port: mail/scmail - mail filter in sc o [2003/04/12] ports/50888 ports-bugs Updated fetchyahoo port, like fetchmail f o [2003/04/13] ports/50901 ports-bugs New port: gqradio - a GTK based FM tuner o [2003/04/13] ports/50914 ports-bugs Port update: editors/fte o [2003/04/14] ports/50957 ports-bugs [PATCH]: unbreak port converters/dumpasn1 o [2003/04/14] ports/50965 ports-bugs www/linux-flashplugin update to 6.0r79 o [2003/04/14] ports/50967 ports-bugs [patch] ftp/ftptool patch the file lex.c o [2003/04/15] ports/50989 ports-bugs Update cad/slffea: fix distinfo - bento e o [2003/04/15] ports/50992 ports-bugs ports-bug: devel/kprof o [2003/04/15] ports/50997 ports-bugs [patch] x11-toolkits/slingshot o [2003/04/15] ports/51002 ports-bugs new feature for net/trafshow o [2003/04/15] ports/51005 ports-bugs New port of native window decoration for o [2003/04/15] ports/51008 ports-bugs making sysutils/eject understand cdrom ar o [2003/04/15] ports/51011 ports-bugs port update o [2003/04/15] ports/51013 ports-bugs New Port: avidemux2 o [2003/04/16] ports/51017 ports-bugs New Port: xvmixer an Open Look-based audi o [2003/04/16] ports/51036 ports-bugs New port: sysutils/clockspeed-conf - Supe o [2003/04/16] ports/51071 ports-bugs New port: net/pear-Net_URL - Easy parsing o [2003/04/16] ports/51076 ports-bugs [patch] x11-toolkits/xview-clients now bu o [2003/04/17] ports/51087 ports-bugs spamass-milter can not be built with send o [2003/04/17] ports/51098 ports-bugs New port: Perl5 module to read and write o [2003/04/17] ports/51117 ports-bugs New port: Freecraft RTS game o [2003/04/17] ports/51118 ports-bugs New Port: graphics/xvgr Open Look-based d o [2003/04/17] ports/51122 ports-bugs New port: textproc/xhtml-1.1 o [2003/04/18] ports/51130 ports-bugs databases/freetds overwrites config file o [2003/04/18] ports/51147 ports-bugs Update of graphics/jhead port to 2.0 o [2003/04/19] ports/51158 ports-bugs New port: sysutils/reoback o [2003/04/19] ports/51162 ports-bugs new port: misc/gkrellm-helium, Prague the o [2003/04/20] ports/51190 ports-bugs New port: emulators/extract-xiso o [2003/04/20] ports/51197 ports-bugs New Port: rendezvous (Apple's ZeroConf im o [2003/04/21] ports/51214 ports-bugs New port: www/zope-localizer o [2003/04/21] ports/51215 ports-bugs New port: www/zope-translationservice o [2003/04/21] ports/51264 ports-bugs new port: mail/mls o [2003/04/22] ports/51275 ports-bugs textproc/latex2html PLIST is missing some o [2003/04/23] ports/51306 ports-bugs Update port: net/dictd-database o [2003/04/23] ports/51320 ports-bugs NEW PORT: sysutils/adtool o [2003/04/23] ports/51321 ports-bugs Patch to update port dclib 0.1.11 -> 0.2. o [2003/04/23] ports/51323 ports-bugs Patch to update port dcgui 0.1.11 -> 0.2. f [2003/04/24] ports/51349 ports-bugs New port: sysutils/xps o [2003/04/24] ports/51351 ports-bugs new port x11-toolkits/SoXt 1.1.0 (SUPERCE o [2003/04/24] ports/51393 ports-bugs update request: lang/sml-mode.el to 3.9.5 f [2003/04/24] ports/51400 ports-bugs new port:biology/lsysexp o [2003/04/24] ports/51402 ports-bugs New port for LDAP Directory Administrator o [2003/04/24] ports/51404 ports-bugs [patch] fix WWW for www/css-mode.el o [2003/04/25] ports/51406 ports-bugs Add linprocfs mount check to emulators/li o [2003/04/25] ports/51427 ports-bugs Update port: devel/rlwrap to 0.15 o [2003/04/26] ports/51447 ports-bugs x11/nvidia-driver: adding support for 5.0 o [2003/04/27] ports/51456 ports-bugs adding new port: opencm o [2003/04/27] ports/51468 ports-bugs [patch][non-maintainer update] canonical o [2003/04/27] ports/51475 ports-bugs japanese/kappa20: does not handle italic o [2003/04/27] ports/51482 ports-bugs IMCom port upgrade (supersedes ports/5077 o [2003/04/27] ports/51484 ports-bugs undefined reference in libobjc.so o [2003/04/28] ports/51489 ports-bugs Update net/gnunet: 0.5.1a -> 0.5.3 o [2003/04/28] ports/51536 ports-bugs rmagic 2.21/FreeBSD 4.8-STABLE failing to o [2003/04/28] ports/51540 ports-bugs [update orphaned port] : audio/darkice o [2003/04/28] ports/51543 ports-bugs New port: py-sybase 0.36 (Sybase DB modul o [2003/04/28] ports/51545 ports-bugs [update orphaned port]: audio/mixer.app o [2003/04/29] ports/51554 ports-bugs p5-File-Spec is too picky o [2003/04/29] ports/51560 ports-bugs UPDATE converters/p5-Convert-BER o [2003/04/29] ports/51610 ports-bugs rmagic.sample (config file) & sample.dat f [2003/04/30] ports/51618 ports-bugs Maintainer update: hungarian/ispell to ve o [2003/04/30] ports/51631 ports-bugs New port: hungarian/complexjogtar - Hunga o [2003/04/30] ports/51634 ports-bugs Updated mod_webapp version o [2003/04/30] ports/51640 ports-bugs [PATCH] update of port net/openldap20 to o [2003/04/30] ports/51647 ports-bugs NEW PORT: pglod - inserts web logs into a o [2003/05/02] ports/51694 ports-bugs net/lft update to 2.1 o [2003/05/04] ports/51760 ports-bugs Change-request: mail/tmda (ACTION_AUTO_RE o [2003/05/04] ports/51768 ports-bugs [new port]: net/libnss_mysql (NSS module o [2003/05/05] ports/51787 ports-bugs (update) databases/p5-DBIx-Tree o [2003/05/05] ports/51791 ports-bugs Change-request: shell/pdksh (pdksh-5.2.14 o [2003/05/05] ports/51799 ports-bugs (update) devel/p5-AppConfig o [2003/05/05] ports/51803 ports-bugs (update) devel/p5-Class-Container o [2003/05/05] ports/51804 ports-bugs (update) devel/p5-Class-Date o [2003/05/05] ports/51819 ports-bugs New port: Provides a static mod_perl with o [2003/05/06] ports/51834 ports-bugs (update) devel/p5-Class-MethodMaker o [2003/05/06] ports/51835 ports-bugs (update) devel/p5-Class-ObjectTemplate o [2003/05/06] ports/51836 ports-bugs (update) devel/p5-Class-ObjectTemplate-DB o [2003/05/06] ports/51838 ports-bugs (update) devel/p5-Config-General o [2003/05/06] ports/51839 ports-bugs (update) devel/p5-Config-IniFiles o [2003/05/06] ports/51840 ports-bugs (update) devel/p5-Data-Flow o [2003/05/06] ports/51851 ports-bugs (update) ports/devel/p5-Date-ICal o [2003/05/06] ports/51877 ports-bugs (update) devel/p5-Devel-ptkdb o [2003/05/06] ports/51880 ports-bugs (update) devel/p5-Filter o [2003/05/06] ports/51881 ports-bugs (update) devel/p5-Getopt-ArgvFile o [2003/05/07] ports/51915 ports-bugs update for ports dcgui/dclib o [2003/05/07] ports/51918 ports-bugs isc-dhcp3 port package creates dhcp.lease a [2003/05/07] ports/51923 ports-bugs Update port: math/oleo o [2003/05/09] ports/51995 ports-bugs New port: mod_jk2 for apache2 and tomcat4 o [2003/05/09] ports/52006 ports-bugs rsync fails with protocol problems f [2003/05/09] ports/52016 ports-bugs New port: lang/harbour - A Clipper-compat o [2003/05/09] ports/52017 ports-bugs update to print/gsfonts o [2003/05/10] ports/52027 ports-bugs Update port: misc/bibletime from 1.2.1 to o [2003/05/10] ports/52028 ports-bugs Update port: misc/bibletime-doc from 1.2. o [2003/05/10] ports/52037 ports-bugs port multimedia/avifile fails to build (I o [2003/05/10] ports/52042 ports-bugs Update: audio/p5-MP3-Info 1.01 -> 1.02 o [2003/05/10] ports/52054 ports-bugs Update biology/p5-AcePerl 1.82 -> 1.83 o [2003/05/10] ports/52058 ports-bugs Update: databases/p5-BerkeleyDB .19 -> .2 o [2003/05/11] ports/52078 ports-bugs mail/gmime: upgrading to 1.0.7. o [2003/05/11] ports/52082 ports-bugs bacon port has no its homepage o [2003/05/12] ports/52116 ports-bugs [patch] print/cpp2latex s/getopt/unistd/ o [2003/05/12] ports/52124 ports-bugs [patch] net/tcpview: Chase AF_{NS/NETBIOS o [2003/05/12] ports/52125 ports-bugs New port: The devel branch of the ion win o [2003/05/12] ports/52127 ports-bugs Update port: emulators/dosbox - 0.55 > 0. f [2003/05/12] ports/52130 ports-bugs New Port: sysutils/klineakconfig configur f [2003/05/12] ports/52131 ports-bugs New port: databases/qt-mysql-plugin mysql o [2003/05/12] ports/52132 ports-bugs New port: audio/prokyon3 Really nice mp3- o [2003/05/13] ports/52158 ports-bugs Update to pr:ports/52129 sysutils/lineakd o [2003/05/13] ports/52159 ports-bugs updates to pr:ports/52130 and pr:ports/52 o [2003/05/13] ports/52165 ports-bugs (update) devel/p5-Log-Agent to 0.304 o [2003/05/13] ports/52167 ports-bugs (update) devel/p5-Log-Log4perl to 0.31 o [2003/05/13] ports/52176 ports-bugs new port: comms/gscmxx 0.4.1 - gtk-fronte o [2003/05/13] ports/52184 ports-bugs (update) devel/p5-Params-Validate to 0.58 o [2003/05/13] ports/52186 ports-bugs (update) devel/p5-Proc-ProcessTable to 0. o [2003/05/13] ports/52200 ports-bugs [maintainer update] fix fetch and Perl lo o [2003/05/13] ports/52201 ports-bugs NEW port CAD/gmsh o [2003/05/14] ports/52204 ports-bugs (update) devel/p5-Proc-Reliable to 1.13 o [2003/05/14] ports/52212 ports-bugs (update) devel/p5-String-Approx to 3.20 o [2003/05/14] ports/52214 ports-bugs (update) devel/p5-Term-ANSIColor to 1.07 o [2003/05/14] ports/52215 ports-bugs [maintainer] Update www/eldav.el to 0.7.0 o [2003/05/14] ports/52216 ports-bugs (update) devel/p5-Test-Harness to 2.28 o [2003/05/14] ports/52231 ports-bugs (update) graphics/p5-GD-Graph to 1.39 o [2003/05/14] ports/52232 ports-bugs (update) graphics/p5-GD-TextUtil to 0.85 o [2003/05/14] ports/52235 ports-bugs (update) graphics/gd2 to 2.0.12 o [2003/05/14] ports/52238 ports-bugs (update) graphics/p5-GD2 to 2.07 o [2003/05/14] ports/52239 ports-bugs (update) graphics/p5-Image-Info to 1.12 o [2003/05/14] ports/52240 ports-bugs (update) graphics/p5-chart to 2.2 o [2003/05/14] ports/52242 ports-bugs (update) irc/p5-POE-Component-IRC to 2.7 o [2003/05/15] ports/52263 ports-bugs (update) mail/p5-MIME-Lite to 3.01 o [2003/05/15] ports/52268 ports-bugs devel/picasm update to 1.12b o [2003/05/15] ports/52282 ports-bugs getmail patch- there is a getmail_mbox o [2003/05/15] ports/52285 ports-bugs (update) mail/p5-Mail-Sendmail to 0.79 o [2003/05/15] ports/52286 ports-bugs (update) math/p5-Date-Handler to 1.1 o [2003/05/15] ports/52291 ports-bugs (update) math/p5-Math-Currency to 0.39 o [2003/05/15] ports/52305 ports-bugs Update port: textproc/cocoon (distfiles s o [2003/05/15] ports/52306 ports-bugs NEW port: vda2fbd converter o [2003/05/16] ports/52315 ports-bugs New port: devel/p5-Date-Simple - a simple o [2003/05/16] ports/52322 ports-bugs (update) math/p5-MatrixReal to 1.9 o [2003/05/16] ports/52327 ports-bugs (update) misc/p5-File-CounterFile to 1.00 o [2003/05/16] ports/52329 ports-bugs (update) net/p5-DNS-Config to work with a o [2003/05/16] ports/52330 ports-bugs (update) net/p5-DNS-Zone to work with all f [2003/05/16] ports/52339 ports-bugs New port: games/ksirk o [2003/05/17] ports/52357 ports-bugs New Port: ASDF, a Common Lisp library man o [2003/05/17] ports/52359 ports-bugs New Port: ASDF, a Common Lisp library man o [2003/05/17] ports/52361 ports-bugs New Port: Common Lisp Parser Generator o [2003/05/17] ports/52362 ports-bugs New Port: Common Lisp Parser Generator (S o [2003/05/17] ports/52363 ports-bugs New Port: Parser Generator for Common Lis o [2003/05/17] ports/52364 ports-bugs New Port: Common Lisp Parser Generator (C o [2003/05/17] ports/52365 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52366 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52367 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52368 ports-bugs New Port: Common Lisp portability package o [2003/05/17] ports/52369 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52370 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52371 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52372 ports-bugs New Port: Portable Perl-Compatible Regexp o [2003/05/17] ports/52373 ports-bugs New Port: Splitting Common Lisp sequences o [2003/05/17] ports/52374 ports-bugs New Port: Splitting Common Lisp Sequences o [2003/05/17] ports/52375 ports-bugs New Port: Splitting Common Lisp Sequences o [2003/05/17] ports/52376 ports-bugs New Port: Splitting Common Lisp sequences o [2003/05/17] ports/52377 ports-bugs [PATCH] for upgrading net/ipfm to 0.11.5 f [2003/05/17] ports/52380 ports-bugs Configure problem in libggi f [2003/05/17] ports/52381 ports-bugs New port: games/luola o [2003/05/17] ports/52390 ports-bugs emulators/twin attempts to build on unsup o [2003/05/18] ports/52393 ports-bugs New port: py-sourceview is a Python wrapp f [2003/05/18] ports/52402 ports-bugs New port: www/webcpp (converts code to hi o [2003/05/18] ports/52411 ports-bugs graphics/giram: upgrading to 0.3.5 and un o [2003/05/19] ports/52430 ports-bugs port lang/ocaml fails to build o [2003/05/19] ports/52437 ports-bugs Unbroke port: x11-toolkits/xview f [2003/05/19] ports/52439 ports-bugs Request: SMTP AUTH for qmail o [2003/05/19] ports/52444 ports-bugs Fix to ports/lang/ici build problem on 5- o [2003/05/19] ports/52447 ports-bugs [PATCH] for gtk20-apireference .devhelp f o [2003/05/19] ports/52452 ports-bugs [PATCH] sysutils/afio mangles FIFOs o [2003/05/20] ports/52463 ports-bugs New Port: lml, a Common Lisp HTML generat o [2003/05/20] ports/52464 ports-bugs New Port: lml, a Common Lisp HTML generat o [2003/05/20] ports/52472 ports-bugs Vorbis comments in unicode do not work wi o [2003/05/20] ports/52478 ports-bugs Update port: graphics/white_dune to 0.23. o [2003/05/20] ports/52482 ports-bugs Update port: print/scribus to 0.9.10 o [2003/05/20] ports/52488 ports-bugs Updated port for sysutils/muse o [2003/05/20] ports/52491 ports-bugs Update port: misc/xrmap to 2.29 f [2003/05/20] ports/52495 ports-bugs New port: sysutils/disktool o [2003/05/20] ports/52507 ports-bugs [PATCH] Update of port www/p5-HTML-Mason o [2003/05/20] ports/52509 ports-bugs Update port: print/cups-base (dangling sy o [2003/05/21] ports/52531 ports-bugs www/mod_webapp_apache2: Distfile unavaila o [2003/05/21] ports/52538 ports-bugs [patch] Increased granularity for ImageMa o [2003/05/22] ports/52564 ports-bugs Update port print/hyperlatex from 2.5 to o [2003/05/22] ports/52570 ports-bugs Jigdo maintainer update, port did not bui o [2003/05/22] ports/52571 ports-bugs Update port: audio/rebler o [2003/05/22] ports/52573 ports-bugs Update port: devel/yacl o [2003/05/22] ports/52576 ports-bugs Update port: math/yacas to 1.0.55 o [2003/05/22] ports/52582 ports-bugs new port: net/weedns_sc o [2003/05/22] ports/52590 ports-bugs [non-maintainer update] update logic for o [2003/05/23] ports/52604 ports-bugs multiple problems with port net/openldap2 o [2003/05/23] ports/52608 ports-bugs [maintainer update] Update port: net/neta o [2003/05/23] ports/52614 ports-bugs New port openradius o [2003/05/23] ports/52627 ports-bugs Update databases/clip: 0.9 -> 1.0.6 o [2003/05/23] ports/52628 ports-bugs Update port java/jmp 0.29 -> 0.30. o [2003/05/24] ports/52653 ports-bugs ports/net/gnu-radius no longer compatible o [2003/05/24] ports/52659 ports-bugs New port: news/xvnews Open Look-based new o [2003/05/26] ports/52694 ports-bugs Update sysutils/kdirstat: 2.2.0 -> 2.3.7 o [2003/05/26] ports/52695 ports-bugs Update port: games/vamos to 0.3.2 o [2003/05/26] ports/52696 ports-bugs Update port: graphics/divxcalc to 0.5 o [2003/05/26] ports/52697 ports-bugs Update port: graphics/tulip to 1.2.4 o [2003/05/26] ports/52698 ports-bugs Update port: math/plplot o [2003/05/26] ports/52701 ports-bugs New port: Java program to graphically dis o [2003/05/26] ports/52702 ports-bugs Updated port: (very trivial) patch to fix o [2003/05/26] ports/52708 ports-bugs Update Port www/geeklog o [2003/05/27] ports/52716 ports-bugs Update port: math/drgenius to 0.8.4 o [2003/05/27] ports/52717 ports-bugs Update port: misc/gretl to 1.0.9 o [2003/05/27] ports/52726 ports-bugs [maintainer update] Update port: mail/vm o [2003/05/27] ports/52727 ports-bugs Add Apache2 support at phplot o [2003/05/27] ports/52730 ports-bugs Upgrade ports linux-flashplugin6 from 6.0 o [2003/05/27] ports/52744 ports-bugs [update] net/radiator 3.5 -> 3.6 o [2003/05/28] ports/52747 ports-bugs port update - mail/p5-Mail-Ezmlm o [2003/05/28] ports/52766 ports-bugs [MAINTAINER UPDATE] Update lang/fpc to 1. o [2003/05/28] ports/52773 ports-bugs mysql-gui won't build o [2003/05/29] ports/52781 ports-bugs Maintainer update: devel/tide o [2003/05/29] ports/52786 ports-bugs update of biology/nab by maintainer o [2003/05/29] ports/52788 ports-bugs Port p5-Gimp unfetchable o [2003/05/29] ports/52789 ports-bugs Enhancement for math/arpack f [2003/05/29] ports/52790 ports-bugs New port: shells/bash-completion o [2003/05/29] ports/52791 ports-bugs Ted-2.14 crashes when saving help page o [2003/05/29] ports/52794 ports-bugs Xmaxima cannot start o [2003/05/29] ports/52796 ports-bugs devel/apr is compiled without threads sup o [2003/05/29] ports/52797 ports-bugs devel/subversion does not install any too o [2003/05/30] ports/52800 ports-bugs Update graphics/gwenview: 0.17 -> 0.17.1 o [2003/05/30] ports/52808 ports-bugs [PATCH] lang/ocaml: add WITHOUT_X11 knob o [2003/05/30] ports/52811 ports-bugs [PATCH] net/unison: install documentation o [2003/05/30] ports/52816 ports-bugs Update: japanese/mplusfonts o [2003/05/31] ports/52821 ports-bugs Rayshade homesite and postscript document o [2003/06/01] ports/52852 ports-bugs postgresql-tcltk has problems with 8.4, r o [2003/06/02] ports/52857 ports-bugs New port: Scan detection and blocking dae o [2003/06/02] ports/52861 ports-bugs Update port: devel/autogen to 5.5.5 o [2003/06/02] ports/52863 ports-bugs Update port: print/panda to 0.5.3 (fix po o [2003/06/02] ports/52867 ports-bugs postgresql slave ports, reduce unnecessar o [2003/06/02] ports/52873 ports-bugs New port: kcmpureftpd, a PureFTP control o [2003/06/02] ports/52877 ports-bugs Non-Maintainer-Update: mail/postfix add s o [2003/06/02] ports/52879 ports-bugs New port: astro/accrete o [2003/06/02] ports/52881 ports-bugs New port: sysutils/clean; automatically r o [2003/06/02] ports/52883 ports-bugs [patch] graphics/gts: Mark as BROKEN on n o [2003/06/03] ports/52892 ports-bugs The mail/courier port is outdated o [2003/06/03] ports/52896 ports-bugs Update port: graphics/qglviewer o [2003/06/03] ports/52897 ports-bugs Update port: www/amaya to 8.0 o [2003/06/03] ports/52901 ports-bugs New port: www/p5-CGI-Upload - class for h o [2003/06/03] ports/52915 ports-bugs Update editors/hte: 0.7.1 -> 0.7.2 o [2003/06/04] ports/52921 ports-bugs LAM mpi update to the port. o [2003/06/04] ports/52923 ports-bugs New port: f-prot - the F-Prot virus scann o [2003/06/04] ports/52932 ports-bugs Update port: math/ploticus o [2003/06/04] ports/52934 ports-bugs Update port: net/serveez to 0.1.5 o [2003/06/04] ports/52941 ports-bugs security/poc card-terminal problems o [2003/06/04] ports/52955 ports-bugs Update port: sysutils/di: di-3.9 - disk i o [2003/06/05] ports/52964 ports-bugs Update ports: japanese/yc.el o [2003/06/06] ports/52985 ports-bugs Update port: textproc/xmlindent to 0.2.5 o [2003/06/06] ports/52989 ports-bugs update archivers/libcomprex to 0.3.3 o [2003/06/06] ports/52991 ports-bugs update archivers/sectar 1.02 o [2003/06/06] ports/52994 ports-bugs Port games/asc crashes on exit o [2003/06/06] ports/52997 ports-bugs NEW port CAD/admesh o [2003/06/07] ports/53006 ports-bugs [UPDATE] Meta-CVS 1.0.8 o [2003/06/07] ports/53011 ports-bugs [New port] security/libprelude (part of P o [2003/06/07] ports/53012 ports-bugs [New port]: security/prelude-lml (part of o [2003/06/07] ports/53013 ports-bugs [New port]: security/prelude-nids (part o o [2003/06/07] ports/53014 ports-bugs [New port]: security/prelude-manager (par o [2003/06/07] ports/53019 ports-bugs New Port: kvirc3 a irc client based on o [2003/06/07] ports/53035 ports-bugs Update port: devel/py-reverse to 0.4.2 o [2003/06/07] ports/53036 ports-bugs Update port: devel/py-yaml to 0.32 && fix o [2003/06/08] ports/53053 ports-bugs Update port: news/dnews to 5.7b1 && fix u o [2003/06/08] ports/53070 ports-bugs Update port: cad/pcb to 1.7.3 and fix unf o [2003/06/08] ports/53074 ports-bugs [Patch] port: x11-wm/9wm unfetchable dist o [2003/06/08] ports/53076 ports-bugs Update port: x11-clocks/dclock to 2.1 && o [2003/06/09] ports/53080 ports-bugs ARJ archiver with Russian localization o [2003/06/09] ports/53093 ports-bugs Update port: textproc/rubber to 0.99.6 && o [2003/06/09] ports/53102 ports-bugs Update port: graphics/sdl_gfx to 2.0.7 o [2003/06/09] ports/53106 ports-bugs Update port: multimedia/gopchop to 0.9.0 o [2003/06/09] ports/53107 ports-bugs Update port: print/cups-pstoraster to 7.0 o [2003/06/09] ports/53114 ports-bugs [Maintainer Upgrade] databases/gauche-gd o [2003/06/09] ports/53122 ports-bugs [Patch] port: sysutils/dvdtape unfetchabl o [2003/06/09] ports/53128 ports-bugs www/thumbnail_index/files/patch-ab change o [2003/06/10] ports/53141 ports-bugs mod_php4 does not work with IMAP w/o SSL o [2003/06/10] ports/53145 ports-bugs mplayer fails to compile o [2003/06/10] ports/53152 ports-bugs New port: XFce 4 management library o [2003/06/10] ports/53154 ports-bugs New port: XFce 4 library with non-graphic o [2003/06/10] ports/53155 ports-bugs New port: XFce 4 widget library required o [2003/06/10] ports/53156 ports-bugs New port: XFce 4 settings manager o [2003/06/10] ports/53157 ports-bugs New port: XFce 4 settings manager plugins o [2003/06/10] ports/53158 ports-bugs New port: XFce 4 essential utilities and o [2003/06/10] ports/53159 ports-bugs New port: XFce 4 alternative icon box o [2003/06/10] ports/53160 ports-bugs New port: XFce 4 panel module o [2003/06/10] ports/53161 ports-bugs New port: XFce 4 desktop background manag o [2003/06/10] ports/53162 ports-bugs New port: XFce 4 file manager o [2003/06/10] ports/53163 ports-bugs New port: XFce 4 graphical frontend for p o [2003/06/10] ports/53165 ports-bugs New port: sim (ICQ clone) o [2003/06/10] ports/53167 ports-bugs New port: XFce 4 file manager extra icons o [2003/06/10] ports/53168 ports-bugs Port update: x11-wm/xfwm4 to current vers o [2003/06/10] ports/53169 ports-bugs New port: Additional XFce 4 window decora o [2003/06/10] ports/53170 ports-bugs New port: XFce 4 meta-port o [2003/06/10] ports/53172 ports-bugs [PATCH] Update textproc/txt2tags to 1.5, o [2003/06/10] ports/53173 ports-bugs [NEW PORT] textproc/xmlto: Front-end to a f [2003/06/10] ports/53178 ports-bugs [PATCH] Update devel/c2lib to 1.4.2, take o [2003/06/10] ports/53180 ports-bugs [PATCH] Update devel/makeplus to 0.2.3, t o [2003/06/10] ports/53185 ports-bugs ports/games/connect4 depends on archivers o [2003/06/11] ports/53189 ports-bugs No symlinks for POSIX and en_US.US-ASCII o [2003/06/11] ports/53190 ports-bugs update to devel/subversion o [2003/06/11] ports/53193 ports-bugs [Patch] unbroke port: math/simpack fix co o [2003/06/11] ports/53206 ports-bugs Patch updates x11-wm/pekwm to version 0.1 o [2003/06/11] ports/53208 ports-bugs New port: GNU Backgammon o [2003/06/11] ports/53212 ports-bugs sync nvidia driver patches with http://ww o [2003/06/11] ports/53215 ports-bugs new port o [2003/06/11] ports/53220 ports-bugs [Fix] port: ftp/axel fix build error o [2003/06/11] ports/53229 ports-bugs [Fix] port: audio/ecasound build error o [2003/06/11] ports/53231 ports-bugs [Patch] port: audio/ecawave fix build err o [2003/06/11] ports/53232 ports-bugs New port: net/bitlbee o [2003/06/11] ports/53234 ports-bugs New port: sysutils/rdiff-backup o [2003/06/11] ports/53235 ports-bugs New port: sysutils/duplicity o [2003/06/11] ports/53244 ports-bugs graphics/xmms-nebulus port update o [2003/06/11] ports/53246 ports-bugs New Port: mysqlcc o [2003/06/12] ports/53247 ports-bugs New port: gnome-ssh-askpass o [2003/06/12] ports/53248 ports-bugs mysql-qui port make aborts with inadequat o [2003/06/12] ports/53251 ports-bugs New port: o [2003/06/12] ports/53256 ports-bugs update port: misc/pl-sms update patch res o [2003/06/12] ports/53258 ports-bugs Maintainer update: lang/gnat-glade o [2003/06/12] ports/53263 ports-bugs [PATCH] for updating devel/global to 4.5. o [2003/06/12] ports/53266 ports-bugs ploticus should not require X11 (patch in o [2003/06/13] ports/53274 ports-bugs New port: net/rbldnsd - small fast DNS se o [2003/06/13] ports/53280 ports-bugs [PATCH] update of port mail/fetchmail to o [2003/06/13] ports/53281 ports-bugs Port for LDAP servers access and KAddress o [2003/06/13] ports/53282 ports-bugs Update port: audio/mhwaveedit to 1.2.3 o [2003/06/13] ports/53283 ports-bugs Update port: devel/hypersrc to 5.3.9 o [2003/06/13] ports/53284 ports-bugs Update port: graphics/white_dune to 0.24. o [2003/06/13] ports/53286 ports-bugs Update port: print/cups to 1.1.19 o [2003/06/13] ports/53295 ports-bugs [patch] keynote is broken - doesn't compi o [2003/06/13] ports/53302 ports-bugs speak_freely port out of date o [2003/06/13] ports/53304 ports-bugs [PATCH] net/tcpreen: unbreak on 5.x o [2003/06/13] ports/53305 ports-bugs Cleaned up security/clamav port o [2003/06/13] ports/53306 ports-bugs [New Port] security/clamav-devel o [2003/06/13] ports/53307 ports-bugs New port: palm/synce o [2003/06/13] ports/53308 ports-bugs New port: palm/synce-dccm o [2003/06/13] ports/53309 ports-bugs New port: palm/synce-serial o [2003/06/13] ports/53310 ports-bugs New port: palm/synce-librapi2 o [2003/06/13] ports/53311 ports-bugs New port: palm/synce-libsynce o [2003/06/14] ports/53317 ports-bugs New port Mpatrol, memory debugger / Updat o [2003/06/14] ports/53318 ports-bugs New port, proxychains 1.8.2 o [2003/06/14] ports/53319 ports-bugs New port: yaph 0.91 o [2003/06/14] ports/53321 ports-bugs Update: comms/plp o [2003/06/14] ports/53328 ports-bugs New port: sysutils/pear-File_Find - a PEA o [2003/06/14] ports/53329 ports-bugs Fixes for Ted-2.14 printing problems o [2003/06/14] ports/53330 ports-bugs New port: graphics/rubyphoto, a ruby web o [2003/06/14] ports/53331 ports-bugs [patch] fix checksum for textproc/jing o [2003/06/14] ports/53332 ports-bugs [patch] fix checksum for devel/eboxy o [2003/06/15] ports/53333 ports-bugs New port: palm/rapip o [2003/06/15] ports/53335 ports-bugs Update audio/extrace: 1.7.8 -> 1.8.06 o [2003/06/15] ports/53336 ports-bugs Update port: astro/nightfall to 1.32 o [2003/06/15] ports/53337 ports-bugs Update port: audio/lplayer to 0.98.2 o [2003/06/15] ports/53339 ports-bugs Update port: games/xqf to 0.9.12 o [2003/06/15] ports/53342 ports-bugs ports/audio/afsp maintainer update o [2003/06/15] ports/53346 ports-bugs xmms volume bar error o [2003/06/15] ports/53347 ports-bugs port-update: icu2 o [2003/06/15] ports/53348 ports-bugs MAINTAINER-UPDATE: textproc/xerces-c2 o [2003/06/15] ports/53352 ports-bugs [PATCH] math/blitz++: unbreak and fix ben o [2003/06/15] ports/53355 ports-bugs Maintainer update for math/scilab o [2003/06/15] ports/53358 ports-bugs [update orphaned port] mail/perdition: up o [2003/06/15] ports/53359 ports-bugs [update port] devel/libvanessa_adt: updat o [2003/06/15] ports/53360 ports-bugs [update port] devel/libvanessa_logger: up o [2003/06/15] ports/53361 ports-bugs [update port] devel/libvanessa_socket: up o [2003/06/15] ports/53363 ports-bugs [patch][non-maintainer update] fix www fo o [2003/06/15] ports/53364 ports-bugs [patch][non-maintainer update] fix fetch o [2003/06/16] ports/53365 ports-bugs Crate a new port "AXIS" o [2003/06/16] ports/53368 ports-bugs [PATCH] Update net/tcpreen to 1.3.4 o [2003/06/16] ports/53369 ports-bugs New Port: net/platero o [2003/06/16] ports/53370 ports-bugs MAINTAINER UPDATE: net/nc6 pkg-plist fix o [2003/06/16] ports/53371 ports-bugs [PATCH] devel/portlint: suggest using {DO o [2003/06/16] ports/53373 ports-bugs New port: net/uplog o [2003/06/16] ports/53374 ports-bugs Update port: devel/distcc to version 2.7 690 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 11:16:06 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B48C137B401 for ; Mon, 16 Jun 2003 11:16:06 -0700 (PDT) Received: from ns2.arlut.utexas.edu (ns2.arlut.utexas.edu [129.116.174.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A3043F93 for ; Mon, 16 Jun 2003 11:16:06 -0700 (PDT) (envelope-from gil@arlut.utexas.edu) Received: from ns5.arlut.utexas.edu (ns5.arlut.utexas.edu [10.4.1.6]) by ns2.arlut.utexas.edu (8.12.9/8.12.9) with ESMTP id h5GIG5TQ016794 for ; Mon, 16 Jun 2003 13:16:05 -0500 (CDT) Received: from csdlap3.arlut.utexas.edu (csdlap3.arlut.utexas.edu [10.3.16.8]) by ns5.arlut.utexas.edu (8.12.9/8.12.9) with ESMTP id h5GIG5K8013688 for ; Mon, 16 Jun 2003 13:16:05 -0500 (CDT) Received: from csdlap3.arlut.utexas.edu (localhost.arlut.utexas.edu [127.0.0.1])h5GIG5ri004093 for ; Mon, 16 Jun 2003 13:16:05 -0500 (CDT) Received: (from gil@localhost) by csdlap3.arlut.utexas.edu (8.12.8p1/8.12.9/Submit) id h5GIG55M004092 for ports@freebsd.org; Mon, 16 Jun 2003 13:16:05 -0500 (CDT) Date: Mon, 16 Jun 2003 13:16:05 -0500 From: Gil Kloepfer To: ports@freebsd.org Message-ID: <20030616181603.GE82408@arlut.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: freshports.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: Mon, 16 Jun 2003 18:16:07 -0000 Folks... My apologies if this has already been covered in a FAQ or mailing list somewhere... I was under the impression that www.freshports.org was a FreeBSD-related site that has the latest ports stuff on it. Well, the banner ad (from Microsoft, of all people) is apparently making Mozilla 1.4b choke, so the ONLY thing that is displayed is the banner ad. A reload simply pulls the same banner ad down. Do you folks know if this is happening on purpose (to prevent the rest of the material from loading), an unintentional javascript bug, or something wrong with Mozilla? Thanks! -- Gil Kloepfer - Network Support Applied Research Laboratories : The University of Texas at Austin (512) 835-3771 / gil@arlut.utexas.edu From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 11:22:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E12437B401 for ; Mon, 16 Jun 2003 11:22:15 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D89F43FAF for ; Mon, 16 Jun 2003 11:22:12 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h5GIJRqP013080; Mon, 16 Jun 2003 14:19:27 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h5GII2V8077865; Mon, 16 Jun 2003 14:18:02 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Gil Kloepfer In-Reply-To: <20030616181603.GE82408@arlut.utexas.edu> References: <20030616181603.GE82408@arlut.utexas.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7GOWwducwGqjLddMB/ka" Organization: MarcusCom, Inc. Message-Id: <1055787726.304.9.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 16 Jun 2003 14:22:06 -0400 X-Spam-Status: No, hits=-8.9 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: ports@freebsd.org Subject: Re: freshports.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: Mon, 16 Jun 2003 18:22:15 -0000 --=-7GOWwducwGqjLddMB/ka Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-06-16 at 14:16, Gil Kloepfer wrote: > Folks... >=20 > My apologies if this has already been covered in a FAQ or mailing > list somewhere... >=20 > I was under the impression that www.freshports.org was a FreeBSD-related > site that has the latest ports stuff on it. >=20 > Well, the banner ad (from Microsoft, of all people) is apparently making > Mozilla 1.4b choke, so the ONLY thing that is displayed is the banner ad. >=20 > A reload simply pulls the same banner ad down. >=20 > Do you folks know if this is happening on purpose (to prevent the > rest of the material from loading), an unintentional javascript bug, > or something wrong with Mozilla? There is a big thread in the FP forum on this. Basically, if you click on the add, FP will start to work again. Of course, this sucks. I've told dvl about this. Hopefully, he'll do something to help out the 80% of FreeBSD users that rely on Mozilla or one of the browsers based on it. Joe >=20 > Thanks! --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-7GOWwducwGqjLddMB/ka Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+7grOb2iPiv4Uz4cRArHWAKCUFee3WwHEjIzyJJH8iaoSBG9AwgCeKogt mX6D8wzdttNCmcOAyUpEuW8= =0eYS -----END PGP SIGNATURE----- --=-7GOWwducwGqjLddMB/ka-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 14:22:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91CB237B404 for ; Mon, 16 Jun 2003 14:22:41 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id E66F543FAF for ; Mon, 16 Jun 2003 14:22:37 -0700 (PDT) (envelope-from sergei@kolobov.com) Received: (qmail 95940 invoked from network); 16 Jun 2003 21:22:35 -0000 Received: from unknown (HELO kolobov.com) (213.247.180.114) by outpost.globcon.net with SMTP; 16 Jun 2003 21:22:35 -0000 Received: (qmail 1133 invoked by uid 911); 16 Jun 2003 21:21:44 -0000 Date: Tue, 17 Jun 2003 01:21:43 +0400 From: Sergei Kolobov To: freebsd-doc@FreeBSD.org, freebsd-ports@FreeBSD.org Message-ID: <20030616212143.GA717@chetwood.ru> Mail-Followup-To: freebsd-doc@FreeBSD.org, freebsd-ports@FreeBSD.org, "Sergey A. Osokin" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i cc: "Sergey A. Osokin" Subject: textproc/xmlto: missing XML catalogs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 21:22:41 -0000 Hello, I am trying to solve a little problem building a new port I just submitted - textproc/xmlto (see ports/53173). To quote its pkg-descr: "xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing." When building xmlto, I get a lot of warnings from xsltproc similar to this: (manually wrapped for readability) xmlNanoHTTPConnectAttempt: Connect attempt timed out. /FreeBSD/current/ports/xmlto-0.0.14/xmlto-0.0.14/./doc/xmlif.xml:4: error: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" (also, the build time is greatly increased because of this timeouts). Even though the port successfully builds despite the warnings, I am trying to find out a better way. ;) The port's homepage (http://www.cyberelk.net/tim/xmlto/) has the following in the Problems section: Attempt to load network entity ... failed to load external entity This is caused by the absence of correctly configured XML Catalogs on your system. When XML Catalogs are available, URLs are transformed into local file references. For more information about XML Catalogs see the xsltproc documentation. Unfortunately, I am a novice in XML area, so I am lost as to where to get those XML catalogs. I have the following DocBook- and XML-related ports installed: docbook-1.2 Meta-port for the different versions of the DocBook DTD docbook-241 V2.4.1 of the DocBook DTD, designed for technical documenta docbook-3.0 V3.0 of the DocBook DTD, designed for technical documentati docbook-3.1 V3.1 of the DocBook DTD, designed for technical documentati docbook-4.0 V4.0 of the DocBook DTD, designed for technical documentati docbook-4.1 V4.1 of the DocBook DTD, designed for technical documentati docbook-xml-4.2 XML version of the DocBook DTD docbook-xsl-1.61.2 XSL DocBook stylesheets expat-1.95.6_1 XML 1.0 parser written in C fontconfig-2.2.0 An XML-based font configuration API for X Windows jade-1.2.1_1 An object-oriented SGML/XML parser toolkit and DSSSL engine libxml2-2.5.7_1 Xml parser library for GNOME sdocbook-xml-4.1.2.5 "Simplified" DocBook XML DTD sgmlformat-1.7_2 Generates groff and HTML from linuxdoc and docbook SGML doc xmlto-0.0.14 Front-end to an XSL toolchain Am I missing something obvious? FWIW, the RPM spec file included with xmlto lists docbook-dtds as dependency. What is its equivalent in ports? Thanks. Sergei From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 15:28:42 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F4137B401 for ; Mon, 16 Jun 2003 15:28:42 -0700 (PDT) Received: from hexagon.stack.nl (hexagon.stack.nl [131.155.140.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1F543FAF for ; Mon, 16 Jun 2003 15:28:41 -0700 (PDT) (envelope-from marcov@stack.nl) Received: by hexagon.stack.nl (Postfix, from userid 65534) id AD0CE1C66; Tue, 17 Jun 2003 00:28:40 +0200 (CEST) Received: from snail.stack.nl (snail.stack.nl [2001:610:1108:5010::131]) by hexagon.stack.nl (Postfix) with ESMTP id 3A9DB1C65 for ; Tue, 17 Jun 2003 00:28:36 +0200 (CEST) Received: by snail.stack.nl (Postfix, from userid 816) id 17921A866; Tue, 17 Jun 2003 00:28:36 +0200 (CEST) To: ports@FreeBSD.org Date: Tue, 17 Jun 2003 00:28:35 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20030616222836.17921A866@snail.stack.nl> From: marcov@stack.nl (Marco van de Voort) X-Spam-Status: No, hits=-3.2 required=5.0 tests=QUOTED_EMAIL_TEXT version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: port request: lazarus X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 22:28:42 -0000 > I just read an article about a project called Lazarus - a free > Delphi clone based upon freepascal (which is already ported to > FreeBSD in /usr/ports/lang/fpc ). Read the Lazarus FAQ. You need a 1.0.7 development snapshot, or 1.0.8 (which is currently being packaged) to do this. The 1.0.4 FPC version in the ports tree is too old to build Lazarus. > Information can be found on www.lazarus.freepascal.org . > > I think it would be a nice idea if someone who knows about these > things tried to port it. Pascal is still frequently used for > beginner's programming courses in schools and universities. Lazarus works (which I define as starts up) on Free and NetBSD/x86. OpenBSD too, if I could be motivated to do some work to streamline the build process (OpenBSD has an AS version that is very old and seems to be buggy) There is no porting involved, the buildprocess is pretty much doing gmake all in the CVS checkout, with a suitable compiler. Dependancies are gdk_pixbuf, gtk12, glib12 and gdk12, gmake, iconv, gettext (both pretty much every version) We also did some experiments, and we assume it also works on NetBSD/m68k, but the machine didn't have enough discspace and speed (think 33 MHz) to fully test this. I happened to be building a binary (CVS this afternoon, but with the to-be-released FPC 1.0.8) when I read this msg, so I put it online. It was on my laptop though, which still runs 4.6.2. http://www.stack.nl/~marcov/lazarus.bz2 The 1.0.8 to be released can be found here, and includes sources. Simply unpack, and run script: ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD You could install these, and ask more info on Lazarus' list. Keep in mind that while Lazarus is usable, it is still under very heavy development. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 15:32:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B86037B401 for ; Mon, 16 Jun 2003 15:32:01 -0700 (PDT) Received: from mwinf0201.wanadoo.fr (smtp7.wanadoo.fr [193.252.22.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0957F43F85 for ; Mon, 16 Jun 2003 15:32:01 -0700 (PDT) (envelope-from nol@net-on-line.net) Received: from nol (AMarseille-206-2-1-111.w80-11.abo.wanadoo.fr [80.11.112.111]) by mwinf0201.wanadoo.fr (SMTP Server) with SMTP id 27DBA30003D8 for ; Tue, 17 Jun 2003 00:32:00 +0200 (CEST) From: nol To: ports@freebsd.org X-Mailer: Mihov Mail Sender 0.5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20030616223200.27DBA30003D8@mwinf0201.wanadoo.fr> Date: Tue, 17 Jun 2003 00:32:00 +0200 (CEST) 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, 16 Jun 2003 22:32:01 -0000 From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 15:32:57 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5412837B401 for ; Mon, 16 Jun 2003 15:32:57 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE47F43F3F for ; Mon, 16 Jun 2003 15:32:56 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 7750666D74; Mon, 16 Jun 2003 15:32:56 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 55FD1B72; Mon, 16 Jun 2003 15:32:56 -0700 (PDT) Date: Mon, 16 Jun 2003 15:32:56 -0700 From: Kris Kennaway To: Andre Guibert de Bruet Message-ID: <20030616223256.GA71605@rot13.obsecurity.org> References: <20030615233244.L41111@alpha.siliconlandmark.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <20030615233244.L41111@alpha.siliconlandmark.com> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: sysutils/stat X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 22:32:57 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 15, 2003 at 11:38:17PM -0400, Andre Guibert de Bruet wrote: > Hi, >=20 > sysutils/stat seems to be broken under -CURRENT. Here's the buildlog under > -CURRENT with sample output at the bottom: >=20 > =3D=3D=3D> Extracting for stat-1.3_1 > >> Checksum OK for stat-1.3.tar.gz. > =3D=3D=3D> Patching for stat-1.3_1 > =3D=3D=3D> Applying FreeBSD patches for stat-1.3_1 > =3D=3D=3D> Configuring for stat-1.3_1 > =3D=3D=3D> Building for stat-1.3_1 > Warning: Object directory not changed from original > /usr/ports/sysutils/stat/wor > k/stat-1.3 > cc -O2 -pipe -march=3Dathlon-mp -c stat.fmt.c > stat.fmt.c:4:9: warning: extra tokens at end of #endif directive > cc -O2 -pipe -march=3Dathlon-mp -o stat stat.fmt.o > gzip -cn stat.1 > stat.1.gz a) If you're going to report bugs, then don't use -O2 to compile things, because it is known to occasionally cause problems that go away when you don't use it. > # stat . > 1051 2358699 drwxr-xr-x 4 root wheel 9415848 512 "Jun 15 23:34:04 2003" "= Jun 15 > 23:34:01 2003" "Jun 15 23:34:01 2003" "Apr 5 15:01:15 2003" 4096 4 . Type 'which stat' and become enlightened. Kris --0F1p//8PRICkK4MW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7kWYWry0BWjoQKURApZ3AKDx3MnVuACTWb1+vBslBpLK077jXgCgnfLp 0OqjO7g/3cAFicDy6SzWYNo= =jH59 -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 15:36:27 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54B4837B401; Mon, 16 Jun 2003 15:36:27 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 105B043FDD; Mon, 16 Jun 2003 15:36:26 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id DADE266B9B; Mon, 16 Jun 2003 15:36:25 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id BB28EB36; Mon, 16 Jun 2003 15:36:25 -0700 (PDT) Date: Mon, 16 Jun 2003 15:36:25 -0700 From: Kris Kennaway To: freebsd-doc@FreeBSD.org, freebsd-ports@FreeBSD.org, "Sergey A. Osokin" Message-ID: <20030616223625.GB71605@rot13.obsecurity.org> References: <20030616212143.GA717@chetwood.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qlTNgmc+xy1dBmNv" Content-Disposition: inline In-Reply-To: <20030616212143.GA717@chetwood.ru> User-Agent: Mutt/1.4.1i Subject: Re: textproc/xmlto: missing XML catalogs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Jun 2003 22:36:27 -0000 --qlTNgmc+xy1dBmNv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 17, 2003 at 01:21:43AM +0400, Sergei Kolobov wrote: > Hello, >=20 > I am trying to solve a little problem building a new port I just > submitted - textproc/xmlto (see ports/53173). >=20 > To quote its pkg-descr: > "xmlto is a front-end to an XSL toolchain. It chooses an appropriate > stylesheet for the conversion you want and applies it using an external > XSL-T processor. It also performs any necessary post-processing." >=20 > When building xmlto, I get a lot of warnings from xsltproc similar to thi= s: > (manually wrapped for readability) >=20 > xmlNanoHTTPConnectAttempt: Connect attempt timed out. > /FreeBSD/current/ports/xmlto-0.0.14/xmlto-0.0.14/./doc/xmlif.xml:4:=20 > error: failed to load external entity=20 > "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" >=20 > (also, the build time is greatly increased because of this timeouts). > Even though the port successfully builds despite the warnings, I am > trying to find out a better way. ;) It may be trying to download them from the net (bad port!). If you are building the port on a machine that cannot perform HTTP fetches then this would of course fail. In order to be certain one would need to monitor network activity during the build or consult the source. Kris --qlTNgmc+xy1dBmNv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7kZpWry0BWjoQKURAgQyAJ4xNm7Zq5F7Wi5LQM0JP2s4D65AuACg7jza fL13sxlSLw52PwRL3QHm9kc= =JZKa -----END PGP SIGNATURE----- --qlTNgmc+xy1dBmNv-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 16:40:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7331537B401; Mon, 16 Jun 2003 16:40:11 -0700 (PDT) Received: from mail.halplant.com (ip68-98-167-210.nv.nv.cox.net [68.98.167.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE65D43FB1; Mon, 16 Jun 2003 16:40:10 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: by mail.halplant.com (Postfix, from userid 1001) id A284A7A; Mon, 16 Jun 2003 19:40:09 -0400 (EDT) To: FreeBSD-gnats-submit@freebsd.org From: Andrew J Caines X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20030616234009.A284A7A@mail.halplant.com> Date: Mon, 16 Jun 2003 19:40:09 -0400 (EDT) cc: ports@FreeBSD.org Subject: mail/pyzor installed files permissions incorrect X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 23:40:11 -0000 >Submitter-Id: current-users >Originator: Andrew J. Caines >Organization: H.A.L. Plant >Confidential: no >Synopsis: mail/pyzor installed files permissions incorrect >Severity: serious >Priority: high >Category: ports >Class: change-request >Release: FreeBSD 4.8-STABLE i386 >Environment: System: FreeBSD hal9000.halplant.com 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu May 29 09:59:30 EDT 2003 root@hal9000.halplant.com:/.disk/obj/home/src/ sys/HAL9000 i386 >Description: The pyzor-0.4.0_1 (mail/pyzor) port installs its single doc with read (and, unneccesarily, write) access only to root. It is 600, but it should be 444. It would be good to install files such as README and ChangeLog as docs too. Additionally, the pyzor(d) scrips are installed 711, however I would expect 555 since they should not be writable and there is no need to hide the code from users. >How-To-Repeat: # cd /usr/ports/mail/pyzor ; make && make install [snip] running install_scripts copying build/scripts-2.2/pyzor -> /usr/local/bin copying build/scripts-2.2/pyzord -> /usr/local/bin changing mode of /usr/local/bin/pyzor to 711 changing mode of /usr/local/bin/pyzord to 711 running install_data creating /usr/local/share/doc/pyzor copying docs/usage.html -> /usr/local/share/doc/pyzor ===> Generating temporary packing list ===> Registering installation for pyzor-0.4.0_1 # ls -l -rw------- 1 root wheel 15560 Sep 7 2002 /usr/local/share/doc/pyzor/usage.html >Fix: pyzor-0.4.0/INSTALL indicates the need for this permissions change. AFAICT the "changing mode of ..." is part of the python package (${PREFIX}/lib/python2.2/distutils/command/install_scripts.py) and relies on pyzor-0.4.0/setup.py, however with my knowledge of Python (ie. diddly-squat) and quick insprection, it's not clear what change to make or to where, but clearly the mechanism exists. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 20:38:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7B837B401 for ; Mon, 16 Jun 2003 20:38:31 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4702E43FB1 for ; Mon, 16 Jun 2003 20:38:30 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 25230 invoked by uid 65534); 17 Jun 2003 03:38:28 -0000 Received: from dsl-cust-203.openweb.ca (EHLO [64.39.186.203]) (64.39.186.203) by mail.gmx.net (mp016) with SMTP; 17 Jun 2003 05:38:28 +0200 From: Adam To: freebsd-ports@freebsd.org In-Reply-To: <1055787726.304.9.camel@gyros> References: <20030616181603.GE82408@arlut.utexas.edu> <1055787726.304.9.camel@gyros> Content-Type: text/plain Message-Id: <1055821108.88181.19.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 16 Jun 2003 23:38:28 -0400 Content-Transfer-Encoding: 7bit Subject: Re: freshports.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: Tue, 17 Jun 2003 03:38:31 -0000 On Mon, 2003-06-16 at 14:22, Joe Marcus Clarke wrote: > There is a big thread in the FP forum on this. Basically, if you click > on the add, FP will start to work again. Of course, this sucks. I've > told dvl about this. Hopefully, he'll do something to help out the 80% > of FreeBSD users that rely on Mozilla or one of the browsers based on > it. As an alternative, I would highly recommend using Squid as a domain-filter web proxy, and simply ban the BurstMedia domain (burstnet.com). I've got quite an extensive domain filter list compiled over several years, if anyone wants it. To activate the external filter list in Squid, simply add this to your ACL section: ### acl ad_servers dstdomain "/usr/local/etc/squid/banlist.txt" http_access deny ad_servers ### I *very* seldom see third-party ads, and even less often have problems with the list being too strict. The FP works fine for me in Galeon, Phoenix, Firebird, Epiphany, and Mozilla. Hope this helps someone. -- Adam From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 21:20:17 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2F837B401 for ; Mon, 16 Jun 2003 21:20:17 -0700 (PDT) Received: from web13402.mail.yahoo.com (web13402.mail.yahoo.com [216.136.175.60]) by mx1.FreeBSD.org (Postfix) with SMTP id DF3C743FCB for ; Mon, 16 Jun 2003 21:20:16 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20030617042016.27008.qmail@web13402.mail.yahoo.com> Received: from [200.91.194.217] by web13402.mail.yahoo.com via HTTP; Tue, 17 Jun 2003 06:20:16 CEST Date: Tue, 17 Jun 2003 06:20:16 +0200 (CEST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: PORT ME: Dataplot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 04:20:17 -0000 Hi guys; The people at NIST do nice stuff: http://www.itl.nist.gov/div898/software/dataplot.html/ "Dataplot is a free, public-domain, multi-platform (Unix, VMS, Linux, Windows 95/98/ME/XP/NT/2000, etc.) software system for scientific visualization, statistical analysis, and non-linear modeling. The target Dataplot user is the researcher and analyst engaged in the characterization, modeling, visualization, analysis, monitoring, and optimization of scientific and engineering processes." I would love to port it, but there are other three ports keeping me busy :). enjoy, Pedro. ______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/ From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 21:20:34 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C2437B401 for ; Mon, 16 Jun 2003 21:20:34 -0700 (PDT) Received: from web13405.mail.yahoo.com (web13405.mail.yahoo.com [216.136.175.63]) by mx1.FreeBSD.org (Postfix) with SMTP id 6147B43F75 for ; Mon, 16 Jun 2003 21:20:34 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20030617042034.7640.qmail@web13405.mail.yahoo.com> Received: from [200.91.194.217] by web13405.mail.yahoo.com via HTTP; Tue, 17 Jun 2003 06:20:34 CEST Date: Tue, 17 Jun 2003 06:20:34 +0200 (CEST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: PORT ME: Dataplot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 04:20:35 -0000 Hi guys; The people at NIST do nice stuff: http://www.itl.nist.gov/div898/software/dataplot.html/ "Dataplot is a free, public-domain, multi-platform (Unix, VMS, Linux, Windows 95/98/ME/XP/NT/2000, etc.) software system for scientific visualization, statistical analysis, and non-linear modeling. The target Dataplot user is the researcher and analyst engaged in the characterization, modeling, visualization, analysis, monitoring, and optimization of scientific and engineering processes." I would love to port it, but there are other three ports keeping me busy :). enjoy, Pedro. ______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/ From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 21:31:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6BE337B404 for ; Mon, 16 Jun 2003 21:31:25 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A98043F85 for ; Mon, 16 Jun 2003 21:31:23 -0700 (PDT) (envelope-from sergei@kolobov.com) Received: (qmail 7029 invoked from network); 17 Jun 2003 04:31:22 -0000 Received: from unknown (HELO kolobov.com) (213.247.180.114) by outpost.globcon.net with SMTP; 17 Jun 2003 04:31:22 -0000 Received: (qmail 753 invoked by uid 911); 17 Jun 2003 04:30:42 -0000 Date: Tue, 17 Jun 2003 08:30:42 +0400 From: Sergei Kolobov To: freebsd-ports@FreeBSD.org, freebsd-doc@FreeBSD.org Message-ID: <20030617043042.GA709@chetwood.ru> Mail-Followup-To: freebsd-ports@FreeBSD.org, freebsd-doc@FreeBSD.org References: <20030616212143.GA717@chetwood.ru> <20030616223625.GB71605@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030616223625.GB71605@rot13.obsecurity.org> User-Agent: Mutt/1.5.3i Subject: Re: textproc/xmlto: missing XML catalogs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 04:31:26 -0000 On 2003-06-16 at 15:36 -0700, Kris Kennaway wrote: > On Tue, Jun 17, 2003 at 01:21:43AM +0400, Sergei Kolobov wrote: > > When building xmlto, I get a lot of warnings from xsltproc similar to this: > > (manually wrapped for readability) > > > > xmlNanoHTTPConnectAttempt: Connect attempt timed out. > > /FreeBSD/current/ports/xmlto-0.0.14/xmlto-0.0.14/./doc/xmlif.xml:4: > > error: failed to load external entity > > "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" > > > > (also, the build time is greatly increased because of this timeouts). > > Even though the port successfully builds despite the warnings, I am > > trying to find out a better way. ;) > > It may be trying to download them from the net (bad port!). If you > are building the port on a machine that cannot perform HTTP fetches > then this would of course fail. In order to be certain one would need > to monitor network activity during the build or consult the source. Well, it DOES try to fetch that DTD via HTTP. As far as I understand, the purpose of having the XML catalogs install is to avoid those fetches by mapping URLs to local files. Now, is there a port that installs or builds XML catalogs? Sergei From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 22:21:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A54DC37B401; Mon, 16 Jun 2003 22:21:25 -0700 (PDT) Received: from sekine00.ee.noda.tus.ac.jp (sekine00.ee.noda.sut.ac.jp [133.31.107.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D35343F93; Mon, 16 Jun 2003 22:21:24 -0700 (PDT) (envelope-from hrs@jp.FreeBSD.org) Received: from localhost (woodstock.vlsi.ee.noda.tus.ac.jp [192.168.200.52]) ESMTP id h5H5LKAl028805; Tue, 17 Jun 2003 14:21:20 +0900 (JST) (envelope-from hrs@jp.FreeBSD.org) Date: Tue, 17 Jun 2003 14:20:26 +0900 (JST) Message-Id: <20030617.142026.104095785.hrs@vlsi.ee.noda.tus.ac.jp> To: sergei@kolobov.com From: Hiroki Sato In-Reply-To: <20030617043042.GA709@chetwood.ru> References: <20030616212143.GA717@chetwood.ru> <20030616223625.GB71605@rot13.obsecurity.org> <20030617043042.GA709@chetwood.ru> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 2.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-doc@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: textproc/xmlto: missing XML catalogs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 05:21:26 -0000 Sergei Kolobov wrote in <20030617043042.GA709@chetwood.ru>: sergei> Well, it DOES try to fetch that DTD via HTTP. As far as I understand, sergei> the purpose of having the XML catalogs install is to avoid those fetches sergei> by mapping URLs to local files. sergei> sergei> Now, is there a port that installs or builds XML catalogs? DTDs in the ports collection install SGML and/or XML catalog. You can find them in ${PREFIX}/share/sgml or ${PREFIX}/share/xml. For example, docbook-xml has ${PREFIX}/share/xml/docbook/4.2/catalog.xml in XML, ${PREFIX}/share/xml/docbook/4.2/docbook.cat in SGML. Set $SGML_CATALOG_FILES and/or $XML_CATALOG_FILES properly, and use --nonet and --catalogs in the case of xsltproc. Besides, you use xmlcatmgr to create catalog files (see ports/52640). All ports does not care about catalog files in a consistent way, so I am working on this problem. -- | Hiroki SATO / From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 02:19:57 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E521B37B404 for ; Tue, 17 Jun 2003 02:19:57 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id CE93943FBF for ; Tue, 17 Jun 2003 02:19:53 -0700 (PDT) (envelope-from sergei@kolobov.com) Received: (qmail 8207 invoked from network); 17 Jun 2003 09:19:53 -0000 Received: from agdcgw01.akingump.com (HELO kolobov.com) (12.40.174.2) by outpost.globcon.net with SMTP; 17 Jun 2003 09:19:53 -0000 Received: (qmail 4337 invoked by uid 911); 17 Jun 2003 09:19:14 -0000 Date: Tue, 17 Jun 2003 13:19:14 +0400 From: Sergei Kolobov To: Hiroki Sato Message-ID: <20030617091914.GA728@chetwood.ru> Mail-Followup-To: Hiroki Sato , freebsd-ports@freebsd.org, freebsd-doc@freebsd.org References: <20030616212143.GA717@chetwood.ru> <20030616223625.GB71605@rot13.obsecurity.org> <20030617043042.GA709@chetwood.ru> <20030617.142026.104095785.hrs@vlsi.ee.noda.tus.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030617.142026.104095785.hrs@vlsi.ee.noda.tus.ac.jp> User-Agent: Mutt/1.5.3i cc: freebsd-doc@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: textproc/xmlto: missing XML catalogs? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 09:19:58 -0000 On 2003-06-17 at 14:20 +0900, Hiroki Sato wrote: > DTDs in the ports collection install SGML and/or XML catalog. You > can find them in ${PREFIX}/share/sgml or ${PREFIX}/share/xml. > For example, docbook-xml has ${PREFIX}/share/xml/docbook/4.2/catalog.xml > in XML, ${PREFIX}/share/xml/docbook/4.2/docbook.cat in SGML. > Set $SGML_CATALOG_FILES and/or $XML_CATALOG_FILES properly, and > use --nonet and --catalogs in the case of xsltproc. Thanks for the explanation - now I understand it a little better. Still, after setting up variables like this: XML_CATALOG_FILES=${LOCALBASE}/share/xml/docbook/4.2/catalog.xml SGML_CATALOG_FILES=${LOCALBASE}/share/xml/docbook/4.2/docbook.cat Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl [...] Of course, I have manpages/docbook.xsl in ${LOCALBASE}/share/xsl/docbook (installed by docbook-xsl port), but how do I feed it to xmlto so it will not try to fetch via HTTP? Should I rely on a user building the port to set up XML_CATALOG_FILES and SGML_CATALOG_FILES properly in advance or can I create catalog at the port's build time with xmlcatalog? > Besides, you use xmlcatmgr to create catalog files (see ports/52640). > All ports does not care about catalog files in a consistent way, > so I am working on this problem. I did not have chance to look at your PR yet, but it sounds promising. Thanks. Sergei From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 06:22:05 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6997E37B401 for ; Tue, 17 Jun 2003 06:22:05 -0700 (PDT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id C156643FA3 for ; Tue, 17 Jun 2003 06:22:03 -0700 (PDT) (envelope-from root@pukruppa.de) Received: (qmail 2413 invoked by uid 505); 17 Jun 2003 13:22:06 -0000 Received: from root@pukruppa.de by dsl-mail by uid 502 with qmail-scanner-1.14 (spamassassin: 2.43. Clear:. Processed in 0.214312 secs); 17 Jun 2003 13:22:06 -0000 Received: from unknown (HELO reverse-213-146-114-24.dialin.kamp-dsl.de) (213.146.114.24) by dsl-mail.kamp.net with SMTP; 17 Jun 2003 13:22:06 -0000 Date: Tue, 17 Jun 2003 15:22:21 +0200 (CEST) From: "P. U. Kruppa" To: Marco van de Voort In-Reply-To: <20030616222836.17921A866@snail.stack.nl> Message-ID: <20030617152009.C668@small.pukruppa.de> References: <20030616222836.17921A866@snail.stack.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org Subject: Re: port request: lazarus X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 13:22:05 -0000 Thanks for your answer, Marco! I think I will give things a try next weekend. Regards, Uli. On Tue, 17 Jun 2003, Marco van de Voort wrote: > > > I just read an article about a project called Lazarus - a free > > Delphi clone based upon freepascal (which is already ported to > > FreeBSD in /usr/ports/lang/fpc ). > > Read the Lazarus FAQ. You need a 1.0.7 development snapshot, or 1.0.8 (which is > currently being packaged) to do this. The 1.0.4 FPC version in the ports tree is too old > to build Lazarus. > > > Information can be found on www.lazarus.freepascal.org . > > > > I think it would be a nice idea if someone who knows about these > > things tried to port it. Pascal is still frequently used for > > beginner's programming courses in schools and universities. > > Lazarus works (which I define as starts up) on Free and NetBSD/x86. OpenBSD > too, if I could be motivated to do some work to streamline the build process > (OpenBSD has an AS version that is very old and seems to be buggy) > > There is no porting involved, the buildprocess is pretty much doing > > gmake all > > in the CVS checkout, with a suitable compiler. > > Dependancies are gdk_pixbuf, gtk12, glib12 and gdk12, gmake, iconv, gettext > (both pretty much every version) > > We also did some experiments, and we assume it also works on NetBSD/m68k, but the > machine didn't have enough discspace and speed (think 33 MHz) to fully test this. > > I happened to be building a binary (CVS this afternoon, but with the to-be-released > FPC 1.0.8) when I read this msg, so I put it online. It was on my laptop though, which > still runs 4.6.2. > > http://www.stack.nl/~marcov/lazarus.bz2 > > The 1.0.8 to be released can be found here, and includes sources. Simply > unpack, and run script: > > ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD > > You could install these, and ask more info on Lazarus' list. Keep in mind that while Lazarus > is usable, it is still under very heavy development. > _______________________________________________ > 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" > +-----------------------------------+ | Peter Ulrich Kruppa | | - Wuppertal - | | Germany | +-----------------------------------+ From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 06:23:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F2ED37B401; Tue, 17 Jun 2003 06:23:15 -0700 (PDT) Received: from gatekeeper.oremut01.us.wh.verio.net (gatekeeper.oremut01.us.wh.verio.net [198.65.168.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A09F743F3F; Tue, 17 Jun 2003 06:23:14 -0700 (PDT) (envelope-from dave@godseyfamily.com) Received: from proxy.dmz.orem.verio.net (proxy.dmz.orem.verio.net [10.1.1.11]) by gatekeeper.oremut01.us.wh.verio.net (Postfix) with ESMTP id 29D303BF90E; Tue, 17 Jun 2003 07:23:11 -0600 (MDT) Received: from godseyfamily.com (dhcp-2-128-130.office.orem.verio.net [10.2.128.130]) by proxy.dmz.orem.verio.net (Postfix) with ESMTP id D14917C004; Tue, 17 Jun 2003 07:23:10 -0600 (MDT) Message-ID: <3EEF1455.7080407@godseyfamily.com> Date: Tue, 17 Jun 2003 07:15:01 -0600 From: David Godsey User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020610 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dirk@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: mysql-server-3.23.56 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 13:23:15 -0000 I'm not sure if you have been notified of this yet or not, but the mysql port has a problem resolving the domain during the install. I believe there just needs to be a patch applied to the mysql install script that is created, it uses 'hostname -s', but that takes of the domain. So just 'hostname' I believe fixes the problem. David Godsey -- The most exciting phrase to hear in science, the one that heralds new discoveries, is not "Eureka!" (I found it!) but "That's funny ..." -- Isaac Asimov From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 07:17:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0202B37B401 for ; Tue, 17 Jun 2003 07:17:55 -0700 (PDT) Received: from atlrel6.hp.com (atlrel6.hp.com [156.153.255.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3192543FCB for ; Tue, 17 Jun 2003 07:17:52 -0700 (PDT) (envelope-from skhader@hp.com) Received: from mailer12.india.hp.com (mailer12.india.hp.com [15.10.42.250]) by atlrel6.hp.com (Postfix) with ESMTP id EC9D01C00C9F for ; Tue, 17 Jun 2003 10:17:49 -0400 (EDT) Received: from nt2351.india.hp.com (nt2351.india.hp.com [15.76.123.51]) SMTP id TAA22010 for ; Tue, 17 Jun 2003 19:48:00 +0530 (IST) Received: (qmail 19293 invoked by uid 1001); 17 Jun 2003 14:22:26 -0000 Date: Tue, 17 Jun 2003 19:52:26 +0530 From: Sid Carter To: ports@freebsd.org Message-ID: <20030617142226.GA19245@samurai.india.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organisation: Sid Carter GmBH. Operating-System: FreeBSD samurai.india.hp.com 5.1-CURRENT User-Agent: Mutt/1.5.4i Subject: courier-imap core dumps on login X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sid Carter List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 14:17:55 -0000 Hi, I am having problems logging in with qmail and courier-imap. when I try to login to the IMap server, after the authentication , it disconnects. ON the server side, there is an imapd.core file in the Maildir. Is there something wrong with courier-imap or am I doing something wrong ? I am using courier-imap-1.7.1 and qmail-1.03_1 Sample session ============== [sidcarter@tango]~$ telnet samurai imap Trying 15.76.123.51... Connected to nt2351. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE * THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS] * Courier-IMAP ready. Copyright 1998-2003 Double Precision, Inc. See * COPYING for distribution information. 1 login sidcarter ********* Connection closed by foreign host. Regards Sid -- Remember, drive defensively! And of course, the best defense is a good offense! Sid Carter - http://khader.net From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 07:34:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52D7C37B404 for ; Tue, 17 Jun 2003 07:34:55 -0700 (PDT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B707A43F85 for ; Tue, 17 Jun 2003 07:34:53 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id BB595167522; Tue, 17 Jun 2003 16:34:52 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h5HEYoDD089793 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 17 Jun 2003 16:34:51 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Sid Carter , ports@freebsd.org Date: Tue, 17 Jun 2003 16:34:47 +0200 User-Agent: KMail/1.5.2 References: <20030617142226.GA19245@samurai.india.hp.com> In-Reply-To: <20030617142226.GA19245@samurai.india.hp.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_Kcy7+wHu2upNYqT"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200306171634.50311.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new Subject: Re: courier-imap core dumps on login X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 14:34:55 -0000 --Boundary-02=_Kcy7+wHu2upNYqT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Tuesday 17 June 2003 16:22, Sid Carter wrote: > Hi, > > I am having problems logging in with qmail and courier-imap. when I try > to login to the IMap server, after the authentication , it disconnects. > ON the server side, there is an imapd.core file in the Maildir. Are you using -CURRENT? If so, try disabling malloc-debugging with 'ln -s a= j=20 /etc/malloc.conf'. There is a known bug in courier-imapd that causes malloc= =20 to nuke it when malloc-debugging is enabled. Regards, =2D-=20 Michael Nottebrock --Boundary-02=_Kcy7+wHu2upNYqT Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+7ycKXhc68WspdLARAld8AKCmSid/St+9C0Cd9RugdI2YQaBXyQCffNjh ndSZRhCd1b55rZ30EDVz7jc= =549U -----END PGP SIGNATURE----- --Boundary-02=_Kcy7+wHu2upNYqT-- From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 14:12:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B66537B401 for ; Tue, 17 Jun 2003 14:12:31 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCD9243F3F for ; Tue, 17 Jun 2003 14:12:30 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id CE44C140CD for ; Tue, 17 Jun 2003 16:12:29 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: freebsd-ports@freebsd.org Date: Tue, 17 Jun 2003 16:16:42 -0500 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: <200306171616.42540.linimon@lonesome.com> Subject: Porter's Handbook PRs (FYI for those who don't read -doc) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Jun 2003 21:12:31 -0000 I have submitted a set of 5 PRs against the Porter's Handbook to -doc. They are based on some work that I did several weeks ago that was reviewed by Tilman and Giorgios. In fact, Giorgios was interested in committing it but ran out of time before he had to go off for a year. Further comments are welcome. mcl From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 16:48:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 185A337B401 for ; Tue, 17 Jun 2003 16:48:38 -0700 (PDT) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.org [192.58.184.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79ED243FAF for ; Tue, 17 Jun 2003 16:48:37 -0700 (PDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: from 8ball.rtp.freebsd.org (localhost [127.0.0.1]) by 8ball.rtp.freebsd.org (8.12.9/8.12.9) with ESMTP id h5HNZ0BU084417 for ; Tue, 17 Jun 2003 23:35:01 GMT (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h5HNZ0IK084414 for ports@FreeBSD.org; Tue, 17 Jun 2003 23:35:00 GMT Date: Tue, 17 Jun 2003 23:35:00 GMT From: Kris Kennaway Message-Id: <200306172335.h5HNZ0IK084414@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 23:48:38 -0000 INDEX build failed with errors: p5-Altoids-1.017: "" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x U audio/afsp/Makefile U audio/afsp/distinfo U audio/afsp/pkg-plist U audio/afsp/files/Makefile U benchmarks/bytebench/Makefile U devel/c2man/Makefile U devel/c2man/pkg-descr U devel/distcc/Makefile U devel/distcc/distinfo U devel/distcc/pkg-descr U devel/distcc/pkg-plist U devel/p5-Cache-Mmap/Makefile U devel/p5-Cache-Mmap/distinfo U graphics/xmedcon/Makefile U graphics/xmedcon/distinfo U graphics/xmedcon/pkg-plist U graphics/xmedcon/files/patch-etc::Makefile.in U graphics/xmedcon/files/patch-man::Makefile.in U graphics/xmedcon/files/patch-source::Makefile.in U java/eclipse/Makefile U lang/gcc33/Makefile U lang/gcc33/distinfo U lang/gcc33/files/opt.patch-bc ? mail/log U net/Makefile ? net/bind9-dlz/Makefile.inc U net/onenetd/Makefile U net/onenetd/distinfo U net/openldap20/Makefile U net/p5-Altoids/Makefile U net/p5-Altoids/distinfo U net/p5-Altoids/pkg-descr U net/p5-Altoids/pkg-plist ? net/powerdns/Makefile.inc U sysutils/freedt/Makefile U sysutils/freedt/distinfo ? x11/gnome2/log From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 17:52:30 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F24937B40A for ; Tue, 17 Jun 2003 17:52:30 -0700 (PDT) Received: from 8ball.rtp.freebsd.org (8ball.rtp.FreeBSD.org [192.58.184.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9B843FB1 for ; Tue, 17 Jun 2003 17:52:29 -0700 (PDT) (envelope-from kris@8ball.rtp.freebsd.org) Received: from 8ball.rtp.freebsd.org (localhost [127.0.0.1]) by 8ball.rtp.freebsd.org (8.12.9/8.12.9) with ESMTP id h5I0crBU038512 for ; Wed, 18 Jun 2003 00:38:53 GMT (envelope-from kris@8ball.rtp.freebsd.org) Received: (from kris@localhost) by 8ball.rtp.freebsd.org (8.12.9/8.12.9/Submit) id h5I0cq9u038511 for ports@FreeBSD.org; Wed, 18 Jun 2003 00:38:52 GMT Date: Wed, 18 Jun 2003 00:38:52 GMT From: Kris Kennaway Message-Id: <200306180038.h5I0cq9u038511@8ball.rtp.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 00:52:30 -0000 INDEX build failed with errors: p5-Altoids-1.017: "" non-existent -- dependency list incomplete Most recent CVS update was: U INDEX U INDEX-5 ? 1 ? cvs.log ? index.errs ? index.out ? log ? x U graphics/gimp-devel/Makefile U graphics/gimp-devel/distinfo U graphics/gimp-devel/pkg-plist U graphics/gimp-devel/files/patch-configure U graphics/gimp-devel/files/patch-ltmain.sh U java/eclipse/Makefile U java/eclipse/pkg-plist ? mail/log ? net/bind9-dlz/Makefile.inc ? net/powerdns/Makefile.inc ? x11/gnome2/log U x11-fonts/fontconfig/Makefile U x11-fonts/fontconfig/distinfo From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 19:15:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8376237B401 for ; Tue, 17 Jun 2003 19:15:11 -0700 (PDT) Received: from skyn.woodyware.com (skyn.woodyware.com [64.23.60.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D1643FB1 for ; Tue, 17 Jun 2003 19:15:10 -0700 (PDT) (envelope-from woody@woodyware.com) Received: from hplpr1.woodyware.com (hplpr1.woodyware.com [192.168.1.141] (may be forged)) by skyn.woodyware.com (8.12.9/8.12.9) with ESMTP id h5I2F9Or063864 for ; Tue, 17 Jun 2003 22:15:09 -0400 (EDT) (envelope-from woody@woodyware.com) Received: from woodyx23 (ibmx23.woodyware.com [192.168.1.211]) by hplpr1.woodyware.com (8.12.9/8.12.9) with SMTP id h5I2F8kG017906 for ; Tue, 17 Jun 2003 22:15:09 -0400 (EDT) (envelope-from woody@woodyware.com) Message-ID: <002001c3353f$70959990$d301a8c0@woodyx23> From: "John Woodstock" To: Date: Tue, 17 Jun 2003 22:15:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: mail/sentinel - Makefile 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, 18 Jun 2003 02:15:11 -0000 After a few hours of poking around I figured out that in the do-build: = section you need to add a "-lpcreposix". Without it, it compiles, it just doesn't work.. With it, things seem = back to normal and work fine.. BTW - He has released 1.6.5b the current port is 1.6.4b Hope this helps.. Thanks very much for all the great work.. -------------------------------------------------------- John Woodstock From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 19:27:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DDB37B401 for ; Tue, 17 Jun 2003 19:27:39 -0700 (PDT) Received: from web13509.mail.yahoo.com (web13509.mail.yahoo.com [216.136.173.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 945A243FD7 for ; Tue, 17 Jun 2003 19:27:38 -0700 (PDT) (envelope-from dyeske@yahoo.com) Message-ID: <20030618022738.70165.qmail@web13509.mail.yahoo.com> Received: from [68.114.30.244] by web13509.mail.yahoo.com via HTTP; Tue, 17 Jun 2003 19:27:38 PDT Date: Tue, 17 Jun 2003 19:27:38 -0700 (PDT) From: David Yeske To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: gnome@FreeBSD.org cc: marcus@freebsd.org cc: mi@aldan.algebra.com Subject: gimp-devel and mng X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 02:27:40 -0000 I recompiled graphics/libmng so I can save mng files. I then tried to recompile graphics/gimp-devel, and it detected mng properly. When I pull up an image and I try and save as mng I get this message. ** (mng:23345): WARNING **: Unable to mng_putchunk_time() in mng_save_image() If I uncheck "save creation time" , then I get this error. ** (mng:23411): WARNING **: Unable to mng_putchunk_fram() in mng_save_image() Is anyone else working on this? Regards, David Yeske __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com From owner-freebsd-ports@FreeBSD.ORG Tue Jun 17 22:36:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22FAD37B401 for ; Tue, 17 Jun 2003 22:36:25 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id AD25443F93 for ; Tue, 17 Jun 2003 22:36:23 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 16054 invoked by alias); 18 Jun 2003 05:41:46 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.052389 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 18 Jun 2003 05:41:45 -0000 X-RCPTTO: ports@FreeBSD.org,rmiya@cc.hirosaki-u.ac.jp, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h5I5YHuR303874; Wed, 18 Jun 2003 14:34:17 +0900 Message-ID: <3EEFFA58.70805@snu.ac.kr> Date: Wed, 18 Jun 2003 14:36:24 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030518 X-Accept-Language: en-us, en, ko-kr MIME-Version: 1.0 To: rmiya@cc.hirosaki-u.ac.jp Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: FreeBSD Port: molden-3.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 05:36:25 -0000 molden-3.8 port has the wrong md5 checksum. It should be: MD5 (molden3.8.tar.Z) = c99053f641a35cd74a9e1d7ef3c838a1 Please fix. Regards, Rob. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 01:44:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2465637B401 for ; Wed, 18 Jun 2003 01:44:46 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98E243FA3 for ; Wed, 18 Jun 2003 01:44:44 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h5I8igV1004623 for ; Wed, 18 Jun 2003 10:44:42 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Wed, 18 Jun 2003 10:44:42 +0200 Received: from 212.190.217.170 ([212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id MSLR2M4G; Wed, 18 Jun 2003 10:44:37 +0200 From: CARTER Anthony To: ports@freebsd.org Organization: Intrasoft Date: Wed, 18 Jun 2003 10:46:11 +0200 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: <200306181046.11458.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-100.0 required=4.2 tests=USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: bittorrent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 08:44:46 -0000 Apparently bittorrent is in /usr/ports/net/bittorrent, but I have just cvsuped my ports and it does not exist... Anthony From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 01:46:21 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57AB337B401 for ; Wed, 18 Jun 2003 01:46:21 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144B943F3F for ; Wed, 18 Jun 2003 01:46:20 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h5I8kIV1004748 for ; Wed, 18 Jun 2003 10:46:18 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Wed, 18 Jun 2003 10:46:18 +0200 Received: from 212.190.217.170 ([212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id MSLR2M4X; Wed, 18 Jun 2003 10:46:16 +0200 From: CARTER Anthony To: ports@freebsd.org Organization: Intrasoft Date: Wed, 18 Jun 2003 10:47:51 +0200 User-Agent: KMail/1.5.2 References: <200306181046.11458.a.carter@intrasoft.lu> In-Reply-To: <200306181046.11458.a.carter@intrasoft.lu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306181047.51182.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-102.5 required=4.2 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: bittorrent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 08:46:21 -0000 Even from the site if you try and look at the description, the directory doesn't exist!!!Anyone know where its gone? Anthony On Wednesday 18 June 2003 10:46, CARTER Anthony wrote: > Apparently bittorrent is in /usr/ports/net/bittorrent, but I have just > cvsuped my ports and it does not exist... > > Anthony > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 01:50:27 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53FCE37B404 for ; Wed, 18 Jun 2003 01:50:27 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E41D43FA3 for ; Wed, 18 Jun 2003 01:50:26 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from sysinfo.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net ESMTP <20030618085026.HAFT23505.lakemtao06.cox.net@sysinfo.mezzweb.com>; Wed, 18 Jun 2003 04:50:26 -0400 To: CARTER Anthony , ports@freebsd.org References: <200306181046.11458.a.carter@intrasoft.lu> Message-ID: Content-Type: text/plain; charset=utf-8; format=flowed From: Jeremy Messenger MIME-Version: 1.0 Date: Wed, 18 Jun 2003 03:35:45 -0500 In-Reply-To: <200306181046.11458.a.carter@intrasoft.lu> User-Agent: Opera7.11/Linux M2 build 406 Subject: Re: bittorrent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 08:50:27 -0000 On Wed, 18 Jun 2003 10:46:11 +0200, CARTER Anthony wrote: > Apparently bittorrent is in /usr/ports/net/bittorrent, but I have just > cvsuped my ports and it does not exist... It has been removed, because of duplicate to net/py-bittorrent .. You can edit in your /var/db/pkg/ by rename from bittorrent to py-bittorrent .. > Anthony -- bsdforums.org 's moderator, mezz. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 01:51:52 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB5137B401 for ; Wed, 18 Jun 2003 01:51:52 -0700 (PDT) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BAB43FA3 for ; Wed, 18 Jun 2003 01:51:51 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from sysinfo.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030618085149.MQWP7627.lakemtao08.cox.net@sysinfo.mezzweb.com>; Wed, 18 Jun 2003 04:51:49 -0400 To: CARTER Anthony , ports@freebsd.org References: <200306181046.11458.a.carter@intrasoft.lu> <200306181047.51182.a.carter@intrasoft.lu> Message-ID: Content-Type: text/plain; charset=utf-8; format=flowed From: Jeremy Messenger MIME-Version: 1.0 Date: Wed, 18 Jun 2003 03:37:08 -0500 In-Reply-To: <200306181047.51182.a.carter@intrasoft.lu> User-Agent: Opera7.11/Linux M2 build 406 Subject: Re: bittorrent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 08:51:52 -0000 On Wed, 18 Jun 2003 10:47:51 +0200, CARTER Anthony wrote: > Even from the site if you try and look at the description, the directory > doesn't exist!!!Anyone know where its gone? What site? Do you mean this: http://www.freshports.org/net/bittorrent/ ? Cheers, Mezz > Anthony > > On Wednesday 18 June 2003 10:46, CARTER Anthony wrote: >> Apparently bittorrent is in /usr/ports/net/bittorrent, but I have just >> cvsuped my ports and it does not exist... >> >> Anthony >> _______________________________________________ >> 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" > _______________________________________________ > 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" -- bsdforums.org 's moderator, mezz. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 02:16:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD8AD37B401 for ; Wed, 18 Jun 2003 02:16:41 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE8443FA3 for ; Wed, 18 Jun 2003 02:16:40 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h5I9GbV1005950; Wed, 18 Jun 2003 11:16:37 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Wed, 18 Jun 2003 11:16:37 +0200 Received: from 212.190.217.170 ([212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id MSLR2MYQ; Wed, 18 Jun 2003 11:16:34 +0200 From: CARTER Anthony To: Jeremy Messenger , CARTER Anthony , ports@freebsd.org Organization: Intrasoft Date: Wed, 18 Jun 2003 11:18:07 +0200 User-Agent: KMail/1.5.2 References: <200306181046.11458.a.carter@intrasoft.lu> <200306181047.51182.a.carter@intrasoft.lu> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306181118.07949.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-102.5 required=4.2 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: bittorrent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 09:16:42 -0000 I meant : http://www.FreeBSD.org/cgi/ports.cgi?query=bittorrent&stype=all click on the description of the first one... It doesn't find the info...Anyway, little matter, I installed using pkg_add -r bittorrent...It just gave lots of warnings of requiring an older python than I had, but it seems to work now... Thanks, Anthony On Wednesday 18 June 2003 10:37, Jeremy Messenger wrote: > On Wed, 18 Jun 2003 10:47:51 +0200, CARTER Anthony > > wrote: > > Even from the site if you try and look at the description, the directory > > doesn't exist!!!Anyone know where its gone? > > What site? Do you mean this: http://www.freshports.org/net/bittorrent/ ? > > Cheers, > Mezz > > > Anthony > > > > On Wednesday 18 June 2003 10:46, CARTER Anthony wrote: > >> Apparently bittorrent is in /usr/ports/net/bittorrent, but I have just > >> cvsuped my ports and it does not exist... > >> > >> Anthony > >> _______________________________________________ > >> 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" > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 02:25:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E6C37B401 for ; Wed, 18 Jun 2003 02:25:01 -0700 (PDT) Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B1F243FBD for ; Wed, 18 Jun 2003 02:25:01 -0700 (PDT) (envelope-from simon@arthur.nitro.dk) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 282A110BF8B; Wed, 18 Jun 2003 11:25:00 +0200 (CEST) Date: Wed, 18 Jun 2003 11:25:00 +0200 From: "Simon L. Nielsen" To: CARTER Anthony Message-ID: <20030618092459.GB403@nitro.dk> References: <200306181046.11458.a.carter@intrasoft.lu> <200306181047.51182.a.carter@intrasoft.lu> <200306181118.07949.a.carter@intrasoft.lu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CUfgB8w4ZwR/yMy5" Content-Disposition: inline In-Reply-To: <200306181118.07949.a.carter@intrasoft.lu> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org cc: Jeremy Messenger Subject: Re: bittorrent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 09:25:02 -0000 --CUfgB8w4ZwR/yMy5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2003.06.18 11:18:07 +0200, CARTER Anthony wrote: > I meant : >=20 > http://www.FreeBSD.org/cgi/ports.cgi?query=3Dbittorrent&stype=3Dall This is due to a bug ports.cgi (which I submittet a patch for a few days ago) and the fact that INDEX is only being regenerated once in a while. > It doesn't find the info...Anyway, little matter, I installed using pkg_a= dd -r=20 > bittorrent...It just gave lots of warnings of requiring an older python t= han=20 > I had, but it seems to work now... You should just use the net/py-bittorrent port, which is the "real" one. --=20 Simon L. Nielsen --CUfgB8w4ZwR/yMy5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8C/r8kocFXgPTRwRAkjvAJ9q3hgG1K2eToRH8q+2tau4A0BmTgCfesvm ODRPa68iPd2ojro+LlCl6vM= =Bw+9 -----END PGP SIGNATURE----- --CUfgB8w4ZwR/yMy5-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 03:25:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2826237B401 for ; Wed, 18 Jun 2003 03:25:31 -0700 (PDT) To: ports@FreeBSD.org Date: Wed, 18 Jun 2003 03:25:31 -0700 From: Michael Reifenberger Message-Id: <20030618102531.2826237B401@hub.freebsd.org> Subject: patches for openldap20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 10:25:31 -0000 Hi, would the following patch be OK for commit? Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/openldap20/Makefile,v retrieving revision 1.69 diff -u -p -u -r1.69 Makefile --- Makefile 17 Jun 2003 20:56:45 -0000 1.69 +++ Makefile 18 Jun 2003 10:23:07 -0000 @@ -6,8 +6,8 @@ # PORTNAME= openldap20 -PORTVERSION= 2.0.25 -PORTREVISION= 4 +PORTVERSION= 2.0.27 +PORTREVISION= 1 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ http://www.PlanetMirror.com/pub/openldap/%SUBDIR%/ \ @@ -90,9 +90,9 @@ BINS= bin/ldapadd \ .include .include "${FILESDIR}/manpages" -.if exists(${LOCALBASE}/lib/libdb4.so) -DB_CFLAGS= -I${LOCALBASE}/include/db4 -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 +.if exists(${LOCALBASE}/lib/libdb41.so) +DB_CFLAGS= -I${LOCALBASE}/include/db41 +LIB_DEPENDS+= db41:${PORTSDIR}/databases/db41 .else DB_CFLAGS= -I${LOCALBASE}/include/db3 LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/openldap20/distinfo,v retrieving revision 1.27 diff -u -p -u -r1.27 distinfo --- distinfo 18 Jul 2002 15:13:29 -0000 1.27 +++ distinfo 18 Jun 2003 10:23:07 -0000 @@ -1 +1 @@ -MD5 (openldap-2.0.25.tgz) = 57ed9ea3d872595076d6eab7b93337bd +MD5 (openldap-2.0.27.tgz) = a1e6508c471dd47205a3492cf57110a6 From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 03:31:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8748937B401 for ; Wed, 18 Jun 2003 03:31:25 -0700 (PDT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE0D343FA3 for ; Wed, 18 Jun 2003 03:31:23 -0700 (PDT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with SMTP id EAB2131A3F; Wed, 18 Jun 2003 12:31:21 +0200 (CEST) Date: Wed, 18 Jun 2003 12:31:18 +0200 From: Miguel Mendez To: Michael Reifenberger Message-Id: <20030618123118.4b0c0b76.flynn@energyhq.es.eu.org> In-Reply-To: <20030618102531.2826237B401@hub.freebsd.org> References: <20030618102531.2826237B401@hub.freebsd.org> Organization: Energyhq X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="jghyMQGsXIV.=.Pi" cc: ports@FreeBSD.org Subject: Re: patches for openldap20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 10:31:25 -0000 --jghyMQGsXIV.=.Pi Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 18 Jun 2003 03:25:31 -0700 Michael Reifenberger wrote: Howdy, > +PORTVERSION= 2.0.27 > +PORTREVISION= 1 Is there any special reason you're setting PORTREVISION? The patch looks fine to me modulo that. Cheers, -- Miguel Mendez - flynn@energyhq.es.eu.org EnergyHQ :: http://www.energyhq.tk Tired of Spam? -> http://www.trustic.com --jghyMQGsXIV.=.Pi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8D95nLctrNyFFPERAjWYAJ4yiNHbfBUhr8hs2U2v2MwsyN2OAgCghh86 n9amOcUMjwXdy87MPxVUUyg= =k1h4 -----END PGP SIGNATURE----- --jghyMQGsXIV.=.Pi-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 04:00:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2301A37B401 for ; Wed, 18 Jun 2003 04:00:46 -0700 (PDT) Received: from nihil.reifenberger.com (pD9E8E225.dip.t-dialin.net [217.232.226.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEC743F75 for ; Wed, 18 Jun 2003 04:00:44 -0700 (PDT) (envelope-from root@nihil.reifenberger.com) Received: from nihil.reifenberger.com (localhost.reifenberger.com [127.0.0.1]) h5IB0an5031834; Wed, 18 Jun 2003 13:00:36 +0200 (CEST) (envelope-from root@nihil.reifenberger.com) Received: from localhost (root@localhost)h5IB0Zdn031831; Wed, 18 Jun 2003 13:00:36 +0200 (CEST) Date: Wed, 18 Jun 2003 13:00:35 +0200 (CEST) From: Michael Reifenberger To: Miguel Mendez In-Reply-To: <20030618123118.4b0c0b76.flynn@energyhq.es.eu.org> Message-ID: <20030618125630.K31682@nihil.reifenberger.com> References: <20030618102531.2826237B401@hub.freebsd.org> <20030618123118.4b0c0b76.flynn@energyhq.es.eu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@FreeBSD.org Subject: Re: patches for openldap20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 11:00:46 -0000 On Wed, 18 Jun 2003, Miguel Mendez wrote: > Date: Wed, 18 Jun 2003 12:31:18 +0200 > From: Miguel Mendez > To: Michael Reifenberger > Cc: ports@FreeBSD.org > Subject: Re: patches for openldap20 > > On Wed, 18 Jun 2003 03:25:31 -0700 > Michael Reifenberger wrote: > > Howdy, > > > +PORTVERSION= 2.0.27 > > +PORTREVISION= 1 > > Is there any special reason you're setting PORTREVISION? > The patch looks fine to me modulo that. > I thougt PORTREVISION gets resetted when PORTVERSION gets bumped up to a new version. Bye! ---- Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 04:38:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE0637B401; Wed, 18 Jun 2003 04:38:50 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E9EF43FA3; Wed, 18 Jun 2003 04:38:49 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080bc31.dip.t-dialin.net ([80.128.188.49] helo=fillmore-labs.com ident=fa8qhu3c5icv8ez3) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.20) id 19SbH6-000Mxw-2H; Wed, 18 Jun 2003 13:38:48 +0200 Message-ID: <3EF04F45.5030305@fillmore-labs.com> Date: Wed, 18 Jun 2003 13:38:45 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: Michael Reifenberger References: <20030618102531.2826237B401@hub.freebsd.org> In-Reply-To: <20030618102531.2826237B401@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org Subject: Re: patches for openldap20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 11:38:50 -0000 Michael Reifenberger wrote: > Hi, > would the following patch be OK for commit? There is a patch waiting in PR ports/51640 since Apr 30: Which updates OpenLDAP to 2.0.27 and fixes some more bugs. Regards Oliver From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 05:02:42 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F2F37B401 for ; Wed, 18 Jun 2003 05:02:42 -0700 (PDT) Received: from dsl093-019-250.msp1.dsl.speakeasy.net (dsl093-019-250.msp1.dsl.speakeasy.net [66.93.19.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 6011E43F75 for ; Wed, 18 Jun 2003 05:02:41 -0700 (PDT) (envelope-from peter@jocose.org) Received: (qmail 42061 invoked from network); 18 Jun 2003 12:02:40 -0000 Received: from unknown (HELO jocose.org) (10.0.0.194) by 0 with SMTP; 18 Jun 2003 12:02:40 -0000 Message-ID: <3EF054FF.9030809@jocose.org> Date: Wed, 18 Jun 2003 07:03:11 -0500 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030519 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: ports problem after new world X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 12:02:43 -0000 After updating 5.1-CURRENT this morning I get the following error when trying to build any port: Your system is too old to use this bsd.port.mk. You need a fresh make world or an upgrade kit. Please go to http://www.FreeBSD.org/ports/ or a mirror site and follow the instructions. I always do my best to follow the handbook upgrade path, so I'm not sure if I've done something wrong or if there's a problem with a commit that was made within the last 24hrs. Pete... From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 05:15:26 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C341437B401 for ; Wed, 18 Jun 2003 05:15:26 -0700 (PDT) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642A743FCB for ; Wed, 18 Jun 2003 05:15:25 -0700 (PDT) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h5ICFNV1012424 for ; Wed, 18 Jun 2003 14:15:23 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Wed, 18 Jun 2003 14:15:22 +0200 Received: from 212.190.217.170 ([212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id MSLR2NNL; Wed, 18 Jun 2003 14:15:21 +0200 From: CARTER Anthony To: ports@freebsd.org Organization: Intrasoft Date: Wed, 18 Jun 2003 14:16:54 +0200 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: <200306181416.54588.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-100.0 required=4.2 tests=USER_AGENT_KMAIL,USER_IN_WHITELIST version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Freevo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 12:15:27 -0000 Anyone working on a FreeBSD port of Freevo, or does the TGZ package that you can download work with FreeBSD... Thanks, Anthony From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 05:27:16 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4521837B401 for ; Wed, 18 Jun 2003 05:27:16 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [66.180.241.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id C675043FAF for ; Wed, 18 Jun 2003 05:27:15 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (a14182edf2007cc32fd0d25be0845306@localhost [127.0.0.1]) by vectors.cx (8.12.9/8.12.9) with ESMTP id h5ICSJs9047467; Wed, 18 Jun 2003 05:28:20 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.9/8.12.9/Submit) id h5ICSJXm047466; Wed, 18 Jun 2003 05:28:19 -0700 (PDT) Date: Wed, 18 Jun 2003 05:28:19 -0700 From: Adam Weinberger To: CARTER Anthony Message-ID: <20030618122819.GN40503@vectors.cx> Mail-Followup-To: Adam Weinberger , CARTER Anthony , ports@freebsd.org References: <200306181416.54588.a.carter@intrasoft.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200306181416.54588.a.carter@intrasoft.lu> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: Freevo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 12:27:16 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (06.18.2003 @ 0516 PST): CARTER Anthony said, in 0.3K: << > Anyone working on a FreeBSD port of Freevo, or does the TGZ package that you > can download work with FreeBSD... > > Thanks, > Anthony >> end of "Freevo" from CARTER Anthony << There is currently no Freevo port, and if you'd like to convert the Linux-isms to FreeBSD-style, by all means go for it. # Adam - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8Frjo8KM2ULHQ/0RAt6NAKCKtcLgPIejxn0dW5A1B1K7kBatugCfdqJ+ u9IPIPOirjhpD/SjzaLgdUo= =KZA9 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 05:52:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8106437B401 for ; Wed, 18 Jun 2003 05:52:25 -0700 (PDT) Received: from ppprs1.phy.tu-dresden.de (ppprs1.phy.tu-dresden.de [141.30.87.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6296F43FAF for ; Wed, 18 Jun 2003 05:52:24 -0700 (PDT) (envelope-from riemer@ppprs1.phy.tu-dresden.de) Received: from ppprs1.phy.tu-dresden.de (localhost [127.0.0.1]) id h5ICqKfe024432 for ; Wed, 18 Jun 2003 14:52:20 +0200 Received: (from riemer@localhost) by ppprs1.phy.tu-dresden.de (8.12.6/8.12.6/Submit) id h5ICqKdd024431 for freebsd-ports@freebsd.org; Wed, 18 Jun 2003 14:52:20 +0200 Date: Wed, 18 Jun 2003 14:52:20 +0200 From: Tilo Riemer To: freebsd-ports@freebsd.org Message-ID: <20030618125220.GA24206@ppprs1.phy.tu-dresden.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: Linux 2.4.19-4GB i686 Subject: update of LinCVS port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 12:52:25 -0000 Hello, I'm the maintainer of the LinCVS project. It seems, that the maintainer of the LinCVS port has no time or whatever to update the port. His last update is some years old. I self created a port (see www.lincvs.org) some month ago (it's updated to current version). I wrote to jedgar few years ago and after creating the port some month ago. Never I received an answer :-( I think it's better to change the maintainer. Maybe Michal Pasternak would do the job or myself. Best regards, Tilo From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 06:06:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC1C37B404; Wed, 18 Jun 2003 06:06:11 -0700 (PDT) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3109C43FB1; Wed, 18 Jun 2003 06:06:08 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (mi@localhost [127.0.0.1]) by aldan.algebra.com (8.12.9/8.12.9) with ESMTP id h5ID5t76085740; Wed, 18 Jun 2003 09:05:56 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Received: by aldan.algebra.com (8.12.9/8.12.9/Submit) id h5ID5rAi085739; Wed, 18 Jun 2003 09:05:53 -0400 (EDT) From: Mikhail Teterin To: David Yeske , ports@freebsd.org Date: Wed, 18 Jun 2003 09:05:51 -0400 User-Agent: KMail/1.5.1 References: <20030618022738.70165.qmail@web13509.mail.yahoo.com> In-Reply-To: <20030618022738.70165.qmail@web13509.mail.yahoo.com> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" cc: gnome@freebsd.org cc: marcus@freebsd.org Subject: Re: gimp-devel and mng X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 13:06:11 -0000 On Tuesday 17 June 2003 10:27 pm, David Yeske wrote: = I recompiled graphics/libmng so I can save mng files. I then tried to = recompile graphics/gimp-devel, and it detected mng properly. When I = pull up an image and I try and save as mng I get this message. Do you have the latest version of the mng port? If you do, than it is not me :-) I fixed a serious problem in the port some time ago, but there could be something else... -mi From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 07:47:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D87537B401 for ; Wed, 18 Jun 2003 07:47:33 -0700 (PDT) Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2851543F85 for ; Wed, 18 Jun 2003 07:47:30 -0700 (PDT) (envelope-from sem@ciam.ru) Received: from exim by mail.ciam.ru with drweb-scanned (Exim 4.20) id 19SeDg-0002se-Nr for ports@freebsd.org; Wed, 18 Jun 2003 18:47:28 +0400 Received: from sem.ciam.ru ([192.168.45.10] helo=ciam.ru) by mail.ciam.ru with esmtp (Exim 4.20) id 19SeDg-0002sT-79 for ports@freebsd.org; Wed, 18 Jun 2003 18:47:28 +0400 Message-ID: <3EF07B85.4030206@ciam.ru> Date: Wed, 18 Jun 2003 18:47:33 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru-RU; rv:1.3) Gecko/20030309 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: ports/50553 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 14:47:33 -0000 Please take a look at ports/50553. The maintainer is ready to give up a maintainership. ---- Sem. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 07:51:14 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08AD437B401 for ; Wed, 18 Jun 2003 07:51:14 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF1E43FCB for ; Wed, 18 Jun 2003 07:51:13 -0700 (PDT) (envelope-from guy-dated-1058539861.ddf879@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 015AB5C81 for ; Wed, 18 Jun 2003 10:51:01 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Wed, 18 Jun 2003 10:51:01 -0400 (EDT) Date: Wed, 18 Jun 2003 10:51:00 -0400 To: freebsd-ports@freebsd.org Message-ID: <20030618145100.GA16272@chaos.obstruction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) Subject: Nethack, xterm, 5.1-RELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 14:51:14 -0000 I install the nethack34 port on 5.1-RELEASE, then try to run it in an xterm, it says "Terminal must backspace" and quits. I'm pretty sure xterms can backspace. :-) From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 08:37:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8933D37B401; Wed, 18 Jun 2003 08:37:35 -0700 (PDT) Received: from galilee.polands.org (CPE-24-208-57-240.new.rr.com [24.208.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BEB43F75; Wed, 18 Jun 2003 08:37:34 -0700 (PDT) (envelope-from doug@polands.org) Received: from email.polands.org (samaria.polands.org [172.16.1.17]) by galilee.polands.org (8.12.9/8.12.9) with SMTP id h5IFbWNP053757; Wed, 18 Jun 2003 10:37:32 -0500 (CDT) (envelope-from doug@polands.org) Received: from 63.104.35.130 (proxying for 164.5.45.79) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Wed, 18 Jun 2003 10:37:31 -0500 (CDT) Message-ID: <46462.63.104.35.130.1055950651.squirrel@email.polands.org> Date: Wed, 18 Jun 2003 10:37:31 -0500 (CDT) From: "Doug Poland" To: gnome@FreeBSD.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: ports@FreeBSD.org Subject: FreeBSD Port: mozilla-devel-1.4b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 15:37:35 -0000 Hello, I'm running 4.-STABLE and was wondering why the Javascript debugger is not available in mozilla after this port builds. Can I enable it with a make switch? Many thanks in advance! -- Regards, Doug From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 08:41:48 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8B7437B401; Wed, 18 Jun 2003 08:41:48 -0700 (PDT) Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E397A43FBF; Wed, 18 Jun 2003 08:41:25 -0700 (PDT) (envelope-from allbery@ece.cmu.edu) Received: from rushlight (allbery@allbery.dsl.telerama.com [205.201.8.182]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id h5IFf3318395; Wed, 18 Jun 2003 11:41:03 -0400 (EDT) From: "Brandon S. Allbery " KF8NH To: Doug Poland In-Reply-To: <46462.63.104.35.130.1055950651.squirrel@email.polands.org> References: <46462.63.104.35.130.1055950651.squirrel@email.polands.org> Content-Type: text/plain Organization: Message-Id: <1055950865.83103.32.camel@rushlight.kf8nh.apk.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 18 Jun 2003 11:41:06 -0400 Content-Transfer-Encoding: 7bit cc: gnome@freebsd.org cc: ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-devel-1.4b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 15:41:49 -0000 On Wed, 2003-06-18 at 11:37, Doug Poland wrote: > I'm running 4.-STABLE and was wondering why the Javascript debugger > is not available in mozilla after this port builds. Can I enable it > with a make switch? 2@rushlight:25040 Z$ grep www/mozilla /usr/local/etc/pkgtools.conf 'www/mozilla*' => 'WITH_OPTIMIZED_CFLAGS=yes WITH_MAILNEWS=yes WITH_CALENDAR=yes WITH_JAVASCRIPT_DEBUGGER=yes', I find it useful to go through the ports Makefiles on occasion and find the current WITH_*/WITHOUT_* flags. (It would be nice if there were an easy way to do this; mostly I end up scanning for them after a "portupgrade -a" and then go through and rebuild ports.) -- brandon s allbery [openafs/solaris/japh/freebsd] allbery@kf8nh.apk.net system administrator [linux/heimdal/too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university [better check the oblivious first -ke6sls] From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 09:27:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BEB37B404; Wed, 18 Jun 2003 09:27:55 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8A7843F93; Wed, 18 Jun 2003 09:27:53 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h5IGP6qP009125; Wed, 18 Jun 2003 12:25:06 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h5IGNVV8006863; Wed, 18 Jun 2003 12:23:31 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Brandon S. Allbery KF8NH" In-Reply-To: <1055950865.83103.32.camel@rushlight.kf8nh.apk.net> References: <46462.63.104.35.130.1055950651.squirrel@email.polands.org> <1055950865.83103.32.camel@rushlight.kf8nh.apk.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-wivROuLU5zn6ZrL1w1Yq" Organization: MarcusCom, Inc. Message-Id: <1055953667.314.13.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 18 Jun 2003 12:27:47 -0400 X-Spam-Status: No, hits=-8.7 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: Doug Poland cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-devel-1.4b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 16:27:55 -0000 --=-wivROuLU5zn6ZrL1w1Yq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-06-18 at 11:41, Brandon S. Allbery KF8NH wrote: > On Wed, 2003-06-18 at 11:37, Doug Poland wrote: > > I'm running 4.-STABLE and was wondering why the Javascript debugger > > is not available in mozilla after this port builds. Can I enable it > > with a make switch? >=20 > 2@rushlight:25040 Z$ grep www/mozilla /usr/local/etc/pkgtools.conf=20 > 'www/mozilla*' =3D> 'WITH_OPTIMIZED_CFLAGS=3Dyes WITH_MAILNEWS=3Dyes = WITH_CALENDAR=3Dyes WITH_JAVASCRIPT_DEBUGGER=3Dyes', >=20 > I find it useful to go through the ports Makefiles on occasion and find > the current WITH_*/WITHOUT_* flags. (It would be nice if there were an > easy way to do this; mostly I end up scanning for them after a > "portupgrade -a" and then go through and rebuild ports.) I print all the tunable options during pre-everything, so you should see a list on your screen when you try to build mozilla. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-wivROuLU5zn6ZrL1w1Yq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+8JMDb2iPiv4Uz4cRAhCjAKCUqObUJLy6Ys5SjAjWLGNA9QbpjACfZMY3 8RTbH8rNC2N+CfB9+Ex06Iw= =nb8N -----END PGP SIGNATURE----- --=-wivROuLU5zn6ZrL1w1Yq-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 09:35:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A3BD37B404 for ; Wed, 18 Jun 2003 09:35:25 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322A843FAF for ; Wed, 18 Jun 2003 09:35:24 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19Sfu7-0005LF-01; Wed, 18 Jun 2003 18:35:23 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5IGSMih027760 for ; Wed, 18 Jun 2003 18:28:22 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5IGSMO3027759 for freebsd-ports@freebsd.org; Wed, 18 Jun 2003 18:28:22 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Wed, 18 Jun 2003 16:28:21 +0000 (UTC) Message-ID: References: <20030618145100.GA16272@chaos.obstruction.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: Nethack, xterm, 5.1-RELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 16:35:25 -0000 Guy Middleton wrote: > I install the nethack34 port on 5.1-RELEASE, then try to run it in an xterm, > it says "Terminal must backspace" and quits. This is due to the removal of the "bs" attribute from the xterm termcap entry. "bs" has been classified as obsolete forever. I'm not certain what the proper fix is, though. Hmm. I guess the subsequent check for "cm" is enough to filter out unusable terminals. (The thought of somebody still working with a 30-year old homebrew terminal that supports cursor movement but no absolute positioning is just a tad too ridiculous to entertain seriously.) How are things if we simply remove the offending check? --- win/tty/termcap.c.orig Wed Jun 18 18:21:29 2003 +++ win/tty/termcap.c Wed Jun 18 18:21:51 2003 @@ -217,10 +217,6 @@ error("Terminal must backspace."); # else if(!(BC = Tgetstr("bc"))) { /* termcap also uses bc/bs */ -# ifndef MINIMAL_TERM - if(!tgetflag("bs")) - error("Terminal must backspace."); -# endif BC = tbufptr; tbufptr += 2; *BC = '\b'; -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 10:56:30 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F0F37B405 for ; Wed, 18 Jun 2003 10:56:30 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E07543FDD for ; Wed, 18 Jun 2003 10:56:28 -0700 (PDT) (envelope-from guy-dated-1058550975.a2b5bd@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 655835C7B for ; Wed, 18 Jun 2003 13:56:15 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Wed, 18 Jun 2003 13:56:15 -0400 (EDT) Date: Wed, 18 Jun 2003 13:56:14 -0400 To: freebsd-ports@freebsd.org Message-ID: <20030618175614.GA21353@chaos.obstruction.com> References: <20030618145100.GA16272@chaos.obstruction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) Subject: Re: Nethack, xterm, 5.1-RELEASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 17:56:30 -0000 On Wed, Jun 18, 2003 at 04:28:21PM +0000, Christian Weisgerber wrote: > (The thought of somebody still working with a 30-year old homebrew > terminal that supports cursor movement but no absolute positioning > is just a tad too ridiculous to entertain seriously.) > > How are things if we simply remove the offending check? Works fine with the diff applied. -Guy > --- win/tty/termcap.c.orig Wed Jun 18 18:21:29 2003 > +++ win/tty/termcap.c Wed Jun 18 18:21:51 2003 > @@ -217,10 +217,6 @@ > error("Terminal must backspace."); > # else > if(!(BC = Tgetstr("bc"))) { /* termcap also uses bc/bs */ > -# ifndef MINIMAL_TERM > - if(!tgetflag("bs")) > - error("Terminal must backspace."); > -# endif > BC = tbufptr; > tbufptr += 2; > *BC = '\b'; From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 11:33:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A3737B401 for ; Wed, 18 Jun 2003 11:33:41 -0700 (PDT) Received: from smtp-3.paradise.net.nz (smtp-3b.paradise.net.nz [202.0.32.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DC843F3F for ; Wed, 18 Jun 2003 11:33:40 -0700 (PDT) (envelope-from andy@fud.org.nz) Received: from [192.168.10.254] (203-79-110-29.cable.paradise.net.nz [203.79.110.29]) by smtp-3.paradise.net.nz (Postfix) with ESMTP id 32830AE67D; Thu, 19 Jun 2003 06:33:39 +1200 (NZST) From: Andrew Thompson To: CARTER Anthony In-Reply-To: <200306181416.54588.a.carter@intrasoft.lu> References: <200306181416.54588.a.carter@intrasoft.lu> Content-Type: text/plain Message-Id: <1055961569.45819.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 19 Jun 2003 06:39:30 +1200 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: Freevo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 18:33:41 -0000 On Thu, 2003-06-19 at 00:16, CARTER Anthony wrote: > Anyone working on a FreeBSD port of Freevo, or does the TGZ package that you > can download work with FreeBSD... I managed to get it working with this patch, the fbcon subdir contains linux-only programs that are not needed. --- Makefile.orig Thu Jun 19 06:33:32 2003 +++ Makefile Thu Jun 19 06:34:24 2003 @@ -69,7 +69,6 @@ -L/usr/X11R6/lib64 -lX11 XINC = -I/usr/X11R6/include -I/usr/X11/include -I/usr/openwin/include -SUBDIRS = fbcon OPTIMIZE = 0 PREFIX = /usr/local/freevo @@ -77,7 +76,7 @@ CACHEDIR = /var/cache/freevo -.PHONY: all subdirs x11 osd_x1 $(SUBDIRS) clean realclean release install +.PHONY: all subdirs x11 osd_x1 clean realclean release install all: subdirs runapp freevo_xwin @@ -90,11 +89,6 @@ freevo_xwin: freevo_xwin.c $(CC) $(CFLAGS) -o freevo_xwin freevo_xwin.c $(XINC) $(XLIBS) - -subdirs: $(SUBDIRS) - -$(SUBDIRS): - $(MAKE) -C $@ clean: find . -name "*.pyo" -exec rm {} \; From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 12:11:05 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB1437B404; Wed, 18 Jun 2003 12:11:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C122243FAF; Wed, 18 Jun 2003 12:11:04 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5IJB4Up061721; Wed, 18 Jun 2003 12:11:04 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5IJB4cc061717; Wed, 18 Jun 2003 12:11:04 -0700 (PDT) Date: Wed, 18 Jun 2003 12:11:04 -0700 (PDT) From: Ceri Davies Message-Id: <200306181911.h5IJB4cc061717@freefall.freebsd.org> To: ceri@FreeBSD.org, gnats-admin@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/53414: port security/amavis-perl open filedescriptor problem with perl 5.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 19:11:05 -0000 Old Synopsis: New Synopsis: port security/amavis-perl open filedescriptor problem with perl 5.8 Responsible-Changed-From-To: gnats-admin->ports Responsible-Changed-By: ceri Responsible-Changed-When: Wed Jun 18 12:08:34 PDT 2003 Responsible-Changed-Why: Reassign misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=53414 From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 12:22:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9938637B40F; Wed, 18 Jun 2003 12:22:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B7343F93; Wed, 18 Jun 2003 12:22:54 -0700 (PDT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5IJMsUp062420; Wed, 18 Jun 2003 12:22:54 -0700 (PDT) (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5IJMsiJ062416; Wed, 18 Jun 2003 12:22:54 -0700 (PDT) Date: Wed, 18 Jun 2003 12:22:54 -0700 (PDT) From: Ceri Davies Message-Id: <200306181922.h5IJMsiJ062416@freefall.freebsd.org> To: ceri@FreeBSD.org, ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/53414: port security/amavis-perl open filedescriptor problem with perl 5.8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 19:22:56 -0000 Synopsis: port security/amavis-perl open filedescriptor problem with perl 5.8 Responsible-Changed-From-To: ports->freebsd-ports-bugs Responsible-Changed-By: ceri Responsible-Changed-When: Wed Jun 18 12:22:11 PDT 2003 Responsible-Changed-Why: Reassign misfiled PR (to the right alias this time). http://www.freebsd.org/cgi/query-pr.cgi?pr=53414 From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 12:39:12 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8C237B401 for ; Wed, 18 Jun 2003 12:39:12 -0700 (PDT) Received: from freebsd.org.ru (freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F45A43FB1 for ; Wed, 18 Jun 2003 12:39:11 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 4B05B2E3; Wed, 18 Jun 2003 23:39:10 +0400 (MSD) Date: Wed, 18 Jun 2003 23:39:10 +0400 From: "Sergey A. Osokin" To: freebsd-ports@FreeBSD.org Message-ID: <20030618193910.GW86248@freebsd.org.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oPmsXEqKQNHCSXW7" Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: little heads up (for gigabase users) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 19:39:12 -0000 --oPmsXEqKQNHCSXW7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello. I'm planning to commit following patch for databases/gigabase. It fix problem with database/fastdb port. Both ports have a subsql and libcli_r.[a.so], but tool and libraries of ports are 1) uncompatible 2) have the same names Thanks. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ --oPmsXEqKQNHCSXW7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-gigabase Index: ports/databases/gigabase/Makefile =================================================================== RCS file: /home/pcvs/ports/databases/gigabase/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- ports/databases/gigabase/Makefile 10 Jun 2003 13:06:58 -0000 1.52 +++ ports/databases/gigabase/Makefile 18 Jun 2003 16:30:47 -0000 @@ -7,6 +7,7 @@ PORTNAME= gigabase PORTVERSION= 2.90 +PORTREVISION?= 1 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ Index: ports/databases/gigabase/pkg-plist =================================================================== RCS file: /home/pcvs/ports/databases/gigabase/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- ports/databases/gigabase/pkg-plist 20 Nov 2002 12:24:10 -0000 1.5 +++ ports/databases/gigabase/pkg-plist 18 Jun 2003 16:30:20 -0000 @@ -1,4 +1,4 @@ -bin/subsql +bin/subsql_gb include/gigabase/array.h include/gigabase/blob.h include/gigabase/btree.h @@ -19,9 +19,9 @@ include/gigabase/stdtp.h include/gigabase/sync.h include/gigabase/wwwapi.h -lib/libcli_r.a -lib/libcli_r.so -lib/libcli_r.so.2 +lib/libcligb_r.a +lib/libcligb_r.so +lib/libcligb_r.so.2 lib/libgigabase_r.a lib/libgigabase_r.so lib/libgigabase_r.so.2 Index: ports/databases/gigabase/files/patch-aa =================================================================== RCS file: /home/pcvs/ports/databases/gigabase/files/patch-aa,v retrieving revision 1.5 diff -u -r1.5 patch-aa --- ports/databases/gigabase/files/patch-aa 20 Nov 2002 12:24:10 -0000 1.5 +++ ports/databases/gigabase/files/patch-aa 18 Jun 2003 16:30:00 -0000 @@ -1,5 +1,5 @@ ---- Makefile.in.orig Wed Nov 6 01:30:34 2002 -+++ Makefile.in Mon Nov 11 20:07:30 2002 +--- Makefile.in.orig Sat May 3 20:35:46 2003 ++++ Makefile.in Wed Jun 18 20:04:48 2003 @@ -7,6 +7,8 @@ VPATH = @srcdir@ LIBTOOL = $(srcdir)/libtool @@ -9,6 +9,15 @@ # Coment this for AIX/xlC 5.0 LIBEXT=la +@@ -41,7 +43,7 @@ + SUFF=@SUFF@ + + GB_LIB = libgigabase$(SUFF).${LIBEXT} +-CLI_LIB = libcli$(SUFF).${LIBEXT} ++CLI_LIB = libcligb$(SUFF).${LIBEXT} + EXES = subsql + + EXAMPLES = guess testdb testjoin testddl testperf testspat testperf2 testsync testiref testtrav testidx testidx2 clitest testblob testleak @@ -49,7 +51,7 @@ CXX = @CXX@ @@ -29,10 +38,10 @@ mkdir -p $(bindir) if test -x .libs/subsql ; then \ - cp .libs/subsql $(bindir); \ -+ $(INSTALL_PROGRAM) .libs/subsql $(bindir); \ ++ $(INSTALL_PROGRAM) .libs/subsql $(bindir)/subsql_gb; \ else \ - cp subsql $(bindir); \ -+ $(INSTALL_PROGRAM) subsql $(bindir); \ ++ $(INSTALL_PROGRAM) subsql $(bindir)/subsql_gb; \ fi # strip $(bindir)/subsql --oPmsXEqKQNHCSXW7-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 13:05:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29CD737B431 for ; Wed, 18 Jun 2003 13:05:11 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [66.180.241.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0EF43F93 for ; Wed, 18 Jun 2003 13:05:10 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (02b16cc177780dc4ad138f9c0d2a487b@localhost [127.0.0.1]) by vectors.cx (8.12.9/8.12.9) with ESMTP id h5IK6Gs9048482; Wed, 18 Jun 2003 13:06:16 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.9/8.12.9/Submit) id h5IK6Ftn048481; Wed, 18 Jun 2003 13:06:15 -0700 (PDT) Date: Wed, 18 Jun 2003 13:06:15 -0700 From: Adam Weinberger To: Andrew Thompson Message-ID: <20030618200615.GP40503@vectors.cx> Mail-Followup-To: Adam Weinberger , Andrew Thompson , CARTER Anthony , ports@freebsd.org References: <200306181416.54588.a.carter@intrasoft.lu> <1055961569.45819.2.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <1055961569.45819.2.camel@localhost> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx User-Agent: Mutt/1.5.4i cc: ports@freebsd.org cc: CARTER Anthony Subject: Re: Freevo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 20:05:11 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (06.18.2003 @ 1139 PST): Andrew Thompson said, in 1.2K: << > On Thu, 2003-06-19 at 00:16, CARTER Anthony wrote: > > Anyone working on a FreeBSD port of Freevo, or does the TGZ package that you > > can download work with FreeBSD... > > I managed to get it working with this patch, the fbcon subdir contains > linux-only programs that are not needed. Make a port, and submit it! > > > > > --- Makefile.orig Thu Jun 19 06:33:32 2003 > +++ Makefile Thu Jun 19 06:34:24 2003 > @@ -69,7 +69,6 @@ > -L/usr/X11R6/lib64 -lX11 > XINC = -I/usr/X11R6/include -I/usr/X11/include -I/usr/openwin/include > > -SUBDIRS = fbcon > OPTIMIZE = 0 > > PREFIX = /usr/local/freevo > @@ -77,7 +76,7 @@ > CACHEDIR = /var/cache/freevo > > > -.PHONY: all subdirs x11 osd_x1 $(SUBDIRS) clean realclean release > install > +.PHONY: all subdirs x11 osd_x1 clean realclean release install > > all: subdirs runapp freevo_xwin > > @@ -90,11 +89,6 @@ > > freevo_xwin: freevo_xwin.c > $(CC) $(CFLAGS) -o freevo_xwin freevo_xwin.c $(XINC) $(XLIBS) > - > -subdirs: $(SUBDIRS) > - > -$(SUBDIRS): > - $(MAKE) -C $@ > > clean: > find . -name "*.pyo" -exec rm {} \; > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > >> end of "Re: Freevo" from Andrew Thompson << - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8MY3o8KM2ULHQ/0RAi14AKDd2RHQODMPAo5eWyLXiIU/ELElogCgvpNO JyzeVxnyxf5cf629C3abqxU= =8Es/ -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 13:08:56 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84CFB37B401 for ; Wed, 18 Jun 2003 13:08:56 -0700 (PDT) Received: from fire.org.nz (firewall.fire.org.nz [203.97.144.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08B543F85 for ; Wed, 18 Jun 2003 13:08:54 -0700 (PDT) (envelope-from andy@fud.org.nz) Received: by homer.fire.org.nz id <119055>; Thu, 19 Jun 2003 08:08:48 +1200 From: Andrew Thompson To: ports@freebsd.org In-Reply-To: <20030618200615.GP40503@vectors.cx> References: <200306181416.54588.a.carter@intrasoft.lu> <20030618200615.GP40503@vectors.cx> Content-Type: text/plain Message-Id: <03Jun19.080848nzst.119055@homer.fire.org.nz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 19 Jun 2003 08:08:29 +1200 Content-Transfer-Encoding: 7bit Subject: Re: Freevo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 18 Jun 2003 20:08:57 -0000 On Thu, 2003-06-19 at 08:06, Adam Weinberger wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > >> (06.18.2003 @ 1139 PST): Andrew Thompson said, in 1.2K: << > > On Thu, 2003-06-19 at 00:16, CARTER Anthony wrote: > > > Anyone working on a FreeBSD port of Freevo, or does the TGZ package that you > > > can download work with FreeBSD... > > > > I managed to get it working with this patch, the fbcon subdir contains > > linux-only programs that are not needed. > > Make a port, and submit it! > mmm, Im a porting virgin. :-o I've always wanted to start contributing so i'll have a try this weekend. thanks. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 18:30:37 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B7B37B401 for ; Wed, 18 Jun 2003 18:30:36 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7D243FAF for ; Wed, 18 Jun 2003 18:30:34 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19SoG1-0006Nz-00; Thu, 19 Jun 2003 03:30:33 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5J0x1ih046913 for ; Thu, 19 Jun 2003 02:59:01 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5J0x1AD046912 for freebsd-ports@freebsd.org; Thu, 19 Jun 2003 02:59:01 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Thu, 19 Jun 2003 00:59:00 +0000 (UTC) Message-ID: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Whence CC="LD_LIBRARY_PATH=/usr/X11R6/lib cc"? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 01:30:37 -0000 games/xbl fails to build on _some_ 4.x-STABLE machines (e.g. on bento, but not on ref4) for a rather curious reason. xbl uses a quite idiosyncratic configure script that does something like this cat <Imakefile all: @echo CC=\"$(CC)\" EOF xmkmf eval `make all` to get various values from imake. One of these values is CC, and on the affected machines CC is set to "LD_LIBRARY_PATH=/usr/X11R6/lib cc", which causes subsequent problems. I wonder where this prefixed LD_LIBRARY_PATH comes from and why it appears only on some machines. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 22:41:43 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0CDC37B401 for ; Wed, 18 Jun 2003 22:41:43 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA9543F85 for ; Wed, 18 Jun 2003 22:41:43 -0700 (PDT) (envelope-from jason@ec.rr.com) Received: from k6-iii.ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149])h5J5ctqQ025168 for ; Thu, 19 Jun 2003 01:38:55 -0400 (EDT) Message-Id: <5.2.0.9.0.20030619013114.009edb00@pop-server.ec.rr.com> X-Sender: jason@pop-server.ec.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 19 Jun 2003 01:35:39 -0400 To: ports@FreeBSD.org From: jason@ec.rr.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: New spoftware X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 05:41:44 -0000 There is a new game I have heard of called Eternal Lands. Check it out at http://www.eternal-lands.com/index.php. I would like to know if there are plans for it to be added to the ports collection. Please let me know if this is not the right person to email about this. Thanks, Jason From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 23:12:05 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19AA937B401 for ; Wed, 18 Jun 2003 23:12:05 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [66.180.241.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9728843F75 for ; Wed, 18 Jun 2003 23:12:04 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (7c6ac8a78d26567e7bbb7f60140273f9@localhost [127.0.0.1]) by vectors.cx (8.12.9/8.12.9) with ESMTP id h5J6D6s9049938; Wed, 18 Jun 2003 23:13:06 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.9/8.12.9/Submit) id h5J6D6x7049937; Wed, 18 Jun 2003 23:13:06 -0700 (PDT) Date: Wed, 18 Jun 2003 23:13:06 -0700 From: Adam Weinberger To: jason@ec.rr.com Message-ID: <20030619061306.GA40503@vectors.cx> Mail-Followup-To: Adam Weinberger , jason@ec.rr.com, ports@freebsd.org References: <5.2.0.9.0.20030619013114.009edb00@pop-server.ec.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20030619013114.009edb00@pop-server.ec.rr.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: New spoftware X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 06:12:05 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (06.18.2003 @ 2235 PST): jason@ec.rr.com said, in 0.5K: << > There is a new game I have heard of called Eternal Lands. Check it out at > http://www.eternal-lands.com/index.php. > I would like to know if there are plans for it to be added to the ports > collection. Please let me know if this is not the right person to email > about this. > Thanks, > Jason >> end of "New spoftware" from jason@ec.rr.com << Jason - If you'd like, make a port for it and submit it, and we can add it to the ports tree, with you as the official maintainer if you'd like. # Adam - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8VRyo8KM2ULHQ/0RAt1VAKCdyNmt620p75XCe1HdPx/zlm8YAwCfeZ2q 4k1dtZHbt1g9NWzh67g9VwQ= =RuQo -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 06:34:35 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C9537B401; Thu, 19 Jun 2003 06:34:35 -0700 (PDT) Received: from ns0.binep.ac.ru (serv2.binep.ac.ru [193.233.44.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9AA43FBF; Thu, 19 Jun 2003 06:34:28 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from byfi (byfi.binep.ac.ru [193.233.44.234]) by ns0.binep.ac.ru (8.11.6/8.11.6) with SMTP id h5JDbCF31002; Thu, 19 Jun 2003 17:37:12 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Message-ID: <029301c33667$7a1f2a20$ea2ce9c1@binep.ac.ru> From: "Igor B. Bykhalo" To: "Sergey A. Osokin" References: <20030618193910.GW86248@freebsd.org.ru> Date: Thu, 19 Jun 2003 17:34:10 +0400 Organization: BINEPCP RAS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-ports@FreeBSD.org Subject: Re: little heads up (for gigabase users) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 13:34:35 -0000 > Hello. > > I'm planning to commit following patch for databases/gigabase. > It fix problem with database/fastdb port. > > Both ports have a subsql and libcli_r.[a.so], but tool and libraries > of ports are > 1) uncompatible > 2) have the same names > > Thanks. > -- > > Rgdz, /"\ ASCII RIBBON CAMPAIGN > Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL > http://ozz.pp.ru/ X AND NEWS > / \ I'm running oops+gigabase, should i just rebuild gigabase and then oops, or first i need to delete gigabase completely (and make sure there are no more old libraries left)? Igor From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 06:42:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A08037B401 for ; Thu, 19 Jun 2003 06:42:08 -0700 (PDT) Received: from freebsd.org.ru (freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D7843F75 for ; Thu, 19 Jun 2003 06:42:07 -0700 (PDT) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 452A9313; Thu, 19 Jun 2003 17:42:05 +0400 (MSD) Date: Thu, 19 Jun 2003 17:42:05 +0400 From: "Sergey A. Osokin" To: "Igor B. Bykhalo" Message-ID: <20030619134205.GK86248@freebsd.org.ru> References: <20030618193910.GW86248@freebsd.org.ru> <029301c33667$7a1f2a20$ea2ce9c1@binep.ac.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <029301c33667$7a1f2a20$ea2ce9c1@binep.ac.ru> User-Agent: Mutt/1.5.4i cc: freebsd-ports@FreeBSD.org Subject: Re: little heads up (for gigabase users) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 13:42:08 -0000 On Thu, Jun 19, 2003 at 05:34:10PM +0400, Igor B. Bykhalo wrote: > > I'm planning to commit following patch for databases/gigabase. > > It fix problem with database/fastdb port. > > > > Both ports have a subsql and libcli_r.[a.so], but tool and libraries > > of ports are > > 1) uncompatible > > 2) have the same names > > I'm running oops+gigabase, should i just rebuild > gigabase and then oops, or first i need to delete > gigabase completely (and make sure there are no more > old libraries left)? I think oops port unaffect by this changes, because oops use only gigabase_r.so.2 library, which name do not change. If you really need new (fixed) version of gigabase - just upgrade gigabase port. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 07:30:53 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0BA037B409 for ; Thu, 19 Jun 2003 07:30:50 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA70B43F75 for ; Thu, 19 Jun 2003 07:30:49 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19T0R6-0003TF-03; Thu, 19 Jun 2003 16:30:48 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5JEPMih002717 for ; Thu, 19 Jun 2003 16:25:22 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5JEPLvU002710 for freebsd-ports@freebsd.org; Thu, 19 Jun 2003 16:25:21 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Thu, 19 Jun 2003 14:25:20 +0000 (UTC) Message-ID: References: <20030612222636.GA27898@mail.it.ca> <20030615035421.GA83994@mail.it.ca> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: portlint's FATAL warnings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 14:30:54 -0000 Paul Chvostek wrote: > The port in question is security/proxycheck, which I submitted recently. > The HTML file contains usage examples and hints that aren't included in > the man page or elsewhere in the dist tarball (which is versioned). I > could just make a pkg-message that points people to it, Better add the pointer to the man page. Or even the actual content. I detest this single-user mindset that assumes the sysadmin who installs packages is also the (only) user to run them. > or I could maintain my own (versioned) version at a URL independent > of the original author's.... That's fine too, but more work for you. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 09:30:54 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414D937B401 for ; Thu, 19 Jun 2003 09:30:54 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6224443FB1 for ; Thu, 19 Jun 2003 09:30:53 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19T2JI-00078J-01; Thu, 19 Jun 2003 18:30:52 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5JFwAih002779 for ; Thu, 19 Jun 2003 17:58:10 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5JFwAGF002778 for freebsd-ports@freebsd.org; Thu, 19 Jun 2003 17:58:10 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Thu, 19 Jun 2003 15:58:09 +0000 (UTC) Message-ID: References: <200306190941.h5J9fIYL073911@repoman.freebsd.org> <20030619100641.GA22562@rot13.obsecurity.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: config.guess (was: Re: cvs commit: ports/audio/libmikmod/files patch-config.sub) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 16:30:54 -0000 Kris Kennaway wrote: > Peter had suggested making ports use a global config.sub so we don't > have to patch hundreds of ports to teach them about ia64, amd64 and > any other future processor architectures. I think this would be > worthwhile pursuing - NetBSD or OpenBSD may have already done work in > this direction. OpenBSD has a CONFIG_GUESS_DIRS variable (defaults to WRKSRC). Before configure is run, global config.guess and config.sub files are copied to the designated directories. You still need to add CONFIG_GUESS_DIRS to all ports that put config.* into a subdirectory, or have multiple copies, but you only have to do this once. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 13:40:36 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A70F37B401 for ; Thu, 19 Jun 2003 13:40:36 -0700 (PDT) Received: from alcanet.com.au (mail3.alcanet.com.au [208.178.117.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5DB43F93 for ; Thu, 19 Jun 2003 13:40:35 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp01.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])h5JKeWvc022596 for ; Fri, 20 Jun 2003 06:40:33 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp01.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2003062006384058:33939 ; Fri, 20 Jun 2003 06:38:40 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.8/8.12.5) with ESMTP id h5JKeVDg013352 for ; Fri, 20 Jun 2003 06:40:31 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.8/8.12.5/Submit) id h5JKeTxa013351 for freebsd-ports@freebsd.org; Fri, 20 Jun 2003 06:40:29 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Fri, 20 Jun 2003 06:40:29 +1000 From: Peter Jeremy To: freebsd-ports@freebsd.org Message-ID: <20030619204029.GP273@gsmx07.alcatel.com.au> Mime-Version: 1.0 User-Agent: Mutt/1.4i X-MIMETrack: Itemize by SMTP Server on SYDSMTP01/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 20/06/2003 06:38:40 AM,|February 13, 2003) at 20/06/2003 06:38:41 AM, Serialize complete at 20/06/2003 06:38:41 AM Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Problems building OpenOffice on -STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 20:40:37 -0000 [Please copy my in any replies] I am trying to build OO.org (/usr/ports/openoffice) and am consistently getting the following error: Checking DLL ../unxfbsd.pro/lib/check_libsc641fi.so ...: ok -rwxr-xr-x 1 root wheel 9104030 Jun 19 16:42 ../unxfbsd.pro/lib/libsc641= fi.so ------------------------------ Making: ../unxfbsd.pro/lib/sci.lib keine ImportLibs auf Mac und *ix Making: ../unxfbsd.pro/bin/sc64149.res =2E.. Preprocessor startline: rscpp @/var/tmp/tmp.21.VEITWp Preprocessor commandline: -I../unxfbsd.pro/res/49 -I../unxfbsd.pro/res/49 = -I../unx/res -I../res -I../win/res -I../../res -I../win/res -I/usr/ports/ed= itors/openoffice/work/oo_1.0.3_src -I../inc -I. -I/usr/ports/editors/openof= fice/work/oo_1.0.3_src/solver/641/unxfbsd.pro/inc/stl -I/usr/ports/editors/= openoffice/work/oo_1.0.3_src/solver/641/unxfbsd.pro/inc/external -I/usr/por= ts/editors/openoffice/work/oo_1.0.3_src/solver/641/unxfbsd.pro/inc -I/usr/p= orts/editors/openoffice/work/oo_1.0.3_src/solenv/unxfbsd/inc -I/usr/ports/e= ditors/openoffice/work/oo_1.0.3_src/solenv/inc -I/usr/ports/editors/openoff= ice/work/oo_1.0.3_src/res -I/usr/ports/editors/openoffice/work/oo_1.0.3_src= /solver/641/unxfbsd.pro/inc/stl -I/usr/ports/editors/openoffice/work/oo_1.0= .3_src/solenv/inc/Xp31 -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/= include/freebsd -I/usr/local/jdk1.3.1/include/green_threads/include -I/usr/= X11R6/include /usr/ports/editors/openoffice/work/oo_1.0.3_src/solver/641/un= xfbsd.pro/res/sfx.srs /var/tmp/tmp.22.nAXhhn Preprocessor startline: rscpp @/var/tmp/tmp.23.vsg9BD Rsc2 commandline: rsc2 @/var/tmp/tmp.24.zdCxut Files: /var/tmp/tmp.0.x4MbP9 /var/tmp/tmp.2.6l7Txw /var/tmp/tmp.4.2oUJ0d /v= ar/tmp/tmp.6.sCWTwf /var/tmp/tmp.8.d9vwpL /var/tmp/tmp.10.1L95kz /var/tmp/t= mp.12.6NoNMV /var/tmp/tmp.14.W0cJyw /var/tmp/tmp.16.CrLrDP /var/tmp/tmp.18.= MtQEDK /var/tmp /tmp.20.nDuhEn /var/tmp/tmp.22.nAXhhn=20 reading file /var/tmp/tmp.0.x4MbP9 ..... reading file /var/tmp/tmp.2.6l7Txw . reading file /var/tmp/tmp.4.2oUJ0d ........................................= ...........................................................................= ...........................................................................= ........................... reading file /var/tmp/tmp.6.sCWTwf .............. reading file /var/tmp/tmp.8.d9vwpL ..................... reading file /var/tmp/tmp.10.1L95kz .. reading file /var/tmp/tmp.12.6NoNMV ... reading file /var/tmp/tmp.14.W0cJyw .......................................= ...........................................................................= ...........................................................................= ...... reading file /var/tmp/tmp.16.CrLrDP .....Program exit is 10 Error starting rsc2 compiler dmake: Error code 1, while making '../unxfbsd.pro/bin/sc64149.res' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work= /oo_1.0.3_src/sc/util dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice. The first time it happened, I tried restarting the make in case it was some sort of glitch, but it recurred in exactly the same spot. The second time, I blew away /usr/ports/editors/openoffice and exactly the same failure occurred (after 27 hours). Has anyone else seen anything like this? Peter From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 14:46:02 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C35137B401 for ; Thu, 19 Jun 2003 14:46:02 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868A743F75 for ; Thu, 19 Jun 2003 14:46:00 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id BA77966BE5; Thu, 19 Jun 2003 14:45:55 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id BA42B4AA; Thu, 19 Jun 2003 14:45:55 -0700 (PDT) Date: Thu, 19 Jun 2003 14:45:55 -0700 From: Kris Kennaway To: Christian Weisgerber Message-ID: <20030619214555.GA34067@rot13.obsecurity.org> References: <200306190941.h5J9fIYL073911@repoman.freebsd.org> <20030619100641.GA22562@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: config.guess (was: Re: cvs commit: ports/audio/libmikmod/files patch-config.sub) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 21:46:02 -0000 --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 19, 2003 at 03:58:09PM +0000, Christian Weisgerber wrote: > Kris Kennaway wrote: >=20 > > Peter had suggested making ports use a global config.sub so we don't > > have to patch hundreds of ports to teach them about ia64, amd64 and > > any other future processor architectures. I think this would be > > worthwhile pursuing - NetBSD or OpenBSD may have already done work in > > this direction. >=20 > OpenBSD has a CONFIG_GUESS_DIRS variable (defaults to WRKSRC). > Before configure is run, global config.guess and config.sub files > are copied to the designated directories. What is the benefit of a global config.guess? My instinct is that a global config.guess would cause problems with some ports: I would expect that a lot of ports hack their configure scripts in unmentionable ways that make this difficult. What was OpenBSD's experience in this regard? Do the benefits outweigh the pain? Kris --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8i8TWry0BWjoQKURAm9gAKCnCFtXySU2wmkXy8K1PJC47emfsgCgh0H6 +Co+MwG/4OlTeh/7O7prel0= =WLQp -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 15:27:16 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C060237B401 for ; Thu, 19 Jun 2003 15:27:16 -0700 (PDT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB4B43FA3 for ; Thu, 19 Jun 2003 15:27:16 -0700 (PDT) (envelope-from stephane@apiou.org) Received: from apiou.org (nas-cbv-4-62-147-140-185.dial.proxad.net [62.147.140.185]) by postfix4-2.free.fr (Postfix) with ESMTP id 76278C0E5 for ; Fri, 20 Jun 2003 00:27:13 +0200 (CEST) Message-ID: <3EF239C0.4020502@apiou.org> Date: Fri, 20 Jun 2003 00:31:28 +0200 From: Stephane APIOU User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: fr,fr-FR,fr-BE,fr-CA,fr-CH,en MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Adgali Library X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 22:27:17 -0000 hi, Adgali is now located at http://www.freesoftware.fsf.org/adgali/ the sourceforge page is obsolete and the last version is 0.2.2 with plenty of new features. have a look ! stef -- Visitez ma contribution au logiciel libre: http://www.freesoftware.fsf.org/adgali/ Une des raisons pour laquelle la vie est complexe est qu'elle est constituee d'une partie reelle et d'une partie imaginaire A.Koenig From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 16:31:07 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FCA37B401 for ; Thu, 19 Jun 2003 16:31:07 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A7B43F85 for ; Thu, 19 Jun 2003 16:31:05 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19T8rw-0000Rm-00; Fri, 20 Jun 2003 01:31:04 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5JNF9ih015294 for ; Fri, 20 Jun 2003 01:15:09 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5JNF95T015293 for freebsd-ports@freebsd.org; Fri, 20 Jun 2003 01:15:09 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Thu, 19 Jun 2003 23:15:08 +0000 (UTC) Message-ID: References: <200306190941.h5J9fIYL073911@repoman.freebsd.org> <20030619100641.GA22562@rot13.obsecurity.org> <20030619214555.GA34067@rot13.obsecurity.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: config.guess (was: Re: cvs commit: ports/audio/libmikmod/files patch-config.sub) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 23:31:07 -0000 Kris Kennaway wrote: > What is the benefit of a global config.guess? > > My instinct is that a global config.guess would cause problems with > some ports: I would expect that a lot of ports hack their configure > scripts in unmentionable ways that make this difficult. What was > OpenBSD's experience in this regard? Do the benefits outweigh the > pain? Then it will come as a surprise to you that OpenBSD's experience has been uniformly positive. I cannot remember a single instance where overwriting the included config.guess with the system one caused any problem. config.guess only provides the cpu-vendor-os triplet. It does not interact with the rest of configure in other ways. OpenBSD introduced copying a central config.{guess,sub} template into CONFIG_GUESS_DIRS when the copies included with most distfiles failed to properly recognize the then new OpenBSD/powerpc platform. (If anybody wants to look at this in the OpenBSD repository: * The templates are in ports/infrastructure/db/config.{guess,sub}. * The make glue is in ports/infrastructure/mk/gnu.port.mk. The variable is actually called MODGNU_CONFIG_GUESS_DIRS.) -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 16:45:24 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8647037B401 for ; Thu, 19 Jun 2003 16:45:24 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB49943FBD for ; Thu, 19 Jun 2003 16:45:23 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h5JNjNDZ072165; Thu, 19 Jun 2003 16:45:23 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h5JNjN17001663; Thu, 19 Jun 2003 16:45:23 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h5JNjNOY001662; Thu, 19 Jun 2003 16:45:23 -0700 (PDT) (envelope-from marcel) Date: Thu, 19 Jun 2003 16:45:23 -0700 From: Marcel Moolenaar To: Christian Weisgerber Message-ID: <20030619234523.GF1273@dhcp01.pn.xcllnt.net> References: <200306190941.h5J9fIYL073911@repoman.freebsd.org> <20030619100641.GA22562@rot13.obsecurity.org> <20030619214555.GA34067@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: config.guess (was: Re: cvs commit: ports/audio/libmikmod/files patch-config.sub) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 19 Jun 2003 23:45:24 -0000 On Thu, Jun 19, 2003 at 11:15:08PM +0000, Christian Weisgerber wrote: > > OpenBSD introduced copying a central config.{guess,sub} template > into CONFIG_GUESS_DIRS when the copies included with most distfiles > failed to properly recognize the then new OpenBSD/powerpc platform. > > > (If anybody wants to look at this in the OpenBSD repository: > * The templates are in ports/infrastructure/db/config.{guess,sub}. > * The make glue is in ports/infrastructure/mk/gnu.port.mk. The > variable is actually called MODGNU_CONFIG_GUESS_DIRS.) Sounds very promising. When can we have it? :-) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 17:55:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5471037B401 for ; Thu, 19 Jun 2003 17:55:58 -0700 (PDT) Received: from quenix.dyndns.org (modemcable207.151-131-66.nowhere.mc.videotron.ca [66.131.151.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D1A443F85 for ; Thu, 19 Jun 2003 17:55:57 -0700 (PDT) (envelope-from gagnon__s@videotron.ca) Received: from localhost ([127.0.0.1]) by quenix.dyndns.org with esmtp (Exim 4.20) id 19TAdS-0007Vp-Fn; Thu, 19 Jun 2003 21:24:14 -0400 From: Serge Gagnon To: Christian Weisgerber In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QxrziOsKu+t5Pj0OT2XL" Organization: me Message-Id: <1056072254.28429.6.camel@quenix.dyndns.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 19 Jun 2003 21:24:14 -0400 cc: freebsd-ports@freebsd.org Subject: Re: Whence CC="LD_LIBRARY_PATH=/usr/X11R6/lib cc"? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 00:55:58 -0000 --=-QxrziOsKu+t5Pj0OT2XL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-06-18 at 20:59, Christian Weisgerber wrote: > games/xbl fails to build on _some_ 4.x-STABLE machines (e.g. on > bento, but not on ref4) for a rather curious reason. xbl uses a > quite idiosyncratic configure script that does something like this >=20 > cat <Imakefile > all: > @echo CC=3D\"$(CC)\" > EOF > xmkmf > eval `make all` >=20 > to get various values from imake. One of these values is CC, and > on the affected machines CC is set to "LD_LIBRARY_PATH=3D/usr/X11R6/lib c= c", > which causes subsequent problems. >=20 > I wonder where this prefixed LD_LIBRARY_PATH comes from and why it > appears only on some machines. Why not just comment this line as we do sometime when the author of the software write a CC=3Dgcc hardcoded in his makefile ? --- configure.in.orig Thu Jun 19 19:54:47 2003 +++ configure.in Thu Jun 19 19:54:58 2003 @@ -43,7 +43,7 @@ @echo LN=3D\"LN=3D$(LN)\" @echo COMPRESS=3D\"COMPRESS=3D$(COMPRESS)\" @echo MANPATH=3D\"MANPATH=3D$(MANPATH)\" - @echo CC=3D\"$(CC)\" +# @echo CC=3D\"$(CC)\" @echo LDOPTIONS=3D\"$(LDOPTIONS)\" @echo LINT=3D\"LINT=3D$(LINT)\" @echo LINTFLAGS=3D\"LINTFLAGS=3D$(LINTFLAGS)\" --=20 Serge Gagnon Quebec, Qc, Canada GPG key available from: ftp://quenix.dyndns.org/keys/sg.asc --=-QxrziOsKu+t5Pj0OT2XL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+8mI+oCaj+mM9FyYRAh5zAJ4gVUvc+c2fHRmUcTiHxT9QokopdACdE+sw HumKbK1N4NTrklDs2Hvhqyw= =SvLq -----END PGP SIGNATURE----- --=-QxrziOsKu+t5Pj0OT2XL-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 00:38:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B8837B401; Fri, 20 Jun 2003 00:38:08 -0700 (PDT) Received: from mail.halplant.com (ip68-98-167-210.nv.nv.cox.net [68.98.167.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE9643F75; Fri, 20 Jun 2003 00:38:07 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: by mail.halplant.com (Postfix, from userid 1001) id 3E3D646; Fri, 20 Jun 2003 03:38:06 -0400 (EDT) Date: Fri, 20 Jun 2003 03:38:06 -0400 From: Andrew J Caines To: FreeBSD ports , FreeBSD Multimedia Message-ID: <20030620073806.GB401@hal9000.halplant.com> Mail-Followup-To: FreeBSD ports , FreeBSD Multimedia , taoka@FreeBSD.org, vns@delta.odessa.ua Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.8-STABLE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 Importance: Normal User-Agent: Mutt/1.5.4i cc: taoka@FreeBSD.org cc: vns@delta.odessa.ua Subject: Linux Realplayer esound support and dependencies X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 07:38:08 -0000 Having recently started to use the native esound daemon (esound-0.2.29) on my up-to-date -STABLE x86 box, attempting to start realplayer (linux-realplayer-8.cs2_3) gives an unsurprising error about the audio device being in use. Digging through the realplayer config I noticed the esound support and turned it to see what it would do and found it did nothing, though it was trying to find libesd. After catching and killing a few wild geese, I installed the linux version of esound (linux-esound-0.2.22_2) and its missing libaudiofile dependency (linux-libaudiofile-0.1.11_2) and everything works automagically. Would it be a good idea to make linux-esound a dependency of linux-realplayer, perhaps optionally? Could someone fix the linux-libaudiofile dependency? Patches below. Let me know if you want me to file PRs. ----8<---- diff -ruN linux-esound.nolibaudiofile/Makefile linux-esound/Makefile --- linux-esound.nolibaudiofile/Makefile Thu Feb 27 04:20:18 2003 +++ linux-esound/Makefile Fri Jun 20 03:23:02 2003 @@ -12,6 +12,8 @@ MAINTAINER= taoka@FreeBSD.org COMMENT= RPM of esound +RUN_DEPENDS= /compat/linux/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile + RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" ----8<---- ----8<---- diff -ruN linux-realplayer.noesound/Makefile linux-realplayer/Makefile --- linux-realplayer.noesound/Makefile Thu Jun 19 05:14:45 2003 +++ linux-realplayer/Makefile Fri Jun 20 03:32:15 2003 @@ -17,7 +17,8 @@ COMMENT= Linux RealPlayer 8.0 from RealNetworks EXTRACT_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ + /compat/linux/usr/lib/libesd.so.0:${PORTSDIR}/audio/linux-esound MAINDIST= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E}_rpm UPDATEDIST= rv9_libc6_i386_cs2.tgz ----8<---- -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 00:39:52 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57F2637B401 for ; Fri, 20 Jun 2003 00:39:52 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C2343F85 for ; Fri, 20 Jun 2003 00:39:50 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.11.6/8.9.3) id h5K7dnD24398 for freebsd-ports@freebsd.org; Fri, 20 Jun 2003 09:39:49 +0200 Date: Fri, 20 Jun 2003 09:39:49 +0200 From: Christoph Kukulies Message-Id: <200306200739.h5K7dnD24398@accms33.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: ispell X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 07:39:52 -0000 This may be a general question not not be a bug but I'm just wondering about lots of these messages when making ISPELL_DEALT=yes: Word 'Basisbl"ocke' contains illegal characters 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 Word 'Luxusausfu"hrung ' contains illegal characters -- Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 03:15:52 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B70D637B401 for ; Fri, 20 Jun 2003 03:15:52 -0700 (PDT) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3579043F75 for ; Fri, 20 Jun 2003 03:15:50 -0700 (PDT) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p2/8.12.6) with ESMTP id h5KAFle7092725 for ; Fri, 20 Jun 2003 13:15:47 +0300 (EEST) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p2/8.12.6/Submit) id h5KAFlWP092722 for freebsd-ports@freebsd.org; Fri, 20 Jun 2003 13:15:47 +0300 (EEST) (envelope-from never) Date: Fri, 20 Jun 2003 13:15:47 +0300 From: Alexandr Kovalenko To: freebsd-ports@freebsd.org Message-ID: <20030620101547.GC92339@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.1i Subject: ports using CVS repo to get sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 10:15:53 -0000 Any howto or examples in ports tree? -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 03:38:53 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E7437B401 for ; Fri, 20 Jun 2003 03:38:53 -0700 (PDT) Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.136.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2533243F85 for ; Fri, 20 Jun 2003 03:38:53 -0700 (PDT) (envelope-from allbery@ece.cmu.edu) Received: from rushlight (allbery@[205.201.8.182]) (authenticated) by ece.cmu.edu (8.11.0/8.10.2) with ESMTP id h5KAciY22526; Fri, 20 Jun 2003 06:38:44 -0400 (EDT) From: "Brandon S. Allbery " KF8NH To: Joe Marcus Clarke In-Reply-To: <1055953667.314.13.camel@gyros> References: <46462.63.104.35.130.1055950651.squirrel@email.polands.org> <1055950865.83103.32.camel@rushlight.kf8nh.apk.net> <1055953667.314.13.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1056105527.2609.8.camel@rushlight.kf8nh.apk.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 20 Jun 2003 06:38:47 -0400 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-devel-1.4b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 10:38:54 -0000 On Wed, 2003-06-18 at 12:27, Joe Marcus Clarke wrote: > > I find it useful to go through the ports Makefiles on occasion and find > > the current WITH_*/WITHOUT_* flags. (It would be nice if there were an > > easy way to do this; mostly I end up scanning for them after a > > "portupgrade -a" and then go through and rebuild ports.) > > I print all the tunable options during pre-everything, so you should see > a list on your screen when you try to build mozilla. And that's what I look for when I scan the portupgrade log file. Which still leaves that (a) I have to do the portupgrade first and (b) not every port with tunables prints them. What would be nice would be a standard make target which listed the tunables for a port; I could then run "portupgrade -a" forcing that target to see the tunables (which often seem to change on me) and adjust my pkgtools.conf before building everything. -- brandon s allbery [openafs/solaris/japh/freebsd] allbery@kf8nh.apk.net system administrator [linux/heimdal/too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university [better check the oblivious first -ke6sls] From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 05:40:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12B937B41F for ; Fri, 20 Jun 2003 05:40:44 -0700 (PDT) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB7943FE1 for ; Fri, 20 Jun 2003 05:40:42 -0700 (PDT) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6p2/8.12.6) with ESMTP id h5KCeee7099530 for ; Fri, 20 Jun 2003 15:40:41 +0300 (EEST) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6p2/8.12.6/Submit) id h5KCeeON099526 for freebsd-ports@freebsd.org; Fri, 20 Jun 2003 15:40:40 +0300 (EEST) (envelope-from never) Date: Fri, 20 Jun 2003 15:40:39 +0300 From: Alexandr Kovalenko To: freebsd-ports@freebsd.org Message-ID: <20030620124038.GA99431@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.1i Subject: LZW patent expired X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 12:40:45 -0000 http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=1&f=G&l=50&s1=%5C'4,558,302%5C'.WKU.&OS=PN/4,558,302&RS=PN/4,558,302 So we may start removing WITH_*_LZW_* knobs in ports. -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 05:59:23 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E2337B401 for ; Fri, 20 Jun 2003 05:59:23 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2A543FBD for ; Fri, 20 Jun 2003 05:59:21 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h5KCxKt0098482; Fri, 20 Jun 2003 16:59:20 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h5KCxKWa098481; Fri, 20 Jun 2003 16:59:20 +0400 (MSD) Date: Fri, 20 Jun 2003 16:59:19 +0400 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: Alexandr Kovalenko Message-ID: <20030620125919.GA98447@nagual.pp.ru> References: <20030620124038.GA99431@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030620124038.GA99431@nevermind.kiev.ua> User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: LZW patent expired X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 12:59:23 -0000 On Fri, Jun 20, 2003 at 15:40:39 +0300, Alexandr Kovalenko wrote: > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=1&f=G&l=50&s1=%5C'4,558,302%5C'.WKU.&OS=PN/4,558,302&RS=PN/4,558,302 > > So we may start removing WITH_*_LZW_* knobs in ports. ZDNet article: http://news.zdnet.co.uk/story/0,,t356-s2135760,00.html From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 05:59:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBD6437B401 for ; Fri, 20 Jun 2003 05:59:44 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A65EB43F85 for ; Fri, 20 Jun 2003 05:59:43 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) h5KCxg1n003162; Fri, 20 Jun 2003 14:59:42 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.9/8.12.9/Submit) id h5KCxaVc003161; Fri, 20 Jun 2003 14:59:36 +0200 (CEST) (envelope-from marius) Date: Fri, 20 Jun 2003 14:59:36 +0200 From: Marius Strobl To: Alexandr Kovalenko Message-ID: <20030620145936.B2774@newtrinity.zeist.de> References: <20030620124038.GA99431@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030620124038.GA99431@nevermind.kiev.ua>; from never@nevermind.kiev.ua on Fri, Jun 20, 2003 at 03:40:39PM +0300 cc: freebsd-ports@freebsd.org Subject: Re: LZW patent expired X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 12:59:45 -0000 On Fri, Jun 20, 2003 at 03:40:39PM +0300, Alexandr Kovalenko wrote: > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=1&f=G&l=50&s1=%5C'4,558,302%5C'.WKU.&OS=PN/4,558,302&RS=PN/4,558,302 > > So we may start removing WITH_*_LZW_* knobs in ports. > Only the US patent expired, the European and the Japanese patents will not expire until sometime in 2004. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 06:06:16 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E0337B401 for ; Fri, 20 Jun 2003 06:06:16 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04F343F3F for ; Fri, 20 Jun 2003 06:06:15 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h5KD5tt0098597; Fri, 20 Jun 2003 17:05:55 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h5KD5t0T098596; Fri, 20 Jun 2003 17:05:55 +0400 (MSD) Date: Fri, 20 Jun 2003 17:05:55 +0400 From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= To: Marius Strobl Message-ID: <20030620130555.GA98549@nagual.pp.ru> References: <20030620124038.GA99431@nevermind.kiev.ua> <20030620145936.B2774@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030620145936.B2774@newtrinity.zeist.de> User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: LZW patent expired X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 13:06:17 -0000 On Fri, Jun 20, 2003 at 14:59:36 +0200, Marius Strobl wrote: > On Fri, Jun 20, 2003 at 03:40:39PM +0300, Alexandr Kovalenko wrote: > > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/srchnum.htm&r=1&f=G&l=50&s1=%5C'4,558,302%5C'.WKU.&OS=PN/4,558,302&RS=PN/4,558,302 > > > > So we may start removing WITH_*_LZW_* knobs in ports. > > > > Only the US patent expired, the European and the Japanese patents will > not expire until sometime in 2004. Since we are USA-based, we can remove knobs immediately now and not wait every other country. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 06:15:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD2237B401 for ; Fri, 20 Jun 2003 06:15:39 -0700 (PDT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0967943FA3 for ; Fri, 20 Jun 2003 06:15:38 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.9/8.12.9) with ESMTP id h5KDEgKX093434; Fri, 20 Jun 2003 15:14:42 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.9/8.12.9/Submit) id h5KDEgO2093433; Fri, 20 Jun 2003 15:14:42 +0200 (CEST) Date: Fri, 20 Jun 2003 15:14:42 +0200 From: Stijn Hoop To: ?????? ?????? Message-ID: <20030620131442.GS24175@pcwin002.win.tue.nl> References: <20030620124038.GA99431@nevermind.kiev.ua> <20030620145936.B2774@newtrinity.zeist.de> <20030620130555.GA98549@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="00sTfE/IIAT5d2r5" Content-Disposition: inline In-Reply-To: <20030620130555.GA98549@nagual.pp.ru> User-Agent: Mutt/1.4.1i X-Bright-Idea: Let's abolish HTML mail! cc: freebsd-ports@freebsd.org cc: Marius Strobl Subject: Re: LZW patent expired X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 13:15:39 -0000 --00sTfE/IIAT5d2r5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 20, 2003 at 05:05:55PM +0400, ?????? ?????? wrote: > On Fri, Jun 20, 2003 at 14:59:36 +0200, Marius Strobl wrote: > > On Fri, Jun 20, 2003 at 03:40:39PM +0300, Alexandr Kovalenko wrote: > > > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=3DPTO1&Sect2=3DHITOFF= &d=3DPALL&p=3D1&u=3D/netahtml/srchnum.htm&r=3D1&f=3DG&l=3D50&s1=3D%5C'4,558= ,302%5C'.WKU.&OS=3DPN/4,558,302&RS=3DPN/4,558,302 > > >=20 > > > So we may start removing WITH_*_LZW_* knobs in ports. > > >=20 > >=20 > > Only the US patent expired, the European and the Japanese patents will > > not expire until sometime in 2004. >=20 > Since we are USA-based, we can remove knobs immediately now and not wait > every other country. And make it difficult for European users to install ports without patented technology they do not want to use? I do not follow your logic. --Stijn --=20 Man had always assumed that he was more intelligent than dolphins because he had achieved so much... the wheel, New York, wars, and so on, whilst all the dolphins had ever done was muck about in the water having a good time. But conversely the dolphins believed themselves to be more intelligent than man for precisely the same reasons. -- Douglas Adams, "The Hitchhikers Guide To The Galaxy" --00sTfE/IIAT5d2r5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8wjCY3r/tLQmfWcRArNMAKCTVylmuyc/4W0QNwvimYIgkUvOewCfaUrv Y2vBLLkPrQVQXzBCpI+J9Iw= =cQZe -----END PGP SIGNATURE----- --00sTfE/IIAT5d2r5-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 06:34:02 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95EA837B401 for ; Fri, 20 Jun 2003 06:34:02 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A9B43FAF for ; Fri, 20 Jun 2003 06:34:01 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h5KDXft0099080; Fri, 20 Jun 2003 17:33:41 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h5KDXe7G099079; Fri, 20 Jun 2003 17:33:40 +0400 (MSD) Date: Fri, 20 Jun 2003 17:33:38 +0400 From: Andrey Chernov To: Stijn Hoop Message-ID: <20030620133338.GA99024@nagual.pp.ru> References: <20030620124038.GA99431@nevermind.kiev.ua> <20030620145936.B2774@newtrinity.zeist.de> <20030620130555.GA98549@nagual.pp.ru> <20030620131442.GS24175@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <20030620131442.GS24175@pcwin002.win.tue.nl> User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org cc: Marius Strobl Subject: Re: LZW patent expired X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 13:34:02 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 20, 2003 at 15:14:42 +0200, Stijn Hoop wrote: > On Fri, Jun 20, 2003 at 05:05:55PM +0400, ?????? ?????? wrote: > > On Fri, Jun 20, 2003 at 14:59:36 +0200, Marius Strobl wrote: > > > On Fri, Jun 20, 2003 at 03:40:39PM +0300, Alexandr Kovalenko wrote: > > > > http://patft.uspto.gov/netacgi/nph-Parser?Sect1=3DPTO1&Sect2=3DHITO= FF&d=3DPALL&p=3D1&u=3D/netahtml/srchnum.htm&r=3D1&f=3DG&l=3D50&s1=3D%5C'4,5= 58,302%5C'.WKU.&OS=3DPN/4,558,302&RS=3DPN/4,558,302 > > > >=20 > > > > So we may start removing WITH_*_LZW_* knobs in ports. > > > >=20 > > >=20 > > > Only the US patent expired, the European and the Japanese patents will > > > not expire until sometime in 2004. > >=20 > > Since we are USA-based, we can remove knobs immediately now and not wait > > every other country. >=20 > And make it difficult for European users to install ports without patented > technology they do not want to use? >=20 > I do not follow your logic. Well, I reconsider my point a bit. Most convenient way will be autoenable LZW know, if USA_RESIDENT =3D=3D YES --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iQCVAwUBPvMNMuJgpPLZnQjrAQHonwQAgNCoB+kdNxgb/sbsbl9gtjByAfXwK1KE s/hQ1oq6VprSsWnO8GuGa71cyLtm8rxpCLu9ShisRgBo+fjZvfKYQbpO9drOoBXr 97RvVbfxK+tLhJdKEMzzy6UXRIZpswNZCnJlTwKrkqg5jOLVHng+hPw4YGUFx2xm aWJDxKncIuI= =8Whz -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 07:06:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326E037B401 for ; Fri, 20 Jun 2003 07:06:50 -0700 (PDT) Received: from krusty.dt.e-technik.uni-dortmund.de (mail.dt.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6089943FCB for ; Fri, 20 Jun 2003 07:06:49 -0700 (PDT) (envelope-from ma@dt.e-technik.uni-dortmund.de) Received: from m2a2.dyndns.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1])62BFEA381D for ; Fri, 20 Jun 2003 16:06:48 +0200 (CEST) Received: by merlin.emma.line.org (Postfix, from userid 500) id A2B838B7B1; Fri, 20 Jun 2003 16:06:44 +0200 (CEST) To: Stijn Hoop In-Reply-To: <20030620131442.GS24175@pcwin002.win.tue.nl> (Stijn Hoop's message of "Fri, 20 Jun 2003 15:14:42 +0200") References: <20030620124038.GA99431@nevermind.kiev.ua> <20030620145936.B2774@newtrinity.zeist.de> <20030620130555.GA98549@nagual.pp.ru> <20030620131442.GS24175@pcwin002.win.tue.nl> From: Matthias Andree Date: Fri, 20 Jun 2003 16:06:44 +0200 Message-ID: User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: ?????? ?????? cc: freebsd-ports@freebsd.org cc: Marius Strobl Subject: Re: LZW patent expired X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 14:06:50 -0000 Stijn Hoop writes: > And make it difficult for European users to install ports without patented > technology they do not want to use? > > I do not follow your logic. I don't care about software patents _YET_, so why bother. The patent cannot possibly have been issued under the German Patent Act. If it was, the patent is unlawful. However, the EU parliament schedules on epatents have been advanced to June 30 now, original plannings have been for September according to Heise (referring to FFII). (English and French official stuff:) http://wwwdb.europarl.eu.int/oeil/oeil_ViewDNL.ProcedureView?lang=2&procid=5974 (German:) http://www.heise.de/newsticker/data/anw-20.06.03-003/ -- Matthias Andree From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 08:00:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF6437B401 for ; Fri, 20 Jun 2003 08:00:38 -0700 (PDT) Received: from likya.bimel.com.tr (likya.bimel.com.tr [212.175.96.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8690143FCB for ; Fri, 20 Jun 2003 08:00:34 -0700 (PDT) (envelope-from ustuntas@bimel.com.tr) Received: (from root@localhost) by likya.bimel.com.tr (8.12.6p2/8.12.8) id h5KF0oJH004229 for ports@freebsd.org; Fri, 20 Jun 2003 18:00:50 +0300 (EEST) (envelope-from ustuntas@bimel.com.tr) Received: from bimel.com.tr (zeugma.bimel.com.tr [212.175.96.11]) by likya.bimel.com.tr (8.12.6p2/8.12.7av) with ESMTP id h5KF0ksw004217 for ; Fri, 20 Jun 2003 18:00:49 +0300 (EEST) (envelope-from ustuntas@bimel.com.tr) Message-ID: <3EF323F3.1080002@bimel.com.tr> Date: Fri, 20 Jun 2003 18:10:43 +0300 From: Murat USTUNTAS User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: tr, en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: multipart/mixed; boundary="------------090904080906010501080904" X-Virus-Scanned: by AMaViS perl-11 Subject: Mysql323 installation 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: Fri, 20 Jun 2003 15:00:39 -0000 This is a multi-part message in MIME format. --------------090904080906010501080904 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hello, I want to install mysql server from ports on my system as 4.8-Stable. Than take an error like this.. What is the problem ? I send also config.log and my pkg list. Regards, Murat Ustuntas -------- config.status: creating db_config.h END OF BERKELEY DB CONFIGURATION CONFIGURING FOR INNODB checking build system type... i386-unknown-freebsd4.8 checking host system type... i386-unknown-freebsd4.8 checking target system type... i386-unknown-freebsd4.8 checking whether to enable maintainer-specific portions of Makefiles... no 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 configure: error: could not configure INNODB ===> Script "configure" failed unexpectedly. Please report the problem to dirk@FreeBSD.org [maintainer] and attach the "/usr/ports/databases/mysql323-server/work/mysql-3.23.56/config.log" including the output of the failure of your 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 ----- --> ls /var/db/pkg -> pkg.txt --------------090904080906010501080904 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --localstatedir=/var/db/mysql --without-perl --without-debug --without-readline --without-bench --with-mit-threads=no --with-libwrap --with-low-memory --with-comment=FreeBSD port: mysql-server-3.23.56_1 --program-prefix= --with-innodb --enable-assembler --with-berkeley-db --prefix=/usr/local i386-portbld-freebsd4.8 ## --------- ## ## Platform. ## ## --------- ## hostname = urartu.bimel.com.tr uname -m = i386 uname -r = 4.8-STABLE uname -s = FreeBSD uname -v = FreeBSD 4.8-STABLE #0: Mon May 26 10:52:03 EEST 2003 root@urartu.bimel.com.tr:/usr/obj/usr/src/sys/URARTU /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1473: checking build system type configure:1491: result: i386-portbld-freebsd4.8 configure:1501: checking host system type configure:1515: result: i386-portbld-freebsd4.8 configure:1525: checking target system type configure:1539: result: i386-portbld-freebsd4.8 configure:1569: checking for a BSD-compatible install configure:1623: result: /usr/bin/install -c -o root -g wheel configure:1634: checking whether build environment is sane configure:1652: result: yes configure:1686: checking for gawk configure:1715: result: no configure:1686: checking for mawk configure:1715: result: no configure:1686: checking for nawk configure:1702: found /usr/bin/nawk configure:1712: result: nawk configure:1722: checking whether make sets ${MAKE} configure:1742: result: yes configure:1940: checking whether to enable maintainer-specific portions of Makefiles configure:1949: result: no configure:1964: checking whether build environment is sane configure:1982: result: yes configure:1985: checking whether make sets ${MAKE} configure:2005: result: yes configure:2055: checking for gawk configure:2081: result: nawk configure:2099: checking for i386-portbld-freebsd4.8-gcc configure:2125: result: cc configure:2407: checking for C compiler version configure:2410: cc --version &5 2.95.4 configure:2413: $? = 0 configure:2415: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2418: $? = 0 configure:2420: cc -V &5 cc: argument to `-V' is missing configure:2423: $? = 1 configure:2449: checking for C compiler default output configure:2452: cc -O -pipe -march=pentiumpro conftest.c >&5 configure:2455: $? = 0 configure:2488: result: a.out configure:2493: checking whether the C compiler works configure:2499: ./a.out configure:2502: $? = 0 configure:2517: result: yes configure:2524: checking whether we are cross compiling configure:2526: result: no configure:2529: checking for suffix of executables configure:2531: cc -o conftest -O -pipe -march=pentiumpro conftest.c >&5 configure:2534: $? = 0 configure:2556: result: configure:2562: checking for suffix of object files configure:2586: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:2589: $? = 0 configure:2608: result: o configure:2612: checking whether we are using the GNU C compiler configure:2639: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:2642: $? = 0 configure:2645: test -s conftest.o configure:2648: $? = 0 configure:2660: result: yes configure:2666: checking whether cc accepts -g configure:2690: cc -c -g conftest.c >&5 configure:2693: $? = 0 configure:2696: test -s conftest.o configure:2699: $? = 0 configure:2709: result: yes configure:2736: cc -c -O -pipe -march=pentiumpro conftest.c >&5 conftest.c:2: syntax error before `me' configure:2739: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2856: checking for style of include used by make configure:2884: result: GNU configure:2891: checking dependency style of cc configure:2953: result: gcc configure:2968: checking for i386-portbld-freebsd4.8-g++ configure:2994: result: cc configure:3052: checking for C++ compiler version configure:3055: cc --version &5 2.95.4 configure:3058: $? = 0 configure:3060: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:3063: $? = 0 configure:3065: cc -V &5 cc: argument to `-V' is missing configure:3068: $? = 1 configure:3071: checking whether we are using the GNU C++ compiler configure:3098: cc -c -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions conftest.cc >&5 configure:3101: $? = 0 configure:3104: test -s conftest.o configure:3107: $? = 0 configure:3119: result: yes configure:3125: checking whether cc accepts -g configure:3149: cc -c -g conftest.cc >&5 configure:3152: $? = 0 configure:3155: test -s conftest.o configure:3158: $? = 0 configure:3168: result: yes configure:3213: cc -c -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions conftest.cc >&5 configure:3216: $? = 0 configure:3219: test -s conftest.o configure:3222: $? = 0 configure:3250: cc -c -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions conftest.cc >&5 configure:3253: $? = 0 configure:3256: test -s conftest.o configure:3259: $? = 0 configure:3283: checking dependency style of cc configure:3345: result: gcc configure:3355: checking how to run the C preprocessor configure:3381: cc -E conftest.c configure:3387: $? = 0 configure:3414: cc -E conftest.c configure:3411: ac_nonexistent.h: No such file or directory configure:3420: $? = 1 configure: failed program was: #line 3410 "configure" #include "confdefs.h" #include configure:3457: result: cc -E configure:3472: cc -E conftest.c configure:3478: $? = 0 configure:3505: cc -E conftest.c configure:3502: ac_nonexistent.h: No such file or directory configure:3511: $? = 1 configure: failed program was: #line 3501 "configure" #include "confdefs.h" #include configure:3555: checking "C Compiler version" configure:3557: result: "cc 2.95.4" configure:3563: checking "C++ compiler version" configure:3565: result: "cc 2.95.4" configure:3629: checking for i386-portbld-freebsd4.8-ranlib configure:3658: result: no configure:3667: checking for ranlib configure:3683: found /usr/bin/ranlib configure:3694: result: ranlib configure:3785: checking for ld used by GCC configure:3848: result: /usr/libexec/elf/ld configure:3857: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:3869: result: yes configure:3874: checking for /usr/libexec/elf/ld option to reload object files configure:3881: result: -r configure:3886: checking for BSD-compatible nm configure:3922: result: nm configure:3925: checking whether ln -s works configure:3929: result: yes configure:3936: checking how to recognise dependant libraries configure:4114: result: pass_all configure:4127: checking command to parse nm output configure:4208: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4211: $? = 0 configure:4215: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:4218: $? = 0 configure:4270: cc -o conftest -O -pipe -march=pentiumpro conftest.c conftstm.o >&5 configure:4273: $? = 0 configure:4317: result: ok configure:4322: checking for ANSI C header files configure:4336: cc -E conftest.c configure:4342: $? = 0 configure:4429: cc -o conftest -O -pipe -march=pentiumpro conftest.c >&5 configure:4432: $? = 0 configure:4434: ./conftest configure:4437: $? = 0 configure:4451: result: yes configure:4475: checking for sys/types.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4475: checking for sys/stat.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4475: checking for stdlib.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4475: checking for string.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4475: checking for memory.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4475: checking for strings.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4475: checking for inttypes.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4475: checking for stdint.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4517: stdint.h: No such file or directory configure:4491: $? = 1 configure: failed program was: #line 4481 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4507: result: no configure:4475: checking for unistd.h configure:4488: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4491: $? = 0 configure:4494: test -s conftest.o configure:4497: $? = 0 configure:4507: result: yes configure:4533: checking dlfcn.h usability configure:4542: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:4545: $? = 0 configure:4548: test -s conftest.o configure:4551: $? = 0 configure:4560: result: yes configure:4564: checking dlfcn.h presence configure:4571: cc -E conftest.c configure:4577: $? = 0 configure:4595: result: yes configure:4613: checking for dlfcn.h configure:4620: result: yes configure:4779: checking for i386-portbld-freebsd4.8-ranlib configure:4805: result: ranlib configure:4859: checking for i386-portbld-freebsd4.8-strip configure:4888: result: no configure:4897: checking for strip configure:4913: found /usr/bin/strip configure:4924: result: strip configure:5129: checking for objdir configure:5140: result: .libs configure:5157: checking for cc option to produce PIC configure:5307: result: -fPIC configure:5311: checking if cc PIC flag -fPIC works configure:5337: cc -c -O -pipe -march=pentiumpro -fPIC -DPIC conftest.c >&5 configure:5340: $? = 0 configure:5343: test -s conftest.o configure:5346: $? = 0 configure:5383: result: yes configure:5399: checking if cc static flag -static works configure:5426: cc -o conftest -O -pipe -march=pentiumpro -static conftest.c >&5 configure:5429: $? = 0 configure:5432: test -s conftest configure:5435: $? = 0 configure:5450: result: yes configure:5462: checking if cc supports -c -o file.o configure:5482: cc -c -O -pipe -march=pentiumpro -o out/conftest2.o conftest.c >&5 configure:5506: result: yes configure:5511: checking if cc supports -c -o file.lo configure:5541: cc -c -O -pipe -march=pentiumpro -c -o conftest.lo conftest.c >&5 configure:5544: $? = 0 configure:5547: test -s conftest.lo configure:5550: $? = 0 configure:5571: result: yes configure:5602: checking if cc supports -fno-rtti -fno-exceptions configure:5627: cc -c -O -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5 configure:5630: $? = 0 configure:5633: test -s conftest.o configure:5636: $? = 0 configure:5652: result: yes configure:5663: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:6315: result: yes configure:6320: checking how to hardcode library paths into programs configure:6344: result: immediate configure:6349: checking whether stripping libraries is possible configure:6354: result: yes configure:6365: checking dynamic linker characteristics configure:6758: result: freebsd4.8 ld.so configure:6763: checking if libtool supports shared libraries configure:6765: result: yes configure:6768: checking whether to build shared libraries configure:6789: result: yes configure:6792: checking whether to build static libraries configure:6796: result: yes configure:7458: checking whether -lc should be explicitly linked in configure:7466: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:7469: $? = 0 configure:7483: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7486: $? = 1 configure:7499: result: yes configure:8086: checking for a BSD-compatible install configure:8140: result: /usr/bin/install -c -o root -g wheel configure:8158: checking for bison configure:8187: result: no configure:8158: checking for byacc configure:8174: found /usr/bin/byacc configure:8184: result: byacc configure:8197: checking for pdftex configure:8226: result: no configure:8232: checking for tex configure:8261: result: no configure:8266: checking "return type of sprintf" configure:8291: cc -o conftest -O -pipe -march=pentiumpro conftest.c >&5 configure:8294: $? = 0 configure:8296: ./conftest configure:8299: $? = 0 configure:8304: result: "int" configure:8377: checking for uname configure:8395: found /usr/bin/uname configure:8408: result: /usr/bin/uname configure:8418: checking operating system configure:8432: result: FreeBSD configure:8618: checking "if we should use 'skip-locking' as default for freebsd4.8" configure:8630: result: "no" configure:8638: checking for ln configure:8656: found /bin/ln configure:8669: result: /bin/ln configure:8679: checking for ln configure:8697: found /bin/ln configure:8710: result: /bin/ln configure:8724: checking for mv configure:8742: found /bin/mv configure:8755: result: /bin/mv configure:8764: checking for rm configure:8782: found /bin/rm configure:8795: result: /bin/rm configure:8804: checking for cp configure:8822: found /bin/cp configure:8835: result: /bin/cp configure:8844: checking for sed configure:8862: found /usr/bin/sed configure:8875: result: /usr/bin/sed configure:8884: checking for cmp configure:8902: found /usr/bin/cmp configure:8915: result: /usr/bin/cmp configure:8924: checking for chmod configure:8942: found /bin/chmod configure:8955: result: /bin/chmod configure:8964: checking for hostname configure:8982: found /bin/hostname configure:8995: result: /bin/hostname -s configure:9008: checking for gnutar configure:9037: result: no configure:9008: checking for gtar configure:9037: result: no configure:9008: checking for tar configure:9024: found /usr/bin/tar configure:9034: result: tar configure:9047: checking for perl configure:9078: result: /usr/bin/perl configure:9143: checking for ps configure:9161: found /bin/ps configure:9174: result: /bin/ps configure:9183: result: "/bin/ps -uaxww | grep mysqld | grep " $$PID " > /dev/null" configure:9189: checking for kill configure:9207: found /bin/kill configure:9220: result: /bin/kill configure:9227: checking "for kill switches" configure:9241: result: "/bin/kill -0 $$PID > /dev/null 2> /dev/null" configure:9246: checking for cc option to accept ANSI C configure:9293: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:9296: $? = 0 configure:9299: test -s conftest.o configure:9302: $? = 0 configure:9315: result: configure:9506: checking if we should use assembler functions configure:9539: result: yes configure:9547: checking if we should use RAID configure:9567: result: no configure:9609: checking if we should should enable LOAD DATA LOCAL by default configure:9628: result: no configure:9681: checking for getconf configure:9697: found /usr/bin/getconf configure:9707: result: getconf configure:9719: checking for CFLAGS value to request large file support configure:9787: result: no configure:9789: checking for LDFLAGS value to request large file support configure:9803: result: no configure:9805: checking for LIBS value to request large file support configure:9819: result: no configure:9864: checking for _FILE_OFFSET_BITS configure:9885: result: no configure:9894: checking for _LARGEFILE_SOURCE configure:9915: result: no configure:9924: checking for _LARGE_FILES configure:9945: result: no configure:9958: checking for size_t configure:9985: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:9988: $? = 0 configure:9991: test -s conftest.o configure:9994: $? = 0 configure:10004: result: yes configure:10029: checking for dirent.h that defines DIR configure:10056: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10059: $? = 0 configure:10062: test -s conftest.o configure:10065: $? = 0 configure:10075: result: yes configure:10088: checking for library containing opendir configure:10121: cc -o conftest -O -pipe -march=pentiumpro conftest.c >&5 configure:10124: $? = 0 configure:10127: test -s conftest configure:10130: $? = 0 configure:10189: result: none required configure:10307: checking for ANSI C header files configure:10436: result: yes configure:10446: checking for sys/wait.h that is POSIX.1 compatible configure:10480: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10483: $? = 0 configure:10486: test -s conftest.o configure:10489: $? = 0 configure:10499: result: yes configure:10560: checking fcntl.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking fcntl.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for fcntl.h configure:10647: result: yes configure:10560: checking float.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking float.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for float.h configure:10647: result: yes configure:10560: checking floatingpoint.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking floatingpoint.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for floatingpoint.h configure:10647: result: yes configure:10560: checking ieeefp.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking ieeefp.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for ieeefp.h configure:10647: result: yes configure:10560: checking limits.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking limits.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for limits.h configure:10647: result: yes configure:10551: checking for memory.h configure:10556: result: yes configure:10560: checking pwd.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking pwd.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for pwd.h configure:10647: result: yes configure:10560: checking select.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10598: select.h: No such file or directory configure:10572: $? = 1 configure: failed program was: #line 10563 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10587: result: no configure:10591: checking select.h presence configure:10598: cc -E conftest.c configure:10595: select.h: No such file or directory configure:10604: $? = 1 configure: failed program was: #line 10594 "configure" #include "confdefs.h" #include configure:10622: result: no configure:10640: checking for select.h configure:10647: result: no configure:10551: checking for stdlib.h configure:10556: result: yes configure:10560: checking stddef.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking stddef.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for stddef.h configure:10647: result: yes configure:10551: checking for strings.h configure:10556: result: yes configure:10551: checking for string.h configure:10556: result: yes configure:10560: checking synch.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10598: synch.h: No such file or directory configure:10572: $? = 1 configure: failed program was: #line 10563 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10587: result: no configure:10591: checking synch.h presence configure:10598: cc -E conftest.c configure:10595: synch.h: No such file or directory configure:10604: $? = 1 configure: failed program was: #line 10594 "configure" #include "confdefs.h" #include configure:10622: result: no configure:10640: checking for synch.h configure:10647: result: no configure:10560: checking sys/mman.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking sys/mman.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for sys/mman.h configure:10647: result: yes configure:10560: checking sys/socket.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking sys/socket.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for sys/socket.h configure:10647: result: yes configure:10560: checking netinet/in.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking netinet/in.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for netinet/in.h configure:10647: result: yes configure:10560: checking arpa/inet.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 In file included from configure:10598: /usr/include/arpa/inet.h:89: warning: parameter has incomplete type /usr/include/arpa/inet.h:92: warning: parameter has incomplete type /usr/include/arpa/inet.h:96: warning: parameter has incomplete type configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking arpa/inet.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for arpa/inet.h configure:10647: result: yes configure:10560: checking sys/timeb.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking sys/timeb.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for sys/timeb.h configure:10647: result: yes configure:10551: checking for sys/types.h configure:10556: result: yes configure:10560: checking sys/un.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking sys/un.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for sys/un.h configure:10647: result: yes configure:10560: checking sys/vadvise.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10598: sys/vadvise.h: No such file or directory configure:10572: $? = 1 configure: failed program was: #line 10563 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10587: result: no configure:10591: checking sys/vadvise.h presence configure:10598: cc -E conftest.c configure:10595: sys/vadvise.h: No such file or directory configure:10604: $? = 1 configure: failed program was: #line 10594 "configure" #include "confdefs.h" #include configure:10622: result: no configure:10640: checking for sys/vadvise.h configure:10647: result: no configure:10551: checking for sys/wait.h configure:10556: result: yes configure:10560: checking term.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking term.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for term.h configure:10647: result: yes configure:10551: checking for unistd.h configure:10556: result: yes configure:10560: checking utime.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking utime.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for utime.h configure:10647: result: yes configure:10560: checking sys/utime.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10598: sys/utime.h: No such file or directory configure:10572: $? = 1 configure: failed program was: #line 10563 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10587: result: no configure:10591: checking sys/utime.h presence configure:10598: cc -E conftest.c configure:10595: sys/utime.h: No such file or directory configure:10604: $? = 1 configure: failed program was: #line 10594 "configure" #include "confdefs.h" #include configure:10622: result: no configure:10640: checking for sys/utime.h configure:10647: result: no configure:10560: checking termio.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10598: termio.h: No such file or directory configure:10572: $? = 1 configure: failed program was: #line 10563 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10587: result: no configure:10591: checking termio.h presence configure:10598: cc -E conftest.c configure:10595: termio.h: No such file or directory configure:10604: $? = 1 configure: failed program was: #line 10594 "configure" #include "confdefs.h" #include configure:10622: result: no configure:10640: checking for termio.h configure:10647: result: no configure:10560: checking termios.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking termios.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for termios.h configure:10647: result: yes configure:10560: checking sched.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking sched.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for sched.h configure:10647: result: yes configure:10560: checking crypt.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10598: crypt.h: No such file or directory configure:10572: $? = 1 configure: failed program was: #line 10563 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10587: result: no configure:10591: checking crypt.h presence configure:10598: cc -E conftest.c configure:10595: crypt.h: No such file or directory configure:10604: $? = 1 configure: failed program was: #line 10594 "configure" #include "confdefs.h" #include configure:10622: result: no configure:10640: checking for crypt.h configure:10647: result: no configure:10560: checking alloca.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10598: alloca.h: No such file or directory configure:10572: $? = 1 configure: failed program was: #line 10563 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10587: result: no configure:10591: checking alloca.h presence configure:10598: cc -E conftest.c configure:10595: alloca.h: No such file or directory configure:10604: $? = 1 configure: failed program was: #line 10594 "configure" #include "confdefs.h" #include configure:10622: result: no configure:10640: checking for alloca.h configure:10647: result: no configure:10560: checking sys/ioctl.h usability configure:10569: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:10572: $? = 0 configure:10575: test -s conftest.o configure:10578: $? = 0 configure:10587: result: yes configure:10591: checking sys/ioctl.h presence configure:10598: cc -E conftest.c configure:10604: $? = 0 configure:10622: result: yes configure:10640: checking for sys/ioctl.h configure:10647: result: yes configure:10667: checking for floor in -lm configure:10700: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lm >&5 configure:10703: $? = 0 configure:10706: test -s conftest configure:10709: $? = 0 configure:10720: result: yes configure:10799: checking for gethostbyname_r in -lnsl_r configure:10832: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lnsl_r -lm >&5 /usr/libexec/elf/ld: cannot find -lnsl_r configure:10835: $? = 1 configure: failed program was: #line 10807 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { gethostbyname_r (); ; return 0; } configure:10852: result: no configure:10863: checking for gethostbyname_r in -lnsl configure:10896: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lnsl -lm >&5 /usr/libexec/elf/ld: cannot find -lnsl configure:10899: $? = 1 configure: failed program was: #line 10871 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { gethostbyname_r (); ; return 0; } configure:10916: result: no configure:10929: checking for gethostbyname_r configure:10972: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lm >&5 /tmp/ccZTHdom.o: In function `main': /tmp/ccZTHdom.o(.text+0x9): undefined reference to `gethostbyname_r' configure:10975: $? = 1 configure: failed program was: #line 10935 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname_r (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_gethostbyname_r) || defined (__stub___gethostbyname_r) choke me #else f = gethostbyname_r; #endif ; return 0; } configure:10991: result: no configure:10995: checking for setsockopt configure:11038: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lm >&5 configure:11041: $? = 0 configure:11044: test -s conftest configure:11047: $? = 0 configure:11057: result: yes configure:11129: checking for yp_get_default_domain configure:11172: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lm >&5 configure:11175: $? = 0 configure:11178: test -s conftest configure:11181: $? = 0 configure:11191: result: yes configure:11263: checking for p2open configure:11306: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lm >&5 /tmp/ccXEfI2J.o: In function `main': /tmp/ccXEfI2J.o(.text+0x9): undefined reference to `p2open' configure:11309: $? = 1 configure: failed program was: #line 11269 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char p2open (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char p2open (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_p2open) || defined (__stub___p2open) choke me #else f = p2open; #endif ; return 0; } configure:11325: result: no configure:11331: checking for p2open in -lgen configure:11364: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lgen -lm >&5 /usr/libexec/elf/ld: cannot find -lgen configure:11367: $? = 1 configure: failed program was: #line 11339 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char p2open (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { p2open (); ; return 0; } configure:11384: result: no configure:11398: checking for bind configure:11441: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lm >&5 configure:11444: $? = 0 configure:11447: test -s conftest configure:11450: $? = 0 configure:11460: result: yes configure:11534: checking for crypt in -lcrypt configure:11567: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lcrypt -lm >&5 configure:11570: $? = 0 configure:11573: test -s conftest configure:11576: $? = 0 configure:11587: result: yes configure:11598: checking for crypt configure:11641: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lcrypt -lm >&5 configure:11644: $? = 0 configure:11647: test -s conftest configure:11650: $? = 0 configure:11660: result: yes configure:11671: checking for sem_init configure:11714: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lcrypt -lm >&5 /tmp/ccrolOKZ.o: In function `main': /tmp/ccrolOKZ.o(.text+0x9): undefined reference to `sem_init' configure:11717: $? = 1 configure: failed program was: #line 11677 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sem_init (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sem_init (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_sem_init) || defined (__stub___sem_init) choke me #else f = sem_init; #endif ; return 0; } configure:11733: result: no configure:11739: checking for in -lposix4 configure:11772: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lposix4 -lcrypt -lm >&5 configure:11755: syntax error before `)' configure: In function `main': configure:11765: syntax error before `)' configure:11775: $? = 1 configure: failed program was: #line 11747 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { (); ; return 0; } configure:11792: result: no configure:11810: checking if libz with compress configure:11839: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm >&5 configure:11842: $? = 0 configure:11845: test -s conftest configure:11848: $? = 0 configure:11858: result: yes configure:11902: checking tcpd.h usability configure:11911: cc -c -O -pipe -march=pentiumpro conftest.c >&5 configure:11914: $? = 0 configure:11917: test -s conftest.o configure:11920: $? = 0 configure:11929: result: yes configure:11933: checking tcpd.h presence configure:11940: cc -E conftest.c configure:11946: $? = 0 configure:11964: result: yes configure:11982: checking for tcpd.h configure:11989: result: yes configure:11995: checking for TCP wrappers library -lwrap configure:12021: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lwrap -lz -lcrypt -lm >&5 configure:12024: $? = 0 configure:12027: test -s conftest configure:12030: $? = 0 configure:12032: result: yes configure:12303: checking for int8 configure:12334: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm >&5 configure: In function `main': configure:12327: syntax error before `i' configure:12337: $? = 1 configure: program exited with status 1 configure: failed program was: #line 12311 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDDEF_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif int main() { int8 i; return 0; } configure:12354: result: no configure:12529: checking "LinuxThreads" configure:12584: result: "Not found" configure:12599: checking "DEC threads" configure:12612: result: "no" configure:12614: checking "DEC 3.2 threads" configure:12632: result: "no" configure:12645: checking "SCO threads" configure:12752: result: "no" configure:12760: checking "SCO UnixWare7 native threads" configure:12798: result: "no" configure:12807: checking "OpenUNIX8 native threads" configure:12849: result: "no" configure:12857: checking "Siemens threads" configure:12870: result: "no" configure:12888: checking "Solaris threads" configure:12896: result: "no" configure:12902: checking "named thread libs:" configure:12912: result: "no" configure:12917: checking "for pthread_create in -libc" configure:12938: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm >&5 /tmp/cc1SQsvx.o: In function `main': /tmp/cc1SQsvx.o(.text+0xf): undefined reference to `pthread_create' configure:12941: $? = 1 configure: failed program was: #line 12920 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { (void) pthread_create((pthread_t*) 0,(pthread_attr_t*) 0, 0, 0); ; return 0; } configure:12956: result: "no" configure:12960: checking "for pthread_create in -lpthread" configure:12983: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -lpthread >&5 /usr/libexec/elf/ld: cannot find -lpthread configure:12986: $? = 1 configure: failed program was: #line 12965 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { (void) pthread_create((pthread_t*) 0,(pthread_attr_t*) 0, 0, 0); ; return 0; } configure:13001: result: "no" configure:13006: checking "for pthread_create in -lpthreads" configure:13027: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -lpthreads >&5 /usr/libexec/elf/ld: cannot find -lpthreads configure:13030: $? = 1 configure: failed program was: #line 13009 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { pthread_create((pthread_t*) 0,(pthread_attr_t*) 0, 0, 0); ; return 0; } configure:13045: result: "no" configure:13051: checking "for pthread_create in -pthread" configure:13072: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:13075: $? = 0 configure:13078: test -s conftest configure:13081: $? = 0 configure:13090: result: "yes" configure:13109: checking for strtok_r in -lpthread configure:13142: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lpthread -lz -lcrypt -lm -pthread >&5 /usr/libexec/elf/ld: cannot find -lpthread configure:13145: $? = 1 configure: failed program was: #line 13117 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strtok_r (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { strtok_r (); ; return 0; } configure:13162: result: no configure:13178: checking for strtok_r in -lc_r configure:13210: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:13213: $? = 0 configure:13216: test -s conftest configure:13219: $? = 0 configure:13230: result: yes configure:13249: checking for strtok_r configure:13292: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:13295: $? = 0 configure:13298: test -s conftest configure:13301: $? = 0 configure:13311: result: yes configure:13249: checking for pthread_init configure:13292: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccKVeeXS.o: In function `main': /tmp/ccKVeeXS.o(.text+0x9): undefined reference to `pthread_init' configure:13295: $? = 1 configure: failed program was: #line 13255 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_init (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_init (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_pthread_init) || defined (__stub___pthread_init) choke me #else f = pthread_init; #endif ; return 0; } configure:13311: result: no configure:13408: checking for dlopen in -ldl configure:13441: cc -o conftest -O -pipe -march=pentiumpro conftest.c -ldl >&5 /usr/libexec/elf/ld: cannot find -ldl configure:13444: $? = 1 configure: failed program was: #line 13416 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { dlopen (); ; return 0; } configure:13461: result: no configure:13482: checking for unistd.h configure:13487: result: yes configure:13591: checking for restartable system calls configure:13648: cc -o conftest -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:13651: $? = 0 configure:13653: ./conftest configure:13656: $? = 0 configure:13669: result: yes configure:13773: checking "need of special linking flags" configure:13781: result: "none" configure:13785: checking for cc option to accept ANSI C configure:13848: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:13851: $? = 0 configure:13854: test -s conftest.o configure:13857: $? = 0 configure:13874: result: none needed configure:13882: checking for an ANSI C-conforming const configure:13952: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:13955: $? = 0 configure:13958: test -s conftest.o configure:13961: $? = 0 configure:13971: result: yes configure:13981: checking for inline configure:13998: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:14001: $? = 0 configure:14004: test -s conftest.o configure:14007: $? = 0 configure:14018: result: inline configure:14033: checking for off_t configure:14060: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:14063: $? = 0 configure:14066: test -s conftest.o configure:14069: $? = 0 configure:14079: result: yes configure:14092: checking for struct stat.st_rdev configure:14118: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:14121: $? = 0 configure:14124: test -s conftest.o configure:14127: $? = 0 configure:14137: result: yes configure:14153: checking whether time.h and sys/time.h may both be included configure:14181: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:14184: $? = 0 configure:14187: test -s conftest.o configure:14190: $? = 0 configure:14200: result: yes configure:14210: checking whether struct tm is in sys/time.h or time.h configure:14236: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:14239: $? = 0 configure:14242: test -s conftest.o configure:14245: $? = 0 configure:14255: result: time.h configure:14267: checking for char configure:14294: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:14297: $? = 0 configure:14300: test -s conftest.o configure:14303: $? = 0 configure:14313: result: yes configure:14316: checking size of char configure:14594: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:14597: $? = 0 configure:14599: ./conftest configure:14602: $? = 0 configure:14622: result: 1 configure:14647: checking for int configure:14674: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:14677: $? = 0 configure:14680: test -s conftest.o configure:14683: $? = 0 configure:14693: result: yes configure:14696: checking size of int configure:14974: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:14977: $? = 0 configure:14979: ./conftest configure:14982: $? = 0 configure:15002: result: 4 configure:15015: checking for long configure:15042: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:15045: $? = 0 configure:15048: test -s conftest.o configure:15051: $? = 0 configure:15061: result: yes configure:15064: checking size of long configure:15342: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:15345: $? = 0 configure:15347: ./conftest configure:15350: $? = 0 configure:15370: result: 4 configure:15383: checking for long long configure:15410: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:15413: $? = 0 configure:15416: test -s conftest.o configure:15419: $? = 0 configure:15429: result: yes configure:15432: checking size of long long configure:15710: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:15713: $? = 0 configure:15715: ./conftest configure:15718: $? = 0 configure:15738: result: 8 configure:15752: checking size of off_t configure:15778: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:15781: $? = 0 configure:15783: ./conftest configure:15786: $? = 0 configure:15799: result: 8 configure:15813: checking whether byte ordering is bigendian configure:15843: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:15846: $? = 0 configure:15849: test -s conftest.o configure:15852: $? = 0 configure:15879: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure: In function `main': configure:15870: syntax error before `big' configure:15882: $? = 1 configure: failed program was: #line 15856 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:15996: result: no configure:16019: checking base type of last arg to accept configure:16058: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 conftest.cc >&5 configure:16061: $? = 0 configure:16064: test -s conftest.o configure:16067: $? = 0 configure:16123: result: socklen_t configure:16140: checking stack direction for C alloca configure:16170: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:16173: $? = 0 configure:16175: ./conftest configure:16178: $? = 1 configure: program exited with status 1 configure: failed program was: #line 16149 "configure" #include "confdefs.h" #include int find_stack_direction () { static char *addr = 0; auto char dummy; if (addr == 0) { addr = &dummy; return find_stack_direction (); } else return (&dummy > addr) ? 1 : -1; } int main () { exit (find_stack_direction() < 0); } configure:16191: result: -1 configure:16206: checking for working alloca.h configure:16249: result: no configure:16259: checking for alloca configure:16299: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:16302: $? = 0 configure:16305: test -s conftest configure:16308: $? = 0 configure:16318: result: yes configure:16448: checking if struct timespec has a ts_sec member configure:16480: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure: In function `main': configure:16471: structure has no member named `ts_sec' configure:16472: structure has no member named `ts_nsec' configure:16483: $? = 1 configure: failed program was: #line 16454 "configure" #include "confdefs.h" #include #ifdef __cplusplus extern "C" #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { struct timespec abstime; abstime.ts_sec = time(NULL)+1; abstime.ts_nsec = 0; ; return 0; } configure:16499: result: no configure:16510: checking if we have tzname variable configure:16540: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:16543: $? = 0 configure:16546: test -s conftest.o configure:16549: $? = 0 configure:16559: result: yes configure:16570: checking for type ulong configure:16591: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure: In function `main': configure:16584: syntax error before `foo' configure:16585: `foo' undeclared (first use in this function) configure:16585: (Each undeclared identifier is reported only once configure:16585: for each function it appears in.) configure:16594: $? = 1 configure: program exited with status 1 configure: failed program was: #line 16579 "configure" #include "confdefs.h" #include #include main() { ulong foo; foo++; exit(0); } configure:16613: result: no configure:16624: checking for type uchar configure:16645: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure: In function `main': configure:16638: syntax error before `foo' configure:16639: `foo' undeclared (first use in this function) configure:16639: (Each undeclared identifier is reported only once configure:16639: for each function it appears in.) configure:16648: $? = 1 configure: program exited with status 1 configure: failed program was: #line 16633 "configure" #include "confdefs.h" #include #include main() { uchar foo; foo++; exit(0); } configure:16667: result: no configure:16678: checking for type uint configure:16699: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:16702: $? = 0 configure:16704: ./conftest configure:16707: $? = 0 configure:16721: result: yes configure:16732: checking for type fp_except configure:16754: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure: In function `main': configure:16747: syntax error before `foo' configure:16748: `foo' undeclared (first use in this function) configure:16748: (Each undeclared identifier is reported only once configure:16748: for each function it appears in.) configure:16757: $? = 1 configure: program exited with status 1 configure: failed program was: #line 16741 "configure" #include "confdefs.h" #include #include #include main() { fp_except foo; foo++; exit(0); } configure:16776: result: no configure:16789: checking if cc supports bool types configure:16822: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 conftest.cc >&5 configure:16825: $? = 0 configure:16828: test -s conftest.o configure:16831: $? = 0 configure:16849: result: yes configure:16860: checking if conversion of longlong to float works configure:16887: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:16890: $? = 0 configure:16892: ./conftest configure:16895: $? = 0 configure:16914: result: yes configure:16927: checking if pthread_yield takes zero arguments configure:16958: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:16961: $? = 0 configure:16964: test -s conftest configure:16967: $? = 0 configure:16977: result: yes configure:16987: checking if pthread_yield takes 1 argument configure:17018: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure: In function `main': configure:17010: too many arguments to function `pthread_yield' configure:17021: $? = 1 configure: failed program was: #line 16993 "configure" #include "confdefs.h" #define _GNU_SOURCE #include #ifdef __cplusplus extern "C" #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { pthread_yield(0); ; return 0; } configure:17037: result: no configure:17093: checking varargs.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking varargs.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for varargs.h configure:17180: result: yes configure:17093: checking stdarg.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking stdarg.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for stdarg.h configure:17180: result: yes configure:17093: checking dirent.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking dirent.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for dirent.h configure:17180: result: yes configure:17093: checking locale.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking locale.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for locale.h configure:17180: result: yes configure:17093: checking ndir.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17131: ndir.h: No such file or directory configure:17105: $? = 1 configure: failed program was: #line 17096 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:17120: result: no configure:17124: checking ndir.h presence configure:17131: cc -E conftest.c configure:17128: ndir.h: No such file or directory configure:17137: $? = 1 configure: failed program was: #line 17127 "configure" #include "confdefs.h" #include configure:17155: result: no configure:17173: checking for ndir.h configure:17180: result: no configure:17093: checking sys/dir.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 In file included from configure:17131: /usr/include/sys/dir.h:41: warning: #warning "The information in this file should be obtained from " /usr/include/sys/dir.h:42: warning: #warning "and is provided solely (and temporarily) for backward compatibility." configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking sys/dir.h presence configure:17131: cc -E conftest.c In file included from configure:17128: /usr/include/sys/dir.h:41: warning: #warning "The information in this file should be obtained from " /usr/include/sys/dir.h:42: warning: #warning "and is provided solely (and temporarily) for backward compatibility." configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for sys/dir.h configure:17180: result: yes configure:17093: checking sys/file.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking sys/file.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for sys/file.h configure:17180: result: yes configure:17093: checking sys/ndir.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17131: sys/ndir.h: No such file or directory configure:17105: $? = 1 configure: failed program was: #line 17096 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:17120: result: no configure:17124: checking sys/ndir.h presence configure:17131: cc -E conftest.c configure:17128: sys/ndir.h: No such file or directory configure:17137: $? = 1 configure: failed program was: #line 17127 "configure" #include "confdefs.h" #include configure:17155: result: no configure:17173: checking for sys/ndir.h configure:17180: result: no configure:17093: checking sys/ptem.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17131: sys/ptem.h: No such file or directory configure:17105: $? = 1 configure: failed program was: #line 17096 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:17120: result: no configure:17124: checking sys/ptem.h presence configure:17131: cc -E conftest.c configure:17128: sys/ptem.h: No such file or directory configure:17137: $? = 1 configure: failed program was: #line 17127 "configure" #include "confdefs.h" #include configure:17155: result: no configure:17173: checking for sys/ptem.h configure:17180: result: no configure:17093: checking sys/pte.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17131: sys/pte.h: No such file or directory configure:17105: $? = 1 configure: failed program was: #line 17096 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:17120: result: no configure:17124: checking sys/pte.h presence configure:17131: cc -E conftest.c configure:17128: sys/pte.h: No such file or directory configure:17137: $? = 1 configure: failed program was: #line 17127 "configure" #include "confdefs.h" #include configure:17155: result: no configure:17173: checking for sys/pte.h configure:17180: result: no configure:17093: checking sys/select.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking sys/select.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for sys/select.h configure:17180: result: yes configure:17093: checking sys/stream.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17131: sys/stream.h: No such file or directory configure:17105: $? = 1 configure: failed program was: #line 17096 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:17120: result: no configure:17124: checking sys/stream.h presence configure:17131: cc -E conftest.c configure:17128: sys/stream.h: No such file or directory configure:17137: $? = 1 configure: failed program was: #line 17127 "configure" #include "confdefs.h" #include configure:17155: result: no configure:17173: checking for sys/stream.h configure:17180: result: no configure:17084: checking for sys/mman.h configure:17089: result: yes configure:17093: checking curses.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking curses.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for curses.h configure:17180: result: yes configure:17093: checking termcap.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking termcap.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for termcap.h configure:17180: result: yes configure:17084: checking for termio.h configure:17089: result: no configure:17093: checking termbits.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17131: termbits.h: No such file or directory configure:17105: $? = 1 configure: failed program was: #line 17096 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:17120: result: no configure:17124: checking termbits.h presence configure:17131: cc -E conftest.c configure:17128: termbits.h: No such file or directory configure:17137: $? = 1 configure: failed program was: #line 17127 "configure" #include "confdefs.h" #include configure:17155: result: no configure:17173: checking for termbits.h configure:17180: result: no configure:17093: checking asm/termbits.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17131: asm/termbits.h: No such file or directory configure:17105: $? = 1 configure: failed program was: #line 17096 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:17120: result: no configure:17124: checking asm/termbits.h presence configure:17131: cc -E conftest.c configure:17128: asm/termbits.h: No such file or directory configure:17137: $? = 1 configure: failed program was: #line 17127 "configure" #include "confdefs.h" #include configure:17155: result: no configure:17173: checking for asm/termbits.h configure:17180: result: no configure:17093: checking grp.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking grp.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for grp.h configure:17180: result: yes configure:17093: checking paths.h usability configure:17102: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17105: $? = 0 configure:17108: test -s conftest.o configure:17111: $? = 0 configure:17120: result: yes configure:17124: checking paths.h presence configure:17131: cc -E conftest.c configure:17137: $? = 0 configure:17155: result: yes configure:17173: checking for paths.h configure:17180: result: yes configure:17205: checking for lstat configure:17248: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17251: $? = 0 configure:17254: test -s conftest configure:17257: $? = 0 configure:17267: result: yes configure:17205: checking for putenv configure:17248: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17251: $? = 0 configure:17254: test -s conftest configure:17257: $? = 0 configure:17267: result: yes configure:17205: checking for select configure:17248: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17251: $? = 0 configure:17254: test -s conftest configure:17257: $? = 0 configure:17267: result: yes configure:17205: checking for setenv configure:17248: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17251: $? = 0 configure:17254: test -s conftest configure:17257: $? = 0 configure:17267: result: yes configure:17205: checking for setlocale configure:17248: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17251: $? = 0 configure:17254: test -s conftest configure:17257: $? = 0 configure:17267: result: yes configure:17205: checking for strcoll configure:17248: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17251: $? = 0 configure:17254: test -s conftest configure:17257: $? = 0 configure:17267: result: yes configure:17205: checking for tcgetattr configure:17248: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17251: $? = 0 configure:17254: test -s conftest configure:17257: $? = 0 configure:17267: result: yes configure:17278: checking whether stat file-mode macros are broken configure:17323: result: no configure:17333: checking return type of signal handlers configure:17367: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17370: $? = 0 configure:17373: test -s conftest.o configure:17376: $? = 0 configure:17386: result: void configure:17395: checking for type of signal functions configure:17426: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:17429: $? = 0 configure:17432: test -s conftest configure:17435: $? = 0 configure:17533: result: posix configure:17552: checking whether programs are able to redeclare getpw functions configure:17578: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17581: $? = 0 configure:17584: test -s conftest.o configure:17587: $? = 0 configure:17598: result: yes configure:17607: checking for TIOCGWINSZ in sys/ioctl.h configure:17632: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17635: $? = 0 configure:17638: test -s conftest.o configure:17641: $? = 0 configure:17652: result: yes configure:17661: checking for FIONREAD in sys/ioctl.h configure:17686: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17689: $? = 0 configure:17692: test -s conftest.o configure:17695: $? = 0 configure:17706: result: yes configure:17715: checking for TIOCSTAT in sys/ioctl.h configure:17740: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17743: $? = 0 configure:17746: test -s conftest.o configure:17749: $? = 0 configure:17760: result: yes configure:17770: checking if struct dirent has a d_ino member configure:17816: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17819: $? = 0 configure:17822: test -s conftest.o configure:17825: $? = 0 configure:17836: result: yes configure:17845: checking whether signal handlers are of type void configure:17877: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:17880: $? = 0 configure:17883: test -s conftest.o configure:17886: $? = 0 configure:17896: result: yes configure:17911: checking for tgetent in -lncurses configure:17944: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lncurses -lz -lcrypt -lm -pthread >&5 configure:17947: $? = 0 configure:17950: test -s conftest configure:17953: $? = 0 configure:17964: result: yes configure:18094: checking for termcap functions library configure:18107: result: -lncurses configure:18124: checking for stdlib.h configure:18129: result: yes configure:18124: checking for unistd.h configure:18129: result: yes configure:18237: checking for getpagesize configure:18280: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18283: $? = 0 configure:18286: test -s conftest configure:18289: $? = 0 configure:18299: result: yes configure:18309: checking for working mmap configure:18448: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18451: $? = 0 configure:18453: ./conftest configure:18456: $? = 0 configure:18469: result: yes configure:18480: checking return type of signal handlers configure:18533: result: void configure:18541: checking return type of qsort configure:18571: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:18574: $? = 0 configure:18577: test -s conftest.o configure:18580: $? = 0 configure:18590: result: void configure:18604: checking whether utime accepts a null argument configure:18638: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18641: $? = 0 configure:18643: ./conftest configure:18646: $? = 0 configure:18660: result: yes configure:18675: checking for vprintf configure:18718: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18721: $? = 0 configure:18724: test -s conftest configure:18727: $? = 0 configure:18737: result: yes configure:18744: checking for _doprnt configure:18787: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccwu7Sdr.o: In function `main': /tmp/ccwu7Sdr.o(.text+0x9): undefined reference to `_doprnt' configure:18790: $? = 1 configure: failed program was: #line 18750 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _doprnt (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _doprnt (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__doprnt) || defined (__stub____doprnt) choke me #else f = _doprnt; #endif ; return 0; } configure:18806: result: no configure:18914: checking for alarm configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for bmove configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccs9pjbT.o: In function `main': /tmp/ccs9pjbT.o(.text+0x9): undefined reference to `bmove' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bmove (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char bmove (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_bmove) || defined (__stub___bmove) choke me #else f = bmove; #endif ; return 0; } configure:18976: result: no configure:18914: checking for chsize configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccw6M3kn.o: In function `main': /tmp/ccw6M3kn.o(.text+0x9): undefined reference to `chsize' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char chsize (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char chsize (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_chsize) || defined (__stub___chsize) choke me #else f = chsize; #endif ; return 0; } configure:18976: result: no configure:18914: checking for ftruncate configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for rint configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for finite configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for isnan configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for fpsetmask configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc0LfA1z.o: In function `main': /tmp/cc0LfA1z.o(.text+0x9): undefined reference to `fpsetmask' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fpsetmask (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char fpsetmask (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_fpsetmask) || defined (__stub___fpsetmask) choke me #else f = fpsetmask; #endif ; return 0; } configure:18976: result: no configure:18914: checking for fpresetsticky configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccRwJN7Q.o: In function `main': /tmp/ccRwJN7Q.o(.text+0x9): undefined reference to `fpresetsticky' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fpresetsticky (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char fpresetsticky (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky) choke me #else f = fpresetsticky; #endif ; return 0; } configure:18976: result: no configure:18914: checking for cuserid configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccV0Ty3w.o: In function `main': /tmp/ccV0Ty3w.o(.text+0x9): undefined reference to `cuserid' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char cuserid (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char cuserid (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_cuserid) || defined (__stub___cuserid) choke me #else f = cuserid; #endif ; return 0; } configure:18976: result: no configure:18914: checking for fcntl configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for fconvert configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccOXbG6Z.o: In function `main': /tmp/ccOXbG6Z.o(.text+0x9): undefined reference to `fconvert' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fconvert (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char fconvert (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_fconvert) || defined (__stub___fconvert) choke me #else f = fconvert; #endif ; return 0; } configure:18976: result: no configure:18914: checking for poll configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for getrusage configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for getpwuid configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for getcwd configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for getrlimit configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for getwd configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for index configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for stpcpy configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cclkjCJ7.o: In function `main': /tmp/cclkjCJ7.o(.text+0x9): undefined reference to `stpcpy' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char stpcpy (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char stpcpy (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_stpcpy) || defined (__stub___stpcpy) choke me #else f = stpcpy; #endif ; return 0; } configure:18976: result: no configure:18914: checking for locking configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc6TugS9.o: In function `main': /tmp/cc6TugS9.o(.text+0x9): undefined reference to `locking' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char locking (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char locking (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_locking) || defined (__stub___locking) choke me #else f = locking; #endif ; return 0; } configure:18976: result: no configure:18914: checking for longjmp configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for perror configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for pread configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for realpath configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for readlink configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for rename configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for socket configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strnlen configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccNljyZv.o: In function `main': /tmp/ccNljyZv.o(.text+0x9): undefined reference to `strnlen' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strnlen (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strnlen (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_strnlen) || defined (__stub___strnlen) choke me #else f = strnlen; #endif ; return 0; } configure:18976: result: no configure:18914: checking for madvise configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for mkstemp configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strtol configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strtoul configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strtoll configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strtoull configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for snprintf configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for tempnam configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc5uC33c.o: In function `main': /tmp/cc5uC33c.o(.text+0x9): warning: tempnam() possibly used unsafely; consider using mkstemp() configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for thr_setconcurrency configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccSyJEzQ.o: In function `main': /tmp/ccSyJEzQ.o(.text+0x9): undefined reference to `thr_setconcurrency' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char thr_setconcurrency (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char thr_setconcurrency (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_thr_setconcurrency) || defined (__stub___thr_setconcurrency) choke me #else f = thr_setconcurrency; #endif ; return 0; } configure:18976: result: no configure:18914: checking for gethostbyaddr_r configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for gethostbyname_r configure:18976: result: no configure:18914: checking for getpwnam configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for bfill configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccflinN1.o: In function `main': /tmp/ccflinN1.o(.text+0x9): undefined reference to `bfill' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bfill (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char bfill (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_bfill) || defined (__stub___bfill) choke me #else f = bfill; #endif ; return 0; } configure:18976: result: no configure:18914: checking for bzero configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for bcmp configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strstr configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strpbrk configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for strerror configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for tell configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cceDaL4h.o: In function `main': /tmp/cceDaL4h.o(.text+0x9): undefined reference to `tell' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char tell (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char tell (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_tell) || defined (__stub___tell) choke me #else f = tell; #endif ; return 0; } configure:18976: result: no configure:18914: checking for atod configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccopyKtF.o: In function `main': /tmp/ccopyKtF.o(.text+0x9): undefined reference to `atod' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char atod (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char atod (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_atod) || defined (__stub___atod) choke me #else f = atod; #endif ; return 0; } configure:18976: result: no configure:18914: checking for memcpy configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18930: warning: conflicting types for built-in function `memcpy' configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for memmove configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for setupterm configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccWcx8hu.o: In function `main': /tmp/ccWcx8hu.o(.text+0x9): undefined reference to `setupterm' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setupterm (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char setupterm (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_setupterm) || defined (__stub___setupterm) choke me #else f = setupterm; #endif ; return 0; } configure:18976: result: no configure:18914: checking for strcasecmp configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for sighold configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cckIb5np.o: In function `main': /tmp/cckIb5np.o(.text+0x9): undefined reference to `sighold' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sighold (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sighold (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_sighold) || defined (__stub___sighold) choke me #else f = sighold; #endif ; return 0; } configure:18976: result: no configure:18914: checking for vidattr configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc79JOhS.o: In function `main': /tmp/cc79JOhS.o(.text+0x9): undefined reference to `vidattr' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char vidattr (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char vidattr (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_vidattr) || defined (__stub___vidattr) choke me #else f = vidattr; #endif ; return 0; } configure:18976: result: no configure:18914: checking for lrand48 configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for localtime_r configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for sigset configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccdxPZsA.o: In function `main': /tmp/ccdxPZsA.o(.text+0x9): undefined reference to `sigset' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sigset (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sigset (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_sigset) || defined (__stub___sigset) choke me #else f = sigset; #endif ; return 0; } configure:18976: result: no configure:18914: checking for sigthreadmask configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccuJ9CpW.o: In function `main': /tmp/ccuJ9CpW.o(.text+0x9): undefined reference to `sigthreadmask' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sigthreadmask (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sigthreadmask (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_sigthreadmask) || defined (__stub___sigthreadmask) choke me #else f = sigthreadmask; #endif ; return 0; } configure:18976: result: no configure:18914: checking for pthread_sigmask configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for pthread_setprio configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for pthread_setprio_np configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc3QYyVU.o: In function `main': /tmp/cc3QYyVU.o(.text+0x9): undefined reference to `pthread_setprio_np' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_setprio_np (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_setprio_np (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_pthread_setprio_np) || defined (__stub___pthread_setprio_np) choke me #else f = pthread_setprio_np; #endif ; return 0; } configure:18976: result: no configure:18914: checking for pthread_setschedparam configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for pthread_attr_setprio configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc9Nxifr.o: In function `main': /tmp/cc9Nxifr.o(.text+0x9): undefined reference to `pthread_attr_setprio' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_setprio (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_attr_setprio (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_pthread_attr_setprio) || defined (__stub___pthread_attr_setprio) choke me #else f = pthread_attr_setprio; #endif ; return 0; } configure:18976: result: no configure:18914: checking for pthread_attr_setschedparam configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for pthread_attr_create configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccEajsZK.o: In function `main': /tmp/ccEajsZK.o(.text+0x9): undefined reference to `pthread_attr_create' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_create (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_attr_create (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_pthread_attr_create) || defined (__stub___pthread_attr_create) choke me #else f = pthread_attr_create; #endif ; return 0; } configure:18976: result: no configure:18914: checking for pthread_getsequence_np configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccMsR0PO.o: In function `main': /tmp/ccMsR0PO.o(.text+0x9): undefined reference to `pthread_getsequence_np' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_getsequence_np (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_getsequence_np (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_pthread_getsequence_np) || defined (__stub___pthread_getsequence_np) choke me #else f = pthread_getsequence_np; #endif ; return 0; } configure:18976: result: no configure:18914: checking for pthread_attr_setstacksize configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for pthread_condattr_create configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccs85mgG.o: In function `main': /tmp/ccs85mgG.o(.text+0x9): undefined reference to `pthread_condattr_create' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_condattr_create (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_condattr_create (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_pthread_condattr_create) || defined (__stub___pthread_condattr_create) choke me #else f = pthread_condattr_create; #endif ; return 0; } configure:18976: result: no configure:18914: checking for rwlock_init configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/ccMvEga6.o: In function `main': /tmp/ccMvEga6.o(.text+0x9): undefined reference to `rwlock_init' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char rwlock_init (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char rwlock_init (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_rwlock_init) || defined (__stub___rwlock_init) choke me #else f = rwlock_init; #endif ; return 0; } configure:18976: result: no configure:18914: checking for pthread_rwlock_rdlock configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for fchmod configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for getpass configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for getpassphrase configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc2a4F3e.o: In function `main': /tmp/cc2a4F3e.o(.text+0x9): undefined reference to `getpassphrase' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpassphrase (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getpassphrase (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_getpassphrase) || defined (__stub___getpassphrase) choke me #else f = getpassphrase; #endif ; return 0; } configure:18976: result: no configure:18914: checking for initgroups configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:18960: $? = 0 configure:18963: test -s conftest configure:18966: $? = 0 configure:18976: result: yes configure:18914: checking for mlockall configure:18957: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 /tmp/cc6n6qNR.o: In function `main': /tmp/cc6n6qNR.o(.text+0x9): undefined reference to `mlockall' configure:18960: $? = 1 configure: failed program was: #line 18920 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char mlockall (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mlockall (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_mlockall) || defined (__stub___mlockall) choke me #else f = mlockall; #endif ; return 0; } configure:18976: result: no configure:18993: checking for fseeko configure:19036: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:19039: $? = 0 configure:19042: test -s conftest configure:19045: $? = 0 configure:19055: result: yes configure:19079: checking for dlopen configure:19122: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:19125: $? = 0 configure:19128: test -s conftest configure:19131: $? = 0 configure:19141: result: yes configure:19079: checking for dlerror configure:19122: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:19125: $? = 0 configure:19128: test -s conftest configure:19131: $? = 0 configure:19141: result: yes configure:19155: checking style of gethost* routines configure:19199: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 conftest.cc >&5 configure: In function `int main()': configure:19192: implicit declaration of function `int gethostbyaddr_r(...)' configure:19192: initialization to `hostent *' from `int' lacks a cast configure:19202: $? = 1 configure: failed program was: #line 19170 "configure" #include "confdefs.h" #undef inline #if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT) #define _REENTRANT #endif #include #include #include #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { int skr; struct hostent *foo = gethostbyaddr_r((const char *) 0, 0, 0, (struct hostent *) 0, (char *) NULL, 0, &skr); return (foo == 0); ; return 0; } configure:19218: result: other configure:19239: checking style of gethostname_r routines configure:19283: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 conftest.cc >&5 configure: In function `int main()': configure:19276: implicit declaration of function `int gethostbyname_r(...)' configure:19286: $? = 1 configure: failed program was: #line 19253 "configure" #include "confdefs.h" #undef inline #if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT) #define _REENTRANT #endif #include #include #include #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { int skr; skr = gethostbyname_r((const char *) 0, (struct hostent*) 0, (char*) 0, 0, (struct hostent **) 0, &skr); ; return 0; } configure:19302: result: other configure:19321: checking 3 argument to gethostname_r routines configure:19364: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 conftest.cc >&5 configure: In function `int main()': configure:19357: implicit declaration of function `int gethostbyname_r(...)' configure:19367: $? = 1 configure: failed program was: #line 19335 "configure" #include "confdefs.h" #undef inline #if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT) #define _REENTRANT #endif #include #include #include #include #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { int skr; skr = gethostbyname_r((const char *) 0, (struct hostent*) 0, (struct hostent_data*) 0); ; return 0; } configure:19383: result: char configure:19404: checking "args to pthread_getspecific" configure:19433: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:19436: $? = 0 configure:19439: test -s conftest.o configure:19442: $? = 0 configure:19452: result: POSIX configure:19463: checking "args to pthread_mutex_init" configure:19494: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:19497: $? = 0 configure:19500: test -s conftest.o configure:19503: $? = 0 configure:19513: result: POSIX configure:19527: checking "args to readdir_r" configure:19557: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:19560: $? = 0 configure:19563: test -s conftest configure:19566: $? = 0 configure:19576: result: POSIX configure:19587: checking "style of sigwait" configure:19620: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:19623: $? = 0 configure:19626: test -s conftest configure:19629: $? = 0 configure:19639: result: POSIX configure:19716: checking "for pthread_attr_setscope" configure:19745: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lz -lcrypt -lm -pthread >&5 configure:19748: $? = 0 configure:19751: test -s conftest configure:19754: $? = 0 configure:19764: result: yes configure:19775: checking "can netinet files be included" configure:19801: cc -c -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c >&5 configure:19804: $? = 0 configure:19807: test -s conftest.o configure:19810: $? = 0 configure:19826: result: "yes" configure:19923: checking "character sets" configure:20135: result: default: latin1; compiled in: latin1 configure:20167: checking for BerkeleyDB configure:20181: result: searching... configure:20871: result: Compiling Berekeley DB in 'bdb' configure:20895: checking for Innodb configure:20903: result: Using Innodb configure:20950: checking for aio_read in -lrt configure:20983: cc -o conftest -DDBUG_OFF -O -pipe -march=pentiumpro conftest.c -lrt -lz -lcrypt -lm -pthread >&5 /usr/libexec/elf/ld: cannot find -lrt configure:20986: $? = 1 configure: failed program was: #line 20958 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char aio_read (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { aio_read (); ; return 0; } configure:21003: result: no configure:21030: checking for Gemini DB configure:21038: result: Not using Gemini DB configure:21185: error: could not configure INNODB ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_func_fseeko=yes ac_cv_func_lrand48=yes ac_cv_func_tempnam=yes ac_cv_func_fconvert=no ac_cv_c_stack_direction=-1 ac_cv_sizeof_off_t=8 ac_cv_sizeof_int=4 ac_cv_type_size_t=yes ac_cv_path_CHMOD=/bin/chmod am_cv_CC_dependencies_compiler_type=gcc ac_cv_lib_rt_aio_read=no ac_cv_func_pthread_setprio=yes ac_cv_func_bfill=no ac_cv_func_getcwd=yes ac_cv_header_termbits_h=no mysql_cv_timespec_ts=no ac_cv_header_crypt_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_select_h=no ac_cv_env_CXXFLAGS_value='-O -pipe -march=pentiumpro -felide-constructors -fno-rtti -fno-exceptions' ac_cv_func_getpwuid=yes ac_cv_func_finite=yes ac_cv_header_grp_h=yes ac_cv_header_sys_ndir_h=no ac_cv_header_varargs_h=yes ac_cv_c_bigendian=no ac_cv_sys_largefile_source=no ac_cv_func_initgroups=yes ac_cv_func_pthread_attr_create=no ac_cv_func_rint=yes ac_cv_func_select=yes ac_cv_func_crypt=yes ac_cv_path_LN_CP_F=/bin/ln ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_func_memmove=yes ac_cv_func_strtoul=yes ac_cv_func_strtol=yes ac_cv_func_pread=yes ac_cv_func__doprnt=no ac_cv_sizeof_long_long=8 ac_cv_header_sys_utime_h=no ac_cv_header_pwd_h=yes ac_cv_path_uname_prog=/usr/bin/uname mysql_cv_gethost_style=other ac_cv_func_dlopen=yes ac_cv_func_getpass=yes ac_cv_func_sigthreadmask=no ac_cv_func_longjmp=yes ac_cv_func_alarm=yes mysql_cv_dirent_has_dino=yes ac_cv_sizeof_char=1 mysql_cv_compress=yes ac_cv_prog_cc_g=yes ac_cv_env_LDFLAGS_set= mysql_cv_sigwait=POSIX mysql_cv_mutex_init_args=POSIX ac_cv_func_rwlock_init=no ac_cv_func_pthread_setprio_np=no ac_cv_header_stdarg_h=yes ac_cv_search_opendir='none required' ac_cv_sys_large_files=no lt_cv_prog_cc_can_build_shared=yes ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_func_fpresetsticky=no ac_cv_func_setlocale=yes ac_cv_header_dirent_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_func_dlerror=yes ac_cv_func_mmap_fixed_mapped=yes mysql_cv_tiocgwinsz_in_ioctl=yes ac_cv_prog_CXX=cc ac_cv_func_chsize=no mysql_cv_type_qsort=void ac_cv_header_sys_dir_h=yes ac_cv_func_readlink=yes mysql_cv_termcap_lib=libncurses mysql_cv_btype_last_arg_accept=socklen_t ac_cv_func_bind=yes ac_cv_header_sys_wait_h=yes ac_cv_sys_largefile_LDFLAGS=no ac_cv_path_HOSTNAME=/bin/hostname ac_cv_prog_RANLIB=ranlib ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set= mysql_cv_pthread_attr_setscope=yes ac_cv_func_strcasecmp=yes ac_cv_header_sys_ptem_h=no ac_cv_sys_largefile_CFLAGS=no lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_no_builtin= ac_cv_func_vidattr=no ac_cv_func_socket=yes mysql_cv_tiocstat_in_ioctl=yes ac_cv_type_long=yes ac_cv_lib_nsl_r_gethostbyname_r=no ac_cv_header_float_h=yes lt_cv_prog_cc_shlib= ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set ac_cv_func_setupterm=no ac_cv_func_snprintf=yes mysql_cv_void_sighandler=yes ac_cv_ulong=no ac_cv_header_fcntl_h=yes ac_cv_path_SED=/usr/bin/sed lt_cv_prog_cc_static=-static ac_cv_env_host_alias_set=set ac_cv_func_pthread_attr_setschedparam=yes ac_cv_func_memcpy=yes ac_cv_func_strstr=yes ac_cv_c_const=yes ac_cv_func_pthread_init=no ac_cv_func_yp_get_default_domain=yes ac_cv_prog_YACC=byacc ac_cv_func_mlockall=no ac_cv_func_bcmp=yes ac_cv_func_mkstemp=yes ac_cv_func_fcntl=yes ac_cv_header_termios_h=yes ac_cv_header_sys_vadvise_h=no ac_cv_path_KILL=/bin/kill lt_cv_ld_reload_flag=-r ac_cv_func_index=yes mysql_cv_fionread_in_ioctl=yes ac_cv_prog_CC=cc lt_cv_sys_path_separator=: ac_cv_func_pthread_sigmask=yes ac_cv_func_realpath=yes ac_cv_func_isnan=yes ac_cv_func_bmove=no ac_cv_lib_ncurses_tgetent=yes ac_cv_func_strcoll=yes ac_cv_func_strtok_r=yes ac_cv_lib_gen_p2open=no ac_cv_header_termio_h=no ac_cv_path_CMP=/usr/bin/cmp lt_cv_archive_cmds_need_lc=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_env_build_alias_set=set ac_cv_func_sigset=no ac_cv_func_getrusage=yes ac_cv_header_sys_select_h=yes ac_cv_conv_longlong_to_float=yes mysql_cv_tzname=yes ac_cv_path_CP=/bin/cp mysql_cv_gethostname_arg=char ac_cv_func_pthread_getsequence_np=no ac_cv_func_localtime_r=yes ac_cv_func_getwd=yes mysql_cv_can_redecl_getpw=yes ac_cv_header_sys_pte_h=no ac_cv_header_limits_h=yes ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set=set ac_cv_func_strnlen=no ac_cv_func_utime_null=yes ac_cv_func_alloca_works=yes ac_cv_prog_cc_stdc= ac_cv_header_alloca_h=no ac_cv_host_alias=i386-portbld-freebsd4.8 ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro' ac_cv_env_CC_set=set ac_cv_func_pthread_attr_setstacksize=yes ac_cv_func_atod=no lt_cv_prog_cc_wl=-Wl, ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_func_pthread_setschedparam=yes ac_cv_func_strpbrk=yes ac_cv_header_paths_h=yes ac_cv_header_curses_h=yes ac_cv_header_time=yes ac_cv_header_tcpd_h=yes ac_cv_header_ieeefp_h=yes ac_cv_path_PERL=/usr/bin/perl ac_cv_header_strings_h=yes ac_cv_func_ftruncate=yes ac_cv_func_vprintf=yes ac_cv_type_signal=void ac_cv_sizeof_long=4 ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_make_make_set=yes ac_cv_func_getpassphrase=no ac_cv_func_setenv=yes ac_cv_header_ndir_h=no ac_cv_header_locale_h=yes ac_cv_c_inline=inline ac_cv_func_sem_init=no ac_cv_header_sys_timeb_h=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_path_LD=/usr/libexec/elf/ld ac_cv_build_alias=i386-portbld-freebsd4.8 ac_cv_env_CPPFLAGS_value= ac_cv_func_fpsetmask=no ac_cv_path_LN=/bin/ln ac_cv_func_bzero=yes ac_cv_pthread_yield_one_arg=no ac_cv_header_utime_h=yes ac_cv_header_floatingpoint_h=yes ac_cv_prog_ac_ct_GETCONF=getconf ac_cv_header_memory_h=yes ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_target_alias=i386-portbld-freebsd4.8 ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=cc ac_cv_func_fchmod=yes mysql_cv_signal_vintage=posix ac_cv_header_asm_termbits_h=no ac_cv_header_sys_socket_h=yes ac_cv_header_synch_h=no ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-portbld-freebsd4.8 ac_cv_env_host_alias_value=i386-portbld-freebsd4.8 ac_cv_func_strerror=yes ac_cv_func_locking=no ac_cv_func_getrlimit=yes ac_cv_header_sys_file_h=yes ac_cv_type_int=yes ac_cv_type_off_t=yes ac_cv_func_perror=yes ac_cv_func_tcgetattr=yes ac_cv_uint=yes lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' ac_cv_prog_cxx_g=yes mysql_cv_readdir_r=POSIX ac_cv_func_tell=no ac_cv_func_madvise=yes ac_cv_header_stat_broken=no ac_cv_header_sys_stream_h=no ac_cv_lib_c_r_strtok_r=yes am_cv_prog_cc_stdc= ac_cv_path_RM=/bin/rm lt_cv_compiler_c_o=yes lt_cv_prog_cc_pic_works=yes lt_cv_file_magic_test_file= mysql_cv_getspecific_args=POSIX ac_cv_func_sighold=no ac_cv_header_termcap_h=yes ac_cv_prog_CPP='cc -E' am_cv_CXX_dependencies_compiler_type=gcc ac_cv_prog_AWK=nawk ac_cv_build=i386-portbld-freebsd4.8 ac_cv_env_build_alias_value=i386-portbld-freebsd4.8 mysql_cv_gethostname_style=other ac_cv_func_pthread_attr_setprio=no ac_cv_func_gethostbyaddr_r=yes ac_cv_func_thr_setconcurrency=no ac_cv_func_getpagesize=yes ac_cv_func_lstat=yes ac_cv_fp_except=no ac_cv_type_long_long=yes ac_cv_struct_tm=time.h ac_cv_sys_restartable_syscalls=yes lt_cv_prog_cc_pic=' -fPIC' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_func_pthread_condattr_create=no mysql_cv_have_bool=yes ac_cv_type_char=yes ac_cv_sys_largefile_LIBS=no lt_cv_compiler_o_lo=yes ac_cv_target=i386-portbld-freebsd4.8 ac_cv_env_target_alias_value=i386-portbld-freebsd4.8 ac_cv_func_pthread_rwlock_rdlock=yes ac_cv_func_strtoull=yes ac_cv_func_strtoll=yes ac_cv_func_rename=yes ac_cv_uchar=no ac_cv_lib_posix4_=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_stddef_h=yes ac_cv_path_PS=/bin/ps ac_cv_path_MV=/bin/mv ac_cv_env_CC_value=cc ac_cv_func_getpwnam=yes ac_cv_pthread_yield_zero_arg=yes ac_cv_lib_dl_dlopen=no ac_cv_lib_m_floor=yes ac_cv_header_term_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_prog_TAR=tar mysql_cv_sys_os=FreeBSD lt_cv_path_NM=nm ac_cv_env_CPP_set= ac_cv_func_poll=yes ac_cv_func_cuserid=no ac_cv_lib_crypt_crypt=yes ac_cv_header_sched_h=yes ac_cv_header_dlfcn_h=yes ac_cv_func_putenv=yes ac_cv_lib_pthread_strtok_r=no ac_cv_func_p2open=no ac_cv_func_setsockopt=yes ac_cv_lib_nsl_gethostbyname_r=no ac_cv_header_sys_mman_h=yes ac_cv_sys_file_offset_bits=no ac_cv_func_stpcpy=no ac_cv_member_struct_stat_st_rdev=yes ac_cv_func_gethostbyname_r=no ac_cv_objext=o ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "mysql" #define VERSION "3.23.56" #define PROTOCOL_VERSION 10 #define DOT_FRM_VERSION 6 #define SYSTEM_TYPE "portbld-freebsd4.8" #define MACHINE_TYPE "i386" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define SPRINTF_RETURNS_INT 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_FLOATINGPOINT_H 1 #define HAVE_IEEEFP_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMORY_H 1 #define HAVE_PWD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TERM_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIME_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_SCHED_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_LIBM 1 #define HAVE_LIBCRYPT 1 #define HAVE_CRYPT 1 #define HAVE_COMPRESS 1 #define LIBWRAP 1 #define HAVE_LIBWRAP 1 #define HAVE_LIBC_R 1 #define HAVE_STRTOK_R 1 #define HAVE_UNISTD_H 1 #define HAVE_RESTARTABLE_SYSCALLS 1 #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_ST_RDEV 1 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_CHAR 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_OFF_T 8 #define SOCKET_SIZE_TYPE socklen_t #define STACK_DIRECTION -1 #define HAVE_ALLOCA 1 #define HAVE_TZNAME 1 #define HAVE_UINT 1 #define HAVE_BOOL 1 #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 #define HAVE_VARARGS_H 1 #define HAVE_STDARG_H 1 #define HAVE_DIRENT_H 1 #define HAVE_LOCALE_H 1 #define HAVE_SYS_DIR_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_CURSES_H 1 #define HAVE_TERMCAP_H 1 #define HAVE_GRP_H 1 #define HAVE_PATHS_H 1 #define HAVE_LSTAT 1 #define HAVE_PUTENV 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_STRCOLL 1 #define HAVE_TCGETATTR 1 #define RETSIGTYPE void #define HAVE_POSIX_SIGNALS 1 #define GWINSZ_IN_SYS_IOCTL 1 #define FIONREAD_IN_SYS_IOCTL 1 #define TIOCSTAT_IN_SYS_IOCTL 1 #define STRUCT_DIRENT_HAS_D_INO 1 #define VOID_SIGHANDLER 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define RETSIGTYPE void #define RETQSORTTYPE void #define QSORT_TYPE_IS_VOID 1 #define HAVE_UTIME_NULL 1 #define HAVE_VPRINTF 1 #define HAVE_ALARM 1 #define HAVE_FTRUNCATE 1 #define HAVE_RINT 1 #define HAVE_FINITE 1 #define HAVE_ISNAN 1 #define HAVE_FCNTL 1 #define HAVE_POLL 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETPWUID 1 #define HAVE_GETCWD 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETWD 1 #define HAVE_INDEX 1 #define HAVE_LONGJMP 1 #define HAVE_PERROR 1 #define HAVE_PREAD 1 #define HAVE_REALPATH 1 #define HAVE_READLINK 1 #define HAVE_RENAME 1 #define HAVE_SOCKET 1 #define HAVE_MADVISE 1 #define HAVE_MKSTEMP 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOULL 1 #define HAVE_SNPRINTF 1 #define HAVE_TEMPNAM 1 #define HAVE_GETHOSTBYADDR_R 1 #define HAVE_GETPWNAM 1 #define HAVE_BZERO 1 #define HAVE_BCMP 1 #define HAVE_STRSTR 1 #define HAVE_STRPBRK 1 #define HAVE_STRERROR 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_STRCASECMP 1 #define HAVE_LRAND48 1 #define HAVE_LOCALTIME_R 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_PTHREAD_SETPRIO 1 #define HAVE_PTHREAD_SETSCHEDPARAM 1 #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 #define HAVE_PTHREAD_RWLOCK_RDLOCK 1 #define HAVE_FCHMOD 1 #define HAVE_GETPASS 1 #define HAVE_INITGROUPS 1 #define HAVE_FSEEKO 1 #define HAVE_DLOPEN 1 #define HAVE_DLERROR 1 #define HAVE_READDIR_R 1 #define HAVE_SIGWAIT 1 #define HAVE_PTHREAD_ATTR_SETSCOPE 1 #define HAVE_INNOBASE_DB 1 #define THREAD 1 #define HAVE_BERKELEY_DB 1 configure: exit 1 --------------090904080906010501080904 Content-Type: text/plain; name="pkg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pkg.txt" Hermes-1.3.2 Mesa-3.4.2_2 ORBit-0.5.17 ORBit2-2.6.0 XFree86-4.3.0,1 XFree86-FontServer-4.3.0 XFree86-Server-4.3.0_2 XFree86-clients-4.3.0_1 XFree86-documents-4.3.0 XFree86-font100dpi-4.3.0 XFree86-font75dpi-4.3.0 XFree86-fontCyrillic-4.3.0 XFree86-fontDefaultBitmaps-4.3.0 XFree86-fontEncodings-4.3.0 XFree86-fontScalable-4.3.0 XFree86-libraries-4.3.0_1 Xft-2.1_3 aalib-1.4.r5_1 acme-2.0.2 anjuta-1.0.2 aspell-0.50.3_1 at-spi-1.1.8 atk-1.2.2 autoconf213-2.13.000227_5 automake14-1.4.5_9 bash-2.05b.004 boehm-gc-6.2.a4_2 bonobo-1.0.22 bonobo-activation-2.2.1,1 bugbuddy2-2.2.102_1 cclient-2002c1,1 compat3x-i386-4.4.20020925 cscope-15.4 cvsup-16.1g db3-3.3.11,1 docbook-sk-4.1.2 docbook-xml-4.2 docbook-xsl-1.59.1 eel2-2.2.1 elinks-0.4.2_1 eog2-2.2.0 esound-0.2.29 expat-1.95.6_1 fileroller-2.2.1_1,1 fontconfig-2.2.0 freetype2-2.1.3_1 gail-1.2.0 galeon2-1.3.4 gconf-1.0.9_3 gconf-editor-0.4.0 gconf2-2.2.0 gd-2.0.1_3 gdbm-1.8.3 gdchart-0.11.2 gdk-pixbuf-0.22.0 gdm2-2.4.1.3 gedit2-2.2.0.1 gettext-0.11.5_1 gftp-gnome-2.0.14_1 ggv2-1.99.98 ghostscript-gnu-7.05_4 gimp-1.2.3_2,1 glade-0.6.4 gle-3.0.3 glib-1.2.10_9 glib-2.2.1_1 gmake-3.80 gnome-icon-theme-1.0.0 gnome-pkgview-0.0.8 gnome-themes-2.2_1 gnome2-2.2.0 gnomeapplets2-2.2.0_1 gnomeaudio-1.4.0 gnomecanvas-0.22.0 gnomecontrolcenter2-2.2.0.1 gnomedb-0.2.96_1 gnomedesktop-2.2.0.1 gnomegames2-2.2.0 gnomehier-1.0_8 gnomelibs-1.4.2_1 gnomemedia2-2.2.1.1_1 gnomemimedata-2.2.0_1 gnomepanel-2.2.0.1_1 gnomeprint-0.37 gnomesession-2.2.0.2 gnomesystemmonitor-2.0.4_1 gnometerminal-2.2.1 gnomeuserdocs2-2.0.5 gnomeutils2-2.2.0.3,1 gnomevfs-1.0.5_4 gnomevfs2-2.2.2 gstreamer-0.6.0 gstreamer-plugins-0.6.0_1 gtk-1.2.10_9 gtk-2.2.1 gtk-engines2-2.2.0 gtk-thinice-engine-2.0.2 guile-1.4.1_3 imake-4.3.0 imap-uw-2002c1,1 imlib-1.9.14_1 intltool-0.25 ipcalc-0.35_1 jpeg-6b_1 lcms-1.09 lha-1.14i libIDL-0.8.0_1 libart_lgpl2-2.3.12 libaudiofile-0.2.3 libbonobo-2.2.0 libbonoboui-2.2.0.1 libcapplet-1.4.0.5 libgail-gnome-1.0.2_1 libgda-0.2.96_1 libglade-0.17_2 libglade2-2.0.1_1 libgnome-2.2.0.1 libgnomecanvas-2.2.0.2 libgnomeprint-2.2.1.1 libgnomeprintui-2.2.1.1 libgnomeui-2.2.0.1 libgnugetopt-1.2 libgsf-1.7.2 libgtkhtml-2.2.1 libgtop2-2.0.1_3 libiconv-1.8_2 libmng-1.0.4 librsvg2-2.2.3_1 libtool-1.3.4_4 libungif-4.1.0b1 libwnck-2.2.1 libxml-1.8.17_1 libxml2-2.5.4 libxslt-1.0.27 libzvt-2.0.1_6 linc-1.0.1 linux_base-7.1_2 lsof-4.67.1 lzo-1.08_1 lzop-1.00 m4-1.4_1 metacity-2.4.34 metacity-setup-0.7.1_2 mkcatalog-1.1 mkisofs-2.0 mozilla-1.2.1_1,2 mozilla-gtk2-1.3_1 mtr-gtk-0.52 nasm-0.98.35,1 nautilus-media-0.2.1 nautilus2-2.2.1 ncftp-3.1.5_1 ntop-2.0.99.r2_2 oaf-0.6.10_1 pango-1.2.1_2 pcre-3.9 pkgconfig-0.15.0 pkgdb.db png-1.2.5_2 popt-1.6.4 portupgrade-20030427 py22-expat-2.2.2_2 py22-tkinter-2.2.2 python-2.2.2_2 python-doc-html-2.2.2 radiusniff-0.2 ruby-1.6.8.2003.04.19 ruby-bdb1-0.1.9 ruby-rdoc-0.0.0.b2 ruby-shim-ruby18-1.8.0.p2.2003.04.19 scintilla-1.51 scrollkeeper-0.3.11_8,1 sdocbook-xml-4.1.2.5 sox-12.17.3_1 squid-2.5_3 startup-notification-0.5_1 sudo-1.6.6_1 svgalib-1.4.2_1 tcl-8.3.5 tcl-8.4.3,1 tclock-1.0.1 tiff-3.5.7 tk-8.3.5 tk-8.4.3,1 unzip-5.50 vim-6.1.365 vim-lite-6.1.365 vte-0.10.26 w3m-0.4.1 wget-1.8.2_3 wrapper-1.0_2 xforms-1.0_3,1 xscreensaver-gnome-4.08 yelp-2.2.0 --------------090904080906010501080904-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 08:26:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BD337B401 for ; Fri, 20 Jun 2003 08:26:31 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0548D43F75 for ; Fri, 20 Jun 2003 08:26:30 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h5KFOe93016322; Fri, 20 Jun 2003 11:24:42 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h5KFLmV8024528; Fri, 20 Jun 2003 11:21:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Brandon S. Allbery KF8NH" In-Reply-To: <1056105527.2609.8.camel@rushlight.kf8nh.apk.net> References: <46462.63.104.35.130.1055950651.squirrel@email.polands.org> <1055950865.83103.32.camel@rushlight.kf8nh.apk.net> <1055953667.314.13.camel@gyros> <1056105527.2609.8.camel@rushlight.kf8nh.apk.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EKn61mHZl4qpPsOxzDln" Organization: MarcusCom, Inc. Message-Id: <1056122775.311.2.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 20 Jun 2003 11:26:15 -0400 X-Spam-Status: No, hits=-8.7 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-devel-1.4b X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 15:26:31 -0000 --=-EKn61mHZl4qpPsOxzDln Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-06-20 at 06:38, Brandon S. Allbery KF8NH wrote: > On Wed, 2003-06-18 at 12:27, Joe Marcus Clarke wrote: > > > I find it useful to go through the ports Makefiles on occasion and fi= nd > > > the current WITH_*/WITHOUT_* flags. (It would be nice if there were = an > > > easy way to do this; mostly I end up scanning for them after a > > > "portupgrade -a" and then go through and rebuild ports.) > >=20 > > I print all the tunable options during pre-everything, so you should se= e > > a list on your screen when you try to build mozilla. >=20 > And that's what I look for when I scan the portupgrade log file. Which > still leaves that (a) I have to do the portupgrade first and (b) not > every port with tunables prints them. >=20 > What would be nice would be a standard make target which listed the > tunables for a port; I could then run "portupgrade -a" forcing that > target to see the tunables (which often seem to change on me) and adjust > my pkgtools.conf before building everything. For ports owned by me and gnome@, pre-everything is the chosen target. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-EKn61mHZl4qpPsOxzDln Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+8yeXb2iPiv4Uz4cRAjYWAJ4qMNernY8tzSzoMwpIL1cSnmywTgCeMb94 ClwfMXxPgvmQ1ma7LrNfT+8= =+ycB -----END PGP SIGNATURE----- --=-EKn61mHZl4qpPsOxzDln-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 09:44:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA67F37B401 for ; Fri, 20 Jun 2003 09:44:18 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B35D543FA3 for ; Fri, 20 Jun 2003 09:44:17 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 25476 invoked by uid 1001); 20 Jun 2003 16:46:43 -0000 Date: Fri, 20 Jun 2003 09:46:43 -0700 From: Joshua Oreman To: Alexandr Kovalenko Message-ID: <20030620164643.GC25203@webserver.get-linux.org> References: <20030620101547.GC92339@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030620101547.GC92339@nevermind.kiev.ua> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: ports using CVS repo to get sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 16:44:19 -0000 On Fri, Jun 20, 2003 at 01:15:47PM +0300 or thereabouts, Alexandr Kovalenko seemed to write: > Any howto or examples in ports tree? Someone better at ports than me should comment on this, but: * Make ${PORTVERSION} something like "1.x-cvs" [does this violate the versioning scheme?] * In do-fetch, do: do-fetch: ${MKDIR} ${WRKSRC} (cd ${WRKSRC} && cvs -Q -d :pserver@my.cvs.server:/cvsroot checkout mymodule) * Make do-extract remove all vestiges of CVS :-) do-extract: ${FIND} ${WRKSRC} -name CVS -exec rm -rf {} \; * And it should work. However, I think the main reason that there's no CVS knobs in bsd.port.mk is because ports are supposed to be releases. But for a separate port, that's OK, I think. Anyone else have any insights? -- Josh > > -- > NEVE-RIPE, will build world for food > Ukrainian FreeBSD User Group > http://uafug.org.ua/ > _______________________________________________ > 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 Fri Jun 20 09:56:36 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA1EF37B401 for ; Fri, 20 Jun 2003 09:56:36 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F5643FA3 for ; Fri, 20 Jun 2003 09:56:35 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id BD69F66E44; Fri, 20 Jun 2003 09:56:35 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id B222D8C5; Fri, 20 Jun 2003 09:56:35 -0700 (PDT) Date: Fri, 20 Jun 2003 09:56:35 -0700 From: Kris Kennaway To: Christian Weisgerber Message-ID: <20030620165635.GA53379@rot13.obsecurity.org> References: <200306190941.h5J9fIYL073911@repoman.freebsd.org> <20030619100641.GA22562@rot13.obsecurity.org> <20030619214555.GA34067@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: config.guess (was: Re: cvs commit: ports/audio/libmikmod/files patch-config.sub) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 16:56:37 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 19, 2003 at 11:15:08PM +0000, Christian Weisgerber wrote: > Kris Kennaway wrote: >=20 > > What is the benefit of a global config.guess? > >=20 > > My instinct is that a global config.guess would cause problems with > > some ports: I would expect that a lot of ports hack their configure > > scripts in unmentionable ways that make this difficult. What was > > OpenBSD's experience in this regard? Do the benefits outweigh the > > pain? >=20 > Then it will come as a surprise to you that OpenBSD's experience > has been uniformly positive. I cannot remember a single instance > where overwriting the included config.guess with the system one > caused any problem. config.guess only provides the cpu-vendor-os > triplet. It does not interact with the rest of configure in other > ways. OK, I misunderstood the purpose of config.guess. This sounds like the right approach! Kris --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8zzDWry0BWjoQKURAjIKAJ473CCZTOi4fOv0iklmlg3dPToHdgCfRXSO fl6gyiDRF3Ygwdaj3GSGjFU= =FnOP -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 09:59:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DDBB37B401 for ; Fri, 20 Jun 2003 09:59:28 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E06543FAF for ; Fri, 20 Jun 2003 09:59:27 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8934366BE5; Fri, 20 Jun 2003 09:59:26 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 84D0175C; Fri, 20 Jun 2003 09:59:26 -0700 (PDT) Date: Fri, 20 Jun 2003 09:59:26 -0700 From: Kris Kennaway To: Joshua Oreman Message-ID: <20030620165926.GB53379@rot13.obsecurity.org> References: <20030620101547.GC92339@nevermind.kiev.ua> <20030620164643.GC25203@webserver.get-linux.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd" Content-Disposition: inline In-Reply-To: <20030620164643.GC25203@webserver.get-linux.org> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: ports using CVS repo to get sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 16:59:28 -0000 --ADZbWkCsHQ7r3kzd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 20, 2003 at 09:46:43AM -0700, Joshua Oreman wrote: > Someone better at ports than me should comment on this, but: > * Make ${PORTVERSION} something like "1.x-cvs" [does this violate the ver= sioning scheme?] I think so. > * In do-fetch, do: > do-fetch: > ${MKDIR} ${WRKSRC} > (cd ${WRKSRC} && cvs -Q -d :pserver@my.cvs.server:/cvsroot checkout mymo= dule) > * Make do-extract remove all vestiges of CVS :-) > do-extract: > ${FIND} ${WRKSRC} -name CVS -exec rm -rf {} \; > * And it should work. >=20 > However, I think the main reason that there's no CVS knobs in bsd.port.mk= is > because ports are supposed to be releases. But for a separate port, that'= s OK, > I think. No, it's because you can't fetch from CVS behind a firewall, so some people will never be able to build your port if it relies on CVS fetching. Instead, you should make your own tarball (possibly by using a helper makefile target for use by the maintainer that fetches from CVS and creates the tarball) and make it available for redistribution, either on your own FTP site or on MASTER_SITE_LOCAL. Kris --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8z1tWry0BWjoQKURAqttAKDtK/yZGFiZ3iSpbI3wAQdE6RELUwCgvePc w4tcNpYlcLx3mm6ZAy7Zp/M= =PjOa -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 10:17:56 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 008F037B401 for ; Fri, 20 Jun 2003 10:17:56 -0700 (PDT) Received: from eccles.ee.ryerson.ca (eccles.ee.ryerson.ca [141.117.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EBD43F75 for ; Fri, 20 Jun 2003 10:17:55 -0700 (PDT) (envelope-from jnaughto@ee.ryerson.ca) Received: from zeus.ee.ryerson.ca ([141.117.1.146]) by eccles.ee.ryerson.ca (8.12.9/8.12.9) with ESMTP id h5KHHnjg000563 for ; Fri, 20 Jun 2003 13:17:50 -0400 (EDT) (envelope-from jnaughto@ee.ryerson.ca) Date: Fri, 20 Jun 2003 13:17:45 -0400 (EDT) From: Jason Naughton To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: nvidia-driver bust? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 17:17:56 -0000 Hi, I've been attempting to compile the nvida port but every time I've done so I get the following errors: ===> doc install -o root -g wheel -m 444 README README.Linux XF86Config.sample license.t xt /usr/X11R6/share/doc/NVIDIA Installation of the NVIDIA Accelerated Graphics Driver for FreeBSD is now complete. Please update your XF86Config file as appropriate; see the README for details. If you wish to let the installer assist you with setup type 'make setup' ===> Generating temporary packing list sed: 1: "s!%%XFree86-libraries-4 ...": unescaped newline inside substitute patte rn *** Error code 1 I've cvsup'ed a few times so I'm sure I'm up to date on my port tree... Cheers Jason | Jason Naughton, B. Eng, M.E. Sc., P.Eng | email: jnaughto@ee.ryerson.ca | | Lead Engineer, | Office: (416)-979-5000 x7168 | | Department of Electrical Engineering, | FAX: (416)-979-5280 | | Ryerson Polytechnic University | | From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 10:22:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC25437B401 for ; Fri, 20 Jun 2003 10:22:18 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 558B243F3F for ; Fri, 20 Jun 2003 10:22:18 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 0D42866BE5 for ; Fri, 20 Jun 2003 10:22:18 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 0F7014AA; Fri, 20 Jun 2003 10:22:18 -0700 (PDT) Date: Fri, 20 Jun 2003 10:22:18 -0700 From: Kris Kennaway To: ports@FreeBSD.org Message-ID: <20030620172217.GA53999@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Package milestone X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 17:22:19 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In case anyone's interested, we passed a minor milestone recently with 8046 buildable packages on i386/4.x, out of 8841 ports. There are 270 package builds that are attempted but fail, 304 package builds that are skipped because the port is marked IGNORE, INTERACTIVE or similar, and the remainder are ports that depend on a port from one of these two categories. Kris --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+80LJWry0BWjoQKURAmnGAJ90eX5cMdafUnb44fpZ3eA6nBfq2ACfVjVo zPHmtkmb6tDAllixFpB/0uk= =Uiv3 -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 10:23:14 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894BC37B401 for ; Fri, 20 Jun 2003 10:23:14 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id CB9FA43F85 for ; Fri, 20 Jun 2003 10:23:13 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 25874 invoked by uid 1001); 20 Jun 2003 17:25:40 -0000 Date: Fri, 20 Jun 2003 10:25:40 -0700 From: Joshua Oreman To: Kris Kennaway Message-ID: <20030620172539.GB25735@webserver.get-linux.org> References: <20030620101547.GC92339@nevermind.kiev.ua> <20030620164643.GC25203@webserver.get-linux.org> <20030620165926.GB53379@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030620165926.GB53379@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: ports using CVS repo to get sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 17:23:14 -0000 On Fri, Jun 20, 2003 at 09:59:26AM -0700 or thereabouts, Kris Kennaway seemed to write: > On Fri, Jun 20, 2003 at 09:46:43AM -0700, Joshua Oreman wrote: > > > Someone better at ports than me should comment on this, but: > > * Make ${PORTVERSION} something like "1.x-cvs" [does this violate the versioning scheme?] > > I think so. > > > * In do-fetch, do: > > do-fetch: > > ${MKDIR} ${WRKSRC} > > (cd ${WRKSRC} && cvs -Q -d :pserver:anon@my.cvs.server:/cvsroot checkout mymodule) > > * Make do-extract remove all vestiges of CVS :-) > > do-extract: > > ${FIND} ${WRKSRC} -name CVS -exec rm -rf {} \; > > * And it should work. > > > > However, I think the main reason that there's no CVS knobs in bsd.port.mk is > > because ports are supposed to be releases. But for a separate port, that's OK, > > I think. > > No, it's because you can't fetch from CVS behind a firewall, so some > people will never be able to build your port if it relies on CVS > fetching. Why is this true? I thought pserver was a one way connection. > Instead, you should make your own tarball (possibly by > using a helper makefile target for use by the maintainer that fetches > from CVS and creates the tarball) and make it available for > redistribution, either on your own FTP site or on MASTER_SITE_LOCAL. Thanks for the tip! -- Josh > > Kris > From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 10:38:02 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD1237B404 for ; Fri, 20 Jun 2003 10:38:02 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A933243F85 for ; Fri, 20 Jun 2003 10:38:01 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h5KHaH93021703; Fri, 20 Jun 2003 13:36:17 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h5KHXPV8025714; Fri, 20 Jun 2003 13:33:25 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20030620172217.GA53999@rot13.obsecurity.org> References: <20030620172217.GA53999@rot13.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-YLK4VrIFiyQLpgYinoje" Organization: MarcusCom, Inc. Message-Id: <1056130671.311.20.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 20 Jun 2003 13:37:52 -0400 X-Spam-Status: No, hits=-8.7 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: ports@freebsd.org Subject: Re: Package milestone X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 17:38:02 -0000 --=-YLK4VrIFiyQLpgYinoje Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-06-20 at 13:22, Kris Kennaway wrote: > In case anyone's interested, we passed a minor milestone recently with > 8046 buildable packages on i386/4.x, out of 8841 ports. There are 270 > package builds that are attempted but fail, 304 package builds that > are skipped because the port is marked IGNORE, INTERACTIVE or similar, > and the remainder are ports that depend on a port from one of these > two categories. That's quite an accomplishment! Congratulations to all porters and patchers! Joe >=20 > Kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-YLK4VrIFiyQLpgYinoje Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+80Zvb2iPiv4Uz4cRArcLAJ9Z9vC5PsI5X1e1ORhDj0x5H95NlQCeMVad ipGMMqCUZcuECbzOJ3PKBPA= =hXH1 -----END PGP SIGNATURE----- --=-YLK4VrIFiyQLpgYinoje-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 11:49:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB53437B401 for ; Fri, 20 Jun 2003 11:49:55 -0700 (PDT) Received: from thuis.piwebs.com (t-indiv5-74.athome.tue.nl [131.155.241.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 7129943F85 for ; Fri, 20 Jun 2003 11:49:52 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 7536 invoked by uid 85); 20 Jun 2003 18:50:34 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.15 (uvscan: v4.1.60/v4210. spamassassin: 2.x. Clear:SA:0(-4.0/5.0):. Processed in 11.558412 secs); 20 Jun 2003 18:50:34 -0000 X-Spam-Status: No, hits=-4.0 required=5.0 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 20 Jun 2003 18:50:22 -0000 From: Arjan van Leeuwen To: Tilo Riemer , freebsd-ports@freebsd.org Date: Fri, 20 Jun 2003 20:49:36 +0200 User-Agent: KMail/1.5.2 References: <20030618125220.GA24206@ppprs1.phy.tu-dresden.de> In-Reply-To: <20030618125220.GA24206@ppprs1.phy.tu-dresden.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306202049.37046.avleeuwen@piwebs.com> Subject: Re: update of LinCVS 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: Fri, 20 Jun 2003 18:49:56 -0000 Hi, Just send a PR with send-pr that contains the new port, with your email address as the maintainer and the reason why the maintainership should be transferred (maintainer time-out). Someone will pick up the PR and commit your new port. Best regards, Arjan van leeuwen On Wednesday 18 June 2003 14:52, Tilo Riemer wrote: > Hello, > > I'm the maintainer of the LinCVS project. > > It seems, that the maintainer of the LinCVS port has no time or whatever to > update the port. His last update is some years old. > > I self created a port (see www.lincvs.org) some month ago (it's updated to > current version). I wrote to jedgar few years ago and after creating the > port some month ago. Never I received an answer :-( > > I think it's better to change the maintainer. Maybe Michal Pasternak would > do the job or myself. > > > Best regards, Tilo > _______________________________________________ > 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 Fri Jun 20 11:50:21 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F87037B401 for ; Fri, 20 Jun 2003 11:50:21 -0700 (PDT) Received: from eccles.ee.ryerson.ca (eccles.ee.ryerson.ca [141.117.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A3B43F85 for ; Fri, 20 Jun 2003 11:50:20 -0700 (PDT) (envelope-from jnaughto@ee.ryerson.ca) Received: from zeus.ee.ryerson.ca (zeus.ee.ryerson.ca [172.16.1.156]) by eccles.ee.ryerson.ca (8.12.9/8.12.9) with ESMTP id h5KIoHjg001608 for ; Fri, 20 Jun 2003 14:50:17 -0400 (EDT) (envelope-from jnaughto@ee.ryerson.ca) Date: Fri, 20 Jun 2003 14:50:13 -0400 (EDT) From: Jason Naughton To: In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: nvidia-driver bust? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 18:50:21 -0000 Hi Please ignore my previous email. It seems I had 2 versions of X11 libraries installed... The Nvidia drivers are installed and working well now. On Fri, 20 Jun 2003, Jason Naughton wrote: > I've been attempting to compile the nvida port but every time I've done so > I get the following errors: > > ===> doc > install -o root -g wheel -m 444 README README.Linux XF86Config.sample > license.t > xt /usr/X11R6/share/doc/NVIDIA > > Installation of the NVIDIA Accelerated Graphics Driver for FreeBSD is > now complete. Please update your XF86Config file as appropriate; see > the README for details. > > If you wish to let the installer assist you with setup type 'make setup' > ===> Generating temporary packing list > sed: 1: "s!%%XFree86-libraries-4 ...": unescaped newline inside substitute > patte > rn > *** Error code 1 > > > I've cvsup'ed a few times so I'm sure I'm up to date on my port tree... > > Cheers > Jason > > > | Jason Naughton, B. Eng, M.E. Sc., P.Eng | email: jnaughto@ee.ryerson.ca | > | Lead Engineer, | Office: (416)-979-5000 x7168 | > | Department of Electrical Engineering, | FAX: (416)-979-5280 | > | Ryerson Polytechnic University | | > > > Cheers Jason | Jason Naughton, B. Eng, M.E. Sc., P.Eng | email: jnaughto@ee.ryerson.ca | | Lead Engineer, | Office: (416)-979-5000 x7168 | | Department of Electrical Engineering, | FAX: (416)-979-5280 | | Ryerson Polytechnic University | | From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 12:31:19 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72A5637B405 for ; Fri, 20 Jun 2003 12:31:19 -0700 (PDT) Received: from web13301.mail.yahoo.com (web13301.mail.yahoo.com [216.136.175.37]) by mx1.FreeBSD.org (Postfix) with SMTP id EB50043FCB for ; Fri, 20 Jun 2003 12:31:17 -0700 (PDT) (envelope-from ruda_porto@yahoo.com.br) Message-ID: <20030620193117.11973.qmail@web13301.mail.yahoo.com> Received: from [200.223.130.114] by web13301.mail.yahoo.com via HTTP; Fri, 20 Jun 2003 16:31:17 ART Date: Fri, 20 Jun 2003 16:31:17 -0300 (ART) From: =?iso-8859-1?q?Rud=E1=20Filgueiras?= To: knu@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: sqlrelay-0.32_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 19:31:19 -0000 Hi,I am trying to compile the FreeTDS database support on SQLRelay but anything goes wrong. This is the problem:cpd-01# makeif ( test -n "-Wl,-rpath /usr/local/lib -L/usr/local/lib -lct" ); then make sqlr-connection-freetds; make sqlr-connection-freetds-debug; fic++ -pedantic -w -fPIC -I/usr/local/include -DTMP_DIR=\"/usr/local/sqlrelay/tmp\" -DDEBUG_DIR=\"/usr/local/sqlrelay/debug\" -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -I./ -I../../../ -I../../common -I../../libauthenticator -I../../libconfigfile -I../../libconnection -I/usr/ports/databases/sqlrelay/work/prefixes/libxml/include -I/usr/local/include -I/usr/local/include -c freetdsconnection.CIn file included from freetdsconnection.h:23, from freetdsconnection.C:4:ctfunctions.h:14: declaration of C function `CS_INT cs_locale(CS_CONTEXT*, int, CS_LOCALE*, int, CS_CHAR*, int, CS_INT*)' conflicts with/usr/local/include/cspublic.h:737: previous declaration `CS_RETCODE cs_locale(CS_CONTEXT*, int, CS_LOCALE*, int, CS_VOID*, int, CS_INT*)' herectfunctions.h:21: declaration of C function `CS_INT ct_command(CS_COMMAND*, int, CS_CHAR*, int, int)' conflicts with/usr/local/include/ctpublic.h:43: previous declaration `CS_RETCODE ct_command(CS_COMMAND*, int, const CS_VOID*, int, int)' here*** Error code 1Stop in /usr/ports/databases/sqlrelay/work/sqlrelay-0.32/src/connections/freetds.*** Error code 1Stop in /usr/ports/databases/sqlrelay/work/sqlrelay-0.32/src/connections/freetds.I would be happy if you can help me to make this compile.Thank'sRudá Porto Filgueiras --------------------------------- Yahoo! Mail Mais espaço, mais segurança e gratuito: caixa postal de 6MB, antivírus, proteção contra spam. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 16:30:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059B537B401 for ; Fri, 20 Jun 2003 16:30:51 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBAF43F75 for ; Fri, 20 Jun 2003 16:30:49 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19TVLE-0006Nx-03; Sat, 21 Jun 2003 01:30:48 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5KMWDih054831 for ; Sat, 21 Jun 2003 00:32:13 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5KMWD3e054830 for freebsd-ports@freebsd.org; Sat, 21 Jun 2003 00:32:13 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Fri, 20 Jun 2003 22:32:13 +0000 (UTC) Message-ID: References: <1056072254.28429.6.camel@quenix.dyndns.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: Whence CC="LD_LIBRARY_PATH=/usr/X11R6/lib cc"? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 20 Jun 2003 23:30:51 -0000 Serge Gagnon wrote: > Why not just comment this line as we do sometime when the author of the > software write a CC=gcc hardcoded in his makefile ? Yes, I sent you a patch which removes that line. However, I didn't ask for workarounds, I'm genuinely curious where that unexpected value for CC comes from in the first place. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 17:10:16 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D9A37B401 for ; Fri, 20 Jun 2003 17:10:16 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1574843F3F for ; Fri, 20 Jun 2003 17:10:16 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id C9A4066BE5; Fri, 20 Jun 2003 17:10:15 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id AFD678D0; Fri, 20 Jun 2003 17:10:15 -0700 (PDT) Date: Fri, 20 Jun 2003 17:10:15 -0700 From: Kris Kennaway To: Joshua Oreman Message-ID: <20030621001015.GB60379@rot13.obsecurity.org> References: <20030620101547.GC92339@nevermind.kiev.ua> <20030620164643.GC25203@webserver.get-linux.org> <20030620165926.GB53379@rot13.obsecurity.org> <20030620172539.GB25735@webserver.get-linux.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline In-Reply-To: <20030620172539.GB25735@webserver.get-linux.org> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: ports using CVS repo to get sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Jun 2003 00:10:17 -0000 --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 20, 2003 at 10:25:40AM -0700, Joshua Oreman wrote: > > No, it's because you can't fetch from CVS behind a firewall, so some > > people will never be able to build your port if it relies on CVS > > fetching. >=20 > Why is this true? I thought pserver was a one way connection. Many firewalls do not allow arbitrary outbound connections. Kris --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+86JnWry0BWjoQKURAgjbAKDWfG9Vh0yYzFs24UVHDk/THcD5wACgwxfy X+Q1d39/osIc5eCYJx6rxm0= =ERv+ -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 17:31:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7183837B401 for ; Fri, 20 Jun 2003 17:31:33 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA4743FA3 for ; Fri, 20 Jun 2003 17:31:32 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19TWHz-000217-05; Sat, 21 Jun 2003 02:31:31 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5L00Hih059757 for ; Sat, 21 Jun 2003 02:00:17 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5L00Go9059756 for freebsd-ports@freebsd.org; Sat, 21 Jun 2003 02:00:16 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Sat, 21 Jun 2003 00:00:16 +0000 (UTC) Message-ID: References: <200306190941.h5J9fIYL073911@repoman.freebsd.org> <20030619214555.GA34067@rot13.obsecurity.org> <20030620165635.GA53379@rot13.obsecurity.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: config.guess (was: Re: cvs commit: ports/audio/libmikmod/files patch-config.sub) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Jun 2003 00:31:33 -0000 Kris Kennaway wrote: > OK, I misunderstood the purpose of config.guess. This sounds like the > right approach! Fetch config.{guess,sub} from ftp://ftp.gnu.org/gnu/config/ and add them to /usr/ports/Templates/. These still need editing for ia64 and amd64. Index: bsd.port.mk =================================================================== RCS file: /cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.453 diff -u -r1.453 bsd.port.mk --- bsd.port.mk 10 Jun 2003 14:45:02 -0000 1.453 +++ bsd.port.mk 20 Jun 2003 23:50:27 -0000 @@ -620,6 +620,9 @@ # ${HAS_CONFIGURE} is set. # CONFIGURE_LOG - The name of configure log file (default: config.log). # It will be printed to the screen if configure fails. +# CONFIG_GUESS_DIRS - If GNU_CONFIGURE is set and a port uses config.guess +# outside CONFIGURE_WRKSRC, the directories containing +# the other copies must be set here. # # For build and install: # @@ -2128,6 +2131,7 @@ CONFIGURE_LOG?= config.log .if defined(GNU_CONFIGURE) +CONFIG_GUESS_DIRS?= ${CONFIGURE_WRKSRC} CONFIGURE_ARGS+= --prefix=${PREFIX} ${CONFIGURE_TARGET} HAS_CONFIGURE= yes .endif @@ -2737,6 +2741,12 @@ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/configure; \ fi +.if defined(GNU_CONFIGURE) +. for _D in ${CONFIG_GUESS_DIRS} + @cp -f ${TEMPLATES}/config.guess ${_D}; chmod a+rx ${_D}/config.guess; \ + cp -f ${TEMPLATES}/config.sub ${_D}; chmod a+rx ${_D}/config.sub +. endfor +.endif .if defined(HAS_CONFIGURE) @(cd ${CONFIGURE_WRKSRC} && \ if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 17:34:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD55937B401 for ; Fri, 20 Jun 2003 17:34:00 -0700 (PDT) Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F9B143FA3 for ; Fri, 20 Jun 2003 17:33:59 -0700 (PDT) (envelope-from erik@smluc.org) Received: from xarx.localdomain (cpe-066-061-038-083.midsouth.rr.com [66.61.38.83]) by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h5L0Xlnp004072 for ; Fri, 20 Jun 2003 20:33:53 -0400 (EDT) Received: from xarx.localdomain (localhost.localdomain [127.0.0.1]) by xarx.localdomain (8.12.8/8.12.8) with ESMTP id h5L0XkDj017174 for ; Fri, 20 Jun 2003 19:33:47 -0500 Received: (from erik@localhost) by xarx.localdomain (8.12.8/8.12.8/Submit) id h5L0Xkin017172 for ports@freebsd.org; Fri, 20 Jun 2003 19:33:46 -0500 Date: Fri, 20 Jun 2003 19:33:46 -0500 From: Erik Greenwald To: ports@freebsd.org Message-ID: <20030621003346.GA17149@xarx.midsouth.rr.com> References: <20030620101547.GC92339@nevermind.kiev.ua> <20030620164643.GC25203@webserver.get-linux.org> <20030620165926.GB53379@rot13.obsecurity.org> <20030620172539.GB25735@webserver.get-linux.org> <20030621001015.GB60379@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030621001015.GB60379@rot13.obsecurity.org> User-Agent: Mutt/1.4.1i Subject: Re: ports using CVS repo to get sources X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Jun 2003 00:34:01 -0000 On Fri, Jun 20, 2003 at 05:10:15PM -0700, Kris Kennaway wrote: > On Fri, Jun 20, 2003 at 10:25:40AM -0700, Joshua Oreman wrote: > > > > No, it's because you can't fetch from CVS behind a firewall, so some > > > people will never be able to build your port if it relies on CVS > > > fetching. > > > > Why is this true? I thought pserver was a one way connection. > > Many firewalls do not allow arbitrary outbound connections. > > Kris a couple more reasons to avoid CVS in a port... 1) the user may not have cvs installed (NO_CVS=yes) 2) you can't vrfy the integrity or bsd freindliness of the src in the cvs repo, so it's reasonably possible that the port will be unbuildable at any given time. -- -Erik [http://math.smsu.edu/~erik] The opinions expressed by me are not necessarily opinions. In all probability, they are random rambling, and to be ignored. Failure to ignore may result in severe boredom or confusion. Shake well before opening. Keep Refrigerated. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 18:13:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461BE37B401 for ; Fri, 20 Jun 2003 18:13:15 -0700 (PDT) Received: from quenix.dyndns.org (modemcable207.151-131-66.nowhere.mc.videotron.ca [66.131.151.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1FA43F75 for ; Fri, 20 Jun 2003 18:13:14 -0700 (PDT) (envelope-from gagnon__s@videotron.ca) Received: from localhost ([127.0.0.1]) by quenix.dyndns.org with esmtp (Exim 4.20) id 19TXNj-000O6G-4Q for ports@freebsd.org; Fri, 20 Jun 2003 21:41:31 -0400 From: Serge Gagnon To: ports@freebsd.org In-Reply-To: References: <1056072254.28429.6.camel@quenix.dyndns.org> Content-Type: text/plain Organization: me Message-Id: <1056159690.91598.17.camel@quenix.dyndns.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 20 Jun 2003 21:41:31 -0400 Content-Transfer-Encoding: 7bit Subject: Re: Whence CC="LD_LIBRARY_PATH=/usr/X11R6/lib cc"? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Jun 2003 01:13:15 -0000 On Fri, 2003-06-20 at 18:32, Christian Weisgerber wrote: > Serge Gagnon wrote: > > > Why not just comment this line as we do sometime when the author of the > > software write a CC=gcc hardcoded in his makefile ? > > Yes, I sent you a patch which removes that line. Ooupss! Sorry, :( I didn't have the time to look at your patch. I'm too busy this time. > However, I didn't ask for workarounds, I'm genuinely curious where > that unexpected value for CC comes from in the first place. I have tested two other ports that use xmkmf/Imakefile and it seems that they use the same LD_LIBRARY_PATH=/usr/X11R6/lib cc value for $CC on my system. I don't know how to have another value. -- workaround man ;) -- Serge Gagnon Quebec, Qc, Canada GPG key available from: ftp://quenix.dyndns.org/keys/sg.asc From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 18:48:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE3CD37B407 for ; Fri, 20 Jun 2003 18:48:29 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A1B443F3F for ; Fri, 20 Jun 2003 18:48:27 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 28325 invoked by uid 65534); 21 Jun 2003 01:48:25 -0000 Received: from dsl-cust-203.openweb.ca (EHLO [64.39.186.203]) (64.39.186.203) by mail.gmx.net (mp013) with SMTP; 21 Jun 2003 03:48:25 +0200 From: Adam To: ports@freebsd.org Content-Type: text/plain Message-Id: <1056160102.65264.39.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 20 Jun 2003 21:48:22 -0400 Content-Transfer-Encoding: quoted-printable Subject: Hundreds of make_index 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: Sat, 21 Jun 2003 01:48:30 -0000 I run this script on both my FreeBSD machines every night: *** #!/bin/sh /usr/local/bin/cvsup -g -L 2 /usr/share/examples/cvsup/ports-supfile /usr/local/sbin/pkgdb -aF /usr/local/sbin/portsdb -Uu /usr/local/sbin/portsclean -C /usr/local/sbin/pkgdb -u /usr/local/sbin/portversion -v |/usr/bin/fgrep -v "=3D" >/home/eskimo/logs/outdated.ports.txt *** As of today, I am getting hundreds of make_index errors on both machines (4.8 and 5.1). Here is what the output of my script looks like on my 5.1 machine: *** Parsing supfile "/usr/share/examples/cvsup/ports-supfile" Connecting to cvsup2.FreeBSD.org Connected to cvsup2.FreeBSD.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection ports-all/cvs Checkout ports/INDEX-5 Shutting down connection to server Finished successfully ---> Checking the package registry database Updating the ports index ... bulb-1.0.6:"" non-existent -- dependency list incomplete bulb-1.0.6:"" non-existent -- dependency list incomplete el_applet.5:/usr/ports/x11/libpanel : malformed entry: el_applet.5:/usr/ports/x11/libpanel |=20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier = pkg-config:/usr/ports/devel/pkgconfig| anjuta-1.0.2:"" non-existent -- dependency list incomplete anjuta-1.0.2:"/usr/ports/databases/arch-1.0.p16" non-existent -- dependency list incomplete gnomedb glade.4:/usr/ports/devel/libglade : malformed entry: gnomedb glade.4:/usr/ports/devel/libglade |=20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier =20 /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc:/usr/ports/misc/gnomemi= medata pkg-config:/usr/ports/devel/pkgconfig| pharmacy-0.2.1a:"" non-existent -- dependency list incomplete pharmacy-0.2.1a:"/usr/ports/www/gtpkgconfig-0.15.0" non-existent -- dependency list incomplete khtml panel_applet.5:/usr/ports/x11/libpanel : malformed entry: khtml panel_applet.5:/usr/ports/x11/libpanel |=20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier = pkg-config:/usr/ports/devel/pkgconfig| librsvg2-2.2.5_1:"" non-existent -- dependency list incomplete librsvg2-2.2.5_1:"/usr/ports/dlinux-jpeg-6b.15_2" non-existent -- dependency list incomplete evel/gnomevfs2 art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2=20 gsf-1.9:/usr/ports/devel/libgsf: malformed entry: evel/gnomevfs2 art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2=20 gsf-1.9:/usr/ports/devel/libgsf|/usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmet= al.so:/usr/ports/x11-toolkits/gtk-engines2 /usr/X11R6/share/gnome/.keep_me= :/usr/ports/misc/gnomehier /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0= .pc:/usr/ports/misc/gnomemimedata pkg-config:/usr/ports/devel= /pkgconfig | morpheus-0.3:"" non-existent -- dependency list incomplete morpheus-0.3:"/usr/ports/databases/gopendx-samples-4.2.0" non-existent -- dependency list incomplete nomedb glade.4:/usr/ports/devel/libglade gal.23:/usr/ports/x11-toolkits/gal glibwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel : malformed entry: nomedb glade.4:/usr/ports/devel/libglade gal.23:/usr/ports/x11-toolkits/gal glibwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel |=20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier = pkg-config:/usr/ports/devel/pkgconfig| ja-balsa-0.8.0:"" non-existent -- dependency list incomplete ja-balsa-0.8.0:"/usr/ports/devja-bookview-3.1.1" non-existent -- dependency list incomplete el/libglade gal.23:/usr/ports/x11-toolkits/gal glibwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel : malformed entry: el/libglade gal.23:/usr/ports/x11-toolkits/gal glibwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel |=20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier = pkg-config:/usr/ports/devel/pkgconfig| balsa2-2.0.11_1:"" non-existent -- dependency list incomplete balsa2-2.0.11_1:"/usr/ports/textprcmail-4.01" non-existent -- dependency list incomplete oc/libxslt bonobo-activation.4:/usr/ports/devel/bonobo-activation bonobo-2.0:/usr/ports/devel/libbonobo gconf-2.5:/usr/ports/devel/gconf2 gnomevfs-2.0:/usr/ports/devel/gnomevfs2 gailutil.17:/usr/ports/x11-toolkits/gail gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2 gnomeprint-2-2.0:/usr/ports/print/libgnomeprint gnomeprintui-2-2.0:/usr/ports/x11-toolkits/libgnomeprintui gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui gtkhtml-2.0:/usr/ports/www/libgtkhtml : malformed entry: oc/libxslt bonobo-activation.4:/usr/ports/devel/bonobo-activation bonobo-2.0:/usr/ports/devel/libbonobo gconf-2.5:/usr/ports/devel/gconf2 gnomevfs-2.0:/usr/ports/devel/gnomevfs2 gailutil.17:/usr/ports/x11-toolkits/gail gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2 gnomeprint-2-2.0:/usr/ports/print/libgnomeprint gnomeprintui-2-2.0:/usr/ports/x11-toolkits/libgnomeprintui gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui gtkhtml-2.0:/usr/ports/www/libgtkhtml |/usr/local/bin/ispell:/usr/ports/textproc/ispell /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5 =20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier=20 /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc:/usr/ports/misc/gnomemi= medata pkg-config:/usr/ports/devel/pkgconfig| pmail-0.5.3_2:"" non-existent -- dependency list incomplete pmail-0.5.3_2:"/usr/ports/databpostfix-2.0.10,1" non-existent -- dependency list incomplete ases/gnomedb glade.4:/usr/ports/devel/libglade gal.23:/usr/ports/x11-toolkits/gal glibwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel : malformed entry: ases/gnomedb glade.4:/usr/ports/devel/libglade gal.23:/usr/ports/x11-toolkits/gal glibwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel |/usr/local/lib/python2.2/site-packages/gtk-1.2/_gnomemodule.so:/usr/ports/= x11-toolkits/py-gnome /usr/local/bin/python2.2:/usr/ports/lang/python /us= r/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier = pkg-config:/usr/ports/devel/pkgconfig| seahorse-0.7.3:"" non-existent -- dependency list incomplete seahorse-0.7.3:"/usr/ports/x11-toolkits/gsecpanel-0.41" non-existent -- dependency list incomplete ail gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2 gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui eel-2.4:/usr/ports/x11-toolkits/eel2 : malformed entry: ail gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2 gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui eel-2.4:/usr/ports/x11-toolkits/eel2 |gpg:/usr/ports/security/gnupg =20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier=20 /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc:/usr/ports/misc/gnomemi= medata pkg-config:/usr/ports/devel/pkgconfig| docproj-1.11:"/usr/ports/textproc/docdocproj-jadetex-1.11" non-existent -- dependency list incomplete book-xsl=20 /usr/local/share/xml/docbook/4.2/docbookx.dtd:/usr/ports/textproc/docbook-x= ml jade:/usr/ports/textproc/jade: malformed entry: book-xsl /usr/local/sha= re/xml/docbook/4.2/docbookx.dtd:/usr/ports/textproc/docbook-xml jade:/usr/p= orts/textproc/jade| p5-Lingua-EN-MatchNames-1.12:"/usr/ports/tep5-Lingua-EN-NameCase-1.13" non-existent -- dependency list incomplete xtproc/p5-Text-Metaphone /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5 /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5: malformed entry: xtproc/p5-Text-Metaphone /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5 /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5| p5-XML-DOM-1.42:"/usr/portp5-XML-DT-0.20" non-existent -- dependency list incomplete s/lang/perl5: malformed entry: s/lang/perl5| p5-xmltv-0.5.8:"/usr/ports/x11-toolkits/p5-Tk-Tablpar-1.52" non-existent -- dependency list incomplete p5-xmltv-0.5.8:"" non-existent -- dependency list incomplete p5-xmltv-0.5.8:"Paragraph" non-existent -- dependency list incomplete p5-xmltv-0.5.8:"reformatter" non-existent -- dependency list incomplete p5-xmltv-0.5.8:"for" non-existent -- dependency list incomplete p5-xmltv-0.5.8:"email" non-existent -- dependency list incomplete p5-xmltv-0.5.8:"" non-existent -- dependency list incomplete eMatrix /usr/local/lib/perl5/site_perl/5.6.1/Lingua/Preferred.pm:/usr/ports/textpro= c/p5-Lingua-Preferred /usr/local/lib/perl5/site_perl/5.6.1/Memoize.pm:/usr= /ports/devel/p5-Memoize /usr/local/lib/perl5/site_perl/5.6.1/mach/Compress= /Zlib.pm:/usr/ports/archivers/p5-Compress-Zlib /usr/local/lib/perl5/site_p= erl/5.6.1/Lingua/EN/Numbers/Ordinate.pm:/usr/ports/textproc/p5-Lingua-EN-Nu= mbers-Ordinate /usr/local/lib/perl5/site_perl/5.6.1/mach/Unicode/CharName.= pm:/usr/ports/converters/p5-Unicode-String /usr/local/bin/perl5.6.1:/usr/po= rts/lang/perl5: malformed entry: eMatrix /usr/local/lib/perl5/site_perl/5.6= .1/Lingua/Preferred.pm:/usr/ports/textproc/p5-Lingua-Preferred /usr/local/= lib/perl5/site_perl/5.6.1/Memoize.pm:/usr/ports/devel/p5-Memoize /usr/loca= l/lib/perl5/site_perl/5.6.1/mach/Compress/Zlib.pm:/usr/ports/archivers/p5-C= ompress-Zlib /usr/local/lib/perl5/site_perl/5.6.1/Lingua/EN/Numbers/Ordina= te.pm:/usr/ports/textproc/p5-Lingua-EN-Numbers-Ordinate /usr/local/lib/per= l5/site_perl/5.6.1/mach/Unicode/CharName.pm:/usr/ports/converters/p5-Unicod= e-String /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5||/usr/local/lib/per= l5/site_perl/5.6.1/Date/Manip.pm:/usr/ports/devel/p5-Date-Manip /usr/local= /lib/perl5/site_perl/5.6.1/XML/Simple.pm:/usr/ports/textproc/p5-XML-Simple = /usr/local/lib/perl5/site_perl/5.6.1/XML/Twig.pm:/usr/ports/textproc/p5-XM= L-Twig /usr/local/lib/perl5/site_perl/5.6.1/XML/Writer.pm:/usr/ports/textp= roc/p5-XML-Writer /usr/local/lib/perl5/site_perl/5.6.1/CGI.pm:/usr/ports/w= ww/p5-CGI.pm /usr/local/lib/perl5/site_perl/5.6.1/mach/HTML/Parser.pm:/usr= /ports/www/p5-HTML-Parser /usr/local/lib/perl5/site_perl/5.6.1/HTML/TableE= xtract.pm:/usr/ports/www/p5-HTML-TableExtract /usr/local/lib/perl5/site_pe= rl/5.6.1/HTML/Tree.pm:/usr/ports/www/p5-HTML-Tree /usr/local/lib/perl5/sit= e_perl/5.6.1/LWP.pm:/usr/ports/www/p5-libwww /usr/local/lib/perl5/site_per= l/5.6.1/mach/Tk/TableMatrix.pm:/usr/ports/x11-toolkits/p5-Tk-TableMatrix /u= sr/local/lib/perl5/site_perl/5.6.1/Lingua/Preferred.pm:/usr/ports/textproc/= p5-Lingua-Preferred /usr/local/lib/perl5/site_perl/5.6.1/Memoize.pm:/usr/p= orts/devel/p5-Memoize /usr/local/lib/perl5/site_perl/5.6.1/mach/Compress/Z= lib.pm:/usr/ports/archivers/p5-Compress-Zlib /usr/local/lib/perl5/site_per= l/5.6.1/Lingua/EN/Numbers/Ordinate.pm:/usr/ports/textproc/p5-Lingua-EN-Numb= ers-Ordinate /usr/local/lib/perl5/site_perl/5.6.1/mach/Unicode/CharName.pm= :/usr/ports/converters/p5-Unicode-String /usr/local/bin/perl5.6.1:/usr/port= s/lang/perl5 /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5| epiphany-0.7.0:"" non-existent -- dependency list incomplete epiphany-0.7.0:"/usr/portzh-frontpage-5.0.2.2623" non-existent -- dependency list incomplete s/devel/bonobo-activation bonobo-2.0:/usr/ports/devel/libbonobo gconf-2.5:/usr/ports/devel/gconf2 gnomevfs-2.0:/usr/ports/devel/gnomevfs2 gailutil.17:/usr/ports/x11-toolkits/gail gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2 gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui gnome-desktop-2.3:/usr/ports/x11/gnomedesktop rsvg-2.4:/usr/ports/graphics/librsvg2 eel-2.4:/usr/ports/x11-toolkits/eel2 nautilus.2:/usr/ports/x11-fm/nautilus2 metacity-private.0:/usr/ports/x11-wm/metacity gnome-window-settings.1:/usr/ports/sysutils/gnomecontrolcenter2=20 gsf-1.9:/usr/ports/devel/libgsf: malformed entry: s/devel/bonobo-activation bonobo-2.0:/usr/ports/devel/libbonobo gconf-2.5:/usr/ports/devel/gconf2 gnomevfs-2.0:/usr/ports/devel/gnomevfs2 gailutil.17:/usr/ports/x11-toolkits/gail gnomecanvas-2.200:/usr/ports/graphics/libgnomecanvas art_lgpl_2.5:/usr/ports/graphics/libart_lgpl2 gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui gnome-desktop-2.3:/usr/ports/x11/gnomedesktop rsvg-2.4:/usr/ports/graphics/librsvg2 eel-2.4:/usr/ports/x11-toolkits/eel2 nautilus.2:/usr/ports/x11-fm/nautilus2 metacity-private.0:/usr/ports/x11-wm/metacity gnome-window-settings.1:/usr/ports/sysutils/gnomecontrolcenter2=20 gsf-1.9:/usr/ports/devel/libgsf|/usr/X11R6/lib/mozilla-gtk2/components/libw= idget_gtk2.so:/usr/ports/www/mozilla-gtk2 /usr/X11R6/share/gnome/.keep_me= :/usr/ports/misc/gnomehier /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.= 0.pc:/usr/ports/misc/gnomemimedata pkg-config:/u= sr/ports/devel/pkgconfig | p5-Bundle-Sledge-0.02:"" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"Perl" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"module" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"intended" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"to" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"make" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"it" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"easier" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"to" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"create" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"reusable" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"web" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"apps" non-existent -- dependency list incomplete p5-Bundle-Sledge-0.02:"" non-existent -- dependency list incomplete ch/Digest/SHA1.pm:/usr/ports/security/p5-Digest-SHA1 /usr/local/lib/perl5/site_perl/5.6.1/File/Temp.pm:/usr/ports/devel/p5-File-= Temp /usr/local/lib/perl5/site_perl/5.6.1/HTML/FillInForm.pm:/usr/ports/www= /p5-HTML-FillInForm /usr/local/lib/perl5/site_perl/5.6.1/HTML/Template.pm:/= usr/ports/www/p5-HTML-Template /usr/local/lib/perl5/site_perl/5.6.1/HTML/St= ickyQuery.pm:/usr/ports/www/p5-HTML-StickyQuery /usr/local/lib/perl5/site_p= erl/5.6.1/IO/Stringy.pm:/usr/ports/devel/p5-IO-stringy /usr/local/lib/perl5= /site_perl/5.6.1/mach/Jcode.pm:/usr/ports/japanese/p5-Jcode /usr/local/lib/= perl5/site_perl/5.6.1/Test/Simple.pm:/usr/ports/devel/p5-Test-Simple /usr/l= ocal/lib/perl5/site_perl/5.6.1/Test/Harness.pm:/usr/ports/devel/p5-Test-Har= ness /usr/local/lib/perl5/site_perl/5.6.1/mach/Time/HiRes.pm:/usr/ports/dev= el/p5-Time-HiRes /usr/local/lib/perl5/site_perl/5.6.1/URI.pm:/usr/ports/net= /p5-URI /usr/local/lib/perl5/site_perl/5.6.1/mach/Template.pm:/usr/ports/ww= w/p5-Template-Toolkit /usr/local/lib/perl5/site_perl/5.6.1/Data/Properties.= pm:/usr/ports/devel/p5-Data-Properties /usr/local/lib/perl5/site_perl/5.6.1= /Error.pm:/usr/ports/lang/p5-Error /usr/local/lib/perl5/site_perl/5.6.1/LWP= .pm:/usr/ports/www/p5-libwww /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5= : malformed entry: ch/Digest/SHA1.pm:/usr/ports/security/p5-Digest-SHA1 /us= r/local/lib/perl5/site_perl/5.6.1/File/Temp.pm:/usr/ports/devel/p5-File-Tem= p /usr/local/lib/perl5/site_perl/5.6.1/HTML/FillInForm.pm:/usr/ports/www/p5= -HTML-FillInForm /usr/local/lib/perl5/site_perl/5.6.1/HTML/Template.pm:/usr= /ports/www/p5-HTML-Template /usr/local/lib/perl5/site_perl/5.6.1/HTML/Stick= yQuery.pm:/usr/ports/www/p5-HTML-StickyQuery /usr/local/lib/perl5/site_perl= /5.6.1/IO/Stringy.pm:/usr/ports/devel/p5-IO-stringy /usr/local/lib/perl5/si= te_perl/5.6.1/mach/Jcode.pm:/usr/ports/japanese/p5-Jcode /usr/local/lib/per= l5/site_perl/5.6.1/Test/Simple.pm:/usr/ports/devel/p5-Test-Simple /usr/loca= l/lib/perl5/site_perl/5.6.1/Test/Harness.pm:/usr/ports/devel/p5-Test-Harnes= s /usr/local/lib/perl5/site_perl/5.6.1/mach/Time/HiRes.pm:/usr/ports/devel/= p5-Time-HiRes /usr/local/lib/perl5/site_perl/5.6.1/URI.pm:/usr/ports/net/p5= -URI /usr/local/lib/perl5/site_perl/5.6.1/mach/Template.pm:/usr/ports/www/p= 5-Template-Toolkit /usr/local/lib/perl5/site_perl/5.6.1/Data/Properties.pm:= /usr/ports/devel/p5-Data-Properties /usr/local/lib/perl5/site_perl/5.6.1/Er= ror.pm:/usr/ports/lang/p5-Error /usr/local/lib/perl5/site_perl/5.6.1/LWP.pm= :/usr/ports/www/p5-libwww /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5||/= usr/local/lib/perl5/site_perl/5.6.1/mach/Apache/Request.pm:/usr/ports/www/p= 5-libapreq /usr/local/lib/perl5/site_perl/5.6.1/Apache/Reload.pm:/usr/ports= /www/p5-Apache-Reload /usr/local/lib/perl5/site_perl/5.6.1/Test/Inline.pm:/= usr/ports/devel/p5-Test-Inline /usr/local/lib/perl5/site_perl/5.6.1/Carp/As= sert.pm:/usr/ports/devel/p5-Carp-Assert /usr/local/lib/perl5/site_perl/5.6.= 1/Class/Fields.pm:/usr/ports/devel/p5-Class-Fields /usr/local/lib/perl5/sit= e_perl/5.6.1/Class/Accessor.pm:/usr/ports/devel/p5-Class-Accessor /usr/loca= l/lib/perl5/site_perl/5.6.1/Class/Data/Inheritable.pm:/usr/ports/devel/p5-C= lass-Data-Inheritable /usr/local/lib/perl5/site_perl/5.6.1/Class/Singleton.= pm:/usr/ports/devel/p5-Class-Singleton /usr/local/lib/perl5/site_perl/5.6.1= /Class/Trigger.pm:/usr/ports/devel/p5-Class-Trigger /usr/local/lib/perl5/si= te_perl/5.6.1/mach/Digest/SHA1.pm:/usr/ports/security/p5-Digest-SHA1 /usr/l= ocal/lib/perl5/site_perl/5.6.1/File/Temp.pm:/usr/ports/devel/p5-File-Temp /= usr/local/lib/perl5/site_perl/5.6.1/HTML/FillInForm.pm:/usr/ports/www/p5-HT= ML-FillInForm /usr/local/lib/perl5/site_perl/5.6.1/HTML/Template.pm:/usr/po= rts/www/p5-HTML-Template /usr/local/lib/perl5/site_perl/5.6.1/HTML/StickyQu= ery.pm:/usr/ports/www/p5-HTML-StickyQuery /usr/local/lib/perl5/site_perl/5.= 6.1/IO/Stringy.pm:/usr/ports/devel/p5-IO-stringy /usr/local/lib/perl5/site_= perl/5.6.1/mach/Jcode.pm:/usr/ports/japanese/p5-Jcode /usr/local/lib/perl5/= site_perl/5.6.1/Test/Simple.pm:/usr/ports/devel/p5-Test-Simple /usr/local/l= ib/perl5/site_perl/5.6.1/Test/Harness.pm:/usr/ports/devel/p5-Test-Harness /= usr/local/lib/perl5/site_perl/5.6.1/mach/Time/HiRes.pm:/usr/ports/devel/p5-= Time-HiRes /usr/local/lib/perl5/site_perl/5.6.1/URI.pm:/usr/ports/net/p5-UR= I /usr/local/lib/perl5/site_perl/5.6.1/mach/Template.pm:/usr/ports/www/p5-T= emplate-Toolkit /usr/local/lib/perl5/site_perl/5.6.1/Data/Properties.pm:/us= r/ports/devel/p5-Data-Properties /usr/local/lib/perl5/site_perl/5.6.1/Error= .pm:/usr/ports/lang/p5-Error /usr/local/lib/perl5/site_perl/5.6.1/LWP.pm:/u= sr/ports/www/p5-libwww /usr/local/bin/perl5.6.1:/usr/ports/lang/perl5| libgnome-2.2.2:"" non-existent -- dependency list incomplete nfig:/usr/ports/textproc/scrollkeeper =20 /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier=20 /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc:/usr/ports/misc/gnomemi= medata pkg-config:/usr/ports/devel/pkgconfig: malformed entry= : nfig:/usr/ports/textproc/scrollkeeper /usr/X11R6/share/gnome/.keep_me:/= usr/ports/misc/gnomehier /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.= pc:/usr/ports/misc/gnomemimedata pkg-config:/usr/ports/devel/= pkgconfig| gnome-commander-0.9.7:"/usr/ports/misc/gkrusader-1.20" non-existent -- dependency list incomplete nomemimedata pkg-config:/usr/ports/devel/pkgconfig: malformed entry: nomemimedata pkg-config:/usr/ports/devel/pkgconfig| make_index: xcdroast-0.98.a.14: no entry for /usr/ports/devel/pkgconfig make_index: xcdroast-0.98.a.14: no entry for /usr/ports/devel/pkgconfig make_index: geramik-0.17_1: no entry for /usr/ports/devel/pkgconfig make_index: geramik-0.17_1: no entry for /usr/ports/devel/pkgconfig make_index: p5-XML-DOM-1.42: no entry for /usr/ports/textproc/p5-XML-DT make_index: p5-XML-DOM-1.42: no entry for /usr/ports/textproc/p5-XML-DT make_index: xmms-finespectrum-1.0.1.a: no entry for /usr/ports/devel/pkgconfig make_index: xmms-finespectrum-1.0.1.a: no entry for /usr/ports/devel/pkgconfig make_index: gswitchit-2.3.1_1: no entry for /usr/ports/devel/pkgconfig make_index: gswitchit-2.3.1_1: no entry for /usr/ports/devel/pkgconfig make_index: gnomespell-1.0.4: no entry for /usr/ports/devel/pkgconfig make_index: gnomespell-1.0.4: no entry for /usr/ports/devel/pkgconfig make_index: cnslock-1.02: no entry for /usr/ports/devel/pkgconfig make_index: cnslock-1.02: no entry for /usr/ports/devel/pkgconfig make_index: sambasentinel-0.1: no entry for /usr/ports/devel/pkgconfig make_index: sambasentinel-0.1: no entry for /usr/ports/devel/pkgconfig make_index: gtksql-0.3_1: no entry for /usr/ports/devel/pkgconfig make_index: gtksql-0.3_1: no entry for /usr/ports/devel/pkgconfig make_index: xdelta-1.1.3: no entry for /usr/ports/devel/pkgconfig make_index: xdelta-1.1.3: no entry for /usr/ports/devel/pkgconfig make_index: oregano-0.23: no entry for /usr/ports/devel/pkgconfig make_index: oregano-0.23: no entry for /usr/ports/x11/libpanel make_index: oregano-0.23: no entry for /usr/ports/devel/pkgconfig make_index: oregano-0.23: no entry for /usr/ports/x11/libpanel make_index: TekNap-gtk-1.3.g: no entry for /usr/ports/devel/pkgconfig make_index: TekNap-gtk-1.3.g: no entry for /usr/ports/devel/pkgconfig make_index: gnomecontrolcenter-1.4.0.5_1: no entry for /usr/ports/devel/pkgconfig make_index: gnomecontrolcenter-1.4.0.5_1: no entry for /usr/ports/devel/pkgconfig make_index: yank-0.2.0: no entry for /usr/ports/devel/pkgconfig make_index: yank-0.2.0: no entry for /usr/ports/x11/libpanel make_index: yank-0.2.0: no entry for /usr/ports/devel/pkgconfig make_index: yank-0.2.0: no entry for /usr/ports/x11/libpanel .... (many more 'no entry' errors) done [Updating the portsdb in /usr/ports ... - 8846 port entries found .........1000.........2000.........3000.........4000.........5000.........6= 000.........7000.........8000........ ..... done] Cleaning out /usr/ports/*/*/work... done. ---> Updating the pkgdb *** It is unlikely that it is just my machines that are messed up, since they are configured quite differently. Is anyone else experiencing problems like the ones I'm seeing? --=20 Adam From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 18:54:45 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D9237B401 for ; Fri, 20 Jun 2003 18:54:45 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE8D43FB1 for ; Fri, 20 Jun 2003 18:54:45 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1F18966CFB; Fri, 20 Jun 2003 18:54:45 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id F05E28D0; Fri, 20 Jun 2003 18:54:44 -0700 (PDT) Date: Fri, 20 Jun 2003 18:54:44 -0700 From: Kris Kennaway To: Adam Message-ID: <20030621015444.GB62479@rot13.obsecurity.org> References: <1056160102.65264.39.camel@jake> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0eh6TmSyL6TZE2Uz" Content-Disposition: inline In-Reply-To: <1056160102.65264.39.camel@jake> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 01:54:46 -0000 --0eh6TmSyL6TZE2Uz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jun 20, 2003 at 09:48:22PM -0400, Adam wrote: > It is unlikely that it is just my machines that are messed up, since > they are configured quite differently. I think it's likely to be a local problem on your systems - perhaps something you've configured on both machines. > Is anyone else experiencing problems like the ones I'm seeing? No, the INDEX build I run every 2 hours is completing successfully. When they occur, failure reports are sent to ports@. Kris --0eh6TmSyL6TZE2Uz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+87rjWry0BWjoQKURAiGEAKDSY0nZo/UvVGLqawbJX/iZB0kqIwCdGvj6 1UjAQByZk9NrakhwKf3Btxg= =Snxa -----END PGP SIGNATURE----- --0eh6TmSyL6TZE2Uz-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 19:50:40 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F47537B401 for ; Fri, 20 Jun 2003 19:50:40 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B17843FAF for ; Fri, 20 Jun 2003 19:50:39 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 23109 invoked by uid 65534); 21 Jun 2003 02:50:37 -0000 Received: from dsl-cust-203.openweb.ca (EHLO [64.39.186.203]) (64.39.186.203) by mail.gmx.net (mp012) with SMTP; 21 Jun 2003 04:50:37 +0200 From: Adam To: Kris Kennaway In-Reply-To: <20030621015444.GB62479@rot13.obsecurity.org> References: <1056160102.65264.39.camel@jake> <20030621015444.GB62479@rot13.obsecurity.org> Content-Type: text/plain Message-Id: <1056163837.65264.43.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 20 Jun 2003 22:50:37 -0400 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 02:50:40 -0000 On Fri, 2003-06-20 at 21:54, Kris Kennaway wrote: > I think it's likely to be a local problem on your systems - perhaps > something you've configured on both machines. I doubt that it's a configuration problem. My ports are completely generic (I don't even have a refuse file). I just removed /usr/ports and re-cvsup'ed and rebuilt the INDEX, and I still get some errors: *** ---> Checking the package registry database Updating the ports index ... ruby-libglade-0.31,1:"" non-existent -- dependency list incomplete ruby-libglade-0.31,1:"/usr/ports/www/gruby-libgtop-0.1.0_1" non-existent -- dependency list incomplete libwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel : malformed entry: libwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel |/usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4/gtk.so:/usr/ports/x11-toolkits/ruby-gtk /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4/gnome.so:/usr/ports/x11/ruby-gnome /usr/local/bin/ruby:/usr/ports/lang/ruby /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier pkg-config:/usr/ports/devel/pkgconfig| tsclient-0.106:"" non-existent -- dependency list incomplete tsclient-0.106:"/usr/ports/graphics/libart_lgplttlscan-0.1.1" non-existent -- dependency list incomplete 2 gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui gnome-desktop-2.3:/usr/ports/x11/gnomedesktop wnck-1.9:/usr/ports/x11-toolkits/libwnck panel-applet-2.0:/usr/ports/x11/gnomepanel : malformed entry: 2 gnome-2.200:/usr/ports/x11/libgnome bonoboui-2.0:/usr/ports/x11-toolkits/libbonoboui gnomeui-2.200:/usr/ports/x11-toolkits/libgnomeui gnome-desktop-2.3:/usr/ports/x11/gnomedesktop wnck-1.9:/usr/ports/x11-toolkits/libwnck panel-applet-2.0:/usr/ports/x11/gnomepanel |rdesktop:/usr/ports/net/rdesktop /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc:/usr/ports/misc/gnomemimedata pkg-config:/usr/ports/devel/pkgconfig| make_index: tsclient-0.106: no entry for /usr/local make_index: tsclient-0.106: no entry for /usr/local make_index: ruby-libglade-0.31,1: no entry for /usr/local make_index: ruby-libglade-0.31,1: no entry for /usr/local done *** This was on my 4.8 box. I'll attempt doing the same on my 5.1 box. Any ideas what might be causing this? -- Adam From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 19:56:30 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC76E37B401 for ; Fri, 20 Jun 2003 19:56:30 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29ED443F3F for ; Fri, 20 Jun 2003 19:56:30 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 73F4866E2B; Fri, 20 Jun 2003 19:56:29 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 477D678B; Fri, 20 Jun 2003 19:56:29 -0700 (PDT) Date: Fri, 20 Jun 2003 19:56:29 -0700 From: Kris Kennaway To: Adam Message-ID: <20030621025628.GA63774@rot13.obsecurity.org> References: <1056160102.65264.39.camel@jake> <20030621015444.GB62479@rot13.obsecurity.org> <1056163837.65264.43.camel@jake> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <1056163837.65264.43.camel@jake> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org cc: Kris Kennaway Subject: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 02:56:31 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jun 20, 2003 at 10:50:37PM -0400, Adam wrote: > Any ideas what might be causing this? Nope. Kris --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+88lcWry0BWjoQKURAgIEAKCTXiSGvru8rAtDAZLvvED5IaYlIQCdEUPb mXn4JMqrd1ld7dghojMkXOM= =UuK7 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 20:28:01 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D206537B401 for ; Fri, 20 Jun 2003 20:28:01 -0700 (PDT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id BBB2943FBD for ; Fri, 20 Jun 2003 20:28:00 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 6980 invoked by uid 65534); 21 Jun 2003 03:27:59 -0000 Received: from dsl-cust-203.openweb.ca (EHLO [64.39.186.203]) (64.39.186.203) by mail.gmx.net (mp005) with SMTP; 21 Jun 2003 05:27:59 +0200 From: Adam To: freebsd-ports@freebsd.org In-Reply-To: <1056163837.65264.43.camel@jake> References: <1056160102.65264.39.camel@jake> <20030621015444.GB62479@rot13.obsecurity.org> <1056163837.65264.43.camel@jake> Content-Type: text/plain Message-Id: <1056166078.65264.48.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 20 Jun 2003 23:27:59 -0400 Content-Transfer-Encoding: 7bit Subject: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 03:28:02 -0000 On Fri, 2003-06-20 at 22:50, Adam wrote: > This was on my 4.8 box. I'll attempt doing the same on my 5.1 box. Ok, I deleted /usr/ports on my 5.1 box and ran my update script. Still getting errors. *** ..... stockticker_applet-0.2.2_2:"" non-existent -- dependency list incomplete stockticker_applet-0.2.2_2:"" non-existent -- dependency list incomplete libwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel : malformed entry: libwww.1:/usr/ports/www/glibwww gtkhtml-1.1.3:/usr/ports/www/gtkhtml panel_applet.5:/usr/ports/x11/libpanel | /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier pkg-config:/usr/ports/devel/pkgconfig| gnome-themes-2.2.2:"" non-existent -- dependency list incomplete -engines-2.pc:/usr/ports/x11-toolkits/gtk-engines2 pkg-config:/usr/ports/devel/pkgconfig: malformed entry: -engines-2.pc:/usr/ports/x11-toolkits/gtk-engines2 pkg-config:/usr/ports/devel/pkgconfig| make_index: stockticker_applet-0.2.2_2: no entry for /usr/X11R6 make_index: stockticker_applet-0.2.2_2: no entry for /usr/X11R6 make_index: arm-rtems-g77-3.2.1: no entry for /usr/ports/devel/arm-rtems-gcc make_index: arm-rtems-g77-3.2.1: no entry for /usr/ports/devel/arm-rtems-gcc make_index: totem-0.99.0_1: no entry for /usr/local make_index: totem-0.99.0_1: no entry for /usr/local make_index: arm-rtems-gcj-3.2.1: no entry for /usr/ports/devel/arm-rtems-gcc make_index: arm-rtems-gcj-3.2.1: no entry for /usr/ports/devel/arm-rtems-gcc make_index: gnome2-fifth-toe-2.2.1_6: no entry for /usr/ports/mail/balsa2 make_index: ja-xemacs-devel-mule-canna+wnn6-21.5.b13: no entry for /usr/ports/japanese/xemacs-devel-freewnn make_index: ja-xemacs-devel-mule-canna+wnn6-21.5.b13: no entry for /usr/ports/japanese/xemacs-devel-freewnn make_index: gnome-themes-2.2.2: no entry for /usr/ports/x11-toolkits/gnome-themes-extras make_index: gnome-themes-2.2.2: no entry for /usr/ports/x11-toolkits/gnome-themes-extras make_index: p5-HTML-Mason-1.19_1: no entry for /usr/ports/www/p5-HTML-Navigation make_index: p5-HTML-Mason-1.19_1: no entry for /usr/ports/www/p5-HTML-Navigation make_index: arm-rtems-objc-3.2.1: no entry for /usr/ports/devel/arm-rtems-gcc make_index: arm-rtems-objc-3.2.1: no entry for /usr/ports/devel/arm-rtems-gcc make_index: dvdrip-0.50.13: no entry for /usr/ports/multimedia/dvts make_index: dvdrip-0.50.13: no entry for /usr/ports/multimedia/dvts make_index: dvdrip-0.50.13: no entry for /usr/ports/multimedia/transcode make_index: anjuta-1.0.2: no entry for /usr/local make_index: anjuta-1.0.2: no entry for /usr/local make_index: balsa-1.4.4: no entry for /usr/X11R6 make_index: balsa-1.4.4: no entry for /usr/X11R6 done *** I have no idea what could be causing this. Perhaps a bug in one of the commands I use in my update script? I can't imagine a more generic ports setup than what I have here. I'm not using any refuse file, custom compile rules, shared distfiles, or anything else. It's all pretty much out-of-the-box. -- Adam From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 20:48:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C68237B401 for ; Fri, 20 Jun 2003 20:48:33 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id EF33343FA3 for ; Fri, 20 Jun 2003 20:48:31 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 25216 invoked by uid 65534); 21 Jun 2003 03:48:30 -0000 Received: from dsl-cust-203.openweb.ca (EHLO [64.39.186.203]) (64.39.186.203) by mail.gmx.net (mp027) with SMTP; 21 Jun 2003 05:48:30 +0200 From: Adam To: Kris Kennaway In-Reply-To: <20030621025628.GA63774@rot13.obsecurity.org> References: <1056160102.65264.39.camel@jake> <20030621015444.GB62479@rot13.obsecurity.org> <1056163837.65264.43.camel@jake> <20030621025628.GA63774@rot13.obsecurity.org> Content-Type: text/plain Message-Id: <1056167309.65264.51.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 20 Jun 2003 23:48:29 -0400 Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 03:48:33 -0000 On Fri, 2003-06-20 at 22:56, Kris Kennaway wrote: > > Any ideas what might be causing this? > > Nope. http://www.freebsdforums.com/forums/showthread.php?s=22157f1968a468b0377f5bfcf13fc1e4&threadid=10942&perpage=15&highlight=makeindex&pagenumber=1 This was posted just 8 days ago. Ironically, he mentions running 'portsdb -Uu' and 'pkgdb -u' when getting the make_index error as well. Perhaps this is a clue? 'pkgdb -F' on both machines report no errors/warnings. I'm stumped. -- Adam From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 21:51:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B37D37B401 for ; Fri, 20 Jun 2003 21:51:15 -0700 (PDT) Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 351FD43F3F for ; Fri, 20 Jun 2003 21:51:15 -0700 (PDT) (envelope-from giffunip@yahoo.com) Message-ID: <20030621045115.77066.qmail@web13408.mail.yahoo.com> Received: from [200.91.194.102] by web13408.mail.yahoo.com via HTTP; Sat, 21 Jun 2003 06:51:15 CEST Date: Sat, 21 Jun 2003 06:51:15 +0200 (CEST) From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-509650919-1056171075=:77024" Content-Transfer-Encoding: 8bit Subject: Fwd: Re: [Oberon] Sources?? (was port request: lazarus) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 21 Jun 2003 04:51:15 -0000 --0-509650919-1056171075=:77024 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Hi again; This is one of those native ports we SHOULD have .. there has been a Linux version for ages* and there's also a Darwin version, so all we need is someone interested that wants to find how those other versions got started and follow their steps. http://www.oberon.ethz.ch/ ________________ * We carry the linux version in our tree but AFAIK it's broken. ______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/ --0-509650919-1056171075=:77024 Content-Type: message/rfc822 X-Apparently-To: giffunip@yahoo.com via 216.136.175.59; 20 Jan 2003 14:44:31 -0800 (PST) X-Track: 1: 100 Return-Path: Received: from 194.230.0.18 (EHLO freesurfmail.sunrise.ch) (194.230.0.18) by mta198.mail.scd.yahoo.com with SMTP; 20 Jan 2003 14:44:31 -0800 (PST) Received: from alumni.ethz.ch (62.167.155.144) by freesurfmail.sunrise.ch (6.0.055) id 3E2AB097000374A2; Mon, 20 Jan 2003 23:44:30 +0100 Date: Mon, 20 Jan 2003 23:45:16 +0100 From: Pieter Muller User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: oberon@inf.ethz.ch, giffunip@yahoo.com Subject: Re: [Oberon] Sources?? References: <20030111001705.18789.qmail@web13404.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Length: 514 Pedro F. Giffuni wrote: > I read (and liked) the license, but I can't find the > sources anywhere. ftp://ftp.inf.ethz.ch/pub/ETHOberon > What are the requirements to port > Oberon to a new platform? 1. Write a compiler backend (if it doesn't exist yet) 2. Write a linker 3. Write a boot loader 4. Port the Kernel, drivers and other low-level modules (~8 modules) P.S. Please subscribe to the oberon@inf list if you would like to continue this thread. See http://www.lists.inf.ethz.ch/mailman/listinfo/oberon --0-509650919-1056171075=:77024-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 22:19:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B7337B401; Fri, 20 Jun 2003 22:19:58 -0700 (PDT) Received: from mail.onego.ru (mail.onego.ru [195.161.136.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0BC43FBD; Fri, 20 Jun 2003 22:19:57 -0700 (PDT) (envelope-from danilevsky@onego.ru) Received: from onego.ru ([195.161.137.184]) by mail.onego.ru (8.12.9/8.12.5) with ESMTP id h5L5JrcW011784; Sat, 21 Jun 2003 09:19:54 +0400 Message-ID: <3EF42307.90702@onego.ru> Date: Sat, 21 Jun 2003 09:19:03 +0000 From: Alexey User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20021125 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: gnome@freebsd.org, ports@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't build gimp 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: Sat, 21 Jun 2003 05:19:58 -0000 Hello! I have tried to build the gimp port for several times. I could not do this. Here is the output I got: #make > The Gimp has the following tunable option(s): > > WITHOUT_PRINT=yes Turns off GIMP printing > > ===> Extracting for gimp-1.2.5,1 > >> Checksum OK for gimp-1.2.5.tar.bz2. > >> Checksum OK for mpeg_lib-1.3.1.tar.gz. > ===> Patching for gimp-1.2.5,1 > ===> Applying FreeBSD patches for gimp-1.2.5,1 > File to patch: > No file found--skip this patch? [n] y > 2 out of 2 hunks ignored--saving rejects to > plug-ins/print/print-escp2.c.rej > >> Patch patch-plug-ins_print_print-escp2_c failed to apply cleanly. > >> Patch(es) patch-..::mpeg_lib-1.3.1::Makefile.in > patch-..::mpeg_lib-1.3.1::video.c patch-aa patch-ab patch-ac patch-ae > patch-am patch-configure patch-gimptool-1.2.in > patch-libgimp::Makefile.in patch-plug-ins::libgck::gck::Makefile.in > patch-plug-ins_Makefile.in applied cleanly. > *** Error code 1 > > Stop in /usr/ports/graphics/gimp1. I do not know what file to patch. May be you can tell me? And this does not depend on FreeBSD version. I tried to install this port on 4.8 and 5.1 and got the same result. And here is my uname command output: #uname -a > > FreeBSD localhost.onego.ru 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun > 19 21:54:42 MSD 2003 > root@localhost.onego.ru:/usr/src/sys/i386/compile/KERNEL-1.1 i386 Please help me. Where I am wrong? Alexey. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 22:25:46 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB1537B401; Fri, 20 Jun 2003 22:25:46 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4676543FD7; Fri, 20 Jun 2003 22:25:45 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h5L5O193003746; Sat, 21 Jun 2003 01:24:01 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h5L5L5V8029354; Sat, 21 Jun 2003 01:21:05 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Alexey In-Reply-To: <3EF42307.90702@onego.ru> References: <3EF42307.90702@onego.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-5HqTPgam1Ct3h0Hok5/a" Organization: MarcusCom, Inc. Message-Id: <1056173138.95199.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 21 Jun 2003 01:25:38 -0400 X-Spam-Status: No, hits=-8.9 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users cc: ports@freebsd.org Subject: Re: Can't build gimp 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: Sat, 21 Jun 2003 05:25:46 -0000 --=-5HqTPgam1Ct3h0Hok5/a Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-06-21 at 05:19, Alexey wrote: > Hello! > I have tried to build the gimp port for several times. I could not do=20 > this. Here is the output I got: >=20 > #make >=20 > > The Gimp has the following tunable option(s): > > > > WITHOUT_PRINT=3Dyes Turns off GIMP printing > > > > =3D=3D=3D> Extracting for gimp-1.2.5,1 > > >> Checksum OK for gimp-1.2.5.tar.bz2. > > >> Checksum OK for mpeg_lib-1.3.1.tar.gz. > > =3D=3D=3D> Patching for gimp-1.2.5,1 > > =3D=3D=3D> Applying FreeBSD patches for gimp-1.2.5,1 > > File to patch: > > No file found--skip this patch? [n] y > > 2 out of 2 hunks ignored--saving rejects to=20 > > plug-ins/print/print-escp2.c.rej > > >> Patch patch-plug-ins_print_print-escp2_c failed to apply cleanly. > > >> Patch(es) patch-..::mpeg_lib-1.3.1::Makefile.in=20 > > patch-..::mpeg_lib-1.3.1::video.c patch-aa patch-ab patch-ac patch-ae=20 > > patch-am patch-configure patch-gimptool-1.2.in=20 > > patch-libgimp::Makefile.in patch-plug-ins::libgck::gck::Makefile.in=20 > > patch-plug-ins_Makefile.in applied cleanly. > > *** Error code 1 > > > > Stop in /usr/ports/graphics/gimp1. >=20 >=20 > I do not know what file to patch. May be you can tell me? > And this does not depend on FreeBSD version. I tried to install this=20 > port on 4.8 and 5.1 and got the same result. Remove /usr/ports/graphics/gimp1, then re-cvsup your ports tree. After that, you should be set. Joe >=20 > And here is my uname command output: >=20 > #uname -a >=20 > > > > FreeBSD localhost.onego.ru 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun=20 > > 19 21:54:42 MSD 2003 =20 > > root@localhost.onego.ru:/usr/src/sys/i386/compile/KERNEL-1.1 i386 >=20 >=20 > Please help me. Where I am wrong? >=20 > Alexey. >=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 --=-5HqTPgam1Ct3h0Hok5/a Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA+8+xSb2iPiv4Uz4cRArWuAJsE67rTIk4XnkQq2YYAfBhI2vV3XwCfR/Qg YW3aa14Dm3ldwNiTK+CzOfc= =2L0l -----END PGP SIGNATURE----- --=-5HqTPgam1Ct3h0Hok5/a-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 20 23:14:47 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D112437B401 for ; Fri, 20 Jun 2003 23:14:47 -0700 (PDT) Received: from blitzen.qlo.com (blitzen.qlo.com [142.165.150.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E419D43FB1 for ; Fri, 20 Jun 2003 23:14:46 -0700 (PDT) (envelope-from shurd@sasktel.net) Received: from sharon (hssx-yktn-59-202.sasknet.sk.ca [142.165.59.202]) by mail.qlo.com (SaskTel eMessaging Service) with ESMTPA id <0HGT00MP6IIKT9@mail.qlo.com> for freebsd-ports@freebsd.org; Sat, 21 Jun 2003 00:11:09 -0600 (CST) Date: Sat, 21 Jun 2003 00:11:08 -0600 From: Stephen Hurd In-reply-to: <3EF42307.90702@onego.ru> To: freebsd-ports@freebsd.org Message-id: <20030621001108.3f5d64a7.shurd@sasktel.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <3EF42307.90702@onego.ru> Subject: Re: Can't build gimp 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: Sat, 21 Jun 2003 06:14:48 -0000 On Sat, 21 Jun 2003 09:19:03 +0000 Alexey wrote: > Hello! > I have tried to build the gimp port for several times. I could not do > this. Here is the output I got: Speaking again of gimp1... the distribution file has moved on all the mirrors now... not sure if that's bee caught or not yet. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 05:31:49 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88A537B401; Sat, 21 Jun 2003 05:31:49 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2164D43F3F; Sat, 21 Jun 2003 05:31:49 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id E2CC866CFB; Sat, 21 Jun 2003 05:31:48 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id CC7974AA; Sat, 21 Jun 2003 05:31:48 -0700 (PDT) Date: Sat, 21 Jun 2003 05:31:48 -0700 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20030621123148.GA74582@rot13.obsecurity.org> References: <3EF42307.90702@onego.ru> <1056173138.95199.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <1056173138.95199.0.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.1i cc: FreeBSD GNOME Users cc: ports@freebsd.org cc: Alexey Subject: Re: Can't build gimp 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: Sat, 21 Jun 2003 12:31:50 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 21, 2003 at 01:25:38AM -0400, Joe Marcus Clarke wrote: > > I do not know what file to patch. May be you can tell me? > > And this does not depend on FreeBSD version. I tried to install this=20 > > port on 4.8 and 5.1 and got the same result. >=20 > Remove /usr/ports/graphics/gimp1, then re-cvsup your ports tree. After > that, you should be set. This is most likely because you installed the ports collection using sysinstall, and then updated it using cvsup without first "adopting" the existing sources as explained in the cvsup FAQ on http://www.polstra.com - failing to do so can leave behind orphaned files that have been removed from the ports collection. See Q12 and Q13 for more information. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+9FA0Wry0BWjoQKURAiS4AKDDsZsMF/XA6kjrZSvUnV7HcEADcwCfZPcI 6kPD1a7Xriu6VbadN70G7i4= =wEc2 -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 07:31:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83A5837B401 for ; Sat, 21 Jun 2003 07:31:00 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [193.197.184.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5825343F75 for ; Sat, 21 Jun 2003 07:30:59 -0700 (PDT) (envelope-from mailnull@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with gbsmtp id 19TjOM-0006Hz-01; Sat, 21 Jun 2003 16:30:58 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.9/8.12.6) with ESMTP id h5LDvvih091369 for ; Sat, 21 Jun 2003 15:57:57 +0200 (CEST) (envelope-from mailnull@localhost.mips.inka.de) Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.12.9/8.12.9/Submit) id h5LDvuWW091365 for freebsd-ports@freebsd.org; Sat, 21 Jun 2003 15:57:57 +0200 (CEST) From: naddy@mips.inka.de (Christian Weisgerber) Date: Sat, 21 Jun 2003 13:57:56 +0000 (UTC) Message-ID: References: <1056160102.65264.39.camel@jake> <20030621015444.GB62479@rot13.obsecurity.org> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 14:31:00 -0000 Kris Kennaway wrote: > No, the INDEX build I run every 2 hours is completing successfully. > When they occur, failure reports are sent to ports@. Speaking of make_index errors, lately I've been getting tons of realpath: /usr/ports/www/apache2/work: No such file or directory: malformed entry: realpath: /usr/ports/www/apache2/work: No such file or directory when running portdb -Uu. I sure wonder where these come from. There is no /usr/ports/www/apache2/work. Apache2 is installed. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 09:04:27 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B3637B401 for ; Sat, 21 Jun 2003 09:04:27 -0700 (PDT) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DDF943F85 for ; Sat, 21 Jun 2003 09:04:26 -0700 (PDT) (envelope-from taxman@acd.net) Received: from adsl-66-72-187-230.dsl.sfldmi.ameritech.net (adsl-66-72-187-230.dsl.sfldmi.ameritech.net [66.72.187.230]) h5LG4Kl8015518; Sat, 21 Jun 2003 12:04:20 -0400 From: Tim To: Adam Date: Sat, 21 Jun 2003 12:04:33 -0400 User-Agent: KMail/1.5.2 References: <1056208844.65264.69.camel@jake> In-Reply-To: <1056208844.65264.69.camel@jake> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_RII9+JRdopMrDe/" Message-Id: <200306211204.33872.taxman@acd.net> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@freebsd.org Subject: Re: [Fwd: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 16:04:27 -0000 --Boundary-00=_RII9+JRdopMrDe/ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Saturday 21 June 2003 11:20 am, you wrote: > -----Forwarded Message----- > > > From: Kris Kennaway > > To: Adam > > Cc: ports@freebsd.org > > Subject: Re: Hundreds of make_index errors > > Date: 20 Jun 2003 18:54:44 -0700 > > > > On Fri, Jun 20, 2003 at 09:48:22PM -0400, Adam wrote: > > > It is unlikely that it is just my machines that are messed up, since > > > they are configured quite differently. > > > > I think it's likely to be a local problem on your systems - perhaps > > something you've configured on both machines. > > > > > Is anyone else experiencing problems like the ones I'm seeing? > > > > No, the INDEX build I run every 2 hours is completing successfully. > > When they occur, failure reports are sent to ports@. > > > > Kris I'll add in my "me too" I've had repeated errors running make index too. I could run it fine on 5.0 release, and a -current in between, but if I recall right, somewhere around 5.1beta i would get a lot of errors. I'm running 5.1-release now. last night I got about 8000 errors (mostly repeats), script output attached. I suppose it may have to do with that I use portupgrade sometimes, make install others, and even installed a few by packages. Any idea how to fix the problem? Tim -- "A government big enough to give you everything you want is a government big enough to take from you everything you have." Gerald R Ford Address to Congress 12 Aug 74 --Boundary-00=_RII9+JRdopMrDe/-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 10:06:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3824F37B404 for ; Sat, 21 Jun 2003 10:06:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3765F43FA3 for ; Sat, 21 Jun 2003 10:06:30 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5LH6UUp077215 for ; Sat, 21 Jun 2003 10:06:30 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5LH6UQW077213 for ports@freebsd.org; Sat, 21 Jun 2003 10:06:30 -0700 (PDT) Date: Sat, 21 Jun 2003 10:06:30 -0700 (PDT) From: Bill Fenner Message-Id: <200306211706.h5LH6UQW077213@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 17:06:31 -0000 Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 14:13:02 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD75737B401 for ; Sat, 21 Jun 2003 14:13:02 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 348FE43FA3 for ; Sat, 21 Jun 2003 14:13:02 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 06A7066BE5; Sat, 21 Jun 2003 14:13:02 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id EA2E98D4; Sat, 21 Jun 2003 14:13:01 -0700 (PDT) Date: Sat, 21 Jun 2003 14:13:01 -0700 From: Kris Kennaway To: Christian Weisgerber Message-ID: <20030621211301.GA82801@rot13.obsecurity.org> References: <1056160102.65264.39.camel@jake> <20030621015444.GB62479@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 21:13:03 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 21, 2003 at 01:57:56PM +0000, Christian Weisgerber wrote: > Kris Kennaway wrote: >=20 > > No, the INDEX build I run every 2 hours is completing successfully. > > When they occur, failure reports are sent to ports@. >=20 > Speaking of make_index errors, lately I've been getting tons of >=20 > realpath: /usr/ports/www/apache2/work: No such file or directory: malform= ed entry: realpath: /usr/ports/www/apache2/work: No such file or directory >=20 > when running portdb -Uu. I sure wonder where these come from. > There is no /usr/ports/www/apache2/work. Apache2 is installed. There was a bug in sh that caused problems like this on sparc64, that was fixed in the leadup to 5.1-RELEASE. Apart from that, I don't know. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+9MpdWry0BWjoQKURAlfNAJ9J/evc974Y3JcecJ8n11zobH/JeQCgklcu iR5W2RvVYWnU/3ebSp/hp7k= =zZps -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 14:16:39 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F3E37B401 for ; Sat, 21 Jun 2003 14:16:39 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE59F43FA3 for ; Sat, 21 Jun 2003 14:16:38 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8665766BE5; Sat, 21 Jun 2003 14:16:38 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 59377796; Sat, 21 Jun 2003 14:16:38 -0700 (PDT) Date: Sat, 21 Jun 2003 14:16:38 -0700 From: Kris Kennaway To: Tim Message-ID: <20030621211638.GB82801@rot13.obsecurity.org> References: <1056208844.65264.69.camel@jake> <200306211204.33872.taxman@acd.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SkvwRMAIpAhPCcCJ" Content-Disposition: inline In-Reply-To: <200306211204.33872.taxman@acd.net> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org Subject: Re: [Fwd: Re: Hundreds of make_index 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: Sat, 21 Jun 2003 21:16:39 -0000 --SkvwRMAIpAhPCcCJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 21, 2003 at 12:04:33PM -0400, Tim wrote: > I suppose it may have to do with that I use portupgrade sometimes, make= =20 > install others, and even installed a few by packages. Any idea how to fi= x=20 > the problem? Nothing was attached, possibly because the freebsd.org mail server stripped it. Sending a file of that size to a mailing list is somewhat impolite anyway. There are a number of ways that 'make index' can become broken, mostly involving local changes and local configuration. Kris --SkvwRMAIpAhPCcCJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+9Ms1Wry0BWjoQKURAkJuAKCl7Z+t1ZnohjsTyQ6V1jZZckxNJQCfV/vo 3/ZP37GPPyKOiwv8THHhWWo= =by6C -----END PGP SIGNATURE----- --SkvwRMAIpAhPCcCJ-- From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 18:04:41 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D7B737B401 for ; Sat, 21 Jun 2003 18:04:41 -0700 (PDT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5226643FBF for ; Sat, 21 Jun 2003 18:04:40 -0700 (PDT) (envelope-from taxman@acd.net) Received: from adsl-66-72-187-230.dsl.sfldmi.ameritech.net (adsl-66-72-187-230.dsl.sfldmi.ameritech.net [66.72.187.230]) h5M14c3T155528; Sat, 21 Jun 2003 21:04:39 -0400 From: Tim To: Kris Kennaway Date: Sat, 21 Jun 2003 21:04:50 -0400 User-Agent: KMail/1.5.2 References: <1056208844.65264.69.camel@jake> <200306211204.33872.taxman@acd.net> <20030621211638.GB82801@rot13.obsecurity.org> In-Reply-To: <20030621211638.GB82801@rot13.obsecurity.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200306212104.50658.taxman@acd.net> cc: ports@freebsd.org Subject: Re: [Fwd: Re: Hundreds of make_index 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: Sun, 22 Jun 2003 01:04:41 -0000 On Saturday 21 June 2003 05:16 pm, Kris Kennaway wrote: > On Sat, Jun 21, 2003 at 12:04:33PM -0400, Tim wrote: > > I suppose it may have to do with that I use portupgrade sometimes, make > > install others, and even installed a few by packages. Any idea how to > > fix the problem? > > Nothing was attached, possibly because the freebsd.org mail server > stripped it. Sending a file of that size to a mailing list is > somewhat impolite anyway. well it was about 32k I didn't think that would cause too much problems. And I did think it may be necessary in this case. Sorry if it was impolite. I'm not sure if I have webspace available to me anywhere. I suppose I could look for some if you thought it would be helpful to see the errors. > There are a number of ways that 'make index' can become broken, mostly > involving local changes and local configuration. Such as? I don't know of any local config changes I've made. My make.conf is vanilla. Tim -- "A government big enough to give you everything you want is a government big enough to take from you everything you have." Gerald R Ford Address to Congress 12 Aug 74 From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 22:26:23 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5679737B401 for ; Sat, 21 Jun 2003 22:26:23 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id C932943FA3 for ; Sat, 21 Jun 2003 22:26:21 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 21045 invoked by alias); 22 Jun 2003 05:32:46 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.049566 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 22 Jun 2003 05:32:46 -0000 X-RCPTTO: ports@FreeBSD.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h5M5OBuR275004 for ; Sun, 22 Jun 2003 14:24:11 +0900 Message-ID: <3EF53E05.8070605@users.sourceforge.net> Date: Sun, 22 Jun 2003 14:26:29 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030518 X-Accept-Language: en-us, en, ko-kr MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: INDEX: cryptlib-3.1_beta4 Not in due form: '[_][,]' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Jun 2003 05:26:23 -0000 Hi, I have FreeBSD 4.8 PC. When I update the ports collection and do a "portsdb -uU", I get: [Updating the portsdb in /usr/ports ... - 8860 port entries found .........1000.........2000.........3000.........4000.........5000.........6000..... /usr/ports/INDEX:6552:cryptlib-3.1_beta4: 3.1_beta4: Not in due form: '[_][,]'. ....7000.........8000........ ..... done] This complaint about cryptlib-3.1_beta4 is there only since very recently. Is it wrongly added to the ports collection? Regards, Rob. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 21 23:16:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F33A37B401; Sat, 21 Jun 2003 23:16:28 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97EAA43F93; Sat, 21 Jun 2003 23:16:24 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 310F166BE5; Sat, 21 Jun 2003 23:16:08 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 018D0796; Sat, 21 Jun 2003 23:16:07 -0700 (PDT) Date: Sat, 21 Jun 2003 23:16:07 -0700 From: Kris Kennaway To: Rob Lahaye Message-ID: <20030622061607.GA92472@rot13.obsecurity.org> References: <3EF53E05.8070605@users.sourceforge.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <3EF53E05.8070605@users.sourceforge.net> User-Agent: Mutt/1.4.1i cc: ports@freebsd.org cc: foxfair@FreeBSD.org Subject: Re: INDEX: cryptlib-3.1_beta4 Not in due form: '[_][,]' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 22 Jun 2003 06:16:28 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Jun 22, 2003 at 02:26:29PM +0900, Rob Lahaye wrote: > This complaint about cryptlib-3.1_beta4 is there only since very recently. > Is it wrongly added to the ports collection? The version string is illegal. The port committer forgot to check with portlint before comitting. Kris --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+9UmnWry0BWjoQKURAqhEAKCXFLvcTY7yzDVBZ3m4J+hJdrh9FQCghyZC kMImMfg7zqH7QO2+0r7UghY= =Ky3J -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf--