From owner-freebsd-ports Sun Feb 11 2:30:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4567137B401 for ; Sun, 11 Feb 2001 02:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BAU2d69260; Sun, 11 Feb 2001 02:30:02 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Feb 2001 02:30:02 -0800 (PST) Message-Id: <200102111030.f1BAU2d69260@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Andre Goeree Subject: Re: ports/24926: Addition of Mesa-3.4 to ports Reply-To: Andre Goeree Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24926; it has been noted by GNATS. From: Andre Goeree To: freebsd-gnats-submit@FreeBSD.org, abgoeree@uwnet.nl Cc: Subject: Re: ports/24926: Addition of Mesa-3.4 to ports Date: Sun, 11 Feb 2001 11:25:40 +0000 This is a multi-part message in MIME format. --------------44FDF951014D2243E8839DFE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Oops, forgot to attach the files;) --------------44FDF951014D2243E8839DFE Content-Type: text/plain; charset=us-ascii; name="Makefile.am" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.am" # Process this file with automake to produce Makefile.in #AUTOMAKE_OPTIONS = no-dependencies # src/X86/Makefile.am x86_files = \ assyntax.h \ common_x86.c \ common_x86_asm.S \ common_x86_asm.h \ common_x86_features.h \ glapi_x86.S \ x86.c \ x86.h \ x86_cliptest.S \ clip_args.h \ x86_vertex.S \ x86_xform_masked2.S \ xform_args.h \ x86_xform_masked3.S \ x86_xform_masked4.S \ x86_xform_raw2.S \ x86_xform_raw3.S \ x86_xform_raw4.S x3dnow_files = \ 3dnow.c \ 3dnow.h \ 3dnow_norm_raw.S \ 3dnow_xform_masked1.S \ 3dnow_xform_masked2.S \ 3dnow_xform_masked3.S \ 3dnow_xform_masked4.S \ 3dnow_xform_raw1.S \ 3dnow_xform_raw2.S \ 3dnow_xform_raw3.S \ 3dnow_xform_raw4.S \ 3dnow_vertex.S katmai_files = \ katmai.c \ katmai.h \ katmai_norm_raw.S \ katmai_xform_raw1.S \ katmai_xform_masked1.S \ katmai_xform_raw2.S \ katmai_xform_masked2.S \ katmai_xform_raw3.S \ katmai_xform_masked3.S \ katmai_xform_raw4.S \ katmai_xform_masked4.S \ katmai_vertex.S mmx_files = mmx.h mmx_blend.S if HAVE_3DNOW x3dnow_sources = $(x3dnow_files) CFLAGS_3DNOW = -DUSE_3DNOW_ASM endif if HAVE_SSE katmai_sources = $(katmai_files) CFLAGS_KATMAI = -DUSE_KATMAI_ASM endif if HAVE_MMX mmx_sources = $(mmx_files) CFLAGS_MMX = -DUSE_MMX_ASM endif if HAVE_X86 # Build a libtool convenience library. noinst_LTLIBRARIES = libMesaX86.la x86_sources = $(x86_files) CFLAGS_X86 = -DUSE_X86_ASM endif libMesaX86_la_SOURCES = $(x86_sources) $(mmx_sources) $(x3dnow_sources) \ $(katmai_sources) INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src $(CFLAGS_X86) \ $(CFLAGS_MMX) $(CFLAGS_3DNOW) $(CFLAGS_KATMAI) EXTRA_DIST = $(x3dnow_files) $(mmx_files) $(katmai_files) --------------44FDF951014D2243E8839DFE Content-Type: text/plain; charset=us-ascii; name="patch-aa" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-aa" --- configure.in.orig Mon Aug 28 20:09:22 2000 +++ configure.in Fri Feb 9 21:40:00 2001 @@ -124,7 +124,7 @@ have_x86=$enableval) if test "x$have_x86" = xon; then AC_MSG_CHECKING(whether the binutils support cpuid) - cp "$srcdir/src/X86/common_x86asm.S" conftest.S + cp "$srcdir/src/X86/common_x86_asm.S" conftest.S if AC_TRY_EVAL(ac_compile); then AC_DEFINE(USE_X86_ASM) AC_MSG_RESULT(yes) --- configure.orig Thu Nov 2 18:09:25 2000 +++ configure Fri Feb 9 21:41:06 2001 @@ -2689,7 +2689,7 @@ if test "x$have_x86" = xon; then echo $ac_n "checking whether the binutils support cpuid""... $ac_c" 1>&6 echo "configure:2692: checking whether the binutils support cpuid" >&5 - cp "$srcdir/src/X86/common_x86asm.S" conftest.S + cp "$srcdir/src/X86/common_x86_asm.S" conftest.S if { (eval echo configure:2694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then cat >> confdefs.h <<\EOF #define USE_X86_ASM 1 --------------44FDF951014D2243E8839DFE Content-Type: text/plain; charset=us-ascii; name="patch-ab" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ab" --- ./configure.orig Fri Feb 9 21:55:30 2001 +++ ./configure Fri Feb 9 21:55:30 2001 @@ -2585,14 +2585,14 @@ THREAD_LIBS= -echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 -echo "configure:2590: checking for pthread_create in -lpthread" >&5 +echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 +echo "configure:2590: checking for pthread_create in -pthread" >&5 ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lpthread $LIBS" +LIBS="-pthread $LIBS" cat > conftest.$ac_ext <&6 fi --- ./configure.in.orig Fri Feb 9 21:55:34 2001 +++ ./configure.in Fri Feb 9 21:55:34 2001 @@ -100,7 +100,7 @@ AC_CHECK_LIB(pthread, pthread_create, AC_CHECK_HEADERS(pthread.h, [ CFLAGS="$CFLAGS -D_REENTRANT" - THREAD_LIBS="$THREAD_LIBS -lpthread"]) + THREAD_LIBS="$THREAD_LIBS -pthread"]) ) AC_SUBST(THREAD_LIBS) --------------44FDF951014D2243E8839DFE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 2:32:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE03537B401; Sun, 11 Feb 2001 02:32:30 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BAWU369390; Sun, 11 Feb 2001 02:32:30 -0800 (PST) (envelope-from roam) Date: Sun, 11 Feb 2001 02:32:30 -0800 (PST) From: Message-Id: <200102111032.f1BAWU369390@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, roam@FreeBSD.org Subject: Re: ports/24995: New port: x11-wm/ratpoison - Simple window manager with no fat library dependencies. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: x11-wm/ratpoison - Simple window manager with no fat library dependencies. Responsible-Changed-From-To: freebsd-ports->roam Responsible-Changed-By: roam Responsible-Changed-When: Sun Feb 11 02:32:05 PST 2001 Responsible-Changed-Why: I'll take care of this one. Sorry I never responded to your private mail! http://www.freebsd.org/cgi/query-pr.cgi?pr=24995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 4: 0:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FDE637B491 for ; Sun, 11 Feb 2001 04:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BC02w76814; Sun, 11 Feb 2001 04:00:02 -0800 (PST) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 3940037B401 for ; Sun, 11 Feb 2001 03:58:41 -0800 (PST) Received: by totem.fix.no (Postfix, from userid 1000) id 5B4803C8E; Sun, 11 Feb 2001 12:58:40 +0100 (CET) Message-Id: <20010211115840.5B4803C8E@totem.fix.no> Date: Sun, 11 Feb 2001 12:58:40 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25001: Update port: audio/xmp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25001 >Category: ports >Synopsis: Update port: audio/xmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 04:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.2-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.localnet 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Feb 3 23:01:01 CET 2001 root@eggsilo.localnet:/space/tmp/obj/usr/src/sys/EGGSILO i386 >Description: Updates the port to the latest version. >How-To-Repeat: >Fix: diff -Nur xmp.old/Makefile xmp/Makefile --- xmp.old/Makefile Tue Jan 2 16:50:05 2001 +++ xmp/Makefile Sun Feb 11 02:29:04 2001 @@ -6,7 +6,7 @@ # PORTNAME= xmp -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= audio MASTER_SITES= http://xmp.helllabs.org/pkg/%SUBDIR%/ \ http://xmp.linuxave.net/pkg/%SUBDIR%/ diff -Nur xmp.old/distinfo xmp/distinfo --- xmp.old/distinfo Mon Jan 1 03:02:45 2001 +++ xmp/distinfo Sun Feb 11 02:32:44 2001 @@ -1 +1 @@ -MD5 (xmp-2.0.3.tar.bz2) = 93afef7d1fbb4de92fa9228e53d46660 +MD5 (xmp-2.0.4.tar.bz2) = db1813fec46c57757965c53a8cf33c4f diff -Nur xmp.old/files/patch-ad xmp/files/patch-ad --- xmp.old/files/patch-ad Sat Sep 16 20:38:55 2000 +++ xmp/files/patch-ad Sun Feb 11 02:39:01 2001 @@ -1,7 +1,7 @@ ---- Makefile.rules.in.orig Sun May 7 09:51:31 2000 -+++ Makefile.rules.in Sat Aug 5 02:40:28 2000 -@@ -7,14 +7,17 @@ - exec_prefix= @prefix@ +--- Makefile.rules.in.old Sun Feb 11 02:36:54 2001 ++++ Makefile.rules.in Sun Feb 11 02:38:45 2001 +@@ -9,14 +9,17 @@ + exec_prefix= $(DEST_DIR)@prefix@ BIN_DIR = @bindir@ LIB_DIR = @libdir@ +ETC_DIR = @sysconfdir@ @@ -11,11 +11,11 @@ -CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@ +CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@ -DETC_DIR=\"$(ETC_DIR)\" LD = @CC@ - LFLAGS = -o$@ + LDFLAGS = -o$@ @LDFLAGS@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ -+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_DATA = @INSTALL_DATA@ LIBS = @LIBS@ $(XLIBS) SHELL = /bin/sh PLATFORM= @PLATFORM@ diff -Nur xmp.old/files/patch-ah xmp/files/patch-ah --- xmp.old/files/patch-ah Mon Jan 1 12:29:15 2001 +++ xmp/files/patch-ah Sun Feb 11 02:40:14 2001 @@ -1,15 +1,11 @@ ---- src/xmms/Makefile.old Mon Jan 1 12:28:08 2001 -+++ src/xmms/Makefile Mon Jan 1 12:28:56 2001 -@@ -12,10 +12,10 @@ - include ../../Makefile.rules - - all: $(OBJS) -- gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp -+ $(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp +--- src/xmms/Makefile.old Sun Feb 11 02:39:18 2001 ++++ src/xmms/Makefile Sun Feb 11 02:39:51 2001 +@@ -23,7 +23,7 @@ + make -C ../../lib shared install:: -- $(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` -+ $(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` +- $(INSTALL) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir` ++ $(INSTALL_DATA) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir` $(OBJS): Makefile diff -Nur xmp.old/patch-ad xmp/patch-ad --- xmp.old/patch-ad Thu Jan 1 01:00:00 1970 +++ xmp/patch-ad Sat Sep 16 20:38:55 2000 @@ -0,0 +1,21 @@ +--- Makefile.rules.in.orig Sun May 7 09:51:31 2000 ++++ Makefile.rules.in Sat Aug 5 02:40:28 2000 +@@ -7,14 +7,17 @@ + exec_prefix= @prefix@ + BIN_DIR = @bindir@ + LIB_DIR = @libdir@ ++ETC_DIR = @sysconfdir@ + MAN_DIR = @mandir@/man1 + + CC = @CC@ +-CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@ ++CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@ -DETC_DIR=\"$(ETC_DIR)\" + LD = @CC@ + LFLAGS = -o$@ + RANLIB = @RANLIB@ + INSTALL = @INSTALL@ ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_DATA = @INSTALL_DATA@ + LIBS = @LIBS@ $(XLIBS) + SHELL = /bin/sh + PLATFORM= @PLATFORM@ diff -Nur xmp.old/patch-ah xmp/patch-ah --- xmp.old/patch-ah Thu Jan 1 01:00:00 1970 +++ xmp/patch-ah Mon Jan 1 12:29:15 2001 @@ -0,0 +1,15 @@ +--- src/xmms/Makefile.old Mon Jan 1 12:28:08 2001 ++++ src/xmms/Makefile Mon Jan 1 12:28:56 2001 +@@ -12,10 +12,10 @@ + include ../../Makefile.rules + + all: $(OBJS) +- gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp ++ $(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp + + install:: +- $(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` ++ $(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` + + $(OBJS): Makefile + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 4:35:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 8223B37B401 for ; Sun, 11 Feb 2001 04:35:11 -0800 (PST) Received: from jive.44bsd.net (oca-pm3-5-32.hitter.net [207.192.77.32]) by peitho.fxp.org (Postfix) with ESMTP id 770721360C; Sun, 11 Feb 2001 07:35:09 -0500 (EST) Received: by jive.44bsd.net (Postfix, from userid 1000) id 19F55E1; Sun, 11 Feb 2001 07:34:37 -0500 (EST) Date: Sun, 11 Feb 2001 07:34:36 -0500 From: Chris Faulhaber To: Ben Short Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: bind-9.1.1rc1 Message-ID: <20010211073436.A1396@jive.44bsd.net> References: <000001c093f2$c1bf91e0$c19327cb@shortboy.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000001c093f2$c1bf91e0$c19327cb@shortboy.net>; from bshort@shortboy.net on Sun, Feb 11, 2001 at 05:20:40PM +1100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 11, 2001 at 05:20:40PM +1100, Ben Short wrote: > Hi Doug, >=20 > Just a simplish question - is there a Makefile around that will install > bind9 over the binary base install of fbsd, using its config files etc, f= or > 4.x? >=20 No, but there were instructions on -security or -stable last week on how to do that. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjqGhtwACgkQObaG4P6BelDYxwCfYDGqVcMCKfjSl+aDTko8K56f +dUAn3kncHwEpa3jaxM5AXc6GMylxKrs =j9GP -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 5:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FDF637B401 for ; Sun, 11 Feb 2001 05:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BDA2196902; Sun, 11 Feb 2001 05:10:02 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Feb 2001 05:10:02 -0800 (PST) Message-Id: <200102111310.f1BDA2196902@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: yoichi@eken.phys.nagoya-u.ac.jp Subject: Re: ports/24793: New port: japanese/kpcal (making postscript calendar) Reply-To: yoichi@eken.phys.nagoya-u.ac.jp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24793; it has been noted by GNATS. From: yoichi@eken.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@FreeBSD.org, yoichi@eken.phys.nagoya-u.ac.jp Cc: Subject: Re: ports/24793: New port: japanese/kpcal (making postscript calendar) Date: Sun, 11 Feb 2001 22:06:33 +0900 Sorry, patch updated again. It improves calculation of Vernal Equinox Day & Autumnal Equinox Day. The patch kpcal-2.0-Shunbun.patch includes last patches. Full set of this ports can be get from: http://www.eken.phys.nagoya-u.ac.jp/~yoichi/FreeBSD/ports/kpcal.tar.gz Yoichi NAKAYAMA --- ports/kpcal/Makefile 2001/02/07 08:23:05 1.2 +++ ports/kpcal/Makefile 2001/02/08 10:52:16 1.3 @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} PATCH_SITES= http://www.tamaru.kuee.kyoto-u.ac.jp/~tsuchiya/misc/ -PATCHFILES= ${PORTNAME}-${PORTVERSION}-HappyMonday-v3.patch +PATCHFILES= ${PORTNAME}-${PORTVERSION}-Shunbun.patch PATCH_DIST_STRIP= -p1 MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp --- ports/kpcal/distinfo 2001/02/07 08:25:32 1.2 +++ ports/kpcal/distinfo 2001/02/08 10:52:17 1.3 @@ -1,2 +1,2 @@ MD5 (kpcal-2.0.tar.gz) = 7eef81a0212bb7a413b364c25fba7de8 -MD5 (kpcal-2.0-HappyMonday-v3.patch) = e33e3062e3437f05bbff65ad10f2a4e1 +MD5 (kpcal-2.0-Shunbun.patch) = 21033cf50fe0e14197b8819169af316a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 5:19:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id D1F3737B401 for ; Sun, 11 Feb 2001 05:19:31 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id A7A88317C; Sun, 11 Feb 2001 13:19:27 +0000 (GMT) Date: Sun, 11 Feb 2001 13:19:27 +0000 From: Josef Karthauser To: ports@freebsd.org Subject: Replacing jabber-transport with jabber-1.4 Message-ID: <20010211131927.A3745@tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I've almost finished porting net/jabber-1.4 to FreeBSD. Once finished I'll commit it, and the associated upgrades to libjabber, etc. The problem is that these upgrades are incompatible with the much older version of jabber, back when it was called jabber-transport. Is it OK for me to delete the jabber-transport port at the same time or is there a proceedure for this? Thanks, Joe --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqGkV8ACgkQXVIcjOaxUBbvFACg1c78geEf+avXXRr/ot1wKhuq mgkAoK07tx84+Vux0id5ryWo7CIysImj =qhCw -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 6:23: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 3BAB637B401 for ; Sun, 11 Feb 2001 06:22:59 -0800 (PST) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.1/8.11.1) with ESMTP id f1BEMub10289; Sun, 11 Feb 2001 09:22:56 -0500 (EST) Date: Sun, 11 Feb 2001 09:22:56 -0500 (EST) From: Trevor Johnson To: Josef Karthauser Cc: Subject: Re: Replacing jabber-transport with jabber-1.4 In-Reply-To: <20010211131927.A3745@tao.org.uk> Message-ID: <200102110922290.9244-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I've almost finished porting net/jabber-1.4 to FreeBSD. Once finished > I'll commit it, and the associated upgrades to libjabber, etc. > > The problem is that these upgrades are incompatible with the much older > version of jabber, back when it was called jabber-transport. Is it OK > for me to delete the jabber-transport port at the same time or is there > a proceedure for this? From the sound of it, a repo copy would be in order. -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 6:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9298237B4EC for ; Sun, 11 Feb 2001 06:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BEU1J04743; Sun, 11 Feb 2001 06:30:01 -0800 (PST) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 71AB237B491 for ; Sun, 11 Feb 2001 06:28:51 -0800 (PST) Received: by totem.fix.no (Postfix, from userid 1000) id 725623C8E; Sun, 11 Feb 2001 15:28:50 +0100 (CET) Message-Id: <20010211142850.725623C8E@totem.fix.no> Date: Sun, 11 Feb 2001 15:28:50 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25003: New port: www/mod_throttle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25003 >Category: ports >Synopsis: New port: www/mod_throttle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 06:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.2-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: Tested on: FreeBSD totem.fix.no 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Tue Oct 24 01:25:55 CEST 2000 root@totem.fix.no:/usr/obj/usr/src/sys/TOTEM i386 FreeBSD current.localnet 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Feb 11 12:18:32 CET 2001 root@current.localnet:/usr/obj/usr/src/sys/GENERIC i386 >Description: An Apache module that provides bandwidth & request throttling. >How-To-Repeat: >Fix: # 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: # # mod_throttle # mod_throttle/files # mod_throttle/Makefile # mod_throttle/distinfo # mod_throttle/pkg-descr # mod_throttle/pkg-message # mod_throttle/pkg-plist # mod_throttle/pkg-comment # echo c - mod_throttle mkdir -p mod_throttle > /dev/null 2>&1 echo c - mod_throttle/files mkdir -p mod_throttle/files > /dev/null 2>&1 echo x - mod_throttle/Makefile sed 's/^X//' >mod_throttle/Makefile << 'END-of-mod_throttle/Makefile' X# New ports collection makefile for: mod_throttle X# Date created: 11 February 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= mod_throttle XPORTVERSION= 3.1.2 XCATEGORIES= www XMASTER_SITES= http://www.snert.com/Software/mod_throttle/ \ X http://www.freenix.no/~anders/ XDISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} XEXTRACT_SUFX= .tgz X XMAINTAINER= anders@fix.no X XBUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XAPXS= ${LOCALBASE}/sbin/apxs X XDOCS= CHANGES.txt LICENSE.txt index.shtml X Xdo-build: X @cd ${WRKSRC} && \ X ${APXS} -c mod_throttle.c X Xdo-install: X ${APXS} -i -A -n throttle ${WRKSRC}/mod_throttle.so X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/mod_throttle X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/mod_throttle/ X.endfor X.endif X ${CAT} ${PKGMESSAGE} X X.include END-of-mod_throttle/Makefile echo x - mod_throttle/distinfo sed 's/^X//' >mod_throttle/distinfo << 'END-of-mod_throttle/distinfo' XMD5 (mod_throttle312.tgz) = 6edc45c3ea8a0855d4b0b14cf0f76404 END-of-mod_throttle/distinfo echo x - mod_throttle/pkg-descr sed 's/^X//' >mod_throttle/pkg-descr << 'END-of-mod_throttle/pkg-descr' XThis Apache module is intended to reduce the load on your server & bandwidth Xgenerated by popular virtual hosts, directories, locations, or users according Xto supported polices that decide when to delay or refuse requests. Also Xmod_throttle can track and throttle incoming connections by IP address or by Xauthenticated remote user. X XEvery request now passes through four levels of throttling, which are: by Xclient's IP address , by authenticated remote user name (ThrottleRemoteUser), Xby local user ID (ThrottleUser), and by directory, location, virtual host, or Xserver (ThrottlePolicy). X XWWW: http://www.snert.com/Software/mod_throttle/ END-of-mod_throttle/pkg-descr echo x - mod_throttle/pkg-message sed 's/^X//' >mod_throttle/pkg-message << 'END-of-mod_throttle/pkg-message' X************************************************************ XYou've installed mod_throttle, a bandwidth & request Xthrottler for Apache. X XEdit your apache.conf or httpd.conf to enable and setup this Xmodule. Have a look at X${PREFIX}/share/doc/mod_throttle/index.shtml for information Xon how to configure it. X XThen do this to make it work effective: X X# apachectl configtest (see if there are any config errors) X# apachectl restart X X************************************************************ END-of-mod_throttle/pkg-message echo x - mod_throttle/pkg-plist sed 's/^X//' >mod_throttle/pkg-plist << 'END-of-mod_throttle/pkg-plist' Xlibexec/apache/mod_throttle.so X@exec %D/sbin/apxs -e -A -n throttle %D/%F X@unexec %D/sbin/apxs -e -A -n throttle %D/%F X%%PORTDOCS%%share/doc/mod_throttle/CHANGES.txt X%%PORTDOCS%%share/doc/mod_throttle/LICENSE.txt X%%PORTDOCS%%share/doc/mod_throttle/index.shtml X%%PORTDOCS%%@dirrm share/doc/mod_throttle END-of-mod_throttle/pkg-plist echo x - mod_throttle/pkg-comment sed 's/^X//' >mod_throttle/pkg-comment << 'END-of-mod_throttle/pkg-comment' XAn Apache module that provides bandwidth & request throttling END-of-mod_throttle/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 7: 1:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by hub.freebsd.org (Postfix) with ESMTP id 1B73B37B401 for ; Sun, 11 Feb 2001 07:01:22 -0800 (PST) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id SAA09859 for freebsd-ports@FreeBSD.ORG; Sun, 11 Feb 2001 18:01:19 +0300 (MSK) Date: Sun, 11 Feb 2001 18:01:19 +0300 From: "Valeriy E. Ushakov" To: freebsd-ports@FreeBSD.ORG Subject: Re: staroffice52 make install failure Message-ID: <20010211180119.B9773@snark.ptc.spbu.ru> Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <3A860399.FFE97862@ruhr-uni-bochum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: <3A860399.FFE97862@ruhr-uni-bochum.de>; from "Thomas Stratmann" on Sun, Feb 11, 2001 at 04:14:33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 11, 2001 at 04:14:33 +0100, Thomas Stratmann wrote: > I went inside /usr/ports/editors/staroffice52/ and typed make install: > > ===> staroffice-5.2 depends on file: /compat/linux/lib/libc.so.6 - > found > ===> Extracting for staroffice-5.2 > >> Checksum OK for staroffice52/soa-5_2-ga-bin-linux-en.bin. > >> Checksum OK for staroffice52/so-5_2-ga-bin-linux-en.bin. > >> Checksum OK for staroffice52/109939-02.tar.Z. > ELF interpreter /lib/ld-linux.so.2 not found > Abort trap > *** Error code 134 > locate told me that the one and only file of name ld-linux.so.2 > resides in /usr/compat/linux/lib/ Just a wild guess, but which directory do you have in PATH first /bin or /usr/bin? uname is /usr/bin/uname on freebsd, but /compat/linux/bin/uname (i.e. /bin/uname) under linux emulator. So when /usr/bin precedes /bin in path, linuxlator will call freebsd version of uname. StarOffice scripts use uname to figure out which system they run on and when freebsd uname is called those scripts fail. I don't remember the exact error, but I actually suffered from this when installing Russian StarOffice. SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:10:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id 1CDE737B684 for ; Sun, 11 Feb 2001 08:10:36 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id BABBD3148; Sun, 11 Feb 2001 16:10:32 +0000 (GMT) Date: Sun, 11 Feb 2001 16:10:32 +0000 From: Josef Karthauser To: Trevor Johnson Cc: ports@FreeBSD.ORG Subject: Re: Replacing jabber-transport with jabber-1.4 Message-ID: <20010211161032.B3745@tao.org.uk> References: <20010211131927.A3745@tao.org.uk> <200102110922290.9244-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yNb1oOkm5a9FJOVX" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102110922290.9244-100000@blues.jpj.net>; from trevor@jpj.net on Sun, Feb 11, 2001 at 09:22:56AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --yNb1oOkm5a9FJOVX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 11, 2001 at 09:22:56AM -0500, Trevor Johnson wrote: > > I've almost finished porting net/jabber-1.4 to FreeBSD. Once finished > > I'll commit it, and the associated upgrades to libjabber, etc. > > > > The problem is that these upgrades are incompatible with the much older > > version of jabber, back when it was called jabber-transport. Is it OK > > for me to delete the jabber-transport port at the same time or is there > > a proceedure for this? >=20 > >From the sound of it, a repo copy would be in order. Maybe, but I'm not sure. There have been several releases of jabber since the original jabber-transport. The daemon's changed names, the configuration's changed. In fact it's a different program from the original system. We can repo-copy, but most things will change so IMO I don't see the value in it. Joe --yNb1oOkm5a9FJOVX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqGuXcACgkQXVIcjOaxUBaQGQCfRaKzRmGa/ZCB5niA+PyhQFlC Px4An3wsplbyHhIuVP7OwQx36gvqCepH =5m7l -----END PGP SIGNATURE----- --yNb1oOkm5a9FJOVX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1157637B491 for ; Sun, 11 Feb 2001 08:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGU1111037; Sun, 11 Feb 2001 08:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2709737B491 for ; Sun, 11 Feb 2001 08:21:22 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGLM109919; Sun, 11 Feb 2001 08:21:22 -0800 (PST) (envelope-from nobody) Message-Id: <200102111621.f1BGLM109919@freefall.freebsd.org> Date: Sun, 11 Feb 2001 08:21:22 -0800 (PST) From: adsouza@uwaterloo.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25005: gnomeutils will not compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25005 >Category: ports >Synopsis: gnomeutils will not compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 08:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Antonio M D'souza >Release: 4.2-stable >Organization: CheckFree i-Solutions >Environment: FreeBSD alice.cshouse 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 19 21:51:36 EST 2001 root@alice.cshouse:/usr/obj/usr/src/sys/QUIK i386 >Description: When I attempt to make gnomeutils, I get the following error and many more like it: lib_vidattr.o(.text+0x8a6): undefined reference to `_nc_outch' /usr/local/lib/libncurses.a(lib_vidattr.o): In function `termattrs': lib_vidattr.o(.text+0x8ba): undefined reference to `cur_term' lib_vidattr.o(.text+0x8cd): undefined reference to `cur_term' lib_vidattr.o(.text+0x8e1): undefined reference to `cur_term' >How-To-Repeat: Try to compile gnomeutils on a 4.2-stable box >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:32:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B839837B491; Sun, 11 Feb 2001 08:32:29 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGWRG11382; Sun, 11 Feb 2001 08:32:27 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 08:32:27 -0800 (PST) From: Message-Id: <200102111632.f1BGWRG11382@freefall.freebsd.org> To: johann@egenetics.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24715: New port: biology/fasta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: biology/fasta State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 08:32:14 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24715 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:32:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BAA37B491; Sun, 11 Feb 2001 08:32:55 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGWt711503; Sun, 11 Feb 2001 08:32:55 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 08:32:55 -0800 (PST) From: Message-Id: <200102111632.f1BGWt711503@freefall.freebsd.org> To: johann@egenetics.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24716: New port: biology/fasta3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: biology/fasta3 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 08:32:36 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24716 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:38:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from barbera.system.pl (barbera.system.pl [195.205.185.21]) by hub.freebsd.org (Postfix) with ESMTP id EC8BC37B401 for ; Sun, 11 Feb 2001 08:38:19 -0800 (PST) Received: (from saper@localhost) by barbera.system.pl (SYSTEM Internet) id f1BGXPV50703; Sun, 11 Feb 2001 17:33:25 +0100 (CET) Date: Sun, 11 Feb 2001 17:33:24 +0100 From: Marcin Cieslak To: "Schmalzbauer, Harald" Cc: "'freebsd-ports@freebsd.org'" Subject: Re: gxsnmp Message-ID: <20010211173324.A50471@barbera.system.pl> Mail-Followup-To: "Schmalzbauer, Harald" , "'freebsd-ports@freebsd.org'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from H.Schmalzbauer@belenus.com on Sun, Feb 11, 2001 at 12:54:53AM +0100 Organization: SYSTEM Internet Provider - http://www.system.pl/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Schmalzbauer, Harald (H.Schmalzbauer@belenus.com) napisał(a): > I'd like to ask if somebody could have a look on porting gxsnmp > (http://www.gxsnmp.org) to FreeBSD? Last time I looked it behaved quite lousy. I've ported libsmi to FreeBSD instead :) But I lack some GNOME experience to port gxsnmp to BSD. -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:39:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BA2037B401; Sun, 11 Feb 2001 08:39:30 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGdTq12095; Sun, 11 Feb 2001 08:39:29 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 08:39:29 -0800 (PST) From: Message-Id: <200102111639.f1BGdTq12095@freefall.freebsd.org> To: ilya@martynov.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24990: Update port (by mantainer): gnus-emacs20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port (by mantainer): gnus-emacs20 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 08:39:15 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24990 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:45:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5724937B4EC; Sun, 11 Feb 2001 08:45:21 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGjJP12674; Sun, 11 Feb 2001 08:45:19 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 08:45:19 -0800 (PST) From: Message-Id: <200102111645.f1BGjJP12674@freefall.freebsd.org> To: hetzels@westbend.net, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24980: Upgrade Apache13-FP to 1.3.17 [MAINTAINER] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade Apache13-FP to 1.3.17 [MAINTAINER] State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 08:45:04 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24980 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 8:53:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE1D637B401; Sun, 11 Feb 2001 08:53:36 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGrac13461; Sun, 11 Feb 2001 08:53:36 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 08:53:36 -0800 (PST) From: Message-Id: <200102111653.f1BGrac13461@freefall.freebsd.org> To: xaa+ports@madison-gurkha.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24846: changed URL for download, upgraded version (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: changed URL for download, upgraded version (by maintainer) State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 08:53:10 PST 2001 State-Changed-Why: Committed. Thanks. Updated URL. http://www.freebsd.org/cgi/query-pr.cgi?pr=24846 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 9: 6:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D794C37B503; Sun, 11 Feb 2001 09:06:10 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BH6Ai16609; Sun, 11 Feb 2001 09:06:10 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 09:06:10 -0800 (PST) From: Message-Id: <200102111706.f1BH6Ai16609@freefall.freebsd.org> To: nadav@libagent.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24941: Ports update: hebrew/pine (by MAINTAINER) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports update: hebrew/pine (by MAINTAINER) State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 09:05:57 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24941 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 9: 9:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5035A37B401; Sun, 11 Feb 2001 09:09:23 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BH9Nj16881; Sun, 11 Feb 2001 09:09:23 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 09:09:23 -0800 (PST) From: Message-Id: <200102111709.f1BH9Nj16881@freefall.freebsd.org> To: johann@egenetics.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24600: Port cleanup: textproc/py-martel (MAINTAINER) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port cleanup: textproc/py-martel (MAINTAINER) State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 09:09:11 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24600 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 9:15:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13C3937B401; Sun, 11 Feb 2001 09:15:57 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BHFvR17544; Sun, 11 Feb 2001 09:15:57 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 09:15:57 -0800 (PST) From: Message-Id: <200102111715.f1BHFvR17544@freefall.freebsd.org> To: johann@egenetics.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24606: Port fix: devel/fnorb (MAINTAINER) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: devel/fnorb (MAINTAINER) State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 09:15:38 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 9:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBFD437B491 for ; Sun, 11 Feb 2001 09:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BHK0s17744; Sun, 11 Feb 2001 09:20:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B85E737B491 for ; Sun, 11 Feb 2001 09:18:59 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BHIx717661; Sun, 11 Feb 2001 09:18:59 -0800 (PST) (envelope-from nobody) Message-Id: <200102111718.f1BHIx717661@freefall.freebsd.org> Date: Sun, 11 Feb 2001 09:18:59 -0800 (PST) From: akoba@ga2-so-net.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25007: telnetx problem on 4.x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25007 >Category: ports >Synopsis: telnetx problem on 4.x >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 09:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Atsuo Kobayashi >Release: 4.2-STABLE >Organization: >Environment: FreeBSD gate.magi 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Dec 10 17:43:41 JST 2000 akoba@gate.magi:/usr/obj/usr/src/sys/gate i386 >Description: /usr/ports/net/telnetx core dumped on 4.2-STABLE. 4.1-RELEASE and it's ports do same thing. >How-To-Repeat: $cd /usr/ports/net/telnetx $make install ...... $telnetx localhost trying 127.0.0.1... Connected to localhost Escape character is '^]'. Segmentation fault - core dumped >Fix: alta@ryozan.rim.or.jp (Sumida) temporary solved this. but we dont know this is the best way. === telnetx === --- Config.generic~ Thu Sep 26 04:33:13 1996 +++ Config.generic Sun Feb 11 11:43:05 2001 @@ -198,7 +198,7 @@ @make -f Makefile.generic ${WHAT} \ LIBS="-lutil -ltermcap -ltelnet" \ LIBPATH="../libtelnet/libtelnet.a" \ - DEFINES="-DLINEMODE -DTERMCAP -DKLUDGELINEMODE \ + DEFINES="-DLINEMODE -UTERMCAP -DKLUDGELINEMODE \ -DUSE_TERMIO -DDIAGNOSTICS" \ INCLUDES="-I.." \ LIB_OBJ="gettytab.o" \ =============== yanagis0@is.titech.ac.jp (Yoshisato Yanagisawa) found the problem is in libncurses.so.5. or tgetent(). % gdb telnetx GNU gdb 4.18 .... (no debugging symbols found)... (gdb) run Starting program: /usr/local/bin/telnetx (no debugging symbols found)...(no debugging symbols found)... telnetx> open localhost Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. (no debugging symbols found)...(no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x2808a60e in tgetent () from /usr/lib/libncurses.so.5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 9:20:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hvmta02-stg.us.psimail.psi.net (hvmta02-ext.us.psimail.psi.net [38.202.36.30]) by hub.freebsd.org (Postfix) with ESMTP id 1DCC337B401 for ; Sun, 11 Feb 2001 09:20:09 -0800 (PST) Received: from randylaptop ([24.18.238.62]) by hvmta02-stg.us.psimail.psi.net (InterMail v4.01.01.00 201-229-111) with SMTP id <20010211172008.HFCH11307.hvmta02-stg@randylaptop>; Sun, 11 Feb 2001 12:20:08 -0500 From: "Randy Gordey" To: Cc: Subject: FreeBSD Port: apache13-fp-1.3.17 Date: Sun, 11 Feb 2001 12:21:13 -0500 Message-ID: <000001c0944f$09ac7c00$041ba8c0@openreach.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thank you for your time and efforts with your Apache-fp port. Without wasting too much of your time might I impose a few questions? 1. Do you still produce the apache plus mod_ssl, mod_frontpage bundle? 2. If so do you have it available to the public in a recent incarnation? 3. Is there a current incarnation that you did with the configurable additionss like php and such? 4. Do you or have you seen an "Improved Mod Frontpage" http://home.edo.uni-dortmund.de/~chripo/download.html feel this is worth looking at or are most of your patches make this unnessarey? 5. Lastly why has the FreeBSD ports team never put in the apache-mod_ssl+fp port you have done or your "Roll your own" version? Once again, an I speak for nemours people in that your port has saved me alot of time I couldn't afford to spend as well my clients who felt FP was a requirement for some reason to allow a FreeBSD web server over a NT box. Randy Gordey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 9:26:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69C4D37B401; Sun, 11 Feb 2001 09:26:16 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BHQGW18752; Sun, 11 Feb 2001 09:26:16 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 09:26:16 -0800 (PST) From: Message-Id: <200102111726.f1BHQGW18752@freefall.freebsd.org> To: varju@ca.webct.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24973: [maintainer update] add plugin support for port/palm/jpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [maintainer update] add plugin support for port/palm/jpilot State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 09:26:01 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 9:40:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pendragon.tacni.net (unknown [216.178.136.165]) by hub.freebsd.org (Postfix) with SMTP id 9653437B401 for ; Sun, 11 Feb 2001 09:40:20 -0800 (PST) Received: (qmail 51871 invoked by alias); 11 Feb 2001 17:40:19 -0000 Received: from unknown (HELO mail.tacni.net) (204.155.159.101) by ns2.sohos.net with SMTP; 11 Feb 2001 17:40:19 -0000 Received: (qmail 522 invoked by uid 1000); 11 Feb 2001 17:40:19 -0000 Date: Sun, 11 Feb 2001 11:40:19 -0600 From: Erich Zigler To: ports@freebsd.org Subject: Re: Replacing jabber-transport with jabber-1.4 Message-ID: <20010211114019.A490@superhero.org> References: <20010211131927.A3745@tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010211131927.A3745@tao.org.uk>; from joe@tao.org.uk on Sun, Feb 11, 2001 at 01:19:27PM +0000 X-Eric-Conspiracy: There is no conspiracy. X-Shane: Hi Shane! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 11, 2001 at 01:19:27PM +0000, Josef Karthauser wrote: > I'll commit it, and the associated upgrades to libjabber, etc. libjabber, libetherx, etc. Are no longer required for the jabberd. -- Erich Zigler Is it weird in here, or is it me? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 10: 1:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from drama.navipath.com (drama.navipath.com [216.67.14.8]) by hub.freebsd.org (Postfix) with ESMTP id 52F5337B491 for ; Sun, 11 Feb 2001 10:01:52 -0800 (PST) Received: (from root@localhost) by drama.navipath.com with id f1BI1pi04984 for ports@FreeBSD.org; Sun, 11 Feb 2001 13:01:51 -0500 (EST) Date: Sun, 11 Feb 2001 13:01:51 -0500 From: Francine Fishpaw To: ports@FreeBSD.org Subject: Imap-uw updated Message-ID: <20010211130151.A4973@drama.navipath.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FYI, IMAP-UW has been updated. Is someone looking to maintain this port? I might be able to... _F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 10:22:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1144B37B401; Sun, 11 Feb 2001 10:22:51 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BIMpE25086; Sun, 11 Feb 2001 10:22:51 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 10:22:51 -0800 (PST) From: Message-Id: <200102111822.f1BIMpE25086@freefall.freebsd.org> To: jeh@FreeBSD.org, freebsd-ports@FreeBSD.org, mi@FreeBSD.org Subject: Re: ports/22876: new port: security/pam_pgsql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: security/pam_pgsql Responsible-Changed-From-To: freebsd-ports->mi Responsible-Changed-By: jeh Responsible-Changed-When: Sun Feb 11 10:22:25 PST 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=22876 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 10:31:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B477837B491; Sun, 11 Feb 2001 10:31:16 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BIVEV25734; Sun, 11 Feb 2001 10:31:14 -0800 (PST) (envelope-from jeh) Date: Sun, 11 Feb 2001 10:31:14 -0800 (PST) From: Message-Id: <200102111831.f1BIVEV25734@freefall.freebsd.org> To: greid@dogma.freebsd-uk.eu.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23728: [PATCH] net/zephyr has unfetchable distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] net/zephyr has unfetchable distfile State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Feb 11 10:30:55 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23728 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 12: 6:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from crsrv1.crnet (corpo-nat.corporaterelo-france.com [195.114.68.195]) by hub.freebsd.org (Postfix) with ESMTP id BF34537B4EC for ; Sun, 11 Feb 2001 12:06:41 -0800 (PST) Received: from unknown (1Cust50.tnt2.ashland.or.da.uu.net [63.29.42.50]) by crsrv1.crnet with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id C0P9CFVT; Sun, 11 Feb 2001 21:01:57 +0100 From: To: ports@freebsd.org Subject: cash in with your own offshore online casino Date: Sun, 11 Feb 2001 12:04:40 Message-Id: <43.518066.631650@unknown> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Fortunes are being made online everyday! Now is your chance to become involved with one of the most explosive Internet industries...Internet Gaming! But wait there is much more...LIVE Webcast Lotto and Bingo, International Sports Betting, and Virtual Stock Trading. We are PLAYING GAMES, HAVING FUN AND MAKING MONEY! How are we making money? We do it with the most RED HOT compensation plan ever seen in the industry...our NO-FLUSH Binary with incredible matching bonuses.Anyone can do this! You could be earning everytime someone you introduce plays a game. This is a Worldwide opportunity and it is EXPLOSIVE! Check it out at: http://frdrt.pokeadot.com To be removed send an email to: nomoremail332@yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 12:18:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from symbion.zaytman.com (adsl-151-203-91-195.bostma.adsl.bellatlantic.net [151.203.91.195]) by hub.freebsd.org (Postfix) with ESMTP id 96EAB37B401; Sun, 11 Feb 2001 12:18:51 -0800 (PST) Received: from aldan.algebra.com (localhost [127.0.0.1]) by symbion.zaytman.com (8.11.2/8.11.2) with ESMTP id f1BKIn903776; Sun, 11 Feb 2001 15:18:49 -0500 (EST) (envelope-from mi@aldan.algebra.com) Message-ID: <3A86F3A8.F1A3FF8D@aldan.algebra.com> Date: Sun, 11 Feb 2001 15:18:48 -0500 From: Mikhail Teterin X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-gnats-submit@FreeBSD.org, jjreynold@home.com, ports@FreeBSD.org Subject: Re: ports/24703: New port of 'libusb' to commit to the 'devel' category Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As a happy user of this port-candidate with my PowerShot S100, and a fresh committer, I'd commit this port, but I'm not sure about the name of the installed library -- libusb. It is too easily confused with our own libusb. Forget the -L/usr/local/lib in front of -lusb and instead of "not found" you get totally wierd errors :) Do others view this as a problem? How can it be renamed? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 12:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D406637B491 for ; Sun, 11 Feb 2001 12:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BKK2939606; Sun, 11 Feb 2001 12:20:02 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Feb 2001 12:20:02 -0800 (PST) Message-Id: <200102112020.f1BKK2939606@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: ports/24703: New port of 'libusb' to commit to the 'devel' category Reply-To: Mikhail Teterin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24703; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org, jjreynold@home.com, ports@FreeBSD.org Cc: Subject: Re: ports/24703: New port of 'libusb' to commit to the 'devel' category Date: Sun, 11 Feb 2001 15:18:48 -0500 As a happy user of this port-candidate with my PowerShot S100, and a fresh committer, I'd commit this port, but I'm not sure about the name of the installed library -- libusb. It is too easily confused with our own libusb. Forget the -L/usr/local/lib in front of -lusb and instead of "not found" you get totally wierd errors :) Do others view this as a problem? How can it be renamed? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 12:22: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 7D3DB37B401; Sun, 11 Feb 2001 12:21:57 -0800 (PST) Received: by totem.fix.no (Postfix, from userid 1000) id 6973C3C8E; Sun, 11 Feb 2001 21:21:56 +0100 (CET) Date: Sun, 11 Feb 2001 21:21:56 +0100 From: Anders Nordby To: mharo@freebsd.org, ports@freebsd.org Subject: Update of ProFTPd port Message-ID: <20010211212156.A51093@totem.fix.no> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.1.1-STABLE X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Attached is an update of the ProFTPd port to version 1.2.0rc3, a version that contains critical security updates. Which is why I'm sending it to -ports straight away too. * I've integrated the old MySQL support from rc2, as it has been temporarily disabled in this release. I've added all necessary SQL fixes I could find on http://bugs.proftpd.net/. This (patches patch-b?) will probably not be needed when the next release of ProFTPd is out. * Updated LDAP support. * mod_tar support has been removed as it not support by the ProFTPd project either. * patch-ak removed, it is not needed anymore and fails to apply. If wanted, I could take over maintainership of this port. It seems to have been neglected for some time. Regards, -- Anders. --NzB8fVQJ5HfG6fxh Content-Type: application/octet-stream Content-Disposition: attachment; filename="proftpd.diffs.bz2" Content-Transfer-Encoding: base64 QlpoOTFBWSZTWZTqhsAAPPB/gH/3pAB/////////7r////9gOV94917vo9dHp30N9e2b2Wz7 7323Zl0dK66AOumnt3ZASbnvDHTs3vIQzvaZ7vTO50+vevbdNHzjvZ4gCTt21b0j673pyC7M mQ6NO97D6PL4bR67s1I1l529b277ufHrfb3SB0Pb43e91c7Futtvucbsq+zN89vbjfRa+G4d 90F3192+7rw8a95WtvBFu5R52GfbnCRJNBMEACJtAAhqbSmym0aanqm0T00QzRPRpBmSek2p 6TCU0EECCaJiJgKnqHqemU09NIZNGgNANA0DQAAyCQSSIpkGgB6RoDTRpoABk0BoAaDagAAA CTSSQEmkxqYU9T1MyMo0zU8o00AaaAADRpoyAaAAIkmoU000htUeJTaepP0IwZU8m0EnqbUb Uep6npAaaaaDTTTQ0ACJIgIAmgIyNCaNNVPxUep+1PSnlD1QxlD0Ag9ENDTINGnI1PSknkWT zgt2MgqixEu+pirYkp8TdIkNKlkgoMQiRAEKVsinldtgqahthJbBtKqlWYUsDGEpbStAUihQ UUZAPMDJMoYEEcfz9b8N4jM43pkOtxyjbHm5mtZrPtOFcLTLbkySJRAZUyEnIaYMXx/Uq8H4 /X2PPUJtPTGf7CKMIuuB9Coz/MoaJqSnEcuXY8fg4s37Y5p4ua8X/ykn/VD4KTRmEyRlDJeR LOxPLiD7SJqHGnW7uaTV2b3NUf4e3zOkgHnRjABBJCoLCLnCv74rZROrhXKFRbA3o+V9G6Ud o0sgbQFEIUYqkUUiqreAoPG33Gd/eXeu9nESzrd3bWaMLSVkBRYoojGJ7hdb+tAsOyHWDIGJ 11VCGNJKGiSQEz7nf2Sp0H/lGktVukRaEpEMZi1KqAjFFjMtNRoTpS9RaisLasJBBaGgZLx2 5pJZ8Ex5m3UgexqQaJhxOivKSy0YmUschU50qoCaukGhRxSpVLcy5ajkxgxiGmYxalVWIjHW YaZiacTEx0Fo1KihYZXbjo8hODUxzEq2N11jtHrKmgUR10JrC2UNWiWwoIXZLDGups2GOyU0 RRSKiRYjjCucSd7sncOYaT2heVEFBYf/BQfHgX73A7d8H+rhn5PABi4FgOjFB9HH+ud8oQuX oWHbYA8FLRVsIRJ4bmNmuU0+aTauFeooL3XOiU2+KgCPw/Lqz8eSmrTvLRvzuhb6sfS8s6Rs lEFdBEHdETvHkZp5PS/R6en08J4mOBmZGF1EnL8UpG6e2uyW62tbUWszyZHmjCXb4UcOayrM x8LQAAO4ZzwfEDJEhpxEDR5CDhgNgay2Fg2oyZVAgAYEQgE90lBGQEAC7pHByAFlxzSFyIkN MBCwsmspArArWQDC2QCBJWPBEB2UcCBIyMbiyqpGKEoTEFCJEGMQsYDCK2RxEuSqMMIOA6ch EtKsJVLC647UMIhgYkjBYxEX+Ju1uA67vkNOIb4mCYsajJvQUKetCpHgExVjbZv98h0BfLKw hqFZSBCyymmgjYzpvBVlUKIwKMiCAsF5JFqEUUAFBrQBVmISW0ArAFIVkJL/0+54O34vST6c SSA6+hctuu3t/RPjtpxVMMQlA1TSOcYDFWA2kv4GBtwBQoBHZ6feBkIU0ShSTYKT3+E3w/Kk nhT2bz6S6BVVVVVVVVVUVQN2qbmHlOZYTSqhJwg/tIlAWJcGLilMNBB8hv7/gOHcekOf/Qag z/Xerj4GZGE8WQWhmDIFPjQuQ5K97Un3lv+8uYTHIyvj54X4ByReE2z9KGus/EfaRQ9pEdes HyYz4AoTQgFGts8eB0Ake0ifY5BoLu6FFCZwxsrkUC1UHuRJDR6I0hWcQvqAL2ryKNhOJwwT /qMKr9qnNPzIXgaHBk79/2B9jY191wDm1nb0zY8tqdy22dFe+jlxu84jBFnmqHfswIyNHG1A wUPysK95Yr3bjgUCP2mO3b4jhR9ca8EUl2sd/YGVTy6McS20/CrYSqnDR++r2a6Yp60B69dv 1cZ9gX9PSzeE9y0ISBLih6KxuGeREWMnkBH1fJx3AVg5EP2yrWbSiMxPefI9N80ONx9X9YRi ym9w4ZBLPepmWBGdIzU2wrHUK+LgMh24IHiOQOd03ebt6vP7LIH7zr+5FD1w+Oyihh9Y1UDA xLg969GbZzHzJas3SBJJD6yAA2V9aDi9XTZlRyAotaXuHzShGxKZsKDFNsGmKRe0rY7F8k/y A8iKBgjpHyHeCJ3rlFibhSBuwUG2uzcz4FA5fqvce327RXC9z002jp89ZlEFEJZHZ+HKr+U2 7Cg26wmFCCRJQfZ66/h5/M0vemmeRKW8vLjv+98xj+jrILloBoSfjpL/75OiXU6iyJ5cMzaX bEdD9zq60urUfRIyYVOCb9PXcqUOy1UIHPd41oyJVZLOXJkNERbBU/i1kwvwudpQnrsKcOF6 Qcss9+dQtXXhcg9HcRqIc+emUzw/CnTWqusXcaCRm60HWzsbYdLl1dsjuaH2uZ9FLpikKnWN FcdzcvtHe6CHT6UO9O6d/uGZc/DjMvw6Ogh4XHoUzAGrJqQDaCF+yzg2DGhpiXsQfDO51+Iq XwyIVDQBh93KVh8ZOwESKl8kFomwZWKYB7KTTWVBl/uKrA5TsUi7w2artq6xXmJgB5jKWBac dKKOKZWbW237h9xK4rWQu9/Djxj7vKI8xnQOm4z3KBQIIZNwaIKLmbJGFAPbvtl8xmNdodJr KRP1itl+ZMXVcaNZFM9A1YGYr4/v1HPNEHMVhkaD75mT1hd9xaYFdh2wV8VGez9ig9dGVKli 4O0PIKpmsYmSAnVSsgrcXzWWYBH6QHL1DLh+281UX9kV3DIKFX5KDMR8lgc4qu8+LT3DMVel VoxIvvUsK8Y0x6mCTJg055gmJ/Y/S8morBZYk0Bq7gSBIE1C9J1Rx7J5jQz0E6cK8hrdBiMi IGDBAwZzkSseYk4CuMA3FB9sCiHaEgwNL1YAzEWzFBH6NOnu4jwK0QYFZl1SsznFXeg1DP1n lGmsuQ4ynJdW82u3bPU9murTot5eOMstRh3rNMDITozXzPZbSjaFFC/mO5mhWstfd1IPq9xz gsHTSZXw0H6oXT8g2UEXdrs0ozy0ZJbqjQsKCwI4ouDviGUWQYkXUaRGjJvpppio9tnVlxVZ 6mChgcHE4HQRDUmQxQrCpWFpY0aRVgop4rSCgQOFKGGt+E8AKZDNz6o443jokmTwO2lkiweJ pDlP4KN4rjBJAJAWeTgXuFzS04VBJ23JXUGoPfZ2BOEmMYxJ41tVFgcJdlxhhV8cfEueThLa 87vd27GG+JscqDPxMZ31+x0y1urGQPHiKbXb3F/zFD95kuGBaEGMX9mSYnXmbno2G0TVfXnO Lh2uHdkCwCw7jMNMVFGVuedskSkHO6H+qetV5xVt5t+p3GDK4kPVdqiZaWwUntPKUUnAnLJF 87jCMx6rxfiPJbWFfVp7Mg2aes14FZDVmXgVolT0aqqtnPl8VRha1Aaz/IsmFV5i+Ztttttt tt81LocOp+V9z4Ox03CkXpCgjRswQjZhcV0/BkqGuMFqnIzX3CEUDpSgKuBRHWyubxOzXJZs ajaJ44dWc4z0nk6K0s98LeQbe24q/ZUFfrjXKxjbHll0TWjkpVekSPLlFA43Tp2jdunq0hkh y51G53pPYIva9Qi5bXBR85auxY0/A/xxzMPpFxKX+Xj7tdfXqyb77mt1JdT23UkbQ5WJu/QZ e92C9GValWXXjywG/Gwmc9OzcUyKA6hgbS2m+yov1rX6CM9hInSZ1yNkMIU1QCiCe5T3PJhu cX4dh8M8WVT3RAiHyez8wm6AgsYqCgxVVkEQFRIwPS7yl/YnvcaB7vApJoSKQ7u1IaDdVMiF RUk4uiqjgYhZECe3xafieTG2+GquViPOZnoQTZyrXsgrxf7iGvn2NuITDJkE2ujLN5x+zEyr 2DxE0JsujRJM5uj2r2oxtuDYxgeU5TFhjCCXmGLYd0IFY6bOH1oEvP46X4Kc4DhAEMgZkzSW pwhpDjtdy29maxGPdY1Dub92E7rIIjPBVgREYiIiAjJ5EIfqQD46raW2BMQAWQ8MFkjzHD6X Yww8lk+wzl/s8BhIsBel/QZQwj1TftYMoBiwqhy/QCXYpEOEAIR5QxYUFTlx4QO3+Om8Da1k iSVgU9TqfziLoh904U7+i/KYeyqLAjGB00pJOfjsMVJwPe9/DiN7q4XtEIQhaCdhdCIQhS+W B+0gYe1D2Ngcd6UuwzsNi0TfshSCH1xBDiLFTWEgiYxyJUcyAtouUUcZA4c/HuNEWKChv9/f MDuiGw6SmUDYjmgUIiBQ+60+k8NGBHn2Vd3ug8F8askvZDfootc1+3ny20Ll3xb2sZ8/r0wb FMe/VrC5Tt0bd8cnCr0nrV2FFd3KjFbvB6sX5TozHsVLKOo/mQASro+jamdlMvU6F0HsK37D IbWH0haLIGcI12lKme2WtGwZvv0cZAkszJDq+eod+3PHDn1mei4lsL5S3eYilmt61Ihtico0 U5Ua6Z/JukUZGjiwpx1ZL47ajTORbVOMIPOGVnJpV3cZ+X2T1hoGxkmH5zdp3bM+3i1clB/B 18kLD/JG/r0s0a1h5L97jZLn058rZze52fkQaJCuh7zV7/1X9WvhYM6VYUmZ9Cr1fr8YpwwG vByz0mnIMChtkYLEWvhsO5Ei3f2fwJig0LHDbksbe6nJZJbRHFkfI+hoGNuDQscoydbmLvps mnIfBW8MyTpSKTdwznnZTpcGm5wM7vzxJED352xGWQyRARARRRgIkBIp5mUFqAJRIhCMIwzi icACCnxIABlMAQUh8VABXWoQMgUDnIiI/oAiiEAKgWJCQxUxkFkJhCIBCDBkCKiNRUQwEFCD JFMLFGCiAHSpSlfm7BrwWOhSKdW6EDwgusR1iAhkK0KsP8PeXRbCBGIqHQ8H1aECxj8z7/vs WPu8B8Y+iazz/k+gKS0Grd4ONhCmKdM5nLSeBdWJTBpdPPAVNBOCFUPtSMGSTyFk37HXvPFX arVA26pyvmQC1iggcLXDCH3dgRkeEhCtIxJxE+jr53JNyPapxyUV48AEwRNCYH2Tl+j1l6PX uCqrh/rrd6QsYs22VV2nGHlqoreDwZJbM2/jghxlEbBGNlNMEfXMXatZWXipsEfDpvbG2DYz or17M8tDgMDfhgepQhTwTZqlUqpkmB+4Y4nemCnj5rCL4CZie30RINKaW5/pCez7QzN9ctAj vPaGfxHXAaHv7Bs9daqEoC0PKbp0aIEgU/a5fdxoel+eBzI5ygcQvmC/50tO1lEUxFxJYMBt BOPHCBiTiTbdnpZNdrw828Pt9+W00xuTuINt07ahzPXydNZQXsFwlvDK7Hr44huHrBkLbakD EofsRl0xHIJzIHAf1uMY4uMZfUHE5llnN8PPE63ejMNz3G03rbfR22vYtGEKYe7xdyapTTze xe1oxT1FTFr3Ieb10U1UmOJq4bswT056c/qPFjfpEoBiPhhsk3JBRRZYCWAhCowKV9fhRgOC nf+eS+HPpDcLbNC9PBugkkcYwOKUbyCFnBgBlZUjzxgsggkUgMEiCsGIPohBniOh77GAsAgQ SKPRQ7/9tBoh94lH3KuW/lNxVkZKS4Ucnf9Zy/vorrhlZoNI5frLfx5LHTpO7qKrdD9CMePn 9HPi1vq40kfJfkGibGyVnLw5Du7u8cQSHNbntILtfeHOxGXDrH1TAZ5SkMuHJofPqY6CRKTH FFB4PM105SFMXmKzHwQralXv36sTCtLAUhBQ/osUnBYKbASKKmv19f0Tpa/Ud2maJD2pIRfS 18Gb1egSPceJs/4/TKR75EFLY26AhlLX/f2+P2U/bWoLPtEqa5/bkoo/3R08mkPHz9sgA/QH VFR28pvDxENeNJLuoBJ8Ikd/os6I+H14z9AehHjAR7fg/EfSnJe/Ms/BUy6+h1nmT9penhlL 8a6ijZ+OB8oGKJRBofOvN8R1CyEPR7G2pjEt3z6mgO4BmXwks5AdEwxNhpYYQ5vwNCWmRZkW bEHrcvVkowvuU+j0bm1B6GzcbNbIZ5H2GD8QAb7xK+9oA5ow30pmhbTvd2ZcGwNZcTMMDmLY UXc8JcYMxWqiuUB6zjepEmdZ5SPVkY7oSbDLN/fLdaJO0gbd6ToOR0HHiiKu6Fq/EW0O6ZJJ ceGlwqkkkvHb1bmm8XvZxZEl2LmYxa9NOjmAKEN/gOVABz7gOgLvtSTJfgQeYkt3djBfhaQW zlJuisDQXFNWmuIhw3ScxuMoGUL7qvOVoSxYHfONED3VFElQGJVOk/AqIxHUZzQYbIIiCpaT LhQZqDGnUkcDXhkGbt9k9RYHOanduKtlRadKpoHHG7D6C6dchqda/ptb6bnTUrLSejTtlPIm Ru+5c7+muH5xEd4xpxMwJq6XkyDdwKxNrF47x6gqoNTfpz9+5tRUCrnLyOhGkVHwLuUgtx6I pqrqHh+0HLrbp7sKDzgXeM9uXITxk478E+Mt4kDldu1mDcpuR398GCB90d5rB4+kOaDfiPI5 9Sas78O6VZ1L8Gl73JDZuaDk+zMwRzbMMMCO617J3jkIa2xtsl6bxDu6WHeNYiR35HLx3NUZ TmDmTKjk8J44NdUuB36O6Vy/q68jVc0LXisTaYoo23i+2zxNOBs3A/Tuznm77AWRgMDNIzsR a1mYLJeP5vyncGeqqIIXH8CVqA9XMx2R3RvKdXibs5kSupAlLKGrJYv6W/n3xQZS0cpP3anU +/apFfLd3lnp1gk69zCGiaGjxQ/d4ZmUTF4tUwPf1fJhFZvZZbKGhs2hO+VaVP8R47/vD+Hp cajEih2xAqH8XrrZH5yE/LO9g9L6wp/ENOG+VFXNxSFSyb58sVM+NjTM1f468J/trgtzI6ij RMGzaLlONs/IqjDkiw66HS+mk6eHu8ANMRf5YOm2lxmsdkQ8OWXddS0327cHLt67SV3OaBtY BZc7rtWNlvd8tKMgK/NH4x0tQxbtUIk89UVMdkWyQG5VBWl7WiJeZmz4cI1gFTrzvYnKJqh+ 4yFVvFmO6c/sLj9QHmQuk4GpbJF0cnA/mSqrCB8Aw90BUktsErQ/pGGGAtiJBD9ZEV1+QlAn seo2k7pZghSApBXI+kJJO/MJJOn8IKCjuiqqLLWiiFKKiq2lKvl7m5PfPenCciztmieM/XrP 8h/WQg2ABmnWXL6AT7iQs1nQECGs5EwelkfQv1tmiG40Dump+3/q99DW6aIU7PDzBhx0gr6F J9BvoTi3wD5ck4KU+TDoQQyQGOSCHhxsZ7Y6klnAbz3kkXCmoIbg3IlWxT6sPQTWoOUhx7RO SBXEQ2jbsANwBOIRhPTTz9A/3FQIrwVSAUmLjaQUBvRyk/o8nsvv3if2QVtIRYTYpBMxLBQ9 Aoqnx8IByIDJJunFgsBgqAwVEUF/kfZdDbyyPd34CaqnbW4E27ku9QwS5RyAraZ8CoHhVGhL gj2Eyll1DBTikVNVPzx5YIHXEwFbUJ1Uz2GB4uC1MHaJOM4LRM2JtYLmCeb3e95q7dXCoVeQ vNwBWrVvAHE/AfQpiPSi63OPQA1EgOQ95l12ANodRdtewhcoCx5jin7lB5B7r4o+wdXh4eOP KjzPmJcAL5Kdkr1vJDzdcBqh592B9KbjchtL2DEskT4RA7Tv7hDBD/7EPRSFEOTSDTEKYsYM jAildtDqby4ch2b+IJtxCENugubsVcjCmzMFCRoUhwqZvcQU5oMQAKUEJI+2kEYgioPMlyyC tEziMCIbhOfxk/7hi4mLQRq6ARJNWQ+cCi2RPiW7oj5QzhCf8Ah7iHGRj6Fd3i0HKvVEsE46 sSABZSgUpAEmvjzTeR1KRTLcEsqFKnVHJXwE5+nj6sYuBVFFEKX7YL2QEz0NW3KD2IerzU9K nuUQulAuBkeaS6QaE8lEOtSmCGZO3p71EmiaRtSGkfLQegvjFYb84xm9EjZALA1TCZQPkNLf C0oDBlmVYHm6PPCcROkmNCvO1IB38ANRCQuUVlUraWQsXSxSFIWO66pj1KhCCY9nTJzXTOs1 KBO0rExMClShXELETvYaC7LoelG+JwTgdum1cOIR40JQ2Ibj6trv2KrtJgCak2vpsHE5DUKN 3b3E6mpfBmWExBhaKdlDGBiQUhuQwYycXgLqNt7DZmJ8Uh7kSZoBxQ8tORqpoYjSlF8BNjDO UcS5Cr2TNyUyMSSEuT1BofSXQwzA8whQ2NhmxUy9EQ4jwKxLKJn36pY2C3K8SuN4B5bjyCqQ CNSDdreePIyVMDeB31VIXxM3uMQhIfPZ15jyMqevM8dS9jdtaPU4NOY6hoU+DtNoY9fqWIUn o9X7q6xKIxWQJBRp+fsZ/Gmhnpx5B95JUjJxnH1DqA/F5/TRzjN/R+EpvYxps+Nz6F1ZXOrK JpwmqAhqFjFFSmLVcCnHuwn249nuPLyNqRUq+asi+VEyKDlbU3MD5TmDmHxIamm7NBKYpaah J34VnClKo1GiNaiCWOTpw8vjrxiFB5+Wj0dklQOVYIekOjwdnQzc3SR1roYNbQ01lJLKMEIZ maWLGAiEk7EEhDBQAqSTfDVjKFvigNBko+qBrIqExE1OGSkYiZOt5yyiTQC8hG0+QNVLrTXk G7LB3cDNyjdycpB2OFCC2YbIEAOdPnBcyKZrsU/I5gaDqRUMEi8IjsIFYOUC0jAk5s1MPzN+ /lIXHMxBiEOWdiai7HExXCtimgZJIFyBMZ4wKHU2hDesfA9TWmSsxSV82N/t2rxD90I+ppC4 DEG9pf1tSN+YPVo/bRj38DjdpyW2DRM/zD3ttyNzHH8vf88f0cfysprqrpf2UGhGdnSfkxPo D4ql207hVpahig7nQogrCxH4e2lK4Oc3C+XvkzgcuI+VOQjOv7U2ToMEFBEqm0FipU2NMNRT SIQD2QkQSjY1xHVZuodx9lPHeBIkCPPz5AWRs+L/Hr3yzPwDrCulwAbqCEaHmKFJuQ32TZ/x 4RNoUwoVDdkaw1znU3bmRKrkm8TpupKK0DwCCEjCIv+whEK5Z5KG3ULHA5p+EUy140lChZSy EYKgILOg5hmgOUA2DcPNZsaTD6cGYGwILNPUh+rrLpVAlR91SSSAV9ULcbvCgITzLXlAOAw2 Gs2aCGLKCH2u9FxEDnSVhhIpb0JQFifbfev014vp8evjNa7idsPTj4Ebtw+cTuwPTKbJyQja QJE5HZXX/RqqnQC/120Q3ZnpTauSGLstZ3U/IO+rl40k2rVNoUNvjDEAkNirBpUHeLUxnhx+ tlWZWCBYJ7NQKxSoYomcaccKSYCmMdCNwkEjoNR2SA5P5betcrV/Jl+pGVixjHOSSwTNQZ0G 6VxnYI0qvaLeAwpDhypFNdLaHr0FAH87S3vAMGGB4JIKm05pOEEkWREJDOQPSu7GcfEuY7NS JtMmi6ekns9dTNoTCkqOmQcxsPAmArSpIAhIBBgyIwYkWRZEWC98opRwgd2GIEwKEGViWg1V EzOMym2/1woifagbTMELIZUFMZvbY3pYkqEmZLo2ygr/Txzm5TpMIVfzXFXK0wbGNz3r7HUb 7BBrGQNAolCQ2BD3XWrT3JukmMnhbngYagfY5V8EtVhLTNVmRS+2NhXu5Ym6SZFEPeWbep+W XEeCE7S0M2B4d2C0kK+32Y1V7IdsTMGYZ2oBIaJhlyRJFU43gQjTf/BgWL7MM4oGdkMyBZRR GDQWJC4o2IrtIIjLLpDmWVMoiIiqqqqqqqru5m3lPHZ103c9+EIa0yUbNgalGZKTkgXLMINI 6NkusBsyJREIEFTJtCUlstSElEZBImLScnk1aHnoH1zg8+lAsAyFGQICBgh8ELIejvVD+Vgn T0jyswezTMAh1J5Ucgn6QEOwgegGoUsnwwKcod49V7HQVcyltthqQG0x1ZKSDlquJdF3nmPn YFFyA0SLQMxNSygdF6WzQkOEg8iaFIB1nJMbn2DjHl87FFjDLLXPPMfiQSBczSmEM6i2oLES nxtfIq1rJG1ltwMfD8d2pAPSEMR1K6gWNvFzc4Ivual8TcowWL2CGlzlRYUOO58BHBlv7I1i xBqoOuhruU0LYnguHFHUqjWouPtk0vRIc79UInG2FFKJeoIYOCrKzodDcLIYsGJBwHRq7DNy czfRw3a4O7fvzzp+H7fRPsbHJ9s4G5vZO9ESd3edZLdFTNYgZrnOmi+WjjbjhQBiIR8/1gn5 YoF1B3w63XsXLYHRrEzgxhpVM8+4WNhixcb0G3l3BN/XQ+pyNsUWLVby136a3MZbR31teuxQ ZaIQdlIXXO4oL79dVAwrighApAeJkguu2FwEbAgFYm4xEhb1HYXNFHBR7ej4/AzCMerMQ/d/ hNGmlvwepaShjB7YvItKDTMFZ0uR7/mH8pGkR2Hn+cXNxga8EuICOJNaXANeQlo1KjXSIr/s lVMsYnR4q6GshmFqsUXnYO4q5coBLxTCWg0RiBXtCxaKQhbePqMhDPIwwxENGzQ92kOPgeMr DbDZkf8iGtxB9ooHHpAOZzKt7oBm24mdsRqAvZ1jlzeOiuxXKLmiZX4JELA+2EIvRNgkiJQt 1wNDrzMjHLsIuaLGxJDpYUTzjoZGrX/OHM9Z/RIQCMQK17XnYKHTgjtimJIxiDMqKtD22C0Z C1VAIgbTuILI/P42493B+VFD5UO07CJu+u7jlQ0yNU7rYeIQvwwQ279bGDnF0KlNt10LTgKm J2Q+eGBnarFfKv0At6ImIMO+c/pfm/sQMsIG4AoPfBTQ+QVcwN5aUKIy2oKwm1DDGyoLons3 DTTy9KROEAbiHIaj3L3cCcIcPHSQAqxKjvzBLiXTV9m8nhhRTlMlZZQoXYdzRPJzY0YWaVzN Do4QjXcsDawb0x0hdGShJMcajI4yTC60as0RZkK4wbywQQlaTZMjktIjPpDCaFECZGTWxrsH JwOVWBXagRYnWcVLN9l8l6MX/CKUSNa4TY3pNJYK0rkphUa4ClAG+6CSFWdBV4eBNDQIQymt hGdOEYE3BSCoX1hnMKCRYiLO1hZAwYiwASWJArBgax9uY/TdIIc1hgIzsgR8UUZByA4iM9ow ggCfUNZGDk2BRQQ6jqiiacRx+7v4+UcYBPfUvY1vA4WCawYkhNjwQwaIvnvGujwf9OpvZcPz woPYW9wYFMJGFfj8AqgTP9oRAqBLBi1zA1rnLwApCG2xeFqtLXLS4SZhbfh+mOvCTmdv3H22 AkiZANjYB887ITxpFGJFRBiRZEVneSxkUGICh69LJ4Iyex7DttmGsrhI9taR0MyF6BDOUgxG pJLDYbtqJg33CYCeDSF18ySdZkBA4G2f5zIr0BItUtAVAPbg06+A5o5rheywDdj7t7HJyhVY OB3dn4lY/ble3STHs1kNUjWWhwwTBYJ3wkQkUIakXYSO+sguRaDQJjaENCvdl96A+VpE7Aka SGv4fhD2ju7FKYRIEWQzDfSLZrfYP5yBtDbE4iZORakgX5B4pRRSaxqi1ZKhosCSFnAqGGU5 GYJV4s835u+yD//cugUx8CHY6fV2lpQqAeRA0Qa+aTA17QSYP/DosjDUlGo4ot04qyXC7TFY wlkVagFlWRaIJIKQigJUVU6x6jaNNGi68Y45pDQdTDSqgTaQaIAWVuIS7vT8MhHEunuQzJuI FQtGoKfiRqOoBuxyEeCaaBKKKeKZWB8V1AoF45/anyxG42xuwEnMH3NZ+xnBTXwZ1ZHclwIC wDFg85T1IWdXFx4HWNgxjYfPmGzwkghEVcgfDMkJDmuIH3s+U9A44nE7hKCBR1KMWEOR1g0j 0EMBp68B7KO86a+7DysSenJRYHQqIM2qcmwMB/CPpdPxOUjtq79tBKyEgbE5Jl4DX5aJwLBp iUWKEo++En/STX3neiCnXeb2htGLIBiBsBjkyGEkC0WHFZTSJs5mqJc/ejbwQ0H47uxbljMD vvSq2NiLQtUo+q6dzF959NTk1UCUVVyEpHkHSK9B6n2KhY6BOqP7Uj4aDtkJ0UqiwRZB8DBc 96yE8DSNLzj0yAoLWF3HIk4+IktLDUwasIOjd3ktDtJMQQtmti0jSa1MGIkEtBJAuIEMAeE0 zKXUoVsiIk5DBHMw0AkMIJqbDoEzBslpUPoW1hQGGkAqMDaQql9g9WTeeg+tS750XWg775MB kIUDloUO5cuMuP7ydi2w0U7M/rIOAKTDTA0lACipVQgEA25KSIHC8NJdBFv9BgZIAWE2BJCl gkIuRYPeOaG01sM1K1/xw9MgYyao9twlecjHzCJ+fbc1l2ZRBgI88sg3KDGSkZBQKMJUJSqp EDBHCWZanVoJjEhyMOG0Mm23nnkENkvwCTqehN6GObWsTzZN7sr1eto4B9jpzRzifPCjDxPU imkCEBTx6nmsB3AB9YdRPhFNYCxSLIBCDY7KQ/YH7DiHEQMfS/cQJtLdq8CNRAcAGAGVjlvO uwNi35XQhBISyX7E/3ENkDlEak91BqS8NYA1DA7dAEOothZD+ESZ2y9CN0d6K36LTgIjGAhA DJ6R7ga4bRqr3sBx5GKYeAOtENxkjgxpkaWRKniMPblhTIWmURkNeDatRTkTBZsdPgnf98o6 ItmQK0ZGYpaAtWoB6xFQG5gvaMpF/Ag40PYdYQQuRgzIaibMq8guB/EsWZg94NC4x8VNYz5N Vtimdl/KppKybDZnBpwgLM3dMq72miIgcemMtDJEwpBuY0NJB1dFnSJBefERDfGHlyN5mant NBMphhjgIkEnDihCwJAlDOE92Pztnhxs8EB5IPeh5EOp2/Ir2WwVzCQ7YcreBte07IZmVbbI 5pziAdYwJA2h1ZySb+IfsL3xXjX4QNTtoQgRB+qcIozgc4VA6g1Uspk4mfE7PjBoEiF4BQyA Qnlicay63eKDwigD1tg6/WHObxDd7OmHFyyw0bmkWwBu2pXehnaCIPh5B3UpgURL15IakoUF 03MIgAMmsvVJZrzZbmiqBitfdxUVTaZo2gaYx5qGDotRuDSNEDW7C4gtqTTUwgNaTMj2uhcz amtnBMmrjZvjSkhuoFdhA0wxzaQjEYbEWCWBCDkRJCQkkSccQRpBsrFgmcoxGzTYOqCe227R bNAiKAiBvnyiDIBxPF6PlqiKoiY1WhvN558y+71jQpRtSubZQoCWNgBChCMJC+ckn3lDOOVf U3YR5hB4LmSzAznJepbjt2UBtYYnwDqJKF8T8fGJIPdqa90C/ebhGIjTx5xLBnHDDTelQZtb G2mMcEECqLv39usbPNhMO1oJhq1kDBJhkLJrQPPdu5Kqdz2BA8ADFQ6UYYnsIrZxoOwQcJo0 Q9oUSBI4dDE6zoAu3J2gyZgRcBujVQ3siM/xxDZIsRheYpYyQaG22wUQHWlXAByG0wJJhdRw kmMDwANHEqW3jSqWSDFMpn7uUYUk2NURU5Pj10i3+VOFoQWRqo18Sw7DarfCeW5Qw6NMgPui qxgNKGqq1kJ0AtDPvK95msr8cA41jYwJRIS4jRrs2aNVtBBDQhIhkzxDTKbN6gYl003RIkD5 2oime2XIly0QWHPmdzoUPOoZ64KhsgUprlrDWqu7IvDd1mDIGgWd6GibU3CSgs2zly6lSBZX M8xOsCEHq+jz9pUKn7+YIn6xijGKOjnCHvFgbDp4WFPVwBQg8i6CFm5JI8vZP6ZaG3/Ftyyh t4y7z8ZN1DiRomXb6h0RJdcmeMHSHkTumC+XZYwR5NizBDiihiHM/ajIkiTsOPZ046qSTDmB uYtglQFjaSsFigsG0lZBRsLKwUiyKAoA0m4wxhHAyFsSgLS8BQ1FZFZu2C4MtwMMAOMjk4MF p8g8H/vQnSwRIgxARVkirAipbi2EDsTlG1KVaGUB6QDL1mtTbAPU9WKLy58+xQ6/M+Wcn01E VYWlFRWSryKF6oPfO6Zd5QqAZhm2FnZ5OBLd4CPvXEryPotbnM3NCmgCBjQhqZvVtM8IHxSD IIEIeAXaWmiWbx+ySFmYFS6d0u87Y0gIGhzQebOWh1gOh5sgwMVUDsGIZiO7WiRFxx9N8wxm lBkwYsaYdlBEFajhor4esSZomjTFFFjMJi1nIodSw0LNKHukkKaHStKHwWZy1ZsxKkxZrBUv MQXKHNOxVhMBzCw2BIRU2C+fA7CEKs9Bvz4SxbGisbXDAXCq/X73U1OBuengNAmHQKH99I5F g4sgIVBCiIdRoWLAlRIYc892Rj2OV7dNSLFKjoL3iIVg30lCHcSEIGHCJIKZjICEdjkZFj14 GSYYBM0DScudSbsDpmwKRdqQvWGVKWwFUGFu9UMXaMCxBmAZOsBDLk6icIIO9cAdqkChCCQk WRIq6AwOdUpIgczp6M0UxxKYFQpnddZRKNtWRqnIbUsrt6nfDHDARTahrt2EXEjtUvpqPEPL gOT9ww0QPw4PIfxj+rBgoHsDT9VCljinEiSUD6Dt/NOsOaHqRra9xEgyeR3PdmtQjAr9VoSF 3uAD6bwI5RZ0MZM66kdFFuZYWI9iDkNzMwmoEhFD+TROg0JF+IV9QYPbMkZD3pWfAeag8cdy ZsCZ4aSMfB0YpjaTOBPy2XvnA+el530rSVQD956+fsISMDzAD2wRgQCdpfbqMRQgd7H6AOdL h8dJCDR4QWUVafE1mYjbIMQ4BjbqQDD4QTOFCfjEWiRCABhuQi7TzfOAQgSWVLHTTCoQ97F7 5iztSmIHDMluu/LnAIPCT9pIktBxFIUDGc5uNhoeLU22hFD1y2ESTpKRwtm1m11tKPEg2YVJ pafNYFDEdNBeUi6Bc6GkaeiQHEDQ3HxUU3F07DfA5rqfL5CqCRV8oFEGRFgNQ+yCp9aH9kKF iQTzdug3MaTyVcJBNVMQTIwqek56WSCk/mVH0SFrYC27j49+3irXr+W1DZ1f4F3JFOFCQlOq GwA= --NzB8fVQJ5HfG6fxh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 12:45:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 7E4A237B401; Sun, 11 Feb 2001 12:45:46 -0800 (PST) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.11.2/8.11.2) with ESMTP id f1BKjkt28593; Sun, 11 Feb 2001 13:45:46 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.11.1/8.11.1) id f1BKjbu89736; Sun, 11 Feb 2001 13:45:37 -0700 (MST) (envelope-from jjreynold@home.com) From: John Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14982.63985.55237.755714@whale.home-net> Date: Sun, 11 Feb 2001 13:45:37 -0700 To: Mikhail Teterin Cc: freebsd-gnats-submit@FreeBSD.org, ports@FreeBSD.org, usb-bsd@eleetbsd.org Subject: Re: ports/24703: New port of 'libusb' to commit to the 'devel' category In-Reply-To: <3A86F3A8.F1A3FF8D@aldan.algebra.com> References: <3A86F3A8.F1A3FF8D@aldan.algebra.com> X-Mailer: VM 6.88 under Emacs 20.7.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Sunday, February 11, Mikhail Teterin wrote: ] > As a happy user of this port-candidate with my PowerShot S100, > and a fresh committer, I'd commit this port, but I'm not sure > about the name of the installed library -- libusb. It is too > easily confused with our own libusb. Forget the -L/usr/local/lib > in front of -lusb and instead of "not found" you get totally wierd > errors :) > > Do others view this as a problem? How can it be renamed? > > -mi Thanks for your interest in commiting this port! I understand the naming difficulties. For ports or other applications that use libusb in its current format they would need to utilize the "libusb-config" script in order to use the correct flags to build. I realize there is definitely "trouble brewing" with two libraries named the same thing. This has come up on the usb-bsd mailing list in the last week or two. Johannes E., creator of libusb, would rather not change the name of the library. Somebody had asked whether or not the BSDs should change their libusb to something along the lines of libhid or libusbhid (since it only deals with HID) and the NetBSD USB stack author (Lennart Augustsson) said this was something that probably should be done (see http://lists.inteltec.com/wws/arc/usb-bsd/2001-02/msg00007.html). However, there have been no details as to when such a rename might take place. Nick Hibma has been out on holiday so we've not gotten his opinion or possible time table as to when a rename might take place (i.e. RELENG_4 or -current only, etc.). My opinion is to commit the port and let people start using the library. If gphoto and/or gphoto2 ports can be configured to use the libusb-config script to get the right arguments, things "should be ok" (notice the quotes). This will leave a naming conflict open now, but meantime we can discuss how and when to rename BSD's libusb to something else[1]. -Jr [1] There are lots of options here, up to and including merging the two libraries into one and putting it into the tree by default. None of this has been sorted out and not be a committer [or somebody who knows a heck of a lot about USB :)] I'll have to stand by the trenches and watch the discussion. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 4.2-STABLE. FreeBSD: The Power to Serve. http://www.reynoldsnet.org/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 12:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91F6D37B401 for ; Sun, 11 Feb 2001 12:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BKo5l43085; Sun, 11 Feb 2001 12:50:05 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Feb 2001 12:50:05 -0800 (PST) Message-Id: <200102112050.f1BKo5l43085@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Reynolds Subject: Re: ports/24703: New port of 'libusb' to commit to the 'devel' category Reply-To: John Reynolds Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24703; it has been noted by GNATS. From: John Reynolds To: Mikhail Teterin Cc: freebsd-gnats-submit@FreeBSD.org, ports@FreeBSD.org, usb-bsd@eleetbsd.org Subject: Re: ports/24703: New port of 'libusb' to commit to the 'devel' category Date: Sun, 11 Feb 2001 13:45:37 -0700 [ On Sunday, February 11, Mikhail Teterin wrote: ] > As a happy user of this port-candidate with my PowerShot S100, > and a fresh committer, I'd commit this port, but I'm not sure > about the name of the installed library -- libusb. It is too > easily confused with our own libusb. Forget the -L/usr/local/lib > in front of -lusb and instead of "not found" you get totally wierd > errors :) > > Do others view this as a problem? How can it be renamed? > > -mi Thanks for your interest in commiting this port! I understand the naming difficulties. For ports or other applications that use libusb in its current format they would need to utilize the "libusb-config" script in order to use the correct flags to build. I realize there is definitely "trouble brewing" with two libraries named the same thing. This has come up on the usb-bsd mailing list in the last week or two. Johannes E., creator of libusb, would rather not change the name of the library. Somebody had asked whether or not the BSDs should change their libusb to something along the lines of libhid or libusbhid (since it only deals with HID) and the NetBSD USB stack author (Lennart Augustsson) said this was something that probably should be done (see http://lists.inteltec.com/wws/arc/usb-bsd/2001-02/msg00007.html). However, there have been no details as to when such a rename might take place. Nick Hibma has been out on holiday so we've not gotten his opinion or possible time table as to when a rename might take place (i.e. RELENG_4 or -current only, etc.). My opinion is to commit the port and let people start using the library. If gphoto and/or gphoto2 ports can be configured to use the libusb-config script to get the right arguments, things "should be ok" (notice the quotes). This will leave a naming conflict open now, but meantime we can discuss how and when to rename BSD's libusb to something else[1]. -Jr [1] There are lots of options here, up to and including merging the two libraries into one and putting it into the tree by default. None of this has been sorted out and not be a committer [or somebody who knows a heck of a lot about USB :)] I'll have to stand by the trenches and watch the discussion. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 4.2-STABLE. FreeBSD: The Power to Serve. http://www.reynoldsnet.org/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 13:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A26937B4EC for ; Sun, 11 Feb 2001 13:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BLA1Q46673; Sun, 11 Feb 2001 13:10:01 -0800 (PST) (envelope-from gnats) Received: from casper2.cs.uct.ac.za (casper2.cs.uct.ac.za [137.158.128.58]) by hub.freebsd.org (Postfix) with ESMTP id E898937B491 for ; Sun, 11 Feb 2001 13:08:08 -0800 (PST) Received: from mwest by casper2.cs.uct.ac.za with local (Exim 3.16 #1) id 14S3iy-000GeH-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 11 Feb 2001 23:08:00 +0200 Message-Id: Date: Sun, 11 Feb 2001 23:08:00 +0200 From: mwest@uct.ac.za Reply-To: mwest@uct.ac.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25009: Update port: mail/lbdb 0.22 to 0.24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25009 >Category: ports >Synopsis: Update port: mail/lbdb 0.22 to 0.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 13:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 4.2-STABLE i386 >Organization: University of Cape Town >Environment: >Description: updates mail/lbdb from 0.22 to 0.24 >How-To-Repeat: >Fix: diff -ruN lbdb.orig/Makefile lbdb/Makefile --- lbdb.orig/Makefile Tue Feb 6 18:59:27 2001 +++ lbdb/Makefile Sun Feb 11 22:50:47 2001 @@ -6,7 +6,7 @@ # PORTNAME= lbdb -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= mail MASTER_SITES= http://www.spinnaker.de/debian/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff -ruN lbdb.orig/distinfo lbdb/distinfo --- lbdb.orig/distinfo Sun Nov 19 17:26:02 2000 +++ lbdb/distinfo Sun Feb 11 22:51:14 2001 @@ -1 +1 @@ -MD5 (lbdb_0.22.tar.gz) = a55a8852678388e9ec27ebcbf78b65b6 +MD5 (lbdb_0.24.tar.gz) = b1a04c5db06561bc4486074982adcaf7 diff -ruN lbdb.orig/pkg-plist lbdb/pkg-plist --- lbdb.orig/pkg-plist Wed Oct 4 17:17:35 2000 +++ lbdb/pkg-plist Sun Feb 11 23:00:39 2001 @@ -4,11 +4,15 @@ bin/nodelist2lbdb libexec/fetchaddr libexec/lbdb-munge +libexec/lbdb_bbdb_query.el libexec/lbdb_lib libexec/munge libexec/munge-keeporder +libexec/m_bbdb libexec/m_fido libexec/m_finger +libexec/m_gpg +libexec/m_gnomecard libexec/m_inmail libexec/m_muttalias libexec/m_palm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 13:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFB8237B698; Sun, 11 Feb 2001 13:40:02 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BLe2a49085; Sun, 11 Feb 2001 13:40:02 -0800 (PST) (envelope-from mharo) Date: Sun, 11 Feb 2001 13:40:02 -0800 (PST) From: Message-Id: <200102112140.f1BLe2a49085@freefall.freebsd.org> To: mwest@uct.ac.za, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25009: Update port: mail/lbdb 0.22 to 0.24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/lbdb 0.22 to 0.24 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Feb 11 13:39:55 PST 2001 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=25009 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 13:41:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC6C337B401; Sun, 11 Feb 2001 13:41:44 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BLfiT49351; Sun, 11 Feb 2001 13:41:44 -0800 (PST) (envelope-from mharo) Date: Sun, 11 Feb 2001 13:41:44 -0800 (PST) From: Message-Id: <200102112141.f1BLfiT49351@freefall.freebsd.org> To: takamune@avrl.mei.co.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24943: Update: japanese/bookview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/bookview State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Feb 11 13:41:24 PST 2001 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=24943 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 13:46:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34EBD37B401; Sun, 11 Feb 2001 13:46:09 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BLk4349735; Sun, 11 Feb 2001 13:46:04 -0800 (PST) (envelope-from mharo) Date: Sun, 11 Feb 2001 13:46:04 -0800 (PST) From: Message-Id: <200102112146.f1BLk4349735@freefall.freebsd.org> To: clefevre@citeweb.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24686: Updated port: net/isc-dhcp3 (beta 2 patch level 15) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port: net/isc-dhcp3 (beta 2 patch level 15) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Feb 11 13:45:11 PST 2001 State-Changed-Why: superseeded by pr 24911 http://www.freebsd.org/cgi/query-pr.cgi?pr=24686 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 13:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A66E37B401; Sun, 11 Feb 2001 13:50:07 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BLo7J50132; Sun, 11 Feb 2001 13:50:07 -0800 (PST) (envelope-from mharo) Date: Sun, 11 Feb 2001 13:50:07 -0800 (PST) From: Message-Id: <200102112150.f1BLo7J50132@freefall.freebsd.org> To: reel@sympatico.ca, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24945: Link problem in the ports tree README.html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Link problem in the ports tree README.html State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Feb 11 13:48:34 PST 2001 State-Changed-Why: you need to rebuild the README.html files using make readme on a per port basis or make readmes in /usr/ports http://www.freebsd.org/cgi/query-pr.cgi?pr=24945 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 14: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27D9137B4EC for ; Sun, 11 Feb 2001 14:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BM04750724; Sun, 11 Feb 2001 14:00:04 -0800 (PST) (envelope-from gnats) Received: from komarr.ckdhr.com (komarr.ckdhr.com [209.58.172.140]) by hub.freebsd.org (Postfix) with ESMTP id 8A30C37B491 for ; Sun, 11 Feb 2001 13:56:41 -0800 (PST) Received: (from ckd@localhost) by komarr.ckdhr.com (8.11.1/8.11.1) id f1BLute91271; Sun, 11 Feb 2001 16:56:55 -0500 (EST) (envelope-from ckd) Message-Id: <200102112156.f1BLute91271@komarr.ckdhr.com> Date: Sun, 11 Feb 2001 16:56:55 -0500 (EST) From: ckd@ckdhr.com Reply-To: ckd@ckdhr.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25011: Update port: www/analog 4.11 to 4.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25011 >Category: ports >Synopsis: Update port: www/analog 4.11 to 4.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 14:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christopher K Davis >Release: FreeBSD 4.2-STABLE i386 >Organization: CKDHR >Environment: >Description: updates www/analog from 4.11 to 4.15 >How-To-Repeat: >Fix: diff -ruN analog.old/Makefile analog/Makefile --- analog.old/Makefile Tue Jan 16 12:32:52 2001 +++ analog/Makefile Sun Feb 11 15:53:24 2001 @@ -6,7 +6,7 @@ # PORTNAME= analog -PORTVERSION= 4.11 +PORTVERSION= 4.15 CATEGORIES= www MASTER_SITES= http://www.analog.cx/ \ http://brendanr.simplenet.com/analog/ \ diff -ruN analog.old/distinfo analog/distinfo --- analog.old/distinfo Sun Jun 4 15:21:06 2000 +++ analog/distinfo Sun Feb 11 15:56:54 2001 @@ -1 +1 @@ -MD5 (analog-4.11.tar.gz) = 1eb98a1c2f44f3a846b27e257a458e4a +MD5 (analog-4.15.tar.gz) = 24e3fad159ead2d230e1540be9d215db diff -ruN analog.old/files/patch-aa analog/files/patch-aa --- analog.old/files/patch-aa Sat Apr 15 03:28:01 2000 +++ analog/files/patch-aa Sun Feb 11 16:08:16 2001 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Mar 30 17:59:16 2000 -+++ Makefile Sat Apr 15 11:09:28 2000 +--- Makefile.orig Thu Feb 1 08:58:17 2001 ++++ Makefile Sun Feb 11 16:06:14 2001 @@ -7,7 +7,7 @@ # -Ae (HP/UX 10); BS2000/OSD requires -XLLML -XLLMK; # NeXTSTEP apparently needs... @@ -7,20 +7,20 @@ -DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN ... +#DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN ... # ... -DEBCDIC -DNOGMTIME -DNEED_STRCMP -DNEED_MEMMOVE ... - # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H - # Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP -@@ -15,6 +15,10 @@ - # DEFS = -DNEED_MEMMOVE -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H + # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DHAVE_ADDR_T ... + # ... -DNEED_FLOATINGPOINT_H +@@ -18,6 +18,10 @@ # DYNIX/ptx reportedly needs -D_SOCKET_VERSION=11 + # MPE/iX needs -D_POSIX_SOURCE -D_SOCKET_SOURCE # All the options are explained at the bottom of this file. +DEFS = -DANALOGDIR=\"$(PREFIX)/lib/analog/\" \ + -DLOGFILE=\"/var/log/httpd-access.log\" \ + -DIMAGEDIR=\"/images/\" \ + -DDEFAULTCONFIGFILE=\"$(PREFIX)/etc/analog.cfg\" - OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, VMS - # RISCOS, BEOS, NEXTSTEP, BS2000 + OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, OSX, VMS, + # RISCOS, BEOS, NEXTSTEP, MPEIX, BS2000, AS400 LIBS = # extra libraries needed; Solaris 2 (SunOS 5) needs -@@ -29,7 +33,7 @@ +@@ -33,7 +37,7 @@ input.o macinput.o macstuff.o output.o output2.o pcre.o process.o \ settings.o sort.o tree.o utils.o win32.o HEADERS = anlghead.h anlghea2.h anlghea3.h anlghea4.h macdir.h pcre.h @@ -28,4 +28,4 @@ +CFLAGS += $(DEFS) -D$(OS) $(PROGRAM): $(OBJS) $(HEADERS) Makefile - $(CC) $(CEXTRAFLAGS) $(OBJS) -o $(PROGRAM) $(LIBS) + $(CC) $(CEXTRAFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) diff -ruN analog.old/pkg-plist analog/pkg-plist --- analog.old/pkg-plist Sun Jun 4 15:21:07 2000 +++ analog/pkg-plist Sun Feb 11 16:43:03 2001 @@ -6,14 +6,23 @@ lib/analog/lang/am.lng lib/analog/lang/amdom.tab lib/analog/lang/ba.lng +lib/analog/lang/bg.lng +lib/analog/lang/bgdom.tab +lib/analog/lang/bgh.lng +lib/analog/lang/bghdom.tab lib/analog/lang/br.lng lib/analog/lang/bra.lng +lib/analog/lang/bradom.tab +lib/analog/lang/brdom.tab lib/analog/lang/brh.lng +lib/analog/lang/brhdom.tab lib/analog/lang/cat.lng lib/analog/lang/cata.lng +lib/analog/lang/catadom.tab +lib/analog/lang/catdom.tab lib/analog/lang/cath.lng -lib/analog/lang/cns.lng -lib/analog/lang/cnt.lng +lib/analog/lang/cathdom.tab +lib/analog/lang/cn.lng lib/analog/lang/cz.lng lib/analog/lang/cz1250.lng lib/analog/lang/cza.lng @@ -36,7 +45,10 @@ lib/analog/lang/eshdom.tab lib/analog/lang/fi.lng lib/analog/lang/fia.lng +lib/analog/lang/fiadom.tab +lib/analog/lang/fidom.tab lib/analog/lang/fih.lng +lib/analog/lang/fihdom.tab lib/analog/lang/fr.lng lib/analog/lang/fra.lng lib/analog/lang/fradom.tab @@ -46,12 +58,12 @@ lib/analog/lang/frhdom.tab lib/analog/lang/gr.lng lib/analog/lang/gra.lng +lib/analog/lang/hr.lng lib/analog/lang/hu.cfg lib/analog/lang/hu.lng lib/analog/lang/hua.lng lib/analog/lang/huadom.tab lib/analog/lang/hudom.tab -lib/analog/lang/itform.html lib/analog/lang/is.lng lib/analog/lang/isa.lng lib/analog/lang/ish.lng @@ -59,6 +71,7 @@ lib/analog/lang/ita.lng lib/analog/lang/itadom.tab lib/analog/lang/itdom.tab +lib/analog/lang/itform.html lib/analog/lang/ith.lng lib/analog/lang/ithdom.tab lib/analog/lang/jp.lng @@ -81,7 +94,10 @@ lib/analog/lang/pldom.tab lib/analog/lang/pt.lng lib/analog/lang/pta.lng +lib/analog/lang/ptadom.tab +lib/analog/lang/ptdom.tab lib/analog/lang/pth.lng +lib/analog/lang/pthdom.tab lib/analog/lang/ro.lng lib/analog/lang/rodom.tab lib/analog/lang/ru.lng @@ -102,12 +118,15 @@ lib/analog/lang/ska.lng lib/analog/lang/tr.lng lib/analog/lang/tra.lng +lib/analog/lang/tw.lng +lib/analog/lang/twdom.tab lib/analog/lang/ua.lng lib/analog/lang/uk.lng lib/analog/lang/uka.lng lib/analog/lang/ukdom.tab lib/analog/lang/us.lng lib/analog/lang/usa.lng +lib/analog/lang/usdom.tab lib/analog/lang/usform.html lib/analog/lang/yu.lng lib/analog/lang/yua.lng @@ -116,6 +135,8 @@ share/doc/analog/Readme.html share/doc/analog/acknow.html share/doc/analog/alias.html +share/doc/analog/analogo.gif +share/doc/analog/anlgdocs.css share/doc/analog/args.html share/doc/analog/bara8.gif share/doc/analog/barb1.gif @@ -137,6 +158,7 @@ share/doc/analog/domfile.html share/doc/analog/errors.html share/doc/analog/faq.html +share/doc/analog/favicon.ico share/doc/analog/form.html share/doc/analog/helpers.html share/doc/analog/hierreps.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 14:20:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 27A1137B401; Sun, 11 Feb 2001 14:20:07 -0800 (PST) Received: from kyoto-tc012-p149.alpha-net.ne.jp (kyoto-tc012-p149.alpha-net.ne.jp [210.237.118.183]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id HAA23844; Mon, 12 Feb 2001 07:19:53 +0900 (JST) Received: from souffle.bogus-local.net (localhost [127.0.0.1]) by kyoto-tc012-p149.alpha-net.ne.jp (Postfix) with ESMTP id 308E116B8A; Mon, 12 Feb 2001 07:19:57 +0900 (JST) Date: Mon, 12 Feb 2001 07:19:56 +0900 Message-ID: <86r914amlv.wl@cheerful.com> From: FUJISHIMA Satsuki To: Barney Wolff Cc: Kenneth W Cochran , ports@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Mozilla build failure, 4-stable In-Reply-To: <20010210010445.A43496@pit.databus.com> References: <200102100231.VAA00143@world.std.com> <20010210010445.A43496@pit.databus.com> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Sat, 10 Feb 2001 01:04:45 -0500, Barney Wolff wrote: > > Try anything BUT /usr/obj as WRKDIRPREFIX. /usr/obj/ports, for > example. I found most or all ports fail to build if that > specific directory is used. I have no idea why. man make and read .OBJDIR section. -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 14:55:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta01-srv.alltel.net (mta01.alltel.net [166.102.165.143]) by hub.freebsd.org (Postfix) with ESMTP id E07EE37B401; Sun, 11 Feb 2001 14:55:36 -0800 (PST) Received: from alltel.net ([162.39.202.162]) by mta01-srv.alltel.net with ESMTP id <20010211225536.LDPK10850.mta01-srv.alltel.net@alltel.net>; Sun, 11 Feb 2001 16:55:36 -0600 Message-ID: <3A8718E0.6C451CA9@alltel.net> Date: Sun, 11 Feb 2001 17:57:36 -0500 From: Robert Fulford X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: jseger@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: xpm-3.4k Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org kde wont install from the 4.2 release cdrom due to xpm-3.4k.tgz being corrupted in some manner. maybe i just got a bad cd :( so much for the subscripiton :) How can i work around this? i put the latest xpm-3.4k.tgz from the fbsd ports (4.2 stable) & put it in /usr/ports/distfiles. If i knew the pkg_add to use for kde11 i would try it that way, hoping it would use the xpm in /usr/ports/distfiles. i havent used ports enough to get a real feel for them....is there a way i can copy every .tgz from the cdrom to my hard drive & then sneak the correct xpm-3.4k.tgz in that way? i wouldnt know what directory to put them in....any help would be appreciated. Thanks, Jeb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 15:14:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from barbera.system.pl (barbera.system.pl [195.205.185.21]) by hub.freebsd.org (Postfix) with ESMTP id EFF1A37B401; Sun, 11 Feb 2001 15:14:18 -0800 (PST) Received: (from saper@localhost) by barbera.system.pl (SYSTEM Internet) id f1BN9k408015; Mon, 12 Feb 2001 00:09:46 +0100 (CET) Date: Mon, 12 Feb 2001 00:09:46 +0100 From: Marcin Cieslak To: freebsd-ports@FreeBSD.org Cc: ache@FreeBSD.org, rse@engelschall.com Subject: Apache 1.3.17 mod_rewrite broken: fix available Message-ID: <20010212000946.A7951@barbera.system.pl> Mail-Followup-To: freebsd-ports@FreeBSD.org, ache@FreeBSD.org, rse@engelschall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: SYSTEM Internet Provider - http://www.system.pl/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Apache ports maintainters and users: There is a fix for PR#7147, #7175, #7158 - a simple off-by-one problem in mod_rewrite caused map expansion to stop working. There is a fix available at: http://httpd.apache.org/dist/apache_1.3.17-fix.diff Can we include this? -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 16: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE3BD37B4EC for ; Sun, 11 Feb 2001 16:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C001e68952; Sun, 11 Feb 2001 16:00:01 -0800 (PST) (envelope-from gnats) Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 8D63137B401 for ; Sun, 11 Feb 2001 15:54:29 -0800 (PST) Received: from m287-mp1-cvx1b.gui.ntl.com ([62.252.9.31]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010211235411.IQAI26323.mta07-svc.ntlworld.com@m287-mp1-cvx1b.gui.ntl.com> for ; Sun, 11 Feb 2001 23:54:11 +0000 Message-Id: Date: Mon, 12 Feb 2001 00:02:40 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25021: [PATCH] emulators/spim has unfetchable distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25021 >Category: ports >Synopsis: [PATCH] emulators/spim has unfetchable distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 16:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Port emulators/spim has unfetchable distfile. Patch updates port to version 6.3. Patch from previous port merged, patch-0[1,2] need to go. This may also need an entry in ports/LEGAL: " You may not sell SPIM or distributed SPIM in conjunction with a commercial product or service without the expressed written consent of James Larus. " (from README). >How-To-Repeat: Try to build :) >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/emulators/spim/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 2000/11/13 12:26:50 1.16 +++ Makefile 2001/02/11 23:54:03 @@ -7,7 +7,7 @@ # PORTNAME= spim -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= emulators MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= obrien@FreeBSD.org PREFIX?= ${LOCALBASE} -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure USE_IMAKE= yes Index: distinfo =================================================================== RCS file: /usr/home/ncvs/ports/emulators/spim/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2000/11/13 12:26:50 1.3 +++ distinfo 2001/02/11 23:48:48 @@ -1 +1 @@ -MD5 (spim6.2.tar.gz) = fccec0eaf1e2c2ed76375180e2b39491 +MD5 (spim6.3.tar.gz) = 04b1909f3ff647f1f04437f297c9ad84 Index: files/patch-01 =================================================================== RCS file: /usr/home/ncvs/ports/emulators/spim/files/patch-01,v retrieving revision 1.3 diff -u -r1.3 patch-01 --- files/patch-01 2000/11/13 12:26:50 1.3 +++ files/patch-01 2001/02/11 23:52:22 @@ -1,7 +1,6 @@ -diff -ru Imakefile.orig Imakefile ---- Imakefile.orig Fri Sep 20 22:44:50 1996 -+++ Imakefile Mon Feb 3 11:26:40 1997 -@@ -57,13 +57,13 @@ +--- Imakefile.orig Sun Jan 14 20:55:15 2001 ++++ Imakefile Sun Feb 11 23:49:11 2001 +@@ -44,13 +44,13 @@ # # Full path for directory that will hold the trap handler file: @@ -18,12 +17,10 @@ # If you have flex, use it instead of lex. If you use flex, define this -@@ -291,7 +291,7 @@ +@@ -255,7 +255,7 @@ mv -f lex.yy.c.xx lex.yy.c depend:: - makedepend -w10 *.c + makedepend -w10 -I$(X11BASE)/include *.c - # - # DO NOT DELETE THIS LINE -- make depend depends on it. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 16:10: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51B3637B491 for ; Sun, 11 Feb 2001 16:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C0A1m71735; Sun, 11 Feb 2001 16:10:01 -0800 (PST) (envelope-from gnats) Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 6DF0437B401 for ; Sun, 11 Feb 2001 16:03:59 -0800 (PST) Received: from m287-mp1-cvx1b.gui.ntl.com ([62.252.9.31]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010212000342.IRVC26323.mta07-svc.ntlworld.com@m287-mp1-cvx1b.gui.ntl.com> for ; Mon, 12 Feb 2001 00:03:42 +0000 Message-Id: Date: Mon, 12 Feb 2001 00:12:11 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25022: [PATCH] irc/scrollz has unfetchable distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25022 >Category: ports >Synopsis: [PATCH] irc/scrollz has unfetchable distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 16:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Port irc/scrollz has an unfetchable distfile. Patch updates port to version 1.8k. >How-To-Repeat: Try to build :) >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/irc/scrollz/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2001/01/09 00:06:22 1.9 +++ Makefile 2001/02/12 00:08:07 @@ -6,10 +6,10 @@ # PORTNAME= scrollz -PORTVERSION= 1.8j +PORTVERSION= 1.8k CATEGORIES= irc -MASTER_SITES= http://www.scrollz.com/Bins/ -DISTNAME= ScrollZ-${PORTVERSION}-FreeBSD-3.4 +MASTER_SITES= http://www.scrollz.com/Bins/${PORTVERSION}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd-4.2 EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org Index: distinfo =================================================================== RCS file: /usr/home/ncvs/ports/irc/scrollz/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2000/11/05 19:21:20 1.3 +++ distinfo 2001/02/12 00:09:37 @@ -1 +1 @@ -MD5 (ScrollZ-1.8j-FreeBSD-3.4.gz) = 1a32ddf3035fa5f9e3e9f0ce53903b6d +MD5 (scrollz-1.8k-freebsd-4.2.gz) = 4fea9eb25cb8b9e98b96eaff87cfc752 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 16:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A6637B491 for ; Sun, 11 Feb 2001 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C0U0673366; Sun, 11 Feb 2001 16:30:00 -0800 (PST) (envelope-from gnats) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 3514637B401; Sun, 11 Feb 2001 16:22:38 -0800 (PST) Received: from m287-mp1-cvx1b.gui.ntl.com ([62.252.9.31]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010212002236.SCQN10171.mta03-svc.ntlworld.com@m287-mp1-cvx1b.gui.ntl.com>; Mon, 12 Feb 2001 00:22:36 +0000 Message-Id: Date: Mon, 12 Feb 2001 00:30:49 +0000 (GMT) From: George Reid To: kris@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: ports/25023: [PATCH] net/gnut has unfetchable distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25023 >Category: ports >Synopsis: [PATCH] net/gnut has unfetchable distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 16:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Port net/gnut has unfetchable distfile. Patch fixes MASTER_SITES and updates port to version 0.4.20. >How-To-Repeat: Try to build :) >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/net/gnut/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2001/01/14 10:33:20 1.7 +++ Makefile 2001/02/12 00:23:32 @@ -6,9 +6,9 @@ # PORTNAME= gnut -PORTVERSION= 0.4.18 +PORTVERSION= 0.4.20 CATEGORIES= net audio -MASTER_SITES= http://www.mrob.com/gnut/tars/ +MASTER_SITES= http://www.gnutelliums.com/linux_unix/gnut/tars/ MAINTAINER= kris@FreeBSD.org Index: distinfo =================================================================== RCS file: /usr/home/ncvs/ports/net/gnut/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 2001/01/14 10:33:20 1.7 +++ distinfo 2001/02/12 00:25:13 @@ -1 +1 @@ -MD5 (gnut-0.4.18.tar.gz) = eb3c175b74980d6e9969d1ba41d402af +MD5 (gnut-0.4.20.tar.gz) = e4f74abd2c958c96a50def716a05f986 Index: files/patch-aa =================================================================== RCS file: /usr/home/ncvs/ports/net/gnut/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 2000/09/10 11:03:49 1.1 +++ files/patch-aa 2001/02/12 00:26:34 @@ -1,6 +1,8 @@ ---- src/blacklist.c.orig Sun Sep 10 03:49:23 2000 -+++ src/blacklist.c Sun Sep 10 03:49:31 2000 -@@ -1,3 +1,4 @@ +--- src/blacklist.c.orig Mon Feb 12 00:26:06 2001 ++++ src/blacklist.c Mon Feb 12 00:26:19 2001 +@@ -1,5 +1,6 @@ + /* blacklist.c */ + +#include #include #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 16:35:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F09537B401; Sun, 11 Feb 2001 16:35:49 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C0Znx73819; Sun, 11 Feb 2001 16:35:49 -0800 (PST) (envelope-from kris) Date: Sun, 11 Feb 2001 16:35:49 -0800 (PST) From: Message-Id: <200102120035.f1C0Znx73819@freefall.freebsd.org> To: greid@dogma.freebsd-uk.eu.org, kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/25023: [PATCH] net/gnut has unfetchable distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] net/gnut has unfetchable distfile State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Feb 11 16:35:30 PST 2001 State-Changed-Why: Patch committed, thanks! Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Sun Feb 11 16:35:30 PST 2001 Responsible-Changed-Why: My port http://www.freebsd.org/cgi/query-pr.cgi?pr=25023 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 17:12:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pit.databus.com (p101-45.acedsl.com [160.79.101.45]) by hub.freebsd.org (Postfix) with ESMTP id 9CE5037B401; Sun, 11 Feb 2001 17:12:30 -0800 (PST) Received: (from barney@localhost) by pit.databus.com (8.11.1/8.11.1) id f1C1CTS54609; Sun, 11 Feb 2001 20:12:29 -0500 (EST) (envelope-from barney) Date: Sun, 11 Feb 2001 20:12:29 -0500 From: Barney Wolff To: FUJISHIMA Satsuki Cc: Barney Wolff , Kenneth W Cochran , ports@FreeBSD.org, stable@FreeBSD.org Subject: Re: Mozilla build failure, 4-stable Message-ID: <20010211201229.A54579@pit.databus.com> References: <200102100231.VAA00143@world.std.com> <20010210010445.A43496@pit.databus.com> <86r914amlv.wl@cheerful.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86r914amlv.wl@cheerful.com>; from sf@FreeBSD.org on Mon, Feb 12, 2001 at 07:19:56AM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yes I understand the significance of /usr/obj, but not why, in detail, the port builds fail. In any case, if there are some specific directories that cause problems, perhaps bsd.port.mk should check for them and complain, rather than letting the build fail with baffling errors. Barney On Mon, Feb 12, 2001 at 07:19:56AM +0900, FUJISHIMA Satsuki wrote: > At Sat, 10 Feb 2001 01:04:45 -0500, > Barney Wolff wrote: > > > > Try anything BUT /usr/obj as WRKDIRPREFIX. /usr/obj/ports, for > > example. I found most or all ports fail to build if that > > specific directory is used. I have no idea why. > > man make and read .OBJDIR section. > > -- > FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 17:13:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id C5FE737B401 for ; Sun, 11 Feb 2001 17:13:40 -0800 (PST) Received: from randy by rip.psg.com with local (Exim 3.16 #1) id 14S7Yi-0005RA-00 for freebsd-ports@freebsd.org; Sun, 11 Feb 2001 17:13:40 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-ports@freebsd.org Subject: ImageMagick in 4.2-stable Message-Id: Date: Sun, 11 Feb 2001 17:13:40 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org /usr/ports/graphics/ImageMagick# make ===> Configuring for ImageMagick-5.2.7_2 configure.in:796: warning: AC_TRY_RUN called without default to allow cross compiling configure.in:1099: warning: AC_TRY_RUN called without default to allow cross compiling loading cache ./config.cache configuring ImageMagick 5.2.7 checking host system type... i386--freebsd4.2 checking target system type... i386--freebsd4.2 checking build system type... i386--freebsd4.2 checking whether build environment is sane... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for mawk... (cached) awk checking whether make sets ${MAKE}... (cached) yes checking for gcc... (cached) cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) cc -E checking dependency style of cc... (cached) gcc checking how to run the C preprocessor... cc -E checking for ld used by GCC... (cached) /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... (cached) yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether make sets ${MAKE}... (cached) yes checking whether ln -s works... (cached) yes checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no checking for object suffix... (cached) o checking for /usr/libexec/elf/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependant libraries... (cached) pass_all checking for ranlib... (cached) ranlib checking for strip... (cached) strip updating cache ./config.cache ltconfig: unrecognized option `--build=i386--freebsd4.2' Try `ltconfig --help' for more information. configure: error: libtool configure failed ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:657: checking host system type configure:678: checking target system type configure:696: checking build system type configure:721: checking whether build environment is sane configure:776: checking for a BSD compatible install configure:864: checking for mawk configure:894: checking whether make sets ${MAKE} configure:1017: checking for gcc configure:1130: checking whether the C compiler (cc -O -pipe ) works configure:1146: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib 1>&5 configure:1172: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1177: checking whether we are using GNU C configure:1205: checking whether cc accepts -g configure:1238: checking how to run the C preprocessor configure:1326: checking dependency style of cc configure:1374: checking how to run the C preprocessor configure:1465: checking for ld used by GCC configure:1533: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:1562: checking for a BSD compatible install configure:1615: checking whether make sets ${MAKE} configure:1642: checking whether ln -s works configure:1667: checking for Cygwin environment configure:1700: checking for mingw32 environment configure:1731: checking for executable suffix configure:1762: checking for object suffix configure:1880: checking for /usr/libexec/elf/ld option to reload object files configure:1892: checking for BSD-compatible nm configure:1930: checking how to recognise dependant libraries configure:2218: checking for ranlib configure:2285: checking for strip (end of "config.log") *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 17:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 665A237B491 for ; Sun, 11 Feb 2001 17:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C1e1r80592; Sun, 11 Feb 2001 17:40:01 -0800 (PST) (envelope-from gnats) Received: from cr222190-a.crdva1.bc.wave.home.com (cr222190-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id 33C7937B401 for ; Sun, 11 Feb 2001 17:31:07 -0800 (PST) Received: (from root@localhost) by cr222190-a.crdva1.bc.wave.home.com (8.11.1/8.11.1) id f1C1V5I44889; Sun, 11 Feb 2001 17:31:05 -0800 (PST) (envelope-from jh) Message-Id: <200102120131.f1C1V5I44889@cr222190-a.crdva1.bc.wave.home.com> Date: Sun, 11 Feb 2001 17:31:05 -0800 (PST) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25024: ports/spin update to 3.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25024 >Category: ports >Synopsis: ports/spin update to 3.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 17:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan Hanna >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD roller.pangolin-systems.com 5.0-CURRENT FreeBSD 5.0-CURRENT #46: Tue Dec 26 18:00:01 PST 2000 jh@roller.pangolin-systems.com:/home/src/sys/compile/ROLLER i386 >Description: Update spin to 3.4.4. Also, attempt to use a valid wish (tk) it exists, without making it a requirment. The implementation is very suspicious. >How-To-Repeat: >Fix: diff -u -N -r spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Sun Dec 10 07:38:05 2000 +++ spin/Makefile Sun Feb 11 17:13:08 2001 @@ -6,12 +6,12 @@ # PORTNAME= spin -PORTVERSION= 3.4.2 +PORTVERSION= 3.4.4 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ ftp://ftp.freesoftware.com/pub/netlib/spin/ -DISTFILES= spin342.tar.gz html.tar.gz +DISTFILES= spin344.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -24,7 +24,11 @@ @cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples post-patch: - @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKDIR}/Xspin3.4/xspin342.tcl + @WISH=`(cd ${LOCALBASE}/bin ; ls wish8* ) | tail -1` ; \ + if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \ + ${PERL} -pi \ + -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \ + -e "s|%%WISH%%|$$WISH|g" ${WRKDIR}/Xspin3.4/xspin342.tcl pre-build: cd ${WRKSRC} && ${MAKE} clean diff -u -N -r spin.orig/distinfo spin/distinfo --- spin.orig/distinfo Sun Dec 10 07:38:05 2000 +++ spin/distinfo Sun Feb 11 16:42:22 2001 @@ -1,2 +1,2 @@ -MD5 (spin/spin342.tar.gz) = 3bc6a6b2d2e35f397d850c6e22048dba +MD5 (spin/spin344.tar.gz) = cf404f570e429c95d9a3e9c6c86fd54c MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20 diff -u -N -r spin.orig/files/patch-aa spin/files/patch-aa --- spin.orig/files/patch-aa Sun Dec 10 07:38:08 2000 +++ spin/files/patch-aa Sun Feb 11 16:49:47 2001 @@ -2,7 +2,7 @@ +++ ../Xspin3.4/xspin342.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f -+#!%%LOCALBASE%%/bin/wish8.0 -f ++#!%%LOCALBASE%%/bin/%%WISH%% -f #======================================================================# # Tcl/Tk Spin Controller, Gerard J. Holzmann, Bell Laboratories, USA. # >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 17:52:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id 7979E37B401 for ; Sun, 11 Feb 2001 17:52:16 -0800 (PST) Received: (from will@localhost) by london.physics.purdue.edu (8.8.8/8.8.8) id UAA16411; Sun, 11 Feb 2001 20:52:09 -0500 (EST) X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f Date: Sun, 11 Feb 2001 20:52:09 -0500 From: Will Andrews To: Marcin Cieslak Cc: "Schmalzbauer, Harald" , "'freebsd-ports@freebsd.org'" Subject: Re: gxsnmp Message-ID: <20010211205208.E789@london.physics.purdue.edu> Reply-To: Will Andrews References: <20010211173324.A50471@barbera.system.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="X3gaHHMYHkYqP6yf" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010211173324.A50471@barbera.system.pl>; from saper@system.pl on Sun, Feb 11, 2001 at 05:33:24PM +0100 X-Operating-System: SunOS 4.1.3_U1 sun4m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --X3gaHHMYHkYqP6yf Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 11, 2001 at 05:33:24PM +0100, Marcin Cieslak wrote: > Schmalzbauer, Harald (H.Schmalzbauer@belenus.com) napisa=B3(a): > > I'd like to ask if somebody could have a look on porting gxsnmp > > (http://www.gxsnmp.org) to FreeBSD? >=20 > Last time I looked it behaved quite lousy.=20 > I've ported libsmi to FreeBSD instead :) Yes; I tried to port gxsnmp sometime in summer 1999 (almost 2 full years ago), and it had many portability problems. Needless to say, I gave up after a short while. --=20 wca --X3gaHHMYHkYqP6yf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE6h0HHF47idPgWcsURAolZAKCCnbG0jdr9djuM3cZWDJklzflHlgCfa1lC o3OT5UcXfgpDpxLNrQO6f5s= =l/6q -----END PGP SIGNATURE----- --X3gaHHMYHkYqP6yf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 18:35:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 24F3037B491 for ; Sun, 11 Feb 2001 18:35:23 -0800 (PST) Received: (qmail 67919 invoked by uid 1001); 12 Feb 2001 02:35:22 -0000 Date: Sun, 11 Feb 2001 21:35:22 -0500 From: Pete Fritchman To: Francine Fishpaw Cc: ports@FreeBSD.org Subject: Re: Imap-uw updated Message-ID: <20010211213522.B66189@databits.net> References: <20010211130151.A4973@drama.navipath.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010211130151.A4973@drama.navipath.com>; from root@navipath.com on Sun, Feb 11, 2001 at 01:01:51PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24864. Waiting for someone to commit. -pete ++ 11/02/01 13:01 -0500 - Francine Fishpaw: >FYI, IMAP-UW has been updated. > >Is someone looking to maintain this port? I might be able to... > > >_F > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 18:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53E5437B491 for ; Sun, 11 Feb 2001 18:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C2e1e86980; Sun, 11 Feb 2001 18:40:01 -0800 (PST) (envelope-from gnats) Received: from zebra.mammalia.org (unknown [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id D9DA037B401 for ; Sun, 11 Feb 2001 18:31:21 -0800 (PST) Received: from manatee.mammalia.org (manatee [172.16.0.2]) by zebra.mammalia.org (Postfix) with ESMTP id 34E9D1F3F5 for ; Sun, 11 Feb 2001 18:32:04 -0800 (PST) Received: (from root@localhost) by manatee.mammalia.org (8.11.2/8.11.2) id f1C2UQi11830; Sun, 11 Feb 2001 18:30:26 -0800 (PST) (envelope-from rjoseph) Message-Id: <200102120230.f1C2UQi11830@manatee.mammalia.org> Date: Sun, 11 Feb 2001 18:30:26 -0800 (PST) From: rjoseph@mammalia.org Reply-To: rjoseph@mammalia.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25025: Update port sysutils/grub Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25025 >Category: ports >Synopsis: Update port sysutils/grub >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 18:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: R Joseph Wright >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD manatee.mammalia.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Wed Feb 7 17:21:59 PST 2001 rjoseph@manatee.mammalia.org:/usr/src/sys/compile/MANATEE i386 >Description: >How-To-Repeat: >Fix: diff -urN grub/Makefile grub.new/Makefile --- grub/Makefile Wed Aug 2 01:30:06 2000 +++ grub.new/Makefile Sun Feb 11 18:23:10 2001 @@ -6,7 +6,7 @@ # PORTNAME= grub -PORTVERSION= 0.5.95 +PORTVERSION= 0.5.96 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ diff -urN grub/distinfo grub.new/distinfo --- grub/distinfo Wed Aug 2 01:30:06 2000 +++ grub.new/distinfo Sun Feb 11 18:23:36 2001 @@ -1 +1 @@ -MD5 (grub-0.5.95.tar.gz) = 095817b10a8b82e222cb029ee5fb1c19 +MD5 (grub-0.5.96.tar.gz) = 4e9785e4b5b131d928881e3fdebd3a09 diff -urN grub/files/patch-aa grub.new/files/patch-aa --- grub/files/patch-aa Wed Dec 31 16:00:00 1969 +++ grub.new/files/patch-aa Sun Feb 11 18:23:00 2001 @@ -0,0 +1,11 @@ +--- grub/asmstub.c.orig Wed Jan 24 11:34:06 2001 ++++ grub/asmstub.c Wed Jan 24 11:34:15 2001 +@@ -983,7 +983,7 @@ + close (serial_fd); + + /* Open the device file. */ +- serial_fd = open (serial_device, O_RDWR | O_NOCTTY | O_SYNC); ++ serial_fd = open (serial_device, O_RDWR | O_NOCTTY | O_FSYNC); + if (serial_fd < 0) + return 0; + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 18:41:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 29AF237B401 for ; Sun, 11 Feb 2001 18:41:40 -0800 (PST) Received: (qmail 68043 invoked by uid 1001); 12 Feb 2001 02:41:39 -0000 Date: Sun, 11 Feb 2001 21:41:39 -0500 From: Pete Fritchman To: Robert Fulford Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: xpm-3.4k Message-ID: <20010211214139.C66189@databits.net> References: <3A8718E0.6C451CA9@alltel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A8718E0.6C451CA9@alltel.net>; from jbstrt@alltel.net on Sun, Feb 11, 2001 at 05:57:36PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The .tgz files are package files - prebuilt applications. FreeBSD ports downloads source, applies FreeBSD-specific patches, and compiles the application (actually, packages are generated from ports). I think if you get the 4 CD set, two or three of the CDs have the `distfiles' (the actual source to the applications) on them, although these may be a bit out of date. Your best bet is to just `cd /usr/ports/graphics/xpm; make install'. -pete ++ 11/02/01 17:57 -0500 - Robert Fulford: >kde wont install from the 4.2 release cdrom due to xpm-3.4k.tgz >being corrupted in some manner. maybe i just got a bad cd :( >so much for the subscripiton :) How can i work around this? >i put the latest xpm-3.4k.tgz from the fbsd ports (4.2 stable) >& put it in /usr/ports/distfiles. If i knew the pkg_add to use >for kde11 i would try it that way, hoping it would use the xpm >in /usr/ports/distfiles. i havent used ports enough to get a >real feel for them....is there a way i can copy every .tgz >from the cdrom to my hard drive & then sneak the correct >xpm-3.4k.tgz in that way? i wouldnt know what directory to put >them in....any help would be appreciated. > Thanks, > Jeb > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 18:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84A4D37B491 for ; Sun, 11 Feb 2001 18:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C2o0u87712; Sun, 11 Feb 2001 18:50:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DF9837B401 for ; Sun, 11 Feb 2001 18:45:55 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C2jtf87467; Sun, 11 Feb 2001 18:45:55 -0800 (PST) (envelope-from nobody) Message-Id: <200102120245.f1C2jtf87467@freefall.freebsd.org> Date: Sun, 11 Feb 2001 18:45:55 -0800 (PST) From: bdluevel@heitec.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25026: asrpages port missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25026 >Category: ports >Synopsis: asrpages port missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 18:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bernd Luevelsmeyer >Release: 4.2-stable >Organization: Heitec AG >Environment: FreeBSD tostan.admin.er.heitec.net 4.2-STABLE FreeBSD 4.2-STABLE #1: Sun Feb 11 06:56:54 CET 2001 bernd@tostan.admin.er.heitec.net:/usr/src/sys/compile/TOSTAN i386 >Description: I found that the sysutils/asrpages port consists of only a README.html. The rest of the skeleton is gone. I cannot tell when it happened, I didn't check this port for a long time. I find the same has happened for sysutils/gtar and sysutils/mkhybrid and sysutils/mkhybrid12. >How-To-Repeat: # pwd /usr/ports # make update ------------------------------------------------- >Fix: Get skeleton from 4.2-release CD. >Release-Note: >Audit-Trail: >Unformatted: >>> Running /usr/local/bin/cvsup ------------------------------------------------- Parsing supfile "/etc/portsupfile" Connecting to cvsup2.de.FreeBSD.org Connected to cvsup2.de.FreeBSD.org Server software version: REL_16_1 Negotiating file attribute support Exchanging collection information Establishing passive-mode data connection Running Updating collection ports-all/cvs Delete ports/sysutils/asrpages/Makefile Delete ports/sysutils/asrpages/distinfo Delete ports/sysutils/asrpages/files/patch-aa Delete ports/sysutils/asrpages/pkg-comment Delete ports/sysutils/asrpages/pkg-descr Delete ports/sysutils/asrpages/pkg-plist Delete ports/sysutils/asrpages/scripts/configure Shutting down connection to server Finished successfully To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 20:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 404B637B401 for ; Sun, 11 Feb 2001 20:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C4U4899480; Sun, 11 Feb 2001 20:30:04 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Feb 2001 20:30:04 -0800 (PST) Message-Id: <200102120430.f1C4U4899480@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/22121: stunnel leaves zombie childes when launched with -l option, it creates PID file in /var/run/stunnel which is deleted on reboot Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22121; it has been noted by GNATS. From: Pete Fritchman To: freebsd-gnats-submit@FreeBSD.org, kazarov@izmiran.rssi.ru Cc: Subject: Re: ports/22121: stunnel leaves zombie childes when launched with -l option, it creates PID file in /var/run/stunnel which is deleted on reboot Date: Sun, 11 Feb 2001 23:12:01 -0500 > 1. Zombies: Are you sure this isn't a problem with your popper? I'm just trying with /usr/libexec/fingerd, and I can't reproduce the problem: electron# stunnel -p /usr/local/etc/stunnel.pem -d 4321 -l /usr/libexec/fingerd electron# telnet localhost 4321 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. ^] telnet> close Connection closed. electron# ps -ax | fgrep z 90891 p2 MW+ 0:00.00 fgrep z electron# > 2. PID file patch-ae should definately be imported to the port skeleton. Or you could just add a pre-configure section to the Makefile, http://hex.databits.net/~petef/diffs/stunnel.diff -pete -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 21:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D21937B491 for ; Sun, 11 Feb 2001 21:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C5e1407548; Sun, 11 Feb 2001 21:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 298E037B491 for ; Sun, 11 Feb 2001 21:34:00 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C5Y0j06970; Sun, 11 Feb 2001 21:34:00 -0800 (PST) (envelope-from nobody) Message-Id: <200102120534.f1C5Y0j06970@freefall.freebsd.org> Date: Sun, 11 Feb 2001 21:34:00 -0800 (PST) From: davidx@mail.viasoft.com.cn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25027: samba nmbd core dumped on isolated machine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25027 >Category: ports >Synopsis: samba nmbd core dumped on isolated machine >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 21:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: David Xu >Release: FreeBSD 4.2-release >Organization: viasoft >Environment: %uname -a FreeBSD slim.yifeng.com 4.2-RELEASE FreeBSD 4.2-RELEASE #3: Thu Feb 8 21:45:52 CST 2001 root@slim.yifeng.com:/usr/src/sys/compile/COMPACT i386 >Description: on isolated machine, there isn't any network card probed, samba nmbd will exit on signal 11. on my laptop PC, because nmbd started before PCMCIA net card is probed, nmbd always clashes. after PCMCIA net card probed, restart nmbd is OK. Conclusion: when there isn't any net card probed in FreeBSD system, nmbd will cause signal 11 with core dumped when it is starting. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 22: 0: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B5AC37B491 for ; Sun, 11 Feb 2001 22:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C602x08889; Sun, 11 Feb 2001 22:00:02 -0800 (PST) (envelope-from gnats) Date: Sun, 11 Feb 2001 22:00:02 -0800 (PST) Message-Id: <200102120600.f1C602x08889@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/24930: Update port: graphics/gd to 1.8.4 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24930; it has been noted by GNATS. From: Bill Fumerola To: Akinori MUSHA Cc: freebsd-gnats-submit@FreeBSD.ORG, ichiro@ichiro.org, tkato@prontomail.ne.jp Subject: Re: ports/24930: Update port: graphics/gd to 1.8.4 Date: Sun, 11 Feb 2001 23:55:24 -0600 On Sun, Feb 11, 2001 at 02:13:27AM +0900, Akinori MUSHA wrote: > Bill, may I commit the update? Yes. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 22:22: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id 4C59B37B401 for ; Sun, 11 Feb 2001 22:22:03 -0800 (PST) Received: (from root@localhost) by awww.jeah.net (8.11.1/8.11.0) id f1C6LWv47465 for ports@freebsd.org; Mon, 12 Feb 2001 00:21:32 -0600 (CST) (envelope-from chris) Date: Mon, 12 Feb 2001 00:21:32 -0600 (CST) From: Chris Byrnes Message-Id: <200102120621.f1C6LWv47465@awww.jeah.net> To: ports@freebsd.org Subject: pine4 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Making Pine. make CC=cc -f makefile.bsf rm -f os.h ln -s osdep/os-bsf.h os.h ./cmplhlp2.sh < pine.hlp > helptext.h cc -DDEBUG -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE -I/usr/local/include -c addrbook.c In file included from headers.h:62, from addrbook.c:48: /usr/local/include/c-client/mail.h:1232: linkage.h: No such file or directory *** Error code 1 Stop in /usr/ports/mail/pine4/work/pine4.33/pine. Links to executables are in bin directory: /usr/libexec/elf/size: bin/pine: No such file or directory text data bss dec hex filename 191961 5088 6460 203509 31af5 bin/pico 189937 4960 6460 201357 3128d bin/pilot Done ===> Installing for pine-4.33 ===> pine-4.33 depends on shared library: c-client4.8 - found install -c -s -o root -g wheel -m 555 /usr/ports/mail/pine4/work/pine4.33/bin/pico /usr/local/bin/pico install -c -s -o root -g wheel -m 555 /usr/ports/mail/pine4/work/pine4.33/bin/pilot /usr/local/bin/pilot install -c -s -o root -g wheel -m 555 /usr/ports/mail/pine4/work/pine4.33/bin/pine /usr/local/bin/pine install: /usr/ports/mail/pine4/work/pine4.33/bin/pine: No such file or directory *** Error code 71 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. *** Error code 1 Stop in /usr/ports/mail/pine4. wtf? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 22:41:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 0AF7137B503 for ; Sun, 11 Feb 2001 22:41:54 -0800 (PST) Received: from gorean.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id WAA44210; Sun, 11 Feb 2001 22:37:59 -0800 (PST) (envelope-from DougB@gorean.org) Message-ID: <3A8784C6.9EF49551@gorean.org> Date: Sun, 11 Feb 2001 22:37:58 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Marcel Moolenaar Cc: Szilveszter Adam , ports@FreeBSD.ORG Subject: Re: Dangling symlink in /usr/compat/linux References: <3A7D28EA.9EF46BAE@gorean.org> <20010204112342.A15191@petra.hos.u-szeged.hu> <3A7DFC47.C76A9872@FreeBSD.org> <20010205091559.A5563@petra.hos.u-szeged.hu> <3A843594.B28776D8@cup.hp.com> <20010209194521.D27987@petra.hos.u-szeged.hu> <3A84466C.D9C0456A@cup.hp.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marcel Moolenaar wrote: > The symlinks are created by the RPM packages themselves. The fact that > they are explicitly created in the package list is because they wouldn't > be there when you install linux_base as a package otherwise. > > I use the philosophy in linux_base and linux_devtools that I don't > correct any bugs inherent in the Linux distribution. AFAICT, the > dangling symlink is created by filesystem-1.3.5-1.noarch.rpm, which is > one of the first packages that gets installed. I submitted the original post which merely pointed out the existence of the dangling link and asked if it were a problem. As long as you're happy, I'm happy. :) Thanks, Doug -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Replacements" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 11 23:35:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABFB137B401 for ; Sun, 11 Feb 2001 23:32:41 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1C7WfW24656; Sun, 11 Feb 2001 23:32:41 -0800 (PST) (envelope-from gnats) Received: from fatbastard.ring.lv (fatbastard.zialink.com [63.227.239.3]) by hub.freebsd.org (Postfix) with ESMTP id 9427737B401 for ; Sun, 11 Feb 2001 23:20:53 -0800 (PST) Received: (from root@localhost) by fatbastard.ring.lv (8.11.2/8.11.1) id f1C7Kqp00725; Mon, 12 Feb 2001 00:20:52 -0700 (MST) (envelope-from root) Message-Id: <200102120720.f1C7Kqp00725@fatbastard.ring.lv> Date: Mon, 12 Feb 2001 00:20:52 -0700 (MST) From: Charlie Root Reply-To: root@fatbastard.ring.lv To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25029: mpd-netgraph crashes when using netmeeting across pptp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25029 >Category: ports >Synopsis: mpd-netgraph crashes when using netmeeting across pptp >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 11 23:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Fenzl >Release: FreeBSD 4.2-STABLE i386 >Organization: none evident >Environment: FreeBSD 4.2 Stable from Nov 28 2000 and from Feb 2 2001 Pentium 233/96MB ram >Description: mpd-netgraph (or something else?) causes the system to reboot when a pptp session is used with netmeeting; mpd works 100% during other uses, but as soon as it is in a netmeeting session it will reboot the machine within 5 minutes of session start. >How-To-Repeat: No other box to test with, but install mpd-netgraph, initiate a vpn session and start a netmeeting session. Reboots this machine everytime >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 0: 4:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from galilei.v6.hitachi.co.jp (galilei.v6.hitachi.co.jp [133.145.167.4]) by hub.freebsd.org (Postfix) with ESMTP id 62B5F37B401; Mon, 12 Feb 2001 00:04:45 -0800 (PST) Received: from prince.don.to ([172.16.250.42]) by galilei.v6.hitachi.co.jp (8.9.3/3.7W) with ESMTP id RAA20422; Mon, 12 Feb 2001 17:04:11 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by prince.don.to (8.11.1/3.7W) with ESMTP id f1C83jv58523; Mon, 12 Feb 2001 17:03:45 +0900 (JST) Date: Mon, 12 Feb 2001 17:03:45 +0900 (JST) Message-Id: <20010212.170345.00388025.sumikawa@ebina.hitachi.co.jp> To: matador@techie.com Cc: sumikawa@FreeBSD.ORG, ports@FreeBSD.ORG, bullfighter@home.com Subject: Re: FreeBSD Port: racoon-20001111a From: Munechika SUMIKAWA In-Reply-To: <3A71EDBA.8D3A1028@home.com> References: <3A71EDBA.8D3A1028@home.com> X-Mailer: xcite1.39> Mew version 1.95b100 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sorry for delay response. > I saw a newer version of racoon on the kame ftp. Mind upgrading the > port when you get a chance ? it seems me that racoon-20001211a.tar.gz does not work on FreeBSD. I'll try to make new tarball and fix the problem. give me more serveral days. thanks, --- Munechika SUMIKAWA @ KAME Project / FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 2:45:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from relay2.agava.net.ru (2.oivt.mipt.ru [193.125.142.2]) by hub.freebsd.org (Postfix) with ESMTP id 705CA37B401 for ; Mon, 12 Feb 2001 02:45:31 -0800 (PST) Received: from gw.office.agava.ru (2.oivt.mipt.ru [193.125.142.2]) by relay2.agava.net.ru (Postfix) with ESMTP id C1752437FC; Mon, 12 Feb 2001 13:45:25 +0300 (MSK) Received: from juil.domain (juil.domain [192.168.1.50]) by gw.office.agava.ru (Postfix) with ESMTP id 9B4925E9A; Mon, 12 Feb 2001 13:45:25 +0300 (MSK) Received: by juil.domain (Postfix, from userid 1001) id 0158DAC; Mon, 12 Feb 2001 13:45:20 +0300 (MSK) To: Chris Byrnes Cc: ports@freebsd.org Subject: Re: pine4 port References: <200102120621.f1C6LWv47465@awww.jeah.net> From: Ilya Martynov Date: 12 Feb 2001 13:45:20 +0300 In-Reply-To: <200102120621.f1C6LWv47465@awww.jeah.net> Message-ID: <867l2wqiwv.fsf@juil.domain> Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> In article <200102120621.f1C6LWv47465@awww.jeah.net>, Chris Byrnes writes: CB> Making Pine. CB> make CC=cc -f makefile.bsf CB> rm -f os.h CB> ln -s osdep/os-bsf.h os.h CB> ./cmplhlp2.sh < pine.hlp > helptext.h CB> cc -DDEBUG -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE -I/usr/local/include -c addrbook.c CB> In file included from headers.h:62, CB> from addrbook.c:48: CB> /usr/local/include/c-client/mail.h:1232: linkage.h: No such file or directory CB> *** Error code 1 I've seen it. You need to upgrade your mail/cclient port to version 4.8_1 before building pine. -- Ilya Martynov AGAVA Software Company, http://www.agava.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 3: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 173AE37B503 for ; Mon, 12 Feb 2001 03:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CB02M51172; Mon, 12 Feb 2001 03:00:02 -0800 (PST) (envelope-from gnats) Received: from katrien.skystream.nl (katrien.skystream.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id B261237B503 for ; Mon, 12 Feb 2001 02:58:22 -0800 (PST) Received: from dyn.dailup.c227129101.isd.to (dyn.dailup.c227129101.isd.to [213.227.129.101]) by katrien.skystream.nl (8.11.1/8.11.0) with ESMTP id f1CAu0b02109 for ; Mon, 12 Feb 2001 11:56:00 +0100 Received: (qmail 30138 invoked by uid 1000); 12 Feb 2001 11:59:24 -0000 Message-Id: <20010212115924.30137.qmail@mandark.attica.home> Date: 12 Feb 2001 11:59:24 -0000 From: "Andre Goeree" Reply-To: abgoeree@uwnet.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25032: mail/mutt: wrong permissions of ${PREFIX}/share/doc/mutt/html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25032 >Category: ports >Synopsis: mail/mutt: wrong permissions of ${PREFIX}/share/doc/mutt/html >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 03:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andre Goeree >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD 4.2-STABLE i386 >Description: After installing mutt with "-DWITH_DOCS" the permissions of ${PREFIX}/share/doc/html are: dr--r--r-- 2 root wheel 8192 Feb 12 11:38 html >How-To-Repeat: cd /usr/ports/mail/mutt make -DWITH_DOCS install >Fix: possible fix: --- Makefile.orig Thu Feb 8 20:56:26 2001 +++ Makefile Mon Feb 12 11:20:14 2001 @@ -112,6 +112,7 @@ env MANMODE=0755 ${INSTALL_MAN} -d ${PREFIX}/share/doc/mutt/html ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt/html ${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${PREFIX}/share/doc/mutt + ${CHMOD} a+rx ${PREFIX}/share/doc/mutt/html .endif .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 3: 8:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B7AE37B401; Mon, 12 Feb 2001 03:08:36 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CB8YS54597; Mon, 12 Feb 2001 03:08:34 -0800 (PST) (envelope-from knu) Date: Mon, 12 Feb 2001 03:08:34 -0800 (PST) From: Message-Id: <200102121108.f1CB8YS54597@freefall.freebsd.org> To: tkato@prontomail.ne.jp, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24930: Update port: graphics/gd to 1.8.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/gd to 1.8.4 State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Mon Feb 12 20:07:00 JST 2001 State-Changed-Why: Committed, thanks! I've fixed all the dependent ports to complete the update. http://www.freebsd.org/cgi/query-pr.cgi?pr=24930 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 3:21:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5F9837B401; Mon, 12 Feb 2001 03:21:24 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CBLOm56140; Mon, 12 Feb 2001 03:21:24 -0800 (PST) (envelope-from sobomax) Date: Mon, 12 Feb 2001 03:21:24 -0800 (PST) From: Message-Id: <200102121121.f1CBLOm56140@freefall.freebsd.org> To: tkato@prontomail.ne.jp, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24927: Update port: games/gnomebreakout to 0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/gnomebreakout to 0.5 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Feb 12 03:19:16 PST 2001 State-Changed-Why: Gnome-breakout was updated independendly. Thank you for submission, anyway! http://www.freebsd.org/cgi/query-pr.cgi?pr=24927 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 4: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95DCE37B4EC for ; Mon, 12 Feb 2001 04:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CC01v60445; Mon, 12 Feb 2001 04:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C4B737B491 for ; Mon, 12 Feb 2001 03:59:43 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CBxhm60383; Mon, 12 Feb 2001 03:59:43 -0800 (PST) (envelope-from nobody) Message-Id: <200102121159.f1CBxhm60383@freefall.freebsd.org> Date: Mon, 12 Feb 2001 03:59:43 -0800 (PST) From: gabriel_ambuehl@buz.ch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25033: pkg_version -c to support packages? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25033 >Category: ports >Synopsis: pkg_version -c to support packages? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 04:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Gabriel Ambuehl >Release: 4.2 STABLE >Organization: >Environment: >Description: I'd like to have an option pkg_version that does install packages from a predefined source as/if/when there are new or updated ones (like Debian apt). pkg_version -c is nice but I consider it to be rather silly to have a dozen servers to do the same work if one could build the package and the others just fetch it by some means. Very nice would be some support for PGP signatures so you could have the whole process pretty much automated without having to worry that some blackhat installs bad packages on your server... >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 4:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3B3B37B401; Mon, 12 Feb 2001 04:50:13 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CCoDq72209; Mon, 12 Feb 2001 04:50:13 -0800 (PST) (envelope-from kevlo) Date: Mon, 12 Feb 2001 04:50:13 -0800 (PST) From: Message-Id: <200102121250.f1CCoDq72209@freefall.freebsd.org> To: rjoseph@mammalia.org, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25025: Update port sysutils/grub Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port sysutils/grub State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon Feb 12 04:49:54 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25025 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 4:58:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E356637B401; Mon, 12 Feb 2001 04:58:24 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CCwOD73538; Mon, 12 Feb 2001 04:58:24 -0800 (PST) (envelope-from kevlo) Date: Mon, 12 Feb 2001 04:58:24 -0800 (PST) From: Message-Id: <200102121258.f1CCwOD73538@freefall.freebsd.org> To: pangolin@home.com, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25024: ports/spin update to 3.4.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/spin update to 3.4.4 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Mon Feb 12 04:58:04 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25024 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 5:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96F8F37B4EC for ; Mon, 12 Feb 2001 05:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CDe1G81246; Mon, 12 Feb 2001 05:40:01 -0800 (PST) (envelope-from gnats) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id AA24237B401 for ; Mon, 12 Feb 2001 05:30:29 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id FAA15838 for ; Mon, 12 Feb 2001 05:30:28 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda15836; Mon Feb 12 05:30:08 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.2/8.9.1) id f1CDU3Q82297 for ; Mon, 12 Feb 2001 05:30:03 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdY82283; Mon Feb 12 05:29:22 2001 Received: (from cy@localhost) by cwsys.cwsent.com (8.11.2/8.9.1) id f1CDTL608046; Mon, 12 Feb 2001 05:29:21 -0800 (PST) Message-Id: <200102121329.f1CDTL608046@cwsys.cwsent.com> Date: Mon, 12 Feb 2001 05:29:21 -0800 (PST) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25034: Changes to SFTP port by Maintainer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25034 >Category: ports >Synopsis: Allow sftp to interoperate with gftp. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 05:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 4.2-RELEASE i386 >Organization: ITSD Province of BC >Environment: N/A >Description: Allow sftp to interoperate with gftp. >How-To-Repeat: N/A >Fix: diff -urPN --exclude=CVS --exclude=00_TRANS.TBL sftp.orig/Makefile sftp/Makefile --- sftp.orig/Makefile Wed Oct 11 04:39:09 2000 +++ sftp/Makefile Mon Feb 12 04:58:20 2001 @@ -21,7 +21,6 @@ RESTRICTED= "Calls external cryptographic routines." GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-remotepath=${PREFIX}/libexec MAN1= secftp.1 @@ -30,7 +29,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/secftp ${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/rsftp - ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/libexec/sftpserv + ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/bin/sftpserv ${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/secftp.1 ${CP} ${PKGDIR}/pkg-plist.in ${PLIST}.unsorted @if [ ! -f ${PREFIX}/bin/sftp ]; then \ diff -urPN --exclude=CVS --exclude=00_TRANS.TBL sftp.orig/pkg-plist.in sftp/pkg-plist.in --- sftp.orig/pkg-plist.in Tue Feb 8 07:06:08 2000 +++ sftp/pkg-plist.in Mon Feb 12 04:58:30 2001 @@ -1,3 +1,3 @@ bin/secftp bin/rsftp -libexec/sftpserv +bin/sftpserv >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 5:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D88C037B491 for ; Mon, 12 Feb 2001 05:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CDo1C82385; Mon, 12 Feb 2001 05:50:01 -0800 (PST) (envelope-from gnats) Received: from grisu.evk-koeln.de (grisu.evk-koeln.de [194.77.188.194]) by hub.freebsd.org (Postfix) with ESMTP id 863DB37B401 for ; Mon, 12 Feb 2001 05:41:52 -0800 (PST) Received: from sauerbruch.evk-koeln.de([139.64.201.254]) (8326 bytes) by grisu.evk-koeln.de via sendmail with P:esmtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 12 Feb 2001 14:41:54 +0100 (CET) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-14) Received: (from root@localhost) by sauerbruch.evk-koeln.de (8.11.2/8.11.2) id f1CDfmD10510; Mon, 12 Feb 2001 14:41:48 +0100 (CET) (envelope-from voss) Message-Id: <200102121341.f1CDfmD10510@sauerbruch.evk-koeln.de> Date: Mon, 12 Feb 2001 14:41:48 +0100 (CET) From: holger@eit.uni-kl.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25035: Update port: graphics/avifile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25035 >Category: ports >Synopsis: Update/new port: graphics/avifile,graphics/win32-codecs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 05:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Holger Lamm >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: Separated the codec part to its own port (graphics/win32-codecs) as the same files are used by similar ports, too. Fix consists of two parts: - diff for avifile - shar for graphics/win32-codecs >How-To-Repeat: >Fix: diff -Nur graphics/avifile/Makefile devel/avifile/Makefile --- graphics/avifile/Makefile Sun Jan 28 22:30:40 2001 +++ graphics/avifile/Makefile Mon Feb 12 13:47:29 2001 @@ -7,23 +7,17 @@ PORTNAME= avifile PORTVERSION= 0.53.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://ernie.eit.uni-kl.de/avifile/ \ http://divx.euro.ru/ \ http://www.toon.eu.org/divx/ DISTFILES= avifile-${PORTVERSION}.tar.gz \ - binaries-${CODEC_VERSION}.zip \ - wmvds32.ax.gz -EXTRACT_ONLY= avifile-${PORTVERSION}.tar.gz MAINTAINER= holger@eit.uni-kl.de LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -RESTRICTED= Unsure of codec\'s license -RESTRICTED_FILES= binaries-${CODEC_VERSION}.zip \ - wmvds32.ax.gz +RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} ONLY_FOR_ARCHS= i386 USE_QT2= yes @@ -33,7 +27,6 @@ USE_AUTOCONF= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ MOC="${MOC}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" @@ -43,7 +36,10 @@ --enable-release PLIST_SUB= LIB_VERSION="${LIB_VERSION}" -CODEC_VERSION= 010122 +#CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs +CODEC_PORT= ../../graphics/win32-codecs +CODEC_DETECTION_FILE!= ${MAKE} -V CODEC_DETECTION_FILE -f ${CODEC_PORT}/Makefile + LIB_VERSION= 0 # Adhoc fix. First part. # qt is there but configure is not finding it @@ -57,11 +53,6 @@ .include -post-extract: - @${LOCALBASE}/bin/unzip ${DISTDIR}/binaries-${CODEC_VERSION}.zip \ - -d ${WRKDIR}/codecs - @${GZCAT} ${DISTDIR}/wmvds32.ax.gz > ${WRKDIR}/codecs/wmvds32.ax - # Libtool fix code kindly provided by Mr. Maxim Sobolev post-configure: @${PERL} -pi -e \ @@ -74,10 +65,7 @@ .endfor post-install: - @${MKDIR} ${PREFIX}/lib/win32 - @${INSTALL_DATA} ${WRKDIR}/codecs/* ${PREFIX}/lib/win32 @/usr/bin/fmt < ${PKGMESSAGE} - @${INSTALL_DATA} ${WRKSRC}/lib/libaviplay.la ${PREFIX}/lib @${LN} -sf libaviplay.so.${LIB_VERSION} ${PREFIX}/lib/libaviplay.so # Adhoc fix. Second part. # Install the missed applications. diff -Nur graphics/avifile/distinfo devel/avifile/distinfo --- graphics/avifile/distinfo Sun Jan 28 22:30:40 2001 +++ graphics/avifile/distinfo Fri Feb 9 15:35:18 2001 @@ -1,3 +1 @@ MD5 (avifile-0.53.4.tar.gz) = 9f5dc386314ccc2748af0200d87f356f -MD5 (binaries-010122.zip) = ffc44e68b581994613931a9e47500446 -MD5 (wmvds32.ax.gz) = 886493bf1d0fa9ea088755c3fbddcfd7 diff -Nur graphics/avifile/pkg-plist devel/avifile/pkg-plist --- graphics/avifile/pkg-plist Fri Jan 26 21:20:20 2001 +++ graphics/avifile/pkg-plist Mon Feb 12 13:46:15 2001 @@ -55,27 +55,5 @@ share/avifile/about.ppm share/avifile/test.png @dirrm share/avifile -lib/win32/ativcr2.dll -lib/win32/divx_c32.ax -lib/win32/divxa32.acm -lib/win32/divxc32.dll -lib/win32/divxc32f.dll -lib/win32/acelpdec.ax -lib/win32/iccvid.dll -lib/win32/imc32.acm -lib/win32/ir32_32.dll -lib/win32/ir41_32.dll -lib/win32/ir41_qc.dll -lib/win32/ir50_32.dll -lib/win32/ir50_qc.dll -lib/win32/ir50_qcx.dll -lib/win32/m3jpeg32.dll -lib/win32/mpg4c32.dll -lib/win32/msadp32.acm -lib/win32/msms001.vwp -lib/win32/voxmsdec.ax -lib/win32/wmvds32.ax -@dirrm lib/win32 -lib/libaviplay.la lib/libaviplay.so lib/libaviplay.so.%%LIB_VERSION%% # 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: # # win32-codecs # win32-codecs/Makefile # win32-codecs/pkg-descr # win32-codecs/pkg-plist # win32-codecs/distinfo # win32-codecs/pkg-comment # echo c - win32-codecs mkdir -p win32-codecs > /dev/null 2>&1 echo x - win32-codecs/Makefile sed 's/^X//' >win32-codecs/Makefile << 'END-of-win32-codecs/Makefile' X# New ports collection makefile for: win32-codecs X# Date created: 12 February 2001 X# Whom: Mario Sergio Fujikawa Ferreira X# X# $FreeBSD$ X# X XPORTNAME= win32-codecs XPORTVERSION= ${CODEC_VERSION} XCATEGORIES= graphics audio XMASTER_SITES= http://ernie.eit.uni-kl.de/avifile/ \ X http://divx.euro.ru/ \ X http://www.toon.eu.org/divx/ XDISTFILES= binaries-${CODEC_VERSION}.zip \ X wmvds32.ax.gz XEXTRACT_ONLY= binaries-${CODEC_VERSION}.zip X XMAINTAINER= holger@eit.uni-kl.de X XRESTRICTED= Unsure of codec\'s license X XONLY_FOR_ARCHS= i386 XUSE_ZIP= yes XNO_BUILD= yes XNO_WRKSUBDIR= yes X XCODEC_VERSION= 010122 X# Used by other ports to detect if this is installed XCODEC_DETECTION_FILE= ${LOCALBASE}/lib/win32/wmvds32.ax X Xpost-extract: X @${GZCAT} ${DISTDIR}/wmvds32.ax.gz > ${WRKDIR}/wmvds32.ax X Xdo-install: X @${MKDIR} ${PREFIX}/lib/win32 X @${CHMOD} 0555 ${PREFIX}/lib/win32 X @${INSTALL_DATA} ${WRKDIR}/* ${PREFIX}/lib/win32 X X.include END-of-win32-codecs/Makefile echo x - win32-codecs/pkg-descr sed 's/^X//' >win32-codecs/pkg-descr << 'END-of-win32-codecs/pkg-descr' XA huge compilation of Win32 codecs: X XVideo: X- Win32 VfW DLLs: X Indeo Video 3.2, 4.1 X Microsoft MPEG-4 v1 & v2 beta X Microsoft MPEG-4 v3 ( also known as DivX ;-) ) X Cinepak Video X ATI VCR-2 X I263 X- Win32 DirectShow filters, decompression-only support: X Microsoft MPEG-4 v3 ( this decoder is slower than VfW one, X but offers wider range of picture control features ) X Windows Media Video 7 X Indeo Video 5.0 X Motion JPEG ( using Morgan Multimedia shareware codec ) X- Open-source plugins: X Motion JPEG ( using libjpeg, very slow ) X XAudio: X- Win32 ACM DLLs, decompression-only support: X Windows Media Audio ( also known as DivX ;-) Audio ) X MS ADPCM X Intel Music Codec X- Open-source plugins, decompression-only support: X PCM X AC3 X IMA ADPCM X MPEG Layer-1,2,3 ( compression into MP3 is also supported ) X MSN Audio X GSM 6.1 Audio X- Win32 DirectShow filters, untested decompression-only support: X Voxware Metasound X ACELP.net X XWWW: http://divx.euro.ru/ END-of-win32-codecs/pkg-descr echo x - win32-codecs/pkg-plist sed 's/^X//' >win32-codecs/pkg-plist << 'END-of-win32-codecs/pkg-plist' Xlib/win32/ativcr2.dll Xlib/win32/divx_c32.ax Xlib/win32/divxa32.acm Xlib/win32/divxc32.dll Xlib/win32/divxc32f.dll Xlib/win32/acelpdec.ax Xlib/win32/iccvid.dll Xlib/win32/imc32.acm Xlib/win32/ir32_32.dll Xlib/win32/ir41_32.dll Xlib/win32/ir41_qc.dll Xlib/win32/ir50_32.dll Xlib/win32/ir50_qc.dll Xlib/win32/ir50_qcx.dll Xlib/win32/m3jpeg32.dll Xlib/win32/mpg4c32.dll Xlib/win32/msadp32.acm Xlib/win32/msms001.vwp Xlib/win32/voxmsdec.ax Xlib/win32/wmvds32.ax X@dirrm lib/win32 END-of-win32-codecs/pkg-plist echo x - win32-codecs/distinfo sed 's/^X//' >win32-codecs/distinfo << 'END-of-win32-codecs/distinfo' XMD5 (binaries-010122.zip) = ffc44e68b581994613931a9e47500446 XMD5 (wmvds32.ax.gz) = 886493bf1d0fa9ea088755c3fbddcfd7 END-of-win32-codecs/distinfo echo x - win32-codecs/pkg-comment sed 's/^X//' >win32-codecs/pkg-comment << 'END-of-win32-codecs/pkg-comment' XHuge compilation of Win32 binary codecs, including MPEG-4(DivX ;-)) END-of-win32-codecs/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 5:57:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id 8286C37B401 for ; Mon, 12 Feb 2001 05:57:47 -0800 (PST) Received: (from www@localhost) by awww.jeah.net (8.11.1/8.11.0) id f1CDuIF00343; Mon, 12 Feb 2001 07:56:19 -0600 (CST) (envelope-from chris@jeah.net) Date: Mon, 12 Feb 2001 07:56:19 -0600 (CST) Message-Id: <200102121356.f1CDuIF00343@awww.jeah.net> From: "Chris Byrnes" To: Ilya Martynov Cc: ports@freebsd.org Subject: Re: pine4 port X-Mailer: JEAH WebMail X-IPAddress: 158.252.99.103 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cclient is installed, using ports, 4.8_1 -- same problem. > >>>>> In article <200102120621.f1C6LWv47465@awww.jeah.net>, Chris Byrnes writes: > > CB> Making Pine. > CB> make CC=cc -f makefile.bsf > CB> rm -f os.h > CB> ln -s osdep/os-bsf.h os.h > CB> ./cmplhlp2.sh < pine.hlp > helptext.h > CB> cc -DDEBUG -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE - I/usr/local/include -c addrbook.c > CB> In file included from headers.h:62, > CB> from addrbook.c:48: > CB> /usr/local/include/c-client/mail.h:1232: linkage.h: No such file or directory > CB> *** Error code 1 > > I've seen it. You need to upgrade your mail/cclient port to version > 4.8_1 before building pine. > > > -- > Ilya Martynov > AGAVA Software Company, http://www.agava.com > > -- JEAH Web Mail Web Mail that doesn't suck.. as much. http://webmail.JEAH.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 5:59:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 17F0437B491 for ; Mon, 12 Feb 2001 05:59:36 -0800 (PST) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id FAA15868; Mon, 12 Feb 2001 05:51:28 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda15866; Mon Feb 12 05:51:20 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.2/8.9.1) id f1CDp5K82367; Mon, 12 Feb 2001 05:51:05 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdC82365; Mon Feb 12 05:50:39 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.2/8.9.1) id f1CDocK08143; Mon, 12 Feb 2001 05:50:38 -0800 (PST) Message-Id: <200102121350.f1CDocK08143@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdhs8140; Mon Feb 12 05:50:31 2001 X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-Sender: schubert To: Tobias Reifenberger Cc: dmarion@open.hr, ports@freebsd.org Subject: Re: sftp port - sftpserv location In-reply-to: Your message of "Fri, 09 Feb 2001 23:05:26 +0100." <3A8469A6.B732E7B1@mayn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Feb 2001 05:50:30 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A8469A6.B732E7B1@mayn.de>, Tobias Reifenberger writes: > Cy Schubert - ITSD Open Systems Group wrote: > > > Gftp cannot use sftpserv. Only sftp, the sftp client, is able to use > > sftpserv. Sftp/sftpserv use their own protocol which uses one socket > > Are you sure? Please look at the gftp FAQ and the output of the grep > command below. > > >From gftp FAQ > > How do I transfer files through the SSH protocol? > > You will first need to grab sftp >= 0.7 from http://www.xbill.org/sftp. > > > > grep sftpserv gftp-2.0.7b/src/ssh.c > /* This will use Brian Wellington 's sftpserv > program */ > args[i++] = "sftpserv"; > > > As you can see, gftp seems to have support for sftp. And it assumes that > the sftpserv binary is in the standard search path. To get it working > you must add {PREFIX}/libexec to your path. And I think, this isn't a > good idea... > > What do you think? I've had a chance to think about this over the weekend. Ideally the best solution would be for gftp to look for sftpserv in $PREFIX/libexec, however any simple patch to gftp to do so would break any opportunity to change the PREFIX for the gftp port. To do it properly would mean a great deal of changes to the gftp port, which I don't think would be worth the effort. Though I don't think that sftpserv should live in $PREFIX/bin, e.g. /usr/local/bin, because it gives lusers the opportunity to execute the binary, then call tech support when it appears to hang, I suppose having gftp work with sftp is a greater benefit. I've reluctantly submitted patches, PR 25034 (because I don't have commit privileges), to put sftpserv into $PREFIX/bin. I've cc'd the maintainer of gftp and -ports to hopefully encourage the discussion of some ideas I haven't considered regarding this issue. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 6:23: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from sunu422.rz.ruhr-uni-bochum.de (sunu422.rz.ruhr-uni-bochum.de [134.147.64.14]) by hub.freebsd.org (Postfix) with SMTP id 9A2E237B4EC for ; Mon, 12 Feb 2001 06:23:03 -0800 (PST) Received: (qmail 27729 invoked from network); 12 Feb 2001 14:23:01 -0000 Received: from unknown (HELO ruhr-uni-bochum.de) (134.147.159.3) by mailhost.rz.ruhr-uni-bochum.de with SMTP; 12 Feb 2001 14:23:02 -0000 Message-ID: <3A87F1B7.96E14BB@ruhr-uni-bochum.de> Date: Mon, 12 Feb 2001 15:22:47 +0100 From: Thomas Stratmann X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Compile failure in make of port kde11 / kwrite Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everyone, during make install for kde11, compilation for kwrite failed: compiler complained about syntax error in kwdoc.h line 281 before "::" (compiler failed compiling highlight.cpp) This line reads: Nkf::NkfCode JPcode; which suggests that #include'ing 'nkf.h' is a good idea. The beginning of kwdoc.h reads #ifndef _KWDOC_H_ #define _KWDOC_H_ #include #include #include #include #include #ifdef QT_I18N #include #include #define iseucchar(a) (0xa0 <= (unsigned char)(a) && (unsigned char)(a) <= 0xfe) #endif #include "kwview.h" #include "highlight.h" class TextLine { . . . so inclusion of 'nkf.h' is conditioned. I commented out #ifdef QT_I18N and #endif lines and the compilation worked. Will I now get a japanese kwrite? ;-) Is anybody else having similar problems? Regards Thomas Stratmann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 6:28: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 250E237B401; Mon, 12 Feb 2001 06:28:07 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CES7g89326; Mon, 12 Feb 2001 06:28:07 -0800 (PST) (envelope-from lioux) Date: Mon, 12 Feb 2001 06:28:07 -0800 (PST) From: Message-Id: <200102121428.f1CES7g89326@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/25035: Update/new port: graphics/avifile,graphics/win32-codecs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update/new port: graphics/avifile,graphics/win32-codecs Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Mon Feb 12 06:26:41 PST 2001 Responsible-Changed-Why: I submitted that to the maintainer for approval :) http://www.freebsd.org/cgi/query-pr.cgi?pr=25035 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 8: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20C5737B491 for ; Mon, 12 Feb 2001 08:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CG04W92196; Mon, 12 Feb 2001 08:00:04 -0800 (PST) (envelope-from gnats) Received: from laptop.irrelevant.org (adamantite.global.net.uk [194.126.80.200]) by hub.freebsd.org (Postfix) with ESMTP id 269AC37B401 for ; Mon, 12 Feb 2001 07:58:04 -0800 (PST) Received: (from simond@localhost) by laptop.irrelevant.org (8.11.1/8.11.1) id f1CFwRK67524; Mon, 12 Feb 2001 15:58:27 GMT (envelope-from simond) Message-Id: <200102121558.f1CFwRK67524@laptop.irrelevant.org> Date: Mon, 12 Feb 2001 15:58:27 GMT From: simond@irrelevant.org Reply-To: simond@irrelevant.org To: FreeBSD-gnats-submit@freebsd.org Cc: simond@irrelevant.org X-Send-Pr-Version: 3.2 Subject: ports/25036: New port: graphics/libdivx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25036 >Category: ports >Synopsis: New port: graphics/libdivx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 08:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.2-STABLE i386 >Organization: N/A >Environment: >Description: New port to build libdivx as a native shared library >How-To-Repeat: >Fix: # 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: # # libdivx # libdivx/Makefile # libdivx/pkg-comment # libdivx/pkg-descr # libdivx/pkg-plist # libdivx/distinfo # echo c - libdivx mkdir -p libdivx > /dev/null 2>&1 echo x - libdivx/Makefile sed 's/^X//' >libdivx/Makefile << 'END-of-libdivx/Makefile' X# New ports collection makefile for: libdivx X# Date created: 12 February 2001 X# Whom: Simon Dick X# X# $FreeBSD$ X# X XPORTNAME= libdivx XPORTVERSION= 0.4.7 XCATEGORIES= graphics XMASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/ XDISTNAME=libdivxdecore-${PORTVERSION} X XMAINTAINER= simond@irrelevant.org X XGNU_CONFIGURE= yes X X.include END-of-libdivx/Makefile echo x - libdivx/pkg-comment sed 's/^X//' >libdivx/pkg-comment << 'END-of-libdivx/pkg-comment' XOpenDivX Library END-of-libdivx/pkg-comment echo x - libdivx/pkg-descr sed 's/^X//' >libdivx/pkg-descr << 'END-of-libdivx/pkg-descr' XDivX4Linux is a shared library which allows the playing of DivX encoded Xfiles. X XWWW: http://www.projectmayo.com/linux/divx4linux/index.php X X- Simon Dick Xsimond@irrelevant.org END-of-libdivx/pkg-descr echo x - libdivx/pkg-plist sed 's/^X//' >libdivx/pkg-plist << 'END-of-libdivx/pkg-plist' Xinclude/divx/decore.h Xlib/libdivxdecore.a Xlib/libdivxdecore.la Xlib/libdivxdecore.so X@dirrm include/divx END-of-libdivx/pkg-plist echo x - libdivx/distinfo sed 's/^X//' >libdivx/distinfo << 'END-of-libdivx/distinfo' XMD5 (libdivxdecore-0.4.7.tar.gz) = 0defab7d519308aacfb1a0c1448341a1 END-of-libdivx/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 8:35:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C629D37B503; Mon, 12 Feb 2001 08:35:08 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CGZ8K99174; Mon, 12 Feb 2001 08:35:08 -0800 (PST) (envelope-from lioux) Date: Mon, 12 Feb 2001 08:35:08 -0800 (PST) From: Message-Id: <200102121635.f1CGZ8K99174@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/25036: New port: graphics/libdivx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: graphics/libdivx Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Mon Feb 12 08:34:12 PST 2001 Responsible-Changed-Why: I already wrote a port which I am handling with sobomax I'll crosscheck this one http://www.freebsd.org/cgi/query-pr.cgi?pr=25036 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 9: 9:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vic.inty.net (vic.inty.net [195.92.21.144]) by hub.freebsd.org (Postfix) with ESMTP id 2732037B6EA for ; Mon, 12 Feb 2001 09:09:45 -0800 (PST) Received: from inty.hq.inty.net (inty.hq.inty.net [213.38.150.150]) by vic.inty.net (8.11.2/8.11.2) with ESMTP id f1CH9dO65596 for ; Mon, 12 Feb 2001 17:09:40 GMT Received: from trigem05075 ([10.0.1.203]) by inty.hq.inty.net (8.9.3/8.9.3) with SMTP id RAA40250 for ; Mon, 12 Feb 2001 17:09:37 GMT Message-ID: <006c01c09517$7cfb3c00$cb01000a@hq.inty.net> From: "julian" To: Subject: Ports, packages Date: Mon, 12 Feb 2001 17:16:06 -0000 Organization: intY MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0069_01C09517.7C082970" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-skip-virus-check: yes X-virus-checked: 55858 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0069_01C09517.7C082970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have just installed FreeBSD 4.2 from the current branch, with xf86336, = however when I type make in the required port directory, the packages = that are requested seem to have the incorrect version number to the ones = the actually have. =20 I have downloaded the /all branch from the current packages directory = and copied to CD-ROM. =20 Even when I copy the files I need directly into the distfiles or any = other directory (specified) they will not compile the install. All attempts to build ported application fail when looking for 9e.1.0=20 I cannot complete this install via ftp as I cannot get ppp to work = correctly either (get dial tone but doesn't dial, then hangs up) I am at a loss, Please help!!!! PS do I need to upgrade to a stable version first??? This=20email=20has=20been=20virus=20scanned=20using=20Sophos=20Anti=2DVir= us=20by=20intY=20=28www=2Einty=2Enet=29 ------=_NextPart_000_0069_01C09517.7C082970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have just installed FreeBSD 4.2 from = the current=20 branch, with xf86336, however when I type make in the required port = directory,=20 the packages that are requested seem to have the incorrect version = number to the=20 ones the actually have. 
 
I have downloaded the /all branch from = the current=20 packages directory and copied to CD-ROM. 
 
Even when I copy the files I need = directly into the=20 distfiles or any other directory (specified) they will not compile the=20 install.
 
All attempts to build ported = application fail when=20 looking for 9e.1.0
 
I cannot complete this install via ftp = as I cannot=20 get ppp to work correctly either (get dial tone but  doesn't dial, = then=20 hangs up)
 
 
I am at a loss, Please = help!!!!
 
PS
do I need to upgrade to a stable = version=20 first???
 
 
 
 

This=20email=20has=20been=20virus=20scanned=20using=20Sophos=20Anti=2DVir=
us=20by=20intY=20=28www=2Einty=2Enet=29

------=_NextPart_000_0069_01C09517.7C082970-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 9:33:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (SHW39-29.accesscable.net [24.138.39.29]) by hub.freebsd.org (Postfix) with ESMTP id 5D22837B491 for ; Mon, 12 Feb 2001 09:33:53 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.2/8.11.1) with ESMTP id f1CHVQN00549 for ; Mon, 12 Feb 2001 13:31:26 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 12 Feb 2001 13:31:26 -0400 (AST) From: The Hermit Hacker To: Subject: hylafax ... connecting from client machine to server ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Using Hylafax from ports on FreeBSD 4.2-STABLE ... if I do a faxstat -v, I'm getting: pegasus# faxstat -v Trying thor.tht.net (216.126.88.4) at port 4559... Connected to thor.tht.net. 130 Warning, client address "216.126.88.8" is not listed for host name "pegasus.tht.net". pegasus# where pegasus is: thor# nslookup pegasus Server: thor.tht.net Address: 216.126.88.4 Name: pegasus.tht.net Address: 209.47.145.8 and 216.126.88.8 is: thor# nslookup 216.126.88.8 Server: thor.tht.net Address: 216.126.88.4 Name: pegasus.tht.net Address: 216.126.88.8 its two IPs on the same machine ... I have both Ips in my hosts.faxd file thor# cat hosts.hfaxd localhost 127.0.0.1 216.126.88.8 209.47.145.8 but it doesn't seem to like that ... Is there any way around this? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 9:54:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id 1F86C37B491 for ; Mon, 12 Feb 2001 09:54:22 -0800 (PST) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id 076852E440 for ; Mon, 12 Feb 2001 12:54:21 -0500 (EST) Received: (from khera@localhost) by onceler.kciLink.com (8.11.1/8.11.1) id f1CHsK973844; Mon, 12 Feb 2001 12:54:20 -0500 (EST) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14984.9036.822385.521379@onceler.kciLink.com> Date: Mon, 12 Feb 2001 12:54:20 -0500 To: freebsd-ports@freebsd.org Subject: Re: hylafax ... connecting from client machine to server ... In-Reply-To: References: X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "THH" == The Hermit Hacker writes: THH> Using Hylafax from ports on FreeBSD 4.2-STABLE ... THH> if I do a faxstat -v, I'm getting: THH> pegasus# faxstat -v THH> Trying thor.tht.net (216.126.88.4) at port 4559... THH> Connected to thor.tht.net. THH> 130 Warning, client address "216.126.88.8" is not listed for host name "pegasus.tht.net". Yes, but pegasus.tht.net doesn't resolve to 216.126.88.8 does it? That's what your warning is: the IP is not one of those listed for that host name. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 11:13:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (SHW39-29.accesscable.net [24.138.39.29]) by hub.freebsd.org (Postfix) with ESMTP id 6CC0B37B491 for ; Mon, 12 Feb 2001 11:13:25 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.2/8.11.1) with ESMTP id f1CJAfI07583; Mon, 12 Feb 2001 15:10:41 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 12 Feb 2001 15:10:41 -0400 (AST) From: The Hermit Hacker To: Vivek Khera Cc: Subject: Re: hylafax ... connecting from client machine to server ... In-Reply-To: <14984.9036.822385.521379@onceler.kciLink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 12 Feb 2001, Vivek Khera wrote: > >>>>> "THH" == The Hermit Hacker writes: > > THH> Using Hylafax from ports on FreeBSD 4.2-STABLE ... > > THH> if I do a faxstat -v, I'm getting: > > THH> pegasus# faxstat -v > THH> Trying thor.tht.net (216.126.88.4) at port 4559... > THH> Connected to thor.tht.net. > THH> 130 Warning, client address "216.126.88.8" is not listed for host name "pegasus.tht.net". > > Yes, but pegasus.tht.net doesn't resolve to 216.126.88.8 does it? > > That's what your warning is: the IP is not one of those listed for > that host name. so, if I made pegasus.tht.net a round-robin record, all should be well? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 11:36:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id D836A37B491 for ; Mon, 12 Feb 2001 11:36:16 -0800 (PST) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id 0A8232E454 for ; Mon, 12 Feb 2001 14:36:16 -0500 (EST) Received: (from khera@localhost) by onceler.kciLink.com (8.11.1/8.11.1) id f1CJaFD26206; Mon, 12 Feb 2001 14:36:15 -0500 (EST) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14984.15151.878032.321537@onceler.kciLink.com> Date: Mon, 12 Feb 2001 14:36:15 -0500 To: freebsd-ports@FreeBSD.ORG Subject: Re: hylafax ... connecting from client machine to server ... In-Reply-To: References: <14984.9036.822385.521379@onceler.kciLink.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "THH" == The Hermit Hacker writes: >> That's what your warning is: the IP is not one of those listed for >> that host name. THH> so, if I made pegasus.tht.net a round-robin record, all should be well? I'd suspect so. No need to have dangly pointers in your DNS... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 11:48:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from marcos.networkcs.com (marcos.networkcs.com [137.66.16.1]) by hub.freebsd.org (Postfix) with ESMTP id 162FC37B491 for ; Mon, 12 Feb 2001 11:48:38 -0800 (PST) Received: from us.networkcs.com (us.networkcs.com [137.66.11.15]) by marcos.networkcs.com (8.9.3/8.9.3) with ESMTP id NAA69077 for ; Mon, 12 Feb 2001 13:48:36 -0600 (CST) (envelope-from wesb@us.networkcs.com) Received: (from wesb@localhost) by us.networkcs.com (8.9.2/8.9.2) id NAA91485 for ports@freebsd.org; Mon, 12 Feb 2001 13:48:36 -0600 (CST) (envelope-from wesb) Date: Mon, 12 Feb 2001 13:48:36 -0600 From: Wes Barris To: ports@freebsd.org Subject: upgrade kit won't work -- help Message-ID: <20010212134836.A91412@us.networkcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I manage a 3.3-RELEASE system. I am unable to install any FreeBSD ports. I have installed the 34upgrade kit but I still can't make any ports. What else should I do? root@aoki# uname -a FreeBSD aoki 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 root@aoki# pkg_add ~/34upgrade.tgz pkg_add: package `34upgrade-2000.08.25' already recorded as installed root@aoki# /usr/ports/graphics/ImageMagick root@aoki# make ===> ImageMagick-5.2.7_2 : 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. -- Wes Barris E-Mail: wes@wesbarris.com Web: www.wesbarris.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 12: 3:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E781337B491; Mon, 12 Feb 2001 12:03:41 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CK3f929436; Mon, 12 Feb 2001 12:03:41 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 12:03:41 -0800 (PST) From: Message-Id: <200102122003.f1CK3f929436@freefall.freebsd.org> To: andrews.family@powersurfr.com, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24566: cclient and uw-imap not compiling Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cclient and uw-imap not compiling State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Mon Feb 12 12:03:06 PST 2001 State-Changed-Why: Recently updated to 2000c. http://www.freebsd.org/cgi/query-pr.cgi?pr=24566 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 12: 4:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFDB637B491; Mon, 12 Feb 2001 12:04:30 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CK4UD29595; Mon, 12 Feb 2001 12:04:30 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 12:04:30 -0800 (PST) From: Message-Id: <200102122004.f1CK4UD29595@freefall.freebsd.org> To: rsimmons@spamcop.net, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23672: imap-uw/cclient/pine are broken in the ports collection Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: imap-uw/cclient/pine are broken in the ports collection State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Mon Feb 12 12:04:02 PST 2001 State-Changed-Why: Recently updated to 2000c. http://www.freebsd.org/cgi/query-pr.cgi?pr=23672 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 12:42:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 060B537B491; Mon, 12 Feb 2001 12:42:36 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CKgZu39697; Mon, 12 Feb 2001 12:42:35 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 12:42:35 -0800 (PST) From: Message-Id: <200102122042.f1CKgZu39697@freefall.freebsd.org> To: petef@databits.net, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24864: port update: mail/imap-uw Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update: mail/imap-uw State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Mon Feb 12 12:42:20 PST 2001 State-Changed-Why: Committed with some modifications. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24864 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 12:43:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9D8437B491; Mon, 12 Feb 2001 12:43:55 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CKhtZ40367; Mon, 12 Feb 2001 12:43:55 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 12:43:55 -0800 (PST) From: Message-Id: <200102122043.f1CKhtZ40367@freefall.freebsd.org> To: mdharnois@home.com, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24834: c-client version obsolete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: c-client version obsolete State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Mon Feb 12 12:43:33 PST 2001 State-Changed-Why: Recently updated to 2000c. http://www.freebsd.org/cgi/query-pr.cgi?pr=24834 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 13: 8:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hand.dotat.at (sfo-gw.covalent.net [207.44.198.62]) by hub.freebsd.org (Postfix) with ESMTP id D290937B491; Mon, 12 Feb 2001 13:07:59 -0800 (PST) Received: from fanf by hand.dotat.at with local (Exim 3.20 #3) id 14SQCI-000Ag7-00; Mon, 12 Feb 2001 21:07:46 +0000 Date: Mon, 12 Feb 2001 21:07:46 +0000 From: Tony Finch To: Barney Wolff Cc: FUJISHIMA Satsuki , Kenneth W Cochran , ports@FreeBSD.org, stable@FreeBSD.org, Tony Finch , freebsd-gnats-submit@freebsd.org Subject: Re: ports/24711: Mozilla build failure, 4-stable Message-ID: <20010212210746.E35416@hand.dotat.at> References: <200102100231.VAA00143@world.std.com> <20010210010445.A43496@pit.databus.com> <86r914amlv.wl@cheerful.com> <20010211201229.A54579@pit.databus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010211201229.A54579@pit.databus.com> Organization: Covalent Technologies, Inc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Barney Wolff wrote: >FUJISHIMA Satsuki wrote: >> Barney Wolff wrote: >> > >> > Try anything BUT /usr/obj as WRKDIRPREFIX. /usr/obj/ports, for >> > example. I found most or all ports fail to build if that >> > specific directory is used. I have no idea why. >> >> man make and read .OBJDIR section. > >Yes I understand the significance of /usr/obj, but not why, in >detail, the port builds fail. In any case, if there are some specific >directories that cause problems, perhaps bsd.port.mk should check for >them and complain, rather than letting the build fail with baffling >errors. See PR#24711. The reason it doesn't work is that the ports system uses ${MAKEFILE} to name the Makefile in the work directory that should be used to build the port. If the port's Makefile doesn't set MAKEFILE then bsd.port.mk tries to set it to "${BUILD_WRKSRC}/Makefile". However, it fails because ${MAKEFILE} also happens to be a special variable set by make itself. It is set in a slightly complicated way to support separate object trees. If /usr/obj/`pwd` exists then it is used as the object directory, so in order to refer back to the original Makefile make sets MAKEFILE to "`pwd`/Makefile". If the object directory doesn't exist then MAKEFILE is set to just "Makefile". So the MAKEFILE?=${BUILD_WRKSRC}/Makefile line in bsd.port.mk is entirely redundant because MAKEFILE is always set by make. Most of the time you are lucky and things still work, *unless* an object directory exists, in which case make sets MAKEFILE to a value that doesn't work and the build explodes. The problem occurs when bsd.port.mk tries to run make inside the work directory. If the port didn't set MAKEFILE and the object tree exists, then the port ends up trying to use /usr/ports/foo/bar/Makefile to build the port rather than /usr/obj/usr/ports/foo/bar/work/bar-1.2.3/Makefile. Tony. -- f.a.n.finch fanf@covalent.net dot@dotat.at FISHER: NORTHWEST 5 OR 6 DECREASING 3. SHOWERS. GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 13:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34F2F37B4EC for ; Mon, 12 Feb 2001 13:10:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CLA9Q49450; Mon, 12 Feb 2001 13:10:09 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Feb 2001 13:10:09 -0800 (PST) Message-Id: <200102122110.f1CLA9Q49450@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tony Finch Subject: Re: ports/24711: Mozilla build failure, 4-stable Reply-To: Tony Finch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24711; it has been noted by GNATS. From: Tony Finch To: Barney Wolff Cc: FUJISHIMA Satsuki , Kenneth W Cochran , ports@FreeBSD.org, stable@FreeBSD.org, Tony Finch , freebsd-gnats-submit@freebsd.org Subject: Re: ports/24711: Mozilla build failure, 4-stable Date: Mon, 12 Feb 2001 21:07:46 +0000 Barney Wolff wrote: >FUJISHIMA Satsuki wrote: >> Barney Wolff wrote: >> > >> > Try anything BUT /usr/obj as WRKDIRPREFIX. /usr/obj/ports, for >> > example. I found most or all ports fail to build if that >> > specific directory is used. I have no idea why. >> >> man make and read .OBJDIR section. > >Yes I understand the significance of /usr/obj, but not why, in >detail, the port builds fail. In any case, if there are some specific >directories that cause problems, perhaps bsd.port.mk should check for >them and complain, rather than letting the build fail with baffling >errors. See PR#24711. The reason it doesn't work is that the ports system uses ${MAKEFILE} to name the Makefile in the work directory that should be used to build the port. If the port's Makefile doesn't set MAKEFILE then bsd.port.mk tries to set it to "${BUILD_WRKSRC}/Makefile". However, it fails because ${MAKEFILE} also happens to be a special variable set by make itself. It is set in a slightly complicated way to support separate object trees. If /usr/obj/`pwd` exists then it is used as the object directory, so in order to refer back to the original Makefile make sets MAKEFILE to "`pwd`/Makefile". If the object directory doesn't exist then MAKEFILE is set to just "Makefile". So the MAKEFILE?=${BUILD_WRKSRC}/Makefile line in bsd.port.mk is entirely redundant because MAKEFILE is always set by make. Most of the time you are lucky and things still work, *unless* an object directory exists, in which case make sets MAKEFILE to a value that doesn't work and the build explodes. The problem occurs when bsd.port.mk tries to run make inside the work directory. If the port didn't set MAKEFILE and the object tree exists, then the port ends up trying to use /usr/ports/foo/bar/Makefile to build the port rather than /usr/obj/usr/ports/foo/bar/work/bar-1.2.3/Makefile. Tony. -- f.a.n.finch fanf@covalent.net dot@dotat.at FISHER: NORTHWEST 5 OR 6 DECREASING 3. SHOWERS. GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 13:24:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1086737B4EC; Mon, 12 Feb 2001 13:24:49 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CLOnS51528; Mon, 12 Feb 2001 13:24:49 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 13:24:49 -0800 (PST) From: Message-Id: <200102122124.f1CLOnS51528@freefall.freebsd.org> To: sf@FreeBSD.org, freebsd-ports@FreeBSD.org, sf@FreeBSD.org Subject: Re: ports/24880: Update port: print/pbm2ppa to pnm2ppa-1.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: print/pbm2ppa to pnm2ppa-1.04 Responsible-Changed-From-To: freebsd-ports->sf Responsible-Changed-By: sf Responsible-Changed-When: Mon Feb 12 13:24:35 PST 2001 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=24880 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 13:33:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7A3837B4EC; Mon, 12 Feb 2001 13:33:26 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CLXP952338; Mon, 12 Feb 2001 13:33:25 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 13:33:25 -0800 (PST) From: Message-Id: <200102122133.f1CLXP952338@freefall.freebsd.org> To: so@i-clue.de, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24965: ImageMagick does not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ImageMagick does not build State-Changed-From-To: open->feedback State-Changed-By: sf State-Changed-When: Mon Feb 12 13:32:59 PST 2001 State-Changed-Why: update libtool. http://www.freebsd.org/cgi/query-pr.cgi?pr=24965 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 13:46:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailman.sprintlabs.com (mx.sprintlabs.com [208.30.174.2]) by hub.freebsd.org (Postfix) with ESMTP id D24E837B491; Mon, 12 Feb 2001 13:46:22 -0800 (PST) Received: by mailman.sprintlabs.com with Internet Mail Service (5.5.2652.78) id ; Mon, 12 Feb 2001 13:46:15 -0800 Received: from sprintlabs.com (ip199-2-53-48.sprintlabs.com [199.2.53.48]) by mailman.sprintlabs.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2652.78) id DZL7JK67; Mon, 12 Feb 2001 13:46:08 -0800 From: Steven Davidson Reply-To: Steven Davidson To: mb@imp.ch Cc: ports@freebsd.org, jedgar@fxp.org, wes@softweyr.com, dkwiebe@hagenhomes.com, kevin@kaginginc.com, jjr@alisa.org, bLiotta@USCO.com, ler@lerctr.org, freebsd-questions@freebsd.org, chris@cwaiken.com Message-ID: <3A885DA9.AFD3AD24@sprintlabs.com> Date: Mon, 12 Feb 2001 14:03:21 -0800 X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Subject: Staroffice 5.2 on FreeBSD 4.2-RELEASE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org For those of you who have been able to install Staroffice 5.2 on FreeBSD, Please let me know how you did it. I have tried the standard port install (make) and also: cd /usr/ports/editors/staroffice52 setenv CD_MOUNTPT /cdrom make -DWITH_CDROM I have tried: FreeBSD 4.1-Release FreeBSD 4.1.1-Release FreeBSD 4.2-Release I have tried each system with the given ports collection, and after a CVSup on the ports collection. I have tried with CDROM and without CDROM. Every time I get the enclosed error. For those of you who have gotten Staroffice 5.2 to install on FreeBSD, please tell me how you did it. % make (works) % make install ===> Installing for staroffice-5.2 StarOffice 5.2 Personal Install How-To Written by: Darren Wiebe and Martin Blapp You will very shortly have finished a network install of StarOffice 5.2. Once that is done exit X11 and run it again as the user that you usually use. Then run "make install-user" and do a standard workstation install. Change the install path to $HOME/office52. Then add $HOME/office52/ to your path. It will now be ready to use. Good Luck glibc version: 2.1.2 /usr/ports/editors/staroffice52/work/tmp/sv001.tmp/setup.bin: error in loading shared libraries: libvos1GCC.so: cannot open shared object file: No such file or directory *** Error code 1 (ignored) An error occured during StarOffice5.2 install. Please send a mail with debug-output and some information about your FreeBSD-environment to mb@imp.ch. Thanks. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1152B37B4EC for ; Mon, 12 Feb 2001 14:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CM07P55288; Mon, 12 Feb 2001 14:00:07 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8703A37B491 for ; Mon, 12 Feb 2001 13:51:39 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CLpdg54270; Mon, 12 Feb 2001 13:51:39 -0800 (PST) (envelope-from nobody) Message-Id: <200102122151.f1CLpdg54270@freefall.freebsd.org> Date: Mon, 12 Feb 2001 13:51:39 -0800 (PST) From: rsimmons@spamcop.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25041: cvsup missed a couple of deletes in /usr/ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25041 >Category: ports >Synopsis: cvsup missed a couple of deletes in /usr/ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 14:00:06 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: 4.2-STABLE >Organization: >Environment: FreeBSD soy 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Jan 4 20:51:59 EST 2001 rsimmons@soy:/usr/obj/usr/src/sys/SOY i386 >Description: Performing a "make update" in the /usr/src directory misses a couple of deletes in /usr/ports. I have to go to the /usr/ports directory and run "make update" there to get it to delete these last couple of files. I have the following in my /etc/make.conf file: --------------------------- CFLAGS= -O -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized COPTFLAGS= -O -pipe #INSTALL=install -C PPP_NOSUID= true NO_SHAREDOCS= true NODESCRYPTLINKS=true NOGAMES= true NOPROFILE= true PRINTERDEVICE= ps BOOTWAIT=0 USA_RESIDENT= YES MASTER_SITE_BACKUP?= \ ftp://ftp2.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= releng4.freebsd.org SUPFILE= /root/stable-supfile PORTSSUPFILE= /root/ports-supfile DOCSUPFILE= /root/doc-supfile TOP_TABLE_SIZE= 151 DOC_LANG= en_US.ISO_8859-1 -------------------------------- With the supfiles listed here, when I run make update in the /usr/src it will go and it should cvsup the files in /usr/ports and /usr/doc in addition to /usr/src. I did this on three different servers and it had the same behavior. >How-To-Repeat: Take a machine that was cvsup'd in december, or before. run make update in /usr/src. When that is complete, cd to /usr/ports and run make update there. There will be a set of files that were not caught by the first make update and should have been. On one of the machines these were the files that were missed in the first go around. There were a few more files than this on the other two servers since they had not been cvsup'd in a longer time. >Fix: Don't know. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14: 0:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F9DB37B503 for ; Mon, 12 Feb 2001 14:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CM07h55297; Mon, 12 Feb 2001 14:00:07 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0BD637B503 for ; Mon, 12 Feb 2001 13:51:52 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CLpqo54296; Mon, 12 Feb 2001 13:51:52 -0800 (PST) (envelope-from nobody) Message-Id: <200102122151.f1CLpqo54296@freefall.freebsd.org> Date: Mon, 12 Feb 2001 13:51:52 -0800 (PST) From: rsimmons@spamcop.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25042: cvsup missed a couple of deletes in /usr/ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25042 >Category: ports >Synopsis: cvsup missed a couple of deletes in /usr/ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 14:00:07 PST 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: 4.2-STABLE >Organization: >Environment: FreeBSD soy 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Jan 4 20:51:59 EST 2001 rsimmons@soy:/usr/obj/usr/src/sys/SOY i386 >Description: Performing a "make update" in the /usr/src directory misses a couple of deletes in /usr/ports. I have to go to the /usr/ports directory and run "make update" there to get it to delete these last couple of files. I have the following in my /etc/make.conf file: --------------------------- CFLAGS= -O -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized COPTFLAGS= -O -pipe #INSTALL=install -C PPP_NOSUID= true NO_SHAREDOCS= true NODESCRYPTLINKS=true NOGAMES= true NOPROFILE= true PRINTERDEVICE= ps BOOTWAIT=0 USA_RESIDENT= YES MASTER_SITE_BACKUP?= \ ftp://ftp2.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= releng4.freebsd.org SUPFILE= /root/stable-supfile PORTSSUPFILE= /root/ports-supfile DOCSUPFILE= /root/doc-supfile TOP_TABLE_SIZE= 151 DOC_LANG= en_US.ISO_8859-1 -------------------------------- With the supfiles listed here, when I run make update in the /usr/src it will go and it should cvsup the files in /usr/ports and /usr/doc in addition to /usr/src. I did this on three different servers and it had the same behavior. >How-To-Repeat: Take a machine that was cvsup'd in december, or before. run make update in /usr/src. When that is complete, cd to /usr/ports and run make update there. There will be a set of files that were not caught by the first make update and should have been. On one of the machines these were the files that were missed in the first go around. There were a few more files than this on the other two servers since they had not been cvsup'd in a longer time. Delete ports/audio/tosha/files/md5 Delete ports/net/kmud/files/md5 Delete ports/sysutils/healthd/files/healthd.sh Delete ports/sysutils/healthd/files/md5 Delete ports/www/sitecopy/files/md5 >Fix: Don't know. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:10:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id E6C0037B491 for ; Mon, 12 Feb 2001 14:10:14 -0800 (PST) Received: (from will@localhost) by london.physics.purdue.edu (8.8.8/8.8.8) id RAA13534; Mon, 12 Feb 2001 17:09:51 -0500 (EST) X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f Date: Mon, 12 Feb 2001 17:09:45 -0500 From: Will Andrews To: Wes Barris Cc: ports@FreeBSD.ORG Subject: Re: upgrade kit won't work -- help Message-ID: <20010212170945.A12821@london.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Wes Barris , ports@FreeBSD.ORG References: <20010212134836.A91412@us.networkcs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010212134836.A91412@us.networkcs.com>; from wes@wesbarris.com on Mon, Feb 12, 2001 at 01:48:36PM -0600 X-Operating-System: SunOS 4.1.3_U1 sun4m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 12, 2001 at 01:48:36PM -0600, Wes Barris wrote: > I manage a 3.3-RELEASE system. I am unable to install any FreeBSD > ports. I have installed the 34upgrade kit but I still can't make > any ports. What else should I do? >=20 > root@aoki# uname -a > FreeBSD aoki 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT = 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 > root@aoki# pkg_add ~/34upgrade.tgz=20 > pkg_add: package `34upgrade-2000.08.25' already recorded as installed > root@aoki# /usr/ports/graphics/ImageMagick > root@aoki# make > =3D=3D=3D> ImageMagick-5.2.7_2 : 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. Unfortunately, the only way you'll get it to work reliably again is if you upgrade to 4.2-STABLE (well, there are other ways, they just involve a lot of thinking and nasty hacks etc). --=20 wca --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE6iF8mF47idPgWcsURAlmIAJ9t/IvJVPp4DUy2qIUZnQIlcpX63wCggCxQ evWHxOlDd7qlwOUlAqwEQso= =88Mo -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C72FC37B503 for ; Mon, 12 Feb 2001 14:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CMK3H59738; Mon, 12 Feb 2001 14:20:03 -0800 (PST) (envelope-from gnats) Received: from nxcon.nexgo.lab.arcor.de (nxcon.nexgo.lab.arcor.de [145.253.194.34]) by hub.freebsd.org (Postfix) with ESMTP id 8996437B491 for ; Mon, 12 Feb 2001 14:14:01 -0800 (PST) Received: (from root@localhost) by nxcon.nexgo.lab.arcor.de (8.9.3/8.9.3) id XAA80321; Mon, 12 Feb 2001 23:13:55 +0100 (CET) (envelope-from wefa) Message-Id: <200102122213.XAA80321@nxcon.nexgo.lab.arcor.de> Date: Mon, 12 Feb 2001 23:13:55 +0100 (CET) From: wefa@nxcon.nexgo.lab.arcor.de (do not answer to this address - it's gonna go again) Reply-To: christoph.weber-fahr@arcor.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25044: port elm+ME broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25044 >Category: ports >Synopsis: port elm+ME broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 14:20:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: FreeBSD 4.1-RELEASE i386 >Organization: Mannesmann Arcor >Environment: nothing special, ports collection updated to today's version >Description: patch-ai fails to apply. checking patch-ai with lib/headers.c suggests that the fix has already been incorporated in the original (though in a slightly different way) >How-To-Repeat: >Fix: rm files/patch-ai It then compiles; I could not test the result, since I now have elm2.5 on the machine >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:22:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 8D64137B4EC for ; Mon, 12 Feb 2001 14:22:38 -0800 (PST) Received: (qmail 50681 invoked by uid 1001); 12 Feb 2001 22:22:36 -0000 Date: Mon, 12 Feb 2001 17:22:36 -0500 From: Pete Fritchman To: Chris Byrnes Cc: ports@freebsd.org Subject: Re: pine4 port Message-ID: <20010212172236.E87401@databits.net> References: <200102121356.f1CDuIF00343@awww.jeah.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102121356.f1CDuIF00343@awww.jeah.net>; from chris@jeah.net on Mon, Feb 12, 2001 at 07:56:19AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try updating cclient to version 2000c (4.8_1 is really 2000b). http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/mail/cclient/Makefile.diff?r1=1.5&r2=1.6 ++ 12/02/01 07:56 -0600 - Chris Byrnes: >cclient is installed, using ports, 4.8_1 -- same problem. > > > >> >>>>> In article <200102120621.f1C6LWv47465@awww.jeah.net>, Chris >Byrnes writes: >> >> CB> Making Pine. >> CB> make CC=cc -f makefile.bsf >> CB> rm -f os.h >> CB> ln -s osdep/os-bsf.h os.h >> CB> ./cmplhlp2.sh < pine.hlp > helptext.h >> CB> cc -DDEBUG -DBSDI -DSYSTYPE=\"BSF\" -DMOUSE - >I/usr/local/include -c addrbook.c >> CB> In file included from headers.h:62, >> CB> from addrbook.c:48: >> CB> /usr/local/include/c-client/mail.h:1232: linkage.h: No such >file or directory >> CB> *** Error code 1 >> >> I've seen it. You need to upgrade your mail/cclient port to version >> 4.8_1 before building pine. >> >> >> -- >> Ilya Martynov >> AGAVA Software Company, http://www.agava.com >> >> > >-- >JEAH Web Mail >Web Mail that doesn't suck.. as much. >http://webmail.JEAH.net > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:23:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 7210537B4EC; Mon, 12 Feb 2001 14:23:05 -0800 (PST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f1CMMqc96275; Mon, 12 Feb 2001 23:22:52 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Mon, 12 Feb 2001 23:23:01 +0100 (CET) From: Martin Blapp To: Steven Davidson Cc: ports@freebsd.org, jedgar@fxp.org, wes@softweyr.com, dkwiebe@hagenhomes.com, kevin@kaginginc.com, jjr@alisa.org, bLiotta@USCO.com, ler@lerctr.org, freebsd-questions@freebsd.org, chris@cwaiken.com Subject: Re: Staroffice 5.2 on FreeBSD 4.2-RELEASE In-Reply-To: <3A885DA9.AFD3AD24@sprintlabs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Some of you have reported this error to me, but I could never reproduce it. It's very very strange. Have you tried to install SO on a "fresh" setup 4.2 distribution ? Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ On Mon, 12 Feb 2001, Steven Davidson wrote: > For those of you who have been able to install Staroffice 5.2 on > FreeBSD, > Please let me know how you did it. > > I have tried the standard port install (make) and also: > cd /usr/ports/editors/staroffice52 > setenv CD_MOUNTPT /cdrom > make -DWITH_CDROM > > I have tried: > FreeBSD 4.1-Release > FreeBSD 4.1.1-Release > FreeBSD 4.2-Release > > I have tried each system with the given ports collection, and > after a CVSup on the ports collection. > > I have tried with CDROM and without CDROM. > > Every time I get the enclosed error. > > For those of you who have gotten Staroffice 5.2 to install on FreeBSD, > please tell me how you did it. > > > % make (works) > % make install > ===> Installing for staroffice-5.2 > StarOffice 5.2 Personal Install How-To > > Written by: Darren Wiebe > and Martin Blapp > > You will very shortly have finished a network install of StarOffice > 5.2. > Once that is done exit X11 and run it again as the user that you usually > use. > Then run "make install-user" and do a standard workstation install. > Change the install path to $HOME/office52. Then add $HOME/office52/ to > your path. > > It will now be ready to use. > > Good Luck > > glibc version: 2.1.2 > /usr/ports/editors/staroffice52/work/tmp/sv001.tmp/setup.bin: error in > loading shared libraries: libvos1GCC.so: cannot open shared object file: > No such file or directory > *** Error code 1 (ignored) > > An error occured during StarOffice5.2 install. Please send a mail with > debug-output and > some information about your FreeBSD-environment to mb@imp.ch. Thanks. > > *** Error code 1 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D08F237B4EC for ; Mon, 12 Feb 2001 14:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CMU2560671; Mon, 12 Feb 2001 14:30:02 -0800 (PST) (envelope-from gnats) Received: from nxcon.nexgo.lab.arcor.de (nxcon.nexgo.lab.arcor.de [145.253.194.34]) by hub.freebsd.org (Postfix) with ESMTP id A1AB537B491 for ; Mon, 12 Feb 2001 14:24:21 -0800 (PST) Received: (from root@localhost) by nxcon.nexgo.lab.arcor.de (8.9.3/8.9.3) id XAA84980; Mon, 12 Feb 2001 23:24:20 +0100 (CET) (envelope-from wefa) Message-Id: <200102122224.XAA84980@nxcon.nexgo.lab.arcor.de> Date: Mon, 12 Feb 2001 23:24:20 +0100 (CET) From: wefa@nxcon.nexgo.lab.arcor.de (dont use that address) Reply-To: christoph.weber-fahr@arcor.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25045: bind8 port doesnt remove/rename original named Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25045 >Category: ports >Synopsis: the bind8 port leaves the original bind in place. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 14:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: FreeBSD 4.1-RELEASE i386 >Organization: Mannesmann Arcor >Environment: nothing special. Ports collection cvsupped to today's version >Description: the bind8 port installs all its stuff in usr local, leaving the original bind stuff in place. it should at least tell you this. else you have two named etc in place, probably the new one will not get used at all. People have come to the point expecting the ports collection 'doing the right thing'. Here it doesn't >How-To-Repeat: install bind8 port (for, ahem, obvious reasons). Start named. Marvel. >Fix: ideal: rename all original bind files to %s.original put symlinks in their place to point to the new thing alternative: put some blurb into the Make install procedure warning the user about that >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 285DE37B503 for ; Mon, 12 Feb 2001 14:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CMo5S62949; Mon, 12 Feb 2001 14:50:05 -0800 (PST) (envelope-from gnats) Received: from neodymium.btinternet.com (neodymium.btinternet.com [194.73.73.83]) by hub.freebsd.org (Postfix) with ESMTP id 1068F37B4EC for ; Mon, 12 Feb 2001 14:46:36 -0800 (PST) Received: from [213.122.252.14] (helo=adelie.btinternet.com) by neodymium.btinternet.com with esmtp (Exim 3.03 #83) id 14SRjn-00059b-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 12 Feb 2001 22:46:28 +0000 Received: (from oh@localhost) by adelie.btinternet.com (8.11.1/8.11.1) id f1CMkOU02129; Mon, 12 Feb 2001 22:46:24 GMT (envelope-from oh) Message-Id: <200102122246.f1CMkOU02129@adelie.btinternet.com> Date: Mon, 12 Feb 2001 22:46:24 GMT From: oh@btinternet.com Reply-To: O.Hodson@cs.ucl.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25046: ports/audio/mpg123: Fixes for newpcm format probing. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25046 >Category: ports >Synopsis: ports/audio/mpg123: Fixes for newpcm format probing. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 14:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Orion Hodson >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: FreeBSD-4.2R and -current using newpcm driver natively for mpg123 output. >Description: At present newpcm has sticky parameter settings, even when an inappropriate value is set. For instance, set format to alaw on h/w that does not support alaw; newpcm interface state records format as alaw, and subsequent unrelated state changes may fail, ie a rate change. In mpg123 this can cause files to be played at lower quality than available because of mis-diagnosis of available formats and sample rates. E.g downsamples everything to 11025Hz on this h/w as 12kHz probing breaks state and subsequent probes for higher supported sampling rates. >How-To-Repeat: Run on a soundcard with limited set of sample formats and discrete sampling rates that do not cover set probed by mpg123. >Fix: The patch below checks formats supported by h/w before attempting to set them and re-orders probing operations to avoid conflicts. It makes no material difference to h/w not exhibiting this problem. I will also look at this in the newpcm interface too. diff -urN mpg123-old/files/patch-ad mpg123/files/patch-ad --- mpg123-old/files/patch-ad Thu Jan 1 01:00:00 1970 +++ mpg123/files/patch-ad Mon Feb 12 22:20:49 2001 @@ -0,0 +1,97 @@ +--- audio_oss.c.orig Mon Feb 12 21:51:27 2001 ++++ audio_oss.c Mon Feb 12 22:12:27 2001 +@@ -143,12 +143,21 @@ + + int audio_set_channels(struct audio_info_struct *ai) + { +- int chan = ai->channels - 1; ++ int chan = ai->channels - 1, avail; + int ret; + + if(ai->channels < 0) + return 0; + ++ if (ioctl(ai->fn, SNDCTL_DSP_GETFMTS, &avail) < 0) { ++ perror("SNDCTL_DSP_GETFMTS"); ++ return -1; ++ } ++ ++ if (chan && (avail & AFMT_STEREO) == 0) { ++ return -1; ++ } ++ + ret = ioctl(ai->fn, SNDCTL_DSP_STEREO, &chan); + if(chan != (ai->channels-1)) { + return -1; +@@ -158,8 +167,8 @@ + + int audio_set_format(struct audio_info_struct *ai) + { +- int sample_size,fmts; +- int sf,ret; ++ int sample_size, fmts, avail; ++ int sf; + + if(ai->format == -1) + return 0; +@@ -194,17 +203,33 @@ + if(ioctl(ai->fn, SNDCTL_DSP_SAMPLESIZE,&sample_size) < 0) + return -1; + #endif ++ ++ /* newpcm note: need to check format is available before setting, ++ * otherwise driver will not successfully change speed or channels ++ * as format maybe incorrectly set in driver. newpcm probably needs ++ * modifying to stop broken formats sticking. */ ++ if (ioctl(ai->fn, SNDCTL_DSP_GETFMTS, &avail) < 0) { ++ perror("SNDCTL_DSP_GETFMTS"); ++ return -1; ++ } ++ ++ if ((fmts & avail) == 0) { ++ return -1; ++ } ++ + sf = fmts; +- ret = ioctl(ai->fn, SNDCTL_DSP_SETFMT, &fmts); ++ if (ioctl(ai->fn, SNDCTL_DSP_SETFMT, &fmts) < 0) { ++ perror("SNDCTL_DSP_SETFMT"); ++ return -1; ++ } + if(sf != fmts) { + return -1; + } +- return ret; ++ return 0; + } + + /* +- * get formats for specific channel/rate parameters +- */ ++ * get formats for specific channel/rate parameters */ + int audio_get_formats(struct audio_info_struct *ai) + { + int fmt = 0; +@@ -219,17 +244,17 @@ + + for(i=0;i<6;i++) { + ai->format = fmts[i]; +- if(audio_set_format(ai) < 0) { ++ ai->rate = r; ++ if(audio_rate_best_match(ai) < 0) { + continue; +- } ++ } + ai->channels = c; + if(audio_set_channels(ai) < 0) { + continue; + } +- ai->rate = r; +- if(audio_rate_best_match(ai) < 0) { ++ if(audio_set_format(ai) < 0) { + continue; +- } ++ } + if( (ai->rate*100 > r*(100-AUDIO_RATE_TOLERANCE)) && (ai->rate*100 < r*(100+AUDIO_RATE_TOLERANCE)) ) { + fmt |= fmts[i]; + } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:57:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DF7537B4EC; Mon, 12 Feb 2001 14:57:24 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CMvO763701; Mon, 12 Feb 2001 14:57:24 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 14:57:24 -0800 (PST) From: Message-Id: <200102122257.f1CMvO763701@freefall.freebsd.org> To: christoph.weber-fahr@arcor.net, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25044: port elm+ME broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port elm+ME broken State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Mon Feb 12 14:57:11 PST 2001 State-Changed-Why: patch removed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25044 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 14:59:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AEB237B491; Mon, 12 Feb 2001 14:59:44 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1CMxiw63959; Mon, 12 Feb 2001 14:59:44 -0800 (PST) (envelope-from sf) Date: Mon, 12 Feb 2001 14:59:44 -0800 (PST) From: Message-Id: <200102122259.f1CMxiw63959@freefall.freebsd.org> To: christoph.weber-fahr@arcor.net, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25045: the bind8 port leaves the original bind in place. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the bind8 port leaves the original bind in place. State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Mon Feb 12 14:59:38 PST 2001 State-Changed-Why: man rc.conf http://www.freebsd.org/cgi/query-pr.cgi?pr=25045 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 15:48:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by hub.freebsd.org (Postfix) with ESMTP id 5228837B491 for ; Mon, 12 Feb 2001 15:48:52 -0800 (PST) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id CAA12878 for ports@FreeBSD.ORG; Tue, 13 Feb 2001 02:48:49 +0300 (MSK) Date: Tue, 13 Feb 2001 02:48:49 +0300 From: "Valeriy E. Ushakov" To: ports@FreeBSD.ORG Subject: Re: Staroffice 5.2 on FreeBSD 4.2-RELEASE Message-ID: <20010213024849.A12731@snark.ptc.spbu.ru> Mail-Followup-To: ports@FreeBSD.ORG References: <3A885DA9.AFD3AD24@sprintlabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: ; from "Martin Blapp" on Mon, Feb 12, 2001 at 23:23:01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 12, 2001 at 23:23:01 +0100, Martin Blapp wrote: > > /usr/ports/editors/staroffice52/work/tmp/sv001.tmp/setup.bin: error in > > loading shared libraries: libvos1GCC.so: cannot open shared object file: > > No such file or directory > > *** Error code 1 (ignored) > > Some of you have reported this error to me, but I could never > reproduce it. It's very very strange. That's odd. I *did* see this error for a Russian version too last time I installed it on STABLE, about a month ago (manually, using editors/staroffice52 as a guideline). I solved this with creative symlinking and LD_LIBRARY_PATH tweaks. Now I've just installed it on a STABLE box (as of Feb 3) and, oddly, I have *not* seen this problem this time, though I really was expecting it. $ cd /export/soffice $ cp ..../so-5_2-ga-bin-linux-ru.bin . $ mkdir setup $ SAL_IGNOREXERRORS=1 ./so-5_2-ga-bin-linux-ru.bin -extract setup $ cd setup $ vi setup.ins # do post-configure tweaks $ SAL_IGNOREXERRORS=1 \ TEMP=/export/soffice \ LD_LIBRARY_PATH=/compat/linux/lib:/compat/linux/usr/lib \ /compat/linux/bin/sh -c './setup /net' And setup runs. [couple of minutes later, after couple of experiments] Doh! Just as I wrote in another letter about StarOffice earlier today! This time I did PATH=/bin:$PATH before going through the instalation, as I was bitten by this last time, as shell scripts pick BSD's uname (from /usr/bin) instead of Linux' one (from /bin). When I removed /bin from the front of the PATH - voila - I do get this missing shlib error. So the solution seems to be to enforce /bin being in the front of PATH! SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 16:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2438537B4EC for ; Mon, 12 Feb 2001 16:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D0A2976698; Mon, 12 Feb 2001 16:10:02 -0800 (PST) (envelope-from gnats) Received: from gugod.ath.cx (61-216-68-34.HINET-IP.hinet.net [61.216.68.34]) by hub.freebsd.org (Postfix) with ESMTP id CABED37B491 for ; Mon, 12 Feb 2001 16:04:54 -0800 (PST) Received: (from gugod@localhost) by gugod.ath.cx (8.11.2/8.11.2) id f1D862717804; Tue, 13 Feb 2001 08:06:02 GMT (envelope-from gugod) Message-Id: <200102130806.f1D862717804@gugod.ath.cx> Date: Tue, 13 Feb 2001 08:06:02 GMT From: gugod@gugod.org Reply-To: gugod@gugod.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25048: update ports/chinese/xcin25 with chewing input module Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25048 >Category: ports >Synopsis: Add new input module,not to fix a problem. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 16:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kang-ming Liu >Release: FreeBSD 5.0-CURRENT i386 >Organization: CSIE NTU >Environment: System: FreeBSD gugod.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Feb 10 21:41:06 GMT 2001 root@gugod.ath.cx:/usr/src/sys/compile/X20 i386 >Description: Chewing Input module for xcin2.5 is developed by lckung and kpchen. This input module acts as bimsphone in xcin2.5 but has more feature. Following is the diff =====from here====== diff xcin25.orig/Makefile xcin25/Makefile 11c11,14 < MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ --- > MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ \ > http://chewing.oio.cx/download/ > > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} chewing-0.0.5.1.tar.gz 33a37,40 > > post-extract: > @mv ${WRKDIR}/chewing ${WRKSRC}/src/Cinput > @cd ${WRKSRC}/src/Cinput/chewing; ${SH} ./patch_chewing diff xcin25.orig/distinfo xcin25/distinfo 1a2 > MD5 (chewing-0.0.5.1.tar.gz) = 7744c772010dbff9afea76b66bd336e2 Common subdirectories: xcin25.orig/files and xcin25/files diff xcin25.orig/pkg-plist xcin25/pkg-plist 3a4 > lib/X11/xcin25/chewing.so 34a36,40 > lib/X11/xcin25/tab/ch_index.dat > lib/X11/xcin25/tab/dict.dat > lib/X11/xcin25/tab/fonetree.dat > lib/X11/xcin25/tab/ph_index.dat > lib/X11/xcin25/tab/us_freq.dat =====to here===== >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 18:33:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3648337B491; Mon, 12 Feb 2001 18:33:17 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D2XGg93789; Mon, 12 Feb 2001 18:33:16 -0800 (PST) (envelope-from trevor) Date: Mon, 12 Feb 2001 18:33:16 -0800 (PST) From: Message-Id: <200102130233.f1D2XGg93789@freefall.freebsd.org> To: rsimmons@spamcop.net, trevor@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25041: cvsup missed a couple of deletes in /usr/ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cvsup missed a couple of deletes in /usr/ports State-Changed-From-To: open->closed State-Changed-By: trevor State-Changed-When: Mon Feb 12 18:32:20 PST 2001 State-Changed-Why: superseded by PR 25042 http://www.freebsd.org/cgi/query-pr.cgi?pr=25041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 18:35:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EDC437B4EC; Mon, 12 Feb 2001 18:35:50 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D2Zog94073; Mon, 12 Feb 2001 18:35:50 -0800 (PST) (envelope-from trevor) Date: Mon, 12 Feb 2001 18:35:50 -0800 (PST) From: Message-Id: <200102130235.f1D2Zog94073@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, peter@FreeBSD.org Subject: Re: ports/25042: cvsup missed a couple of deletes in /usr/ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cvsup missed a couple of deletes in /usr/ports Responsible-Changed-From-To: freebsd-ports->peter Responsible-Changed-By: trevor Responsible-Changed-When: Mon Feb 12 18:33:21 PST 2001 Responsible-Changed-Why: This may have been caused by some Attic files which are still missing. http://www.freebsd.org/cgi/query-pr.cgi?pr=25042 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 18:42:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id A2A5E37B491 for ; Mon, 12 Feb 2001 18:42:05 -0800 (PST) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id NAA97101 for ; Tue, 13 Feb 2001 13:42:04 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Tue, 13 Feb 2001 13:41:57 +1100 Reply-To: From: "Chris Knight" To: Subject: ports/24313 Date: Tue, 13 Feb 2001 13:41:56 +1100 Message-ID: <000c01c09566$8890d5d0$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy, Any plans for this being added? Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 19: 2:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dcynet.com (dsl081-096-182-den1.dsl-isp.net [64.81.96.182]) by hub.freebsd.org (Postfix) with ESMTP id 69A5E37B491; Mon, 12 Feb 2001 19:02:43 -0800 (PST) Received: from gateway (lan.dycfoster.com [64.81.96.237]) by dcynet.com (8.11.0/8.11.0) with SMTP id f1D32bm16541; Mon, 12 Feb 2001 20:02:37 -0700 Message-ID: <000301c09569$66631c90$7a01a8c0@dcynet.com> From: "Don Foster" To: Cc: Subject: FreeBSD Port: proftpd-1.2.0rc2_1 Date: Mon, 12 Feb 2001 20:02:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I was wondering when and if you are going to update the Proftpd port to the latest version, proftpd-1.2.0rc3? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 19: 7:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 7A99237B491 for ; Mon, 12 Feb 2001 19:07:21 -0800 (PST) Received: (qmail 87616 invoked by uid 1001); 13 Feb 2001 03:07:15 -0000 Date: Mon, 12 Feb 2001 22:07:15 -0500 From: Pete Fritchman To: Don Foster Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: proftpd-1.2.0rc2_1 Message-ID: <20010212220715.A80011@databits.net> References: <000301c09569$66631c90$7a01a8c0@dcynet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000301c09569$66631c90$7a01a8c0@dcynet.com>; from don@dcynet.com on Mon, Feb 12, 2001 at 08:02:27PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Was upgraded Sun Feb 11 21:26:52 2001 UTC: http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/ftp/proftpd/Makefile -pete ++ 12/02/01 20:02 -0700 - Don Foster: >Hi. I was wondering when and if you are going to update the Proftpd port to >the latest version, proftpd-1.2.0rc3? Thanks. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message -- Pete Fritchman Databits Network Services, Inc. finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 19:13: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 000CC37B491; Mon, 12 Feb 2001 19:13:07 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D3D7v00258; Mon, 12 Feb 2001 19:13:07 -0800 (PST) (envelope-from jeh) Date: Mon, 12 Feb 2001 19:13:07 -0800 (PST) From: Message-Id: <200102130313.f1D3D7v00258@freefall.freebsd.org> To: jeh@FreeBSD.org, freebsd-ports@FreeBSD.org, archie@FreeBSD.org Subject: Re: ports/25029: mpd-netgraph crashes when using netmeeting across pptp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mpd-netgraph crashes when using netmeeting across pptp Responsible-Changed-From-To: freebsd-ports->archie Responsible-Changed-By: jeh Responsible-Changed-When: Mon Feb 12 19:12:49 PST 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.freebsd.org/cgi/query-pr.cgi?pr=25029 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 19:22:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA4F937B491; Mon, 12 Feb 2001 19:22:49 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D3MnW01981; Mon, 12 Feb 2001 19:22:49 -0800 (PST) (envelope-from jeh) Date: Mon, 12 Feb 2001 19:22:49 -0800 (PST) From: Message-Id: <200102130322.f1D3MnW01981@freefall.freebsd.org> To: berend@pobox.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24266: Important security comprimise warning added when making this port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Important security comprimise warning added when making this port State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Mon Feb 12 19:22:26 PST 2001 State-Changed-Why: Committed a compromise. http://www.freebsd.org/cgi/query-pr.cgi?pr=24266 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 19:25:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9AFB37B491; Mon, 12 Feb 2001 19:25:19 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D3PJW02293; Mon, 12 Feb 2001 19:25:19 -0800 (PST) (envelope-from jeh) Date: Mon, 12 Feb 2001 19:25:19 -0800 (PST) From: Message-Id: <200102130325.f1D3PJW02293@freefall.freebsd.org> To: jeh@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/22597: [PATCH] ports/net/ucd-snmp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ports/net/ucd-snmp Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: jeh Responsible-Changed-When: Mon Feb 12 19:25:02 PST 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.freebsd.org/cgi/query-pr.cgi?pr=22597 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 19:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EAE037B4EC for ; Mon, 12 Feb 2001 19:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D3U2402760; Mon, 12 Feb 2001 19:30:02 -0800 (PST) (envelope-from gnats) Received: from cheshire.manunkind.org (cheshire.manunkind.org [216.254.114.213]) by hub.freebsd.org (Postfix) with ESMTP id 93FB637B6C2 for ; Mon, 12 Feb 2001 19:22:19 -0800 (PST) Received: (from ryan@localhost) by cheshire.manunkind.org (8.11.1/8.11.1) id f1D3MFW95380; Mon, 12 Feb 2001 22:22:15 -0500 (EST) (envelope-from ryan) Message-Id: <200102130322.f1D3MFW95380@cheshire.manunkind.org> Date: Mon, 12 Feb 2001 22:22:15 -0500 (EST) From: Ryan Younce Reply-To: ryan@manunkind.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25051: Update port: deskutils/loserjabber (update to version 2.1.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25051 >Category: ports >Synopsis: Update port: deskutils/loserjabber (update to version 2.1.3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 19:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ryan Younce >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: FreeBSD cheshire.manunkind.org 4.2-RELEASE FreeBSD 4.2-RELEASE #4: Mon Dec 18 23:49:43 EST 2000 root@cheshire.manunkind.org:/usr/src/sys/compile/CHESHIRE i386 >Description: Update port version from 2.1.2 to 2.1.3. Patch included below. >How-To-Repeat: >Fix: diff -ruN loserjabber.orig/Makefile loserjabber/Makefile --- loserjabber.orig/Makefile Fri Jan 5 18:12:24 2001 +++ loserjabber/Makefile Mon Feb 12 20:55:43 2001 @@ -6,7 +6,7 @@ # PORTNAME= loserjabber -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= loserjabber diff -ruN loserjabber.orig/distinfo loserjabber/distinfo --- loserjabber.orig/distinfo Fri Jan 5 18:12:24 2001 +++ loserjabber/distinfo Mon Feb 12 22:07:52 2001 @@ -1 +1 @@ -MD5 (loserjabber-2.1.2.tar.gz) = acb8c3e93f2c34d2c74fb8ea7f97f1d1 +MD5 (loserjabber-2.1.3.tar.gz) = 902cf65413e181793a090a5fe4dd1b88 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 19:31:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9766A37B4EC; Mon, 12 Feb 2001 19:31:48 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D3VmR03137; Mon, 12 Feb 2001 19:31:48 -0800 (PST) (envelope-from lioux) Date: Mon, 12 Feb 2001 19:31:48 -0800 (PST) From: Message-Id: <200102130331.f1D3VmR03137@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/24466: net/kicq UPGRADE to 2.0.0b1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/kicq UPGRADE to 2.0.0b1 Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Mon Feb 12 19:31:15 PST 2001 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=24466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 20:47:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 17E2037B491 for ; Mon, 12 Feb 2001 20:47:11 -0800 (PST) Received: from morpheus.kfu.com (morpheus.kfu.com [205.178.90.230]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f1D4lAv66773 for ; Mon, 12 Feb 2001 20:47:10 -0800 (PST) (envelope-from nsayer@mailhost.kfu.com) Received: by morpheus.kfu.com (8.11.1//ident-1.0) id f1D4l9L71942; Mon, 12 Feb 2001 20:47:09 -0800 (PST) Date: Mon, 12 Feb 2001 20:47:09 -0800 (PST) From: nsayer@quack.kfu.com Message-Id: <200102130447.f1D4l9L71942@morpheus.kfu.com> To: freebsd-ports@freebsd.org Subject: /usr/local/lib/win32 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have successfully created a port for the xmps-win32-plugin stuff. Actually, I just copied the one for the opendivx plugin and changed the name, but that's neither here nor there. :-) This brings up an issue I'm not sure what to do about before committing the port. /usr/local/lib/win32 is currently populated by the avifile port. xmps-win32- plugin uses the codecs but does not use anything else in avifile. This argues strongly for making the WIN32 codecs into their own port and having both avifile and the xmps-win32-plugin ports depend on this new child port (which perhaps should go into the emulators category?). What does everyone think about this situation? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 20:56:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 57DE537B491 for ; Mon, 12 Feb 2001 20:56:11 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1D4u8H25727; Tue, 13 Feb 2001 06:56:08 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.2/8.11.2) id f1D4u9753386; Tue, 13 Feb 2001 06:56:09 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200102130456.f1D4u9753386@vic.sabbo.net> Subject: Re: /usr/local/lib/win32 To: nsayer@quack.kfu.com Date: Tue, 13 Feb 2001 06:56:09 +0200 (EET) Cc: freebsd-ports@freebsd.org In-Reply-To: <200102130447.f1D4l9L71942@morpheus.kfu.com> from "nsayer@quack.kfu.com" at Feb 12, 2001 08:47:09 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I have successfully created a port for the xmps-win32-plugin stuff. > Actually, I just copied the one for the opendivx plugin and changed > the name, but that's neither here nor there. :-) > > This brings up an issue I'm not sure what to do about before committing > the port. > > /usr/local/lib/win32 is currently populated by the avifile port. xmps-win32- > plugin uses the codecs but does not use anything else in avifile. This > argues strongly for making the WIN32 codecs into their own port and having > both avifile and the xmps-win32-plugin ports depend on this new child port > (which perhaps should go into the emulators category?). > > What does everyone think about this situation? Perhaps you are thinking about what already done. Recently lioux separated WIN32 codecs from avifile port into the new win32-codecs port. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 22:39:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from patrol.bitsurf.net (c158457-a.frmt1.sfba.home.com [24.9.169.120]) by hub.freebsd.org (Postfix) with ESMTP id 44D2637B4EC; Mon, 12 Feb 2001 22:39:50 -0800 (PST) Received: (from mharo@localhost) by patrol.bitsurf.net (8.11.2/8.11.2) id f1D6dej40507; Mon, 12 Feb 2001 22:39:40 -0800 (PST) (envelope-from mharo) Date: Mon, 12 Feb 2001 22:39:40 -0800 From: Michael Haro To: Don Foster Cc: mharo@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: proftpd-1.2.0rc2_1 Message-ID: <20010212223940.A40495@FreeBSD.org> Reply-To: mharo@FreeBSD.org References: <000301c09569$66631c90$7a01a8c0@dcynet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000301c09569$66631c90$7a01a8c0@dcynet.com>; from don@dcynet.com on Mon, Feb 12, 2001 at 08:02:27PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It was already updated to rc3 Michael On Mon, Feb 12, 2001 at 08:02:27PM -0700, Don Foster wrote: > Hi. I was wondering when and if you are going to update the Proftpd port to > the latest version, proftpd-1.2.0rc3? Thanks. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 22:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C872537B4EC for ; Mon, 12 Feb 2001 22:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D6e0t31774; Mon, 12 Feb 2001 22:40:00 -0800 (PST) (envelope-from gnats) Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 5F42D37B491 for ; Mon, 12 Feb 2001 22:35:48 -0800 (PST) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id 04D842CE39 for ; Tue, 13 Feb 2001 08:35:42 +0200 (EET) Received: (from vallo@localhost) by myhakas.matti.ee (8.11.2/8.11.2) id f1D6ZbP12035; Tue, 13 Feb 2001 08:35:37 +0200 (EET) (envelope-from vallo) Message-Id: <200102130635.f1D6ZbP12035@myhakas.matti.ee> Date: Tue, 13 Feb 2001 08:35:37 +0200 (EET) From: Vallo Kallaste Reply-To: vallo@matti.ee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25054: smbfs-1.3.5 port installs module into wrong place Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25054 >Category: ports >Synopsis: smbfs-1.3.5 port installs module into wrong place >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 12 22:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Vallo Kallaste >Release: FreeBSD 5.0-CURRENT i386 >Organization: Matti BĂĽrootehnika AS >Environment: System: FreeBSD myhakas.matti.ee 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Feb 12 16:09:09 EET 2001 vallo@myhakas.matti.ee:/usr/src/sys/compile/Myhakas.SMP i386 >Description: smbfs-1.3.5 port tries to install smbfs.ko module into /modules directory, which does not exist in -current systems. Consequently loading of smbfs.ko module fails. Accordingly to hier(7) manpage, /boot/modules directory should be used for third-party modules. Also, BSD.root.dist mtree layout doesn't include such directory as /modules. >How-To-Repeat: Obvious >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 23:14:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rapier.smartspace.co.za (rapier.smartspace.co.za [66.8.25.34]) by hub.freebsd.org (Postfix) with SMTP id 63E9237B491 for ; Mon, 12 Feb 2001 23:14:37 -0800 (PST) Received: (qmail 39548 invoked by uid 1001); 13 Feb 2001 07:14:10 -0000 Date: Tue, 13 Feb 2001 09:14:10 +0200 From: Neil Blakey-Milner To: Chris Knight Cc: ports@freebsd.org Subject: Re: ports/24313 Message-ID: <20010213091410.A39408@rapier.smartspace.co.za> References: <000c01c09566$8890d5d0$020aa8c0@aims.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000c01c09566$8890d5d0$020aa8c0@aims.private>; from chris@aims.com.au on Tue, Feb 13, 2001 at 01:41:56PM +1100 Organization: Building Intelligence X-Operating-System: FreeBSD 4.2-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue 2001-02-13 (13:41), Chris Knight wrote: > Howdy, > > Any plans for this being added? Just some general advice - Actually mention what the PR is about (at least I know it's a new port since you say 'add'), and maybe some confirmation that you're sure it is PREFIX-clean, has a correct PLIST, passes portlint, and so forth, and you'll more likely motivate someone to look at it. Getting someone else to vouch for the PR (by replying to it, or whatever) saying similar things (It works, it has the proper dependencies, it uninstalls cleanly, &c.) is another idea. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 12 23:28: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.x9media.com (mail.x9media.com [62.104.116.66]) by hub.freebsd.org (Postfix) with SMTP id 14BD237B4EC for ; Mon, 12 Feb 2001 23:28:05 -0800 (PST) Received: from home (213.7.59.148) by mail.x9media.com with MERCUR-SMTP/POP3/IMAP4-Server (v3.30.03 XN-0098304) for ; Tue, 13 Feb 2001 08:25:46 +0100 Message-ID: <006a01c0958e$5d60e620$943b07d5@nn.com> From: "Thomas May" To: Cc: Subject: FreeBSD Port: mc-4.5.51 Date: Tue, 13 Feb 2001 08:27:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: thomas.may@x9media.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, i wanna use the midnight commander with the internal editor on freebsd 4.2, because iam not so firm with vi. What must i do, on redhat linux, the internal editor is more easier to handle. greetings from berlin thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 0: 0:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4E1437B503 for ; Tue, 13 Feb 2001 00:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D802041924; Tue, 13 Feb 2001 00:00:02 -0800 (PST) (envelope-from gnats) Received: from tama5.ecl.ntt.co.jp (tama5.ecl.ntt.co.jp [129.60.39.102]) by hub.freebsd.org (Postfix) with ESMTP id D0B2737B491 for ; Mon, 12 Feb 2001 23:59:24 -0800 (PST) Received: from nttmail3.ecl.ntt.co.jp (nttmail3.ecl.ntt.co.jp [129.60.39.100]) by tama5.ecl.ntt.co.jp (8.9.3+3.2W/3.7W/01/21/00) with ESMTP id QAA07228 for ; Tue, 13 Feb 2001 16:59:23 +0900 (JST) (envelope-from ginga@guges.silab.ecl.ntt.co.jp) Received: from imf.m.ecl.ntt.co.jp by nttmail3.ecl.ntt.co.jp (8.9.3+3.2W/3.7W/10/05/00) with ESMTP id QAA29478 for ; Tue, 13 Feb 2001 16:59:23 +0900 (JST) (envelope-from ginga@guges.silab.ecl.ntt.co.jp) Received: from guges.silab.ecl.ntt.co.jp (guges.silab.ecl.ntt.co.jp [129.60.21.121]) by imf.m.ecl.ntt.co.jp (8.9.3/3.7W) with ESMTP id QAA01455 for ; Tue, 13 Feb 2001 16:59:22 +0900 (JST) Received: by guges.silab.ecl.ntt.co.jp (Postfix, from userid 4397) id 61F1A2153; Tue, 13 Feb 2001 16:59:22 +0900 (JST) Message-Id: <20010213075922.61F1A2153@guges.silab.ecl.ntt.co.jp> Date: Tue, 13 Feb 2001 16:59:22 +0900 (JST) From: ginga@athena.club.ne.jp Reply-To: ginga@athena.club.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25057: Re: FreeBSD ports: 1 unfetchable distfiles: audio/afsp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25057 >Category: ports >Synopsis: unfetchable URL update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 00:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kawaguti Ginga >Release: FreeBSD 4.2-STABLE i386 >Organization: ntt >Environment: FreeBSD 4.2-STABLE >Description: ports/audio/afsp/pkg-descr contains unfetchable URL. it should be modified as follows: --- /usr/ports/audio/afsp/pkg-descr Fri Jun 2 11:16:33 2000 +++ pkg-descr Tue Feb 13 16:55:22 2001 @@ -18,6 +18,6 @@ The following file formats are supported for writing. - Headerless, AU, RIFF WAVE, AIFF-C -WWW: http://www.TSP.ECE.McGill.CA/software +WWW: http://www.TSP.ECE.McGill.CA/reports/Software/AFsp/AFsp.html -- Kawaguti Ginga >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 0: 5:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id A0AE637B491 for ; Tue, 13 Feb 2001 00:05:26 -0800 (PST) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id TAA97953 for ; Tue, 13 Feb 2001 19:05:22 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Tue, 13 Feb 2001 19:05:09 +1100 Reply-To: From: "Chris Knight" To: Cc: Subject: New port: firebird (was RE: ports/24313) Date: Tue, 13 Feb 2001 19:05:07 +1100 Message-ID: <001d01c09593$ae85a860$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-reply-to: <20010213091410.A39408@rapier.smartspace.co.za> Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy, > -----Original Message----- > From: Neil Blakey-Milner [mailto:nbm@mithrandr.moria.org] > Sent: Tuesday, 13 February 2001 18:14 > To: Chris Knight > Cc: ports@freebsd.org > Subject: Re: ports/24313 > > > On Tue 2001-02-13 (13:41), Chris Knight wrote: > > Howdy, > > > > Any plans for this being added? > > Just some general advice - Actually mention what the PR is about (at > least I know it's a new port since you say 'add'), and maybe some > confirmation that you're sure it is PREFIX-clean, has a correct PLIST, > passes portlint, and so forth, and you'll more likely motivate someone > to look at it. > Thanks for the advice. I'm currently checking it with portlint and its PLIST. By PREFIX-clean, I'm assuming that all filesystem references in the code get mapped back relative to whatever PREFIX is set to. This is not necessarily the case, due to historical reasons, but the port does provide a symlink from /usr/interbase to whereever it gets installed to (default of /usr/local/firebird) > Getting someone else to vouch for the PR (by replying to it, or > whatever) saying similar things (It works, it has the proper > dependencies, it uninstalls cleanly, &c.) is another idea. > OK. I've installed both the package that the original PR submitter created, and built the port contained in the PR. However, the port build was simply 'make install'. I'll check this a bit more thoroughly and send a followup to the PR - I can see some tidying up to do as a result of portlint. I thought somebody might have been keen on committing it to retire the interbase4 port - which suffers from the security backdoor hole mentioned at http://www.ibphoenix.com/sec1.html. Again, thanks for the advice. Glancing through http://www.freebsd.org/porters-handbook/ was also helpful. > Neil > -- > Neil Blakey-Milner > nbm@mithrandr.moria.org > Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 0:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDFBF37B4EC for ; Tue, 13 Feb 2001 00:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D8e1m48091; Tue, 13 Feb 2001 00:40:01 -0800 (PST) (envelope-from gnats) Received: from daffy.uwnet.nl (ns.isd-holland.nl [195.7.130.35]) by hub.freebsd.org (Postfix) with ESMTP id 76AA937B698 for ; Tue, 13 Feb 2001 00:32:03 -0800 (PST) Received: from dyn.dailup.c227129250.isd.to (dyn.dailup.c227129250.isd.to [213.227.129.250]) by daffy.uwnet.nl (8.11.1/8.11.0) with ESMTP id f1D8VvT30233 for ; Tue, 13 Feb 2001 09:31:57 +0100 Received: (qmail 1992 invoked by uid 1000); 13 Feb 2001 08:33:06 -0000 Message-Id: <20010213083306.1991.qmail@mandark.attica.home> Date: 13 Feb 2001 08:33:06 -0000 From: "Andre Goeree" Reply-To: abgoeree@uwnet.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25058: x11-wm/filerunner exits when using configuration menu. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25058 >Category: ports >Synopsis: x11-wm/filerunner exits when using configuration menu. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 00:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andre Goeree >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: When using any of the "Edit * [Color|Font]" choices on the configuration menu, fr (filerunner) displays the error: "couldn't execute "/usr/local/lib/FileRunner/frcolor": permission denied" The program then asks the user to prepare a bug report or see the stack trace and exits. >How-To-Repeat: Startup filerunner and choose one of the above mentioned menu choices on the configuration menu. >Fix: root@mandark# pwd /usr/ports/x11-fm/filerunner root@mandark$ diff -u Makefile.orig Makefile --- Makefile.orig Mon Feb 5 22:00:51 2001 +++ Makefile Tue Feb 13 09:25:12 2001 @@ -26,8 +26,9 @@ do-install: @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner + @ ${INSTALL_SCRIPT} ${WRKSRC}/frcolor ${PREFIX}/lib/frcolor @ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin -.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl http.tcl tclIndex +.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frftp ftp.tcl http.tcl tclIndex @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner .endfor .for map in cross.bit frterm.bit larger.bit left.bit max.bit pgdown.bit pgup.bit right.bit smaller.bit toggle.bit tree.bit up.bit update.bit xterm.bit root@mandark# pwd /usr/ports/x11-fm/filerunner/work/FileRunner-2.5 diff -u frcolor.orig frcolor --- frcolor.orig Tue Jun 9 23:55:32 1998 +++ frcolor Tue Feb 13 00:37:25 2001 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish8.0 "$0" "$@" +exec wish8.2 "$0" "$@" # tcolor -- # This script implements a simple color editor, where you can >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 0:52:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from katrien.skystream.nl (katrien.skystream.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id 9575A37B491 for ; Tue, 13 Feb 2001 00:52:52 -0800 (PST) Received: from dyn.dailup.c227128245.isd.to (dyn.dailup.c227128245.isd.to [213.227.128.245]) by katrien.skystream.nl (8.11.1/8.11.0) with ESMTP id f1D8oSb14773 for ; Tue, 13 Feb 2001 09:50:28 +0100 Received: (qmail 4878 invoked by uid 1000); 13 Feb 2001 08:55:09 -0000 From: "Andre Goeree" Date: Tue, 13 Feb 2001 09:55:09 +0100 To: ports@freebsd.org Subject: Re: ports/25058: x11-wm/filerunner exits when using configuration menu. Message-ID: <20010213095509.A4847@mandark.attica.home> Reply-To: abgoeree@uwnet.nl References: <20010213083306.1991.qmail@mandark.attica.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010213083306.1991.qmail@mandark.attica.home>; from abgoeree@uwnet.nl on Tue, Feb 13, 2001 at 08:33:06AM -0000 X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 13, 2001 at 08:33:06AM -0000, Andre Goeree wrote: > > >Number: 25058 > >Category: ports > >Synopsis: x11-wm/filerunner exits when using configuration menu. > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Feb 13 00:40:01 PST 2001 > >Closed-Date: > >Last-Modified: > >Originator: Andre Goeree > >Release: FreeBSD 4.2-STABLE i386 > >Organization: > >Environment: > > > > >Description: > When using any of the "Edit * [Color|Font]" choices on the > configuration menu, fr (filerunner) displays the error: > > "couldn't execute "/usr/local/lib/FileRunner/frcolor": permission denied" > > The program then asks the user to prepare a bug report or see > the stack trace and exits. > > >How-To-Repeat: > Startup filerunner and choose one of the above mentioned > menu choices on the configuration menu. > > >Fix: > root@mandark# pwd > /usr/ports/x11-fm/filerunner > root@mandark$ diff -u Makefile.orig Makefile > --- Makefile.orig Mon Feb 5 22:00:51 2001 > +++ Makefile Tue Feb 13 09:25:12 2001 > @@ -26,8 +26,9 @@ > do-install: > @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps > @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner > + @ ${INSTALL_SCRIPT} ${WRKSRC}/frcolor ${PREFIX}/lib/frcolor > @ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin > -.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl http.tcl tclIndex > +.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frftp ftp.tcl http.tcl tclIndex > @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner > .endfor > .for map in cross.bit frterm.bit larger.bit left.bit max.bit pgdown.bit pgup.bit right.bit smaller.bit toggle.bit tree.bit up.bit update.bit xterm.bit > > root@mandark# pwd > /usr/ports/x11-fm/filerunner/work/FileRunner-2.5 > diff -u frcolor.orig frcolor > --- frcolor.orig Tue Jun 9 23:55:32 1998 > +++ frcolor Tue Feb 13 00:37:25 2001 > @@ -1,6 +1,6 @@ > #!/bin/sh > # the next line restarts using wish \ > -exec wish8.0 "$0" "$@" > +exec wish8.2 "$0" "$@" > > # tcolor -- > # This script implements a simple color editor, where you can > > >Release-Note: > >Audit-Trail: > >Unformatted: Oops, a typo (haven't finished my coffee yet;). frcolor gets installed in the *wrong* directory. Sorry about that, diff should be: root@mandark# pwd /usr/ports/x11-fm/filerunner root@mandark# diff -u Makefile.orig Makefile --- Makefile.orig Mon Feb 5 22:00:51 2001 +++ Makefile Tue Feb 13 09:43:13 2001 @@ -26,8 +26,9 @@ do-install: @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner + @ ${INSTALL_SCRIPT} ${WRKSRC}/frcolor ${PREFIX}/lib/FileRunner/frcolor @ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin -.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl http.tcl tclIndex +.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frftp ftp.tcl http.tcl tclIndex @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner .endfor .for map in cross.bit frterm.bit larger.bit left.bit max.bit pgdown.bit pgup.bit right.bit smaller.bit toggle.bit tree.bit up.bit update.bit xterm.bit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 1:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B40E137B503 for ; Tue, 13 Feb 2001 01:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D9U1p56473; Tue, 13 Feb 2001 01:30:01 -0800 (PST) (envelope-from gnats) Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id 963C637B491 for ; Tue, 13 Feb 2001 01:27:55 -0800 (PST) Received: from dbserver2.aims.private (dbserver2.aims.private [192.168.10.25]) by postoffice.aims.com.au with ESMTP id UAA98121 for ; Tue, 13 Feb 2001 20:27:52 +1100 (EST) (envelope-from aims@aims.com.au) Received: (from root@localhost) by dbserver2.aims.private (8.11.1/8.11.1) id f1D9Q3783800; Tue, 13 Feb 2001 20:26:03 +1100 (EST) (envelope-from aims) Message-Id: <200102130926.f1D9Q3783800@dbserver2.aims.private> Date: Tue, 13 Feb 2001 20:26:03 +1100 (EST) From: chris@aims.com.au Reply-To: chris@aims.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25060: [PATCH] mod_php4 dependency on gd fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25060 >Category: ports >Synopsis: mod_php4 dependency on gd fails >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 01:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.2-STABLE i386 >Organization: AIMS Independent Computer Professionals >Environment: FreeBSD dbserver2.aims.private 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 19 13:51:45 EST 2001 root@dbserver2.aims.private:/usr/obj/usr/src/sys/DBSERVER i386 >Description: mod_php4 build process fails as it has a library dependency on gd.1. A recent change to gd bumped the version number, so clean installs of mod_php4 fail, as no gd.1 library can be found. >How-To-Repeat: Install mod_php4 from the ports tree without an existing gd install. >Fix: Apply the following patch in /usr/ports/www/mod_php4: --- scripts/configure.php.old Tue Feb 13 16:57:15 2001 +++ scripts/configure.php Tue Feb 13 16:57:29 2001 @@ -57,7 +57,7 @@ while [ "$1" ]; do case $1 in \"GD\") - echo "LIB_DEPENDS+= gd.1:\${PORTSDIR}/graphics/gd" + echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}" GD=1 ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 1:47: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id 4E4F537B491 for ; Tue, 13 Feb 2001 01:47:04 -0800 (PST) Received: from laa@localhost by burka.carrier.kiev.ua id LSB41973; Tue, 13 Feb 2001 11:46:58 +0200 (EET) (envelope-from laa@lucky.net) X-Authentication-Warning: burka.carrier.kiev.ua: laa set sender to laa@lucky.net using -f Date: Tue, 13 Feb 2001 11:46:58 +0200 From: "Alexandr A. Listopad" To: ports@freebsd.org Cc: "Alexandr A. Listopad" Subject: ports/www/squid23 Message-ID: <20010213114658.A41677@burka.carrier.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cc -pipe -I. -I../include -I../include -c cf_gen.c cc -o cf_gen -g cf_gen.o -L../lib -lmiscutil -lm ./cf_gen cf.data cc -pipe -I. -I../include -I../include -c access_log.c cc -pipe -I. -I../include -I../include -c acl.c acl.c: In function `aclMatchArp': acl.c:2476: syntax error before `ME' acl.c: At top level: acl.c:2481: conflicting types for `aclArpCompare' acl.c:100: previous declaration of `aclArpCompare' acl.c: In function `aclArpCompare': acl.c:2482: syntax error before `ME' *** Error code 1 with CONFIGURE_ARGS+= --enable-arp-acl in Makefile. Please, help me compile squid23 on FreeBSD 4.2-ST. -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 2:50: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id 43B8837B491 for ; Tue, 13 Feb 2001 02:50:03 -0800 (PST) Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.physik.uni-mainz.de [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.2/8.11.2) with ESMTP id f1DAp9W37719 for ; Tue, 13 Feb 2001 11:51:09 +0100 (CET) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Tue, 13 Feb 2001 11:51:09 +0100 (CET) From: "O. Hartmann" To: freebsd-ports@freebsd.org Subject: GIS mapping systems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Sirs. I would like to scan maps (topographical) for research purposes. After scanning, I would like to paste some geolocial elements, like coloured planes etc. This could be performed with Corel, but how to do this task und UNIX/FreeBSD? Any suggestions? The system should be able to put together many sepeately scanned pieces of a map to achieve a complete one. Thanks, Oliver -- MfG O. Hartmann ohartman@mail.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 3: 6:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mooseriver.com (erie.mooseriver.com [205.166.121.26]) by hub.freebsd.org (Postfix) with ESMTP id DF1D537B491 for ; Tue, 13 Feb 2001 03:06:32 -0800 (PST) Received: (from jgrosch@localhost) by mooseriver.com (8.11.1/8.9.3) id f1DB2p558403; Tue, 13 Feb 2001 03:02:51 -0800 (PST) (envelope-from jgrosch) Date: Tue, 13 Feb 2001 03:02:50 -0800 From: Josef Grosch To: "O. Hartmann" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: GIS mapping systems Message-ID: <20010213030250.A58387@mooseriver.com> Reply-To: jgrosch@mooseriver.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ohartman@ipamzlx.physik.uni-mainz.de on Tue, Feb 13, 2001 at 11:51:09AM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 13, 2001 at 11:51:09AM +0100, O. Hartmann wrote: > Dear Sirs. > > I would like to scan maps (topographical) for research purposes. > After scanning, I would like to paste some geolocial elements, > like coloured planes etc. This could be performed with Corel, > but how to do this task und UNIX/FreeBSD? Any suggestions? > > The system should be able to put together many sepeately > scanned pieces of a map to achieve a complete one. > > Thanks, > Oliver Look into GRASS. It's on of our ports. Josef -- Josef Grosch | Another day closer to a | FreeBSD 4.2 jgrosch@MooseRiver.com | Micro$oft free world | www.bafug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 3:30:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27DD037B491; Tue, 13 Feb 2001 03:30:22 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DBUL181461; Tue, 13 Feb 2001 03:30:21 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 03:30:21 -0800 (PST) From: Message-Id: <200102131130.f1DBUL181461@freefall.freebsd.org> To: naddy@mips.inka.de, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23142: New: astro/jday Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New: astro/jday State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 03:29:56 PST 2001 State-Changed-Why: Committed, int NOPORTDOCS cleanup. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23142 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 3:33: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCDEC37B491; Tue, 13 Feb 2001 03:33:00 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DBX0j81783; Tue, 13 Feb 2001 03:33:00 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 03:33:00 -0800 (PST) From: Message-Id: <200102131133.f1DBX0j81783@freefall.freebsd.org> To: blovett@oneinsane.net, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23167: change request Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: change request State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 03:32:20 PST 2001 State-Changed-Why: Patch not needed, upto version 1.2 now. http://www.freebsd.org/cgi/query-pr.cgi?pr=23167 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 4:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8901237B491; Tue, 13 Feb 2001 04:30:03 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DCU3Y93451; Tue, 13 Feb 2001 04:30:03 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 04:30:03 -0800 (PST) From: Message-Id: <200102131230.f1DCU3Y93451@freefall.freebsd.org> To: jeh@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/22716: [PATCH] ports/net/ucd-snmp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ports/net/ucd-snmp Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: jeh Responsible-Changed-When: Tue Feb 13 04:29:44 PST 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.freebsd.org/cgi/query-pr.cgi?pr=22716 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 5: 0:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B68FC37B491; Tue, 13 Feb 2001 05:00:16 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DD0GU99822; Tue, 13 Feb 2001 05:00:16 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 05:00:16 -0800 (PST) From: Message-Id: <200102131300.f1DD0GU99822@freefall.freebsd.org> To: mi@aldan.algebra.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22879: new port: textproc/TclExpat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: textproc/TclExpat State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 04:59:45 PST 2001 State-Changed-Why: Committed, with minor cleanup. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=22879 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 5:31: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22CEF37B4EC; Tue, 13 Feb 2001 05:31:05 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DDV4I05824; Tue, 13 Feb 2001 05:31:04 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 05:31:04 -0800 (PST) From: Message-Id: <200102131331.f1DDV4I05824@freefall.freebsd.org> To: efurbish@rice.edu, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22935: new cad/magic and cad/irsim versions (patches included) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new cad/magic and cad/irsim versions (patches included) State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 05:30:23 PST 2001 State-Changed-Why: Do not cut and paste patches. It loses TABs and the patches have to be applied by hand. Commited. http://www.freebsd.org/cgi/query-pr.cgi?pr=22935 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 6:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4DED37B491 for ; Tue, 13 Feb 2001 06:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DEU5914109; Tue, 13 Feb 2001 06:30:05 -0800 (PST) (envelope-from gnats) Date: Tue, 13 Feb 2001 06:30:05 -0800 (PST) Message-Id: <200102131430.f1DEU5914109@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/25045: bind8 port doesnt remove/rename original named Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: Cyrille Lefevre To: christoph.weber-fahr@arcor.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG, DougB@FreeBSD.ORG Subject: Re: ports/25045: bind8 port doesnt remove/rename original named Date: 13 Feb 2001 15:28:25 +0100 wefa@nxcon.nexgo.lab.arcor.de (dont use that address) writes: > >Description: > > the bind8 port installs all its stuff in usr local, leaving > the original bind stuff in place. well, and where is the problem ! > it should at least tell you this. else you have two named etc > in place, probably the new one will not get used at all. the answer is : echo named_program=/usr/local/sbin/named >> /etc/rc.conf > People have come to the point expecting the ports collection > 'doing the right thing'. Here it doesn't no, you doesn't do the right things. > ideal: rename all original bind files to %s.original > put symlinks in their place to point to the new thing in any case, a port have to do something w/ system installed stuffs. > alternative: put some blurb into the Make install procedure > warning the user about that maybe this could be done. also, maybe a startup script and some sample files could be added to the port. [CC dougb] Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 6:35:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1508337B4EC; Tue, 13 Feb 2001 06:35:32 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DEZVL14788; Tue, 13 Feb 2001 06:35:31 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 06:35:31 -0800 (PST) From: Message-Id: <200102131435.f1DEZVL14788@freefall.freebsd.org> To: todd@netstars.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23003: Add new-port phpMyAdmin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add new-port phpMyAdmin State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 06:35:12 PST 2001 State-Changed-Why: Port already exists. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23003 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 6:37:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4398C37B491; Tue, 13 Feb 2001 06:37:34 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DEbYa15216; Tue, 13 Feb 2001 06:37:34 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 06:37:34 -0800 (PST) From: Message-Id: <200102131437.f1DEbYa15216@freefall.freebsd.org> To: peterh@sapros.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23038: New Port: py-4Suite-0.9.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: py-4Suite-0.9.2 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 06:37:15 PST 2001 State-Changed-Why: Closed at submitters request. http://www.freebsd.org/cgi/query-pr.cgi?pr=23038 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 6:38:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2D5937B4EC; Tue, 13 Feb 2001 06:38:51 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DEcpT15451; Tue, 13 Feb 2001 06:38:51 -0800 (PST) (envelope-from sobomax) Date: Tue, 13 Feb 2001 06:38:51 -0800 (PST) From: Message-Id: <200102131438.f1DEcpT15451@freefall.freebsd.org> To: sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/25046: ports/audio/mpg123: Fixes for newpcm format probing. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/audio/mpg123: Fixes for newpcm format probing. Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: sobomax Responsible-Changed-When: Tue Feb 13 06:36:24 PST 2001 Responsible-Changed-Why: I've waited for this fix so long... http://www.freebsd.org/cgi/query-pr.cgi?pr=25046 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 7:21:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 1892C37B491; Tue, 13 Feb 2001 07:21:53 -0800 (PST) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.1/8.11.1) with ESMTP id f1DFLqv71527; Tue, 13 Feb 2001 07:21:52 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from localhost (nsayer@localhost) by medusa.kfu.com (8.11.1/8.11.0) with ESMTP id f1DFLp013278; Tue, 13 Feb 2001 07:21:52 -0800 (PST) (envelope-from nsayer@quack.kfu.com) X-Authentication-Warning: medusa.kfu.com: nsayer owned process doing -bs Date: Tue, 13 Feb 2001 07:21:51 -0800 (PST) From: Nick Sayer X-Sender: nsayer@medusa.kfu.com To: Maxim Sobolev Cc: freebsd-ports@freebsd.org Subject: Re: /usr/local/lib/win32 In-Reply-To: <200102130456.f1D4u9753386@vic.sabbo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hehehe. _RIGHT_ after I posted that question, I did a cvsup and the changes I was talking about were made. Now that's service! :-) On Tue, 13 Feb 2001, Maxim Sobolev wrote: > > > > I have successfully created a port for the xmps-win32-plugin stuff. > > Actually, I just copied the one for the opendivx plugin and changed > > the name, but that's neither here nor there. :-) > > > > This brings up an issue I'm not sure what to do about before committing > > the port. > > > > /usr/local/lib/win32 is currently populated by the avifile port. xmps-win32- > > plugin uses the codecs but does not use anything else in avifile. This > > argues strongly for making the WIN32 codecs into their own port and having > > both avifile and the xmps-win32-plugin ports depend on this new child port > > (which perhaps should go into the emulators category?). > > > > What does everyone think about this situation? > > Perhaps you are thinking about what already done. Recently lioux separated > WIN32 codecs from avifile port into the new win32-codecs port. > > -Maxim > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 7:47: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from marcos.networkcs.com (marcos.networkcs.com [137.66.16.1]) by hub.freebsd.org (Postfix) with ESMTP id 0C99C37B491 for ; Tue, 13 Feb 2001 07:47:00 -0800 (PST) Received: from us.networkcs.com (us.networkcs.com [137.66.11.15]) by marcos.networkcs.com (8.9.3/8.9.3) with ESMTP id JAA93942; Tue, 13 Feb 2001 09:46:59 -0600 (CST) (envelope-from wesb@us.networkcs.com) Received: (from wesb@localhost) by us.networkcs.com (8.9.2/8.9.2) id JAA29338; Tue, 13 Feb 2001 09:46:59 -0600 (CST) (envelope-from wesb) Date: Tue, 13 Feb 2001 09:46:58 -0600 From: Wes Barris To: Will Andrews , Wes Barris , ports@FreeBSD.ORG Subject: Re: upgrade kit won't work -- help Message-ID: <20010213094658.B28862@us.networkcs.com> References: <20010212134836.A91412@us.networkcs.com> <20010212170945.A12821@london.physics.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010212170945.A12821@london.physics.purdue.edu>; from will@physics.purdue.edu on Mon, Feb 12, 2001 at 05:09:45PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 12, 2001 at 05:09:45PM -0500, Will Andrews wrote: > On Mon, Feb 12, 2001 at 01:48:36PM -0600, Wes Barris wrote: > > I manage a 3.3-RELEASE system. I am unable to install any FreeBSD > > ports. I have installed the 34upgrade kit but I still can't make > > any ports. What else should I do? > > > > root@aoki# uname -a > > FreeBSD aoki 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 > > root@aoki# pkg_add ~/34upgrade.tgz > > pkg_add: package `34upgrade-2000.08.25' already recorded as installed > > root@aoki# /usr/ports/graphics/ImageMagick > > root@aoki# make > > ===> ImageMagick-5.2.7_2 : 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. > > Unfortunately, the only way you'll get it to work reliably again is > if you upgrade to 4.2-STABLE (well, there are other ways, they just > involve a lot of thinking and nasty hacks etc). Is there a tutorial or something on the freebsd.org web site that explains how to upgrade from 3.3 to 4.2? The only way I've done this before was by wiping the system and starting over completely. > > -- > wca -- Wes Barris E-Mail: wes@wesbarris.com Web: www.wesbarris.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 7:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C10EE37B4EC for ; Tue, 13 Feb 2001 07:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DFo1b27148; Tue, 13 Feb 2001 07:50:01 -0800 (PST) (envelope-from gnats) Received: from faui11.informatik.uni-erlangen.de (faui11.informatik.uni-erlangen.de [131.188.31.2]) by hub.freebsd.org (Postfix) with ESMTP id CB3EC37B491 for ; Tue, 13 Feb 2001 07:43:03 -0800 (PST) Received: from faui1v.informatik.uni-erlangen.de (faui1v.informatik.uni-erlangen.de [131.188.31.66]) by faui11.informatik.uni-erlangen.de (8.9.1/8.1.4-FAU) with ESMTP id QAA06624 for ; Tue, 13 Feb 2001 16:43:01 +0100 (MET) Received: (from root@localhost) by faui1v.informatik.uni-erlangen.de (8.11.1/8.11.0) id f1DFh1h75834; Tue, 13 Feb 2001 16:43:01 +0100 (CET) (envelope-from bauerm) Message-Id: <200102131543.f1DFh1h75834@faui1v.informatik.uni-erlangen.de> Date: Tue, 13 Feb 2001 16:43:01 +0100 (CET) From: root@faui1v.informatik.uni-erlangen.de Reply-To: matthiasb@acm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25063: new version of math/ntl port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25063 >Category: ports >Synopsis: new version of math/ntl port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 07:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: matthiasb@acm.org >Release: FreeBSD 4.2-STABLE i386 >Organization: University of Erlangen >Environment: >Description: Updated the port of Shoup's NTL to current version 5.0c >How-To-Repeat: >Fix: # 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: # # ntl/ # ntl/Makefile # ntl/files # ntl/files/md5 # ntl/pkg # ntl/pkg/COMMENT # ntl/pkg/DESCR # ntl/pkg/PLIST # ntl/README.html # echo c - ntl/ mkdir -p ntl/ > /dev/null 2>&1 echo x - ntl/Makefile sed 's/^X//' >ntl/Makefile << 'END-of-ntl/Makefile' X# New ports collection makefile for: ntl X# Date created: 18 June 2000 X# Whom: bauerm X# X# $FreeBSD: ports/math/ntl/Makefile,v 1.2 2000/09/05 01:52:15 steve Exp $ X# X XPORTNAME= ntl XPORTVERSION= 5.0c XCATEGORIES= math XMASTER_SITES= http://www.shoup.net/ntl/ X XMAINTAINER= matthiasb@acm.org X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${DISTNAME}/src XMAKEFILE= makefile XHAS_CONFIGURE= yes XMAKE_ARGS= "DOCDIR=${LOCALBASE}/share/doc" X Xdo-install: X ${MKDIR} ${PREFIX}/include/NTL X ${INSTALL_DATA} ${WRKSRC}/../include/NTL/* ${PREFIX}/include/NTL/. X ${INSTALL_DATA} ${WRKSRC}/ntl.a ${PREFIX}/lib/libntl.a X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/NTL X ${INSTALL_DATA} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/NTL/. X.endif X X.include END-of-ntl/Makefile echo c - ntl/files mkdir -p ntl/files > /dev/null 2>&1 echo x - ntl/files/md5 sed 's/^X//' >ntl/files/md5 << 'END-of-ntl/files/md5' XMD5 (ntl-5.0c.tar.gz) = c6bffdaf1a5f56d41daadb4c123b573e END-of-ntl/files/md5 echo c - ntl/pkg mkdir -p ntl/pkg > /dev/null 2>&1 echo x - ntl/pkg/COMMENT sed 's/^X//' >ntl/pkg/COMMENT << 'END-of-ntl/pkg/COMMENT' XVictor Shoup's Number Theory Library END-of-ntl/pkg/COMMENT echo x - ntl/pkg/DESCR sed 's/^X//' >ntl/pkg/DESCR << 'END-of-ntl/pkg/DESCR' XNTL is an object oriented library for number theory, written Xby Victor Shoup. It provides objects and methods for X X - arbitrary length integers X - finite fields X - polynomials over fields X - extensions of fields. X - vectors and matrices over extensions X - finite rings X XWWW: http://www.shoup.net/ X XMatthias Bauer Xmatthiasb@acm.org END-of-ntl/pkg/DESCR echo x - ntl/pkg/PLIST sed 's/^X//' >ntl/pkg/PLIST << 'END-of-ntl/pkg/PLIST' Xlib/libntl.a Xinclude/NTL/FFT.h Xinclude/NTL/FacVec.h Xinclude/NTL/GF2.h Xinclude/NTL/GF2E.h Xinclude/NTL/GF2EX.h Xinclude/NTL/GF2EXFactoring.h Xinclude/NTL/GF2X.h Xinclude/NTL/GF2XFactoring.h Xinclude/NTL/GF2XVec.h Xinclude/NTL/HNF.h Xinclude/NTL/IsFinite.h Xinclude/NTL/LLL.h Xinclude/NTL/RR.h Xinclude/NTL/WordVector.h Xinclude/NTL/ZZ.h Xinclude/NTL/ZZVec.h Xinclude/NTL/ZZX.h Xinclude/NTL/ZZXFactoring.h Xinclude/NTL/ZZ_p.h Xinclude/NTL/ZZ_pE.h Xinclude/NTL/ZZ_pEX.h Xinclude/NTL/ZZ_pEXFactoring.h Xinclude/NTL/ZZ_pX.h Xinclude/NTL/ZZ_pXFactoring.h Xinclude/NTL/fileio.h Xinclude/NTL/lip.h Xinclude/NTL/lzz_p.h Xinclude/NTL/lzz_pE.h Xinclude/NTL/lzz_pEX.h Xinclude/NTL/lzz_pEXFactoring.h Xinclude/NTL/lzz_pX.h Xinclude/NTL/lzz_pXFactoring.h Xinclude/NTL/mat_GF2.h Xinclude/NTL/mat_GF2E.h Xinclude/NTL/mat_RR.h Xinclude/NTL/mat_ZZ.h Xinclude/NTL/mat_ZZ_p.h Xinclude/NTL/mat_ZZ_pE.h Xinclude/NTL/mat_lzz_p.h Xinclude/NTL/mat_lzz_pE.h Xinclude/NTL/mat_poly_ZZ.h Xinclude/NTL/mat_poly_ZZ_p.h Xinclude/NTL/mat_poly_lzz_p.h Xinclude/NTL/matrix.h Xinclude/NTL/pair.h Xinclude/NTL/vector.h Xinclude/NTL/pair_GF2EX_long.h Xinclude/NTL/pair_GF2X_long.h Xinclude/NTL/pair_ZZX_long.h Xinclude/NTL/pair_ZZ_pEX_long.h Xinclude/NTL/pair_ZZ_pX_long.h Xinclude/NTL/pair_lzz_pEX_long.h Xinclude/NTL/pair_lzz_pX_long.h Xinclude/NTL/quad_float.h Xinclude/NTL/tools.h Xinclude/NTL/vec_GF2.h Xinclude/NTL/vec_GF2E.h Xinclude/NTL/vec_GF2XVec.h Xinclude/NTL/vec_RR.h Xinclude/NTL/vec_ZZ.h Xinclude/NTL/vec_ZZVec.h Xinclude/NTL/vec_ZZ_p.h Xinclude/NTL/vec_ZZ_pE.h Xinclude/NTL/vec_double.h Xinclude/NTL/vec_long.h Xinclude/NTL/vec_lzz_p.h Xinclude/NTL/vec_lzz_pE.h Xinclude/NTL/vec_quad_float.h Xinclude/NTL/vec_vec_GF2.h Xinclude/NTL/vec_vec_GF2E.h Xinclude/NTL/vec_vec_RR.h Xinclude/NTL/vec_vec_ZZ.h Xinclude/NTL/vec_vec_ZZ_p.h Xinclude/NTL/vec_vec_ZZ_pE.h Xinclude/NTL/vec_vec_long.h Xinclude/NTL/vec_vec_lzz_p.h Xinclude/NTL/vec_vec_lzz_pE.h Xinclude/NTL/vec_xdouble.h Xinclude/NTL/xdouble.h Xinclude/NTL/config.h Xinclude/NTL/version.h Xinclude/NTL/def_config.h Xinclude/NTL/new.h Xinclude/NTL/vec_ulong.h Xinclude/NTL/vec_vec_ulong.h Xinclude/NTL/c_lip.h Xinclude/NTL/g_lip.h Xinclude/NTL/mach_desc.h Xinclude/NTL/gmp_aux.h Xshare/doc/NTL/copying.txt Xshare/doc/NTL/GF2.txt Xshare/doc/NTL/GF2E.txt Xshare/doc/NTL/GF2EX.txt Xshare/doc/NTL/GF2EXFactoring.txt Xshare/doc/NTL/GF2X.txt Xshare/doc/NTL/GF2XFactoring.txt Xshare/doc/NTL/GF2XVec.txt Xshare/doc/NTL/HNF.txt Xshare/doc/NTL/LLL.txt Xshare/doc/NTL/RR.txt Xshare/doc/NTL/ZZ.txt Xshare/doc/NTL/ZZVec.txt Xshare/doc/NTL/ZZX.txt Xshare/doc/NTL/ZZXFactoring.txt Xshare/doc/NTL/ZZ_p.txt Xshare/doc/NTL/ZZ_pE.txt Xshare/doc/NTL/ZZ_pEX.txt Xshare/doc/NTL/ZZ_pEXFactoring.txt Xshare/doc/NTL/ZZ_pX.txt Xshare/doc/NTL/ZZ_pXFactoring.txt Xshare/doc/NTL/conversions.txt Xshare/doc/NTL/flags.txt Xshare/doc/NTL/lzz_p.txt Xshare/doc/NTL/lzz_pE.txt Xshare/doc/NTL/lzz_pEX.txt Xshare/doc/NTL/lzz_pEXFactoring.txt Xshare/doc/NTL/lzz_pX.txt Xshare/doc/NTL/lzz_pXFactoring.txt Xshare/doc/NTL/mat_GF2.txt Xshare/doc/NTL/mat_GF2E.txt Xshare/doc/NTL/mat_RR.txt Xshare/doc/NTL/mat_ZZ.txt Xshare/doc/NTL/mat_ZZ_p.txt Xshare/doc/NTL/mat_ZZ_pE.txt Xshare/doc/NTL/mat_lzz_p.txt Xshare/doc/NTL/mat_lzz_pE.txt Xshare/doc/NTL/mat_poly_ZZ.txt Xshare/doc/NTL/mat_poly_ZZ_p.txt Xshare/doc/NTL/mat_poly_lzz_p.txt Xshare/doc/NTL/matrix.txt Xshare/doc/NTL/pair.txt Xshare/doc/NTL/vector.txt Xshare/doc/NTL/quad_float.txt Xshare/doc/NTL/sedscript.txt Xshare/doc/NTL/tools.txt Xshare/doc/NTL/vec_GF2.txt Xshare/doc/NTL/vec_GF2E.txt Xshare/doc/NTL/vec_RR.txt Xshare/doc/NTL/vec_ZZ.txt Xshare/doc/NTL/vec_ZZ_p.txt Xshare/doc/NTL/vec_ZZ_pE.txt Xshare/doc/NTL/vec_lzz_p.txt Xshare/doc/NTL/vec_lzz_pE.txt Xshare/doc/NTL/xdouble.txt Xshare/doc/NTL/names.txt Xshare/doc/NTL/tour-ack.html Xshare/doc/NTL/tour-intro.html Xshare/doc/NTL/tour-time.html Xshare/doc/NTL/tour-changes.html Xshare/doc/NTL/tour-modules.html Xshare/doc/NTL/tour-stdcxx.html Xshare/doc/NTL/tour-unix.html Xshare/doc/NTL/tour-examples.html Xshare/doc/NTL/tour-roadmap.html Xshare/doc/NTL/tour-win.html Xshare/doc/NTL/tour-impl.html Xshare/doc/NTL/tour-struct.html Xshare/doc/NTL/tour.html Xshare/doc/NTL/tour-ex1.html Xshare/doc/NTL/tour-ex2.html Xshare/doc/NTL/tour-ex3.html Xshare/doc/NTL/tour-ex4.html Xshare/doc/NTL/tour-ex5.html Xshare/doc/NTL/tour-ex6.html Xshare/doc/NTL/arrow1.gif Xshare/doc/NTL/arrow2.gif Xshare/doc/NTL/arrow3.gif Xshare/doc/NTL/tour-gmp.html Xshare/doc/NTL/config.txt X@dirrm include/NTL X@dirrm share/doc/NTL END-of-ntl/pkg/PLIST echo x - ntl/README.html sed 's/^X//' >ntl/README.html << 'END-of-ntl/README.html' X X The FreeBSD Ports Collection (math/ntl) X

The FreeBSD Ports Collection ("math/ntl")


X X X

You are now in the directory for the port "math/ntl" (package name "ntl-4.2a"). X X

This is the one-line description for this port: X X


XVictor Shoup's Number Theory Library X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "gettext-0.10.35 gmake-3.79.1" to build. X

X X X


X Go up one level X| X Go to top of ports tree X X END-of-ntl/README.html exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 7:55:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yogi.inside.efficient.com (mailbox.efficient.com [12.39.97.1]) by hub.freebsd.org (Postfix) with ESMTP id 4B7B237B491; Tue, 13 Feb 2001 07:55:07 -0800 (PST) Received: from efficient.com (daze.inside.efficient.com [192.168.7.225]) by yogi.inside.efficient.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id DHA6CHLR; Tue, 13 Feb 2001 09:54:26 -0600 Message-ID: <3A8958D5.3FE661D@efficient.com> Date: Tue, 13 Feb 2001 09:55:01 -0600 From: Dave Littell Reply-To: davidl@efficient.com X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: mharo@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: naim-0.10.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm trying to get naim to work under FreeBSD 2.2.8, without any luck. I've had to make some slight changes in the sources just to get it to compile (use select instead of poll, etc.), but it finally seemed to build. However, it doesn't seem to be able to connect to AOL. Can you offer any assistance? The creators of naim and firetalk appear too busy to be bothered. Thanks very much, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 7:57: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2CAD37B4EC; Tue, 13 Feb 2001 07:57:06 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DFv6H28094; Tue, 13 Feb 2001 07:57:06 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 07:57:06 -0800 (PST) From: Message-Id: <200102131557.f1DFv6H28094@freefall.freebsd.org> To: jeh@FreeBSD.org, freebsd-ports@FreeBSD.org, mi@FreeBSD.org Subject: Re: ports/23313: new port: ukrainian/ispell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: ukrainian/ispell Responsible-Changed-From-To: freebsd-ports->mi Responsible-Changed-By: jeh Responsible-Changed-When: Tue Feb 13 07:56:41 PST 2001 Responsible-Changed-Why: Submitter is now a committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=23313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 8: 0:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72E9837B4EC; Tue, 13 Feb 2001 08:00:39 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DG0bn28544; Tue, 13 Feb 2001 08:00:37 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 08:00:37 -0800 (PST) From: Message-Id: <200102131600.f1DG0bn28544@freefall.freebsd.org> To: dburr@borg-cube.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23346: Add missing dependency for unzip to the xmms port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add missing dependency for unzip to the xmms port State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 08:00:13 PST 2001 State-Changed-Why: MAINTAINER didn't approve http://www.freebsd.org/cgi/query-pr.cgi?pr=23346 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 8:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93CD337B503 for ; Tue, 13 Feb 2001 08:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DGK1E32793; Tue, 13 Feb 2001 08:20:01 -0800 (PST) (envelope-from gnats) Received: from gugod.ath.cx (61-216-71-32.HINET-IP.hinet.net [61.216.71.32]) by hub.freebsd.org (Postfix) with ESMTP id 966BE37B684 for ; Tue, 13 Feb 2001 08:16:57 -0800 (PST) Received: (from gugod@localhost) by gugod.ath.cx (8.11.2/8.11.2) id f1E0Hx937812; Wed, 14 Feb 2001 00:17:59 GMT (envelope-from gugod) Message-Id: <200102140017.f1E0Hx937812@gugod.ath.cx> Date: Wed, 14 Feb 2001 00:17:59 GMT From: Kang-ming Liu Reply-To: gugod@gugod.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25064: correcting pr 25048 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25064 >Category: ports >Synopsis: diff 's format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 08:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kang-ming Liu >Release: FreeBSD 5.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD gugod.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Feb 10 21:41:06 GMT 2001 root@gugod.ath.cx:/usr/src/sys/compile/X20 i386 >Description: Chewing Input module for xcin2.5 is developed by lckung and kpchen. This input module acts as bimsphone in xcin2.5 but has more feature. The diff of ports/chinese/xcin25 is now located http://gugod.org/~gugod/xcin25.diff >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 9: 7:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id 3DF3B37B4EC for ; Tue, 13 Feb 2001 09:07:34 -0800 (PST) Received: (from will@localhost) by london.physics.purdue.edu (8.8.8/8.8.8) id MAA28606; Tue, 13 Feb 2001 12:07:23 -0500 (EST) X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f Date: Tue, 13 Feb 2001 12:07:23 -0500 From: Will Andrews To: Wes Barris Cc: Will Andrews , ports@FreeBSD.ORG Subject: Re: upgrade kit won't work -- help Message-ID: <20010213120723.K12821@london.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Wes Barris , ports@FreeBSD.ORG References: <20010212134836.A91412@us.networkcs.com> <20010212170945.A12821@london.physics.purdue.edu> <20010213094658.B28862@us.networkcs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="MAH+hnPXVZWQ5cD/" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010213094658.B28862@us.networkcs.com>; from wes@wesbarris.com on Tue, Feb 13, 2001 at 09:46:58AM -0600 X-Operating-System: SunOS 4.1.3_U1 sun4m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --MAH+hnPXVZWQ5cD/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 13, 2001 at 09:46:58AM -0600, Wes Barris wrote: > Is there a tutorial or something on the freebsd.org web site that > explains how to upgrade from 3.3 to 4.2? The only way I've done > this before was by wiping the system and starting over completely. /usr/src/UPDATING should tell you. You'll have to do two worlds - first to update to the latest 3.5-STABLE, then to 4.2-STABLE. Not that I've done this kind of procedure in awhile myself.. but the older your system gets the harder it will be. :\ --=20 wca --MAH+hnPXVZWQ5cD/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE6iWnBF47idPgWcsURAi2bAJ9oSI0rSiITvHm4T2jmz2W4VYA91wCfTbLY 78pigR/QoxYeiWpbRtTQJas= =cyUJ -----END PGP SIGNATURE----- --MAH+hnPXVZWQ5cD/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 9:30:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id 7F40937B491; Tue, 13 Feb 2001 09:30:25 -0800 (PST) Received: (from will@localhost) by london.physics.purdue.edu (8.8.8/8.8.8) id MAA00520; Tue, 13 Feb 2001 12:30:24 -0500 (EST) X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f Date: Tue, 13 Feb 2001 12:30:23 -0500 From: Will Andrews To: Maxim Sobolev Cc: FreeBSD Ports Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/cd9660_unicode Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20010213123023.N12821@london.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Maxim Sobolev , FreeBSD Ports References: <200102131356.f1DDuYF08120@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102131356.f1DDuYF08120@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, Feb 13, 2001 at 05:56:34AM -0800 X-Operating-System: SunOS 4.1.3_U1 sun4m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 13, 2001 at 05:56:34AM -0800, Maxim Sobolev wrote: > Log: > Add cd9660_unicode 1.0, a kernel driver for reading CD disks with non-English > filenames. Requires -current as of several hours ago. We really need a standard for kernel modules in ports. I'm not sure they belong in separate directories (ie ${PREFIX}/lib/au88x0); I think they should be put somewhere like ${PREFIX}/modules. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 9:49:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (smtp.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D59B337B491 for ; Tue, 13 Feb 2001 09:49:37 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1DHnW907614; Tue, 13 Feb 2001 19:49:32 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.2/8.11.2) with ESMTP id f1DHnRm56309; Tue, 13 Feb 2001 19:49:27 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A8973A3.C5D5875E@FreeBSD.org> Date: Tue, 13 Feb 2001 19:49:24 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: FreeBSD Ports Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/cd9660_unicode Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist References: <200102131356.f1DDuYF08120@freefall.freebsd.org> <20010213123023.N12821@london.physics.purdue.edu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews wrote: > On Tue, Feb 13, 2001 at 05:56:34AM -0800, Maxim Sobolev wrote: > > Log: > > Add cd9660_unicode 1.0, a kernel driver for reading CD disks with non-English > > filenames. Requires -current as of several hours ago. > > We really need a standard for kernel modules in ports. I'm not > sure they belong in separate directories (ie ${PREFIX}/lib/au88x0); > I think they should be put somewhere like ${PREFIX}/modules. Yes, I was thinking about it too and IMO the most logical step is to create something like bsd.portkmod.mk. However, I'm not going to write patches right now considering very slow pace of progress in bsd.port.mk (almost absence thereof) and huge number of previous bsd.port.mk ideas already waiting for PW's action. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 10:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 867AE37B4EC for ; Tue, 13 Feb 2001 10:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DIU2a52370; Tue, 13 Feb 2001 10:30:02 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 13B5337B503 for ; Tue, 13 Feb 2001 10:21:54 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1DILla41239; Wed, 14 Feb 2001 02:21:48 +0800 (CST) (envelope-from leeym) Message-Id: <200102131821.f1DILla41239@utopia.leeym.com> Date: Wed, 14 Feb 2001 02:21:48 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25066: update port: net/jabber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25066 >Category: ports >Synopsis: update port: net/jabber >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 10:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 ST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Hi, I ported jabber-1.4 and all related transports to FreeBSD last week. I asked lukin@okbmei.msk.su (maintainer of jabber-transport-1.0) to upgrade it, but he didn't answer me. I install jabber into ${PREFIX}/jabber while joe split jabber into ${PREFIX}/{bin,etc,lib}. Anyway, It works. I'll reorganize transports to depend on joe's jabber-1.4 and submit them within the next few days. I found some problems in net/jabber. 1. BUILD_DEPENDS should be pth-config, not pth; otherwise please use LIB_DEPENDS=pth.13:${PORTSDIR}/devel/pth 2. jabber-1.4 doesn't depend on libxode-1.2 and libjabber-1.2, please remove them from BUILD_DEPENDS list and ports collection. 3. pid file should be in /var/run >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/jabber/Makefile jabber/Makefile --- /usr/ports/net/jabber/Makefile Wed Feb 14 02:00:51 2001 +++ jabber/Makefile Wed Feb 14 01:56:56 2001 @@ -12,9 +12,7 @@ MAINTAINER= joe@FreeBSD.org -BUILD_DEPENDS= pth:${PORTSDIR}/devel/pth \ - libxode-config:${PORTSDIR}/textproc/libxode \ - jabber-config:${PORTSDIR}/net/libjabber +BUILD_DEPENDS= pth-config:${PORTSDIR}/devel/pth GNU_CONFIGURE= yes USE_GMAKE= yes diff -ruN /usr/ports/net/jabber/files/patch-ac jabber/files/patch-ac --- /usr/ports/net/jabber/files/patch-ac Tue Feb 13 08:03:05 2001 +++ jabber/files/patch-ac Wed Feb 14 01:58:08 2001 @@ -5,7 +5,7 @@ This specifies the file to store the pid of the process in. --> - ./jabber.pid -+ /var/tmp/jabber.pid ++ /var/run/jabber.pid >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 10:46:47 2001 Delivered-To: freebsd-ports@freebsd.org Received: from katrien.skystream.nl (katrien.skystream.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id 21ED537B491 for ; Tue, 13 Feb 2001 10:46:42 -0800 (PST) Received: from dyn.dailup.c227129154.isd.to (dyn.dailup.c227129154.isd.to [213.227.129.154]) by katrien.skystream.nl (8.11.1/8.11.0) with ESMTP id f1DIiHb23678 for ; Tue, 13 Feb 2001 19:44:17 +0100 Received: (qmail 8676 invoked by uid 1000); 13 Feb 2001 18:48:47 -0000 From: "Andre Goeree" Date: Tue, 13 Feb 2001 19:48:47 +0100 To: ports@freebsd.org Subject: fetchmail-5.6.5 wrong distinfo? Message-ID: <20010213194847.A8618@mandark.attica.home> Reply-To: abgoeree@uwnet.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ehh, Just cvsupped: Shutting down connection to server Finished successfully root@mandark# cd /usr/ports/mail/fetchmail/ root@mandark# make fetch >> fetchmail-5.6.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://www.tuxedo.org/~esr/fetchmail/. Receiving fetchmail-5.6.5.tar.gz (779932 bytes): 100% 779932 bytes transferred in 155.5 seconds (4.90 kBps) root@mandark# make install ===> Extracting for fetchmail-5.6.5 >> Checksum mismatch for fetchmail-5.6.5.tar.gz. Make sure the Makefile and distinfo file (/usr/local/ports/mail/fetchmail/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 [snip] root@mandark# rm /usr/ports/distfiles/fetchmail-5.6.5.tar.gz root@mandark# make fetch >> fetchmail-5.6.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://www.tuxedo.org/~esr/fetchmail/. Receiving fetchmail-5.6.5.tar.gz (779932 bytes): 100% 779932 bytes transferred in 141.1 seconds (5.40 kBps) root@mandark# make extract ===> Extracting for fetchmail-5.6.5 >> Checksum mismatch for fetchmail-5.6.5.tar.gz. Make sure the Makefile and distinfo file (/usr/local/ports/mail/fetchmail/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 -- Andre. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 11:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48FAB37B503 for ; Tue, 13 Feb 2001 11:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DJK2F46305; Tue, 13 Feb 2001 11:20:02 -0800 (PST) (envelope-from gnats) Received: from ws2.piuha.net (ws2.piuha.net [195.165.196.2]) by hub.freebsd.org (Postfix) with ESMTP id A3A8137B4EC for ; Tue, 13 Feb 2001 11:16:43 -0800 (PST) Received: from ws3.piuha.net (ws3.piuha.net [195.165.196.3]) by ws2.piuha.net (Postfix) with ESMTP id 068AA76346 for ; Tue, 13 Feb 2001 21:16:42 +0200 (EET) Received: by ws3.piuha.net (Postfix, from userid 10402) id 9C9E77C001; Tue, 13 Feb 2001 21:16:41 +0200 (EET) Message-Id: <20010213191641.9C9E77C001@ws3.piuha.net> Date: Tue, 13 Feb 2001 21:16:41 +0200 (EET) From: martti.kuparinen@iki.fi Reply-To: martti.kuparinen@iki.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25068: [PATCH] ports/www/kannel update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25068 >Category: ports >Synopsis: [PATCH] ports/www/kannel update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 11:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.2-STABLE i386 >Organization: piuha.net >Environment: >Description: Update the Kannel port to the latest stable version. >How-To-Repeat: >Fix: diff -ru /usr/ports/www/kannel/Makefile kannel/Makefile --- /usr/ports/www/kannel/Makefile Wed Jan 31 17:36:56 2001 +++ kannel/Makefile Tue Feb 13 19:48:11 2001 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/kannel/Makefile,v 1.6 2001/01/30 17:15:22 sf Exp $ PORTNAME= kannel -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= http://www.kannel.org/download/${PORTVERSION}/ DISTNAME= gateway-${PORTVERSION} diff -ru /usr/ports/www/kannel/distinfo kannel/distinfo --- /usr/ports/www/kannel/distinfo Wed Jan 31 17:36:56 2001 +++ kannel/distinfo Tue Feb 13 19:49:00 2001 @@ -1 +1 @@ -MD5 (gateway-1.0.tar.gz) = 99fcfd2524db9df938ac7442dcb0b66b +MD5 (gateway-1.0.1.tar.gz) = ea423181d950ec282fe70532222d07d8 diff -ru /usr/ports/www/kannel/files/patch-ac kannel/files/patch-ac --- /usr/ports/www/kannel/files/patch-ac Wed Jan 31 17:36:56 2001 +++ kannel/files/patch-ac Tue Feb 13 21:10:05 2001 @@ -1,5 +1,14 @@ ---- Makefile.in.orig Thu Sep 14 17:35:51 2000 -+++ Makefile.in Wed Jan 3 20:19:31 2001 +--- Makefile.in.orig Tue Feb 13 14:12:02 2001 ++++ Makefile.in Tue Feb 13 21:09:12 2001 +@@ -72,7 +72,7 @@ + LIBSRCS=$(LIBOBJS:.o=.c) + + LIBS=@LIBS@ +-CFLAGS=-D_REENTRANT=1 -I. @CFLAGS@ ++CFLAGS=-D_REENTRANT=1 -I. @CFLAGS@ -I@prefix@/include + LDFLAGS=@LDFLAGS@ + + MKDEPEND=$(CC) $(CFLAGS) -MM @@ -87,7 +87,7 @@ # Set this to something if you want all installed binaries to have a suffix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 11:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 560AC37B4EC for ; Tue, 13 Feb 2001 11:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DJU1C47784; Tue, 13 Feb 2001 11:30:01 -0800 (PST) (envelope-from gnats) Received: from man.boogie.com (dynamic016.indra.com [204.144.142.86]) by hub.freebsd.org (Postfix) with ESMTP id 7F70237B491 for ; Tue, 13 Feb 2001 11:25:50 -0800 (PST) Received: (from durian@localhost) by man.boogie.com (8.11.2/8.11.2) id f1DJRak32824; Tue, 13 Feb 2001 12:27:36 -0700 (MST) (envelope-from durian) Message-Id: <200102131927.f1DJRak32824@man.boogie.com> Date: Tue, 13 Feb 2001 12:27:36 -0700 (MST) From: durian@boogie.com Reply-To: durian@boogie.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25069: Enlightenment dumps in homedir() specifically getpwuid() Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25069 >Category: ports >Synopsis: Enlightenment dumps in homedir() specifically getpwuid() >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 11:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Mike Durian >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD man.boogie.com 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Feb 6 12:10:52 MST 2001 durian@man.boogie.com:/usr/obj/usr/src/sys/BOOGIE i386 I recently cvsup -current and built a new world and kernel on Feb 6th, though I might have performed the cvsup the day before. >Description: I have a feeling this is really a libc problem, but have not been able to reproduce the failure outside of the enlightenment build (port version = 0.16.5). The call to homedir() in enlightenment results in a core dump when getpwuid() is called. This happens even if you move the call to homedir() so it is the very first thing called from main.c. Somehow isatty() gets called from getpwuid() and it results in a call to .cerror() which causes the dump. A small stand alone program that duplicates the call to homedir() does not fail, so perhaps it has to due with lots of static variables or other libraries that are linked into E. >How-To-Repeat: Build Enlightment from the ports collection and try to run it on a resonably current system. It will fail - at least for me. >Fix: No known fix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 12:16:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 5B75037B491 for ; Tue, 13 Feb 2001 12:16:18 -0800 (PST) Received: from dwcjr (216-118-21-147.pdq.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with ESMTP id 8C79C11131A; Tue, 13 Feb 2001 14:16:20 -0600 (CST) Message-ID: <026301c095f9$d2899080$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Cc: Subject: FreeBSD Port: amavis-perl-10 Date: Tue, 13 Feb 2001 14:16:17 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running postfix-current, does this port support postfix yet? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 12:25: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jamus.xpert.com (helpful.xpert.com [199.203.132.17]) by hub.freebsd.org (Postfix) with ESMTP id B1E6337B491 for ; Tue, 13 Feb 2001 12:24:56 -0800 (PST) Received: from roman (helo=localhost) by jamus.xpert.com with local-esmtp (Exim 3.12 #5) id 14Sm0G-0002U7-00; Tue, 13 Feb 2001 22:24:48 +0200 Date: Tue, 13 Feb 2001 22:24:48 +0200 (IST) From: Roman Shterenzon To: "David W. Chapman Jr." Cc: Subject: Re: FreeBSD Port: amavis-perl-10 In-Reply-To: <026301c095f9$d2899080$931576d8@inethouston.net> Message-ID: Organization: Xpert UNIX Systems Ltd. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 13 Feb 2001, David W. Chapman Jr. wrote: > I'm running postfix-current, does this port support postfix yet? > Nope. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 12:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EFB337B4EC for ; Tue, 13 Feb 2001 12:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DKU1v55657; Tue, 13 Feb 2001 12:30:01 -0800 (PST) (envelope-from gnats) Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 1D49F37B491 for ; Tue, 13 Feb 2001 12:24:55 -0800 (PST) Received: from tashi.admin.er.heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id 7D24CB8104 for ; Tue, 13 Feb 2001 21:24:54 +0100 (CET) Received: by tashi.admin.er.heitec.net (Postfix, from userid 1000) id E7FA51E1F; Tue, 13 Feb 2001 21:24:53 +0100 (CET) Message-Id: <20010213202453.E7FA51E1F@tashi.admin.er.heitec.net> Date: Tue, 13 Feb 2001 21:24:53 +0100 (CET) From: lenz@heitec.net Reply-To: lenz@heitec.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25071: Ports-Skeletons gone after update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25071 >Category: ports >Synopsis: Ports-Skeletons gone after update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 12:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Lenz Gschwendtner >Release: FreeBSD 4.2-STABLE i386 >Organization: Heitec AG >Environment: FreeBSD tashi 4.2-STABLE FreeBSD 4.2-STABLE #1: Wed Jan 31 18:25:39 CET 2001 lenz@heitec.net:/usr/src/sys/compile/TASHI i386 >Description: After upgrading the ports the following uncomplete skeletons showed up: (directory not containing a Makefile) astro/ssystem audio/kdemultimedia11-i18n audio/ripit-atapi chinese/Wnn chinese/cdict chinese/mule-wnn4 chinese/pine3 converters/kdesupport11-i18n databases/mysql322-client databases/mysql322-server databases/postgresql deskutils/korganizer11-i18n deskutils/wpeople devel/c_c++_reference-i18n devel/gtksheet devel/kdbg-i18n devel/kdelibdocs-i18n devel/kdevelop-i18n devel/p5-IniConf distfiles/AbiWord distfiles/iso12083 distfiles/mutt distfiles/netscape-remote distfiles/openmotif distfiles/postgresql distfiles/python distfiles/rpm distfiles/ruby distfiles/teTeX distfiles/vim distfiles/xamp distfiles/xc games/kdegames11-i18n german/spinne graphics/gyvefigs graphics/gyvegui graphics/gyvekernel graphics/kdegraphics11-i18n graphics/pnmtopng japanese/Wnn japanese/gnome-icu japanese/jvim-canna+wnn4 japanese/jvim-wnn4 japanese/jvim3-canna+wnn4 japanese/jvim3-wnn4 japanese/kebook-i18n japanese/kinput2-canna+sj3+wnn4 japanese/kinput2-canna+wnn4 japanese/kinput2-sj3+wnn4 japanese/kinput2-wnn4 japanese/mule-canna+sj3+wnn4 japanese/mule-canna+wnn4 japanese/mule-sj3+wnn4 japanese/mule-wnn4 japanese/onew-canna+wnn4 japanese/onew-wnn4 japanese/platex-common japanese/platex-euc japanese/platex-jis japanese/platex-sjis japanese/rubytk japanese/wine japanese/xemacs21-canna+wnn4 japanese/xemacs21-sumo-canna+wnn4 japanese/xemacs21-sumo-wnn4 japanese/xemacs21-wnn4 japanese/xfig korean/Wnn korean/gtk10 korean/mule-wnn4 lang/irb lang/mocka mail/exmh mail/popper3 mail/rblsmtpd math/rng misc/amanda24 misc/gweather misc/gyvescm misc/kdeutils11-i18n misc/qclock net/bb net/dip net/dnscache net/gnome-icu net/jabber-transport net/kdenetwork11-i18n net/ldap net/libetherx net/ucd-snmp palm/jconv print/ghostscript5 russian/netscape3.language security/gnupg-rsa security/librsaintl sysutils/asrpages sysutils/gtar textproc/de-ispell textproc/dealt-ispell textproc/deneu-ispell textproc/fr-ispell www/bsdi-netscape47-communicator.us www/bsdi-netscape47-navigator.us www/netscape47-communicator.us www/netscape47-navigator.us x11-clocks/kdetoys11-i18n x11-fm/mfm x11-toolkits/gtk10 x11-toolkits/qt-i18n x11-toolkits/qt21 x11-toolkits/rubytk x11-wm/icewm-i18n x11/kde11-i18n x11/kdebase11-i18n x11/kdelibs11-i18n >How-To-Repeat: Upgrade ports and look in the ports tree >Fix: upgrade, and get missing skeletons from 4.2 RELEASE >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 12:32:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from arthur.avalon.net (arthur.avalon.net [204.71.106.20]) by hub.freebsd.org (Postfix) with ESMTP id E054137B4EC for ; Tue, 13 Feb 2001 12:31:40 -0800 (PST) Received: from avalon.net (v90-114.ic.avalon.net [205.217.148.163]) by arthur.avalon.net (8.9.1/8.9.1) with ESMTP id OAA16359 for ; Tue, 13 Feb 2001 14:31:30 -0600 (CST) Message-ID: <3A899E1A.B534F876@avalon.net> Date: Tue, 13 Feb 2001 14:52:17 -0600 From: Greg Nelsen Reply-To: excalibr@avalon.net Organization: Greg's Web X-Mailer: Mozilla 4.06 (Macintosh; I; PPC) MIME-Version: 1.0 To: ports@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: ssh-1.2.27_1 Content-Type: multipart/mixed; boundary="------------27FD99D9CA98781567C1A0CE" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------27FD99D9CA98781567C1A0CE Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit just FYI I recieved this message (edited): Topic: SSH1 implementations may allow remote system, data compromise .... Affects: FreeBSD 4.x, 4.2-STABLE prior to the correction date Ports collection prior to the correction date. Corrected: OpenSSH [FreeBSD 4.x base system]: .... ssh [ports]: 2001-02-09 (Vulnerability 1) 2001-02-09 (Vulnerability 2) .... We use ssh1 on 3.5-STABLE, so I downloaded the newest ssh.tar port (for 3.5 ... but all are the same?). I put it in the ports collection where the old one was and tried to make it. It failed at some assembler code: ----------------- checking asm code... tmp-add_n.s: Assembler messages: tmp-add_n.s:94: Error: Alignment not a power of 2 tmp-add_n.s:121: Error: Alignment not a power of 2 ----------------- I also noted that there is no checksum? Since this happened after configure's creation of the Makefile but before any "real" compiling began, I checked further and found the failure occurred in the configure script of gmp-2.0.2-ssh-2. Running the script by hand in that directory (./configure) produced this snippet of configure's output: checking asm code... (cached) FAILED configure: warning: Assembly language optimizations failed and were disabled. configure: warning: Please mail gmp-2.0.2-ssh-2/config.log to ssh-bugs@cs.hut.fi I've added that log as an attachment to this letter. (It's a UNIX text file.) Mail it if you want. The following is a typescript of the make attempt. Greg Nelsen greg@greggy.com excalibr@avalon.net P.S. I marked the spot of the error with a bunch of **. ---------------------------------------------------------------- Script started on Tue Feb 13 10:16:30 2001 [root] ssh# make clean ===> Cleaning for autoconf-2.13 ===> Cleaning for m4-1.4 ===> Cleaning for XFree86-3.3.6 ===> Cleaning for ssh-1.2.27 [root] ssh# make ===> Extracting for ssh-1.2.27 >> No MD5 checksum file. ===> ssh-1.2.27 depends on executable: autoconf - found ===> ssh-1.2.27 depends on shared library: X11.6 - found ===> Patching for ssh-1.2.27 ===> Configuring for ssh-1.2.27 configure.in:354: warning: AC_TRY_RUN called without default to allow cross compiling creating cache ./config.cache checking host system type... i386--freebsd3.5 checking cached information... ok checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for POSIXized ISC... no checking that the compiler works... yes checking if the compiler understands -pipe... yes checking whether to enable -Wall... no checking return type of signal handlers... void checking how to run the C preprocessor... cc -pipe -E checking for ANSI C header files... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for off_t... yes checking for mode_t... yes checking for st_blksize in struct stat... yes checking for working const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking size of long... 4 checking size of int... 4 checking size of short... 2 checking for termios.h... yes checking for utmpx.h... no checking whether utmpx have ut_syslen field... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unistd.h... yes checking for rusage.h... no checking for sys/time.h... yes checking for lastlog.h... no checking for utmp.h... yes checking for shadow.h... no checking for sgtty.h... yes checking for sys/select.h... yes checking for sys/ioctl.h... yes checking for machine/endian.h... yes checking for paths.h... yes checking for usersec.h... no checking for utime.h... yes checking for netinet/in_systm.h... yes checking for netinet/in_system.h... no checking for netinet/ip.h... yes checking for netinet/tcp.h... yes checking for ulimit.h... no checking for sys/resource.h... yes checking for login_cap.h... yes checking for sys/stream.h... no checking for sys/conf.h... yes checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether stat file-mode macros are broken... no checking whether sys/types.h defines makedev... yes checking whether utmp have ut_pid field... no checking whether utmp have ut_name field... yes checking whether utmp have ut_id field... no checking whether utmp have ut_host field... yes checking whether utmp have ut_addr field... no checking whether you have incompatible SIGINFO macro... no checking for crypt in -lc... no checking for crypt in -lcrypt... yes checking for getspnam in -lsec... no checking for get_process_stats in -lseq... no checking for bcopy in -lbsd... no checking for main in -lnsl... no checking for socket in -lsocket... no checking for getpwnam in -lsun... no checking for openpty in -lbsd... no checking for login in -lutil... yes checking for vhangup... no checking for setsid... yes checking for gettimeofday... yes checking for times... yes checking for getrusage... yes checking for ftruncate... yes checking for revoke... yes checking for makeutx... no checking for strchr... yes checking for memcpy... yes checking for setlogin... yes checking for openpty... yes checking for _getpty... no checking for clock... yes checking for fchmod... yes checking for ulimit... no checking for gethostname... yes checking for getdtablesize... yes checking for umask... yes checking for innetgr... yes checking for initgroups... yes checking for setpgrp... yes checking for setpgid... yes checking for daemon... yes checking for waitpid... yes checking for ttyslot... yes checking for authenticate... no checking for getpt... no checking for isastream... no checking for strerror... yes checking for memmove... yes checking for remove... yes checking for random... yes checking for putenv... yes checking for crypt... yes checking for socketpair... yes checking for snprintf... yes checking whether ln -s works... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ar... ar checking for ranlib... ranlib checking for makedepend... makedepend checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... (cached) yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for passwd... /usr/bin/passwd checking for xauth... /usr/X11R6/bin/xauth checking for X11 unix domain socket directory... /tmp/.X11-unix checking for perl5... /usr/bin/perl5.00503 checking for getpseudotty... no checking for pseudo ttys... bsd-style ptys checking for /etc/default/login... no checking for shadow passwords... no checking location of mail spool files... /var/mail checking location of utmp... /var/run/utmp checking location of wtmp... /var/log/wtmp checking location of lastlog... /var/log/lastlog checking whether /var/log/lastlog is a directory... no checking whether to include the IDEA encryption algorithm... yes checking whether to include the Blowfish encryption algorithm... yes checking whether to include the DES encryption algorithm... no checking whether to include the ARCFOUR encryption algorithm... no checking whether to include the none encryption algorithm... no checking whether to use login... no checking whether to use rsh... yes checking for remsh... no checking for resh... no checking for rsh... /usr/bin/rsh checking default path... use system default checking etcdir... /usr/local/etc checking whether to use nologin.allow file to override nologin... no checking whether to support SecurID... no checking whether to support TIS authentication server... no checking whether to use Kerberos... no checking whether to enable passing the Kerberos TGT... no checking whether to use libwrap... yes checking for request_init in -lwrap... yes checking whether to support SOCKS... no checking whether to support SOCKS5... no checking whether to support SOCKS4... no checking whether to use rsaref... no checking whether to allow group writeability... no checking whether to disable forwardings in server... no checking whether to disable forwardings in client... no checking whether to disable X11 forwarding in server... no checking whether to disable X11 forwarding in client... no checking whether to install ssh as suid root... yes checking whether to enable TCP_NODELAY... yes checking whether to enable SO_LINGER... no checking whether to include scp statistics at all... yes checking whether to enable scp statistics... yes checking whether to enable scp statistics for all files... yes checking where to put sshd.pid... /var/run updating cache ./config.cache creating ./config.status creating Makefile creating sshd.8 creating ssh.1 creating make-ssh-known-hosts.1 creating zlib-1.0.4/Makefile creating config.h configuring in gmp-2.0.2-ssh-2 running /bin/sh ./configure --with-etcdir=/usr/local/etc --with-libwrap --disable-ipv6 --prefix=/usr/local i386--freebsd3.5 --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking for a BSD compatible install... ../ checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... found checking for working automake... missing checking for working autoheader... found checking for working makeinfo... found checking host system type... i386--freebsd3.5 checking cached information... ok checking for gcc... (cached) cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline checking how to run the C preprocessor... (cached) cc -pipe -E checking for ANSI C header files... (cached) yes checking whether ln -s works... (cached) yes checking for ranlib... (cached) ranlib checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... ../ checking for random... (cached) yes checking size of int... (cached) 4 checking for working alloca.h... no checking for alloca... yes checking for nm... /usr/bin/nm checking whether underscore gets prepended in C function names... no checking asm code... tmp-add_n.s: Assembler messages: tmp-add_n.s:94: Error: Alignment not a power of 2 tmp-add_n.s:121: Error: Alignment not a power of 2 ********************************************* ^C ****************************************** ********************************************* [root] ssh# ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:638: checking host system type configure:659: checking cached information configure:678: checking for gcc configure:791: checking whether the C compiler (cc -O -pipe ) works configure:807: cc -o conftest -O -pipe conftest.c -L/usr/local/lib 1>&5 configure:833: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:838: checking whether we are using GNU C configure:847: cc -E conftest.c configure:866: checking whether cc accepts -g configure:898: checking for POSIXized ISC configure:2056: checking that the compiler works configure:2065: cc -o conftest -O -pipe conftest.c -L/usr/local/lib 1>&5 configure:2082: checking if the compiler understands -pipe configure:2093: cc -pipe -c -O -pipe conftest.c 1>&5 configure:2108: checking whether to enable -Wall configure:2122: checking return type of signal handlers configure:2144: cc -pipe -c -O -pipe conftest.c 1>&5 configure:2163: checking how to run the C preprocessor configure:2184: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:2243: checking for ANSI C header files configure:2256: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:2323: cc -pipe -o conftest -O -pipe conftest.c -L/usr/local/lib 1>&5 configure:2347: checking for size_t configure:2380: checking for uid_t in sys/types.h configure:2414: checking for off_t configure:2447: checking for mode_t configure:2480: checking for st_blksize in struct stat configure:2493: cc -pipe -c -O -pipe conftest.c 1>&5 configure:2515: checking for working const configure:2569: cc -pipe -c -O -pipe conftest.c 1>&5 configure:2590: checking for inline configure:2604: cc -pipe -c -O -pipe conftest.c 1>&5 configure:2630: checking whether byte ordering is bigendian configure:2648: cc -pipe -c -O -pipe conftest.c 1>&5 configure:2663: cc -pipe -c -O -pipe conftest.c 1>&5 configure: In function `main': configure:2658: `not' undeclared (first use this function) configure:2658: (Each undeclared identifier is reported only once configure:2658: for each function it appears in.) configure:2658: parse error before `big' configure: failed program was: #line 2652 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:2720: checking size of long configure:2739: cc -pipe -o conftest -O -pipe conftest.c -L/usr/local/lib 1>&5 configure:2759: checking size of int configure:2778: cc -pipe -o conftest -O -pipe conftest.c -L/usr/local/lib 1>&5 configure:2798: checking size of short configure:2817: cc -pipe -o conftest -O -pipe conftest.c -L/usr/local/lib 1>&5 configure:2842: checking for termios.h configure:2852: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:2885: checking for utmpx.h configure:2895: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:2891: utmpx.h: No such file or directory configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include configure:2922: checking whether utmpx have ut_syslen field configure:2925: utmpx.h: No such file or directory configure:2945: checking for ANSI C header files configure:3049: checking for sys/wait.h that is POSIX.1 compatible configure:3070: cc -pipe -c -O -pipe conftest.c 1>&5 configure:3094: checking for unistd.h configure:3104: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3094: checking for rusage.h configure:3104: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3100: rusage.h: No such file or directory configure: failed program was: #line 3099 "configure" #include "confdefs.h" #include configure:3094: checking for sys/time.h configure:3104: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3094: checking for lastlog.h configure:3104: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3100: lastlog.h: No such file or directory configure: failed program was: #line 3099 "configure" #include "confdefs.h" #include configure:3094: checking for utmp.h configure:3104: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3094: checking for shadow.h configure:3104: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3100: shadow.h: No such file or directory configure: failed program was: #line 3099 "configure" #include "confdefs.h" #include configure:3134: checking for sgtty.h configure:3144: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3134: checking for sys/select.h configure:3144: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3134: checking for sys/ioctl.h configure:3144: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3134: checking for machine/endian.h configure:3144: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3174: checking for paths.h configure:3184: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3174: checking for usersec.h configure:3184: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3180: usersec.h: No such file or directory configure: failed program was: #line 3179 "configure" #include "confdefs.h" #include configure:3174: checking for utime.h configure:3184: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3174: checking for netinet/in_systm.h configure:3184: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3214: checking for netinet/in_system.h configure:3224: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3220: netinet/in_system.h: No such file or directory configure: failed program was: #line 3219 "configure" #include "confdefs.h" #include configure:3214: checking for netinet/ip.h configure:3224: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3214: checking for netinet/tcp.h configure:3224: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3214: checking for ulimit.h configure:3224: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3220: ulimit.h: No such file or directory configure: failed program was: #line 3219 "configure" #include "confdefs.h" #include configure:3254: checking for sys/resource.h configure:3264: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3254: checking for login_cap.h configure:3264: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3254: checking for sys/stream.h configure:3264: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3260: sys/stream.h: No such file or directory configure: failed program was: #line 3259 "configure" #include "confdefs.h" #include configure:3254: checking for sys/conf.h configure:3264: cc -pipe -E conftest.c >/dev/null 2>conftest.out configure:3291: checking whether time.h and sys/time.h may both be included configure:3305: cc -pipe -c -O -pipe conftest.c 1>&5 configure:3330: checking for dirent.h that defines DIR configure:3343: cc -pipe -c -O -pipe conftest.c 1>&5 configure:3368: checking for opendir in -ldir configure:3387: cc -pipe -o conftest -O -pipe conftest.c -ldir -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -ldir: No such file or directory configure: failed program was: #line 3376 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:3451: checking whether stat file-mode macros are broken configure:3507: checking whether sys/types.h defines makedev configure:3519: cc -pipe -o conftest -O -pipe conftest.c -L/usr/local/lib 1>&5 configure:3613: checking whether utmp have ut_pid field configure:3634: checking whether utmp have ut_name field configure:3655: checking whether utmp have ut_id field configure:3676: checking whether utmp have ut_host field configure:3697: checking whether utmp have ut_addr field configure:3718: checking whether you have incompatible SIGINFO macro configure:3721: sys/siginfo.h: No such file or directory configure:3741: checking for crypt in -lc configure:3760: cc -pipe -o conftest -O -pipe conftest.c -lc -L/usr/local/lib 1>&5 /var/tmp/ccc528651.o: In function `main': /var/tmp/ccc528651.o(.text+0x4): undefined reference to `crypt' configure: failed program was: #line 3749 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt(); int main() { crypt() ; return 0; } configure:3779: checking for crypt in -lcrypt configure:3798: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib 1>&5 configure:3828: checking for getspnam in -lsec configure:3847: cc -pipe -o conftest -O -pipe conftest.c -lsec -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lsec: No such file or directory configure: failed program was: #line 3836 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getspnam(); int main() { getspnam() ; return 0; } configure:3875: checking for get_process_stats in -lseq configure:3894: cc -pipe -o conftest -O -pipe conftest.c -lseq -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lseq: No such file or directory configure: failed program was: #line 3883 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char get_process_stats(); int main() { get_process_stats() ; return 0; } configure:3922: checking for bcopy in -lbsd configure:3941: cc -pipe -o conftest -O -pipe conftest.c -lbsd -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lbsd: No such file or directory configure: failed program was: #line 3930 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char bcopy(); int main() { bcopy() ; return 0; } configure:3970: checking for main in -lnsl configure:3985: cc -pipe -o conftest -O -pipe conftest.c -lnsl -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lnsl: No such file or directory configure: failed program was: #line 3978 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:4064: checking for socket in -lsocket configure:4083: cc -pipe -o conftest -O -pipe conftest.c -lsocket -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lsocket: No such file or directory configure: failed program was: #line 4072 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket(); int main() { socket() ; return 0; } configure:4113: checking for getpwnam in -lsun configure:4132: cc -pipe -o conftest -O -pipe conftest.c -lsun -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lsun: No such file or directory configure: failed program was: #line 4121 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getpwnam(); int main() { getpwnam() ; return 0; } configure:4162: checking for openpty in -lbsd configure:4181: cc -pipe -o conftest -O -pipe conftest.c -lbsd -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lbsd: No such file or directory configure: failed program was: #line 4170 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char openpty(); int main() { openpty() ; return 0; } configure:4210: checking for login in -lutil configure:4229: cc -pipe -o conftest -O -pipe conftest.c -lutil -lcrypt -L/usr/local/lib 1>&5 configure:4258: checking for vhangup configure:4286: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/ccx530441.o: In function `main': /var/tmp/ccx530441.o(.text+0x4): undefined reference to `vhangup' configure: failed program was: #line 4263 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char vhangup(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char vhangup(); 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_vhangup) || defined (__stub___vhangup) choke me #else vhangup(); #endif ; return 0; } configure:4316: checking for setsid configure:4344: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4373: checking for gettimeofday configure:4401: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4373: checking for times configure:4401: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4373: checking for getrusage configure:4401: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4373: checking for ftruncate configure:4401: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4373: checking for revoke configure:4401: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4373: checking for makeutx configure:4401: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/cce531731.o: In function `main': /var/tmp/cce531731.o(.text+0x4): undefined reference to `makeutx' configure: failed program was: #line 4378 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char makeutx(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char makeutx(); 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_makeutx) || defined (__stub___makeutx) choke me #else makeutx(); #endif ; return 0; } configure:4428: checking for strchr configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4428: checking for memcpy configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4440: warning: conflicting types for built-in function `memcpy' configure:4428: checking for setlogin configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4428: checking for openpty configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4428: checking for _getpty configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/ccQ532631.o: In function `main': /var/tmp/ccQ532631.o(.text+0x4): undefined reference to `_getpty' configure: failed program was: #line 4433 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _getpty(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _getpty(); 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__getpty) || defined (__stub____getpty) choke me #else _getpty(); #endif ; return 0; } configure:4428: checking for clock configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4428: checking for fchmod configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4428: checking for ulimit configure:4456: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/ccl533151.o: In function `main': /var/tmp/ccl533151.o(.text+0x4): undefined reference to `ulimit' configure: failed program was: #line 4433 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ulimit(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char ulimit(); 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_ulimit) || defined (__stub___ulimit) choke me #else ulimit(); #endif ; return 0; } configure:4483: checking for gethostname configure:4511: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4483: checking for getdtablesize configure:4511: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4483: checking for umask configure:4511: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4483: checking for innetgr configure:4511: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4483: checking for initgroups configure:4511: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4483: checking for setpgrp configure:4511: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4538: checking for setpgid configure:4566: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4538: checking for daemon configure:4566: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4538: checking for waitpid configure:4566: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4538: checking for ttyslot configure:4566: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4538: checking for authenticate configure:4566: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/ccR535211.o: In function `main': /var/tmp/ccR535211.o(.text+0x4): undefined reference to `authenticate' configure: failed program was: #line 4543 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char authenticate(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char authenticate(); 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_authenticate) || defined (__stub___authenticate) choke me #else authenticate(); #endif ; return 0; } configure:4538: checking for getpt configure:4566: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/cci535351.o: In function `main': /var/tmp/cci535351.o(.text+0x4): undefined reference to `getpt' configure: failed program was: #line 4543 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpt(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getpt(); 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_getpt) || defined (__stub___getpt) choke me #else getpt(); #endif ; return 0; } configure:4538: checking for isastream configure:4566: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/ccZ535501.o: In function `main': /var/tmp/ccZ535501.o(.text+0x4): undefined reference to `isastream' configure: failed program was: #line 4543 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char isastream(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char isastream(); 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_isastream) || defined (__stub___isastream) choke me #else isastream(); #endif ; return 0; } configure:4594: checking for strerror configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4594: checking for memmove configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4594: checking for remove configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4594: checking for random configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4594: checking for putenv configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4594: checking for crypt configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4594: checking for socketpair configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4594: checking for snprintf configure:4622: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4650: checking whether ln -s works configure:4682: checking for a BSD compatible install configure:4737: checking for ar configure:4768: checking for ranlib configure:4803: checking for makedepend configure:4839: checking for X configure:5153: checking for dnet_ntoa in -ldnet configure:5172: cc -pipe -o conftest -O -pipe conftest.c -ldnet -lcrypt -L/usr/local/lib -lutil 1>&5 /usr/libexec/elf/ld: cannot open -ldnet: No such file or directory configure: failed program was: #line 5161 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:5194: checking for dnet_ntoa in -ldnet_stub configure:5213: cc -pipe -o conftest -O -pipe conftest.c -ldnet_stub -lcrypt -L/usr/local/lib -lutil 1>&5 /usr/libexec/elf/ld: cannot open -ldnet_stub: No such file or directory configure: failed program was: #line 5202 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:5242: checking for gethostbyname configure:5270: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:5340: checking for connect configure:5368: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:5432: checking for remove configure:5524: checking for shmat configure:5552: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:5625: checking for IceConnectionNumber in -lICE configure:5644: cc -pipe -o conftest -O -pipe -L/usr/X11R6/lib conftest.c -lICE -lcrypt -L/usr/local/lib -lutil 1>&5 configure:5672: checking for passwd configure:5714: checking for xauth configure:5762: checking for X11 unix domain socket directory configure:5791: checking for perl5 configure:5836: checking for getpseudotty configure:5864: cc -pipe -o conftest -O -pipe conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /var/tmp/ccM539521.o: In function `main': /var/tmp/ccM539521.o(.text+0x4): undefined reference to `getpseudotty' configure: failed program was: #line 5841 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpseudotty(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getpseudotty(); 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_getpseudotty) || defined (__stub___getpseudotty) choke me #else getpseudotty(); #endif ; return 0; } configure:5889: checking for pseudo ttys configure:5929: checking for /etc/default/login configure:5942: checking for shadow passwords configure:6065: checking location of mail spool files configure:6104: checking location of utmp configure:6140: checking location of wtmp configure:6174: checking location of lastlog configure:6229: checking whether /var/log/lastlog is a directory configure:6242: checking whether to include the IDEA encryption algorithm configure:6276: checking whether to include the Blowfish encryption algorithm configure:6303: checking whether to include the DES encryption algorithm configure:6326: checking whether to include the ARCFOUR encryption algorithm configure:6349: checking whether to include the none encryption algorithm configure:6372: checking whether to use login configure:6450: checking whether to use rsh configure:6521: checking for remsh configure:6521: checking for resh configure:6521: checking for rsh configure:6574: checking default path configure:6597: checking etcdir configure:6622: checking whether to use nologin.allow file to override nologin configure:6652: checking whether to support SecurID configure:6695: checking whether to support TIS authentication server configure:6726: checking whether to use Kerberos configure:6806: checking whether to enable passing the Kerberos TGT configure:6834: checking whether to use libwrap configure:6845: checking for request_init in -lwrap configure:6864: cc -pipe -o conftest -O -pipe conftest.c -lwrap -lcrypt -L/usr/local/lib -lutil 1>&5 configure:6936: checking whether to support SOCKS configure:7043: checking whether to support SOCKS5 configure:7105: checking whether to support SOCKS4 configure:7259: checking whether to use rsaref configure:7293: checking whether to allow group writeability configure:7309: checking whether to disable forwardings in server configure:7331: checking whether to disable forwardings in client configure:7353: checking whether to disable X11 forwarding in server configure:7375: checking whether to disable X11 forwarding in client configure:7397: checking whether to install ssh as suid root configure:7418: checking whether to enable TCP_NODELAY configure:7444: checking whether to enable SO_LINGER configure:7466: checking whether to include scp statistics at all configure:7492: checking whether to enable scp statistics configure:7518: checking whether to enable scp statistics for all files configure:7554: checking where to put sshd.pid (end of "config.log") [root] ssh# exit Script done on Tue Feb 13 10:18:24 2001 --------------27FD99D9CA98781567C1A0CE Content-Type: application/macbinary; x-mac-type="42494E41"; x-mac-creator="3F3F3F3F"; name="config.log" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="config.log" VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBjb21waWxlcnMg d2hpbGUKcnVubmluZyBjb25maWd1cmUsIHRvIGFpZCBkZWJ1Z2dpbmcgaWYgY29uZmlndXJl IG1ha2VzIGEgbWlzdGFrZS4KCmNvbmZpZ3VyZTo1NTU6IGNoZWNraW5nIGZvciBhIEJTRCBj b21wYXRpYmxlIGluc3RhbGwKY29uZmlndXJlOjYwODogY2hlY2tpbmcgd2hldGhlciBidWls ZCBlbnZpcm9ubWVudCBpcyBzYW5lCmNvbmZpZ3VyZTo2NjU6IGNoZWNraW5nIHdoZXRoZXIg bWFrZSBzZXRzICR7TUFLRX0KY29uZmlndXJlOjcxMTogY2hlY2tpbmcgZm9yIHdvcmtpbmcg YWNsb2NhbApjb25maWd1cmU6NzI0OiBjaGVja2luZyBmb3Igd29ya2luZyBhdXRvY29uZgpj b25maWd1cmU6NzM3OiBjaGVja2luZyBmb3Igd29ya2luZyBhdXRvbWFrZQpjb25maWd1cmU6 NzUwOiBjaGVja2luZyBmb3Igd29ya2luZyBhdXRvaGVhZGVyCmNvbmZpZ3VyZTo3NjM6IGNo ZWNraW5nIGZvciB3b3JraW5nIG1ha2VpbmZvCmNvbmZpZ3VyZTo3ODQ6IGNoZWNraW5nIGhv c3Qgc3lzdGVtIHR5cGUKY29uZmlndXJlOjgwNTogY2hlY2tpbmcgY2FjaGVkIGluZm9ybWF0 aW9uCmNvbmZpZ3VyZTo4MjQ6IGNoZWNraW5nIGZvciBnY2MKY29uZmlndXJlOjkwMTogY2hl Y2tpbmcgd2hldGhlciB0aGUgQyBjb21waWxlciAoZ2NjICApIHdvcmtzCmNvbmZpZ3VyZTo5 MTU6IGdjYyAtbyBjb25mdGVzdCAgICBjb25mdGVzdC5jICAxPiY1CmNvbmZpZ3VyZTo5MzU6 IGNoZWNraW5nIHdoZXRoZXIgdGhlIEMgY29tcGlsZXIgKGdjYyAgKSBpcyBhIGNyb3NzLWNv bXBpbGVyCmNvbmZpZ3VyZTo5NDA6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJlIHVzaW5nIEdO VSBDCmNvbmZpZ3VyZTo5NjQ6IGNoZWNraW5nIHdoZXRoZXIgZ2NjIGFjY2VwdHMgLWcKY29u ZmlndXJlOjk5MjogY2hlY2tpbmcgZm9yIHdvcmtpbmcgY29uc3QKY29uZmlndXJlOjEwNjc6 IGNoZWNraW5nIGZvciBpbmxpbmUKY29uZmlndXJlOjExMDc6IGNoZWNraW5nIGhvdyB0byBy dW4gdGhlIEMgcHJlcHJvY2Vzc29yCmNvbmZpZ3VyZToxMTY4OiBjaGVja2luZyBmb3IgQU5T SSBDIGhlYWRlciBmaWxlcwpjb25maWd1cmU6MTI3MjogY2hlY2tpbmcgd2hldGhlciBsbiAt cyB3b3Jrcwpjb25maWd1cmU6MTI5NTogY2hlY2tpbmcgZm9yIHJhbmxpYgpjb25maWd1cmU6 MTMyMjogY2hlY2tpbmcgd2hldGhlciBtYWtlIHNldHMgJHtNQUtFfQpjb25maWd1cmU6MTM1 OTogY2hlY2tpbmcgZm9yIGEgQlNEIGNvbXBhdGlibGUgaW5zdGFsbApjb25maWd1cmU6MTQx MTogY2hlY2tpbmcgZm9yIHJhbmRvbQpjb25maWd1cmU6MTQ4NTogY2hlY2tpbmcgc2l6ZSBv ZiBpbnQKY29uZmlndXJlOjE1MjY6IGNoZWNraW5nIGZvciB3b3JraW5nIGFsbG9jYS5oCmNv bmZpZ3VyZToxNTU5OiBjaGVja2luZyBmb3IgYWxsb2NhCmNvbmZpZ3VyZToyMDE0OiBjaGVj a2luZyBmb3Igbm0KY29uZmlndXJlOjIwNDk6IGNoZWNraW5nIHdoZXRoZXIgdW5kZXJzY29y ZSBnZXRzIHByZXBlbmRlZCBpbiBDIGZ1bmN0aW9uIG5hbWVzClVuZGVyc2NvcmVzIGFyZSBu b3QgcHJlcGVuZGVkIGluIGZ1bmN0aW9uIG5hbWVzLgpjb25maWd1cmU6MjA4OTogY2hlY2tp bmcgYXNtIGNvZGUKY29uZmlndXJlOjIyNDM6IGNoZWNraW5nIGFzbSBsaW5rcwpjb25maWd1 cmU6MjI1MzogY2hlY2tpbmcgYXNtIHNvdXJjZXMKY29uZmlndXJlOjIyNjM6IGNoZWNraW5n IGFzbSBvYmplY3RzCmNvbmZpZ3VyZToyMjczOiBjaGVja2luZyBhc20gc3ludGF4CmNvbmZp Z3VyZToyMjgyOiBjaGVja2luZyBhc20gc3ludGF4IGhlYWRlcgpjb25maWd1cmU6MjI5Mjog Y2hlY2tpbmcgZm9yIGdtcC1tcGFyYW0uaApjb25maWd1cmU6MjMxNjogY2hlY2tpbmcgb3Ro ZXIgb2Jqcwpjb25maWd1cmU6MjM0NDogY2hlY2tpbmcgb3RoZXIgc291cmNlcwpjb25maWd1 cmU6MjM1NDogY2hlY2tpbmcgb3RoZXIgbGlua3MKY29uZmlndXJlOjIzNzY6IGNoZWNraW5n IGxpbmtzIHRvIG1weiBzb3VyY2VzIGluIG1wYnNkCg== --------------27FD99D9CA98781567C1A0CE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 13:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6784F37B4EC for ; Tue, 13 Feb 2001 13:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DLU1O72701; Tue, 13 Feb 2001 13:30:01 -0800 (PST) (envelope-from gnats) Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.11.39.39]) by hub.freebsd.org (Postfix) with ESMTP id 944F737B4EC for ; Tue, 13 Feb 2001 13:28:58 -0800 (PST) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id ECB5914A70; Tue, 13 Feb 2001 09:10:38 -0600 (CST) Message-Id: <20010213151038.ECB5914A70@c1030098-a.wtrlo1.ia.home.com> Date: Tue, 13 Feb 2001 09:10:38 -0600 (CST) From: mdharnois@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25072: fetchmail-5.6.5 checksum incorrect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25072 >Category: ports >Synopsis: fetchmail-5.6.5 checksum incorrect >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Mon Feb 12 17:04:12 CST 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/compile/MYKERNEL i386 >Description: checksum for fetchmail-5.6.5.tar.gz is incorrect >How-To-Repeat: make >Fix: MD5 (fetchmail-5.6.5.tar.gz) = 877e14b19db8f9bfe53fae99ed6a3638 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 13:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D4D737B65D for ; Tue, 13 Feb 2001 13:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DLU1w72710; Tue, 13 Feb 2001 13:30:01 -0800 (PST) (envelope-from gnats) Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.11.39.39]) by hub.freebsd.org (Postfix) with ESMTP id 8A16937B491 for ; Tue, 13 Feb 2001 13:28:58 -0800 (PST) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id 162AA14A71; Tue, 13 Feb 2001 09:13:52 -0600 (CST) Message-Id: <20010213151352.162AA14A71@c1030098-a.wtrlo1.ia.home.com> Date: Tue, 13 Feb 2001 09:13:52 -0600 (CST) From: mdharnois@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25073: cups bugfix version bump Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25073 >Category: ports >Synopsis: cups bugfix version bump >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: surely you jest >Environment: System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Mon Feb 12 17:04:12 CST 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/compile/MYKERNEL i386 >Description: current version of cups is 1.1.6-2. The current patches apply cleanly. However, note that the file still untars as cups-1.1.6. >How-To-Repeat: >Fix: MD5 (cups-1.1.6-2-source.tar.bz2) = 1cef7a1bc8b4995842d01516f4193dde >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 13:31:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1437F37B503; Tue, 13 Feb 2001 13:31:27 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DLVQo72962; Tue, 13 Feb 2001 13:31:26 -0800 (PST) (envelope-from trevor) Date: Tue, 13 Feb 2001 13:31:26 -0800 (PST) From: Message-Id: <200102132131.f1DLVQo72962@freefall.freebsd.org> To: trevor@FreeBSD.org, freebsd-ports@FreeBSD.org, peter@FreeBSD.org Subject: Re: ports/25071: Ports-Skeletons gone after update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports-Skeletons gone after update Responsible-Changed-From-To: freebsd-ports->peter Responsible-Changed-By: trevor Responsible-Changed-When: Tue Feb 13 13:29:15 PST 2001 Responsible-Changed-Why: I looked at a few of these, and they all had been cvs rm'd then the Attic files deleted. http://www.freebsd.org/cgi/query-pr.cgi?pr=25071 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 13:42:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from d156h168.resnet.uconn.edu (d156h168.resnet.uconn.edu [137.99.156.168]) by hub.freebsd.org (Postfix) with SMTP id 7070D37B491 for ; Tue, 13 Feb 2001 13:42:19 -0800 (PST) Received: (qmail 23162 invoked by alias); 13 Feb 2001 21:42:23 -0000 Received: from unknown (HELO sirmoobert) (137.99.158.30) by d156h168.resnet.uconn.edu with SMTP; 13 Feb 2001 21:42:23 -0000 Message-ID: <000701c09605$fc1dfb00$1e9e6389@137.99.156.23> From: "Peter C. Lai" To: Subject: xdrawchem is breaking Date: Tue, 13 Feb 2001 16:43:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tried to make install /biology/xdrawchem a week ago, and i got it to compile everything up to Qt2.2.4. The Qt2.2.4 make install broke, so i cvsup'd my ports and was able to separately remake qt2.2.4. Now, i have all the dependencies installed: bzip2-1.0.1 gettext-0.10.35 gmake-3.79.1 libtool-1.3.4_2 Mesa-3.2.1_1 jpeg-6b lcms-1.06 libmng-0.9.3 png-1.0.9 qt-2.2.4 XFree86-3.3.6_7 when i grab the xdrawchem 0.84a source, it complains about a checksum mismatch. I use NO_CHECKSUM=true, but then the patch fails and it is unable to continue making the port. can someone help me? I have tried cvsupping multiple times and the problem has not been corrected. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 13:57:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailman.sprintlabs.com (mx.sprintlabs.com [208.30.174.2]) by hub.freebsd.org (Postfix) with ESMTP id 0D13E37B4EC for ; Tue, 13 Feb 2001 13:57:15 -0800 (PST) Received: by mailman.sprintlabs.com with Internet Mail Service (5.5.2652.78) id ; Tue, 13 Feb 2001 13:57:13 -0800 Received: from sprintlabs.com (ip199-2-53-48.sprintlabs.com [199.2.53.48]) by mailman.sprintlabs.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2652.78) id DZL7JNJN; Tue, 13 Feb 2001 13:57:11 -0800 From: Steven Davidson Reply-To: Steven Davidson To: mb@imp.ch, ports@freebsd.org Message-ID: <3A89B175.CBACEBBD@sprintlabs.com> Date: Tue, 13 Feb 2001 14:13:09 -0800 X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Subject: Staroffice 5.2 on FreeBSD4.2-RELEASE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org File '109939-02.tar.Z' is not available on the CDROM nor can I find it on the net. Any suggestions? % make ===> staroffice-5.2 depends on file: /compat/linux/lib/libc.so.6 - found >> 109939-02.tar.Z doesn't seem to exist in /usr/ports/distfiles/staroffice52. >> Attempting to fetch from ftp://ftp.acs.oakland.edu/files/Linux/StarOffice/office52/. fetch: 109939-02.tar.Z: Operation timed out >> Attempting to fetch from ftp://ftp5.freebsd.org/files/Linux/StarOffice/office52/. fetch: 109939-02.tar.Z: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp6.freebsd.org/pub/FreeBSD/ports/distfiles/staroffice52/. fetch: 109939-02.tar.Z: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp5.freebsd.org/pub/FreeBSD/ports/distfiles/staroffice52/. fetch: 109939-02.tar.Z: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp4.freebsd.org/pub/FreeBSD/ports/distfiles/staroffice52/. fetch: 109939-02.tar.Z: Not logged in >> Attempting to fetch from ftp://ftp3.freebsd.org/pub/FreeBSD/ports/distfiles/staroffice52/. fetch: 109939-02.tar.Z: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp2.freebsd.org/pub/FreeBSD/ports/distfiles/staroffice52/. fetch: 109939-02.tar.Z: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp1.freebsd.org/pub/FreeBSD/ports/distfiles/staroffice52/. fetch: 109939-02.tar.Z: Invalid argument >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/staroffice52/. fetch: 109939-02.tar.Z: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/staroffice52 and try again. *** Error code 1 Stop in /usr/ports/editors/staroffice52. *** Error code 1 Stop in /usr/ports/editors/staroffice52. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 14:21:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 075A137B491 for ; Tue, 13 Feb 2001 14:20:57 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMK1C80384; Tue, 13 Feb 2001 14:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BCCA37B491 for ; Tue, 13 Feb 2001 14:19:22 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMJMs80296; Tue, 13 Feb 2001 14:19:22 -0800 (PST) (envelope-from nobody) Message-Id: <200102132219.f1DMJMs80296@freefall.freebsd.org> Date: Tue, 13 Feb 2001 14:19:22 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25074: Update port: cad/xcircuit to 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25074 >Category: ports >Synopsis: Update port: cad/xcircuit to 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 14:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.2.1 New file: files/patch-ar files/patch-as Remove file: files/patch-ac files/patch-ae files/patch-af files/patch-ag files/patch-ah files/patch-ai files/patch-aj files/patch-ak files/patch-al files/patch-am files/patch-ao files/patch-ap files/patch-aq >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Sat Dec 23 06:44:36 2000 +++ cad/xcircuit/Makefile Sat Feb 10 17:05:11 2001 @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= cad MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ @@ -15,12 +15,14 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 USE_BZIP2= yes -USE_IMAKE= yes USE_XPM= yes +USE_IMAKE= yes XMKMF= xmkmf MAN1= xcircuit.1 +post-patch: + @find ${WRKSRC} -type f | xargs ${PERL} -pi -e "s|__DARWIN__|__STDC__|g" post-install: @${MKDIR} ${PREFIX}/share/examples/xcircuit ${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \ diff -urN /usr/ports/cad/xcircuit/distinfo cad/xcircuit/distinfo --- /usr/ports/cad/xcircuit/distinfo Sat Dec 23 06:44:36 2000 +++ cad/xcircuit/distinfo Sat Feb 10 16:50:36 2001 @@ -1 +1 @@ -MD5 (xcircuit-2.2.0.tar.bz2) = 2bf570d7072bf1882feb317f2bd9fb68 +MD5 (xcircuit-2.2.1.tar.bz2) = d5830ac22de7b610a1f19fcb3f830b4c diff -urN /usr/ports/cad/xcircuit/files/patch-aa cad/xcircuit/files/patch-aa --- /usr/ports/cad/xcircuit/files/patch-aa Sat Dec 23 06:44:42 2000 +++ cad/xcircuit/files/patch-aa Wed Feb 14 05:50:22 2001 @@ -1,5 +1,5 @@ -*** Imakefile.orig Tue Dec 19 06:19:13 2000 ---- Imakefile Wed Dec 20 02:58:57 2000 +*** Imakefile.orig Wed Feb 14 04:52:30 2001 +--- Imakefile Wed Feb 14 05:17:11 2001 *************** *** 28,46 **** #CCOPTIONS = -O2 @@ -59,3 +59,20 @@ #------------------------------------------------------------------------ # Window manager bug workaround---If you don't like xcircuit grabbing kbd +*************** +*** 85,91 **** + #------------------------------------------------------------------------ + # Support for embedded Python interpreter (requires libpython2.0.a) + # +! #define HAVE_PYTHON + + #------------------------------------------------------------------------ + # +--- 86,92 ---- + #------------------------------------------------------------------------ + # Support for embedded Python interpreter (requires libpython2.0.a) + # +! /* #define HAVE_PYTHON */ + + #------------------------------------------------------------------------ + # diff -urN /usr/ports/cad/xcircuit/files/patch-ab cad/xcircuit/files/patch-ab --- /usr/ports/cad/xcircuit/files/patch-ab Sat Sep 9 17:55:46 2000 +++ cad/xcircuit/files/patch-ab Wed Feb 14 06:45:18 2001 @@ -1,17 +1,8 @@ -*** xcircuit.c.orig Tue Aug 8 06:08:18 2000 ---- xcircuit.c Thu Aug 17 05:00:16 2000 +*** xcircuit.c.orig Fri Feb 9 23:51:53 2001 +--- xcircuit.c Wed Feb 14 04:21:20 2001 *************** -*** 11,23 **** ---- 11,28 ---- - #include - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - #include - #include +*** 20,25 **** +--- 20,28 ---- #include #include #include @@ -22,8 +13,8 @@ #include #include *************** -*** 1701,1706 **** ---- 1706,1715 ---- +*** 1650,1655 **** +--- 1653,1662 ---- char *argv0; /* find root of argv[0] */ short initargc = argc; /* because XtInitialize() absorbs the */ /* -schem flag and renumbers argc! (bug?) */ diff -urN /usr/ports/cad/xcircuit/files/patch-ac cad/xcircuit/files/patch-ac --- /usr/ports/cad/xcircuit/files/patch-ac Mon Jan 24 15:04:05 2000 +++ cad/xcircuit/files/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** elements.c.orig Sat Jan 8 01:32:22 2000 ---- elements.c Fri Jan 21 12:00:00 2000 -*************** -*** 9,15 **** ---- 9,17 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-ad cad/xcircuit/files/patch-ad --- /usr/ports/cad/xcircuit/files/patch-ad Mon Jan 24 15:04:05 2000 +++ cad/xcircuit/files/patch-ad Wed Feb 14 05:51:25 2001 @@ -1,14 +1,29 @@ -*** events.c.orig Tue Jan 11 03:54:04 2000 ---- events.c Fri Jan 2l 12:00:00 2000 -*************** -*** 9,15 **** ---- 9,17 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - - #include +--- events.c.orig Wed Feb 14 05:24:43 2001 ++++ events.c Wed Feb 14 05:32:51 2001 +@@ -102,7 +102,7 @@ + if (eventmode == PRESS_MODE || eventmode == COPY2_MODE) { + short ps = objectdata->parts; + short *newsel; +- areastruct.selects = undelete(NULL, NORMAL, NULL); ++ areastruct.selects = startundelete(NULL, NORMAL, NULL); + areastruct.selectlist = (short *) malloc(areastruct.selects * + sizeof(short)); + +@@ -1359,7 +1359,7 @@ + case XK_J: unjoin(); break; + case XK_s: splinebutton(bevent); break; + case XK_e: edit(bevent); break; +- case XK_u: undelete(w, DRAW, bevent); break; ++ case XK_u: startundelete(w, DRAW, bevent); break; + case XK_m: + case XK_M: selectsave(w, NULL, NULL); break; + case XK_x: objectselect(-SEL_ANY); break; +@@ -2926,7 +2926,7 @@ + /* Undelete last deleted objects */ + /*-------------------------------*/ + +-short undelete(Widget w, u_int mode, XButtonEvent *event) ++short startundelete(Widget w, u_int mode, XButtonEvent *event) + { + objectptr delobj = *(xobjs.delbuffer.library + xobjs.delbuffer.number - 1); + genericptr *regen; diff -urN /usr/ports/cad/xcircuit/files/patch-ae cad/xcircuit/files/patch-ae --- /usr/ports/cad/xcircuit/files/patch-ae Sat Dec 23 06:44:42 2000 +++ cad/xcircuit/files/patch-ae Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** filelist.c.orig Tue Dec 19 01:31:32 2000 ---- filelist.c Wed Dec 20 02:58:35 2000 -*************** -*** 5,11 **** ---- 5,13 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - - #ifdef HAVE_DIRENT_H diff -urN /usr/ports/cad/xcircuit/files/patch-af cad/xcircuit/files/patch-af --- /usr/ports/cad/xcircuit/files/patch-af Mon Jan 24 15:04:05 2000 +++ cad/xcircuit/files/patch-af Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** files.c.orig Tue Jan 11 03:57:52 2000 ---- files.c Fri Jan 21 12:00:00 2000 -*************** -*** 6,12 **** ---- 6,14 ---- - #include - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-ag cad/xcircuit/files/patch-ag --- /usr/ports/cad/xcircuit/files/patch-ag Mon Jan 24 15:04:05 2000 +++ cad/xcircuit/files/patch-ag Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** fontfile.c.orig Fri Jan 7 12:11:03 2000 ---- fontfile.c Fri Jan 21 12:00:00 2000 -*************** -*** 6,12 **** ---- 6,14 ---- - #include - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-ah cad/xcircuit/files/patch-ah --- /usr/ports/cad/xcircuit/files/patch-ah Mon Jan 24 15:04:05 2000 +++ cad/xcircuit/files/patch-ah Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** formats.c.orig Tue Jan 11 02:25:57 2000 ---- formats.c Fri Jan 21 12:00:00 2000 -*************** -*** 5,11 **** ---- 5,13 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - #include - diff -urN /usr/ports/cad/xcircuit/files/patch-ai cad/xcircuit/files/patch-ai --- /usr/ports/cad/xcircuit/files/patch-ai Mon Jan 24 15:04:06 2000 +++ cad/xcircuit/files/patch-ai Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** functions.c.orig Tue Jan 11 04:40:36 2000 ---- functions.c Fri Jan 21 12:00:00 2000 -*************** -*** 9,15 **** ---- 9,17 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - - #include diff -urN /usr/ports/cad/xcircuit/files/patch-aj cad/xcircuit/files/patch-aj --- /usr/ports/cad/xcircuit/files/patch-aj Mon Jan 24 15:04:06 2000 +++ cad/xcircuit/files/patch-aj Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** libraries.c.orig Tue Jan 11 03:26:12 2000 ---- libraries.c Fri Jan 21 12:00:00 2000 -*************** -*** 9,15 **** ---- 9,17 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-ak cad/xcircuit/files/patch-ak --- /usr/ports/cad/xcircuit/files/patch-ak Mon Jan 24 15:04:06 2000 +++ cad/xcircuit/files/patch-ak Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** menucalls.c.orig Tue Jan 11 01:41:59 2000 ---- menucalls.c Fri Jan 21 12:00:00 2000 -*************** -*** 6,12 **** ---- 6,14 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-al cad/xcircuit/files/patch-al --- /usr/ports/cad/xcircuit/files/patch-al Mon Jan 24 15:04:06 2000 +++ cad/xcircuit/files/patch-al Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** netlist.c.orig Thu Jan 6 05:09:34 2000 ---- netlist.c Fri Jan 21 12:00:00 2000 -*************** -*** 10,16 **** ---- 10,18 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-am cad/xcircuit/files/patch-am --- /usr/ports/cad/xcircuit/files/patch-am Mon Jan 24 15:04:06 2000 +++ cad/xcircuit/files/patch-am Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** parameter.c.orig Sat Jan 8 01:24:21 2000 ---- parameter.c Fri Jan 21 12:00:00 2000 -*************** -*** 9,15 **** ---- 9,17 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-an cad/xcircuit/files/patch-an --- /usr/ports/cad/xcircuit/files/patch-an Mon Jan 24 15:04:06 2000 +++ cad/xcircuit/files/patch-an Wed Feb 14 04:54:24 2001 @@ -1,14 +1,13 @@ -*** rcfile.c.orig Sat Jan 8 01:24:10 2000 ---- rcfile.c Fri Jan 21 12:00:00 2000 +*** rcfile.c.orig Wed Feb 14 04:52:28 2001 +--- rcfile.c Wed Feb 14 04:54:12 2001 *************** -*** 10,16 **** ---- 10,18 ---- - #include - #include - #include -+ #ifndef __STDC__ - #include -+ #endif +*** 38,43 **** +--- 38,45 ---- + /*----------------------------------------------------------------------*/ - #include - #include + extern char _STR2[250], _STR[150]; ++ extern Display *dpy; ++ extern Window win; + extern fontinfo *fonts; + extern short fontcount; + extern Clientdata areastruct; diff -urN /usr/ports/cad/xcircuit/files/patch-ao cad/xcircuit/files/patch-ao --- /usr/ports/cad/xcircuit/files/patch-ao Mon Jan 24 15:04:07 2000 +++ cad/xcircuit/files/patch-ao Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** schema.c.orig Tue Jan 11 03:53:16 2000 ---- schema.c Fri Jan 21 12:00:00 2000 -*************** -*** 9,15 **** ---- 9,17 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-ap cad/xcircuit/files/patch-ap --- /usr/ports/cad/xcircuit/files/patch-ap Mon Jan 24 15:04:07 2000 +++ cad/xcircuit/files/patch-ap Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** selection.c.orig Tue Jan 11 04:27:36 2000 ---- selection.c Fri Jan 21 12:00:00 2000 -*************** -*** 9,15 **** ---- 9,17 ---- - - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - - #include diff -urN /usr/ports/cad/xcircuit/files/patch-aq cad/xcircuit/files/patch-aq --- /usr/ports/cad/xcircuit/files/patch-aq Sat Sep 9 17:55:46 2000 +++ cad/xcircuit/files/patch-aq Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ -*** render.c.orig Thu May 11 00:29:51 2000 ---- render.c Thu Aug 17 05:25:28 2000 -*************** -*** 10,16 **** ---- 10,18 ---- - #include - #include - #include -+ #ifndef __STDC__ - #include -+ #endif - #include - #include - #include diff -urN /usr/ports/cad/xcircuit/files/patch-ar cad/xcircuit/files/patch-ar --- /usr/ports/cad/xcircuit/files/patch-ar Thu Jan 1 09:00:00 1970 +++ cad/xcircuit/files/patch-ar Wed Feb 14 05:51:41 2001 @@ -0,0 +1,19 @@ +*** menus.h.orig Wed Feb 14 05:24:42 2001 +--- menus.h Wed Feb 14 05:45:01 2001 +*************** +*** 297,303 **** + + menustruct EditMenu[] = { + {"Delete (d)", action(startdelete, NULL)}, +! {"Undelete (u)", action(undelete, Number(DRAW))}, + {"Copy (c)", action(startcopy, NULL)}, + {"Edit (e)", action(startedit, NULL)}, + {"Rotate/Flip", submenu(RotateMenu)}, +--- 297,303 ---- + + menustruct EditMenu[] = { + {"Delete (d)", action(startdelete, NULL)}, +! {"Undelete (u)", action(startundelete, Number(DRAW))}, + {"Copy (c)", action(startcopy, NULL)}, + {"Edit (e)", action(startedit, NULL)}, + {"Rotate/Flip", submenu(RotateMenu)}, diff -urN /usr/ports/cad/xcircuit/files/patch-as cad/xcircuit/files/patch-as --- /usr/ports/cad/xcircuit/files/patch-as Thu Jan 1 09:00:00 1970 +++ cad/xcircuit/files/patch-as Wed Feb 14 05:51:59 2001 @@ -0,0 +1,19 @@ +*** prototypes.h.orig Wed Feb 14 05:24:51 2001 +--- prototypes.h Wed Feb 14 05:33:28 2001 +*************** +*** 94,100 **** + extern void reviseselect(short *); + extern void objectdelete(short); + extern void deletebutton(XButtonEvent *); +! extern short undelete(Widget, u_int, XButtonEvent *); + extern void printname(objectptr); + extern void checkname(objectptr); + extern objectptr finddot(); +--- 94,100 ---- + extern void reviseselect(short *); + extern void objectdelete(short); + extern void deletebutton(XButtonEvent *); +! extern short startundelete(Widget, u_int, XButtonEvent *); + extern void printname(objectptr); + extern void checkname(objectptr); + extern objectptr finddot(); diff -urN /usr/ports/cad/xcircuit/pkg-plist cad/xcircuit/pkg-plist --- /usr/ports/cad/xcircuit/pkg-plist Sat Dec 23 06:44:43 2000 +++ cad/xcircuit/pkg-plist Wed Feb 14 06:08:20 2001 @@ -45,6 +45,7 @@ share/examples/xcircuit/logic8.ps share/examples/xcircuit/prelude.ps share/examples/xcircuit/systemd1.lgf +share/examples/xcircuit/test.py share/examples/xcircuit/threestage.ps share/examples/xcircuit/vcoblock.ps @dirrm share/examples/xcircuit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 14:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D50637B491 for ; Tue, 13 Feb 2001 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMU1D82037; Tue, 13 Feb 2001 14:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85F8C37B684 for ; Tue, 13 Feb 2001 14:22:16 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMKrS80605; Tue, 13 Feb 2001 14:20:53 -0800 (PST) (envelope-from nobody) Message-Id: <200102132220.f1DMKrS80605@freefall.freebsd.org> Date: Tue, 13 Feb 2001 14:20:53 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25076: Update port: editors/le to 1.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25076 >Category: ports >Synopsis: Update port: editors/le to 1.6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 14:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.6.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/le/Makefile editors/le/Makefile --- /usr/ports/editors/le/Makefile Thu Jan 4 13:48:41 2001 +++ editors/le/Makefile Wed Feb 14 07:10:04 2001 @@ -7,7 +7,7 @@ # PORTNAME= le -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.3 CATEGORIES= editors MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ @@ -21,7 +21,7 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/le .for file in FEATURES HISTORY NEWS README TODO - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le .endfor .endif diff -urN /usr/ports/editors/le/distinfo editors/le/distinfo --- /usr/ports/editors/le/distinfo Thu Jan 4 13:48:41 2001 +++ editors/le/distinfo Wed Feb 14 06:58:21 2001 @@ -1 +1 @@ -MD5 (le-1.6.1.tar.bz2) = 8d14734f450c3a84ef3bb3ddee8de7f6 +MD5 (le-1.6.3.tar.bz2) = d3ee5d046edb730150f38dd2bb39bbb1 diff -urN /usr/ports/editors/le/pkg-plist editors/le/pkg-plist --- /usr/ports/editors/le/pkg-plist Thu Jan 4 13:48:42 2001 +++ editors/le/pkg-plist Wed Feb 14 06:57:33 2001 @@ -1,10 +1,10 @@ @comment $FreeBSD: ports/editors/le/pkg-plist,v 1.7 2000/12/29 15:50:39 kevlo Exp $ bin/le -share/doc/le/FEATURES -share/doc/le/HISTORY -share/doc/le/NEWS -share/doc/le/README -share/doc/le/TODO +%%PORTDOCS%%share/doc/le/FEATURES +%%PORTDOCS%%share/doc/le/HISTORY +%%PORTDOCS%%share/doc/le/NEWS +%%PORTDOCS%%share/doc/le/README +%%PORTDOCS%%share/doc/le/TODO share/le/colors-black share/le/colors-blue share/le/colors-defbg @@ -14,4 +14,4 @@ share/le/mainmenu share/le/syntax @dirrm share/le -@dirrm share/doc/le +%%PORTDOCS%%@dirrm share/doc/le >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 14:30:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7959537B4EC for ; Tue, 13 Feb 2001 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMU1b82028; Tue, 13 Feb 2001 14:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7152A37B698 for ; Tue, 13 Feb 2001 14:21:07 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMK7X80443; Tue, 13 Feb 2001 14:20:07 -0800 (PST) (envelope-from nobody) Message-Id: <200102132220.f1DMK7X80443@freefall.freebsd.org> Date: Tue, 13 Feb 2001 14:20:07 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25075: Update port: databases/freetds Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25075 >Category: ports >Synopsis: Update port: databases/freetds >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 14:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Add workaround to prepend installing junk files - Fix pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/freetds/Makefile databases/freetds/Makefile --- /usr/ports/databases/freetds/Makefile Mon Feb 5 22:12:56 2001 +++ databases/freetds/Makefile Wed Feb 14 03:25:13 2001 @@ -6,6 +6,7 @@ PORTNAME= freetds PORTVERSION= 0.51 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/freetds @@ -13,11 +14,14 @@ MAINTAINER= ports@FreeBSD.org +USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-tdsver=7.0 \ +CONFIGURE_ARGS= --with-tdsver=7.0 \ --enable-dbmfix -USE_GMAKE= yes +INSTALLS_SHLIB= yes + +post-patch: + @find ${WRKSRC}/src -name Makefile.in | xargs ${PERL} -pi -e \ + 's| install-includeHEADERS||g' .include diff -urN /usr/ports/databases/freetds/pkg-plist databases/freetds/pkg-plist --- /usr/ports/databases/freetds/pkg-plist Tue Jul 25 10:26:09 2000 +++ databases/freetds/pkg-plist Wed Feb 14 03:09:46 2001 @@ -10,6 +10,7 @@ include/syberror.h include/sybfront.h include/tds.h +include/tdsconvert.h include/tdsutil.h include/tdsver.h lib/libct.a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 14:30:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC62E37B698 for ; Tue, 13 Feb 2001 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMU1Q82055; Tue, 13 Feb 2001 14:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C1D037B491 for ; Tue, 13 Feb 2001 14:22:51 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMMpO81097; Tue, 13 Feb 2001 14:22:51 -0800 (PST) (envelope-from nobody) Message-Id: <200102132222.f1DMMpO81097@freefall.freebsd.org> Date: Tue, 13 Feb 2001 14:22:51 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25078: Update port: graphics/photopc to 3.05 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25078 >Category: ports >Synopsis: Update port: graphics/photopc to 3.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 14:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.05 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/photopc/Makefile graphics/photopc/Makefile --- /usr/ports/graphics/photopc/Makefile Tue May 30 18:58:28 2000 +++ graphics/photopc/Makefile Sat Feb 10 16:27:43 2001 @@ -1,4 +1,4 @@ -# New ports collection makefile for: photopc-1.6 +# New ports collection makefile for: photopc # Date created: 11 October 1997 # Whom: Douglas Carmichael # @@ -6,7 +6,7 @@ # PORTNAME= photopc -PORTVERSION= 3.04 +PORTVERSION= 3.05 CATEGORIES= graphics MASTER_SITES= ftp://ftp.average.org/pub/photopc/ diff -urN /usr/ports/graphics/photopc/distinfo graphics/photopc/distinfo --- /usr/ports/graphics/photopc/distinfo Tue May 30 06:57:18 2000 +++ graphics/photopc/distinfo Sat Feb 10 16:21:52 2001 @@ -1 +1 @@ -MD5 (photopc-3.04.tar.gz) = 0f3f3937b01740a89954fdf23a42a96a +MD5 (photopc-3.05.tar.gz) = cd084d86a1aa34680e4267f9aea5c38d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 14:30:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE93637B67D for ; Tue, 13 Feb 2001 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMU1082046; Tue, 13 Feb 2001 14:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2EF437B67D for ; Tue, 13 Feb 2001 14:22:30 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DMLiS80766; Tue, 13 Feb 2001 14:21:44 -0800 (PST) (envelope-from nobody) Message-Id: <200102132221.f1DMLiS80766@freefall.freebsd.org> Date: Tue, 13 Feb 2001 14:21:44 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25077: Update port: graphics/ImageMagick to 5.2.8 (fix ports/24928) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25077 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.2.8 (fix ports/24928) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 14:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.2.8 New file: files/patch-am This PR supersedes ports/24928. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Fri Jan 26 20:32:38 2001 +++ graphics/ImageMagick/Makefile Sat Feb 10 09:04:52 2001 @@ -6,16 +6,15 @@ # PORTNAME= ImageMagick -PORTVERSION= 5.2.7 -PORTREVISION= 2 +PORTVERSION= 5.2.8 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.simplesystems.org/pub/ImageMagick/ \ ftp://ftp.cdrom.com/pub/ImageMagick/ \ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \ ftp://ftp.fifi.org/pub/ImageMagick/ \ ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \ - ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \ - ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/ + ${MASTER_SITE_RINGSERVER} +MASTER_SITE_SUBDIR= graphics/ImageMagick MAINTAINER= jseger@FreeBSD.org @@ -23,36 +22,37 @@ df.1:${PORTSDIR}/graphics/hdf \ jbig.1:${PORTSDIR}/graphics/jbigkit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + lcms.1:${PORTSDIR}/graphics/lcms \ wmf.1:${PORTSDIR}/graphics/libwmf \ png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - freetype.6:${PORTSDIR}/print/freetype2 + freetype.6:${PORTSDIR}/print/freetype2 \ + xml2.5:${PORTSDIR}/textproc/libxml2 BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \ picttoppm:${PORTSDIR}/graphics/netpbm \ fig2dev:${PORTSDIR}/print/transfig -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ - mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \ - picttoppm:${PORTSDIR}/graphics/netpbm \ - fig2dev:${PORTSDIR}/print/transfig +RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes USE_XLIB= yes -USE_LIBTOOL= yes USE_AUTOCONF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-shared --without-modules \ - --without-magick-plus-plus \ - --with-perl=${PERL5} --without-xml +CONFIGURE_ARGS= --enable-shared --with-modules \ + --with-perl=${PERL5} INSTALLS_SHLIB= yes .if defined(PERL_THREADED) && ${PERL_THREADED} == "true" CONFIGURE_ARGS+= --with-threads +.else +CONFIGURE_ARGS+= --without-threads .endif .if defined(WITH_16BIT_PIXEL) CONFIGURE_ARGS+= --enable-16bit-pixel +.else +CONFIGURE_ARGS+= --disable-16bit-pixel .endif .if defined(HAVE_UNISYS_LICENSE) diff -urN /usr/ports/graphics/ImageMagick/distinfo graphics/ImageMagick/distinfo --- /usr/ports/graphics/ImageMagick/distinfo Fri Jan 26 20:32:48 2001 +++ graphics/ImageMagick/distinfo Sat Feb 10 04:29:17 2001 @@ -1 +1 @@ -MD5 (ImageMagick-5.2.7.tar.gz) = df997328774872982b0249f66bc7b8ff +MD5 (ImageMagick-5.2.8.tar.gz) = 69f49f92a104c7ccf3fba30937e1d10c diff -urN /usr/ports/graphics/ImageMagick/files/patch-al graphics/ImageMagick/files/patch-al --- /usr/ports/graphics/ImageMagick/files/patch-al Thu Jan 11 14:19:46 2001 +++ graphics/ImageMagick/files/patch-al Sat Feb 10 05:06:46 2001 @@ -1,6 +1,6 @@ ---- configure.in.orig Fri Dec 1 02:14:22 2000 -+++ configure.in Tue Dec 5 02:43:13 2000 -@@ -471,10 +471,10 @@ +--- configure.in.orig Wed Feb 7 06:19:49 2001 ++++ configure.in Sat Feb 10 05:06:37 2001 +@@ -487,10 +487,10 @@ LIB_THREAD='' if test "$with_threads" != 'no' then @@ -14,3 +14,41 @@ LIBS="$LIB_THREAD $LIBS" CPPFLAGS="$DEF_THREAD $CPPFLAGS" fi +@@ -1021,8 +1021,24 @@ + AC_MSG_RESULT() + failed=0; + passed=0; ++ ++ OLD_LDFLAGS="$LDFLAGS" ++ OLD_CPPFLAGS="$CPPFLAGS" ++ if test -d "$builddir/libxml/include" ++ then ++ : ++ else ++ xml_config='' ++ AC_CHECK_PROGS(xml_config,xml2-config,)dnl ++ if test -n "$xml_config" ++ then ++ LDFLAGS=-L`$xml_config --prefix`/lib" $LDFLAGS" 2> /dev/null ++ CPPFLAGS=`$xml_config --cflags`" $CPPFLAGS" 2> /dev/null ++ fi ++ fi ++ + AC_CHECK_HEADER(libxml/parser.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) +- AC_CHECK_LIB(xml,xmlParseExternalEntity,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) ++ AC_CHECK_LIB(xml2,xmlParseExternalEntity,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) + AC_MSG_CHECKING(if XML package is complete) + if test $passed -gt 0 + then +@@ -1030,8 +1046,10 @@ + then + AC_MSG_RESULT(no -- some components failed test) + have_xml='no (failed tests)' ++ CPPFLAGS="$OLD_CPPFLAGS" ++ LDFLAGS="$OLD_LDFLAGS" + else +- LIB_XML='-lxml' ++ LIB_XML='-lxml2' + LIBS="$LIB_XML $LIBS" + AC_DEFINE(HasXML,,Define if you have XML library) + AC_MSG_RESULT(yes) diff -urN /usr/ports/graphics/ImageMagick/files/patch-am graphics/ImageMagick/files/patch-am --- /usr/ports/graphics/ImageMagick/files/patch-am Thu Jan 1 09:00:00 1970 +++ graphics/ImageMagick/files/patch-am Sat Feb 10 12:29:31 2001 @@ -0,0 +1,52 @@ +--- ltmain.sh.orig Mon Dec 11 09:02:22 2000 ++++ ltmain.sh Sat Feb 10 12:29:07 2001 +@@ -1014,6 +1014,7 @@ + ;; + + -avoid-version) ++ build_old_libs=no + avoid_version=yes + continue + ;; +@@ -1097,6 +1098,10 @@ + # These systems don't actually have c library (as such) + continue + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ continue ++ ;; + esac + elif test "$arg" = "-lm"; then + case "$host" in +@@ -1110,6 +1115,11 @@ + continue + ;; + ++ -?thread) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -module) + module=yes + continue +@@ -1259,7 +1269,7 @@ + + *.$objext) + # A standard object. +- objs="$objs $arg" ++ libobjs="$libobjs $arg" + ;; + + *.lo) +@@ -2601,6 +2611,9 @@ + case "$host" in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! ++ ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... + ;; + *) + # Add libc to deplibs on all other systems if necessary. diff -urN /usr/ports/graphics/ImageMagick/pkg-plist graphics/ImageMagick/pkg-plist --- /usr/ports/graphics/ImageMagick/pkg-plist Thu Jan 11 20:42:25 2001 +++ graphics/ImageMagick/pkg-plist Sat Feb 10 13:59:00 2001 @@ -1,3 +1,4 @@ +bin/Magick++-config bin/Magick-config bin/animate bin/cgimagick @@ -9,6 +10,21 @@ bin/iptcutil bin/mogrify bin/montage +include/Magick++.h +include/Magick++/Blob.h +include/Magick++/Coder.h +include/Magick++/Color.h +include/Magick++/Drawable.h +include/Magick++/Exception.h +include/Magick++/Functions.h +include/Magick++/Geometry.h +include/Magick++/Image.h +include/Magick++/Include.h +include/Magick++/Montage.h +include/Magick++/Options.h +include/Magick++/Pixels.h +include/Magick++/STL.h +include/Magick++/Thread.h include/magick/PreRvIcccm.h include/magick/api.h include/magick/attributes.h @@ -32,7 +48,171 @@ include/magick/version.h include/magick/widget.h include/magick/xwindows.h +lib/ImageMagick/modules/coders/8bim.la +lib/ImageMagick/modules/coders/8bim.so +lib/ImageMagick/modules/coders/art.la +lib/ImageMagick/modules/coders/art.so +lib/ImageMagick/modules/coders/avi.la +lib/ImageMagick/modules/coders/avi.so +lib/ImageMagick/modules/coders/avs.la +lib/ImageMagick/modules/coders/avs.so +lib/ImageMagick/modules/coders/bmp.la +lib/ImageMagick/modules/coders/bmp.so +lib/ImageMagick/modules/coders/cmyk.la +lib/ImageMagick/modules/coders/cmyk.so +lib/ImageMagick/modules/coders/cut.la +lib/ImageMagick/modules/coders/cut.so +lib/ImageMagick/modules/coders/dcm.la +lib/ImageMagick/modules/coders/dcm.so +lib/ImageMagick/modules/coders/dps.la +lib/ImageMagick/modules/coders/dps.so +lib/ImageMagick/modules/coders/ept.la +lib/ImageMagick/modules/coders/ept.so +lib/ImageMagick/modules/coders/fax.la +lib/ImageMagick/modules/coders/fax.so +lib/ImageMagick/modules/coders/fits.la +lib/ImageMagick/modules/coders/fits.so +lib/ImageMagick/modules/coders/fpx.la +lib/ImageMagick/modules/coders/fpx.so +lib/ImageMagick/modules/coders/gif.la +lib/ImageMagick/modules/coders/gif.so +lib/ImageMagick/modules/coders/gradient.la +lib/ImageMagick/modules/coders/gradient.so +lib/ImageMagick/modules/coders/gray.la +lib/ImageMagick/modules/coders/gray.so +lib/ImageMagick/modules/coders/hdf.la +lib/ImageMagick/modules/coders/hdf.so +lib/ImageMagick/modules/coders/histogram.la +lib/ImageMagick/modules/coders/histogram.so +lib/ImageMagick/modules/coders/html.la +lib/ImageMagick/modules/coders/html.so +lib/ImageMagick/modules/coders/icm.la +lib/ImageMagick/modules/coders/icm.so +lib/ImageMagick/modules/coders/icon.la +lib/ImageMagick/modules/coders/icon.so +lib/ImageMagick/modules/coders/iptc.la +lib/ImageMagick/modules/coders/iptc.so +lib/ImageMagick/modules/coders/jbig.la +lib/ImageMagick/modules/coders/jbig.so +lib/ImageMagick/modules/coders/jpeg.la +lib/ImageMagick/modules/coders/jpeg.so +lib/ImageMagick/modules/coders/label.la +lib/ImageMagick/modules/coders/label.so +lib/ImageMagick/modules/coders/logo.la +lib/ImageMagick/modules/coders/logo.so +lib/ImageMagick/modules/coders/map.la +lib/ImageMagick/modules/coders/map.so +lib/ImageMagick/modules/coders/matte.la +lib/ImageMagick/modules/coders/matte.so +lib/ImageMagick/modules/coders/miff.la +lib/ImageMagick/modules/coders/miff.so +lib/ImageMagick/modules/coders/modules.mgk +lib/ImageMagick/modules/coders/mono.la +lib/ImageMagick/modules/coders/mono.so +lib/ImageMagick/modules/coders/mpc.la +lib/ImageMagick/modules/coders/mpc.so +lib/ImageMagick/modules/coders/mtv.la +lib/ImageMagick/modules/coders/mtv.so +lib/ImageMagick/modules/coders/mvg.la +lib/ImageMagick/modules/coders/mvg.so +lib/ImageMagick/modules/coders/null.la +lib/ImageMagick/modules/coders/null.so +lib/ImageMagick/modules/coders/pcd.la +lib/ImageMagick/modules/coders/pcd.so +lib/ImageMagick/modules/coders/pcl.la +lib/ImageMagick/modules/coders/pcl.so +lib/ImageMagick/modules/coders/pcx.la +lib/ImageMagick/modules/coders/pcx.so +lib/ImageMagick/modules/coders/pdb.la +lib/ImageMagick/modules/coders/pdb.so +lib/ImageMagick/modules/coders/pdf.la +lib/ImageMagick/modules/coders/pdf.so +lib/ImageMagick/modules/coders/pict.la +lib/ImageMagick/modules/coders/pict.so +lib/ImageMagick/modules/coders/pix.la +lib/ImageMagick/modules/coders/pix.so +lib/ImageMagick/modules/coders/plasma.la +lib/ImageMagick/modules/coders/plasma.so +lib/ImageMagick/modules/coders/png.la +lib/ImageMagick/modules/coders/png.so +lib/ImageMagick/modules/coders/pnm.la +lib/ImageMagick/modules/coders/pnm.so +lib/ImageMagick/modules/coders/preview.la +lib/ImageMagick/modules/coders/preview.so +lib/ImageMagick/modules/coders/ps.la +lib/ImageMagick/modules/coders/ps.so +lib/ImageMagick/modules/coders/ps2.la +lib/ImageMagick/modules/coders/ps2.so +lib/ImageMagick/modules/coders/ps3.la +lib/ImageMagick/modules/coders/ps3.so +lib/ImageMagick/modules/coders/psd.la +lib/ImageMagick/modules/coders/psd.so +lib/ImageMagick/modules/coders/pwp.la +lib/ImageMagick/modules/coders/pwp.so +lib/ImageMagick/modules/coders/rgb.la +lib/ImageMagick/modules/coders/rgb.so +lib/ImageMagick/modules/coders/rla.la +lib/ImageMagick/modules/coders/rla.so +lib/ImageMagick/modules/coders/rle.la +lib/ImageMagick/modules/coders/rle.so +lib/ImageMagick/modules/coders/sct.la +lib/ImageMagick/modules/coders/sct.so +lib/ImageMagick/modules/coders/sfw.la +lib/ImageMagick/modules/coders/sfw.so +lib/ImageMagick/modules/coders/sgi.la +lib/ImageMagick/modules/coders/sgi.so +lib/ImageMagick/modules/coders/stegano.la +lib/ImageMagick/modules/coders/stegano.so +lib/ImageMagick/modules/coders/sun.la +lib/ImageMagick/modules/coders/sun.so +lib/ImageMagick/modules/coders/svg.la +lib/ImageMagick/modules/coders/svg.so +lib/ImageMagick/modules/coders/tga.la +lib/ImageMagick/modules/coders/tga.so +lib/ImageMagick/modules/coders/tiff.la +lib/ImageMagick/modules/coders/tiff.so +lib/ImageMagick/modules/coders/tile.la +lib/ImageMagick/modules/coders/tile.so +lib/ImageMagick/modules/coders/tim.la +lib/ImageMagick/modules/coders/tim.so +lib/ImageMagick/modules/coders/ttf.la +lib/ImageMagick/modules/coders/ttf.so +lib/ImageMagick/modules/coders/txt.la +lib/ImageMagick/modules/coders/txt.so +lib/ImageMagick/modules/coders/uil.la +lib/ImageMagick/modules/coders/uil.so +lib/ImageMagick/modules/coders/url.la +lib/ImageMagick/modules/coders/url.so +lib/ImageMagick/modules/coders/uyvy.la +lib/ImageMagick/modules/coders/uyvy.so +lib/ImageMagick/modules/coders/vicar.la +lib/ImageMagick/modules/coders/vicar.so +lib/ImageMagick/modules/coders/vid.la +lib/ImageMagick/modules/coders/vid.so +lib/ImageMagick/modules/coders/viff.la +lib/ImageMagick/modules/coders/viff.so +lib/ImageMagick/modules/coders/wbmp.la +lib/ImageMagick/modules/coders/wbmp.so +lib/ImageMagick/modules/coders/wmf.la +lib/ImageMagick/modules/coders/wmf.so +lib/ImageMagick/modules/coders/wpg.la +lib/ImageMagick/modules/coders/wpg.so +lib/ImageMagick/modules/coders/x.la +lib/ImageMagick/modules/coders/x.so +lib/ImageMagick/modules/coders/xbm.la +lib/ImageMagick/modules/coders/xbm.so +lib/ImageMagick/modules/coders/xc.la +lib/ImageMagick/modules/coders/xc.so +lib/ImageMagick/modules/coders/xpm.la +lib/ImageMagick/modules/coders/xpm.so +lib/ImageMagick/modules/coders/xwd.la +lib/ImageMagick/modules/coders/xwd.so +lib/ImageMagick/modules/coders/yuv.la +lib/ImageMagick/modules/coders/yuv.so +lib/libMagick++.a +lib/libMagick++.la lib/libMagick.a +lib/libMagick.la lib/libMagick.so lib/libMagick.so.5 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Image/Magick.pm @@ -40,10 +220,112 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/autosplit.ix +share/ImageMagick/Copyright.txt +share/ImageMagick/ImageMagick.html +share/ImageMagick/QuickStart.txt share/ImageMagick/delegates.mgk +share/ImageMagick/images/authentica.jpg +share/ImageMagick/images/ball.png +share/ImageMagick/images/corbis.png +share/ImageMagick/images/digital-applications.png +share/ImageMagick/images/examples.jpg +share/ImageMagick/images/home.png +share/ImageMagick/images/logo.png +share/ImageMagick/images/magick.png +share/ImageMagick/images/magick_small.png +share/ImageMagick/images/mail.png +share/ImageMagick/images/right_triangle.png +share/ImageMagick/images/right_triangle_option.png +share/ImageMagick/images/screen.png share/ImageMagick/magic.mgk +share/ImageMagick/www/Changelog.html +share/ImageMagick/www/Magick.html +share/ImageMagick/www/animate.html +share/ImageMagick/www/api/animate.html +share/ImageMagick/www/api/annotate.html +share/ImageMagick/www/api/attributes.html +share/ImageMagick/www/api/blob.html +share/ImageMagick/www/api/cache.html +share/ImageMagick/www/api/cache_view.html +share/ImageMagick/www/api/colors.html +share/ImageMagick/www/api/compress.html +share/ImageMagick/www/api/constitute.html +share/ImageMagick/www/api/decorate.html +share/ImageMagick/www/api/delegates.html +share/ImageMagick/www/api/display.html +share/ImageMagick/www/api/draw.html +share/ImageMagick/www/api/effects.html +share/ImageMagick/www/api/enhance.html +share/ImageMagick/www/api/error.html +share/ImageMagick/www/api/gems.html +share/ImageMagick/www/api/image.html +share/ImageMagick/www/api/mac.html +share/ImageMagick/www/api/magick.html +share/ImageMagick/www/api/memory.html +share/ImageMagick/www/api/monitor.html +share/ImageMagick/www/api/montage.html +share/ImageMagick/www/api/nt.html +share/ImageMagick/www/api/pixel_cache.html +share/ImageMagick/www/api/pixels.html +share/ImageMagick/www/api/quantize.html +share/ImageMagick/www/api/segment.html +share/ImageMagick/www/api/shear.html +share/ImageMagick/www/api/signature.html +share/ImageMagick/www/api/stream.html +share/ImageMagick/www/api/transform.html +share/ImageMagick/www/api/types/AnnotateInfo.html +share/ImageMagick/www/api/types/ChromaticityInfo.html +share/ImageMagick/www/api/types/ColorPacket.html +share/ImageMagick/www/api/types/DrawInfo.html +share/ImageMagick/www/api/types/Enumerations.html +share/ImageMagick/www/api/types/ExceptionInfo.html +share/ImageMagick/www/api/types/Image.html +share/ImageMagick/www/api/types/ImageAttribute.html +share/ImageMagick/www/api/types/ImageInfo.html +share/ImageMagick/www/api/types/MagickInfo.html +share/ImageMagick/www/api/types/PixelPacket.html +share/ImageMagick/www/api/types/PointInfo.html +share/ImageMagick/www/api/types/ProfileInfo.html +share/ImageMagick/www/api/types/RectangleInfo.html +share/ImageMagick/www/api/utility.html +share/ImageMagick/www/api/vms.html +share/ImageMagick/www/api/widget.html +share/ImageMagick/www/api/xwindows.html +share/ImageMagick/www/api/zoom.html +share/ImageMagick/www/api.html +share/ImageMagick/www/archives.html +share/ImageMagick/www/cd.html +share/ImageMagick/www/color.html +share/ImageMagick/www/combine.html +share/ImageMagick/www/convert.html +share/ImageMagick/www/cvs.html +share/ImageMagick/www/display.html +share/ImageMagick/www/formats.html +share/ImageMagick/www/help.html +share/ImageMagick/www/identify.html +share/ImageMagick/www/import.html +share/ImageMagick/www/install.html +share/ImageMagick/www/magick-list.html +share/ImageMagick/www/miff.html +share/ImageMagick/www/mogrify.html +share/ImageMagick/www/montage.html +share/ImageMagick/www/new.html +share/ImageMagick/www/perl.html +share/ImageMagick/www/quantize.html +share/ImageMagick/www/smile.c +share/ImageMagick/www/sponsor.html +share/ImageMagick/www/tools.html +share/ImageMagick/www/xtp.html +@dirrm share/ImageMagick/www/api/types +@dirrm share/ImageMagick/www/api +@dirrm share/ImageMagick/www +@dirrm share/ImageMagick/images @dirrm share/ImageMagick @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Image +@dirrm lib/ImageMagick/modules/coders +@dirrm lib/ImageMagick/modules +@dirrm lib/ImageMagick @dirrm include/magick +@dirrm include/Magick++ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 15:14:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8FB937B491; Tue, 13 Feb 2001 15:14:26 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DNEQQ89137; Tue, 13 Feb 2001 15:14:26 -0800 (PST) (envelope-from jeh) Date: Tue, 13 Feb 2001 15:14:26 -0800 (PST) From: Message-Id: <200102132314.f1DNEQQ89137@freefall.freebsd.org> To: dwcjr@inethouston.net, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23860: [PATCH] Update games/heretic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update games/heretic State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Tue Feb 13 15:13:54 PST 2001 State-Changed-Why: A similar patch had already been applied. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23860 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 15:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A30BF37B503 for ; Tue, 13 Feb 2001 15:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DNo1i92519; Tue, 13 Feb 2001 15:50:01 -0800 (PST) (envelope-from gnats) Received: from komarr.ckdhr.com (komarr.ckdhr.com [209.58.172.140]) by hub.freebsd.org (Postfix) with ESMTP id 05A3F37B491 for ; Tue, 13 Feb 2001 15:46:06 -0800 (PST) Received: (from ckd@localhost) by komarr.ckdhr.com (8.11.2/8.11.1) id f1DNk4M02094; Tue, 13 Feb 2001 18:46:04 -0500 (EST) (envelope-from ckd) Message-Id: <200102132346.f1DNk4M02094@komarr.ckdhr.com> Date: Tue, 13 Feb 2001 18:46:04 -0500 (EST) From: Christopher K Davis Reply-To: ckd@komarr.ckdhr.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25079: SECURITY FIX: update ports/www/analog to 4.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25079 >Category: ports >Synopsis: analog < 4.16 has buffer overflow (possible exploit via forms) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 15:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christopher K Davis >Release: FreeBSD 4.2-STABLE i386 >Organization: CKDHR >Environment: Only tested on FreeBSD komarr.ckdhr.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Tue Feb 13 05:07:18 EST 2001 ckd@komarr.ckdhr.com:/usr/obj/usr/src/sys/ASABOX i386 >Description: http://www.analog.cx/security2.html "There is a buffer overflow bug in all versions of analog released prior to today. A malicious user could use an ALIAS command to construct very long strings which were not checked for length. This bug is particularly dangerous if the form interface (which allows unknown users to run the program via a CGI script) has been installed. This bug was discovered by the program author, and there is no known exploit. However, users are advised to upgrade to one of the two safe versions immediately, especially if they have installed the form interface." >How-To-Repeat: No known exploit...yet. (Bug found by progam author.) >Fix: Upgrade port to 4.16 (currently 4.11) using patch below. This can also close out PR ports/25011 which was a patch to upgrade this port to analog 4.15. This patch is identical to the one supplied there modulo the Makefile and distinfo changes. diff -ruN analog.old/files/patch-aa analog/files/patch-aa --- analog.old/files/patch-aa Sat Apr 15 03:28:01 2000 +++ analog/files/patch-aa Sun Feb 11 16:08:16 2001 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Mar 30 17:59:16 2000 -+++ Makefile Sat Apr 15 11:09:28 2000 +--- Makefile.orig Thu Feb 1 08:58:17 2001 ++++ Makefile Sun Feb 11 16:06:14 2001 @@ -7,7 +7,7 @@ # -Ae (HP/UX 10); BS2000/OSD requires -XLLML -XLLMK; # NeXTSTEP apparently needs... @@ -7,20 +7,20 @@ -DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN ... +#DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN ... # ... -DEBCDIC -DNOGMTIME -DNEED_STRCMP -DNEED_MEMMOVE ... - # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H - # Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP -@@ -15,6 +15,10 @@ - # DEFS = -DNEED_MEMMOVE -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H + # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DHAVE_ADDR_T ... + # ... -DNEED_FLOATINGPOINT_H +@@ -18,6 +18,10 @@ # DYNIX/ptx reportedly needs -D_SOCKET_VERSION=11 + # MPE/iX needs -D_POSIX_SOURCE -D_SOCKET_SOURCE # All the options are explained at the bottom of this file. +DEFS = -DANALOGDIR=\"$(PREFIX)/lib/analog/\" \ + -DLOGFILE=\"/var/log/httpd-access.log\" \ + -DIMAGEDIR=\"/images/\" \ + -DDEFAULTCONFIGFILE=\"$(PREFIX)/etc/analog.cfg\" - OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, VMS - # RISCOS, BEOS, NEXTSTEP, BS2000 + OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, OSX, VMS, + # RISCOS, BEOS, NEXTSTEP, MPEIX, BS2000, AS400 LIBS = # extra libraries needed; Solaris 2 (SunOS 5) needs -@@ -29,7 +33,7 @@ +@@ -33,7 +37,7 @@ input.o macinput.o macstuff.o output.o output2.o pcre.o process.o \ settings.o sort.o tree.o utils.o win32.o HEADERS = anlghead.h anlghea2.h anlghea3.h anlghea4.h macdir.h pcre.h @@ -28,4 +28,4 @@ +CFLAGS += $(DEFS) -D$(OS) $(PROGRAM): $(OBJS) $(HEADERS) Makefile - $(CC) $(CEXTRAFLAGS) $(OBJS) -o $(PROGRAM) $(LIBS) + $(CC) $(CEXTRAFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) diff -ruN analog.old/pkg-plist analog/pkg-plist --- analog.old/pkg-plist Sun Jun 4 15:21:07 2000 +++ analog/pkg-plist Sun Feb 11 16:43:03 2001 @@ -6,14 +6,23 @@ lib/analog/lang/am.lng lib/analog/lang/amdom.tab lib/analog/lang/ba.lng +lib/analog/lang/bg.lng +lib/analog/lang/bgdom.tab +lib/analog/lang/bgh.lng +lib/analog/lang/bghdom.tab lib/analog/lang/br.lng lib/analog/lang/bra.lng +lib/analog/lang/bradom.tab +lib/analog/lang/brdom.tab lib/analog/lang/brh.lng +lib/analog/lang/brhdom.tab lib/analog/lang/cat.lng lib/analog/lang/cata.lng +lib/analog/lang/catadom.tab +lib/analog/lang/catdom.tab lib/analog/lang/cath.lng -lib/analog/lang/cns.lng -lib/analog/lang/cnt.lng +lib/analog/lang/cathdom.tab +lib/analog/lang/cn.lng lib/analog/lang/cz.lng lib/analog/lang/cz1250.lng lib/analog/lang/cza.lng @@ -36,7 +45,10 @@ lib/analog/lang/eshdom.tab lib/analog/lang/fi.lng lib/analog/lang/fia.lng +lib/analog/lang/fiadom.tab +lib/analog/lang/fidom.tab lib/analog/lang/fih.lng +lib/analog/lang/fihdom.tab lib/analog/lang/fr.lng lib/analog/lang/fra.lng lib/analog/lang/fradom.tab @@ -46,12 +58,12 @@ lib/analog/lang/frhdom.tab lib/analog/lang/gr.lng lib/analog/lang/gra.lng +lib/analog/lang/hr.lng lib/analog/lang/hu.cfg lib/analog/lang/hu.lng lib/analog/lang/hua.lng lib/analog/lang/huadom.tab lib/analog/lang/hudom.tab -lib/analog/lang/itform.html lib/analog/lang/is.lng lib/analog/lang/isa.lng lib/analog/lang/ish.lng @@ -59,6 +71,7 @@ lib/analog/lang/ita.lng lib/analog/lang/itadom.tab lib/analog/lang/itdom.tab +lib/analog/lang/itform.html lib/analog/lang/ith.lng lib/analog/lang/ithdom.tab lib/analog/lang/jp.lng @@ -81,7 +94,10 @@ lib/analog/lang/pldom.tab lib/analog/lang/pt.lng lib/analog/lang/pta.lng +lib/analog/lang/ptadom.tab +lib/analog/lang/ptdom.tab lib/analog/lang/pth.lng +lib/analog/lang/pthdom.tab lib/analog/lang/ro.lng lib/analog/lang/rodom.tab lib/analog/lang/ru.lng @@ -102,12 +118,15 @@ lib/analog/lang/ska.lng lib/analog/lang/tr.lng lib/analog/lang/tra.lng +lib/analog/lang/tw.lng +lib/analog/lang/twdom.tab lib/analog/lang/ua.lng lib/analog/lang/uk.lng lib/analog/lang/uka.lng lib/analog/lang/ukdom.tab lib/analog/lang/us.lng lib/analog/lang/usa.lng +lib/analog/lang/usdom.tab lib/analog/lang/usform.html lib/analog/lang/yu.lng lib/analog/lang/yua.lng @@ -116,6 +135,8 @@ share/doc/analog/Readme.html share/doc/analog/acknow.html share/doc/analog/alias.html +share/doc/analog/analogo.gif +share/doc/analog/anlgdocs.css share/doc/analog/args.html share/doc/analog/bara8.gif share/doc/analog/barb1.gif @@ -137,6 +158,7 @@ share/doc/analog/domfile.html share/doc/analog/errors.html share/doc/analog/faq.html +share/doc/analog/favicon.ico share/doc/analog/form.html share/doc/analog/helpers.html share/doc/analog/hierreps.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 16: 0:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BC2E37B65D for ; Tue, 13 Feb 2001 16:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E002w93368; Tue, 13 Feb 2001 16:00:02 -0800 (PST) (envelope-from gnats) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 8077B37B503 for ; Tue, 13 Feb 2001 15:56:03 -0800 (PST) Received: from m137-mp1-cvx1c.gui.ntl.com ([62.252.12.137]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010213235600.WZWZ18404.mta05-svc.ntlworld.com@m137-mp1-cvx1c.gui.ntl.com> for ; Tue, 13 Feb 2001 23:56:00 +0000 Message-Id: Date: Wed, 14 Feb 2001 00:03:59 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25080: New port: ecgi: A library for the creation of CGI-based Web applications Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25080 >Category: ports >Synopsis: New port: ecgi: A library for the creation of CGI-based Web applications >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 16:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: ecgi (easy CGI Libary) is an ANSI C library for the creation of CGI-based Web applications. It transparently supports the CGI methods GET and POST and also multipart/form-data file uploads. The user interface is designed as easy as possible and maintains full compatibility to cgic 0.5. It also contains a library independent introduction to CGI programming with C, a .html to .h HTML template preprocessor, and fast, block-allocating memory files. - George Reid greid@ukug.uk.freebsd.org >How-To-Repeat: n/a >Fix: # 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: # # ecgi # ecgi/Makefile # ecgi/distinfo # ecgi/pkg-descr # ecgi/pkg-comment # ecgi/files # ecgi/files/patch-aa # ecgi/files/patch-ab # ecgi/pkg-plist # echo c - ecgi mkdir -p ecgi > /dev/null 2>&1 echo x - ecgi/Makefile sed 's/^X//' >ecgi/Makefile << 'END-of-ecgi/Makefile' X# New ports collection makefile for: ecgi X# Date created: 13 February 2001 X# Whom: George Reid X# X# $FreeBSD$ X# X XPORTNAME= ecgi XPORTVERSION= 0.6.2 XCATEGORIES= devel XMASTER_SITES= http://www.global-owl.com/ecgi/download/ X XMAINTAINER= ports@freebsd.org X XUSE_GMAKE= yes X XINSTALLS_SHLIB= yes X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libecgi.a ${PREFIX}/lib X ${INSTALL_PROGRAM} ${WRKSRC}/libecgi.so ${PREFIX}/lib X ${INSTALL_PROGRAM} ${WRKSRC}/html2h/html2h ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/ecgi X ${INSTALL_DATA} ${WRKSRC}/doc/ecgitut.txt ${PREFIX}/share/doc/ecgi X.endif X X.include END-of-ecgi/Makefile echo x - ecgi/distinfo sed 's/^X//' >ecgi/distinfo << 'END-of-ecgi/distinfo' XMD5 (ecgi-0.6.2.tar.gz) = 1d2b17b1e0540b34f704ffedb9d154e5 END-of-ecgi/distinfo echo x - ecgi/pkg-descr sed 's/^X//' >ecgi/pkg-descr << 'END-of-ecgi/pkg-descr' Xecgi (easy CGI Libary) is an ANSI C library for the creation of XCGI-based Web applications. It transparently supports the CGI methods XGET and POST and also multipart/form-data file uploads. The user Xinterface is designed as easy as possible and maintains full Xcompatibility to cgic 0.5. X XIt also contains a library independent introduction to CGI programming Xwith C, a .html to .h HTML template preprocessor, and fast, Xblock-allocating memory files. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-ecgi/pkg-descr echo x - ecgi/pkg-comment sed 's/^X//' >ecgi/pkg-comment << 'END-of-ecgi/pkg-comment' XA library for the creation of CGI-based Web applications END-of-ecgi/pkg-comment echo c - ecgi/files mkdir -p ecgi/files > /dev/null 2>&1 echo x - ecgi/files/patch-aa sed 's/^X//' >ecgi/files/patch-aa << 'END-of-ecgi/files/patch-aa' X--- Makefile.orig Tue Feb 13 23:46:51 2001 X+++ Makefile Tue Feb 13 23:47:50 2001 X@@ -1,14 +1,14 @@ X SHAREDOPT = -shared X-LIBDIR = /usr/lib X-INCDIR = /usr/include X+LIBDIR = $(PREFIX)/usr/lib X+INCDIR = $(PREFIX)/include X AR = ar X-CC = gcc X+CC?= gcc X INCS = -Iinclude/ -I. X-FLAGS = -Wall X+CFLAGS += -Wall X X all: obj/ecgi.o obj/ecgitk.o libecgi.a X- make -C html2h/ X- make libecgi.so X+ $(MAKE) -C html2h/ X+ $(MAKE) libecgi.so X X shared: libecgi.so X cp libecgi.so /usr/lib X@@ -26,25 +26,25 @@ X cp ecgi.h $(INCDIR) X cp include/memfile.h $(INCDIR) X cp ecgitk.h $(INCDIR) X- make -C html2h/ install X+ $(MAKE) -C html2h/ install X cp libecgi.so $(LIBDIR) X X tests: all X- $(CC) tests/test.c -o tests/test.cgi $(INCS) $(FLAGS) libecgi.a X- $(CC) tests/testload.c -o tests/testload libecgi.a $(INCS) $(FLAGS) X+ $(CC) tests/test.c -o tests/test.cgi $(INCS) $(CFLAGS) libecgi.a X+ $(CC) tests/testload.c -o tests/testload libecgi.a $(INCS) $(CFLAGS) X X obj/ecgi.o: src/ecgi.c ecgi.h obj/memfile.o X- $(CC) -c src/ecgi.c $(INCS) $(FLAGS) -o obj/ecgi.o X+ $(CC) -c src/ecgi.c $(INCS) $(CFLAGS) -o obj/ecgi.o X X obj/memfile.o: src/memfile.c include/memfile.h X- $(CC) -o obj/memfile.o -c src/memfile.c $(INCS) $(FLAGS) X+ $(CC) -o obj/memfile.o -c src/memfile.c $(INCS) $(CFLAGS) X X obj/ecgitk.o: src/ecgitk.c ecgitk.h X- $(CC) -c src/ecgitk.c $(INCS) $(FLAGS) -o obj/ecgitk.o X+ $(CC) -c src/ecgitk.c $(INCS) $(CFLAGS) -o obj/ecgitk.o X X clean: X rm -f obj/* *.a *.so -f tests/test.cgi tests/testload X- make -C html2h/ clean X+ $(MAKE) -C html2h/ clean X X zip: clean X rm -f ../ecgi-0.6.2.zip END-of-ecgi/files/patch-aa echo x - ecgi/files/patch-ab sed 's/^X//' >ecgi/files/patch-ab << 'END-of-ecgi/files/patch-ab' X--- html2h/Makefile Tue Feb 13 23:46:49 2001 X+++ html2h/Makefile Tue Feb 13 23:49:09 2001 X@@ -1,14 +1,14 @@ X-CC = gcc X+CC?= gcc X INCS = -I../include/ -I. X-FLAGS = -Wall X+CFLAGS += -Wall X X all: html2h X X html2h: html2h.c html2h.h X- $(CC) html2h.c -o html2h $(INCS) $(FLAGS) ../obj/memfile.o X+ $(CC) html2h.c -o html2h $(INCS) $(CFLAGS) ../obj/memfile.o X X install: all X cp html2h /usr/bin X X clean: X- rm -f html2h X+ rm -f html2h END-of-ecgi/files/patch-ab echo x - ecgi/pkg-plist sed 's/^X//' >ecgi/pkg-plist << 'END-of-ecgi/pkg-plist' Xlib/libecgi.a Xlib/libecgi.so Xshare/doc/ecgi/ecgitut.txt X@dirrm share/doc/ecgi END-of-ecgi/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 16:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5C2337B4EC for ; Tue, 13 Feb 2001 16:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E0A2S98238; Tue, 13 Feb 2001 16:10:02 -0800 (PST) (envelope-from gnats) Received: from donar.nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id E3CA637B4EC for ; Tue, 13 Feb 2001 16:03:32 -0800 (PST) Received: (from root@localhost) by donar.nisser.com (8.11.1/8.11.1) id f1E03at44033; Wed, 14 Feb 2001 01:03:36 +0100 (CET) (envelope-from root) Message-Id: <200102140003.f1E03at44033@donar.nisser.com> Date: Wed, 14 Feb 2001 01:03:36 +0100 (CET) From: roelof@eboa.com Reply-To: roelof@eboa.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25081: mod_php4 fails on gd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25081 >Category: ports >Synopsis: shared lib gd.1 not found >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 16:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Roelof Osinga >Release: FreeBSD 4.2-RELEASE i386 >Organization: eBOA >Environment: recently done cvsup on ports, I'm talking couple of hours. >Description: first made graphics/gd, then in www/mod_php4 gave a make build, no dice >How-To-Repeat: >Fix: alas, haven't looked at it yet >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 16:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0529E37B4EC for ; Tue, 13 Feb 2001 16:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E0e4e01124; Tue, 13 Feb 2001 16:40:04 -0800 (PST) (envelope-from gnats) Date: Tue, 13 Feb 2001 16:40:04 -0800 (PST) Message-Id: <200102140040.f1E0e4e01124@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ryan Younce Subject: Re: ports/25051 Reply-To: Ryan Younce Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25051; it has been noted by GNATS. From: Ryan Younce To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/25051 Date: Tue, 13 Feb 2001 19:31:26 -0500 (EST) >Submitter-Id: current-users >Originator: Ryan Younce >Organization: >Confidential: no >Synopsis: Re: ports/25051 (obsolete PR) >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 4.2-RELEASE i386 >Class: change-request >Environment: >Description: Please disregard previous PR (25051). Another version has been released, obsoleting loserjabber 2.1.3. Will send new PR when 2.1.4 porting is complete. >How-To-Repeat: >Fix: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 16:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E18CF37B4EC for ; Tue, 13 Feb 2001 16:50:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E0o6602040; Tue, 13 Feb 2001 16:50:06 -0800 (PST) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 7EE3A37B4EC for ; Tue, 13 Feb 2001 16:47:24 -0800 (PST) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f1E0kcm20615; Wed, 14 Feb 2001 01:46:38 +0100 (CET) (envelope-from ernst) Message-Id: <200102140046.f1E0kcm20615@heinz.jollem.com> Date: Wed, 14 Feb 2001 01:46:38 +0100 (CET) From: Ernst de Haan Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25082: textproc/java2html is *very* outdated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25082 >Category: ports >Synopsis: textproc/java2html is *very* outdated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 16:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.2-STABLE i386 >Organization: Jollem Information Tehnology >Environment: 4-STABLE >Description: The current textproc/java2html port is *very* outdated. It installs version 0.9.2 while 1.6 is the current version. See http://www.gnu.org/software/java2html/ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 17:13:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from 200.227.201.116 (200-227-201-116-as.acessonet.com.br [200.227.201.116]) by hub.freebsd.org (Postfix) with ESMTP id 2334937B503 for ; Tue, 13 Feb 2001 17:13:27 -0800 (PST) Received: (qmail 332 invoked by uid 1001); 13 Feb 2001 21:38:51 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Tue, 13 Feb 2001 19:38:29 -0200 To: Nick Sayer Cc: Maxim Sobolev , freebsd-ports@FreeBSD.ORG Subject: Re: /usr/local/lib/win32 Message-ID: <20010213193828.A327@Fedaykin.here> References: <200102130456.f1D4u9753386@vic.sabbo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from nsayer@quack.kfu.com on Tue, Feb 13, 2001 at 07:21:29AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 13, 2001 at 07:21:29AM -0800, Nick Sayer wrote: > > Hehehe. _RIGHT_ after I posted that question, I did a cvsup and the > changes I was talking about were made. Now that's service! :-) Yeah, ain't we the power to serve? :) > On Tue, 13 Feb 2001, Maxim Sobolev wrote: > > > > > > > I have successfully created a port for the xmps-win32-plugin stuff. > > > Actually, I just copied the one for the opendivx plugin and changed > > > the name, but that's neither here nor there. :-) > > > > > > This brings up an issue I'm not sure what to do about before committing > > > the port. > > > > > > /usr/local/lib/win32 is currently populated by the avifile port. xmps-win32- > > > plugin uses the codecs but does not use anything else in avifile. This > > > argues strongly for making the WIN32 codecs into their own port and having > > > both avifile and the xmps-win32-plugin ports depend on this new child port > > > (which perhaps should go into the emulators category?). > > > > > > What does everyone think about this situation? > > > > Perhaps you are thinking about what already done. Recently lioux separated > > WIN32 codecs from avifile port into the new win32-codecs port. > > > > -Maxim > > -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 17:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6409B37B491 for ; Tue, 13 Feb 2001 17:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E1U2i07398; Tue, 13 Feb 2001 17:30:02 -0800 (PST) (envelope-from gnats) Date: Tue, 13 Feb 2001 17:30:02 -0800 (PST) Message-Id: <200102140130.f1E1U2i07398@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christopher K Davis Subject: Re: ports/25011: Update port: www/analog 4.11 to 4.15 Reply-To: Christopher K Davis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25011; it has been noted by GNATS. From: Christopher K Davis To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/25011: Update port: www/analog 4.11 to 4.15 Date: 13 Feb 2001 20:22:33 -0500 Ignore this PR in favor of ports/25079 (update to 4.16, fixing a potential security hole). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 17:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B001B37B503 for ; Tue, 13 Feb 2001 17:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E1U2u07407; Tue, 13 Feb 2001 17:30:02 -0800 (PST) (envelope-from gnats) Received: from cheshire.manunkind.org (cheshire.manunkind.org [216.254.114.213]) by hub.freebsd.org (Postfix) with ESMTP id 9799737B4EC for ; Tue, 13 Feb 2001 17:25:50 -0800 (PST) Received: (from ryan@localhost) by cheshire.manunkind.org (8.11.1/8.11.1) id f1E1PnJ09995; Tue, 13 Feb 2001 20:25:49 -0500 (EST) (envelope-from ryan) Message-Id: <200102140125.f1E1PnJ09995@cheshire.manunkind.org> Date: Tue, 13 Feb 2001 20:25:49 -0500 (EST) From: Ryan Younce Reply-To: ryan@manunkind.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25084: Update port: deskutils/loserjabber (update from 2.1.2->2.1.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25084 >Category: ports >Synopsis: Update port: deskutils/loserjabber (update from 2.1.2->2.1.4) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 17:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ryan Younce >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: FreeBSD cheshire.manunkind.org 4.2-RELEASE FreeBSD 4.2-RELEASE #4: Mon Dec 18 23:49:43 EST 2000 root@cheshire.manunkind.org:/usr/src/sys/compile/CHESHIRE i386 >Description: This is the correct update for deskutils/loserjabber (I obsoleted the previous one, PR 25051, as a new release was done after submitting it). Please delete PR 25051 if it isn't already, thanks. This is the diff for the 2.1.2->2.1.4 version bump. >How-To-Repeat: >Fix: diff -ruN loserjabber.orig/Makefile loserjabber/Makefile --- loserjabber.orig/Makefile Fri Jan 5 18:12:24 2001 +++ loserjabber/Makefile Tue Feb 13 19:34:40 2001 @@ -6,7 +6,7 @@ # PORTNAME= loserjabber -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.4 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= loserjabber diff -ruN loserjabber.orig/distinfo loserjabber/distinfo --- loserjabber.orig/distinfo Fri Jan 5 18:12:24 2001 +++ loserjabber/distinfo Tue Feb 13 20:03:31 2001 @@ -1 +1 @@ -MD5 (loserjabber-2.1.2.tar.gz) = acb8c3e93f2c34d2c74fb8ea7f97f1d1 +MD5 (loserjabber-2.1.4.tar.gz) = c2f089d2ad026931f0bf24979ae24ad8 diff -ruN loserjabber.orig/pkg-plist loserjabber/pkg-plist --- loserjabber.orig/pkg-plist Tue Dec 19 06:44:48 2000 +++ loserjabber/pkg-plist Tue Feb 13 19:53:39 2001 @@ -1 +1,4 @@ bin/loserjabber +share/pixmaps/goat.png +share/pixmaps/goat.xpm +@dirrm share/pixmaps >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 18: 3: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by hub.freebsd.org (Postfix) with ESMTP id 9BFF637B491 for ; Tue, 13 Feb 2001 18:02:57 -0800 (PST) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id FAA15834; Wed, 14 Feb 2001 05:02:30 +0300 (MSK) Date: Wed, 14 Feb 2001 05:02:29 +0300 From: "Valeriy E. Ushakov" To: Steven Davidson Cc: ports@freebsd.org Subject: Re: Staroffice 5.2 on FreeBSD4.2-RELEASE Message-ID: <20010214050229.A15810@snark.ptc.spbu.ru> Mail-Followup-To: Steven Davidson , ports@freebsd.org References: <3A89B175.CBACEBBD@sprintlabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: <3A89B175.CBACEBBD@sprintlabs.com>; from "Steven Davidson" on Tue, Feb 13, 2001 at 14:13:09 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 13, 2001 at 14:13:09 -0800, Steven Davidson wrote: > File '109939-02.tar.Z' is not available on the CDROM nor can I find it > on the net. Any suggestions? That's odd. Makefile for the port lists much more master sites. Anyway, ftp://sunsolve.sun.com/pub/patches/109939-02.tar.Z is the primary location (hmm, and it is not listed in the makefile). SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 19: 8:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail7.mgfairfax.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id BC45B37B684 for ; Tue, 13 Feb 2001 19:08:43 -0800 (PST) Received: from [24.163.103.62] ([24.163.103.62]) by mail7.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 13 Feb 2001 22:08:41 -0500 Mime-Version: 1.0 X-Sender: matt@mail.nova.org Message-Id: Disposition-Notification-To: Matthew Lyle Date: Tue, 13 Feb 2001 22:08:40 -0500 To: ports@FreeBSD.org From: Matthew Lyle Subject: aspell make error Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I try to build aspell, out of the ports directory, on a 4.2-RELEASE system I get this error... Making all in pspell-module gmake[2]: Entering directory `/usr/ports/textproc/aspell/work/aspell-.32.5/pspell-module' /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter -I/usr/local/include -O -pipe -I/usr/local/include -c manager.cc rm -f .libs/manager.lo c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter -I/usr/local/include -O -pipe -I/usr/local/include -c manager.cc -fPIC -DPIC -o .libs/manager.lo manager.cc: In function `class PspellCanHaveError * libpspell_aspell_LTX_new_pspell_manager_class(PspellConfig *, void *)': manager.cc:308: cannot allocate an object of type `pspell_aspell::PA_Manager' manager.cc:308: since the following virtual functions are abstract: /usr/local/include/pspell/manager.h:133: int PspellManager::check(const char *, int) /usr/local/include/pspell/manager.h:139: bool PspellManager::add_to_personal(const char *, int) /usr/local/include/pspell/manager.h:140: bool PspellManager::add_to_session(const char *, int) /usr/local/include/pspell/manager.h:160: const class PspellWordList * PspellManager::suggest(const char *, int) /usr/local/include/pspell/manager.h:167: bool PspellManager::store_replacement(const char *, int, const char *, int) gmake[2]: *** [manager.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/aspell/work/aspell-.32.5/pspell-module' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell-.32.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/textproc/aspell. *** Error code 1 Stop in /usr/ports/textproc/aspell. *** Error code 1 Stop in /usr/ports/textproc/aspell. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 19:59:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.i-dns.net (mail.i-dns.net [203.126.116.228]) by hub.freebsd.org (Postfix) with ESMTP id 3D2E637B491 for ; Tue, 13 Feb 2001 19:59:44 -0800 (PST) Received: from bang (ad202.166.29.194.magix.com.sg [202.166.29.194]) by mail.i-dns.net (Postfix) with SMTP id 8E396FFC01 for ; Wed, 14 Feb 2001 11:59:23 +0800 (SGT) Message-ID: <000d01c0963a$81fd3ae0$2c00a8c0@idns.net> From: "Yong Tai Pang" To: Subject: update for /usr/ports/net/isc-dhcp3 Date: Wed, 14 Feb 2001 11:59:19 +0800 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=SHA1; protocol="application/x-pkcs7-signature"; boundary="----=_NextPart_000_0007_01C0967D.8FAAFCC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0967D.8FAAFCC0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0008_01C0967D.8FAAFCC0" ------=_NextPart_001_0008_01C0967D.8FAAFCC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, could you please update the ports for /usr/ports/net/isc-dhcp3 the lastest update fixes the problem of win98 clients that are unable to = get IP lease. Thanks. regards,=20 taipang ------=_NextPart_001_0008_01C0967D.8FAAFCC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

 
Hi,
could you please update the ports for=20 /usr/ports/net/isc-dhcp3
 
the lastest update fixes the problem of = win98=20 clients that are unable to get IP lease.
 
Thanks.
 
regards,
taipang
------=_NextPart_001_0008_01C0967D.8FAAFCC0-- ------=_NextPart_000_0007_01C0967D.8FAAFCC0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJgTCCAxQw ggJ9oAMCAQICAQswDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0 ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcx KDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxA dGhhd3RlLmNvbTAeFw05OTA5MTYxNDAxNDBaFw0wMTA5MTUxNDAxNDBaMIGUMQswCQYDVQQGEwJa QTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRQwEgYDVQQHEwtEdXJiYW52aWxsZTEPMA0GA1UEChMG VGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwg RnJlZW1haWwgUlNBIDE5OTkuOS4xNjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAs2lal9TQ Fgt6tcVd6SGcI3LNEkxL937Px/vKciT0QlKsV5Xje2F6F4Tn/XI5OJS06u1lp5IGXr3gZfYZu5R5 dkw+uWhwdYQc9BF0ALwFLE8JAxcxzPRB1HLGpl3iiESwiy7ETfHw1oU+bPOVlHiRfkDpnNGNFVeO wnPlMN5G9U8CAwEAAaM3MDUwEgYDVR0TAQH/BAgwBgEB/wIBADAfBgNVHSMEGDAWgBRyScJzNMZV 9At2coF+d/SH58ayDjANBgkqhkiG9w0BAQQFAAOBgQBrxlnpMfrptuyxA9jfcnL+kWBI6sZV3Xvw Z47GYXDnbcKlN9idtxcoVgWL3Vx1b8aRkMZsZnET0BB8a5FvhuAhNi3B1+qyCa3PLW3Gg1Kb+7v+ nIed/LfpdJLkXJeu/H6syg1vcnpnLGtz9Yb5nfUAbvQdB86dnoJjKe+TCX5V3jCCAy0wggKWoAMC AQICAQAwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENh cGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNV BAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3Rl LmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMDEyMzEyMzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMG A1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBD b25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYD VQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFs LWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRb celH2AxRtupykbCEXn0tDY97Et+FJXUodDpCLGMnn5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/o TQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kUo11uenwMpUtVfwYZKX+emibVars4JAhqmMex2qOYkf15 2+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk74 9ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwIzzD7qEqWih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs 3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH43F8jJgmRgHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGE a+T40c53ooEwggM0MIICnaADAgECAgMDXsIwDQYJKoZIhvcNAQEEBQAwgZQxCzAJBgNVBAYTAlpB MRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZpbGxlMQ8wDQYDVQQKEwZU aGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBG cmVlbWFpbCBSU0EgMTk5OS45LjE2MB4XDTAwMTAwNTEwNDUxNloXDTAxMDkwNTEwNDUxNlowgdcx CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRIwEAYDVQQHEwlQYWxvIEFsdG8xJDAi BgNVBAoTG2ktRE5TLm5ldCBJbnRlcm5hdGlvbmFsIEluYzEdMBsGA1UEDBMUU3lzdGVtIEFkbWlu aXN0cmF0b3IxDTALBgNVBAQTBFlvbmcxETAPBgNVBCoTCFRhaSBQYW5nMRYwFAYDVQQDEw1UYWkg UGFuZyBZb25nMSAwHgYJKoZIhvcNAQkBFhF0YWlwYW5nQGktZG5zLm5ldDCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAywQD8e+DIwaITNAM9ACw7rz6hY+oyJ2TJEyAQTzV6IhyZq7Zds94IvAQ UgE/O/+hmKfZeu6/w7N5YqmCQJp5BpGG5U21Hh308FSiWQ89l9zfWDIZCwFtjJuHRbv/s9+jQ3fP mia7155n21Mi8cnQ25xH0+80CNZl+AkGgwRsrOsCAwEAAaNPME0wHAYDVR0RBBUwE4ERdGFpcGFu Z0BpLWRucy5uZXQwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBSIq/Fgg2ZV9ORYx0YdwGG9I9fD jDANBgkqhkiG9w0BAQQFAAOBgQB1GNvdBZYxbSbQuNmaXL2jn823xnkjfmKYJ4+IsR79X23PaBe9 N60GoByC+J6ibkVTvBIMqW3o5pC6lakOzX/whxAk1sWbe8iRtMj2v8syEq62Od3F2Aj/9qhPtJtp xHt70Ise1pTwCRa41ejsh5rVk8WYn5HRIM+B634H3P6ydzGCAgAwggH8AgEBMIGcMIGUMQswCQYD VQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRQwEgYDVQQHEwtEdXJiYW52aWxsZTEPMA0G A1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVy c29uYWwgRnJlZW1haWwgUlNBIDE5OTkuOS4xNgIDA17CMAkGBSsOAwIaBQCggbowGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDEwMjE0MDM1OTE5WjAjBgkqhkiG9w0B CQQxFgQUrIfn/3FYToXgoV157oV59yBNzyMwWwYJKoZIhvcNAQkPMU4wTDAOBggqhkiG9w0DAgIC AIAwCgYIKoZIhvcNAwcwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwBwYF Kw4DAh0wDQYJKoZIhvcNAQEBBQAEgYAzSn/z3TqMb6UOZI3W4E0C1r6jM1Y9ZYyfMrFE9DDjKNbt +3GY+7VY7N1J2BuEXAGJqKsQG7ukkKSgdoRUE1riCr9H6L4BKKt1BIGtawD936DXJeRyAYQPwryN tFZtWkzHdP6KC1ppiYf4gS8YptXN9YutlU9mxZJMSQG9fda/ugAAAAAAAA== ------=_NextPart_000_0007_01C0967D.8FAAFCC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 21:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7356137B503 for ; Tue, 13 Feb 2001 21:40:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E5e9E39477; Tue, 13 Feb 2001 21:40:09 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id AED6B37B65D for ; Tue, 13 Feb 2001 21:38:32 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1E5cUR31738; Wed, 14 Feb 2001 13:38:30 +0800 (CST) (envelope-from leeym) Message-Id: <200102140538.f1E5cUR31738@utopia.leeym.com> Date: Wed, 14 Feb 2001 13:38:30 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25086: new port: net/aim-transport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25086 >Category: ports >Synopsis: new port: net/aim-transport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 21:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: AIM transport for Jabber server >How-To-Repeat: >Fix: # 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: # # aim-transport # aim-transport/Makefile # aim-transport/distinfo # aim-transport/pkg-comment # aim-transport/pkg-descr # aim-transport/pkg-plist # echo c - aim-transport mkdir -p aim-transport > /dev/null 2>&1 echo x - aim-transport/Makefile sed 's/^X//' >aim-transport/Makefile << 'END-of-aim-transport/Makefile' X# New ports collection makefile for: aim-transport X# Date created: 04 December 2000 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= aim-transport XPORTVERSION= 0.9.0 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XBUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include X XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-jabberd=${JABBER_WRKSRC}/jabberd X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/aimtrans.so\" into ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include END-of-aim-transport/Makefile echo x - aim-transport/distinfo sed 's/^X//' >aim-transport/distinfo << 'END-of-aim-transport/distinfo' XMD5 (aim-transport-0.9.0.tar.gz) = 16af3cdaa008a30079f5a89ecc4dbc90 END-of-aim-transport/distinfo echo x - aim-transport/pkg-comment sed 's/^X//' >aim-transport/pkg-comment << 'END-of-aim-transport/pkg-comment' XAIM Transport for Jabber server END-of-aim-transport/pkg-comment echo x - aim-transport/pkg-descr sed 's/^X//' >aim-transport/pkg-descr << 'END-of-aim-transport/pkg-descr' XAIM-Transport 0.9 X----------------- X XThis version of the AIM Transport is designed specifically to work with the XJabber server version 1.4. It will not work with previous versions due to the Xway that it loads itself into the main jabberd binary. X XTo build the AIM Transport uncompress the tarball, if you uncompressed it into Xthe Jabber 1.4 directory you can run the configure directly and it will find Xjabberd. Otherwise, you need to use the --with-jabberd=PATH option to Xconfigure. At this point you can run make and it should build just fine. Note Xthis version of the AIM Transport no longer requires a seperate download of Xlibfaim. X X-- XYen-Ming Lee END-of-aim-transport/pkg-descr echo x - aim-transport/pkg-plist sed 's/^X//' >aim-transport/pkg-plist << 'END-of-aim-transport/pkg-plist' Xlib/jabber/aim-transport/aimtrans.so X@dirrm lib/jabber/aim-transport END-of-aim-transport/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 21:50:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47DF337B67D for ; Tue, 13 Feb 2001 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E5o1b40915; Tue, 13 Feb 2001 21:50:01 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id A92E737B491 for ; Tue, 13 Feb 2001 21:42:18 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1E5gGl32560; Wed, 14 Feb 2001 13:42:17 +0800 (CST) (envelope-from leeym) Message-Id: <200102140542.f1E5gGl32560@utopia.leeym.com> Date: Wed, 14 Feb 2001 13:42:17 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25088: new port: net/irc-transport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25088 >Category: ports >Synopsis: new port: net/irc-transport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 21:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: IRC transport for Jabber server >How-To-Repeat: >Fix: # 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: # # irc-transport # irc-transport/Makefile # irc-transport/distinfo # irc-transport/pkg-comment # irc-transport/pkg-descr # irc-transport/pkg-plist # irc-transport/files # irc-transport/files/patch-aa # echo c - irc-transport mkdir -p irc-transport > /dev/null 2>&1 echo x - irc-transport/Makefile sed 's/^X//' >irc-transport/Makefile << 'END-of-irc-transport/Makefile' X# New ports collection makefile for: irc-transport X# Date created: 12 December 2000 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= irc-transport XPORTVERSION= 0.1b-1.40 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ XDISTFILES= ${PORTNAME}-${PORTVERSION}.linux${EXTRACT_SUFX} X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XBUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-jabberd=${JABBER_WRKSRC} XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${WRKSRC}/src/irc_transport.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/irc_transport.so\" ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include END-of-irc-transport/Makefile echo x - irc-transport/distinfo sed 's/^X//' >irc-transport/distinfo << 'END-of-irc-transport/distinfo' XMD5 (irc-transport-0.1b-1.40.linux.tar.gz) = 5ccf1bb828e3d813380f100e4d11f7f6 END-of-irc-transport/distinfo echo x - irc-transport/pkg-comment sed 's/^X//' >irc-transport/pkg-comment << 'END-of-irc-transport/pkg-comment' XIRC-Transport for Jabber server END-of-irc-transport/pkg-comment echo x - irc-transport/pkg-descr sed 's/^X//' >irc-transport/pkg-descr << 'END-of-irc-transport/pkg-descr' XIRC-Transport allows Jabber users to communicate with IRC Xservers and IRC users, by bridging the gap between the two networks X X-- XYen-Ming Lee END-of-irc-transport/pkg-descr echo x - irc-transport/pkg-plist sed 's/^X//' >irc-transport/pkg-plist << 'END-of-irc-transport/pkg-plist' Xlib/jabber/irc-transport/irc_transport.so X@dirrm lib/jabber/irc-transport END-of-irc-transport/pkg-plist echo c - irc-transport/files mkdir -p irc-transport/files > /dev/null 2>&1 echo x - irc-transport/files/patch-aa sed 's/^X//' >irc-transport/files/patch-aa << 'END-of-irc-transport/files/patch-aa' X--- src/Makefile.in.orig Thu Feb 8 02:31:02 2001 X+++ src/Makefile.in Mon Feb 12 09:32:49 2001 X@@ -31,6 +31,7 @@ X mandir = @mandir@ X includedir = @includedir@ X oldincludedir = /usr/include X+localincludedir = /usr/local/include X X DESTDIR = X X@@ -72,7 +73,7 @@ X VERSION = @VERSION@ X X CFLAGS = -g -fPIC -shared X-INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include X+INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include -I$(oldincludedir) -I$(localincludedir) X bin_PROGRAMS = irc_transport.so X X irc_transport_so_SOURCES = util.c init.c irc_in.c irc_out.c END-of-irc-transport/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 21:50:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16BAE37B503 for ; Tue, 13 Feb 2001 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E5o1b40905; Tue, 13 Feb 2001 21:50:01 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 783BD37B4EC for ; Tue, 13 Feb 2001 21:40:26 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1E5eOk32033; Wed, 14 Feb 2001 13:40:25 +0800 (CST) (envelope-from leeym) Message-Id: <200102140540.f1E5eOk32033@utopia.leeym.com> Date: Wed, 14 Feb 2001 13:40:25 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25087: new port: net/icq-transport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25087 >Category: ports >Synopsis: new port: net/icq-transport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 21:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: ICQ transport for Jabber server >How-To-Repeat: >Fix: # 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: # # icq-transport # icq-transport/Makefile # icq-transport/distinfo # icq-transport/pkg-comment # icq-transport/pkg-descr # icq-transport/pkg-plist # icq-transport/files # icq-transport/files/patch-aa # echo c - icq-transport mkdir -p icq-transport > /dev/null 2>&1 echo x - icq-transport/Makefile sed 's/^X//' >icq-transport/Makefile << 'END-of-icq-transport/Makefile' X# New ports collection makefile for: icq-transport X# Date created: 04 December 2000 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= icq-transport XPORTVERSION= 0.9 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XBUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include X XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC XMAKE_ENV= JABBER_WRKSRC=${JABBER_WRKSRC} X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/icqtrans.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${BUILD_WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/icqtrans.so\" into ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include END-of-icq-transport/Makefile echo x - icq-transport/distinfo sed 's/^X//' >icq-transport/distinfo << 'END-of-icq-transport/distinfo' XMD5 (icq-transport-0.9.tar.gz) = ffa69ae19ac18395c87470c1729dcc59 END-of-icq-transport/distinfo echo x - icq-transport/pkg-comment sed 's/^X//' >icq-transport/pkg-comment << 'END-of-icq-transport/pkg-comment' XICQ Transport for Jabber server END-of-icq-transport/pkg-comment echo x - icq-transport/pkg-descr sed 's/^X//' >icq-transport/pkg-descr << 'END-of-icq-transport/pkg-descr' XThis is the icq transport for the 1.4 server. X X-- XYen-Ming Lee END-of-icq-transport/pkg-descr echo x - icq-transport/pkg-plist sed 's/^X//' >icq-transport/pkg-plist << 'END-of-icq-transport/pkg-plist' Xlib/jabber/icq-transport/icqtrans.so X@dirrm lib/jabber/icq-transport END-of-icq-transport/pkg-plist echo c - icq-transport/files mkdir -p icq-transport/files > /dev/null 2>&1 echo x - icq-transport/files/patch-aa sed 's/^X//' >icq-transport/files/patch-aa << 'END-of-icq-transport/files/patch-aa' X--- Makefile.orig Mon Feb 5 08:26:03 2001 X+++ Makefile Wed Feb 14 04:20:48 2001 X@@ -1,9 +1,9 @@ X-include ../platform-settings X+include $(JABBER_WRKSRC)/platform-settings X X CC=gcc X-CFLAGS:=$(CFLAGS) $(DEFINES) -I../jabberd/ -Wall -g X+CFLAGS:=$(CFLAGS) $(DEFINES) -I$(JABBER_WRKSRC)/jabberd -Wall -g X X-icqtrans_HEADERS=icqtransport.h protocol.h tables.h ../jabberd/jabberd.h X+icqtrans_HEADERS=icqtransport.h protocol.h tables.h $(JABBER_WRKSRC)/jabberd/jabberd.h X X icqtrans_OBJECTS = \ X charset.o \ END-of-icq-transport/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 21:50:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DE7337B698 for ; Tue, 13 Feb 2001 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E5o1f40924; Tue, 13 Feb 2001 21:50:01 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id E835B37B491 for ; Tue, 13 Feb 2001 21:44:18 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1E5iHJ32769; Wed, 14 Feb 2001 13:44:18 +0800 (CST) (envelope-from leeym) Message-Id: <200102140544.f1E5iHJ32769@utopia.leeym.com> Date: Wed, 14 Feb 2001 13:44:18 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25089: new port: net/jud Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25089 >Category: ports >Synopsis: new port: net/jud >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 21:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Jabber User Directory >How-To-Repeat: >Fix: # 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: # # jud # jud/distinfo # jud/pkg-descr # jud/Makefile # jud/pkg-plist # jud/files # jud/files/patch-aa # jud/pkg-comment # echo c - jud mkdir -p jud > /dev/null 2>&1 echo x - jud/distinfo sed 's/^X//' >jud/distinfo << 'END-of-jud/distinfo' XMD5 (jud-0.4.tar.gz) = a057e8dd5966fa0d26ded03697ba395a END-of-jud/distinfo echo x - jud/pkg-descr sed 's/^X//' >jud/pkg-descr << 'END-of-jud/pkg-descr' XThis is the first public release of the simple JUD (Jabber User Directory). X X-- XYen-Ming Lee END-of-jud/pkg-descr echo x - jud/Makefile sed 's/^X//' >jud/Makefile << 'END-of-jud/Makefile' X# New ports collection makefile for: jud X# Date created: 04 December 2000 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= jud XPORTVERSION= 0.4 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XBUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include X XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC XMAKE_ENV= JABBER_WRKSRC=${JABBER_WRKSRC} X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${WRKSRC}/jud.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/jud.so\" into ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include END-of-jud/Makefile echo x - jud/pkg-plist sed 's/^X//' >jud/pkg-plist << 'END-of-jud/pkg-plist' Xlib/jabber/jud/jud.so X@dirrm lib/jabber/jud END-of-jud/pkg-plist echo c - jud/files mkdir -p jud/files > /dev/null 2>&1 echo x - jud/files/patch-aa sed 's/^X//' >jud/files/patch-aa << 'END-of-jud/files/patch-aa' X--- Makefile.orig Thu Feb 1 17:46:54 2001 X+++ Makefile Wed Feb 14 05:02:15 2001 X@@ -1,5 +1,5 @@ X-include ../platform-settings X+include $(JABBER_WRKSRC)/platform-settings X X-CFLAGS:=$(CFLAGS) -I../jabberd X+CFLAGS:=$(CFLAGS) -I$(JABBER_WRKSRC)/jabberd X X jud_OBJECTS=jud.o jud_reg.o jud_search.o END-of-jud/files/patch-aa echo x - jud/pkg-comment sed 's/^X//' >jud/pkg-comment << 'END-of-jud/pkg-comment' XJabber User Directory END-of-jud/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 21:50:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B164637B699 for ; Tue, 13 Feb 2001 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E5o1340934; Tue, 13 Feb 2001 21:50:01 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 16EE337B491 for ; Tue, 13 Feb 2001 21:46:12 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1E5kA033013; Wed, 14 Feb 2001 13:46:11 +0800 (CST) (envelope-from leeym) Message-Id: <200102140546.f1E5kA033013@utopia.leeym.com> Date: Wed, 14 Feb 2001 13:46:11 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25090: new port: net/msn-transport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25090 >Category: ports >Synopsis: new port: net/msn-transport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 21:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: MSN transport for Jabber server >How-To-Repeat: >Fix: # 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: # # msn-transport # msn-transport/Makefile # msn-transport/distinfo # msn-transport/pkg-comment # msn-transport/pkg-descr # msn-transport/pkg-plist # msn-transport/files # msn-transport/files/patch-aa # echo c - msn-transport mkdir -p msn-transport > /dev/null 2>&1 echo x - msn-transport/Makefile sed 's/^X//' >msn-transport/Makefile << 'END-of-msn-transport/Makefile' X# New ports collection makefile for: msn-transport X# Date created: 14 February 2000 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= msn-transport XPORTVERSION= 1.1 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XBUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include X XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC XMAKE_ENV= JABBER_WRKSRC=${JABBER_WRKSRC} X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/msntrans.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/msntrans.so\" into ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include END-of-msn-transport/Makefile echo x - msn-transport/distinfo sed 's/^X//' >msn-transport/distinfo << 'END-of-msn-transport/distinfo' XMD5 (msn-transport-1.1.tar.gz) = 251cd4b6cfc6c52a0f15c3ff2bfbfff9 END-of-msn-transport/distinfo echo x - msn-transport/pkg-comment sed 's/^X//' >msn-transport/pkg-comment << 'END-of-msn-transport/pkg-comment' XMSN-Transport for Jabber server END-of-msn-transport/pkg-comment echo x - msn-transport/pkg-descr sed 's/^X//' >msn-transport/pkg-descr << 'END-of-msn-transport/pkg-descr' XThis is the msn transport for the 1.4 server. X X-- XYen-Ming Lee END-of-msn-transport/pkg-descr echo x - msn-transport/pkg-plist sed 's/^X//' >msn-transport/pkg-plist << 'END-of-msn-transport/pkg-plist' Xlib/jabber/msn-transport/msntrans.so X@dirrm lib/jabber/msn-transport END-of-msn-transport/pkg-plist echo c - msn-transport/files mkdir -p msn-transport/files > /dev/null 2>&1 echo x - msn-transport/files/patch-aa sed 's/^X//' >msn-transport/files/patch-aa << 'END-of-msn-transport/files/patch-aa' X--- Makefile.orig Wed Feb 14 13:26:36 2001 X+++ Makefile Wed Feb 14 13:26:47 2001 X@@ -1,9 +1,9 @@ X-include ../platform-settings X+include $(JABBER_WRKSRC)/platform-settings X X CC=gcc X-CFLAGS:=$(CFLAGS) $(DEFINES) -I../jabberd/ -Wall -g -O2 X+CFLAGS:=$(CFLAGS) $(DEFINES) -I$(JABBER_WRKSRC)/jabberd/ -Wall -g -O2 X X-msntrans_HEADERS=msntrans.h ../jabberd/jabberd.h X+msntrans_HEADERS=msntrans.h $(JABBER_WRKSRC)/jabberd/jabberd.h X X msntrans_OBJECTS = \ X cmd.o \ END-of-msn-transport/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 21:50:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D76DB37B684 for ; Tue, 13 Feb 2001 21:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E5o1I40943; Tue, 13 Feb 2001 21:50:01 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 9E45437B4EC for ; Tue, 13 Feb 2001 21:48:55 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1E5mrf33271; Wed, 14 Feb 2001 13:48:53 +0800 (CST) (envelope-from leeym) Message-Id: <200102140548.f1E5mrf33271@utopia.leeym.com> Date: Wed, 14 Feb 2001 13:48:53 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25091: new port: net/yahoo-transport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25091 >Category: ports >Synopsis: new port: net/yahoo-transport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 21:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Yahoo transport for Jabber server >How-To-Repeat: >Fix: # 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: # # yahoo-transport # yahoo-transport/Makefile # yahoo-transport/distinfo # yahoo-transport/pkg-comment # yahoo-transport/pkg-descr # yahoo-transport/pkg-plist # echo c - yahoo-transport mkdir -p yahoo-transport > /dev/null 2>&1 echo x - yahoo-transport/Makefile sed 's/^X//' >yahoo-transport/Makefile << 'END-of-yahoo-transport/Makefile' X# New ports collection makefile for: yahoo-transport X# Date created: 04 December 2000 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= yahoo-transport XPORTVERSION= 0.8.1-1.4 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ XDISTFILES= ${PORTNAME}-${PORTVERSION}.linux${EXTRACT_SUFX} X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-jabberd=${JABBER_WRKSRC} XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/src/yahootrans.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${BUILD_WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/yahootrans.so\" ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include END-of-yahoo-transport/Makefile echo x - yahoo-transport/distinfo sed 's/^X//' >yahoo-transport/distinfo << 'END-of-yahoo-transport/distinfo' XMD5 (yahoo-transport-0.8.1-1.4.linux.tar.gz) = 913cecef3cf2a20b8419eec499354f88 END-of-yahoo-transport/distinfo echo x - yahoo-transport/pkg-comment sed 's/^X//' >yahoo-transport/pkg-comment << 'END-of-yahoo-transport/pkg-comment' XYahoo-Transport for Jabber server END-of-yahoo-transport/pkg-comment echo x - yahoo-transport/pkg-descr sed 's/^X//' >yahoo-transport/pkg-descr << 'END-of-yahoo-transport/pkg-descr' XYahoo Transport allows jabber users to log into Yahoo Messenger, Xand send/recv messages. X X-- XYen-Ming Lee END-of-yahoo-transport/pkg-descr echo x - yahoo-transport/pkg-plist sed 's/^X//' >yahoo-transport/pkg-plist << 'END-of-yahoo-transport/pkg-plist' Xlib/jabber/yahoo-transport/yahootrans.so X@dirrm lib/jabber/yahoo-transport END-of-yahoo-transport/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 22: 9:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 619A437B4EC; Tue, 13 Feb 2001 22:09:49 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id IAA04024; Wed, 14 Feb 2001 08:15:24 +0100 Message-ID: <3A8A2185.3AD57831@i-clue.de> Date: Wed, 14 Feb 2001 07:11:17 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: sf@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/24965: ImageMagick does not build References: <200102122133.f1CLXP952338@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sf@FreeBSD.org schrieb: > > Synopsis: ImageMagick does not build > > State-Changed-From-To: open->feedback > State-Changed-By: sf > State-Changed-When: Mon Feb 12 13:32:59 PST 2001 > State-Changed-Why: > update libtool. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=24965 # uname -a FreeBSD amnesix.i-clue.de 4.2-STABLE FreeBSD 4.2-STABLE #4: Tue Feb 13 18:11:45 CET 2001 so@amnesix.i-clue.de:/usr/src/sys/compile/AMNESIX-4.2-S i386 After CVSuping and buildworld, the port is still broken. Can anybody MFC libtool please? Thanks for your assistance -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 22:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 961DE37B4EC for ; Tue, 13 Feb 2001 22:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E6K1p50342; Tue, 13 Feb 2001 22:20:01 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 8534537B4EC for ; Tue, 13 Feb 2001 22:19:49 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1E6Jlh37028; Wed, 14 Feb 2001 14:19:47 +0800 (CST) (envelope-from leeym) Message-Id: <200102140619.f1E6Jlh37028@utopia.leeym.com> Date: Wed, 14 Feb 2001 14:19:47 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25092: new port: net/conference Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25092 >Category: ports >Synopsis: new port: net/conference >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 22:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Conference/GroupChat transport for Jabber server >How-To-Repeat: >Fix: # 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: # # conference # conference/files # conference/files/patch-aa # conference/Makefile # conference/pkg-comment # conference/pkg-descr # conference/pkg-plist # conference/distinfo # echo c - conference mkdir -p conference > /dev/null 2>&1 echo c - conference/files mkdir -p conference/files > /dev/null 2>&1 echo x - conference/files/patch-aa sed 's/^X//' >conference/files/patch-aa << 'END-of-conference/files/patch-aa' X--- Makefile.orig Wed Feb 14 11:22:01 2001 X+++ Makefile Wed Feb 14 11:22:12 2001 X@@ -1,6 +1,6 @@ X-include ../platform-settings X+include $(JABBER_WRKSRC)/platform-settings X X-CFLAGS:=$(CFLAGS) -I../jabberd X+CFLAGS:=$(CFLAGS) -I$(JABBER_WRKSRC)/jabberd X X conference_OBJECTS=conference.o conference_room.o conference_user.o X END-of-conference/files/patch-aa echo x - conference/Makefile sed 's/^X//' >conference/Makefile << 'END-of-conference/Makefile' X# New ports collection makefile for: conference X# Date created: 14 February 2001 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= conference XPORTVERSION= 0.4 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XBUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include X XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC XMAKE_ENV= JABBER_WRKSRC=${JABBER_WRKSRC} X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${WRKSRC}/conference.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/conference.so\" into ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include END-of-conference/Makefile echo x - conference/pkg-comment sed 's/^X//' >conference/pkg-comment << 'END-of-conference/pkg-comment' XConferencing/GroupChat service for Jabber server END-of-conference/pkg-comment echo x - conference/pkg-descr sed 's/^X//' >conference/pkg-descr << 'END-of-conference/pkg-descr' XThis is the new conferencing/groupchat service for the 1.4 server. X X-- XYen-Ming Lee X END-of-conference/pkg-descr echo x - conference/pkg-plist sed 's/^X//' >conference/pkg-plist << 'END-of-conference/pkg-plist' Xlib/jabber/conference/conference.so X@dirrm lib/jabber/conference END-of-conference/pkg-plist echo x - conference/distinfo sed 's/^X//' >conference/distinfo << 'END-of-conference/distinfo' XMD5 (conference-0.4.tar.gz) = b17f55aa42a3e6e6ca484fa2e9688b87 END-of-conference/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 13 23:48:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202]) by hub.freebsd.org (Postfix) with SMTP id 25AC037B503 for ; Tue, 13 Feb 2001 23:48:33 -0800 (PST) Received: (qmail 44138198 invoked from network); 14 Feb 2001 07:48:24 -0000 Received: from d165.dhcp212-231.cybercable.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 14 Feb 2001 07:48:24 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.1/8.11.1) id f1E7mNH01205; Wed, 14 Feb 2001 08:48:23 +0100 (CET) (envelope-from clefevre@poboxes.com) To: "Yong Tai Pang" Cc: Subject: Re: update for /usr/ports/net/isc-dhcp3 References: <000d01c0963a$81fd3ae0$2c00a8c0@idns.net> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C In-Reply-To: "Yong Tai Pang"'s message of "Wed, 14 Feb 2001 11:59:19 +0800" From: Cyrille Lefevre Reply-To: clefevre@poboxes.com Mail-Copies-To: never Date: 14 Feb 2001 08:48:21 +0100 Message-ID: Lines: 15 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Yong Tai Pang" writes: > could you please update the ports for /usr/ports/net/isc-dhcp3 > > the lastest update fixes the problem of win98 clients that are unable to get IP lease. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24911 PS : you post in both plain-text and html. please, configure your mailer to post in plain text only, thanks. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 0:39:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 7CCDB37B401 for ; Wed, 14 Feb 2001 00:39:38 -0800 (PST) Received: from kyoto-tc012-p149.alpha-net.ne.jp (kyoto-tc012-p149.alpha-net.ne.jp [210.237.118.183]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id RAA08723; Wed, 14 Feb 2001 17:39:27 +0900 (JST) Received: from souffle.bogus-local.net (localhost [127.0.0.1]) by kyoto-tc012-p149.alpha-net.ne.jp (Postfix) with ESMTP id A5D7316B82; Wed, 14 Feb 2001 17:39:28 +0900 (JST) Date: Wed, 14 Feb 2001 17:39:28 +0900 Message-ID: <86d7clpsjj.wl@cheerful.com> From: FUJISHIMA Satsuki To: so@server.i-clue.de Cc: ports@FreeBSD.org Subject: Re: ports/24965: ImageMagick does not build In-Reply-To: <3A8902D5.C4DACCB7@i-clue.de> References: <200102122133.f1CLXP952338@freefall.freebsd.org> <3A8902D5.C4DACCB7@i-clue.de> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Tue, 13 Feb 2001 10:48:05 +0100, Christoph Sold wrote: > Excuse my ignorance, but: how? All I did before was staying stable using > cvsup. I assume the libtool will be updated automagically when > CVSupping, make buildworld, make buildkernel, make installworld, make > installkernel, right? No. What CVSup updates is your system sources and ports skelton, not installed port itself. You should do updating procedure manually for ports as you did make world for src. You can update it like # pkg_delete libtool-(version you have installed) # cd /usr/ports/devel/libtool && make install I think you would like to # echo weekly_status_pkg_enable=yes >>/etc/periodic.conf pkg_version(1) will report you your package information every saturday. -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 0:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D92337B491 for ; Wed, 14 Feb 2001 00:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E8e2L67790; Wed, 14 Feb 2001 00:40:02 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 00:40:02 -0800 (PST) Message-Id: <200102140840.f1E8e2L67790@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: ports/24965: ImageMagick does not build Reply-To: Dima Dorfman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24965; it has been noted by GNATS. From: Dima Dorfman To: so@server.i-clue.de Cc: sf@FreeBSD.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/24965: ImageMagick does not build Date: Wed, 14 Feb 2001 00:35:58 -0800 > After CVSuping and buildworld, the port is still broken. Can anybody MFC > libtool please? libtool is a port; not part of the base system. /usr/ports/devel/libtool Hope this helps Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 1:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1C1937B503 for ; Wed, 14 Feb 2001 01:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1E9K3G74303; Wed, 14 Feb 2001 01:20:03 -0800 (PST) (envelope-from gnats) Received: from ns1-dmz.rh.dk (gw-ext.rh.dk [130.226.106.3]) by hub.freebsd.org (Postfix) with ESMTP id 203D937B684 for ; Wed, 14 Feb 2001 01:15:24 -0800 (PST) Received: from ns1.int.rh.dk (ns1-108.rh.dk [130.226.108.194]) by ns1-dmz.rh.dk (Postfix) with ESMTP id 6390C567CC for ; Wed, 14 Feb 2001 10:15:22 +0100 (CET) Received: from aylee.td.rh.dk (aylee.td.rh.dk [172.31.211.70]) by ns1.int.rh.dk (8.9.3/8.9.3/mailhub-rh-dk-0.1) with SMTP id KAA52261 for ; Wed, 14 Feb 2001 10:15:22 +0100 (CET) (envelope-from regnauld@td.rh.dk) Received: by aylee.td.rh.dk (Postfix, from userid 1001) id 28977B930; Wed, 14 Feb 2001 10:15:22 +0100 (CET) Message-Id: <20010214091522.28977B930@aylee.td.rh.dk> Date: Wed, 14 Feb 2001 10:15:22 +0100 (CET) From: regnauld@td.rh.dk Reply-To: regnauld@td.rh.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25094: NetSaint port creates netsaint user with /bin/sh as login shell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25094 >Category: ports >Synopsis: NetSaint port creates netsaint user with /bin/sh as shell >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 01:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Phil Regnauld >Release: FreeBSD 5.0-CURRENT i386 >Organization: Copenhagen Kingdom Hospital - Rigshospitalet >Environment: >Description: NetSaint port (v.0.0.6) creates netsaint user with /bin/sh as the shell -- this is not a good idea: system( "/usr/bin/chpass -a \"netsaint:*:$nsUID:$nsGID\:\:0:0:Netsaint pseudo-user:$ENV{'PREFIX'}/netsaint:/bin/sh\"" ); >How-To-Repeat: >Fix: Change shell /sbin/nologin system( "/usr/bin/chpass -a \"netsaint:*:$nsUID:$nsGID\:\:0:0:Netsaint pseudo-user:$ENV{'PREFIX'}/netsaint:/sbin/nologin\"" ); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 2:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D76E37B503 for ; Wed, 14 Feb 2001 02:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EAe1783871; Wed, 14 Feb 2001 02:40:01 -0800 (PST) (envelope-from gnats) Received: from lion.com.ua (NS.lion.com.ua [212.40.37.238]) by hub.freebsd.org (Postfix) with ESMTP id 1FC7537B401 for ; Wed, 14 Feb 2001 02:39:11 -0800 (PST) Received: from lion-aif.lion (lion-aif.lion [10.1.2.1]) by lion.com.ua (8.11.1/8.11.1) with ESMTP id f1ECcOt06694 for ; Wed, 14 Feb 2001 12:38:29 GMT (envelope-from sa@simon.org.ua) Message-Id: Date: Wed, 14 Feb 2001 12:38:24 +0000 (GMT) From: Andrey Simonenko To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25095: Update port sysutils/ipa [by maintainer] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25095 >Category: ports >Synopsis: Update port sysutils/ipa [by maintainer] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 02:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: Current ports collection >Description: Update port sysutils/ipa to version 1.0.4 - Fixed bug, which could cause core dump, strange incorrect work with exec parameter - Fixed bug: when some command in exec parameter wrote to unopened descriptor (for example stderr), then files in database could be damaged >How-To-Repeat: Patch in included >Fix: diff -ruN ipa.orig/Makefile ipa/Makefile --- ipa.orig/Makefile Sat Feb 3 16:31:23 2001 +++ ipa/Makefile Wed Feb 14 10:46:22 2001 @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ diff -ruN ipa.orig/distinfo ipa/distinfo --- ipa.orig/distinfo Sat Feb 3 16:31:23 2001 +++ ipa/distinfo Wed Feb 14 10:47:52 2001 @@ -1 +1 @@ -MD5 (ipa-1.0.3.tar.gz) = 3605d24a6269f3c7624169a678f22d6e +MD5 (ipa-1.0.4.tar.gz) = b245fa2ebec7147a499c81b2b60facee diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa --- ipa.orig/files/patch-aa Mon Jan 29 16:00:20 2001 +++ ipa/files/patch-aa Wed Feb 14 10:50:51 2001 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Jan 18 00:35:42 2001 -+++ Makefile Sun Jan 28 18:40:36 2001 +--- Makefile.orig Wed Feb 14 10:36:27 2001 ++++ Makefile Wed Feb 14 10:50:41 2001 @@ -38,7 +38,7 @@ # -O3 - optimize (it seems that -O3 also help to find out some errors); # -g - produce debugging information. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 2:42:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 3463637B401; Wed, 14 Feb 2001 02:42:42 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id MAA05806; Wed, 14 Feb 2001 12:48:11 +0100 Message-ID: <3A8A6174.3EDF6D3B@i-clue.de> Date: Wed, 14 Feb 2001 11:44:04 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: FUJISHIMA Satsuki Cc: so@server.ms-agentur.de, ports@FreeBSD.org Subject: Re: ports/24965: ImageMagick does not build References: <200102122133.f1CLXP952338@freefall.freebsd.org> <3A8902D5.C4DACCB7@i-clue.de> <86d7clpsjj.wl@cheerful.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FUJISHIMA Satsuki schrieb: > > At Tue, 13 Feb 2001 10:48:05 +0100, > Christoph Sold wrote: > > Excuse my ignorance, but: how? All I did before was staying stable using > > cvsup. I assume the libtool will be updated automagically when > > CVSupping, make buildworld, make buildkernel, make installworld, make > > installkernel, right? > > No. What CVSup updates is your system sources and ports skelton, not > installed port itself. You should do updating procedure manually for > ports as you did make world for src. Ops. Pointy hat to me, I thought libtool to be part of the base system. Sorry about the inconvenience. Please close the PR. > You can update it like > # pkg_delete libtool-(version you have installed) > # cd /usr/ports/devel/libtool && make install Doing that right now. > I think you would like to > # echo weekly_status_pkg_enable=yes >>/etc/periodic.conf > pkg_version(1) will report you your package information every saturday. Now that is a very nice addition to the base system. Freundliche Grüße aus Waiblingen Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 4:40:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 646C837B491; Wed, 14 Feb 2001 04:40:42 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ECedX03697; Wed, 14 Feb 2001 04:40:39 -0800 (PST) (envelope-from jeh) Date: Wed, 14 Feb 2001 04:40:39 -0800 (PST) From: Message-Id: <200102141240.f1ECedX03697@freefall.freebsd.org> To: john@coastalgeology.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23872: New port: Libgrass5, library of GRASS 5.0 functions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Libgrass5, library of GRASS 5.0 functions State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Wed Feb 14 04:40:21 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23872 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 4:41:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53A9737B67D; Wed, 14 Feb 2001 04:41:57 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ECfvJ03948; Wed, 14 Feb 2001 04:41:57 -0800 (PST) (envelope-from kevlo) Date: Wed, 14 Feb 2001 04:41:57 -0800 (PST) From: Message-Id: <200102141241.f1ECfvJ03948@freefall.freebsd.org> To: tkato@prontomail.ne.jp, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25074: Update port: cad/xcircuit to 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit to 2.2.1 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed Feb 14 04:41:43 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25074 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 4:49:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4FEE37B491; Wed, 14 Feb 2001 04:49:09 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ECn9t04684; Wed, 14 Feb 2001 04:49:09 -0800 (PST) (envelope-from kevlo) Date: Wed, 14 Feb 2001 04:49:09 -0800 (PST) From: Message-Id: <200102141249.f1ECn9t04684@freefall.freebsd.org> To: tkato@prontomail.ne.jp, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25075: Update port: databases/freetds Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: databases/freetds State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed Feb 14 04:48:53 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25075 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 5: 2:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id D77D637B503; Wed, 14 Feb 2001 05:02:19 -0800 (PST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by white.imgsrc.co.jp (8.11.2/8.11.0) with ESMTP id f1ED2Iu82010; Wed, 14 Feb 2001 22:02:18 +0900 (JST) Date: Wed, 14 Feb 2001 22:02:12 +0900 Message-ID: <7m66idquy3.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: dima@freebsd.org Cc: Ports Team Subject: Fix for palm/pilot-link User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: multipart/mixed; boundary="Multipart_Wed_Feb_14_22:02:12_2001-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Multipart_Wed_Feb_14_22:02:12_2001-1 Content-Type: text/plain; charset=US-ASCII Hi Dima, I found palm/pilot-link failed on building stage on my environment (and bento's). I made fix for this problem. Can I commit this? (1) Add write permission at post-patch stage to be able to build by non-root users. (2) Remove -O flag from CFLAGS due to c++'s optimization bug. -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project --Multipart_Wed_Feb_14_22:02:12_2001-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="pilot-link.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/palm/pilot-link/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- Makefile 2001/01/11 22:19:38 1.42 +++ Makefile 2001/02/14 12:57:17 @@ -22,13 +22,20 @@ PREFIX= ${LOCALBASE}/pilot CONFIGURE_ARGS= --with-perl5=${PERL5} +.include + +CFLAGS!= ${ECHO} "${CFLAGS}" | ${SED} -e 's/-O[0-9a-z]*//g' + MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ install-hinote.1 install-memo.1 install-user.1 \ pilot-xfer.1 read-ical.1 MAN7= pilot-link.7 +post-patch: + @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} + post-install: @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${LOCALBASE}/etc/rc.d/pilot-link.sh @${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh -.include +.include --Multipart_Wed_Feb_14_22:02:12_2001-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 5:12:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2430E37B503; Wed, 14 Feb 2001 05:12:40 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EDCce09233; Wed, 14 Feb 2001 05:12:38 -0800 (PST) (envelope-from jeh) Date: Wed, 14 Feb 2001 05:12:38 -0800 (PST) From: Message-Id: <200102141312.f1EDCce09233@freefall.freebsd.org> To: atrn@zeta.org.au, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23882: New ici port for version 3 ici Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ici port for version 3 ici State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Wed Feb 14 05:12:15 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23882 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 5:22:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C59DE37B6FA; Wed, 14 Feb 2001 05:22:46 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EDMkt10539; Wed, 14 Feb 2001 05:22:46 -0800 (PST) (envelope-from jeh) Date: Wed, 14 Feb 2001 05:22:46 -0800 (PST) From: Message-Id: <200102141322.f1EDMkt10539@freefall.freebsd.org> To: greid@dogma.freebsd-uk.eu.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23996: New port: cel: A small, simple prototype-based OO language Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cel: A small, simple prototype-based OO language State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Wed Feb 14 05:21:55 PST 2001 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23996 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 5:50:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F169837B401; Wed, 14 Feb 2001 05:50:39 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EDodl14312; Wed, 14 Feb 2001 05:50:39 -0800 (PST) (envelope-from jeh) Date: Wed, 14 Feb 2001 05:50:39 -0800 (PST) From: Message-Id: <200102141350.f1EDodl14312@freefall.freebsd.org> To: greid@dogma.freebsd-uk.eu.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23998: New port: NAMG: A program to download mail from a NetAddress web account. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: NAMG: A program to download mail from a NetAddress web account. State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Wed Feb 14 05:50:20 PST 2001 State-Changed-Why: Commited, with minor changes. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 6:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EABD237B6A3 for ; Wed, 14 Feb 2001 06:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EEK2719626; Wed, 14 Feb 2001 06:20:02 -0800 (PST) (envelope-from gnats) Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 5999A37B401 for ; Wed, 14 Feb 2001 06:18:24 -0800 (PST) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 14T2l5-000Mya-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 14 Feb 2001 16:18:15 +0200 Message-Id: Date: Wed, 14 Feb 2001 16:18:15 +0200 From: johann@egenetics.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25098: New port: net/hagelslag Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25098 >Category: ports >Synopsis: New port: net/hagelslag >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 06:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Johann Visagie >Release: FreeBSD 5.0-CURRENT i386 >Organization: Electric Genetics >Environment: >Description: - New port (net/hagelslag) of Hagelslag v0.12.1, a rather nifty command-line Gnutella servent. Very flexible, including the ability to act as daemon, router or hostcache. Could be a nice building block for providing Gnutella services. - Tested on -CURRENT and 3-STABLE (compiles with many warnings on 3-STABLE but seems to work). >How-To-Repeat: >Fix: # 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: # # hagelslag # hagelslag/Makefile # hagelslag/distinfo # hagelslag/files # hagelslag/files/patch-src-Makefile # hagelslag/files/patch-gui-api-c++-Makefile # hagelslag/files/patch-gui-test-Makefile # hagelslag/files/patch-Makefile # hagelslag/pkg-plist # hagelslag/pkg-comment # hagelslag/pkg-descr # echo c - hagelslag mkdir -p hagelslag > /dev/null 2>&1 echo x - hagelslag/Makefile sed 's/^X//' >hagelslag/Makefile << 'END-of-hagelslag/Makefile' X# New ports collection makefile for: hagelslag X# Date created: 14 February 2001 X# Whom: Johann Visagie X# X# $FreeBSD$ X# X XPORTNAME= hagelslag XPORTVERSION= 0.12.1 XCATEGORIES= net XMASTER_SITES= http://tiefighter.et.tudelft.nl/hagelslag/ \ X ftp://tiefighter.et.tudelft.nl/pub/hagelslag/v${PORTVERSION}/ XEXTRACT_SUFX= .tgz X XMAINTAINER= johann@egenetics.com X XBUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend X XUSE_GMAKE= yes XMAKEFILES= Makefile gui/Makefile gui-api/Makefile XHS_DOCDIR= ${PREFIX}/share/doc/${PORTNAME} X Xpost-patch: X.for mfile in ${MAKEFILES} X @ ${PERL} -pi -e 's#make -C#\$${MAKE} -C#' ${WRKSRC}/${mfile} X.endfor X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${HS_DOCDIR} X @ ${INSTALL_MAN} ${WRKSRC}/doc/* ${HS_DOCDIR} X.endif X X.include END-of-hagelslag/Makefile echo x - hagelslag/distinfo sed 's/^X//' >hagelslag/distinfo << 'END-of-hagelslag/distinfo' XMD5 (hagelslag-0.12.1.tgz) = 65142f58f170f23ee0a6d097cfa11cf9 END-of-hagelslag/distinfo echo c - hagelslag/files mkdir -p hagelslag/files > /dev/null 2>&1 echo x - hagelslag/files/patch-src-Makefile sed 's/^X//' >hagelslag/files/patch-src-Makefile << 'END-of-hagelslag/files/patch-src-Makefile' X--- src/Makefile.orig Thu Feb 1 16:27:37 2001 X+++ src/Makefile Wed Feb 14 14:41:23 2001 X@@ -1,5 +1,4 @@ X # Don't change this... X-CXX=g++ X LFLAGS= X COMMONFLAGS=-Wall -O2 -g X ROUTER_FLAGS=$(COMMONFLAGS) -DROUTER X@@ -7,7 +6,7 @@ X CONSOLE_FLAGS=$(COMMONFLAGS) -DCONSOLE X X # Change this instead. X-CXXFLAGS=$(CONSOLE_FLAGS) X+CXXFLAGS+=$(CONSOLE_FLAGS) X X # Nothing below here should be changed X X@@ -70,7 +69,7 @@ X cp hagelslagd ../bin X X depend: X- makedepend -Y -- $(CPP_FILES) X+ makedepend -- $(CPP_FILES) X X clean: X rm -f hagelslag hagelslagd hagelslagrouter *.o *~ core *.bak END-of-hagelslag/files/patch-src-Makefile echo x - hagelslag/files/patch-gui-api-c++-Makefile sed 's/^X//' >hagelslag/files/patch-gui-api-c++-Makefile << 'END-of-hagelslag/files/patch-gui-api-c++-Makefile' X--- gui-api/c++/Makefile.orig Thu Feb 1 16:28:34 2001 X+++ gui-api/c++/Makefile Wed Feb 14 14:43:15 2001 X@@ -1,5 +1,4 @@ X-CXX=g++ X-CXXFLAGS=-Wall -O2 -g X+CXXFLAGS+=-Wall -O2 -g X X H_FILES = List.h DownloadList.h ResultList.h UploadList.h ConnectionList.h \ X ShareList.h HostList.h OptionList.h StatList.h QueryList.h \ X@@ -24,7 +23,7 @@ X rm -f *~ *.o *.a *.bak X X depend: X- makedepend $(CPP_FILES) -Y X+ makedepend $(CPP_FILES) X X count: X @echo GUI-API c++ END-of-hagelslag/files/patch-gui-api-c++-Makefile echo x - hagelslag/files/patch-gui-test-Makefile sed 's/^X//' >hagelslag/files/patch-gui-test-Makefile << 'END-of-hagelslag/files/patch-gui-test-Makefile' X--- gui/test/Makefile.orig Thu Feb 1 16:28:43 2001 X+++ gui/test/Makefile Wed Feb 14 14:42:42 2001 X@@ -1,5 +1,4 @@ X-CXX=g++ X-CXXFLAGS=-Wall -O2 -g -I../../gui-api/c++ X+CXXFLAGS+=-Wall -O2 -g -I../../gui-api/c++ X LFLAGS= ../../lib/HagelslagInterface.a X X H_FILES = TestGui.h UserTranslator.h ListTranslator.h X@@ -14,7 +13,7 @@ X rm -f *~ core *.o testgui *.bak X X depend: X- makedepend $(CPP_FILES) -Y X+ makedepend $(CPP_FILES) -I../../gui-api/c++/ X X testgui: TestGui.h TestGui.cpp $(O_FILES) ../../lib/HagelslagInterface.a X $(CXX) $(CXXFLAGS) TestGui.cpp $(O_FILES) $(LFLAGS) -o testgui END-of-hagelslag/files/patch-gui-test-Makefile echo x - hagelslag/files/patch-Makefile sed 's/^X//' >hagelslag/files/patch-Makefile << 'END-of-hagelslag/files/patch-Makefile' X--- Makefile.orig Wed Jan 31 20:40:56 2001 X+++ Makefile Wed Feb 14 15:05:19 2001 X@@ -4,10 +4,7 @@ X make -C gui all X X install: X- cp bin/* /usr/local/bin X- mkdir ~/.hagelslag X- cp doc/hosts.txt ~/.hagelslag/hagelslag.hosts X- @echo remember to copy doc/hosts.txt to ~/.hagelslag/hagelslag.hosts X+ ${BSD_INSTALL_PROGRAM} bin/* ${PREFIX}/bin X X X gui-all: END-of-hagelslag/files/patch-Makefile echo x - hagelslag/pkg-plist sed 's/^X//' >hagelslag/pkg-plist << 'END-of-hagelslag/pkg-plist' X%%PORTDOCS%%share/doc/hagelslag/Hagelslag-design.txt X%%PORTDOCS%%share/doc/hagelslag/HagelslagInternal.txt X%%PORTDOCS%%share/doc/hagelslag/LICENSE X%%PORTDOCS%%share/doc/hagelslag/ProgrammersManual.txt X%%PORTDOCS%%share/doc/hagelslag/README X%%PORTDOCS%%share/doc/hagelslag/TODO X%%PORTDOCS%%share/doc/hagelslag/UsersManual.txt X%%PORTDOCS%%share/doc/hagelslag/hagelslag-classes.fig X%%PORTDOCS%%share/doc/hagelslag/hagelslag-classes.jpg X%%PORTDOCS%%share/doc/hagelslag/hagelslag-structure.fig X%%PORTDOCS%%share/doc/hagelslag/hagelslag-structure.jpg Xbin/hagelslag Xbin/testgui X%%PORTDOCS%%@dirrm share/doc/hagelslag END-of-hagelslag/pkg-plist echo x - hagelslag/pkg-comment sed 's/^X//' >hagelslag/pkg-comment << 'END-of-hagelslag/pkg-comment' XA flexible command-line Gnutella implementation with advanced features END-of-hagelslag/pkg-comment echo x - hagelslag/pkg-descr sed 's/^X//' >hagelslag/pkg-descr << 'END-of-hagelslag/pkg-descr' XHagelslag is a Gnutella servent which emphasises flexibility, stability and Xperformance. It boasts several advanced features including flexible Xconfiguration and operation, and strategies to guard against network flooding Xand spam. It also includes extensive documentation. X XHagelslag currently only has a command-line interface, but it provides a X(documented) API which may be used to write a GUI. X XAuthor: Fokko Beekhof XWWW: http://tiefighter.et.tudelft.nl/hagelslag/ X X-- Johann Visagie END-of-hagelslag/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 6:30:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D6E437B503; Wed, 14 Feb 2001 06:30:23 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EEUNA20958; Wed, 14 Feb 2001 06:30:23 -0800 (PST) (envelope-from kevlo) Date: Wed, 14 Feb 2001 06:30:23 -0800 (PST) From: Message-Id: <200102141430.f1EEUNA20958@freefall.freebsd.org> To: tkato@prontomail.ne.jp, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25076: Update port: editors/le to 1.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/le to 1.6.3 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed Feb 14 06:30:07 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25076 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 6:37:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FEF537B491; Wed, 14 Feb 2001 06:37:42 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EEbg135752; Wed, 14 Feb 2001 06:37:42 -0800 (PST) (envelope-from kevlo) Date: Wed, 14 Feb 2001 06:37:42 -0800 (PST) From: Message-Id: <200102141437.f1EEbg135752@freefall.freebsd.org> To: tkato@prontomail.ne.jp, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25078: Update port: graphics/photopc to 3.05 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/photopc to 3.05 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Wed Feb 14 06:37:29 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25078 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 7:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B4B837B65D for ; Wed, 14 Feb 2001 07:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EFe1x18901; Wed, 14 Feb 2001 07:40:01 -0800 (PST) (envelope-from gnats) Received: from donar.nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id BF94C37B491 for ; Wed, 14 Feb 2001 07:35:15 -0800 (PST) Received: (from root@localhost) by donar.nisser.com (8.11.1/8.11.1) id f1EFZMi49601; Wed, 14 Feb 2001 16:35:22 +0100 (CET) (envelope-from root) Message-Id: <200102141535.f1EFZMi49601@donar.nisser.com> Date: Wed, 14 Feb 2001 16:35:22 +0100 (CET) From: roelof@eBOA.com Reply-To: roelof@eBOA.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25099: libmcrypt moved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25099 >Category: ports >Synopsis: libmcrypt moved into ./old/ dir at MasterSite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 07:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Roelof Osinga >Release: FreeBSD 4.2-RELEASE i386 >Organization: eBOA >Environment: recently cvsup'd ports enviroment (couple of hours, tops) >Description: the libmcrypt was bumped from the 2.2.6, which I had in the distfiles/, to 2.2.7. In itself a good thing if not for the lib having been moved into the old/ subdir on mcrypt.hellug.gr. Also the recent version is something like 4.7.x >How-To-Repeat: make install >Fix: append old/ to the mastersite. The lib was not found in any other site during make install. Haven't checked those. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 8:49:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20F9137B491; Wed, 14 Feb 2001 08:49:34 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EGnYI29316; Wed, 14 Feb 2001 08:49:34 -0800 (PST) (envelope-from ade) Date: Wed, 14 Feb 2001 08:49:34 -0800 (PST) From: Message-Id: <200102141649.f1EGnYI29316@freefall.freebsd.org> To: adsouza@uwaterloo.ca, ade@FreeBSD.org, freebsd-ports@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/25005: gnomeutils will not compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gnomeutils will not compile State-Changed-From-To: open->feedback State-Changed-By: ade State-Changed-When: Wed Feb 14 08:46:10 PST 2001 State-Changed-Why: This looks like a localized problem -- what little information you give suggests that you have a bad/old ncurses lying around -- possibly you have the ncurses port installed as well as it being in the base system. In the absence of any other information, and given that this port is building elsewhere (including the package-building cluster) all I can suggest is you cvsup your ports and src trees, ensure that you have things up-to-date in src/ land first (both userland and kernel), remove any ncurses port that you have installed, and try again. Responsible-Changed-From-To: freebsd-ports->ade Responsible-Changed-By: ade Responsible-Changed-When: Wed Feb 14 08:46:10 PST 2001 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=25005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 9:50:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D97537B4EC for ; Wed, 14 Feb 2001 09:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EHo1A37216; Wed, 14 Feb 2001 09:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 406AD37B65D for ; Wed, 14 Feb 2001 09:43:39 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EHhdd36584; Wed, 14 Feb 2001 09:43:39 -0800 (PST) (envelope-from nobody) Message-Id: <200102141743.f1EHhdd36584@freefall.freebsd.org> Date: Wed, 14 Feb 2001 09:43:39 -0800 (PST) From: mutoh@info.nara-k.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25101: New port: japanese/ical Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25101 >Category: ports >Synopsis: New port: japanese/ical >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 09:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Takeshi MUTOH >Release: 4.1R >Organization: Nara National College of Technology >Environment: FreeBSD sun.take60.org 4.1-RELEASE FreeBSD 4.1-RELEASE #9: Fri Oct 27 16:39:36 JST 2000 root@sun.takeshimutoh.org:/usr/src/sys/compile/HOGE i386 >Description: # 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: # # . # ./Makefile # ./distinfo # ./pkg-comment # ./files # ./files/patch-aa # ./files/patch-ac # ./files/patch-ab # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ical X# Date created: 30 January 2001 X# Whom: Takeshi MUTOH X# X# $FreeBSD:$ X# X XPORTNAME= ical XPORTVERSION= 2.2 XCATEGORIES= japanese deskutils XMASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ X ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \ X ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \ X ${MASTER_SITE_SOURCEFORGE} \ X ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/ XMASTER_SITE_SUBDIR= ical X XPATCH_SITES= http://www-jlc.kek.jp/~fujiik/mklinux/Packages/dr3/JRPMS/ical/SOURCES/ XPATCHFILES= ical-2.2-jp1.patch XPATCH_DIST_STRIP= -p1 X XMAINTAINER= mutoh@info.nara-k.ac.jp X XLIB_DEPENDS= tk80jp:${PORTSDIR}/japanese/tk80 X XEXTRA_PATCHES= ${.CURDIR}/files/patch-* X XMASTERDIR= ${.CURDIR}/../../deskutils/ical XMD5_FILE= ${.CURDIR}/distinfo X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ X --with-tclhdir=${PREFIX}/include/tcl8.0jp \ X --with-tclsh=${PREFIX}/bin/tclsh8.0jp \ X --with-tkconfig=${PREFIX}/lib/tk8.0jp \ X --with-tkhdir=${PREFIX}/include/tk8.0jp X XMAN1= ical.1 X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (ical-2.2.tar.gz) = ba8cc8f0fa198aed7b2c3dc2da71fe8d XMD5 (ical-2.2-jp1.patch) = edfd371733dca9e780e2107a0b9078c4 END-of-./distinfo echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA calendar application (Japanized version) END-of-./pkg-comment echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- header.ps.org Wed Jan 31 21:59:27 2001 X+++ header.ps Wed Jan 31 22:00:47 2001 X@@ -4,15 +4,197 @@ X %%Pages: 1 X %%PageOrder: Ascend X %%BoundingBox: 0 0 612 792 X-%%DocumentFonts: Times-Roman X+%%DocumentFonts: Times-Roman Rymin-Light-EUC-H X %%EndComments X X+%%BeginProcSet: cmpfont.ps 1 2 X+% composite fonts for ASCII-EUC mixed string X+% Version 1.2 1/31/1990 X+% Author Ken'ichi HANDA (handa@etl.go.jp) X+% Modified Norio Katayama (katayama@rd.nacsis.ac.jp),1998% Anyone can freely copy, modify, distribute this program. X+/copyfont { % font-dic extra-entry-count copyfont font-dic X+ 1 index maxlength add dict begin X+ { 1 index /FID ne 2 index /UniqueID ne and X+ {def} {pop pop} ifelse X+ } forall X+ currentdict X+ end X+} bind def X+ X+/compositefont { % ASCIIFontName EUCFontName compositefont font' X+ userdict /fixeucfont_dict known not { X+ userdict begin X+ /fixeucfont_dict 2 dict begin X+ /UpperByteEncoding [ X+ 16#00 1 16#20 { pop 0 } for X+ 16#21 1 16#28 { 16#20 sub } for X+ 16#29 1 16#2F { pop 0 } for X+ 16#30 1 16#74 { 16#27 sub } for X+ 16#75 1 16#FF { pop 0 } for X+ ] def X+ /LowerByteEncoding [ X+ 16#00 1 16#A0 { pop /.notdef } for X+ 16#A1 1 16#FE { 16#80 sub 16 2 string cvrs X+ (cXX) dup 1 4 -1 roll X+ putinterval cvn } for X+ /.notdef X+ ] def X+ currentdict X+ end def X+ end X+ } if X+ findfont dup /FontType get 0 eq { X+ 12 dict begin X+ % X+ % 7+8 bit EUC font X+ % X+ 12 dict begin X+ /EUCFont exch def X+ /FontInfo (7+8 bit EUC font) readonly def X+ /PaintType 0 def X+ /FontType 0 def X+ /FontMatrix matrix def X+ % /FontName X+ /Encoding fixeucfont_dict /UpperByteEncoding get def X+ /FMapType 2 def X+ EUCFont /WMode known X+ { EUCFont /WMode get /WMode exch def } X+ { /WMode 0 def } ifelse X+ /FDepVector [ X+ EUCFont /FDepVector get 0 get X+ [ 16#21 1 16#28 {} for 16#30 1 16#74 {} for ] X+ { X+ 13 dict begin X+ /EUCFont EUCFont def X+ /UpperByte exch 16#80 add def X+ % /FontName X+ /FontInfo (EUC lower byte font) readonly def X+ /PaintType 0 def X+ /FontType 3 def X+ /FontMatrix matrix def X+ /FontBBox {0 0 0 0} def X+ /Encoding X+ fixeucfont_dict /LowerByteEncoding get def X+ % /UniqueID X+ % /WMode X+ /BuildChar { X+ gsave X+ exch dup /EUCFont get setfont X+ /UpperByte get X+ 2 string X+ dup 0 4 -1 roll put X+ dup 1 4 -1 roll put X+ dup stringwidth setcharwidth X+ 0 0 moveto show X+ grestore X+ } bind def X+ currentdict X+ end X+ /lowerbytefont exch definefont X+ } forall X+ ] def X+ currentdict X+ end X+ /eucfont exch definefont X+ exch X+ findfont 1 copyfont dup begin X+ /FontMatrix FontMatrix [1 0 0 1 0 0.05] matrix concatmatrix def X+ end X+ /asciifont exch definefont X+ exch X+ /FDepVector [ 4 2 roll ] def X+ /FontType 0 def X+ /WMode 0 def X+ /FMapType 4 def X+ /FontMatrix matrix def X+ /Encoding [0 1] def X+ /FontBBox {0 0 0 0} def X+ currentdict X+ end X+ }{ X+ pop findfont 0 copyfont X+ } ifelse X+} def X+ X+/slantfont { % FontName slant-degree slantfont font' X+ exch findfont 1 copyfont begin X+ [ 1 0 4 -1 roll 1 0 0 ] FontMatrix exch matrix concatmatrix X+ /FontMatrix exch def X+ currentdict X+ end X+} def X+%%EndProcSet X+ X+% reencodeISO was modified to deal with a composite font correctly. X+% Modifier: Shigeru Chiba (chiba@is.s.u-tokyo.ac.jp) X+% Kazuhiro Kazama (kazama@expert-sun.ntt.jp) X+/reencodeISOa { % CompFontName font reencodeISOb font' X+dup length dict begin X+{ 1 index /FID ne { def }{ pop pop } ifelse } forall X+/Encoding ISOLatin1Encoding def X+currentdict end definefont X+} def X+ X+/reencodeISO { % FontName reencodeISO font X+ dup dup findfont dup /FontType get 0 ne { X+ reencodeISOa X+}{ X+ dup length dict begin { X+ 1 index dup /FID eq { X+ pop pop pop X+ }{ /FDepVector eq { X+ dup length array copy X+ dup dup 0 get 4 index exch reencodeISOa 0 exch put def X+ }{ X+ def X+ } ifelse } ifelse } forall X+ currentdict end definefont X+} ifelse } def X+ X+/ISOLatin1Encoding [ X+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef X+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef X+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef X+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef X+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright X+/parenleft/parenright/asterisk/plus/comma/minus/period/slash X+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon X+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N X+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright X+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m X+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde X+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef X+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef X+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve X+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut X+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar X+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot X+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior X+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine X+/guillemotright/onequarter/onehalf/threequarters/questiondown X+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla X+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex X+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis X+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute X+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis X+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave X+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex X+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis X+/yacute/thorn/ydieresis X+] def X+ X+%%BeginSetup X+/Times-Ryumin X+ /Times-Roman /Ryumin-Light-EUC-H compositefont definefont pop X+/Times-Ryumin reencodeISO def X+%%EndSetup X+ X % Simple defs X /inch { 72 mul } def X /mm { 72 mul 25.4 div } def X X % User-defined parameters (with defaults) X-/FontName /Times-Roman def X+/FontName /Times-Ryumin def X /RealWidth 8.5 inch def X /RealHeight 11 inch def X /LandScape true def X@@ -52,44 +234,6 @@ X /SetFontHeight { /FontHeight exch def } def X /SetA4Paper { /RealWidth 210 mm def /RealHeight 297 mm def} def X /SetUSLetter { /RealWidth 8.5 inch def /RealHeight 11 inch def } def X- X-% Define /ISOLatin1Encoding only if it's not already there. X-/ISOLatin1Encoding where { pop save true }{ false } ifelse X- /ISOLatin1Encoding [ X- StandardEncoding 0 45 getinterval aload pop X- /minus X- StandardEncoding 46 98 getinterval aload pop X- /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent X- /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek X- /caron /space /exclamdown /cent /sterling /currency /yen /brokenbar X- /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot X- /hyphen /registered /macron /degree /plusminus /twosuperior X- /threesuperior /acute /mu /paragraph /periodcentered /cedilla X- /onesuperior /ordmasculine /guillemotright /onequarter /onehalf X- /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde X- /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis X- /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute X- /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute X- /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute X- /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute X- /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth X- /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash X- /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis X- ] def X-{ restore } if X- X-/reencodeISO { %def X- findfont dup length dict X- begin X- { 1 index /FID ne { def }{ pop pop } ifelse } forall X- /Encoding ISOLatin1Encoding def X- currentdict X- end X- definefont pop X-} bind def X- X-/isoFont FontName reencodeISO X-/FontName /isoFont def X X % Compute layout X /ComputeLayout { END-of-./files/patch-aa echo x - ./files/patch-ac sed 's/^X//' >./files/patch-ac << 'END-of-./files/patch-ac' X--- itemlist.tcl.org Wed Jan 31 22:09:52 2001 X+++ itemlist.tcl Wed Jan 31 22:10:30 2001 X@@ -49,8 +49,7 @@ X bind .$self.display [list $self null] X X # Tag displays X- .$self.display tag configure -date -font [pref smallHeadingFont]\ X- -kanjifont [pref smallHeadingKanjiFont] X+ .$self.display tag configure -date -font [pref smallHeadingFont] X X # Disallow edits X .$self.display configure -state disabled END-of-./files/patch-ac echo x - ./files/patch-ab sed 's/^X//' >./files/patch-ab << 'END-of-./files/patch-ab' X--- itemwindow.tcl.org Wed Jan 31 22:10:06 2001 X+++ itemwindow.tcl Wed Jan 31 22:10:18 2001 X@@ -67,7 +67,6 @@ X -anchor nw\ X -fill [pref itemFg]\ X -font $font\ X- -kanjifont [pref itemKanjiFont]\ X -width 0\ X -text ""\ X -tags [list item $self text.$self click.$self vis.$self]] END-of-./files/patch-ab echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XCopyright (c) 1993-1997 by Sanjay Ghemawat X X * Ical is an X based calendar program X * Calendar items can be created edited and deleted easily. X * Items can be made to repeat in various ways. X * Ical will post reminders for upcoming appointments. X * Ical can print and list item occurrences. X * An ical calendar can include other calendars. X * Ical calendars can be shared by different users. X XCopyrights X========== X XMost of the files are covered by the copyright in the file COPYRIGHT. X XThe configure script is covered by the GNU Public License (see XCOPYRIGHT.GNU). END-of-./pkg-descr exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 10: 0:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76F2537B503 for ; Wed, 14 Feb 2001 10:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EI05137951; Wed, 14 Feb 2001 10:00:05 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 10:00:05 -0800 (PST) Message-Id: <200102141800.f1EI05137951@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stephen Montgomery-Smith Subject: Re: ports/24496: New port, accessx Reply-To: Stephen Montgomery-Smith Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24496; it has been noted by GNATS. From: Stephen Montgomery-Smith To: freebsd-gnats-submit@FreeBSD.org, stephen@cauchy.math.missouri.edu Cc: Subject: Re: ports/24496: New port, accessx Date: Wed, 14 Feb 2001 11:50:16 -0600 This is a multi-part message in MIME format. --------------C4BF8A9E4A0DFECD32F4AF56 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Well this program has now been updated to 9.02 (and the ULR for the software has changed), so when you get to installing this port, please use this new share file (included as an attachment). --------------C4BF8A9E4A0DFECD32F4AF56 Content-Type: application/x-shar; name="accessx.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="accessx.shar" # 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: # # accessx # accessx/Makefile # accessx/pkg-comment # accessx/distinfo # accessx/pkg-descr # accessx/pkg-plist # accessx/files # accessx/files/patch-00 # accessx/files/patch-01 # echo c - accessx mkdir -p accessx > /dev/null 2>&1 echo x - accessx/Makefile sed 's/^X//' >accessx/Makefile << 'END-of-accessx/Makefile' X# New ports collection makefile for: accessx X# Date created: January 20 2001 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD$ X# X XPORTNAME= accessx XPORTVERSION= 9.02 XCATEGORIES= x11 XMASTER_SITES= http://www.rehab.uiuc.edu/accessx/software/ XDISTNAME= accessx0902 X XMAINTAINER= stephen@math.missouri.edu X XRUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 X XWRKSRC= ${WRKDIR}/accessx X Xpost-install: X strip ${PREFIX}/bin/ax X X.include END-of-accessx/Makefile echo x - accessx/pkg-comment sed 's/^X//' >accessx/pkg-comment << 'END-of-accessx/pkg-comment' XCustomise accessibility features for X END-of-accessx/pkg-comment echo x - accessx/distinfo sed 's/^X//' >accessx/distinfo << 'END-of-accessx/distinfo' XMD5 (accessx0902.tar.gz) = 11e16b2ce853e42a0e4b56bfbd35c901 END-of-accessx/distinfo echo x - accessx/pkg-descr sed 's/^X//' >accessx/pkg-descr << 'END-of-accessx/pkg-descr' XA GUI program to manage various of the accessibility features of X window Xto help people with physical disabilities. The features include: X XMouseKeys - move the mouse pointer using the keypad. XStickyKeys - key modifiers such as SHIFT and CTRL latch. XSlowKeys - keys only work if pressed for a certain period of time. XBounceKeys - key pressed several times will only register once. X XWWW: http://www.rehab.uiuc.edu/accessx/ X XStephen Montgomery-Smith Xstephen@math.missouri.edu END-of-accessx/pkg-descr echo x - accessx/pkg-plist sed 's/^X//' >accessx/pkg-plist << 'END-of-accessx/pkg-plist' Xbin/ax Xbin/accessx END-of-accessx/pkg-plist echo c - accessx/files mkdir -p accessx/files > /dev/null 2>&1 echo x - accessx/files/patch-00 sed 's/^X//' >accessx/files/patch-00 << 'END-of-accessx/files/patch-00' X--- Makefile-orig Sat Jan 20 15:46:20 2001 X+++ Makefile Sat Jan 20 15:46:34 2001 X@@ -2,7 +2,7 @@ X # By Dan Linder (dlinder@uiuc.edu) X X X-CC= g++ X+CC= g++ -I/usr/X11R6/include X LLIBS= -lXext X XLIBDIR= -L/usr/X11R6/lib X END-of-accessx/files/patch-00 echo x - accessx/files/patch-01 sed 's/^X//' >accessx/files/patch-01 << 'END-of-accessx/files/patch-01' X--- accessx-orig Sat Jan 20 15:54:56 2001 X+++ accessx Sat Jan 20 15:55:08 2001 X@@ -1,6 +1,6 @@ X #!/bin/sh X # Next line is a comment to Tcl \ X-exec wish -f "$0" ${1+"$@"} X+exec wish8.2 -f "$0" ${1+"$@"} X # Begin Tcl/Tk Code X X proc InitAX {} { END-of-accessx/files/patch-01 exit --------------C4BF8A9E4A0DFECD32F4AF56-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 10:32:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailman.sprintlabs.com (mx.sprintlabs.com [208.30.174.2]) by hub.freebsd.org (Postfix) with ESMTP id 77AA337B491; Wed, 14 Feb 2001 10:32:45 -0800 (PST) Received: by mailman.sprintlabs.com with Internet Mail Service (5.5.2652.78) id ; Wed, 14 Feb 2001 10:32:43 -0800 Received: from sprintlabs.com (ip199-2-53-48.sprintlabs.com [199.2.53.48]) by mailman.sprintlabs.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2652.78) id DZL7JPNL; Wed, 14 Feb 2001 10:32:35 -0800 From: Steven Davidson Reply-To: Steven Davidson To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org, mb@imp.ch, dkwiebe@hagenhomes.com, uwe@ptc.spbu.ru, bitsurfr@enteract.com, green@unixhelp.org, vladimirl@home.com, freebsd-questions@freebsd.org Message-ID: <3A8AD301.D5BF9ACB@sprintlabs.com> Date: Wed, 14 Feb 2001 10:48:34 -0800 X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Subject: FreeBSD port Staroffice 5.2 now works! (was Re: ports/24049: SO5.2 fails to install on FreeBSD 4.2-RELEASE) References: <200101031730.f03HU1F87122@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org SOLUTION FOUND!!! Please tell anyone who mught need to know. The environment that finally worked was FreeBSD 4.2-Release with a recent (Feb 13, 2001) CVSup on the ports collection. However, it appears that neither the FreeBSD release nor the CVSup had anything to do with the solution. First, the error: /usr/ports/editors/staroffice52/work/tmp/sv001.tmp/setup.bin: error in loading shared libraries: libvos1GCC.so: cannot open shared object file: No such file or directory *** Error code 1 (ignored) This was resolved by placing "/bin" in front of my path, e.g., in tcsh: set path=(/bin $path) (Thanks to Valeriy for this). Might I suggest that the port be modified to NOT rely on the path environment setting, but rather to hard code the necessary path(s). Also, you will see the following instructions: You will very shortly have finished a network install of StarOffice 5.2. Once that is done exit X11 and run it again as the user that you usually use. Then run "make install-user" and do a standard workstation install. Change the install path to $HOME/office52. Then add $HOME/office52/ to your path. I never exited X11; I started X11 as a regular non-root user then as root, I did: set path=(/bin $path) cd /usr/ports/editors/staroffice52 make make install Then, as a regular non-root user: set path=(/bin $path) cd /usr/ports/editors/staroffice52 make install-user set path=(~/office52 $path) ...add this .cshrc rehash soffice ...and everything worked! The second problem: 109939-02.tar.Z was not found *anywhere* on the list of staroffice locations in the makefile but is available at ftp://sunsolve.sun.com/pub/patches/109939-02.tar.Z (as of Feb 15, 2001) (Thanks again to Valeriy for this info). Thanks to all who helped. I just love this Internet support network! The problem report ports/24049 can be closed. gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/24049'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=24049 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: SO5.2 fails to install on FreeBSD 4.2-RELEASE > >Arrival-Date: Wed Jan 03 09:30:01 PST 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 10:39:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tinker.com (troll.tinker.com [216.91.221.226]) by hub.freebsd.org (Postfix) with ESMTP id A119937B491 for ; Wed, 14 Feb 2001 10:39:30 -0800 (PST) Received: by localhost (8.8.5/8.8.5) Received: by mail.tinker.com via smap (V2.0) id xma009082; Wed Feb 14 12:35:18 2001 Received: by localhost (8.8.8/8.8.8) id MAA09512 for ; Wed, 14 Feb 2001 12:37:00 -0600 (CST) Message-ID: <3A8AD0A8.BC95AC35@tinker.com> Date: Wed, 14 Feb 2001 12:38:32 -0600 From: Kim Shrier Organization: Shrier and Deihl X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Update of lout port from 3.17 to 3.24 Content-Type: multipart/mixed; boundary="------------32B6395E5DA542979F6CDE77" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------32B6395E5DA542979F6CDE77 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have updated the port of lout in /usr/ports/print from version 3.17 to 3.24. I believe I have made all the modifications necessary. The following files were changed: Makefile distinfo files/patch-01 pkg-plist You will probably want to look this over to make sure I did everything correctly. Kim -- Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com Remote Unix Network Admin, Security, Internet Software Development Tinker Internet Services - Superior FreeBSD-based Web Hosting http://www.tinker.com/ --------------32B6395E5DA542979F6CDE77 Content-Type: application/octet-stream; name="lout.tgz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="lout.tgz" H4sIAB/PijoAA+2ceW/bSpLA86/4KRpJgI3H1n1NjPGDFUl2jPUFS9m8GQwgUGRLYkyRfDxs K4PZz75VTYqSzKqOH3ac2ZlVI7Go+lV1V1/V3RQl10/i6pvXTaJV67bb4o3AVHv2mr0R3Uar 0WrVu62uEPVavd19I9qv7JdKSRSboRBvQt+PdXqPCyndn+HQz00u9v/McWX0eqPg5f3f7NQb Hej/eqPd2vf/z0hb/R+YsbUo1+r/8DLqtVqn1eL6v15rtVvr/m93O20QNTqt9htR+4d7QqT/ 5/1fLpfF0ryXOAQqfujMSyMzFjdWDD0iGo3jWvO4XheNWq1mHB4e5qqlr9IWZ3Iq6i1RU1q1 LmrVjdNTUW50O0f1mjjMXk9PDfFODIafvpyfX1yfixNRR8H4rtdP35bnhjDKny6uBxd3pRNR TaKwCt0ym1W/SfgzdTyjfHnxiaY4giuuMzXKg5u+RsX2LaN81WPKUCpL0zMOczfe/+32bnh2 8evflQOHuQMbebQwQ6lMjcO88OcYys1U8sI3KlAi/of2MAQUcHZzPYb2mPlerN5f9W5H8H5p BlHasB/rR40WNGz6ig3b/9y7u7guqTbF65svY3hTwwb9Mhpe3vQVOsyvgcDF5Az9mIXpm8EQ 3tgSnejfXF72xsM0P6N8Ozib9G+uwN3R6OLmWtmX/wKelUonxmGRQkkZFWX3uyHwzW1v/Bm0 Ibc+OjC3LOPwXX4JZd71b27/DG+tQJRDpXdzOx5hFqYXOaIcSNv0YscS5a+m64ryTRMz+KEO DDGtkirp7LJ3rjQGN6PJl+uLX0/ef7gZ4cVBCdNfjcNM51CnJEoipfBfQXgtsKteXzF43WWD T5Mzleng09kmT+zwZrt11GqIQ/VaVx3ueDBsXfdY4KASQThvqNElSqfSWvji7dvN5QfzQFyk 6o43Tw1Mz86NBAxsM3RkBJnGvkhHvnj/Ib04eGuUS9AnSjMXpmMZwGLp2wLX9SIKNiVsYO4p bZvjw1JWQ1GGjopE2Uc3IUaoF8oZvYXOFbLRpruN5kxDM1wJtUam7ZRGAsgvvVDttLy3nXAj Ap/Kz0Vip94bae5CIZequrq47l9SGW5TMu9nCgF4b7mJLat/0GeCizWlUP3DC7wd9MY93tuU arzNFQJhm7FZdHU3B8JVpfAiVz//+fYz72pKNa7mCoFYrIJF0dXdHAhXlcKLXMWFgXc1pRpX c4VArS1FV3dzIFxVCi9yFdcs3tWUalzNFQK17BVd3c2BcFUpvMhVWPs0YzWlGlfX5rGfWAsS ViuBa1pysvBdW4Z0uLEw3DixY7rOdww4YeKJD9HCT1xbTKWIIO548ZHwfCHD0A8jIZ8CacXS PsBcdkOhKD9hACQnrwOFpGvKx+5RB5aUj52jrlpRclfsA9FfmN4c3YA6S+HPsrj3DbbJwgql CeWK6Uo4zzx++7IZ+cOZcAgq/iPE7juM3ccYv7dCZb74wZbpeLs1sVqtWvuo0RSH6jWrGJ4v ylK8jU7/lO7PfjmFRVZdHZy+XaN0X4YovQKklmbcnKl9YV38InKYiZ7V5hlc12NTiaI1DnAv X4ugkI3SRsgUs6XAF7WdS950sB09JgdiH3sXuzNtH5E3lNoyWH6wQgjmyRIGJKj6XrocOjFO sPcf1DbuADU2tpvJVQ52pNvqao6v0e5800oLQyqXF0ZSJW2ZPLu8OWYh3Rq3Sawa4yyUHkxu NfXEUkaROV9vA8gJD5dqd01tCkg9ffjZ0vtRINpSfVnJ1cv+5Ap27r3z4eilXuzYvNyj52a4 qbRMV1aX0TyqzH5PqanJdrPMoYfM+PdkkQbSTSbZZrvVrB99hADSbMPL1lbblvoxci5DmMm/ d4wMhi8bI6D3ot5BvRf2CKq+rOTfPUae27zcI/0YgcXo5ebbYyRtlh+PkedZ7IwRgDBG/tn3 al4jqft/V9ldnVcqQ3//D28A1vP7v41aE+//drrd/f2/n5HeiWv5KAI/jCNY410Xdpa4sK/v 88FxIUzvNBjvxAB2f+tN4PG676qNRvVjB+jXhb88FjvJd1enj37o2pUotiuWvzTegeJ7WFPl p9HgOC0WtikQKqs7A/HoQdQr2X3Haq1VrX0U9e5xu3ZcawsrcMzv300xfIIdBWRo3N7cja97 V8OTkvIT3/7X8A5vSJ2UmpVGy+j3xsPzm7uL4eikpAozrnqj8fBuMroYo+z937beT8bDXyf9 ce/67+KvRqk0i4PjahX+VqyokkQruyLtpGImm7uG1e3cJqMvGF9OSlESYO3SGxSgcXE9hv9D IKrSp1kbVPxwbhhfRsPJ+VXvP6EKKxkZeHV2cQnv1t1g9C4vJ+Pe3flwnNZyc9/n4no03qbr WyGbnfLWzg89ua6flEpbu85sh2hUsrsD4k/TyK6gl5Xl/S//lkFvn/KkRrDtRLCRmfmvVMYP 4j/G/nX8b9Zr6vO/bqu5j/8/I10N2uIDDoIyhsoKtEVl/v0AP6LpmLN6pzlt1RvTrpx1uk1p W42maVpWq9lt/HEfGP4tkpr/wf28DKsznutfo4wfz/+uEJ1up9OAP22c/41WbT//f0q6NMfy V+E69zK/tZNu8XAXGK2iWC7FoxMvxK0fxSMrdIK4ejs4EzBsAth9/LPd36f/Zcrnvy0jK3yd Mn40/9vNNsSAWqfdbrXbTTz/NWqtxn7+/4w0XjiRgH+mOozhDf9LGBFH8D4PB0EoAzPcjggV w0AttIucpeNCAzoeHB89SwaxwE9IMaociSnqKLUlfkISLeEUIkPjAyjHC1Mx25eR9x/wKgPp 2QKKAMuDilBuQNG+nVgyEqGcJ1hMAFEoUlHIgJNpFoVAe/gUy9Az3S0F4SzxPlz6cJOw4Bw0 lUKakeOuhFxOpW1LG9w2zLSodXWhbmVx466M4uHV+Pr167FYxOpI+Pj4WAliqxIF06QSJtX/ Th7TR0HSO/yLeOn+K0THfP4HLhwCXqcM/fxvNjud9fNfrVq3pp7/qjc7+/n/M9LU2XwEZeAb dbH75FL1btgbXA2fS2HFcOaeHuJjNjRZrmw5ixgIlzhtKwGnENUnNQ41dKjOowaPmjxq8ajN o48cavLON3nnm7zzTd75Ju98k/ewxXvY1iHW+TbvfJt3vs073+Zbvs3Xq8M73+Gd7/DOd/iy usWy8FP9kJtqGSRmU0ZsWZi0GzKBuaTDc22+k4UfOhrsyicd9syl1GA/iHXWsPewNDhyvusy j2BLo8EPTsSVLZ9MnkymzpRrMMTWwgw0WP6W6DIPYNeixSFnTYfUDPIhNVOApubJZGpa9zos 51xTptizdRgOnBpsmZHONct3fS32uCGU4gdt5qGvabAJPqOmwepBXh5rJp7CITuOEC9M+5sO Q8V1GK512HWWOhxZunovooVuODieNddjXbM4nnY43EeLUINd09OV7TqebpwvfTaaIfbkk66/ PT/WueYl2uHge1I3zgHrMvfhfKXDSawrWxOUFHZNXX/jCVKDQ187icJkqbOGkajzPApM3fQH rGuW2JzrRkvi2bpmeZDhVIMfHa31KvE0jTozLd6Yt3P0Ec2ZwBKis9aGLGfiT78VvIpcqGfE 7GwySOSaEXpRyyC/qCWRDJkiFSIKTOXBZLoqDLc1+q24CCo0NWkHQI67gcK83EDfe2AhLC6F xtzA0KfdRCiXQSEO5ZBalHK4kGZhpd7AVbBgIRVYN9Dx+KrAoOGbD/Y7hc33Nixsv3NIzfwN jDW9EiUB7y0153NIzfgUzpni5uFk6j8x9QdI7W5ySK2UOaRCeg6pmJtDKqQqaDu0EchxKNO1 QEhFlRzio1YsnEu/sBHJoeMVF9QcuuaU7igFiXU+h57PdDHCwC+eGnIYJUve22jFTDyEsNLw zReHknEoNGdxRTLxD04anHxCRdUNdCI6uCBkGx0hO+kU5FpHwdWSnjoIY11VYNLR7TpbsnI+ 0CFcmiEdyxBGMqZ9UZA4kSo4Lx7b1nI44DDhGiF1xMghO3UQzpLiySeHbC8ivJcrenAghAMT b4nfd2Ah2/8IY4dZXL/5Cy8qnmW2WcUv3rRU3JVxDCHZ9+ms6c2FQoHJRkFm95UxeuCAHHcC dC0U9Jm2QYifV/CQGwMIZ37IZ+v6zKqMkLozk0PY8HFtA9Bhlk8FQ59vodic0r0BLc7J+WZV 0GH2UAoS9x1yKLkJgpBdWxBCgKBHY8TkCHJc5+mokkJm5VCQ2NDnkB3fCnJhHuHMYRYkBX2f d8jx7CcWulxoVdCJ+GzZoIwwXhQPxylMsJsjfpGMi/fy1vKJ6Tp0kQgtyZwhEDrcLjGFzEBA yFYzg3QkUzAp3ubNIXVEz2HoP7KNA+dvl68KuxgqSByuN5BbDBDC0ZipCnM4A/nEDGw6SiBk 1wCEjstMPoR+aDMtp+CcDiEKcislQr5DAIYyoIfzA3fUfOA2Ow/ckvTABdUHLk49cHPlYdMt Sqi+urtz+t6IZ9ZDTAor5uN9EUDkwxhWcW0NcwrMxe+yNSirNSFs4Cpkytqwop3v2pxZjopW KI9XrqTMNqxoBydXzzZDm7LbsB079Z3fWq3YIQr0zsufbFp6SItvGDGtfk9LGWU673s6775H e45yzoB0B+WMwWDJyRmDK8alK9olOn8m98GSbB8Qk+rDp8uYk7MGZAkKkCZ0dZnKXtFj54oa O5/uqXGppIzyRbGymZw0IFpeSRllOneUkwZEyyspo0znjnLSgGh1JWWU6dyvyJbph4SIUqO6 R0kZ5WLXp2JSnVQmVD9LQkSpUd4qKaNcdCAV0+ouLWWU6bxdOu9+cZgqKa3s0VJGmW4TOnxm gPRdAc6EbBuUswZcGVwLeZfF9S6TswZMGQAYE8aAVh8+xX1OThoQ4UJJGWXSGTJEg/y6OKOV lFGmBwXKWQPSHQUYE8aAVieVadUvLj1dUF40uO6PqLCQijl1IpauAW3CGHDqd8UKpOKi+q1J ua+kjPIZI2bUCdczOWvAlACANKFLYPJncufyJlpSSUnlUXG+KmlRebRaTv1iUBs7VGcoaTEP JSbqnslZg2L914AxIaqVyUmD4RNdB5STBnQdmBow/nPeE/2npIwyXVWUkwYjMvcRnfuI2v5l 8qLBX/rUUFBSUpnYiSopqUw4oqSkMrGsKCmjTOdN70IBkBvLTE4aED2qpITyYFukfmCreH5V Yuu7tBYVd8GBoABs03Mi0mRNCJskpkvJQNFCenOXKSZHtFVyzxkhKdrMHI+rUI4IK/XTNqRR Roo2c/VTJ5TNmhRtnNh0HdooR0Urzw8f5ZwyWpOiTeBzDY5fbknmpqtnxRzDJIoY33NUtIpc /0F6jkmZbRhhF7ADM0eE1aO0Oas12rFa/wxgcT6tydRNJCefkWBzd7Ugpw0iTgzOzilkpT/d wBIyP9sxycxQzhrMKjK2eMj4Z/u0jW/RBdENIJ3ZTLo8oY1+o6Wk8swh3Qcxp85WGR9QXbCA zC4lXANnlClO/YIdIccnj7Y+53rG8G4vRZa+nbgmT0j3dz4w3iGByYnJjLY+QC3IaQPHipOQ nJUZos18mxHT6qt44Xs8IY3ww4qQ7JmU0EZp+NSgyox0PX30jydkabE5ZcScOjsKN5+BPBfT WYGczWqnGtnPXe3+ZOQWVz+HSd3FV2DgePPKZf+qAC5xBtRpFP8YNkg4im1aDkcjEtz7zh9D kuBTzwqc2k4YLsUzTojThiJA1q4EUU8uFsW40yTE6pGbgnhXsvMBGIOyoUrD9KlZBqZfFKLh v8LXSvdpn/Zpn/Zpn/Zpn/Zpn/Zpn/Zpn/Zpn/Zpn/bp/0D6H+pmnpoAeAAA --------------32B6395E5DA542979F6CDE77-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 11: 8:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FE0B37B491; Wed, 14 Feb 2001 11:08:20 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EJ8Kf48405; Wed, 14 Feb 2001 11:08:20 -0800 (PST) (envelope-from vanilla) Date: Wed, 14 Feb 2001 11:08:20 -0800 (PST) From: Message-Id: <200102141908.f1EJ8Kf48405@freefall.freebsd.org> To: gugod@gugod.org, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25048: Add new input module,not to fix a problem. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add new input module,not to fix a problem. State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Wed Feb 14 11:08:09 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25048 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 11: 8:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9089D37B401; Wed, 14 Feb 2001 11:08:50 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EJ8oG48523; Wed, 14 Feb 2001 11:08:50 -0800 (PST) (envelope-from vanilla) Date: Wed, 14 Feb 2001 11:08:50 -0800 (PST) From: Message-Id: <200102141908.f1EJ8oG48523@freefall.freebsd.org> To: gugod@gugod.org, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25064: diff 's format Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: diff 's format State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Wed Feb 14 11:08:38 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 11:44:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64E7637B401; Wed, 14 Feb 2001 11:44:49 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EJimj51906; Wed, 14 Feb 2001 11:44:48 -0800 (PST) (envelope-from vanilla) Date: Wed, 14 Feb 2001 11:44:48 -0800 (PST) From: Message-Id: <200102141944.f1EJimj51906@freefall.freebsd.org> To: abgoeree@uwnet.nl, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25058: x11-wm/filerunner exits when using configuration menu. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: x11-wm/filerunner exits when using configuration menu. State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Wed Feb 14 11:44:37 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25058 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 12:56: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id D685637B4EC for ; Wed, 14 Feb 2001 12:55:59 -0800 (PST) Received: from olgeni.localdomain.net (ppp-139.dial2.ctonet.it [212.110.177.139]) by mail.ctonet.it (Postfix) with ESMTP id 1720FCF3B1 for ; Wed, 14 Feb 2001 21:55:47 +0100 (CET) Received: from olgeni.localdomain.net (olgeni.localdomain.net [192.168.1.1]) by olgeni.localdomain.net (8.11.2/8.11.2) with ESMTP id f1EKtvb32984 for ; Wed, 14 Feb 2001 21:55:58 +0100 (CET) (envelope-from olgeni@FreeBSD.org) Date: Wed, 14 Feb 2001 21:55:57 +0100 (CET) From: Jimmy Olgeni X-X-Sender: To: Subject: work-in-progress notice: NeTraMet port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm working on a port of NeTraMet Version 4.3. (http://www.auckland.ac.nz/net/Accounting/ntm.Release.note.html) When it's ready I'll submit a PR for review. An ipmeter port (www.ipmeter.com) should follow soon, when I figure out how it works :o) -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 12:57:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF8B137B4EC; Wed, 14 Feb 2001 12:57:28 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EKvQx62922; Wed, 14 Feb 2001 12:57:26 -0800 (PST) (envelope-from okazaki) Date: Wed, 14 Feb 2001 12:57:26 -0800 (PST) From: Message-Id: <200102142057.f1EKvQx62922@freefall.freebsd.org> To: daemus@evilcode.com, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24915: typo in ports/devel/kdevelop/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in ports/devel/kdevelop/Makefile State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Wed Feb 14 12:56:10 PST 2001 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=24915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 13: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51CA237B4EC for ; Wed, 14 Feb 2001 13:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EL04I63175; Wed, 14 Feb 2001 13:00:04 -0800 (PST) (envelope-from gnats) Received: from donar.nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id C909437B491 for ; Wed, 14 Feb 2001 12:54:41 -0800 (PST) Received: (from root@localhost) by donar.nisser.com (8.11.1/8.11.1) id f1EKsmN84987; Wed, 14 Feb 2001 21:54:48 +0100 (CET) (envelope-from root) Message-Id: <200102142054.f1EKsmN84987@donar.nisser.com> Date: Wed, 14 Feb 2001 21:54:48 +0100 (CET) From: roelof@eboa.com Reply-To: roelof@eboa.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25102: mod-php4 wrong (for me) dependencies Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25102 >Category: ports >Synopsis: depends on 'wrong' openldap >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 13:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Roelof Osinga >Release: FreeBSD 4.2-RELEASE i386 >Organization: eboa >Environment: quite recent cvsup on ports >Description: I had installed OpenLDAP 2, a version supported by PHP4. Quite a bit of work due to some interrelationships between SASL, LDAP, Heimdal (or Kerberos 5) and MySQL. Catch 22 but in a rainy climate. That went ok. However mod-php4 did not recognize the installed LDAP as such and decided without further ado to install OpenLDAP 1.2. I yelled 'NO!', but since it never asked the question... Unfortunately I do not know what, if any, conflicts might arise from having two LDAP installs. Guess that means a total wipe and reinstall just to be sure. A realization that warrants a bit of a rant . Ah well, maybe the gloom is premature and is the situation still salvagable with a bit of de- and reinstall. But then, can I still trust it? >How-To-Repeat: first you install openldap2 then you install php4 with openldap >Fix: either a patch in the script or an extra option for openldap2. No diff output, I'm still trying to come to terms with the situation. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 13: 7: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C01EC37B6A2; Wed, 14 Feb 2001 13:06:56 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EL6us66006; Wed, 14 Feb 2001 13:06:56 -0800 (PST) (envelope-from okazaki) Date: Wed, 14 Feb 2001 13:06:56 -0800 (PST) From: Message-Id: <200102142106.f1EL6us66006@freefall.freebsd.org> To: ginga@athena.club.ne.jp, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25057: unfetchable URL update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unfetchable URL update State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Wed Feb 14 13:06:20 PST 2001 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=25057 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 13:19:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98FE037B491; Wed, 14 Feb 2001 13:19:18 -0800 (PST) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ELJIH67648; Wed, 14 Feb 2001 13:19:18 -0800 (PST) (envelope-from nakai) Date: Wed, 14 Feb 2001 13:19:18 -0800 (PST) From: Message-Id: <200102142119.f1ELJIH67648@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/24570: misc/rpm - unusable librpm, getmntent unresolved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: misc/rpm - unusable librpm, getmntent unresolved Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Wed Feb 14 13:18:49 PST 2001 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=24570 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 13:20:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smarthost-1.mail.telinco.net (smarthost-1.mail.telinco.net [212.1.128.90]) by hub.freebsd.org (Postfix) with ESMTP id 1B09437B491 for ; Wed, 14 Feb 2001 13:20:27 -0800 (PST) Received: from ppp-3-103.cvx5.telinco.net ([212.1.154.103] helo=basilisk.locus) by smarthost-1.mail.telinco.net with esmtp (Exim 3.02 #7) id 14T9Ld-0001o1-00 for freebsd-ports@freebsd.org; Wed, 14 Feb 2001 21:20:25 +0000 Received: from localhost ([127.0.0.1] helo=basilisk.locus) by basilisk.locus with smtp (Exim 3.20 #1) id 14T9Kc-0003it-00 for freebsd-ports@freebsd.org; Wed, 14 Feb 2001 21:19:22 +0000 Received: (qmail 14307 invoked by uid 1001); 14 Feb 2001 21:19:22 -0000 To: freebsd-ports@freebsd.org Subject: Port test fail question From: Harry NEWTON Organization: GAUDEAMUS X-Op.135: Muss es sein ? Es muss sein Message-ID: <86bss5x8ru.fsf@basilisk.locus> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: 14 Feb 2001 21:19:22 +0000 Lines: 29 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've got a port I wish to submit, but there are a few problems I encountered when I followed the port testing procedure in the Porter's Handbook. These are associated with the XFree86 libraries. I don't think this is a fault at my end though: # make deinstall ===> Deinstalling for xmailwatcher-1.6 pkg_delete: couldn't open dependency file `/var/db/pkg/XFree86-libraries-4.0.1_2/+REQUIRED_BY' # pkg_add xmailwatcher-1.6.tgz pkg_add: could not find package XFree86-libraries-4.0.1_2 ! # grep XFREE86_VERSION /etc/make.conf XFREE86_VERSION= 4 I think this is down to having USE_IMAKE set in the Makefile: this implies USE_XLIB ( in /usr/ports/Mk/bsd.port.mk ) which appends to LIB_DEPENDS the value ${PORTSDIR}/x11/XFree86-4-libraries, which are formed from the distfile X401src-1.tgz. I've built my XFree86 4 setup from ${PORTSDIR}/x11/XFree86-4 which depends on X402src-1.tgz. Should I just submit the thing ? ( One last minor thing, the original distfile has no version number on it. I've over-ridden DISTNAME - is this the right thing to do ? ) Cheers, Harry -- Harry Newton harry_newton at telinco.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 13:36: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C11A37B491; Wed, 14 Feb 2001 13:36:06 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ELa4v69270; Wed, 14 Feb 2001 13:36:04 -0800 (PST) (envelope-from okazaki) Date: Wed, 14 Feb 2001 13:36:04 -0800 (PST) From: Message-Id: <200102142136.f1ELa4v69270@freefall.freebsd.org> To: ryan@manunkind.org, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25051: Update port: deskutils/loserjabber (update to version 2.1.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: deskutils/loserjabber (update to version 2.1.3) State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Wed Feb 14 13:33:19 PST 2001 State-Changed-Why: Obsoleted by ports/25084 http://www.freebsd.org/cgi/query-pr.cgi?pr=25051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 13:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FD2837B503 for ; Wed, 14 Feb 2001 13:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ELe3F69768; Wed, 14 Feb 2001 13:40:03 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 13:40:03 -0800 (PST) Message-Id: <200102142140.f1ELe3F69768@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Matthew Emmerton" Subject: Re: ports/25102: mod-php4 wrong (for me) dependencies Reply-To: "Matthew Emmerton" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25102; it has been noted by GNATS. From: "Matthew Emmerton" To: , Cc: Subject: Re: ports/25102: mod-php4 wrong (for me) dependencies Date: Wed, 14 Feb 2001 16:30:22 -0500 > >Description: > > I had installed OpenLDAP 2, a version supported by PHP4. Quite a bit > of work due to some interrelationships between SASL, LDAP, Heimdal (or > Kerberos 5) and MySQL. Catch 22 but in a rainy climate. > > That went ok. However mod-php4 did not recognize the installed > LDAP as such and decided without further ado to install OpenLDAP 1.2. > I yelled 'NO!', but since it never asked the question... > > Unfortunately I do not know what, if any, conflicts might arise from > having two LDAP installs. Guess that means a total wipe and reinstall > just to be sure. Looking at pkg-plist for both ports, you'll notice that they both install binaries and static libraries of the same name, but shared libraries get a version bump. Since one would expect that v2 would be backwards compatible with v1, then you should probably be safe installing v1 and then installing v2 on top - that way you get v1 shared libraries, which I believe is all mod_php4 will use. If you've got other programs that rely on the v1 API, utilities or static library, then you most likely will run into problems due to API changes. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 13:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FFAC37B67D for ; Wed, 14 Feb 2001 13:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ELe3F69777; Wed, 14 Feb 2001 13:40:03 -0800 (PST) (envelope-from gnats) Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 1CEC437B401 for ; Wed, 14 Feb 2001 13:36:24 -0800 (PST) Received: from azstarnet.com (dhcp1005.mc01.dsl.azstarnet.com [169.197.11.237]) by cepheus.azstarnet.com (8.9.3/8.9.3) with ESMTP id OAA06595 for ; Wed, 14 Feb 2001 14:36:21 -0700 (MST) Message-Id: <3A8AFB0E.3A5A18D4@azstarnet.com> Date: Wed, 14 Feb 2001 14:39:26 -0700 From: Bradford Castalia To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25103: mysql-server package install fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25103 >Category: ports >Synopsis: Install of mysql-server package (mysql-server-3.23.32_1) fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 13:40:03 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bradford Castalia >Release: FreeBSD 4.1.1-RELEASE i386 >Organization: idaeim >Environment: >Description: idaeim:root>> pkg_add -r mysql-server Fetching ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/mysql-server.tgz... Done. Fetching ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4-stable/All/mysql-client-3.23.32.tgz... Done. Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception" Installation of grant tables failed! idaeim:castalia>> nm -Dog *.so | grep __ti9exception libstdc++.so: U __ti9exception >How-To-Repeat: Run the mysql_install_db script from the package OR from the MySQL FreeBSD binary distribution. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14: 7:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73D7937B401; Wed, 14 Feb 2001 14:07:54 -0800 (PST) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EM7sL74670; Wed, 14 Feb 2001 14:07:54 -0800 (PST) (envelope-from okazaki) Date: Wed, 14 Feb 2001 14:07:54 -0800 (PST) From: Message-Id: <200102142207.f1EM7sL74670@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/24862: Port assumes a directory exists that doesn't neccessarily exist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port assumes a directory exists that doesn't neccessarily exist Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: okazaki Responsible-Changed-When: Wed Feb 14 14:06:48 PST 2001 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=24862 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:23:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1764737B4EC; Wed, 14 Feb 2001 14:23:27 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMNQ477193; Wed, 14 Feb 2001 14:23:26 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:23:26 -0800 (PST) From: Message-Id: <200102142223.f1EMNQ477193@freefall.freebsd.org> To: martti.kuparinen@iki.fi, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24985: [PATCH] fvwm2-beta upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] fvwm2-beta upgrade State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:23:05 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24985 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:24: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7811B37B4EC; Wed, 14 Feb 2001 14:24:06 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMO5e77308; Wed, 14 Feb 2001 14:24:05 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:24:05 -0800 (PST) From: Message-Id: <200102142224.f1EMO5e77308@freefall.freebsd.org> To: e-devil@e-devil.org, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24908: using m4 instead of gnu m4, and did not find gtk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: using m4 instead of gnu m4, and did not find gtk State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:23:35 PST 2001 State-Changed-Why: Committed with pkg-plist fix. thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:24:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55F4237B401; Wed, 14 Feb 2001 14:24:37 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMObr77397; Wed, 14 Feb 2001 14:24:37 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:24:37 -0800 (PST) From: Message-Id: <200102142224.f1EMObr77397@freefall.freebsd.org> To: shuna@pop16.odn.ne.jp, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24847: Update port: japanese/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/mutt-devel State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:24:23 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:26:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DAE837B503; Wed, 14 Feb 2001 14:26:21 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMP0F77524; Wed, 14 Feb 2001 14:25:00 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:25:00 -0800 (PST) From: Message-Id: <200102142225.f1EMP0F77524@freefall.freebsd.org> To: tkato@prontomail.ne.jp, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24818: Update port: games/krogue to 0.9.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/krogue to 0.9.6.1 State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:24:45 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24818 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:27: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C87C637B503; Wed, 14 Feb 2001 14:27:02 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMR2b77928; Wed, 14 Feb 2001 14:27:02 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:27:02 -0800 (PST) From: Message-Id: <200102142227.f1EMR2b77928@freefall.freebsd.org> To: tkato@prontomail.ne.jp, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24877: Update port: net/ksamba to 0.3.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/ksamba to 0.3.4 State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:26:54 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24877 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:27:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 583EE37B401; Wed, 14 Feb 2001 14:27:42 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMRgZ78056; Wed, 14 Feb 2001 14:27:42 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:27:42 -0800 (PST) From: Message-Id: <200102142227.f1EMRgZ78056@freefall.freebsd.org> To: mwest@uct.ac.za, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24731: Update port: games/rocksndiamonds 1.4.0 to 2.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/rocksndiamonds 1.4.0 to 2.0.0 State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:27:34 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24731 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:28:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FCF437B401; Wed, 14 Feb 2001 14:28:16 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMSBt78192; Wed, 14 Feb 2001 14:28:11 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:28:11 -0800 (PST) From: Message-Id: <200102142228.f1EMSBt78192@freefall.freebsd.org> To: petef@databits.net, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24904: Update port: mail/tkrat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/tkrat State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:28:01 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:30:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 026D537B401; Wed, 14 Feb 2001 14:30:40 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMUZo78653; Wed, 14 Feb 2001 14:30:35 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:30:35 -0800 (PST) From: Message-Id: <200102142230.f1EMUZo78653@freefall.freebsd.org> To: frankch@waru.life.nthu.edu.tw, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24870: Update ports/chinese/rxvt to the latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports/chinese/rxvt to the latest version State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:28:34 PST 2001 State-Changed-Why: Committed with some modifications: USE_LIBTOOL and --enable-shared. Without these, shared library does not builds for me. http://www.freebsd.org/cgi/query-pr.cgi?pr=24870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6343A37B4EC; Wed, 14 Feb 2001 14:40:07 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMe7O79690; Wed, 14 Feb 2001 14:40:07 -0800 (PST) (envelope-from jeh) Date: Wed, 14 Feb 2001 14:40:07 -0800 (PST) From: Message-Id: <200102142240.f1EMe7O79690@freefall.freebsd.org> To: greid@dogma.freebsd-uk.eu.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: as80: A lightweight 8080/8085 assembler for UN*X systems State-Changed-From-To: open->feedback State-Changed-By: jeh State-Changed-When: Wed Feb 14 14:39:43 PST 2001 State-Changed-Why: Distfile is unfetchable http://www.freebsd.org/cgi/query-pr.cgi?pr=24022 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:45:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1870437B491; Wed, 14 Feb 2001 14:45:43 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMjg980238; Wed, 14 Feb 2001 14:45:42 -0800 (PST) (envelope-from sf) Date: Wed, 14 Feb 2001 14:45:42 -0800 (PST) From: Message-Id: <200102142245.f1EMjg980238@freefall.freebsd.org> To: so@i-clue.de, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24965: ImageMagick does not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ImageMagick does not build State-Changed-From-To: feedback->closed State-Changed-By: sf State-Changed-When: Wed Feb 14 14:45:09 PST 2001 State-Changed-Why: Originator agreed with my suggestion. http://www.freebsd.org/cgi/query-pr.cgi?pr=24965 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 14:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94CE937B491 for ; Wed, 14 Feb 2001 14:50:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1EMo9980596; Wed, 14 Feb 2001 14:50:09 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 14:50:09 -0800 (PST) Message-Id: <200102142250.f1EMo9980596@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "James E. Housley" Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Reply-To: "James E. Housley" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24022; it has been noted by GNATS. From: "James E. Housley" To: freebsd-gnats-submit@FreeBSD.org, greid@dogma.freebsd-uk.eu.org Cc: Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Date: Wed, 14 Feb 2001 17:39:28 -0500 The DISTFILE is unfetchable. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Hi! I'm a .signature virus! Copy me in your ~/.signature to help me spread! <- Save this lifeform ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 15:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C414237B401 for ; Wed, 14 Feb 2001 15:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ENA6R84184; Wed, 14 Feb 2001 15:10:06 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 15:10:06 -0800 (PST) Message-Id: <200102142310.f1ENA6R84184@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Roelof Osinga Subject: Re: ports/25102: mod-php4 wrong (for me) dependencies Reply-To: Roelof Osinga Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25102; it has been noted by GNATS. From: Roelof Osinga To: Matthew Emmerton Cc: roelof@eboa.com, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/25102: mod-php4 wrong (for me) dependencies Date: Thu, 15 Feb 2001 00:04:26 +0100 Matthew Emmerton wrote: > > ... > Looking at pkg-plist for both ports, you'll notice that they both install > binaries and static libraries of the same name, but shared libraries get a > version bump. Yeah, but what about the rest of the LDAP ports? I know I could check all, but... First there was the gd thing, who btw does not recognize the freetype port or something, then libmcrypt, now this. Aarrgghh!! I'm - so what else is new - on a too tight schedule . With hindsight that is. > Since one would expect that v2 would be backwards compatible with v1, then > you should probably be safe installing v1 and then installing v2 on top - > that way you get v1 shared libraries, which I believe is all mod_php4 will > use. Now it uses the v2 libs . That I checked in the PHP4 README's. I just patched the Makefile.inc, it works. I would've just liked to patch beforehand, not behind the fact. Installing two possibly conflicting ports make me nervous. Who knows what side effects lurk in the dark? > If you've got other programs that rely on the v1 API, utilities or static > library, then you most likely will run into problems due to API changes. Yeah, well, the PHP4 docs do talk about LDAP v2, so...? What do I know, I'm just an ice cone salesman! But one who wants to run v2 *only*. If that means waiting for next versions of PHP4 to cooperate with it, so be it. *That* can wait . LDAP v2 cannot and no way do I want to end up, somehow, reading v1 docs thinking it to be v2 docs. Been there, done that, didn't like it. Roelof -- Home is where the (@) http://eboa.com/ is. Nisser home -- http://www.Nisser.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 17:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2523D37B491 for ; Wed, 14 Feb 2001 17:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F1e5q02272; Wed, 14 Feb 2001 17:40:05 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 17:40:05 -0800 (PST) Message-Id: <200102150140.f1F1e5q02272@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Trevor Johnson Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Reply-To: Trevor Johnson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24022; it has been noted by GNATS. From: Trevor Johnson To: Cc: Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Date: Wed, 14 Feb 2001 20:35:43 -0500 (EST) > The DISTFILE is unfetchable. Yes. Version 0.6 is the latest on the master site. I was able to get that one with no trouble (its checksum is different). -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 18:58:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.x9media.com (mail.x9media.com [62.104.116.66]) by hub.freebsd.org (Postfix) with SMTP id 494C637B491 for ; Wed, 14 Feb 2001 18:58:38 -0800 (PST) Received: from home (213.7.59.51) by mail.x9media.com with MERCUR-SMTP/POP3/IMAP4-Server (v3.30.03 XN-0098304) for ; Thu, 15 Feb 2001 03:56:15 +0100 Message-ID: <001101c096fb$0ab0f1e0$333b07d5@nn.com> From: "Thomas May" To: Cc: Subject: ipmeter port for freebsd ! Date: Thu, 15 Feb 2001 03:57:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: thomas.may@x9media.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi there, is there anyone who can write a port for ipmeter, i think a very cool ip - traffic&billing solution. have a look on it on ... http://www.ipmeter.com/ greetings from thomas, berlin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 19:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D32B37B503 for ; Wed, 14 Feb 2001 19:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F3o1d32644; Wed, 14 Feb 2001 19:50:01 -0800 (PST) (envelope-from gnats) Received: from quicksilver.ukc.ac.uk (quicksilver.ukc.ac.uk [129.12.21.11]) by hub.freebsd.org (Postfix) with ESMTP id 4086937B4EC for ; Wed, 14 Feb 2001 19:48:10 -0800 (PST) Received: from killigrew.ukc.ac.uk ([129.12.58.190]) by quicksilver.ukc.ac.uk with esmtp (Exim 3.16 #1) id 14TFOo-0006f8-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Feb 2001 03:48:06 +0000 Received: from tdb1 by killigrew.ukc.ac.uk with local (Exim 3.20 #1) id 14TFOp-0007ep-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Feb 2001 03:48:07 +0000 Message-Id: Date: Thu, 15 Feb 2001 03:48:07 +0000 From: tim@bishnet.net Reply-To: tim@bishnet.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25106: pkg_version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25106 >Category: ports >Synopsis: "pkg_version -c" should "make install clean" ? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 19:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: T.D.Bishop >Release: FreeBSD 4.2-STABLE i386 >Organization: n/a >Environment: >Description: pkg_version -c, in my opinion, should do "make install clean" as the last line, rather than just "make install". Cluttered ports trees take up precious space, and if pkg_version is used in a scripted environment it could devour space unnoticed. >How-To-Repeat: %pkg_version -c # # mozilla # needs updating (index has 0.7_1,1) # cd /usr/ports/www/mozilla make && pkg_delete -f mozilla-0.7,1 make install % In my opinion, that last line should read; make install clean >Fix: %diff pkg_version.old pkg_version.new 468c468 < make install --- > make install clean % >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 20: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6547237B491 for ; Wed, 14 Feb 2001 20:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F402B33532; Wed, 14 Feb 2001 20:00:02 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 20:00:02 -0800 (PST) Message-Id: <200102150400.f1F402B33532@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/25106: pkg_version Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25106; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/25106: pkg_version Date: Wed, 14 Feb 2001 21:57:35 -0600 might you want it to do make clean install clean ? ----- Original Message ----- From: To: Sent: Wednesday, February 14, 2001 9:48 PM Subject: ports/25106: pkg_version > > >Number: 25106 > >Category: ports > >Synopsis: "pkg_version -c" should "make install clean" ? > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Wed Feb 14 19:50:00 PST 2001 > >Closed-Date: > >Last-Modified: > >Originator: T.D.Bishop > >Release: FreeBSD 4.2-STABLE i386 > >Organization: > n/a > >Environment: > >Description: > > pkg_version -c, in my opinion, should do "make install clean" > as the last line, rather than just "make install". Cluttered > ports trees take up precious space, and if pkg_version is used > in a scripted environment it could devour space unnoticed. > > >How-To-Repeat: > > %pkg_version -c > # > # mozilla > # needs updating (index has 0.7_1,1) > # > cd /usr/ports/www/mozilla > make && pkg_delete -f mozilla-0.7,1 > make install > > % > > In my opinion, that last line should read; > > make install clean > > >Fix: > > %diff pkg_version.old pkg_version.new > 468c468 > < make install > --- > > make install clean > % > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 20:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D56937B4EC for ; Wed, 14 Feb 2001 20:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F4K3B37072; Wed, 14 Feb 2001 20:20:03 -0800 (PST) (envelope-from gnats) Date: Wed, 14 Feb 2001 20:20:03 -0800 (PST) Message-Id: <200102150420.f1F4K3B37072@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "T.D.Bishop" Subject: Re: ports/25106: pkg_version Reply-To: "T.D.Bishop" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25106; it has been noted by GNATS. From: "T.D.Bishop" To: "David W. Chapman Jr." Cc: tim@bishnet.net, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/25106: pkg_version Date: Thu, 15 Feb 2001 04:09:57 +0000 (GMT) No, because the line before actually compiles, and thus doing make clean install clean would compile it twice. Maybe an extra clean near the beginning though. On Wed, 14 Feb 2001, David W. Chapman Jr. wrote: > might you want it to do make clean install clean ? > ----- Original Message ----- > From: > To: > Sent: Wednesday, February 14, 2001 9:48 PM > Subject: ports/25106: pkg_version > > > > > > >Number: 25106 > > >Category: ports > > >Synopsis: "pkg_version -c" should "make install clean" ? > > >Confidential: no > > >Severity: non-critical > > >Priority: low > > >Responsible: freebsd-ports > > >State: open > > >Quarter: > > >Keywords: > > >Date-Required: > > >Class: change-request > > >Submitter-Id: current-users > > >Arrival-Date: Wed Feb 14 19:50:00 PST 2001 > > >Closed-Date: > > >Last-Modified: > > >Originator: T.D.Bishop > > >Release: FreeBSD 4.2-STABLE i386 > > >Organization: > > n/a > > >Environment: > > >Description: > > > > pkg_version -c, in my opinion, should do "make install clean" > > as the last line, rather than just "make install". Cluttered > > ports trees take up precious space, and if pkg_version is used > > in a scripted environment it could devour space unnoticed. > > > > >How-To-Repeat: > > > > %pkg_version -c > > # > > # mozilla > > # needs updating (index has 0.7_1,1) > > # > > cd /usr/ports/www/mozilla > > make && pkg_delete -f mozilla-0.7,1 > > make install > > > > % > > > > In my opinion, that last line should read; > > > > make install clean > > > > >Fix: > > > > %diff pkg_version.old pkg_version.new > > 468c468 > > < make install > > --- > > > make install clean > > % > > > > > > >Release-Note: > > >Audit-Trail: > > >Unformatted: > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 14 23:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B96A37B67D for ; Wed, 14 Feb 2001 23:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F7o1x65352; Wed, 14 Feb 2001 23:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A70BD37B4EC for ; Wed, 14 Feb 2001 23:45:59 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1F7jxb64949; Wed, 14 Feb 2001 23:45:59 -0800 (PST) (envelope-from nobody) Message-Id: <200102150745.f1F7jxb64949@freefall.freebsd.org> Date: Wed, 14 Feb 2001 23:45:59 -0800 (PST) From: nakaji@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25108: Maintainer's update: japanese/samba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25108 >Category: ports >Synopsis: Maintainer's update: japanese/samba >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 14 23:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: NAKAJI Hiroyuki >Release: FreeBSD 5.0-current >Organization: >Environment: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Feb 6 14:22:55 JST 2001 root@nakaji.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386 >Description: Samba Japanese Edition is updated to 2.2, which includes many bug fix of samba-2.0.7 itself and samba-2.0.7-ja-2.1 and improvements of Japanese characters handling. >How-To-Repeat: >Fix: Patch from ports-current is available at http://www.rc.tutrp.tut.ac.jp/~nakaji/tmp/ja-samba.diff.gz or http://www.heimat.gr.jp/~nakaji/FreeBSD/ports/ja-samba.diff.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 2:58:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id EDD9837B4EC; Thu, 15 Feb 2001 02:58:50 -0800 (PST) Received: from m11-mp1-cvx1c.gui.ntl.com ([62.252.12.11]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010215105849.YZFI285.mta06-svc.ntlworld.com@m11-mp1-cvx1c.gui.ntl.com>; Thu, 15 Feb 2001 10:58:49 +0000 Date: Thu, 15 Feb 2001 11:07:14 +0000 (GMT) From: George Reid X-Sender: geeorgy@sobek.openirc.co.uk To: "James E. Housley" Cc: freebsd-ports@FreeBSD.ORG, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems In-Reply-To: <200102142250.f1EMo9980596@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following diff against the original shar in ports/24022 fixes the distfile problem and updates the port to 0.6.2. --- as80.shar.orig Thu Feb 15 10:49:31 2001 +++ as80.shar Thu Feb 15 11:01:38 2001 @@ -27,7 +27,7 @@ X# X XPORTNAME= as80 -XPORTVERSION= 0.6 +XPORTVERSION= 0.6.2 XCATEGORIES= devel XMASTER_SITES= http://home.t-online.de/home/thomas.strathmann/files/ X @@ -35,54 +35,54 @@ X XWRKSRC= ${WRKDIR}/${PORTNAME} X -XALL_TARGET= ${PORTNAME} -X Xdo-install: -X ${INSTALL_SCRIPT} ${WRKSRC}/asm ${PREFIX}/bin -X ${INSTALL_PROGRAM} ${WRKSRC}/as80 ${PREFIX}/bin +X ${INSTALL_SCRIPT} ${WRKSRC}/as80 ${PREFIX}/bin +X ${INSTALL_PROGRAM} ${WRKSRC}/asm80 ${PREFIX}/bin +X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/as80 X ${INSTALL_DATA} ${WRKSRC}/Manual.txt ${PREFIX}/share/doc/as80 X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/as80 +X.endif X X.include END-of-as80/Makefile echo x - as80/distinfo sed 's/^X//' >as80/distinfo << 'END-of-as80/distinfo' -XMD5 (as80-0.6.tar.gz) = 1ac442b4d12bfc01b0b0a2b95605bcaa +XMD5 (as80-0.6.2.tar.gz) = cc871391e460758806fd368948fa3158 END-of-as80/distinfo echo c - as80/files mkdir -p as80/files > /dev/null 2>&1 echo x - as80/files/patch-aa sed 's/^X//' >as80/files/patch-aa << 'END-of-as80/files/patch-aa' -X--- Makefile.orig Wed Jan 10 16:06:20 2001 -X+++ Makefile Wed Jan 10 22:22:22 2001 +X--- Makefile.orig Thu Feb 15 10:54:44 2001 +X+++ Makefile Thu Feb 15 10:55:00 2001 X@@ -1,6 +1,5 @@ -X-CC=gcc -X-CFLAGS=-O3 -fomit-frame-pointer -Wall -pedantic -ansi -X-PREFIX=/usr/local -X+CC?=gcc -X+CFLAGS=-fomit-frame-pointer -Wall +X-CC = gcc +X-CFLAGS = -Wall -pedantic -ansi -O3 -fomit-frame-pointer +X-PREFIX = /usr/local +X+CC? = gcc +X+CFLAGS += -Wall -pedantic -ansi X -X all: as80 doc +X all: asm80 Manual.txt X END-of-as80/files/patch-aa echo x - as80/files/patch-ab sed 's/^X//' >as80/files/patch-ab << 'END-of-as80/files/patch-ab' -X--- as80.c.orig Wed Jan 10 22:23:09 2001 -X+++ as80.c Wed Jan 10 22:22:53 2001 +X--- asm80.c.orig Sun Jan 14 14:08:12 2001 +X+++ asm80.c Thu Feb 15 10:55:50 2001 X@@ -23,7 +23,6 @@ X #include X #include X #include X-#include -X #include "as80.h" +X #include "asm80.h" X X END-of-as80/files/patch-ab echo x - as80/pkg-plist sed 's/^X//' >as80/pkg-plist << 'END-of-as80/pkg-plist' Xbin/as80 -Xbin/asm +Xbin/asm80 Xshare/doc/as80/Manual.txt Xshare/doc/as80/README X@dirrm share/doc/as80 "And then it comes to be that the soothing light at the end of your tunnel was just a freight train, comin' your way." George Reid * greid@ukug.uk.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 3: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1B4737B491 for ; Thu, 15 Feb 2001 03:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FB03j92755; Thu, 15 Feb 2001 03:00:03 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 03:00:03 -0800 (PST) Message-Id: <200102151100.f1FB03j92755@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: George Reid Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Reply-To: George Reid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24022; it has been noted by GNATS. From: George Reid To: "James E. Housley" Cc: freebsd-ports@FreeBSD.ORG, FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Date: Thu, 15 Feb 2001 11:07:14 +0000 (GMT) The following diff against the original shar in ports/24022 fixes the distfile problem and updates the port to 0.6.2. --- as80.shar.orig Thu Feb 15 10:49:31 2001 +++ as80.shar Thu Feb 15 11:01:38 2001 @@ -27,7 +27,7 @@ X# X XPORTNAME= as80 -XPORTVERSION= 0.6 +XPORTVERSION= 0.6.2 XCATEGORIES= devel XMASTER_SITES= http://home.t-online.de/home/thomas.strathmann/files/ X @@ -35,54 +35,54 @@ X XWRKSRC= ${WRKDIR}/${PORTNAME} X -XALL_TARGET= ${PORTNAME} -X Xdo-install: -X ${INSTALL_SCRIPT} ${WRKSRC}/asm ${PREFIX}/bin -X ${INSTALL_PROGRAM} ${WRKSRC}/as80 ${PREFIX}/bin +X ${INSTALL_SCRIPT} ${WRKSRC}/as80 ${PREFIX}/bin +X ${INSTALL_PROGRAM} ${WRKSRC}/asm80 ${PREFIX}/bin +X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/as80 X ${INSTALL_DATA} ${WRKSRC}/Manual.txt ${PREFIX}/share/doc/as80 X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/as80 +X.endif X X.include END-of-as80/Makefile echo x - as80/distinfo sed 's/^X//' >as80/distinfo << 'END-of-as80/distinfo' -XMD5 (as80-0.6.tar.gz) = 1ac442b4d12bfc01b0b0a2b95605bcaa +XMD5 (as80-0.6.2.tar.gz) = cc871391e460758806fd368948fa3158 END-of-as80/distinfo echo c - as80/files mkdir -p as80/files > /dev/null 2>&1 echo x - as80/files/patch-aa sed 's/^X//' >as80/files/patch-aa << 'END-of-as80/files/patch-aa' -X--- Makefile.orig Wed Jan 10 16:06:20 2001 -X+++ Makefile Wed Jan 10 22:22:22 2001 +X--- Makefile.orig Thu Feb 15 10:54:44 2001 +X+++ Makefile Thu Feb 15 10:55:00 2001 X@@ -1,6 +1,5 @@ -X-CC=gcc -X-CFLAGS=-O3 -fomit-frame-pointer -Wall -pedantic -ansi -X-PREFIX=/usr/local -X+CC?=gcc -X+CFLAGS=-fomit-frame-pointer -Wall +X-CC = gcc +X-CFLAGS = -Wall -pedantic -ansi -O3 -fomit-frame-pointer +X-PREFIX = /usr/local +X+CC? = gcc +X+CFLAGS += -Wall -pedantic -ansi X -X all: as80 doc +X all: asm80 Manual.txt X END-of-as80/files/patch-aa echo x - as80/files/patch-ab sed 's/^X//' >as80/files/patch-ab << 'END-of-as80/files/patch-ab' -X--- as80.c.orig Wed Jan 10 22:23:09 2001 -X+++ as80.c Wed Jan 10 22:22:53 2001 +X--- asm80.c.orig Sun Jan 14 14:08:12 2001 +X+++ asm80.c Thu Feb 15 10:55:50 2001 X@@ -23,7 +23,6 @@ X #include X #include X #include X-#include -X #include "as80.h" +X #include "asm80.h" X X END-of-as80/files/patch-ab echo x - as80/pkg-plist sed 's/^X//' >as80/pkg-plist << 'END-of-as80/pkg-plist' Xbin/as80 -Xbin/asm +Xbin/asm80 Xshare/doc/as80/Manual.txt Xshare/doc/as80/README X@dirrm share/doc/as80 "And then it comes to be that the soothing light at the end of your tunnel was just a freight train, comin' your way." George Reid * greid@ukug.uk.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 4:13: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F47C37B491; Thu, 15 Feb 2001 04:12:53 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FCCmU08854; Thu, 15 Feb 2001 04:12:48 -0800 (PST) (envelope-from dirk) Date: Thu, 15 Feb 2001 04:12:48 -0800 (PST) From: Message-Id: <200102151212.f1FCCmU08854@freefall.freebsd.org> To: chris@aims.com.au, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25060: mod_php4 dependency on gd fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mod_php4 dependency on gd fails State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Thu Feb 15 04:12:14 PST 2001 State-Changed-Why: Fixed meanwhile. Thanks! GNAT: Enter the reason for changing this PR's status here. http://www.freebsd.org/cgi/query-pr.cgi?pr=25060 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 4:14:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 755E137B401; Thu, 15 Feb 2001 04:14:16 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FCEFO09114; Thu, 15 Feb 2001 04:14:15 -0800 (PST) (envelope-from dirk) Date: Thu, 15 Feb 2001 04:14:15 -0800 (PST) From: Message-Id: <200102151214.f1FCEFO09114@freefall.freebsd.org> To: roelof@eboa.com, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25081: shared lib gd.1 not found Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: shared lib gd.1 not found State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Thu Feb 15 04:13:33 PST 2001 State-Changed-Why: Fixed. Please try again. http://www.freebsd.org/cgi/query-pr.cgi?pr=25081 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 4:30:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 840FA37B401 for ; Thu, 15 Feb 2001 04:30:26 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14TNYF-0004Ch-00 for ports@freebsd.org; Thu, 15 Feb 2001 14:30:23 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id OAA29861 for ; Thu, 15 Feb 2001 14:30:22 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 29720; Thu Feb 15 14:29:56 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 14TNXo-000Abr-00 for ports@FreeBSD.org; Thu, 15 Feb 2001 14:29:56 +0200 To: ports@freebsd.org Subject: Re: cvs commit: ports/www/mod_perl Makefile ports/www/mod_perl/files patch-aa In-reply-to: Your message of "Thu, 15 Feb 2001 02:50:18 PST." <200102151050.f1FAoIx91900@freefall.freebsd.org> Date: Thu, 15 Feb 2001 14:29:56 +0200 Message-ID: <40786.982240196@axl.fw.uunet.co.za> From: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 15 Feb 2001 02:50:18 PST, Sheldon Hearn wrote: > Modified files: > www/mod_perl Makefile > Added files: > www/mod_perl/files patch-aa > Log: > Fix PREFIX-clean breakage for libperl.so by breaking out its > installation from the mod_perl MakeMaker mess into the port's Makefile. > > This port is now PREFIX-clean. For those who're unsure of the real value of PREFIX-clean ports, let me mention it here. Ports which install files into locations outside PREFIX are not PREFIX-clean. If you set PREFIX to something other than /usr/local, you'll immediately notice the problem. This is a problem for folks who want to install a port or its package into something other than /usr/local, but that's not the serious problem, because people can always give up and use /usr/local if they're desperate. The serious problem is for semi-automated package list (pkg-plist) generation as described in the porter's handbook: http://www.freebsd.org/porters-handbook/porting-autoplist.html Semi-automated pkg-plist generation relies on being able to test package creation using a scratch installation root, such as /var/tmp/port-name, instead of the somewhat standard /usr/local. Ports that don't honour ${PREFIX} for _all_ installed files must have their pkg-plist updated in a monstly manual way. While some packages (especially those that use Perl's MakeMaker framework) are hard to make PREFIX-clean, a major benefit of the exercise is that updates to the port later will be much easier with respect to updating the packaging list (pkg-plist). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 4:48:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rdc1.kt.home.ne.jp (ha2.rdc1.kt.home.ne.jp [203.165.9.243]) by hub.freebsd.org (Postfix) with ESMTP id 8A71237B491; Thu, 15 Feb 2001 04:48:18 -0800 (PST) Received: from daemon.local.idaemons.org ([203.165.161.10]) by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20010215124816.CLXV19464.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>; Thu, 15 Feb 2001 04:48:16 -0800 Received: by daemon.local.idaemons.org (8.11.1/3.7W) id f1FCmDv43012; Thu, 15 Feb 2001 21:48:13 +0900 (JST) Date: Thu, 15 Feb 2001 21:48:13 +0900 Message-ID: <86u25wqfhu.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: ade@FreeBSD.org Cc: ports@FreeBSD.org, current@FreeBSD.org Subject: libgtop on CURRENT User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?= =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.2 - =?ISO-8859-1?Q?=22Daish=F2ji=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It is necessary to update libgtop for CURRENT as attached. I haven't yet got an idea how to fix it to shut up the following error messages, though. LibGTop-Server: kvm_getargv (12): Undefined error: 0 LibGTop-Server: kvm_getargv (11): Undefined error: 0 LibGTop-Server: kvm_getargv (10): Undefined error: 0 By the way, you'd better split patches into per-file patches.. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "We're only at home when we're on the run, on the wing, on the fly" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libgtop/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 2000/12/28 02:35:31 1.40 +++ Makefile 2001/02/15 12:35:38 @@ -7,7 +7,7 @@ PORTNAME= libgtop PORTVERSION= 1.0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libgtop Index: files/patch-aj =================================================================== RCS file: /home/ncvs/ports/devel/libgtop/files/patch-aj,v retrieving revision 1.2 diff -u -r1.2 patch-aj --- files/patch-aj 2000/12/28 02:35:34 1.2 +++ files/patch-aj 2001/02/14 16:24:33 @@ -71,9 +71,9 @@ - switch (pinfo [0].kp_proc.p_stat) { + switch (pinfo [0].XXX_P_STAT) { case SIDL: ---- sysdeps/freebsd/procuid.c.orig Thu Sep 16 16:08:07 1999 -+++ sysdeps/freebsd/procuid.c Fri Dec 22 18:37:41 2000 -@@ -86,13 +86,38 @@ +--- sysdeps/freebsd/procuid.c.orig Fri Sep 17 06:08:07 1999 ++++ sysdeps/freebsd/procuid.c Thu Feb 15 01:16:50 2001 +@@ -86,13 +86,42 @@ - buf->uid = pinfo [0].kp_eproc.e_pcred.p_ruid; - buf->euid = pinfo [0].kp_eproc.e_pcred.p_svuid; @@ -95,7 +95,11 @@ +#define XXX_E_PGID ki_pgid +#define XXX_E_TPGID ki_tpgid +#define XXX_P_NICE ki_nice ++#if __FreeBSD_version >= 500013 ++#define XXX_P_PRIORITY ki_pri.pri_user ++#else +#define XXX_P_PRIORITY ki_priority ++#endif +#else + +#define XXX_P_RUID kp_eproc.e_pcred.p_ruid @@ -122,8 +126,8 @@ + buf->nice = pinfo [0].XXX_P_NICE; + buf->priority = pinfo [0].XXX_P_PRIORITY; ---- sysdeps/freebsd/proctime.c.orig Thu Sep 16 16:08:07 1999 -+++ sysdeps/freebsd/proctime.c Fri Dec 22 22:45:57 2000 +--- sysdeps/freebsd/proctime.c.orig Fri Sep 17 06:08:07 1999 ++++ sysdeps/freebsd/proctime.c Thu Feb 15 01:15:11 2001 @@ -68,5 +68,2 @@ u_quad_t u, st, ut, it, tot; -#if (__FreeBSD_version < 300003) @@ -150,10 +154,14 @@ - buf->rtime = tv2sec (pinfo [0].kp_proc.p_rtime); + buf->rtime = pinfo [0].kp_proc.p_runtime; #endif -@@ -194,2 +186,13 @@ +@@ -194,2 +186,17 @@ #else +#if __FreeBSD_version >= 500013 ++#if __FreeBSD_version >= 500016 ++ if ((pinfo [0].ki_flag & PS_INMEM)) { ++#else + if ((pinfo [0].ki_flag & P_INMEM)) { ++#endif + buf->utime = pinfo [0].ki_runtime; + buf->stime = 0; /* XXX */ + buf->cutime = tv2sec (pinfo [0].ki_childtime); @@ -164,7 +172,7 @@ + +#else glibtop_suid_enter (server); -@@ -224,2 +227,3 @@ +@@ -224,2 +231,3 @@ } +#endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 4:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D33D37B401 for ; Thu, 15 Feb 2001 04:50:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FCo7L12646; Thu, 15 Feb 2001 04:50:07 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 04:50:07 -0800 (PST) Message-Id: <200102151250.f1FCo7L12646@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christoph.Weber-Fahr@arcor.net Subject: ports/25045: the bind8 port leaves the original bind in place. Reply-To: Christoph.Weber-Fahr@arcor.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: Christoph.Weber-Fahr@arcor.net To: freebsd-gnats-submit@freebsd.org Cc: Subject: ports/25045: the bind8 port leaves the original bind in place. Date: Thu, 15 Feb 2001 13:47:12 +0100 [re-sent to get it into the audit trail. Suggested patch follows with separate mail] Hello, > State-Changed-From-To: open->closed > State-Changed-Why: > man rc.conf *sigh* Yes, of course. But that's not the issue. rc.conf is one of a gazillion possibilities to tell your system now to use the named from /usr/local. Arguably it's even the canonical one. But that's not what I'm suggesting for a change. I suggest either the port makes itself _the_only_one_ or it tells you with no unlclear words that it didn't. Right now it silently installs behind the original and waits for better times. Just how many systems are out there _right_now_ of people that think they fixed the recent bind exploits but still run the old code ? I respectfully suggest the PR to be re-opened at least until someone finds the time to add some explanatory sentences to the end of the install routine of the bind8 port. Regards Christoph Weber-Fahr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 4:52:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (pop3.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id EE75D37B491; Thu, 15 Feb 2001 04:52:08 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1FCpog17754; Thu, 15 Feb 2001 14:51:51 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.2/8.11.2) with ESMTP id f1FCprm44468; Thu, 15 Feb 2001 14:51:53 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A8BD0E7.BA197AB0@FreeBSD.org> Date: Thu, 15 Feb 2001 14:51:51 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: FUJISHIMA Satsuki Cc: John Indra , freebsd-current@FreeBSD.org, kevlo@FreeBSD.org, ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: -lc_r against shared library (Re: Failed to build kdesupport2 port) References: <20010215110428.A31614@office.naver.co.id> <86n1bop2vs.wl@cheerful.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FUJISHIMA Satsuki wrote: > If you paid attention to -ports, you found adding > > CONFIGURE_ARGS= "LIBS=-pthread" > > to kdesupport2/Makefile would help. > > There are some way to ``fix'' this problem: > c) Use -lc_r instead of -pthread. > As -pthread will be depreciated, we should use -lc_r for FreeBSD > 5.0 and later, shouldn't we? Yes, it looks like a most appropriate solution to me. If you read -ports, recently I proposed to add a small patch for the bsd.port.mk to help with transition process, but have not heard anything back from PW yet. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 5: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9AEC37B503 for ; Thu, 15 Feb 2001 05:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FD04N13604; Thu, 15 Feb 2001 05:00:04 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 05:00:04 -0800 (PST) Message-Id: <200102151300.f1FD04N13604@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christoph Weber-Fahr Subject: Re: ports/25045: the bind8 port leaves the original bind in place Reply-To: Christoph Weber-Fahr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: Christoph Weber-Fahr To: sf@freebsd.org, freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/25045: the bind8 port leaves the original bind in place Date: Thu, 15 Feb 2001 12:54:28 +0100 (CET) Hello, FUJISHIMA Satsuki > People should not run any program(particularly daemons) without > understanding what they are doing. Yeah, thanks, I like you, too :-) Seriously, IMO it's a documentation issue. I had several systems to patch, with various versions of FreeBSD, and I had to get it done more or less immediately. You don't always have the time to think and double-check about everything. Anticipating the very obvious sloppy mistakes is a good strategy, IMO. Especially when dealing with security matters. >> At Tue, 13 Feb 2001 01:33:13 +0100, >> Christoph.Weber-Fahr@arcor.net wrote: >> I respectfully suggest the PR to be re-opened at least until >> someone finds the time to add some explanatory sentences >> to the end of the install routine of the bind8 port. > patches appreciated. I'm afraid it wont get me the Pulitzer, but here we go: Regards, Christoph Weber-Fahr --- Makefile.orig Thu Feb 15 12:06:03 2001 +++ Makefile Thu Feb 15 12:25:41 2001 @@ -30,5 +30,18 @@ @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 + @echo ============================================================ + @echo ' *** Attention ! *** Attention ! ***' + @echo + @echo ' This port did NOT replace the named supplied with FreeBSD ' + @echo ' but installed in its own place. ' + @echo ' The executables reside now in ${PREFIX}/sbin ' + @echo + @echo ' You MUST change /etc/rc.conf accordingly and give the full ' + @echo ' pathname to start named, both manually or from a config ' + @echo ' file. ' + @echo + @echo ' If you dont do that, the new named version will not run ! ' + @echo ============================================================ .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 5:41:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF85937B401; Thu, 15 Feb 2001 05:41:49 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FDfnv20160; Thu, 15 Feb 2001 05:41:49 -0800 (PST) (envelope-from kevlo) Date: Thu, 15 Feb 2001 05:41:49 -0800 (PST) From: Message-Id: <200102151341.f1FDfnv20160@freefall.freebsd.org> To: simon@simon.org.ua, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25095: Update port sysutils/ipa [by maintainer] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port sysutils/ipa [by maintainer] State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Thu Feb 15 05:41:27 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25095 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 6:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF15537B684 for ; Thu, 15 Feb 2001 06:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FEe1i29877; Thu, 15 Feb 2001 06:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 398B837B401 for ; Thu, 15 Feb 2001 06:32:39 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FEWdG27443; Thu, 15 Feb 2001 06:32:39 -0800 (PST) (envelope-from nobody) Message-Id: <200102151432.f1FEWdG27443@freefall.freebsd.org> Date: Thu, 15 Feb 2001 06:32:39 -0800 (PST) From: tsr@atom.physik.tu-berlin.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25111: cannot logout from KDE2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25111 >Category: ports >Synopsis: cannot logout from KDE2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 06:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tobias Richter >Release: 4.2-RELEASE >Organization: TU-Berlin IAAP >Environment: FreeBSD atom.physik.tu-berlin.de 4.2-RELEASE FreeBSD 4.2-RELEASE #1: Tue Jan 23 13:11:37 CET 2001 root@pcpz12.physik.tu-berlin.de:/usr/src/sys/compile/ATOMKERN i386 >Description: When trying to logout from KDE2 (2.0.1) nothing happens really happens. Only kicker issues these two lines (from .xession-errors): kicker: PanelServiceMenu::slotExec(-65) kicker: Cannot find service with menu id -65 To leave X you only can CTRL-ALT-BACKSPACE. >How-To-Repeat: Start KDE2 and select 'logout' from the K menu. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 6:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E424137B69B for ; Thu, 15 Feb 2001 06:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FEe1R29899; Thu, 15 Feb 2001 06:40:01 -0800 (PST) (envelope-from gnats) Received: from mauve.csi.cam.ac.uk (mauve.csi.cam.ac.uk [131.111.8.38]) by hub.freebsd.org (Postfix) with ESMTP id 793BA37B503 for ; Thu, 15 Feb 2001 06:34:02 -0800 (PST) Received: from m211-6.phy.cam.ac.uk ([131.111.79.226]) by mauve.csi.cam.ac.uk with esmtp (Exim 3.16 #1) id 14TPTt-0003Gd-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Feb 2001 14:34:01 +0000 Received: from sa264 by m211-6.phy.cam.ac.uk with local (Exim 3.20 #1) id 14TPTs-0000OA-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Feb 2001 14:34:00 +0000 Message-Id: Date: Thu, 15 Feb 2001 14:34:00 +0000 From: sa264@cam.ac.uk Reply-To: sa264@cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25112: math/gnuplot+ install demos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25112 >Category: ports >Synopsis: math/gnuplot+ install demos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 06:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD 4.2-STABLE i386 >Description: Install demos for math/gnuplot+. Reviewed by the maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/math/gnuplot+/Makefile gnuplot+/Makefile --- /usr/ports/math/gnuplot+/Makefile Mon Jan 29 15:49:37 2001 +++ gnuplot+/Makefile Thu Feb 15 13:21:32 2001 @@ -71,6 +71,8 @@ ${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir + ${MKDIR} ${PREFIX}/share/examples/gnuplot+ + (cd ${WRKSRC}/demo;for EXAMPLES in ${WRKSRC}/demo/*; do ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/share/examples/gnuplot+;done) @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/math/gnuplot+/pkg-plist gnuplot+/pkg-plist --- /usr/ports/math/gnuplot+/pkg-plist Fri Sep 10 04:05:24 1999 +++ gnuplot+/pkg-plist Thu Feb 15 13:21:48 2001 @@ -17,4 +17,69 @@ share/doc/gnuplot+/plus.pdf share/doc/gnuplot+/plus.ps share/doc/gnuplot+/plus.tex +share/examples/gnuplot+/1.dat +share/examples/gnuplot+/2.dat +share/examples/gnuplot+/3.dat +share/examples/gnuplot+/airfoil.dem +share/examples/gnuplot+/all.dem +share/examples/gnuplot+/animate.dem +share/examples/gnuplot+/battery.dat +share/examples/gnuplot+/big_peak.dat +share/examples/gnuplot+/binary.dem +share/examples/gnuplot+/bivariat.dem +share/examples/gnuplot+/borders.dem +share/examples/gnuplot+/contours.dem +share/examples/gnuplot+/controls.dem +share/examples/gnuplot+/density.fnc +share/examples/gnuplot+/discrete.dem +share/examples/gnuplot+/electron.dem +share/examples/gnuplot+/fit.dem +share/examples/gnuplot+/glass.dat +share/examples/gnuplot+/gnuplot.rot +share/examples/gnuplot+/hemisphr.dat +share/examples/gnuplot+/hexa.fnc +share/examples/gnuplot+/hidden.dem +share/examples/gnuplot+/klein.dat +share/examples/gnuplot+/lcdemo.dat +share/examples/gnuplot+/line.fnc +share/examples/gnuplot+/mgr.dem +share/examples/gnuplot+/moli3.dat +share/examples/gnuplot+/multimsh.dem +share/examples/gnuplot+/multiplt.dem +share/examples/gnuplot+/param.dem +share/examples/gnuplot+/polar.dem +share/examples/gnuplot+/poldat.dem +share/examples/gnuplot+/prob.dem +share/examples/gnuplot+/prob2.dem +share/examples/gnuplot+/random.dem +share/examples/gnuplot+/reflect.fnc +share/examples/gnuplot+/reread.bor +share/examples/gnuplot+/scatter.dem +share/examples/gnuplot+/scatter2.dat +share/examples/gnuplot+/silver.dat +share/examples/gnuplot+/simple.dem +share/examples/gnuplot+/singulr.dem +share/examples/gnuplot+/sound.par +share/examples/gnuplot+/sound2.par +share/examples/gnuplot+/soundvel.dat +share/examples/gnuplot+/spline.dem +share/examples/gnuplot+/start.par +share/examples/gnuplot+/stat.inc +share/examples/gnuplot+/steps.dat +share/examples/gnuplot+/steps.dem +share/examples/gnuplot+/surface1.dem +share/examples/gnuplot+/surface2.dem +share/examples/gnuplot+/timedat.dat +share/examples/gnuplot+/timedat.dem +share/examples/gnuplot+/using.dat +share/examples/gnuplot+/using.dem +share/examples/gnuplot+/vector.dem +share/examples/gnuplot+/whale.dat +share/examples/gnuplot+/world.cor +share/examples/gnuplot+/world.dat +share/examples/gnuplot+/world.dem +share/examples/gnuplot+/binary1 +share/examples/gnuplot+/binary2 +share/examples/gnuplot+/binary3 @dirrm share/doc/gnuplot+ +@dirrm share/examples/gnuplot+ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 6:48:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from marcos.networkcs.com (marcos.networkcs.com [137.66.16.1]) by hub.freebsd.org (Postfix) with ESMTP id 0707737B401 for ; Thu, 15 Feb 2001 06:48:16 -0800 (PST) Received: from us.networkcs.com (us.networkcs.com [137.66.11.15]) by marcos.networkcs.com (8.9.3/8.9.3) with ESMTP id IAA53831 for ; Thu, 15 Feb 2001 08:48:15 -0600 (CST) (envelope-from wesb@us.networkcs.com) Received: (from wesb@localhost) by us.networkcs.com (8.9.2/8.9.2) id IAA42002 for ports@freebsd.org; Thu, 15 Feb 2001 08:48:14 -0600 (CST) (envelope-from wesb) Date: Thu, 15 Feb 2001 08:48:14 -0600 From: Wes Barris To: ports@freebsd.org Subject: How do you upgrade a FreeBSD system? Message-ID: <20010215084814.A41857@us.networkcs.com> Reply-To: Wes Barris Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I run cvsup to update my ports once a month. After the last time it ran I have begun to get an error message whenever I try to "make" a port. It says I need to install an upgrade kit (which I already have but I keep getting that message). It looks like I have to upgrade the operating system. I don't want to have to wipe the system and install from scratch. Do you know of any tutorial or documentation on the www.freebsd.org web site on upgrading a system? Why isn't this 34upgrade.tzg working? root@aoki# cd /usr/ports/databases/mysql323-client > root@aoki# make > ===> mysql-client-3.23.32_1 : 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. root@aoki# pkg_info | fgrep upgrade 34upgrade-2000.08.25 A convenience package to upgrade your 3.3 or 3.4 system +to 3 root@aoki> uname -a FreeBSD aoki 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 ----------------------------------------------------------------------- Wes Barris wes@networkcs.com Network Computing Services, Inc. 612.626.8090 ----------------------------------------------------------------------- Today's fortune: Reading is thinking with someone else's head instead of one's own. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 7:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFD0337B67D for ; Thu, 15 Feb 2001 07:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FFA4j20797; Thu, 15 Feb 2001 07:10:04 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 26FE537B503 for ; Thu, 15 Feb 2001 07:03:19 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1FF38U60380; Thu, 15 Feb 2001 23:03:08 +0800 (CST) (envelope-from leeym) Message-Id: <200102151503.f1FF38U60380@utopia.leeym.com> Date: Thu, 15 Feb 2001 23:03:08 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25113: new port: mail/abook Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25113 >Category: ports >Synopsis: new port: mail/abook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 07:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: Abook is a text-based addressbook program designed to use with mutt mail client. Abook runs on Linux, FreeBSD and some other UNIXes. WWW: http://abook.sourceforge.net >How-To-Repeat: >Fix: # 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: # # abook # abook/Makefile # abook/pkg-descr # abook/pkg-plist # abook/distinfo # abook/pkg-comment # echo c - abook mkdir -p abook > /dev/null 2>&1 echo x - abook/Makefile sed 's/^X//' >abook/Makefile << 'END-of-abook/Makefile' X# New ports collection makefile for: abook X# Date created: June 6th 2000 X# Whom: Yen-Ming Lee X# X# $FreeBSD$ X# X XPORTNAME= abook XPORTVERSION= 0.4.11 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= abook X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X X.include X X.if ${OSVERSION} < 400000 XLIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses X.endif X XGNU_CONFIGURE= yes X XMAN1= abook.1 X X.include END-of-abook/Makefile echo x - abook/pkg-descr sed 's/^X//' >abook/pkg-descr << 'END-of-abook/pkg-descr' XAbook is a text-based addressbook program designed to use with mutt mail Xclient. Abook runs on Linux, FreeBSD and some other UNIXes. X XWWW: http://abook.sourceforge.net X X-- XYen-Ming Lee END-of-abook/pkg-descr echo x - abook/pkg-plist sed 's/^X//' >abook/pkg-plist << 'END-of-abook/pkg-plist' Xbin/abook END-of-abook/pkg-plist echo x - abook/distinfo sed 's/^X//' >abook/distinfo << 'END-of-abook/distinfo' XMD5 (abook-0.4.11.tar.gz) = e095f2c7f5891d2868b7a2323851a79a END-of-abook/distinfo echo x - abook/pkg-comment sed 's/^X//' >abook/pkg-comment << 'END-of-abook/pkg-comment' XAn addressbook program with mutt mail client support END-of-abook/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 7:32: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from london.physics.purdue.edu (london.physics.purdue.edu [128.210.67.35]) by hub.freebsd.org (Postfix) with ESMTP id 50C3737B4EC for ; Thu, 15 Feb 2001 07:32:00 -0800 (PST) Received: (from will@localhost) by london.physics.purdue.edu (8.8.8/8.8.8) id KAA23228; Thu, 15 Feb 2001 10:31:54 -0500 (EST) X-Authentication-Warning: london.physics.purdue.edu: will set sender to will@physics.purdue.edu using -f Date: Thu, 15 Feb 2001 10:31:53 -0500 From: Will Andrews To: Wes Barris Cc: ports@FreeBSD.ORG Subject: Re: How do you upgrade a FreeBSD system? Message-ID: <20010215103152.O19737@london.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Wes Barris , ports@FreeBSD.ORG References: <20010215084814.A41857@us.networkcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010215084814.A41857@us.networkcs.com>; from wesb@networkcs.com on Thu, Feb 15, 2001 at 08:48:14AM -0600 X-Operating-System: SunOS 4.1.3_U1 sun4m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Feb 15, 2001 at 08:48:14AM -0600, Wes Barris wrote: > I run cvsup to update my ports once a month. After the last time > it ran I have begun to get an error message whenever I try to "make" > a port. It says I need to install an upgrade kit (which I already > have but I keep getting that message). It looks like I have to > upgrade the operating system. I don't want to have to wipe the > system and install from scratch. Do you know of any tutorial or > documentation on the www.freebsd.org web site on upgrading a system? > Why isn't this 34upgrade.tzg working? > > root@aoki# cd /usr/ports/databases/mysql323-client > root@aoki# make > ===> mysql-client-3.23.32_1 : 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. > root@aoki# pkg_info | fgrep upgrade > 34upgrade-2000.08.25 A convenience package to upgrade your 3.3 or 3.4 system > +to 3 > root@aoki> uname -a > FreeBSD aoki 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 The problem is, these "bootstrap" *upgrade packages really don't contain anything besids extra bits that are required to use newer ports. But your system is so old that now even this package won't help you. Your only real solution at that point is to upgrade to 3.5-STABLE then to 4.2-STABLE. That is, of course, if you really need something from ports. I recommend backing up your data before making the leap. As I've said before, the longer people wait, the harder it will be. After 4.3-RELEASE goes out the door, I think the FreeBSD Project [1] will stop supporting the 3.x-* branch entirely in ports. I haven't run 3.x in ages on my own systems. By the way, I really should nuke those old upgrade bits. They don't help anyone anymore, and only add to the confusion. -- wca [1] Disclaimer: Not speaking on the Project's behalf, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 7:47:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 2F21B37B4EC; Thu, 15 Feb 2001 07:47:08 -0800 (PST) Received: (from root@localhost) by aldan.algebra.com (8.11.2/8.11.2) id f1FFl7741847; Thu, 15 Feb 2001 10:47:07 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200102151547.f1FFl7741847@aldan.algebra.com> Subject: improving the graphics/xv To: shige@freebsd.org Date: Thu, 15 Feb 2001 10:47:01 -0500 (EST) Cc: ports@freebsd.org Reply-To: mi@aldan.algebra.com X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On my 15-bit deep display xv would sometimes mess up a sequence of images. So I went looking around. I found the "long lost" XV's web-site (where you can BUY the official version, BTW), with lots of patches. Some of those patches are already included in the port, but some are not. In particular, the deepcolor.patch addresses problems with some 15-16-24 bit displays. There is also a newer patch for PNG images. Please, consider the modifications to the port included herein. Yours sincerely, -mi In here I also move some of the files from "distfiles" to "patches" -- wherever possible (for some of them, the order of application matters): Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/xv/Makefile,v retrieving revision 1.43 diff -U1 -r1.43 Makefile --- Makefile 2001/01/16 17:31:08 1.43 +++ Makefile 2001/02/15 15:41:34 @@ -11,2 +11,4 @@ MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ + ftp://ftp.trilon.com/pub/xv/ \ + ftp://ftp.trilon.com/pub/xv/patches/ \ ftp://ftp.airlab.cs.ritsumei.ac.jp/pub/X/xv-jp-extension/working/ \ @@ -17,4 +19,4 @@ ${PORTNAME}${PORTVERSION:S/.//}-jp-extension-rev5.3.3.tar.gz \ - croppad.patch grabpatch jp-ext-bzip2.patch longname.patch \ - mp-tiff-patch pdf.patch png-1.2d-fix.patch xv-png-1.2d.patch + jp-ext-bzip2.patch longname.patch pdf.patch \ + xv-png-1.2d.patch xvpng-1.2d-fix3.patch DIST_SUBDIR= ${PORTNAME} @@ -22,4 +24,9 @@ -PATCH_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ -PATCHFILES= ${DISTNAME}.JPEG-patch ${DISTNAME}.TIFF-patch +PATCH_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ + ftp://ftp.trilon.com/pub/xv/patches/ +# Note: xpm.patch appears to already be in xvdir.c +PATCHFILES= ${DISTNAME}.JPEG-patch ${DISTNAME}.TIFF-patch \ + croppad.patch grabpatch vispatch mp-tiff-patch \ + deepcolor.patch gifpatch exceed_grab.patch \ + tiff1200.patch gssafer.patch @@ -42,10 +49,7 @@ post-patch: - @${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/croppad.patch - @${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/grabpatch - @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/longname.patch - @${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/mp-tiff-patch - @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/pdf.patch - @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/xv-png-1.2d.patch - @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/png-1.2d-fix.patch - @${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/jp-ext-bzip2.patch + ${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/longname.patch + ${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/pdf.patch + ${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/xv-png-1.2d.patch + ${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/xvpng-1.2d-fix3.patch + ${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/jp-ext-bzip2.patch @${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.in Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/xv/distinfo,v retrieving revision 1.7 diff -U1 -r1.7 distinfo --- distinfo 1998/10/07 21:17:42 1.7 +++ distinfo 2001/02/15 15:41:34 @@ -2,11 +2,17 @@ MD5 (xv/xv310a-jp-extension-rev5.3.3.tar.gz) = 60654c008c493cf42bbf46442d63f444 -MD5 (xv/croppad.patch) = 75c44ef08903167ef19a89a8e9c4fd74 -MD5 (xv/grabpatch) = fd9b9e735a1ed68e3792d904f1df422a MD5 (xv/jp-ext-bzip2.patch) = 543f6747bf85ad9d9a9837a9d1e821fa MD5 (xv/longname.patch) = 04f2f162a2f66c8eca6bd6e2e1e9777d -MD5 (xv/mp-tiff-patch) = 012a8562ed300db3174cfee95b13d18c -MD5 (xv/pdf.patch) = 3c8806b4ce221f268f1cc257201ca0b7 -MD5 (xv/png-1.2d-fix.patch) = 672f2f82c94828d91b6929ed87139937 MD5 (xv/xv-png-1.2d.patch) = 37a80e90ee07c94010af8a128f98788d +MD5 (xv/xvpng-1.2d-fix3.patch) = af1e6be96aeb7351fce390a48f6d29bd +MD5 (xv/pdf.patch) = 3c8806b4ce221f268f1cc257201ca0b7 MD5 (xv/xv-3.10a.JPEG-patch) = bd3ac79fa805319f583ccd382bdc825d MD5 (xv/xv-3.10a.TIFF-patch) = 305f2f0273368bb6e029c3f212a14249 +MD5 (xv/croppad.patch) = 75c44ef08903167ef19a89a8e9c4fd74 +MD5 (xv/grabpatch) = fd9b9e735a1ed68e3792d904f1df422a +MD5 (xv/vispatch) = 4bc978d266bf1af9e29e8f21fc21e9d7 +MD5 (xv/mp-tiff-patch) = 012a8562ed300db3174cfee95b13d18c +MD5 (xv/deepcolor.patch) = bc81180d9e9dce234d092ff4334cafc0 +MD5 (xv/gifpatch) = 476a786f60fee70812a4b59588db2049 +MD5 (xv/exceed_grab.patch) = f2b4026ee97386db8585e51ed2e275bc +MD5 (xv/tiff1200.patch) = 8ab1082f02a7fa9847b2fb696a0b5aa2 +MD5 (xv/gssafer.patch) = 88992cfe70d542456615208f42ca8741 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/graphics/xv/pkg-descr,v retrieving revision 1.4 diff -U1 -r1.4 pkg-descr --- pkg-descr 1998/08/27 18:27:45 1.4 +++ pkg-descr 2001/02/15 15:41:34 @@ -18 +18,3 @@ for proper usage. + +WWW: http://www.trilon.com/xv/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 8: 2:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lamborghini.indocyber.com (lamborghini.indocyber.com [202.180.0.86]) by hub.freebsd.org (Postfix) with SMTP id 6D62837B65D for ; Thu, 15 Feb 2001 08:01:35 -0800 (PST) Received: (qmail 17952 invoked from network); 15 Feb 2001 15:56:10 -0000 Received: from unknown (HELO dante.naver.co.id) (postfix@202.155.86.83) by lamborghini.indocyber.com with SMTP; 15 Feb 2001 15:56:10 -0000 Received: by dante.naver.co.id (Postfix, from userid 1000) id 4DC87BDFF6; Thu, 15 Feb 2001 23:01:35 +0700 (JAVT) Date: Thu, 15 Feb 2001 23:01:35 +0700 From: John Indra To: Maxim Sobolev Cc: FUJISHIMA Satsuki , freebsd-current@FreeBSD.org, kevlo@FreeBSD.org, ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: -lc_r against shared library (Re: Failed to build kdesupport2 port) Message-ID: <20010215230135.A34077@office.naver.co.id> Mail-Followup-To: Maxim Sobolev , FUJISHIMA Satsuki , freebsd-current@FreeBSD.org, kevlo@FreeBSD.org, ports@FreeBSD.org, asami@FreeBSD.org References: <20010215110428.A31614@office.naver.co.id> <86n1bop2vs.wl@cheerful.com> <3A8BD0E7.BA197AB0@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3A8BD0E7.BA197AB0@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Feb 15, 2001 at 02:51:51PM +0200 X-Mailer: Mutt 1.2.5i on FreeBSD 5.0-20010210-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Feb 15, 2001 at 02:51:51PM +0200, Maxim Sobolev wrote: >> CONFIGURE_ARGS= "LIBS=-pthread" >> to kdesupport2/Makefile would help. >> >> There are some way to ``fix'' this problem: >> c) Use -lc_r instead of -pthread. >> As -pthread will be depreciated, we should use -lc_r for FreeBSD >> 5.0 and later, shouldn't we? > >Yes, it looks like a most appropriate solution to me. If you read -ports, >recently I proposed to add a small patch for the bsd.port.mk to help with >transition process, but have not heard anything back from PW yet. Either I do it the wrong way, or you are not paying attention to my first message thoroughly. I HAVE applied your patch to my /usr/ports/Mk/bsd.port.mk! But still, I failed to build kdesupport2 So, here's the summary of what I have done: 1. Reformat hard drive (cause I have a broken -CURRENT caused by FILE struct changes) 2. Install from current.freebsd.org a -CURRENT snapshot of 20000210 3. cvsup the latest ports tree 4. Applied Maxim Sobolev patch against my /usr/ports/Mk/bsd.port.mk The patch is: --- bsd.port.mk 2001/02/08 19:09:54 1.2 +++ bsd.port.mk 2001/02/08 19:15:50 @@ -948,6 +948,14 @@ MAKEFILE?= Makefile MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}" LIBDIR="${LIBDIR}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" +.if ${OSVERSION} < 500000 +PTHREAD_CFLAGS= -D_THREAD_SAFE +PTHREAD_LIBS= "-pthread" +.else +PTHREAD_CFLAGS= "" +PTHREAD_LIBS= "-lc_r" +.endif + .if exists(/usr/bin/fetch) # avoid -A for 2.2 -- it's not ported to that branch .if ${OSVERSION} < 300000 Correct isn't it? 5. Start building my ports 6. Everything from XFree86-4.0.2_6 to qt-2.2.4 build and installed just fine 7. kdesupport2 started bombing error messages So, if after all of this I SHOULD have not undergone any errors, then the mistakes is on me, please forgive me for wasting your time and bandwith. I am only seeking for some enlightenment. >-Maxim /john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 8:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75CCD37B65D for ; Thu, 15 Feb 2001 08:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FGK2L32786; Thu, 15 Feb 2001 08:20:02 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 08:20:02 -0800 (PST) Message-Id: <200102151620.f1FGK2L32786@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/25045: the bind8 port leaves the original bind in place Reply-To: FUJISHIMA Satsuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: FUJISHIMA Satsuki To: Christoph Weber-Fahr Cc: dougb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/25045: the bind8 port leaves the original bind in place Date: Fri, 16 Feb 2001 01:17:04 +0900 OK, I modified your patch a bit matching today's fashion. I'm going to commit it If you like. -- FUJISHIMA Satsuki Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/bind8/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 2001/01/31 07:21:18 1.21 +++ Makefile 2001/02/15 16:09:45 @@ -26,9 +26,13 @@ PATCH_ARGS= -d ${WRKDIR} PATCH_DIST_ARGS= -d ${WRKDIR} +PKGMESSAGE= ${WRKDIR}/message + post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) ${MKDIR} ${PREFIX}/share/doc/bind8 ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8 + ${SED} -e 's,@PREFIX@,${PREFIX},g' ${FILESDIR}/message > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: files/message =================================================================== RCS file: message diff -N message --- /dev/null Fri Feb 16 01:11:02 2001 +++ message Fri Feb 16 01:11:13 2001 @@ -0,0 +1,14 @@ +============================================================ + *** Attention ! *** Attention ! *** + +This port did NOT replace the named supplied with FreeBSD +but installed in its own place. +The executables reside now in @PREFIX@ + +You MUST change /etc/rc.conf accordingly and give the full +pathname to start named, both manually or from a config +file. + +If you dont do that, the new named version will not run ! +============================================================ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 8:25:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id AECA037B401; Thu, 15 Feb 2001 08:25:34 -0800 (PST) Received: from ade by hub.lovett.com with local (Exim 3.20 #1) id 14TRDc-0007g9-00; Thu, 15 Feb 2001 10:25:20 -0600 Date: Thu, 15 Feb 2001 10:25:20 -0600 From: Ade Lovett To: Akinori MUSHA Cc: ports@FreeBSD.org, current@FreeBSD.org Subject: Re: libgtop on CURRENT Message-ID: <20010215102520.B26678@FreeBSD.org> References: <86u25wqfhu.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86u25wqfhu.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Thu, Feb 15, 2001 at 09:48:13PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Feb 15, 2001 at 09:48:13PM +0900, Akinori MUSHA wrote: > It is necessary to update libgtop for CURRENT as attached. I haven't > yet got an idea how to fix it to shut up the following error messages, > though. My -current box was a victim of -current a while back. It's currently on R&R before I threaten it again. > LibGTop-Server: kvm_getargv (12): Undefined error: 0 > LibGTop-Server: kvm_getargv (11): Undefined error: 0 > LibGTop-Server: kvm_getargv (10): Undefined error: 0 Hmm.. looks like the whole enchilada needs to have kvm calls ripped out of it. I'll look at your patches, and try and integrate them into the new release. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 8:44:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from serv1.ilse.nl (serv1.ilse.nl [212.189.131.11]) by hub.freebsd.org (Postfix) with ESMTP id 0707137B401 for ; Thu, 15 Feb 2001 08:44:14 -0800 (PST) Received: (from edwinm@localhost) by serv1.ilse.nl (8.11.0/8.10.2) id f1FGiB230542 for ports@freebsd.org; Thu, 15 Feb 2001 17:44:11 +0100 (MET) Date: Thu, 15 Feb 2001 17:44:11 +0100 From: Edwin Mons To: ports@freebsd.org Subject: File not found in package tree Message-ID: <20010215174411.A30117@ilse.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Answer: 42 X-Reason-For-Mutt: Because it sucks less! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The file ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/40upgrade.tgz referenced from the page http://www.freebsd.org/ports does not exist. This makes it quite difficult to upgrade ports on a 4.0 machine... Edwin Mons ilse media b.v. -- Zoals een vriend van me eens schreef: psies duh tuurlijk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 9: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51EA137B65D for ; Thu, 15 Feb 2001 09:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FH02838069; Thu, 15 Feb 2001 09:00:02 -0800 (PST) (envelope-from gnats) Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 3A04A37B401 for ; Thu, 15 Feb 2001 08:50:41 -0800 (PST) Received: from venus.bsdguru.com (unknown [165.24.156.101]) by the.oneinsane.net (Postfix) with ESMTP id 447919B9E for ; Thu, 15 Feb 2001 08:50:38 -0800 (PST) Received: by darkstar.bsdguru.com (Postfix, from userid 1000) id 0933E2298; Thu, 15 Feb 2001 08:25:02 -0800 (PST) Message-Id: <20010215162502.0933E2298@darkstar.bsdguru.com> Date: Thu, 15 Feb 2001 08:25:02 -0800 (PST) From: blovett@darkstar.bsdguru.com Reply-To: blovett@darkstar.bsdguru.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25116: mod_php4 and apache-1.3.17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25116 >Category: ports >Synopsis: mod_php4 fails to load with "Undefined symbol "rfc822_parse_msg" >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 09:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ben Lovett >Release: FreeBSD 4.2-STABLE i386 >Organization: San Diego BSD Users Group [http://www.sdbug.org] >Environment: FreeBSD darkstar 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Jan 31 09:32:54 PST 2001 root@darkstar:/usr/obj/usr2/src/sys/DARKSTAR i386 >Description: After building mod_php4 with mysql, c-client (IMAP), and zlib, I receive the following error when apache restarts: Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "rfc822_parse_msg" Building mod_php4 *without* imap support, allows the module to load. Now, this isn't really a big deal to me, since horde still works with php3, and that does build with imap quite nicely, but it would be nice to be able to only have one version of php on this server ;) Thanks guys. >How-To-Repeat: Build mod_php4 with zlib, mysql, and IMAP support, and then try to start apache after the modules are loaded. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 9:14:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0229237B4EC; Thu, 15 Feb 2001 09:14:48 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FHEe542764; Thu, 15 Feb 2001 09:14:40 -0800 (PST) (envelope-from ijliao) Date: Thu, 15 Feb 2001 09:14:40 -0800 (PST) From: Message-Id: <200102151714.f1FHEe542764@freefall.freebsd.org> To: leeym@bsd.ce.ntu.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25113: new port: mail/abook Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: mail/abook State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Feb 15 09:14:24 PST 2001 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=25113 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 10:22:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id C569837B67D; Thu, 15 Feb 2001 10:21:36 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1FIIQn06120; Thu, 15 Feb 2001 20:18:33 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.2/8.11.2) with ESMTP id f1FIIUm20278; Thu, 15 Feb 2001 20:18:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A8C1D70.E59D0CEA@FreeBSD.org> Date: Thu, 15 Feb 2001 20:18:25 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: John Indra Cc: FUJISHIMA Satsuki , freebsd-current@FreeBSD.org, kevlo@FreeBSD.org, ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: -lc_r against shared library (Re: Failed to build kdesupport2 port) References: <20010215110428.A31614@office.naver.co.id> <86n1bop2vs.wl@cheerful.com> <3A8BD0E7.BA197AB0@FreeBSD.org> <20010215230135.A34077@office.naver.co.id> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Indra wrote: > On Thu, Feb 15, 2001 at 02:51:51PM +0200, Maxim Sobolev wrote: > > >> CONFIGURE_ARGS= "LIBS=-pthread" > >> to kdesupport2/Makefile would help. > >> > >> There are some way to ``fix'' this problem: > >> c) Use -lc_r instead of -pthread. > >> As -pthread will be depreciated, we should use -lc_r for FreeBSD > >> 5.0 and later, shouldn't we? > > > >Yes, it looks like a most appropriate solution to me. If you read -ports, > >recently I proposed to add a small patch for the bsd.port.mk to help with > >transition process, but have not heard anything back from PW yet. > > Either I do it the wrong way, or you are not paying attention to my > first message thoroughly. I HAVE applied your patch to my > /usr/ports/Mk/bsd.port.mk! But still, I failed to build kdesupport2 > > So, here's the summary of what I have done: > 1. Reformat hard drive (cause I have a broken -CURRENT caused by FILE struct > changes) > 2. Install from current.freebsd.org a -CURRENT snapshot of 20000210 > 3. cvsup the latest ports tree > 4. Applied Maxim Sobolev patch against my /usr/ports/Mk/bsd.port.mk > The patch is: > > --- bsd.port.mk 2001/02/08 19:09:54 1.2 > +++ bsd.port.mk 2001/02/08 19:15:50 > @@ -948,6 +948,14 @@ > MAKEFILE?= Makefile > MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}" LIBDIR="${LIBDIR}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" > > +.if ${OSVERSION} < 500000 > +PTHREAD_CFLAGS= -D_THREAD_SAFE > +PTHREAD_LIBS= "-pthread" > +.else > +PTHREAD_CFLAGS= "" > +PTHREAD_LIBS= "-lc_r" > +.endif > + > .if exists(/usr/bin/fetch) > # avoid -A for 2.2 -- it's not ported to that branch > .if ${OSVERSION} < 300000 > > Correct isn't it? > > 5. Start building my ports > 6. Everything from XFree86-4.0.2_6 to qt-2.2.4 build and installed just fine > 7. kdesupport2 started bombing error messages > > So, if after all of this I SHOULD have not undergone any errors, then the > mistakes is on me, please forgive me for wasting your time and bandwith. > > I am only seeking for some enlightenment. You have totally misunderstood the purpose of my patch. The patch *isn't* intended as a quick fix for the recent -lc_r/-pthread weirdness, but instead it would provide porting team with infrastructure necessary to start converting existing ports to the new world order. In a nutshell, -pthread should be replaced with ${PTHREAD_LIBS} and -D_THREAD_SAFE with ${PTHREAD_CFLAGS} in all Makefiles from the ports collection. In addition all places where -pthread hardcoded in patches should also be identified and adjusted to respect ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS}. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 10:50:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id DC46C37B401; Thu, 15 Feb 2001 10:50:11 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id NAA16959; Thu, 15 Feb 2001 13:49:46 -0500 (EST) Date: Thu, 15 Feb 2001 13:49:46 -0500 (EST) From: Daniel Eischen To: Maxim Sobolev Cc: freebsd-current@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: -lc_r against shared library (Re: Failed to build kdesupport2 port) In-Reply-To: <3A8C1D70.E59D0CEA@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ CC list trimmed ] On Thu, 15 Feb 2001, Maxim Sobolev wrote: > You have totally misunderstood the purpose of my patch. The patch *isn't* intended as a quick fix for the recent -lc_r/-pthread weirdness, but instead it would provide > porting team with infrastructure necessary to start converting existing ports to the new world order. In a nutshell, -pthread should be replaced with ${PTHREAD_LIBS} and > -D_THREAD_SAFE with ${PTHREAD_CFLAGS} in all Makefiles from the ports collection. In addition all places where -pthread hardcoded in patches should also be identified and > adjusted to respect ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS}. I support the addition of PTHREAD_CFLAGS/PTHREAD_LIBS to bsd.port.mk. It allows one to specify exactly which threads library they want to use (build against), even linuxthreads I would think. If it matters, I think we've decided to keep the -pthread linker option until FreeBSD gets its own libpthread at which point -pthread will be deprecated. So there's no urgent rush to convert ports to use the new mechanism if it's adopted. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 11:13:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from linux.r2-net.de (rs.r2-net.de [195.4.108.91]) by hub.freebsd.org (Postfix) with ESMTP id C1DB037B491 for ; Thu, 15 Feb 2001 11:13:44 -0800 (PST) Received: from r2-net.de (rscheike [192.168.1.1]) by linux.r2-net.de (8.9.3/8.8.8) with ESMTP id UAA20961 for ; Thu, 15 Feb 2001 20:13:41 +0100 Message-ID: <3A8C2A4F.9AF5FAD0@r2-net.de> Date: Thu, 15 Feb 2001 20:13:19 +0100 From: Roland Scheike Organization: R2.NET X-Mailer: Mozilla 4.75 [de] (Windows NT 5.0; U) X-Accept-Language: de MIME-Version: 1.0 To: ports@freebsd.org Subject: cyrus-imap Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, is there any plan in the near future for a newer cyrus-imap port than 1.6.24 e.g. 2.0.11? Thanks, Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 11:21:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from piano.mahoroba.org (piano.calm.imasy.or.jp [202.227.26.45]) by hub.freebsd.org (Postfix) with ESMTP id 48EF037B491 for ; Thu, 15 Feb 2001 11:21:51 -0800 (PST) Received: from localhost (IDENT:ojWvmEYJXTzl1SgzAbXuWTzHGvsf6Z8G2W5r/TScwM5+Lp0/GbV8phh21TOo4bTe@localhost [::1]) by piano.mahoroba.org (8.11.2/8.11.2/piano) with ESMTP id f1FJLXK51653; Fri, 16 Feb 2001 04:21:33 +0900 (JST) (envelope-from ume@imasy.or.jp) Date: Fri, 16 Feb 2001 04:21:32 +0900 (JST) Message-Id: <20010216.042132.41673559.ume@imasy.or.jp> To: rs@r2-net.de Cc: ports@freebsd.org Subject: Re: cyrus-imap From: Hajimu UMEMOTO In-Reply-To: <3A8C2A4F.9AF5FAD0@r2-net.de> References: <3A8C2A4F.9AF5FAD0@r2-net.de> X-Mailer: xcite1.38> Mew version 1.95b93 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 4.2-STABLE Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> On Thu, 15 Feb 2001 20:13:19 +0100 >>>>> Roland Scheike said: rs> is there any plan in the near future for a newer cyrus-imap port than rs> 1.6.24 rs> e.g. 2.0.11? I dunno. But, I made a port of 2.0.11 with IPv6. You can find it from: http://www.imasy.or.jp/~ume/ipv6/cyrus-port-20010201.tar.gz -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 11:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A38B37B65D for ; Thu, 15 Feb 2001 11:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FJe2e62816; Thu, 15 Feb 2001 11:40:02 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 11:40:02 -0800 (PST) Message-Id: <200102151940.f1FJe2e62816@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Doug Barton Subject: Re: ports/25045: the bind8 port leaves the original bind in place Reply-To: Doug Barton Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: Doug Barton To: FUJISHIMA Satsuki Cc: Christoph Weber-Fahr , Subject: Re: ports/25045: the bind8 port leaves the original bind in place Date: Thu, 15 Feb 2001 11:39:47 -0800 (PST) On Fri, 16 Feb 2001, FUJISHIMA Satsuki wrote: > OK, I modified your patch a bit matching today's fashion. > I'm going to commit it If you like. Please do not commit this patch. Thanks, Doug -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Replacements" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 12: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5433C37B67D for ; Thu, 15 Feb 2001 12:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FK03h65111; Thu, 15 Feb 2001 12:00:03 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 12:00:03 -0800 (PST) Message-Id: <200102152000.f1FK03h65111@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Doug Barton Subject: Re: ports/25045: bind8 port doesnt remove/rename original named Reply-To: Doug Barton Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: Doug Barton To: Cyrille Lefevre Cc: , Subject: Re: ports/25045: bind8 port doesnt remove/rename original named Date: Thu, 15 Feb 2001 11:50:50 -0800 (PST) On 13 Feb 2001, Cyrille Lefevre wrote: > wefa@nxcon.nexgo.lab.arcor.de (dont use that address) writes: > > > >Description: > > > > the bind8 port installs all its stuff in usr local, leaving > > the original bind stuff in place. As previously mentioned, that is what the ports are supposed to do. Use of the ports presupposes a certain small amount of knowledge of how they work. > the answer is : > > echo named_program=/usr/local/sbin/named >> /etc/rc.conf That would not be a good idea at all. Many people install ports of software that is included in the system already for many different reasons. It's extremely common to install a local copy of something, spend time "off line" configuring and testing it, and only enabling it when it's ready. Your suggestion would put the sysadmin in an awful spot if the box rebooted unexpectedly. Closing this PR was the appropriate action. No further action needs to be taken. Thanks, Doug -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Replacements" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 12: 5:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id D519737B4EC for ; Thu, 15 Feb 2001 12:05:36 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA98376; Thu, 15 Feb 2001 12:05:29 -0800 (PST) (envelope-from DougB@gorean.org) Date: Thu, 15 Feb 2001 12:05:29 -0800 (PST) From: Doug Barton X-X-Sender: To: Ben Short Cc: Subject: Re: FreeBSD Port: bind-9.1.1rc1 In-Reply-To: <000001c093f2$c1bf91e0$c19327cb@shortboy.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 11 Feb 2001, Ben Short wrote: > Hi Doug, > > Just a simplish question - is there a Makefile around that will install > bind9 over the binary base install of fbsd, using its config files etc, for > 4.x? This has been discussed on -questions several times, check the archives. Personally I don't recommend it. It's just as easy to use the existing mechanisms in rc.conf to start the proper version at boot time. If you're concerned about cow-orkers starting the wrong one, set the no bind option in /etc/make.conf and replace /usr/sbin/named with a script like this: #!/bin/sh echo "Hey, didn't I tell you to start named in /usr/local?" > Last time I tried, it resulted in me losing my system for a day Sounds like a good reason not to do this. :) Doug -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Replacements" Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 12: 6:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (smtp.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 07C2637B401; Thu, 15 Feb 2001 12:06:31 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1FK6Pn07894; Thu, 15 Feb 2001 22:06:26 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.2/8.11.2) with ESMTP id f1FK6Um20606; Thu, 15 Feb 2001 22:06:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A8C36BF.592D2B16@FreeBSD.org> Date: Thu, 15 Feb 2001 22:06:23 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Daniel Eischen Cc: freebsd-current@FreeBSD.org, ports@FreeBSD.org Subject: Re: -lc_r against shared library (Re: Failed to build kdesupport2 port) References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Daniel Eischen wrote: > [ CC list trimmed ] > > On Thu, 15 Feb 2001, Maxim Sobolev wrote: > > You have totally misunderstood the purpose of my patch. The patch *isn't* intended as a quick fix for the recent -lc_r/-pthread weirdness, but instead it would provide > > porting team with infrastructure necessary to start converting existing ports to the new world order. In a nutshell, -pthread should be replaced with ${PTHREAD_LIBS} and > > -D_THREAD_SAFE with ${PTHREAD_CFLAGS} in all Makefiles from the ports collection. In addition all places where -pthread hardcoded in patches should also be identified and > > adjusted to respect ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS}. > > I support the addition of PTHREAD_CFLAGS/PTHREAD_LIBS to bsd.port.mk. It > allows one to specify exactly which threads library they want to use > (build against), even linuxthreads I would think. > > If it matters, I think we've decided to keep the -pthread linker > option until FreeBSD gets its own libpthread at which point -pthread > will be deprecated. So there's no urgent rush to convert ports > to use the new mechanism if it's adopted. You are not quite right (unfortunately). The current behaviour or -pthread breaks lots of ports because by default gcc doesn't link shared modules with -lc_r even with this flag, thus requiring that you to explicitly specify -pthread or -lc_r when linking program with shared library that uses pthreads. Good example of such breakage is libGL from XFree86-4. This library requires pthreads, but most programs that use this library don't use threads and as such have no idea why they need -pthread to link with libGL. Therefore we have several choices: 1. Fix bazillion GL ports and ports with similar breakage by explicitly adding -pthread into each one (poor choice IMO); 2. Make -pthread flag link shared modules with -lc_r (jdp is against this for not very clear to me reasons); 3. Use -lc_r instead of -pthread in all threaded ports, which is equivalent to 2, BTW, but jdp have no control over this. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 12:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D586F37B491 for ; Thu, 15 Feb 2001 12:30:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FKUB370126; Thu, 15 Feb 2001 12:30:11 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Feb 2001 12:30:11 -0800 (PST) Message-Id: <200102152030.f1FKUB370126@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christoph.Weber-Fahr@arcor.net Subject: Re: ports/25045: bind8 port doesnt remove/rename original named Reply-To: Christoph.Weber-Fahr@arcor.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25045; it has been noted by GNATS. From: Christoph.Weber-Fahr@arcor.net To: Doug Barton Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/25045: bind8 port doesnt remove/rename original named Date: Thu, 15 Feb 2001 21:21:00 +0100 Quoting Doug Barton : > On 13 Feb 2001, Cyrille Lefevre wrote: > > wefa@nxcon.nexgo.lab.arcor.de (dont use that address) writes: > > > > >Description: > > > > > > the bind8 port installs all its stuff in usr local, leaving > > > the original bind stuff in place. > > the answer is : > > > > echo named_program=/usr/local/sbin/named >> /etc/rc.conf > That would not be a good idea at all. I guess Cyrille meant me (and not the port) doing this. Which I agree to - that's not the way I would a port expect to behave. > Closing this PR was the appropriate action. No further action > needs to be taken. As noted, here I disagree, having submitted a mini patch to put some warning blurb echoed at the end of the install process. Regards Christoph Weber-Fahr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 12:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DCE137B67D for ; Thu, 15 Feb 2001 12:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FKe1j71329; Thu, 15 Feb 2001 12:40:01 -0800 (PST) (envelope-from gnats) Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.11.39.39]) by hub.freebsd.org (Postfix) with ESMTP id D080337B491 for ; Thu, 15 Feb 2001 12:33:37 -0800 (PST) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id 6B98D14C98; Thu, 15 Feb 2001 14:33:41 -0600 (CST) Message-Id: <20010215203341.6B98D14C98@c1030098-a.wtrlo1.ia.home.com> Date: Thu, 15 Feb 2001 14:33:41 -0600 (CST) From: mdharnois@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25119: pango does not build on -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25119 >Category: ports >Synopsis: pango does not build on -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 12:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #12: Thu Feb 15 07:44:13 CST 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/compile/MYKERNEL i386 >Description: Making all in arabic /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../pango/ -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i686 -Wall -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -c arabic.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../pango/ -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i686 -Wall -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -c arabic.c -fPIC -DPIC -o .libs/arabic.lo In file included from /usr/local/include/glib-2.0/glib.h:35, from arabic.c:10: /usr/local/include/glib-2.0/gcompletion.h:43: syntax error before `GList' /usr/local/include/glib-2.0/gcompletion.h:47: syntax error before `GList' /usr/local/include/glib-2.0/gcompletion.h:52: syntax error before `GList' /usr/local/include/glib-2.0/gcompletion.h:54: syntax error before `GList' /usr/local/include/glib-2.0/gcompletion.h:56: syntax error before `*' /usr/local/include/glib-2.0/gcompletion.h:58: warning: type defaults to `int' in declaration of `g_completion_complete' /usr/local/include/glib-2.0/gcompletion.h:58: warning: data definition has no type or storage class In file included from /usr/local/include/glib-2.0/glib.h:53, from arabic.c:10: /usr/local/include/glib-2.0/gqueue.h:38: syntax error before `GList' /usr/local/include/glib-2.0/gqueue.h:57: syntax error before `GList' /usr/local/include/glib-2.0/gqueue.h:59: syntax error before `GList' /usr/local/include/glib-2.0/gqueue.h:60: syntax error before `*' /usr/local/include/glib-2.0/gqueue.h:60: warning: type defaults to `int' in declaration of `g_queue_pop_head_link' /usr/local/include/glib-2.0/gqueue.h:60: warning: data definition has no type or storage class /usr/local/include/glib-2.0/gqueue.h:61: syntax error before `*' /usr/local/include/glib-2.0/gqueue.h:61: warning: type defaults to `int' in declaration of `g_queue_pop_tail_link' /usr/local/include/glib-2.0/gqueue.h:61: warning: data definition has no type or storage class In file included from ../../pango/pango.h:32, from arabic.c:11: ../../pango/pango-context.h:80: syntax error before `*' ../../pango/pango-context.h:85: warning: type defaults to `int' in declaration of `pango_itemize' ../../pango/pango-context.h:85: warning: data definition has no type or storage class In file included from arabic.c:11: ../../pango/pango.h:73: syntax error before `*' ../../pango/pango.h:73: syntax error before `*' ../../pango/pango.h:73: warning: type defaults to `int' in declaration of `pango_reorder_items' ../../pango/pango.h:73: warning: data definition has no type or storage class >How-To-Repeat: make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 13:11:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web3103.mail.yahoo.com (web3103.mail.yahoo.com [204.71.202.188]) by hub.freebsd.org (Postfix) with SMTP id 598B037B491 for ; Thu, 15 Feb 2001 13:11:13 -0800 (PST) Message-ID: <20010215211113.16099.qmail@web3103.mail.yahoo.com> Received: from [199.233.80.215] by web3103.mail.yahoo.com; Thu, 15 Feb 2001 13:11:13 PST Date: Thu, 15 Feb 2001 13:11:13 -0800 (PST) From: "P. Wooten" Subject: OSX apps To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Sir or Madam, Is it possible to run OSX applications such as Groovemaker on FreeBSD or through a Mach emulator? Can BSD run OSX applications? Thank you for your time. Sincerely, Phillip Earl Wooten __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 13:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B3B937B698 for ; Thu, 15 Feb 2001 13:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FLo2180515; Thu, 15 Feb 2001 13:50:02 -0800 (PST) (envelope-from gnats) Received: from hactar.xrob.org (dhcp-67-19.housing.utah.edu [155.101.67.19]) by hub.freebsd.org (Postfix) with ESMTP id C431B37B491 for ; Thu, 15 Feb 2001 13:45:11 -0800 (PST) Received: (from rricci@localhost) by hactar.xrob.org (8.11.2/8.11.1) id f1FLiU029879; Thu, 15 Feb 2001 14:44:30 -0700 (MST) (envelope-from rricci) Message-Id: <200102152144.f1FLiU029879@hactar.xrob.org> Date: Thu, 15 Feb 2001 14:44:30 -0700 (MST) From: Robert P Ricci Reply-To: rricci@xrob.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25120: Update x11-wm/ion to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25120 >Category: ports >Synopsis: Update x11-wm/ion to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 13:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Robert P Ricci >Release: FreeBSD 4.2-STABLE i386 >Organization: University of Utah >Environment: Tested on: FreeBSD 4.2-STABLE i386 >Description: Update the the author's latest snapshot. Patch (relative to /usr/ports/x11-wm) is in the Fix section below. >How-To-Repeat: >Fix: diff -ruN ion.old/Makefile ion/Makefile --- ion.old/Makefile Thu Jan 25 14:28:16 2001 +++ ion/Makefile Thu Feb 15 14:30:52 2001 @@ -6,7 +6,7 @@ # PORTNAME= ion -PORTVERSION= 20010121 +PORTVERSION= 20010215 CATEGORIES= x11-wm MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ diff -ruN ion.old/distinfo ion/distinfo --- ion.old/distinfo Thu Jan 25 14:28:16 2001 +++ ion/distinfo Thu Feb 15 14:32:51 2001 @@ -1 +1 @@ -MD5 (ion-20010121.tar.gz) = 3d8edb2af39eb118132f09466dc48d0e +MD5 (ion-20010215.tar.gz) = 5dae94bbfd13477f5d944771bca1cd7d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 14:21:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31A7F37B4EC; Thu, 15 Feb 2001 14:21:17 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FMLHJ86369; Thu, 15 Feb 2001 14:21:17 -0800 (PST) (envelope-from vanilla) Date: Thu, 15 Feb 2001 14:21:17 -0800 (PST) From: Message-Id: <200102152221.f1FMLHJ86369@freefall.freebsd.org> To: rricci@xrob.org, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25120: Update x11-wm/ion to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update x11-wm/ion to latest version State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 15 14:20:57 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25120 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 18:41:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jerusalem.litteratus.org (146-115-121-21.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com [146.115.121.21]) by hub.freebsd.org (Postfix) with ESMTP id C44D637B401 for ; Thu, 15 Feb 2001 18:41:40 -0800 (PST) Received: (from huff@localhost) by jerusalem.litteratus.org (8.11.1/8.9.3) id f1G2gCU03709; Thu, 15 Feb 2001 21:42:12 -0500 (EST) (envelope-from huff) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14988.37764.170316.626140@jerusalem.litteratus.org> Date: Thu, 15 Feb 2001 21:42:12 -0500 (EST) From: Robert Huff To: ports@freebsd.org Subject: GTKportscan port broken? X-Mailer: VM 6.72 under 21.1 (patch 13) "Crater Lake" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello: I just tried to build GTKportscan 1.2, and it died with: huff@jerusalem> make ===> Extracting for gtkportscan-1.2 >> Checksum OK for gtkportscan-1.2.tar.gz. ===> gtkportscan-1.2 depends on shared library: glib12.3 - found ===> gtkportscan-1.2 depends on shared library: gtk12.2 - found ===> Patching for gtkportscan-1.2 ===> Applying FreeBSD patches for gtkportscan-1.2 ===> Configuring for gtkportscan-1.2 ===> Building for gtkportscan-1.2 cc -O -pipe `/usr/X11R6/bin/gtk12-config --cflags` `/usr/X11R6/bin/gtk12-config --libs` gtkportscan.c -o gtkportscan cc -O -pipe portscan.c -o portscan portscan.c: In function `main': portscan.c:21: warning: return type of `main' is not `int' What's the issue? Robert Huff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 18:54:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jerusalem.litteratus.org (146-115-121-21.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com [146.115.121.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C7337B401 for ; Thu, 15 Feb 2001 18:54:14 -0800 (PST) Received: (from huff@localhost) by jerusalem.litteratus.org (8.11.1/8.9.3) id f1G2sjN04340; Thu, 15 Feb 2001 21:54:45 -0500 (EST) (envelope-from huff) From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14988.38517.356620.309929@jerusalem.litteratus.org> Date: Thu, 15 Feb 2001 21:54:45 -0500 (EST) To: ports@freebsd.org Subject: GTKportscan port broken? X-Mailer: VM 6.72 under 21.1 (patch 13) "Crater Lake" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello: I just tried to build GTKportscan 1.2, and it died with: huff@jerusalem> make ===> Extracting for gtkportscan-1.2 >> Checksum OK for gtkportscan-1.2.tar.gz. ===> gtkportscan-1.2 depends on shared library: glib12.3 - found ===> gtkportscan-1.2 depends on shared library: gtk12.2 - found ===> Patching for gtkportscan-1.2 ===> Applying FreeBSD patches for gtkportscan-1.2 ===> Configuring for gtkportscan-1.2 ===> Building for gtkportscan-1.2 cc -O -pipe `/usr/X11R6/bin/gtk12-config --cflags` `/usr/X11R6/bin/gtk12-config --libs` gtkportscan.c -o gtkportscan cc -O -pipe portscan.c -o portscan portscan.c: In function `main': portscan.c:21: warning: return type of `main' is not `int' What's the issue? Robert Huff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 18:59:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (h24-64-232-13.cg.shawcable.net [24.64.232.13]) by hub.freebsd.org (Postfix) with ESMTP id 2C67C37B503 for ; Thu, 15 Feb 2001 18:59:12 -0800 (PST) Received: by norn.ca.eu.org (Postfix, from userid 1000) id B72651C8; Thu, 15 Feb 2001 19:58:43 -0700 (MST) Date: Thu, 15 Feb 2001 19:58:43 -0700 From: Chris Piazza To: Robert Huff Cc: ports@FreeBSD.ORG Subject: Re: GTKportscan port broken? Message-ID: <20010215195843.B90515@norn.ca.eu.org> References: <14988.37764.170316.626140@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Mutt/1.2.5i-jp2 In-Reply-To: <14988.37764.170316.626140@jerusalem.litteratus.org>; from roberthuff@rcn.com on Thu, Feb 15, 2001 at 09:42:12PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Feb 15, 2001 at 09:42:12PM -0500, Robert Huff wrote: > > > Hello: > I just tried to build GTKportscan 1.2, and it died with: > > huff@jerusalem> make > ===> Extracting for gtkportscan-1.2 > >> Checksum OK for gtkportscan-1.2.tar.gz. > ===> gtkportscan-1.2 depends on shared library: glib12.3 - found > ===> gtkportscan-1.2 depends on shared library: gtk12.2 - found > ===> Patching for gtkportscan-1.2 > ===> Applying FreeBSD patches for gtkportscan-1.2 > ===> Configuring for gtkportscan-1.2 > ===> Building for gtkportscan-1.2 > cc -O -pipe `/usr/X11R6/bin/gtk12-config --cflags` `/usr/X11R6/bin/gtk12-config --libs` gtkportscan.c -o gtkportscan > cc -O -pipe portscan.c -o portscan > portscan.c: In function `main': > portscan.c:21: warning: return type of `main' is not `int' > > What's the issue? It didn't die. Type make install to install it. Notice that it's a warning. -Chris -- Chris Piazza (yawn...) Calgary, AB, Canada cpiazza@jaxon.net -or- cpiazza@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 20: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99F6937B503 for ; Thu, 15 Feb 2001 20:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1G401O27147; Thu, 15 Feb 2001 20:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0E5837B503 for ; Thu, 15 Feb 2001 19:58:39 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1G3wd626988; Thu, 15 Feb 2001 19:58:39 -0800 (PST) (envelope-from nobody) Message-Id: <200102160358.f1G3wd626988@freefall.freebsd.org> Date: Thu, 15 Feb 2001 19:58:39 -0800 (PST) From: perky@python.or.kr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25127: Update port: www/mod_python (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25127 >Category: ports >Synopsis: Update port: www/mod_python (by maintainer) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 20:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chang Hye-Shik >Release: FreeBSD 4.2 stable >Organization: Yonsei University >Environment: FreeBSD sbtm.yonsei.ac.kr 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Feb 2 02:46:39 KST 2001 root@sbtm.yonsei.ac.kr:/usr/src/sys/compile/ARA i386 >Description: security problem was patched. >How-To-Repeat: >Fix: diff -ruN mod_python/Makefile mod_python_new/Makefile --- mod_python/Makefile Fri Feb 16 12:45:32 2001 +++ mod_python_new/Makefile Fri Feb 16 12:45:58 2001 @@ -6,7 +6,7 @@ # PORTNAME= mod_python -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= www python MASTER_SITES= http://www.modpython.org/dist/ \ http://www.python.org/ftp/python/2.0/ \ diff -ruN mod_python/distinfo mod_python_new/distinfo --- mod_python/distinfo Fri Dec 29 05:34:53 2000 +++ mod_python_new/distinfo Fri Feb 16 12:46:27 2001 @@ -1,2 +1,2 @@ -MD5 (python/mod_python-2.7.1.tgz) = 19bb7dc023636f0d79e623971f3f4f3d +MD5 (python/mod_python-2.7.2.tgz) = 5b73af91c891c63f4be450d7a7dc0bb2 MD5 (python/BeOpen-Python-2.0.tar.gz) = 8c4a64891d3dc6422df2514c603f0c98 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 20:30: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id B57BE37B503 for ; Thu, 15 Feb 2001 20:30:04 -0800 (PST) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id F1EAAB8104 for ; Fri, 16 Feb 2001 05:30:01 +0100 (CET) Message-ID: <3A8CACC9.49ECAFA2@heitec.net> Date: Fri, 16 Feb 2001 05:30:01 +0100 From: Bernd Luevelsmeyer X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: need review on ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, In order to learn how to port, I made two ports that people might be interested in. But because they are my first ports, I'd like to have a peer review on them, and I also need some advice about the way how to get them committed (if at all). First, I upgraded www/xitami to version 2.4d7 (the version in the ports is 2.3d). I also modified the port to not overwrite the user's config files when installing if a previous version had been installed before. The problem is, I mailed the maintainer (in November) but his email address doesn't seem to work any longer. The second port is new. It's a console game called "hunt", several players can shoot each other in a kind of ASCII maze. The problem with this is, I ported it from 4.4BSD-Lite2 sources; I'm not sure about copyright and license issues for these sources. I found the sources at ftp://ftp.pvv.ntnu.no/.disk4a/4.4BSD-Lite2/untarred/usr/src/contrib/hunt . I can't point to that site in the skeleton because there is no tar distfile, so I'd need to store one myself somewhere. But a) I don't own an FTP server (though I could probably get space on one), and b) the license problem. I'll mail the skeletons to anyone who's willing to help. Xitami is 4.5 KB and hunt is 2 KB. Thanks, Bernd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 21:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6D2437B684 for ; Thu, 15 Feb 2001 21:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1G5K1739195; Thu, 15 Feb 2001 21:20:01 -0800 (PST) (envelope-from gnats) Received: from osiris.unixpower.org (d141-133-167.home.cgocable.net [24.141.133.167]) by hub.freebsd.org (Postfix) with ESMTP id 7B7F937B67D for ; Thu, 15 Feb 2001 21:17:25 -0800 (PST) Received: (from root@localhost) by osiris.unixpower.org (8.11.2/8.11.2) id f1G5HTk17889; Fri, 16 Feb 2001 00:17:29 -0500 (EST) (envelope-from alanp) Message-Id: <200102160517.f1G5HTk17889@osiris.unixpower.org> Date: Fri, 16 Feb 2001 00:17:29 -0500 (EST) From: alanp@unixpower.org Reply-To: alanp@unixpower.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25128: New Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25128 >Category: ports >Synopsis: New Port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 21:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alan P. Laudicina >Release: FreeBSD 4.2-STABLE i386 >Organization: UnixPower.org >Environment: >Description: Xaric is a UNIX irc client similer to BitchX or ircII. I would impress you with a list of features, but since it has no impressive features (and lacks a few important ones) that probably is not a good idea. The whole reason for Xaric was to remove all of the bogus, broken crap and silly features from BitchX and have a nice colorful client. >How-To-Repeat: >Fix: # 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: # # xaric # xaric/Makefile # xaric/pkg-plist # xaric/pkg-descr # xaric/pkg-comment # xaric/distinfo # echo c - xaric mkdir -p xaric > /dev/null 2>&1 echo x - xaric/Makefile sed 's/^X//' >xaric/Makefile << 'END-of-xaric/Makefile' X# New ports collection makefile for: IrcII Client X# Date created: 18 Oct 1994 X# Whom: torstenb X# X# $FreeBSD: ports/irc/ircII/Makefile,v 1.28 2001/01/05 07:56:22 knu Exp $ X# X XPORTNAME= xaric XPORTVERSION= 0.9f XCATEGORIES= irc XMASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ \ X ftp://ftp.unixpower.org/pub/xaric/ X XMAINTAINER= alanp@unixpower.org X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X.include END-of-xaric/Makefile echo x - xaric/pkg-plist sed 's/^X//' >xaric/pkg-plist << 'END-of-xaric/pkg-plist' Xbin/xaric END-of-xaric/pkg-plist echo x - xaric/pkg-descr sed 's/^X//' >xaric/pkg-descr << 'END-of-xaric/pkg-descr' XXaric is a UNIX irc client similer to BitchX or ircII. I would impress you Xwith a list of features, but since it has no impressive features (and lacks Xa few important ones) that probably is not a good Xidea. The whole reason for Xaric was to remove all of the bogus, broken crap Xand silly features from BitchX and have a nice colorful client. END-of-xaric/pkg-descr echo x - xaric/pkg-comment sed 's/^X//' >xaric/pkg-comment << 'END-of-xaric/pkg-comment' XXaric IRC Client END-of-xaric/pkg-comment echo x - xaric/distinfo sed 's/^X//' >xaric/distinfo << 'END-of-xaric/distinfo' XMD5 (xaric-0.9f.tar.gz) = e41167d07a7c6766239d3e3a84561e3e END-of-xaric/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 21:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E4E837B65D for ; Thu, 15 Feb 2001 21:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1G5U1Y39770; Thu, 15 Feb 2001 21:30:01 -0800 (PST) (envelope-from gnats) Received: from osiris.unixpower.org (d141-133-167.home.cgocable.net [24.141.133.167]) by hub.freebsd.org (Postfix) with ESMTP id 5240437B401 for ; Thu, 15 Feb 2001 21:20:46 -0800 (PST) Received: (from root@localhost) by osiris.unixpower.org (8.11.2/8.11.2) id f1G5Kke18092; Fri, 16 Feb 2001 00:20:46 -0500 (EST) (envelope-from alanp) Message-Id: <200102160520.f1G5Kke18092@osiris.unixpower.org> Date: Fri, 16 Feb 2001 00:20:46 -0500 (EST) From: alanp@unixpower.org Reply-To: alanp@unixpower.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25129: Update port, problem with one last submitted. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25129 >Category: ports >Synopsis: Update port, problem with one last submitted. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 21:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alan P. Laudicina >Release: FreeBSD 4.2-STABLE i386 >Organization: UnixPower.org >Environment: >Description: Xaric is a UNIX irc client similer to BitchX or ircII. I would impress you with a list of features, but since it has no impressive features (and lacks a few important ones) that probably is not a good idea. The whole reason for Xaric was to remove all of the bogus, broken crap and silly features from BitchX and have a nice colorful client. >How-To-Repeat: >Fix: # 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: # # xaric # xaric/Makefile # xaric/pkg-plist # xaric/pkg-descr # xaric/pkg-comment # xaric/distinfo # echo c - xaric mkdir -p xaric > /dev/null 2>&1 echo x - xaric/Makefile sed 's/^X//' >xaric/Makefile << 'END-of-xaric/Makefile' X# New ports collection makefile for: Xaric X# Date created: 16 Feb 01 X# Whom: alanp@unixpower.org X# X XPORTNAME= xaric XPORTVERSION= 0.9f XCATEGORIES= irc XMASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ \ X ftp://ftp.unixpower.org/pub/xaric/ X XMAINTAINER= alanp@unixpower.org X XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X.include END-of-xaric/Makefile echo x - xaric/pkg-plist sed 's/^X//' >xaric/pkg-plist << 'END-of-xaric/pkg-plist' Xbin/xaric END-of-xaric/pkg-plist echo x - xaric/pkg-descr sed 's/^X//' >xaric/pkg-descr << 'END-of-xaric/pkg-descr' XXaric is a UNIX irc client similer to BitchX or ircII. I would impress you Xwith a list of features, but since it has no impressive features (and lacks Xa few important ones) that probably is not a good Xidea. The whole reason for Xaric was to remove all of the bogus, broken crap Xand silly features from BitchX and have a nice colorful client. END-of-xaric/pkg-descr echo x - xaric/pkg-comment sed 's/^X//' >xaric/pkg-comment << 'END-of-xaric/pkg-comment' XXaric IRC Client END-of-xaric/pkg-comment echo x - xaric/distinfo sed 's/^X//' >xaric/distinfo << 'END-of-xaric/distinfo' XMD5 (xaric-0.9f.tar.gz) = e41167d07a7c6766239d3e3a84561e3e END-of-xaric/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 21:52:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from balzac.cybercable.fr (balzac.cybercable.fr [212.198.0.198]) by hub.freebsd.org (Postfix) with SMTP id A043337B4EC for ; Thu, 15 Feb 2001 21:52:34 -0800 (PST) Received: (qmail 18438215 invoked from network); 16 Feb 2001 05:52:31 -0000 Received: from d165.dhcp212-231.cybercable.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by balzac.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 16 Feb 2001 05:52:31 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.1/8.11.1) id f1G5qTj17250; Fri, 16 Feb 2001 06:52:29 +0100 (CET) (envelope-from clefevre@poboxes.com) To: Bernd Luevelsmeyer Cc: ports@FreeBSD.ORG Subject: Re: need review on ports References: <3A8CACC9.49ECAFA2@heitec.net> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C In-Reply-To: Bernd Luevelsmeyer's message of "Fri, 16 Feb 2001 05:30:01 +0100" From: Cyrille Lefevre Reply-To: clefevre@poboxes.com Mail-Copies-To: never Date: 16 Feb 2001 06:52:27 +0100 Message-ID: Lines: 35 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bernd Luevelsmeyer writes: > In order to learn how to port, I made two ports that people might be > interested in. But because they are my first ports, I'd like to have a > peer review on them, and I also need some advice about the way how to > get them committed (if at all). use portlint to check your ports and send-pr to submit them. portlint may be found at /usr/ports/devel/portlint. send-pr is in the base system. > First, I upgraded www/xitami to version 2.4d7 (the version in the ports > is 2.3d). I also modified the port to not overwrite the user's config > files when installing if a previous version had been installed before. > The problem is, I mailed the maintainer (in November) but his email > address doesn't seem to work any longer. when submitting the PR, you may add a comment about the fact that the maintainer cannot be reached anymore. > The second port is new. It's a console game called "hunt", several > players can shoot each other in a kind of ASCII maze. The problem with > this is, I ported it from 4.4BSD-Lite2 sources; I'm not sure about > copyright and license issues for these sources. I found the sources at > ftp://ftp.pvv.ntnu.no/.disk4a/4.4BSD-Lite2/untarred/usr/src/contrib/hunt I didn't see any problem. 4.4BSD-lite* isn't encumbered w/ AT&T code and has almost(*) the same license than FreeBSD, so, don't care. * 4.4BSD uses the old BSD license while FreeBSD uses the new BSD license. Cyrille. -- home: mailto:clefevre@poboxes.com UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 22:38:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tinkerbox.org (adsl-64-167-251-138.dsl.snfc21.pacbell.net [64.167.251.138]) by hub.freebsd.org (Postfix) with ESMTP id B273037B491 for ; Thu, 15 Feb 2001 22:38:51 -0800 (PST) Received: from technologist.com (adsl-216-103-213-35.dsl.snfc21.pacbell.net [216.103.213.35]) by mail.tinkerbox.org (Postfix) with ESMTP id DA9C11978 for ; Thu, 15 Feb 2001 22:38:44 -0800 (PST) Message-ID: <3A8DAC9D.B78A5B61@technologist.com> Date: Fri, 16 Feb 2001 22:41:33 +0000 From: bruno Reply-To: bruno.schwander@technologist.com X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: first port and patch problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello everybody, I ported a little tool to FreeBSD and would like to contribute a port. My current issue is with patch/diff. I have a valid patch file, that applies all my changes to the original sources but apparently handles the creation of added files in a wrong manner. I simply did a "diff -urN src.original src > patch-aa" in my work dir; then, when I do a "patch < patch-aa" on an original set of sources, the files are changed correctly but new files are added in the current directory instead of src/something. The patchfile shows filenames like diff -urN src.old/linux_lp.h src/linux_lp.h --- src.old/linux_lp.h Thu Jan 1 00:00:00 1970 +++ src/linux_lp.h Fri Feb 16 19:44:52 2001 so I assume the paths are correct in the patch file. I really am at loss... anyone can give me a hint here ? thanks bruno To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 15 22:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E393A37B65D for ; Thu, 15 Feb 2001 22:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1G6e1452241; Thu, 15 Feb 2001 22:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12CA837B401 for ; Thu, 15 Feb 2001 22:33:28 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1G6XRs51786; Thu, 15 Feb 2001 22:33:27 -0800 (PST) (envelope-from nobody) Message-Id: <200102160633.f1G6XRs51786@freefall.freebsd.org> Date: Thu, 15 Feb 2001 22:33:27 -0800 (PST) From: mario@patas.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25131: cannot install php with imap support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25131 >Category: ports >Synopsis: cannot install php with imap support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 15 22:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Mario Lopez >Release: 4.2-RELEASE >Organization: N/A >Environment: FreeBSD beast.patas.org 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 j kh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: I am trying to install php-3.0.18 with IMAP support and it does not go through. It is looking for c-client4.7 libraries during the build. It then installs cclient-4.8_1 from ports/mail/cclient. After it finishes building cclient, it returns to the build of php which then bombs out giving errors "Stop in /usr/ports/lang/php. ***Error Code 1". It also references c-client4.7 saying that it cannot find it. I have tried looking for c-client4.7 in the ports collection but have found that it is no longer used. I have also tried downloading a fresh copy of the php port thinking there might be a problem with my version, but I received the same results. I looked at the configure.php script and it also referencing c-client4.7. I've tried changing to cclient4.8_1 but the build errors out. >How-To-Repeat: change directory to /usr/ports/lang/php and run make. Select imap from the list and let it build. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 2:49:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F7ED37B65D; Fri, 16 Feb 2001 02:49:12 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GAnCa86331; Fri, 16 Feb 2001 02:49:12 -0800 (PST) (envelope-from roam) Date: Fri, 16 Feb 2001 02:49:12 -0800 (PST) From: Message-Id: <200102161049.f1GAnCa86331@freefall.freebsd.org> To: mdharnois@home.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25072: fetchmail-5.6.5 checksum incorrect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetchmail-5.6.5 checksum incorrect State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri Feb 16 02:48:39 PST 2001 State-Changed-Why: Fixed yesterday, please cvsup and try again. Thanks for the alert anyway! http://www.freebsd.org/cgi/query-pr.cgi?pr=25072 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 2:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D6E737B65D for ; Fri, 16 Feb 2001 02:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GAo1a86424; Fri, 16 Feb 2001 02:50:01 -0800 (PST) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 78C3637B65D for ; Fri, 16 Feb 2001 02:49:28 -0800 (PST) Received: by freebsd.org.ru (Postfix, from userid 1000) id 8EB886D; Fri, 16 Feb 2001 13:49:25 +0300 (MSK) Message-Id: <20010216104925.8EB886D@freebsd.org.ru> Date: Fri, 16 Feb 2001 13:49:25 +0300 (MSK) From: osa@FreeBSD.org.ru Reply-To: osa@FreeBSD.org.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25135: x11/kdelibs2 builds failed... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25135 >Category: ports >Synopsis: x11/kdelibs2 builds failed... >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 02:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.2-STABLE i386 >Organization: Russian FreeBSD Team >Environment: FreeBSD 4.2-STABLE #0: Thu Feb 8 19:40:51 MSK 2001 >Description: x11/kdelibs2 builds failed... >How-To-Repeat: $ cd /usr/ports/x11/kdelibs2 && make [wait...] gmake[3]: Entering directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.0.1/kssl' /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kdecore -I../kdeui -I../kssl -I/usr/X1 1R6/include/qt2 -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -fno-excepti ons -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin - O -pipe -frtti -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c kssl.cc mkdir .libs c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kdecore -I../kdeui -I../kssl -I/usr/X11R6/include/qt2 -I/usr/X11R6/inclu de -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -frtti -DQT_CLEAN_NAMESPACE -D QT_NO_COMPAT -DQT_NO_ASCII_CAST -c kssl.cc -fPIC -DPIC -o .libs/kssl.o kssl.cc: In method `bool KSSL::initialize()': kssl.cc:96: `OpenSSL_add_ssl_algorithms' undeclared (first use this function) kssl.cc:96: (Each undeclared identifier is reported only once kssl.cc:96: for each function it appears in.) kssl.cc:97: `OpenSSL_add_all_algorithms' undeclared (first use this function) In file included from kssl.cc:136: ksslcallback.c: In function `int X509Callback(int, X509_STORE_CTX *)': ksslcallback.c:62: `X509_V_ERR_INVALID_CA' undeclared (first use this function) ksslcallback.c:63: `X509_V_ERR_PATH_LENGTH_EXCEEDED' undeclared (first use this function) ksslcallback.c:64: `X509_V_ERR_INVALID_PURPOSE' undeclared (first use this function) ksslcallback.c:65: `X509_V_ERR_CERT_UNTRUSTED' undeclared (first use this function) ksslcallback.c:66: `X509_V_ERR_CERT_REJECTED' undeclared (first use this function) gmake[3]: *** [kssl.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.0.1/kssl' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.0.1/kssl' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs2/work/kdelibs-2.0.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 Stop in /usr/ports/x11/kdelibs2. *** Error code 1 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 2:51:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 51CA237B503 for ; Fri, 16 Feb 2001 02:51:08 -0800 (PST) Received: (qmail 7272 invoked by uid 1000); 16 Feb 2001 10:49:17 -0000 Date: Fri, 16 Feb 2001 12:49:17 +0200 From: Peter Pentchev To: Andre Goeree Cc: ports@freebsd.org Subject: Re: fetchmail-5.6.5 wrong distinfo? Message-ID: <20010216124917.A474@ringworld.oblivion.bg> Mail-Followup-To: Andre Goeree , ports@freebsd.org References: <20010213194847.A8618@mandark.attica.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010213194847.A8618@mandark.attica.home>; from abgoeree@uwnet.nl on Tue, Feb 13, 2001 at 07:48:47PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 13, 2001 at 07:48:47PM +0100, Andre Goeree wrote: > Ehh, Just cvsupped: [snip] > ===> Extracting for fetchmail-5.6.5 > >> Checksum mismatch for fetchmail-5.6.5.tar.gz. Yes, this was fixed yesterday; I had pulled the original tarball as soon as the 5.6.5 announcement came out, and ESR rerolled it with a minor fix a few hours later. Thanks again to everyone who alerted me about it! G'luck, Peter -- If I were you, who would be reading this sentence? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 4:21:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0041137B401; Fri, 16 Feb 2001 04:21:14 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GCLEh04012; Fri, 16 Feb 2001 04:21:14 -0800 (PST) (envelope-from dirk) Date: Fri, 16 Feb 2001 04:21:14 -0800 (PST) From: Message-Id: <200102161221.f1GCLEh04012@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/25116: mod_php4 fails to load with "Undefined symbol "rfc822_parse_msg" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mod_php4 fails to load with "Undefined symbol "rfc822_parse_msg" Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Fri Feb 16 04:20:59 PST 2001 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=25116 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 5:36:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9358C37B503; Fri, 16 Feb 2001 05:36:33 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GDaN913446; Fri, 16 Feb 2001 05:36:23 -0800 (PST) (envelope-from vanilla) Date: Fri, 16 Feb 2001 05:36:23 -0800 (PST) From: Message-Id: <200102161336.f1GDaN913446@freefall.freebsd.org> To: edwardc@firebird.com.tw, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24899: NEW Port: Firebird BBS 3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW Port: Firebird BBS 3.0 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Fri Feb 16 05:36:09 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24899 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 6:40:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from terjef2.hibo.no (terjef2.hibo.no [158.39.35.99]) by hub.freebsd.org (Postfix) with ESMTP id 6F3D137B491; Fri, 16 Feb 2001 06:40:05 -0800 (PST) Received: from terjefnb (terjefnb.cs.Uit.No [129.242.16.54]) by terjef2.hibo.no (8.9.3/8.9.3) with SMTP id PAA59272; Fri, 16 Feb 2001 15:51:15 +0100 (CET) (envelope-from Terje.Fallmyr@hibo.no) Reply-To: From: "Terje Fallmyr" To: Cc: Subject: FreeBSD Port: XFree86-aoutlibs-3.3.3 Date: Fri, 16 Feb 2001 15:41:19 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0007_01C0982E.E7E388A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0982E.E7E388A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hi, I have just installed FreeBSD4.2, looks fine. But, netscape47 depends on XFree-aoutlibs, i.e. version 3.3.3, which is not available from ftp.xfree.org/pub/XFree86/ So, the dependency in the port points to a nonexisting address. I guess that it should be fixed. What do I do? Thanks, /Terje Fallmyr Terje Fallmyr Assoc. prof. Hřgskolen i Bodř 8049 Bodř Norway ------=_NextPart_000_0007_01C0982E.E7E388A0 Content-Type: text/x-vcard; name="Terje Fallmyr.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Terje Fallmyr.vcf" BEGIN:VCARD VERSION:2.1 N:Fallmyr;Terje FN:Terje Fallmyr ORG:H=F8gskolen i Bod=F8;SIB TITLE:f=F8rsteamanuensis TEL;WORK;VOICE:+47 75 71 72 79 TEL;HOME;VOICE:+47 75 58 40 26 TEL;WORK;FAX:+47 75 51 72 68 ADR;WORK:;;;Bod=F8;Nordland;NO-8049;Norway LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:Bod=3DF8, Nordland = NO-8049=3D0D=3D0ANorway ADR;HOME:;;Pleierveien 20 B;Bod=F8;Nordland;NO-8049;Norway LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:Pleierveien 20 = B=3D0D=3D0ABod=3DF8, Nordland NO-8049=3D0D=3D0ANorway URL:http://terjef2.hibo.no URL:http://terjef2.hibo.no EMAIL;PREF;INTERNET:Terje.Fallmyr@hibo.no EMAIL;INTERNET:terje@cs.uit.no EMAIL;INTERNET:terje@fallmyr.no EMAIL;INTERNET:Terje.Fallmyr@acm.org REV:20010215T131900Z END:VCARD ------=_NextPart_000_0007_01C0982E.E7E388A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 7:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E7BD37B684 for ; Fri, 16 Feb 2001 07:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GFe2F18150; Fri, 16 Feb 2001 07:40:02 -0800 (PST) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id AA05C37B491 for ; Fri, 16 Feb 2001 07:34:48 -0800 (PST) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id CAA13738 for ; Sat, 17 Feb 2001 02:04:46 +1030 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.1/8.11.1) id f1GFaDJ85054; Sat, 17 Feb 2001 02:06:13 +1030 (CST) (envelope-from mark) Message-Id: <200102161536.f1GFaDJ85054@aeris.kyne.com.au> Date: Sat, 17 Feb 2001 02:06:13 +1030 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25137: New port: A curses word gam Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25137 >Category: ports >Synopsis: New port: A curses word gam >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 07:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: Lexter is a real-time puzzle game for text terminals. Arrange the falling letters into words to score points. >How-To-Repeat: >Fix: # 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: # # lexter # lexter/Makefile # lexter/pkg-comment # lexter/pkg-descr # lexter/pkg-plist # lexter/distinfo # echo c - lexter mkdir -p lexter > /dev/null 2>&1 echo x - lexter/Makefile sed 's/^X//' >lexter/Makefile << 'END-of-lexter/Makefile' X# New ports collection makefile for: lexter X# Date created: 14 Feb 2001 X# Whom: Mark Pulford X# X# $FreeBSD$ X# X XPORTNAME= lexter XPORTVERSION= 1.0.1 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy X XMAINTAINER= mark@kyne.com.au X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/lexter XCONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ X LDFLAGS='-L${LOCALBASE}/lib' X XMAN6= lexter.6 X Xpost-install: X @${CHOWN} root.games ${PREFIX}/bin/lexter X @${CHMOD} g+s ${PREFIX}/bin/lexter X @${TRUE} > ${PREFIX}/share/lexter/lexter.scores X @${CHOWN} root.games ${PREFIX}/share/lexter/lexter.scores X @${CHMOD} 664 ${PREFIX}/share/lexter/lexter.scores X X.include END-of-lexter/Makefile echo x - lexter/pkg-comment sed 's/^X//' >lexter/pkg-comment << 'END-of-lexter/pkg-comment' XA curses word game END-of-lexter/pkg-comment echo x - lexter/pkg-descr sed 's/^X//' >lexter/pkg-descr << 'END-of-lexter/pkg-descr' XLexter is a real-time puzzle game for text terminals. Arrange the Xfalling letters into words to score points. X XWWW: http://www.kyne.com.au/~mark/software.html X X- Mark Pulford Xmark@kyne.com.au END-of-lexter/pkg-descr echo x - lexter/pkg-plist sed 's/^X//' >lexter/pkg-plist << 'END-of-lexter/pkg-plist' Xbin/lexter Xshare/lexter/dict.en Xshare/lexter/dict.fr X@mode 664 Xshare/lexter/lexter.scores X@mode X@dirrm share/lexter END-of-lexter/pkg-plist echo x - lexter/distinfo sed 's/^X//' >lexter/distinfo << 'END-of-lexter/distinfo' XMD5 (lexter-1.0.1.tar.gz) = 1bfdc6d5ff5220442b8f754844402dc8 END-of-lexter/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 8:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39DA837B67D for ; Fri, 16 Feb 2001 08:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GGA2823602; Fri, 16 Feb 2001 08:10:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F4E337B401 for ; Fri, 16 Feb 2001 08:01:57 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GG1v820593; Fri, 16 Feb 2001 08:01:57 -0800 (PST) (envelope-from nobody) Message-Id: <200102161601.f1GG1v820593@freefall.freebsd.org> Date: Fri, 16 Feb 2001 08:01:57 -0800 (PST) From: albert.kinderman@csun.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25138: wrapper-1.0_1 depends on XFree3.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25138 >Category: ports >Synopsis: wrapper-1.0_1 depends on XFree3.3.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 08:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Albert Kinderman >Release: 4.2-Stable >Organization: CSUN >Environment: FreeBSD dell30.csun.edu 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 15 etc. >Description: I have a new install of a 4.2-Stable system with XFree-4.0.2_5 The description of wrapper states that it is for XFree86 4 and that you should not install it if you have XFree86 3. However, pkg_add fails on my system because of an unmet dependency on XFree86-3.3.6_6 The +CONTENTS file shows the @pkgdep on 3.3.6_6 If the package is only for XFree 4, it shouldn't depend on 3.3.6 >How-To-Repeat: Try to install wrapper on a system with XFree86 4 and not XFree86 3 >Fix: change dependency >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 8:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A36EE37B699 for ; Fri, 16 Feb 2001 08:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GGA3D23611; Fri, 16 Feb 2001 08:10:03 -0800 (PST) (envelope-from gnats) Received: from ender.nonstop.net.il (webedge.nonstop.net.il [213.57.71.5]) by hub.freebsd.org (Postfix) with ESMTP id 5B75637B4EC for ; Fri, 16 Feb 2001 08:01:09 -0800 (PST) Received: from alchemy.oven.org ([213.57.98.128]) by ender.nonstop.net.il with ESMTP id <20010216160820.JLQ403.ender@alchemy.oven.org> for ; Fri, 16 Feb 2001 18:08:20 +0200 Received: (from mapc@localhost) by alchemy.oven.org (8.11.2/8.11.2) id f1GFvJN03928; Fri, 16 Feb 2001 17:57:19 +0200 (IST) (envelope-from mapc) Message-Id: <200102161557.f1GFvJN03928@alchemy.oven.org> Date: Fri, 16 Feb 2001 17:57:19 +0200 (IST) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25139: [MAINTAINER UPDATE] audio/lopster 0.9.7_1->0.9.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25139 >Category: ports >Synopsis: [MAINTAINER UPDATE] audio/lopster 0.9.7_1->0.9.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 08:10:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: It will be useless if THEY shutdown napster :~( >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/lopster/Makefile lopster/Makefile --- /usr/ports/audio/lopster/Makefile Fri Dec 15 23:24:34 2000 +++ lopster/Makefile Thu Feb 15 17:16:02 2001 @@ -6,19 +6,22 @@ # PORTNAME= lopster -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTVERSION= 0.9.8 CATEGORIES= audio -DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION} -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://lopster.sourceforge.net/download/ +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roman@xpert.com +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + GNU_CONFIGURE= yes USE_GMAKE= yes USE_GTK= yes USE_X_PREFIX= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" post-extract: .for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in diff -urN /usr/ports/audio/lopster/distinfo lopster/distinfo --- /usr/ports/audio/lopster/distinfo Fri Dec 15 23:24:34 2000 +++ lopster/distinfo Thu Feb 15 16:57:50 2001 @@ -1 +1 @@ -MD5 (lopster-0.9.7-1.tar.gz) = f71a5a99b24c26c6801e0d347191f5e6 +MD5 (lopster-0.9.8.tar.gz) = 7d0766b4d9cee277fca67b43eeeedb8b diff -urN /usr/ports/audio/lopster/files/patch-aa lopster/files/patch-aa --- /usr/ports/audio/lopster/files/patch-aa Thu Jan 1 02:00:00 1970 +++ lopster/files/patch-aa Thu Feb 15 17:01:52 2001 @@ -0,0 +1,7 @@ +--- src/handler.c.orig Thu Feb 15 17:00:14 2001 ++++ src/handler.c Thu Feb 15 17:00:30 2001 +@@ -1,3 +1,4 @@ ++#include + #include + #include + #include diff -urN /usr/ports/audio/lopster/files/patch-ab lopster/files/patch-ab --- /usr/ports/audio/lopster/files/patch-ab Thu Jan 1 02:00:00 1970 +++ lopster/files/patch-ab Thu Feb 15 17:02:04 2001 @@ -0,0 +1,9 @@ +--- src/browse.c.orig Thu Feb 15 17:01:12 2001 ++++ src/browse.c Thu Feb 15 17:01:23 2001 +@@ -1,5 +1,5 @@ +-#include + #include ++#include + #include + #include + #include diff -urN /usr/ports/audio/lopster/files/patch-ac lopster/files/patch-ac --- /usr/ports/audio/lopster/files/patch-ac Thu Jan 1 02:00:00 1970 +++ lopster/files/patch-ac Thu Feb 15 17:06:59 2001 @@ -0,0 +1,10 @@ +--- src/transfer.c.orig Thu Feb 15 17:06:16 2001 ++++ src/transfer.c Thu Feb 15 17:06:39 2001 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff -urN /usr/ports/audio/lopster/files/patch-ad lopster/files/patch-ad --- /usr/ports/audio/lopster/files/patch-ad Thu Jan 1 02:00:00 1970 +++ lopster/files/patch-ad Thu Feb 15 18:19:22 2001 @@ -0,0 +1,11 @@ +--- po/Makefile.in.orig Thu Feb 15 18:18:48 2001 ++++ po/Makefile.in Thu Feb 15 18:19:05 2001 +@@ -18,7 +18,7 @@ + + prefix = /usr/X11R6 + exec_prefix = ${prefix} +-datadir = $(prefix)/lib ++datadir = $(prefix)/share + localedir = $(datadir)/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po diff -urN /usr/ports/audio/lopster/pkg-plist lopster/pkg-plist --- /usr/ports/audio/lopster/pkg-plist Thu Oct 19 09:01:32 2000 +++ lopster/pkg-plist Thu Feb 15 18:03:24 2001 @@ -1,4 +1,5 @@ bin/lopster +share/locale/de/LC_MESSAGES/lopster.mo share/lopster/pixmaps/arrowd.xpm share/lopster/pixmaps/arrowl.xpm share/lopster/pixmaps/arrowr.xpm @@ -14,9 +15,11 @@ share/lopster/pixmaps/friend.xpm share/lopster/pixmaps/home16b.xpm share/lopster/pixmaps/ignore.xpm +share/lopster/pixmaps/info.xpm share/lopster/pixmaps/kfind.xpm share/lopster/pixmaps/logo.jpg share/lopster/pixmaps/logo.xpm +share/lopster/pixmaps/logo1.xpm share/lopster/pixmaps/mail16b.xpm share/lopster/pixmaps/mini-folder.xpm share/lopster/pixmaps/notes16.xpm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 8:50:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E1B937B684 for ; Fri, 16 Feb 2001 08:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GGo2828243; Fri, 16 Feb 2001 08:50:02 -0800 (PST) (envelope-from gnats) Received: from wizard.vlink.ru (wizard.vlink.ru [195.239.222.125]) by hub.freebsd.org (Postfix) with ESMTP id 996B237B401 for ; Fri, 16 Feb 2001 08:40:15 -0800 (PST) Received: by wizard.vlink.ru (Postfix, from userid 1000) id 4DAF4A0D19; Fri, 16 Feb 2001 19:39:30 +0300 (MSK) Message-Id: <20010216163930.4DAF4A0D19@wizard.vlink.ru> Date: Fri, 16 Feb 2001 19:39:30 +0300 (MSK) From: dsh@vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25140: update comms/qico to 0.48.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25140 >Category: ports >Synopsis: update comms/qico to 0.48.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 08:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: Update qico to last stable version 0.48.4. Now use WITH_QICO_* and WITHOUT_QICO_* instead of just WITH_* and WITHOUT_*. >How-To-Repeat: diff -Nru qico.orig/Makefile qico/Makefile --- qico.orig/Makefile Sat Nov 18 02:13:16 2000 +++ qico/Makefile Fri Feb 16 19:35:08 2001 @@ -6,7 +6,7 @@ # PORTNAME= qico -PORTVERSION= 0.48.3 +PORTVERSION= 0.48.4 CATEGORIES= comms MASTER_SITES= http://lev.serebryakov.spb.ru/download/0.48/ @@ -15,18 +15,18 @@ USE_GMAKE= yes MAKE_ENV+= SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}" -.if defined(WITH_AMIGA4D) +.if defined(WITH_QICO_AMIGA4D) DEFS+= -DAMIGA4D .endif -.if !defined(WITHOUT_MORDA) +.if !defined(WITHOUT_QICO_MORDA) MORDA= 1 .endif do-install: ${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/ ${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/ -.if !defined(WITHOUT_MORDA) +.if !defined(WITHOUT_QICO_MORDA) ${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/ .endif diff -Nru qico.orig/distinfo qico/distinfo --- qico.orig/distinfo Sat Nov 18 02:13:16 2000 +++ qico/distinfo Fri Feb 16 19:35:08 2001 @@ -1 +1 @@ -MD5 (qico-0.48.3.tar.gz) = 103dcbc0ce1ccf7e2b549680a7ff2287 +MD5 (qico-0.48.4.tar.gz) = a426094bbb25711ddc919b769a08475e diff -Nru qico.orig/pkg-plist qico/pkg-plist --- qico.orig/pkg-plist Wed Aug 23 18:32:26 2000 +++ qico/pkg-plist Fri Feb 16 19:35:08 2001 @@ -1,6 +1,6 @@ bin/qcc etc/qico.conf.sample libexec/qico -share/doc/qico/FAQ.ru -share/doc/qico/README.ru -@dirrm share/doc/qico +%%PORTDOCS%%share/doc/qico/FAQ.ru +%%PORTDOCS%%share/doc/qico/README.ru +%%PORTDOCS%%@dirrm share/doc/qico >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 9: 2:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from news.lucky.net (news.lucky.net [193.193.193.102]) by hub.freebsd.org (Postfix) with ESMTP id 7AED337B401 for ; Fri, 16 Feb 2001 09:02:05 -0800 (PST) Received: (from mail@localhost) by news.lucky.net (8.Who.Cares/8.Who.Cares) id TAU24433 for freebsd-ports@freebsd.org; Fri, 16 Feb 2001 19:02:00 +0200 (envelope-from news@news.ntu-kpi.kiev.ua) From: "Andrey Simonenko" To: freebsd-ports@freebsd.org Subject: Re: first port and patch problems Date: Fri, 16 Feb 2001 18:52:33 +0300 Organization: NTUU "KPI" Message-ID: <96jlua$k1a$1@igloo.uran.net.ua> References: <3A8DAC9D.B78A5B61@technologist.com> X-Trace: igloo.uran.net.ua 982342410 20522 10.18.54.109 (16 Feb 2001 16:53:30 GMT) X-Complaints-To: newsmaster@news.ntu-kpi.kiev.ua X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try to set -p0 switch to "patch". bruno wrote in message news:3A8DAC9D.B78A5B61@technologist.com... > Hello everybody, > > I ported a little tool to FreeBSD and would like to contribute a port. > My current issue is with patch/diff. I have a valid patch file, that > applies all my changes to the original sources but apparently handles > the creation of added files in a wrong manner. > > I simply did a "diff -urN src.original src > patch-aa" in my work dir; > then, when I do a "patch < patch-aa" on an original set of sources, the > files are changed correctly but new files are added in the current > directory instead of src/something. The patchfile shows filenames like > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 9:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E33537B65D for ; Fri, 16 Feb 2001 09:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GHo2b37671; Fri, 16 Feb 2001 09:50:02 -0800 (PST) (envelope-from gnats) Received: from goose.home.automagic.org (host-34.automagic.org [207.61.141.34]) by hub.freebsd.org (Postfix) with SMTP id 6837937B65D for ; Fri, 16 Feb 2001 09:47:03 -0800 (PST) Received: (qmail 57336 invoked by uid 100); 16 Feb 2001 17:47:02 -0000 Message-Id: <20010216174702.57335.qmail@goose.home.automagic.org> Date: 16 Feb 2001 17:47:02 -0000 From: jabley@automagic.org Reply-To: jabley@automagic.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25141: new port: aggregate-1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25141 >Category: ports >Synopsis: new port: aggregate-1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 09:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 4.2-STABLE i386 >Organization: Metromedia Fiber Network Services, Inc >Environment: n/a >Description: New port: aggregate-1.1. Used for CIDR aggregation when manipulating lists of route prefixes to build filters. >How-To-Repeat: blah >Fix: foo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 10: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DADD37B503 for ; Fri, 16 Feb 2001 10:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GI02q39023; Fri, 16 Feb 2001 10:00:02 -0800 (PST) (envelope-from gnats) Date: Fri, 16 Feb 2001 10:00:02 -0800 (PST) Message-Id: <200102161800.f1GI02q39023@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Abley Subject: Re: ports/25141: new port: aggregate-1.1 Reply-To: Joe Abley Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25141; it has been noted by GNATS. From: Joe Abley To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/25141: new port: aggregate-1.1 Date: Fri, 16 Feb 2001 12:59:49 -0500 Please close this ticket. Like a moron, I forgot to attach the shar; it's in a different ticket now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 10: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE9CC37B698 for ; Fri, 16 Feb 2001 10:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GI00H39018; Fri, 16 Feb 2001 10:00:00 -0800 (PST) (envelope-from gnats) Received: from goose.home.automagic.org (host-34.automagic.org [207.61.141.34]) by hub.freebsd.org (Postfix) with SMTP id B049337B401 for ; Fri, 16 Feb 2001 09:57:39 -0800 (PST) Received: (qmail 57624 invoked by uid 100); 16 Feb 2001 17:57:38 -0000 Message-Id: <20010216175738.57623.qmail@goose.home.automagic.org> Date: 16 Feb 2001 17:57:38 -0000 From: jabley@automagic.org Reply-To: jabley@automagic.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25143: new port: aggregate-1.1 (with port included, this time) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25143 >Category: ports >Synopsis: new port: aggregate-1.1 (with port included, this time) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 10:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 4.2-STABLE i386 >Organization: Metromedia Fiber Network Services, Inc >Environment: N/A >Description: Optimise a list of route prefixes to help make nice short filters >How-To-Repeat: N/A >Fix: # 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: # # aggregate # aggregate/Makefile # aggregate/pkg-comment # aggregate/pkg-descr # aggregate/pkg-plist # aggregate/distinfo # echo c - aggregate mkdir -p aggregate > /dev/null 2>&1 echo x - aggregate/Makefile sed 's/^X//' >aggregate/Makefile << 'END-of-aggregate/Makefile' X# New ports collection makefile for: aggregate X# Date created: 16 Feb 2001 X# Whom: jabley X# X# $FreeBSD$ X# X XPORTNAME= aggregate XPORTVERSION= 1.1 XCATEGORIES= net XMASTER_SITES= http://www.mfnx.net/public/ X XMAINTAINER= jabley@automagic.org X XMAN1= aggregate.1 aggregate-ios.1 X X.include END-of-aggregate/Makefile echo x - aggregate/pkg-comment sed 's/^X//' >aggregate/pkg-comment << 'END-of-aggregate/pkg-comment' XOptimise a list of route prefixes to help make nice short filters END-of-aggregate/pkg-comment echo x - aggregate/pkg-descr sed 's/^X//' >aggregate/pkg-descr << 'END-of-aggregate/pkg-descr' Xakes a list of prefixes in conventional format on stdin, Xand performs two optimisations to attempt to reduce the Xlength of the prefix list. X XThe first optimisation is to remove any supplied prefixes Xwhich are supurfluous because they are already included in Xanother supplied prefix. For example, 203.97.2.0/24 would Xbe removed if 203.97.0.0/17 was also supplied. X XThe second optimisation identifies adjacent prefixes that Xcan be combined under a single, shorter-length prefix. For Xexample, 203.97.2.0/24 and 203.97.3.0/24 can be combined Xinto the single prefix 203.97.2.0/23. X X Xjabley@automagic.org END-of-aggregate/pkg-descr echo x - aggregate/pkg-plist sed 's/^X//' >aggregate/pkg-plist << 'END-of-aggregate/pkg-plist' Xbin/aggregate Xbin/aggregate-ios END-of-aggregate/pkg-plist echo x - aggregate/distinfo sed 's/^X//' >aggregate/distinfo << 'END-of-aggregate/distinfo' XMD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce END-of-aggregate/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 10:12:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5D6437B401; Fri, 16 Feb 2001 10:12:37 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GICb742856; Fri, 16 Feb 2001 10:12:37 -0800 (PST) (envelope-from jeh) Date: Fri, 16 Feb 2001 10:12:37 -0800 (PST) From: Message-Id: <200102161812.f1GICb742856@freefall.freebsd.org> To: jabley@automagic.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25141: new port: aggregate-1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: aggregate-1.1 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Fri Feb 16 10:12:07 PST 2001 State-Changed-Why: Not a problem, happens to the best of us. Closed at originators request. http://www.freebsd.org/cgi/query-pr.cgi?pr=25141 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 10:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74A7937B491 for ; Fri, 16 Feb 2001 10:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GIU1T44712; Fri, 16 Feb 2001 10:30:01 -0800 (PST) (envelope-from gnats) Received: from goose.home.automagic.org (host-34.automagic.org [207.61.141.34]) by hub.freebsd.org (Postfix) with SMTP id 6AE0937B503 for ; Fri, 16 Feb 2001 10:25:30 -0800 (PST) Received: (qmail 60548 invoked by uid 100); 16 Feb 2001 18:25:29 -0000 Message-Id: <20010216182529.60547.qmail@goose.home.automagic.org> Date: 16 Feb 2001 18:25:29 -0000 From: jabley@automagic.org Reply-To: jabley@automagic.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25144: upgrade net/ciscoconf to 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25144 >Category: ports >Synopsis: upgrade port to 1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 10:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: N/A >Description: Upgrade to 1.1 (fixes a zombie generation bug) >How-To-Repeat: N/A >Fix: diff -u -r ciscoconf.old/Makefile ciscoconf/Makefile --- ciscoconf.old/Makefile Fri Feb 16 13:15:24 2001 +++ ciscoconf/Makefile Fri Feb 16 13:17:59 2001 @@ -6,14 +6,11 @@ # PORTNAME= ciscoconf -PORTVERSION= 1.0.b1 +PORTVERSION= 1.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= billf -DISTNAME= ciscoconf-1.0beta1 +MASTER_SITES= http://www.automagic.org/~jabley/ -MAINTAINER= jabley@clear.co.nz +MAINTAINER= jabley@automagic.org BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 ALL_TARGET= depend all Only in ciscoconf.old: README.html diff -u -r ciscoconf.old/distinfo ciscoconf/distinfo --- ciscoconf.old/distinfo Fri Feb 16 13:15:24 2001 +++ ciscoconf/distinfo Fri Feb 16 13:20:20 2001 @@ -1 +1 @@ -MD5 (ciscoconf-1.0beta1.tar.gz) = d13b9cb222f8829cc7c6b16255edbda2 +MD5 (ciscoconf-1.1.tar.gz) = b6b598c31b92209fdab99d56cdde2555 diff -u -r ciscoconf.old/pkg-descr ciscoconf/pkg-descr --- ciscoconf.old/pkg-descr Fri Feb 16 13:15:24 2001 +++ ciscoconf/pkg-descr Fri Feb 16 13:17:40 2001 @@ -1,9 +1,7 @@ -Ciscoconf automatically fetches configuration from Cisco routers whenever +Ciscoconf automagically fetches configuration from Cisco routers whenever syslog indicates that a change has been made, and stores them under RCS. MORE INFORMATION For more information, or to foward comments or details of problems, please -contact Joe Abley . - -WWW: http://www.patho.gen.nz/~jabley/ +contact Joe Abley . >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 10:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CBB137B401 for ; Fri, 16 Feb 2001 10:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GIe2C46003; Fri, 16 Feb 2001 10:40:02 -0800 (PST) (envelope-from gnats) Date: Fri, 16 Feb 2001 10:40:02 -0800 (PST) Message-Id: <200102161840.f1GIe2C46003@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Abley Subject: ports/25143 Reply-To: Joe Abley Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25143; it has been noted by GNATS. From: Joe Abley To: freebsd-gnats-submit@freebsd.org Cc: Subject: ports/25143 Date: Fri, 16 Feb 2001 13:37:57 -0500 The previous port for aggregate-1.1 contained assumed things about $PREFIX in the Makefile. I have added a small patch to fix this. Complete revised port follows. # 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: # # aggregate # aggregate/Makefile # aggregate/pkg-comment # aggregate/pkg-descr # aggregate/pkg-plist # aggregate/distinfo # aggregate/files # aggregate/files/patch-aa # echo c - aggregate mkdir -p aggregate > /dev/null 2>&1 echo x - aggregate/Makefile sed 's/^X//' >aggregate/Makefile << 'END-of-aggregate/Makefile' X# New ports collection makefile for: aggregate X# Date created: 16 Feb 2001 X# Whom: jabley X# X# $FreeBSD$ X# X XPORTNAME= aggregate XPORTVERSION= 1.1 XCATEGORIES= net XMASTER_SITES= http://www.mfnx.net/public/ X XMAINTAINER= jabley@automagic.org X XMAN1= aggregate.1 aggregate-ios.1 X X.include END-of-aggregate/Makefile echo x - aggregate/pkg-comment sed 's/^X//' >aggregate/pkg-comment << 'END-of-aggregate/pkg-comment' XOptimise a list of route prefixes to help make nice short filters END-of-aggregate/pkg-comment echo x - aggregate/pkg-descr sed 's/^X//' >aggregate/pkg-descr << 'END-of-aggregate/pkg-descr' Xakes a list of prefixes in conventional format on stdin, Xand performs two optimisations to attempt to reduce the Xlength of the prefix list. X XThe first optimisation is to remove any supplied prefixes Xwhich are supurfluous because they are already included in Xanother supplied prefix. For example, 203.97.2.0/24 would Xbe removed if 203.97.0.0/17 was also supplied. X XThe second optimisation identifies adjacent prefixes that Xcan be combined under a single, shorter-length prefix. For Xexample, 203.97.2.0/24 and 203.97.3.0/24 can be combined Xinto the single prefix 203.97.2.0/23. X X Xjabley@automagic.org END-of-aggregate/pkg-descr echo x - aggregate/pkg-plist sed 's/^X//' >aggregate/pkg-plist << 'END-of-aggregate/pkg-plist' Xbin/aggregate Xbin/aggregate-ios END-of-aggregate/pkg-plist echo x - aggregate/distinfo sed 's/^X//' >aggregate/distinfo << 'END-of-aggregate/distinfo' XMD5 (aggregate-1.1.tar.gz) = 6371136a8bef3f56da08c2a58c35f5ce END-of-aggregate/distinfo echo c - aggregate/files mkdir -p aggregate/files > /dev/null 2>&1 echo x - aggregate/files/patch-aa sed 's/^X//' >aggregate/files/patch-aa << 'END-of-aggregate/files/patch-aa' X--- aggregate-1.1/Makefile Fri Feb 16 11:31:55 2001 X+++ Makefile Fri Feb 16 13:27:38 2001 X@@ -27,9 +27,9 @@ X rm aggregate X X install: aggregate aggregate.1 X- install -c -g wheel -m 0755 -o root aggregate /usr/local/bin/ X- install -c -g wheel -m 0644 -o root aggregate.1 /usr/local/man/man1/ X- install -c -g wheel -m 0755 -o root aggregate-ios /usr/local/bin/ X- install -c -g wheel -m 0644 -o root aggregate-ios.1 /usr/local/man/man1/ X+ install -c -g wheel -m 0755 -o root aggregate ${PREFIX}/bin/ X+ install -c -g wheel -m 0644 -o root aggregate.1 ${PREFIX}/man/man1/ X+ install -c -g wheel -m 0755 -o root aggregate-ios ${PREFIX}/bin/ X+ install -c -g wheel -m 0644 -o root aggregate-ios.1 ${PREFIX}/man/man1/ X X aggregate: aggregate.c END-of-aggregate/files/patch-aa exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 10:50:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F34FC37B503 for ; Fri, 16 Feb 2001 10:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GIo0b46973; Fri, 16 Feb 2001 10:50:00 -0800 (PST) (envelope-from gnats) Received: from mail.tinkerbox.org (adsl-64-167-251-138.dsl.snfc21.pacbell.net [64.167.251.138]) by hub.freebsd.org (Postfix) with ESMTP id 2FE0B37B503 for ; Fri, 16 Feb 2001 10:48:17 -0800 (PST) Received: by mail.tinkerbox.org (Postfix, from userid 1001) id CC99E1978; Fri, 16 Feb 2001 10:48:06 -0800 (PST) Message-Id: <20010216184806.CC99E1978@mail.tinkerbox.org> Date: Fri, 16 Feb 2001 10:48:06 -0800 (PST) From: bruno@tinkerbox.org Reply-To: bruno@tinkerbox.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25145: new port of uisp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25145 >Category: ports >Synopsis: new port of uisp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 10:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: bruno >Release: FreeBSD 4.2-RELEASE i386 >Organization: tinkerbox.org >Environment: N/A >Description: atmel AVR microcontroller in-circuit programmer >How-To-Repeat: N/A >Fix: # 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: # # uisp # uisp/Makefile # uisp/files # uisp/files/patch-ae # uisp/files/patch-ad # uisp/files/patch-ac # uisp/files/patch-ab # uisp/files/patch-aa # uisp/files/patch-af # uisp/distinfo # uisp/pkg-comment # uisp/pkg-plist # uisp/pkg-descr # echo c - uisp mkdir -p uisp > /dev/null 2>&1 echo x - uisp/Makefile sed 's/^X//' >uisp/Makefile << 'END-of-uisp/Makefile' X# New ports collection makefile for: uisp X# Date created: 17 Feb 2001 X# Whom: Bruno Schwander X# X# $FreeBSD$ X# X XPORTNAME= uisp XPORTVERSION= 1.0b XPORTREVISION= 1 XCATEGORIES= devel XMASTER_SITES= http://medo.fov.uni-mb.si/mapp/uTools/ XEXTRACT_SUFX= .src.tar.gz X XMAINTAINER= ports@FreeBSD.org X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src X XUSE_GMAKE= yes X XPATCH-DIST-STRIP=-p1 X X.include END-of-uisp/Makefile echo c - uisp/files mkdir -p uisp/files > /dev/null 2>&1 echo x - uisp/files/patch-ae sed 's/^X//' >uisp/files/patch-ae << 'END-of-uisp/files/patch-ae' Xdiff -urN src.old/linux_serial_reg.h src/linux_serial_reg.h X--- src.old/linux_serial_reg.h Thu Jan 1 00:00:00 1970 X+++ src/linux_serial_reg.h Fri Feb 16 20:04:51 2001 X@@ -0,0 +1,144 @@ X+/* X+ * include/linux/serial_reg.h X+ * X+ * Copyright (C) 1992, 1994 by Theodore Ts'o. X+ * X+ * Redistribution of this file is permitted under the terms of the GNU X+ * Public License (GPL) X+ * X+ * These are the UART port assignments, expressed as offsets from the base X+ * register. These assignments should hold for any serial port based on X+ * a 8250, 16450, or 16550(A). X+ */ X+ X+#ifndef _LINUX_SERIAL_REG_H X+#define _LINUX_SERIAL_REG_H X+ X+#define UART_RX 0 /* In: Receive buffer (DLAB=0) */ X+#define UART_TX 0 /* Out: Transmit buffer (DLAB=0) */ X+#define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ X+#define UART_DLM 1 /* Out: Divisor Latch High (DLAB=1) */ X+#define UART_IER 1 /* Out: Interrupt Enable Register */ X+#define UART_IIR 2 /* In: Interrupt ID Register */ X+#define UART_FCR 2 /* Out: FIFO Control Register */ X+#define UART_EFR 2 /* I/O: Extended Features Register */ X+ /* (DLAB=1, 16C660 only) */ X+#define UART_LCR 3 /* Out: Line Control Register */ X+#define UART_MCR 4 /* Out: Modem Control Register */ X+#define UART_LSR 5 /* In: Line Status Register */ X+#define UART_MSR 6 /* In: Modem Status Register */ X+#define UART_SCR 7 /* I/O: Scratch Register */ X+ X+/* X+ * These are the definitions for the FIFO Control Register X+ * (16650 only) X+ */ X+#define UART_FCR_ENABLE_FIFO 0x01 /* Enable the FIFO */ X+#define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */ X+#define UART_FCR_CLEAR_XMIT 0x04 /* Clear the XMIT FIFO */ X+#define UART_FCR_DMA_SELECT 0x08 /* For DMA applications */ X+#define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */ X+#define UART_FCR_TRIGGER_1 0x00 /* Mask for trigger set at 1 */ X+#define UART_FCR_TRIGGER_4 0x40 /* Mask for trigger set at 4 */ X+#define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ X+#define UART_FCR_TRIGGER_14 0xC0 /* Mask for trigger set at 14 */ X+/* 16650 redefinitions */ X+#define UART_FCR6_R_TRIGGER_8 0x00 /* Mask for receive trigger set at 1 */ X+#define UART_FCR6_R_TRIGGER_16 0x40 /* Mask for receive trigger set at 4 */ X+#define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */ X+#define UART_FCR6_R_TRIGGER_28 0xC0 /* Mask for receive trigger set at 14 */ X+#define UART_FCR6_T_TRIGGER_16 0x00 /* Mask for transmit trigger set at 16 */ X+#define UART_FCR6_T_TRIGGER_8 0x10 /* Mask for transmit trigger set at 8 */ X+#define UART_FCR6_T_TRIGGER_24 0x20 /* Mask for transmit trigger set at 24 */ X+#define UART_FCR6_T_TRIGGER_30 0x30 /* Mask for transmit trigger set at 30 */ X+/* TI 16750 definitions */ X+#define UART_FCR7_64BYTE 0x20 /* Go into 64 byte mode */ X+ X+/* X+ * These are the definitions for the Line Control Register X+ * X+ * Note: if the word length is 5 bits (UART_LCR_WLEN5), then setting X+ * UART_LCR_STOP will select 1.5 stop bits, not 2 stop bits. X+ */ X+#define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ X+#define UART_LCR_SBC 0x40 /* Set break control */ X+#define UART_LCR_SPAR 0x20 /* Stick parity (?) */ X+#define UART_LCR_EPAR 0x10 /* Even parity select */ X+#define UART_LCR_PARITY 0x08 /* Parity Enable */ X+#define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */ X+#define UART_LCR_WLEN5 0x00 /* Wordlength: 5 bits */ X+#define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */ X+#define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */ X+#define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ X+ X+/* X+ * These are the definitions for the Line Status Register X+ */ X+#define UART_LSR_TEMT 0x40 /* Transmitter empty */ X+#define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ X+#define UART_LSR_BI 0x10 /* Break interrupt indicator */ X+#define UART_LSR_FE 0x08 /* Frame error indicator */ X+#define UART_LSR_PE 0x04 /* Parity error indicator */ X+#define UART_LSR_OE 0x02 /* Overrun error indicator */ X+#define UART_LSR_DR 0x01 /* Receiver data ready */ X+ X+/* X+ * These are the definitions for the Interrupt Identification Register X+ */ X+#define UART_IIR_NO_INT 0x01 /* No interrupts pending */ X+#define UART_IIR_ID 0x06 /* Mask for the interrupt ID */ X+ X+#define UART_IIR_MSI 0x00 /* Modem status interrupt */ X+#define UART_IIR_THRI 0x02 /* Transmitter holding register empty */ X+#define UART_IIR_RDI 0x04 /* Receiver data interrupt */ X+#define UART_IIR_RLSI 0x06 /* Receiver line status interrupt */ X+ X+/* X+ * These are the definitions for the Interrupt Enable Register X+ */ X+#define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ X+#define UART_IER_RLSI 0x04 /* Enable receiver line status interrupt */ X+#define UART_IER_THRI 0x02 /* Enable Transmitter holding register int. */ X+#define UART_IER_RDI 0x01 /* Enable receiver data interrupt */ X+/* X+ * Sleep mode for ST16650 and TI16750. X+ * Note that for 16650, EFR-bit 4 must be selected as well. X+ */ X+#define UART_IERX_SLEEP 0x10 /* Enable sleep mode */ X+ X+/* X+ * These are the definitions for the Modem Control Register X+ */ X+#define UART_MCR_LOOP 0x10 /* Enable loopback test mode */ X+#define UART_MCR_OUT2 0x08 /* Out2 complement */ X+#define UART_MCR_OUT1 0x04 /* Out1 complement */ X+#define UART_MCR_RTS 0x02 /* RTS complement */ X+#define UART_MCR_DTR 0x01 /* DTR complement */ X+ X+/* X+ * These are the definitions for the Modem Status Register X+ */ X+#define UART_MSR_DCD 0x80 /* Data Carrier Detect */ X+#define UART_MSR_RI 0x40 /* Ring Indicator */ X+#define UART_MSR_DSR 0x20 /* Data Set Ready */ X+#define UART_MSR_CTS 0x10 /* Clear to Send */ X+#define UART_MSR_DDCD 0x08 /* Delta DCD */ X+#define UART_MSR_TERI 0x04 /* Trailing edge ring indicator */ X+#define UART_MSR_DDSR 0x02 /* Delta DSR */ X+#define UART_MSR_DCTS 0x01 /* Delta CTS */ X+#define UART_MSR_ANY_DELTA 0x0F /* Any of the delta bits! */ X+ X+/* X+ * These are the definitions for the Extended Features Register X+ * (StarTech 16C660 only, when DLAB=1) X+ */ X+#define UART_EFR_CTS 0x80 /* CTS flow control */ X+#define UART_EFR_RTS 0x40 /* RTS flow control */ X+#define UART_EFR_SCD 0x20 /* Special character detect */ X+#define UART_EFR_ECB 0x10 /* Enhanced control bit */ X+/* X+ * the low four bits control software flow control X+ */ X+ X+#endif /* _LINUX_SERIAL_REG_H */ X+ END-of-uisp/files/patch-ae echo x - uisp/files/patch-ad sed 's/^X//' >uisp/files/patch-ad << 'END-of-uisp/files/patch-ad' Xdiff -urN src.old/linux_lp.h src/linux_lp.h X--- src.old/linux_lp.h Thu Jan 1 00:00:00 1970 X+++ src/linux_lp.h Fri Feb 16 19:44:52 2001 X@@ -0,0 +1,188 @@ X+#ifndef _LINUX_LP_H X+#define _LINUX_LP_H X+ X+/* X+ * usr/include/linux/lp.h c.1991-1992 James Wiegand X+ * many modifications copyright (C) 1992 Michael K. Johnson X+ * Interrupt support added 1993 Nigel Gamble X+ */ X+ X+/* X+ * Per POSIX guidelines, this module reserves the LP and lp prefixes X+ * These are the lp_table[minor].flags flags... X+ */ X+#define LP_EXIST 0x0001 X+#define LP_SELEC 0x0002 X+#define LP_BUSY 0x0004 X+#define LP_BUSY_BIT_POS 2 X+#define LP_OFFL 0x0008 X+#define LP_NOPA 0x0010 X+#define LP_ERR 0x0020 X+#define LP_ABORT 0x0040 X+#define LP_CAREFUL 0x0080 /* obsoleted -arca */ X+#define LP_ABORTOPEN 0x0100 X+#define LP_TRUST_IRQ 0x0200 X+ X+/* timeout for each character. This is relative to bus cycles -- it X+ * is the count in a busy loop. THIS IS THE VALUE TO CHANGE if you X+ * have extremely slow printing, or if the machine seems to slow down X+ * a lot when you print. If you have slow printing, increase this X+ * number and recompile, and if your system gets bogged down, decrease X+ * this number. This can be changed with the tunelp(8) command as well. X+ */ X+ X+#define LP_INIT_CHAR 1000 X+ X+/* The parallel port specs apparently say that there needs to be X+ * a .5usec wait before and after the strobe. X+ */ X+ X+#define LP_INIT_WAIT 1 X+ X+/* This is the amount of time that the driver waits for the printer to X+ * catch up when the printer's buffer appears to be filled. If you X+ * want to tune this and have a fast printer (i.e. HPIIIP), decrease X+ * this number, and if you have a slow printer, increase this number. X+ * This is in hundredths of a second, the default 2 being .05 second. X+ * Or use the tunelp(8) command, which is especially nice if you want X+ * change back and forth between character and graphics printing, which X+ * are wildly different... X+ */ X+ X+#define LP_INIT_TIME 2 X+ X+/* IOCTL numbers */ X+#define LPCHAR 0x0601 /* corresponds to LP_INIT_CHAR */ X+#define LPTIME 0x0602 /* corresponds to LP_INIT_TIME */ X+#define LPABORT 0x0604 /* call with TRUE arg to abort on error, X+ FALSE to retry. Default is retry. */ X+#define LPSETIRQ 0x0605 /* call with new IRQ number, X+ or 0 for polling (no IRQ) */ X+#define LPGETIRQ 0x0606 /* get the current IRQ number */ X+#define LPWAIT 0x0608 /* corresponds to LP_INIT_WAIT */ X+/* NOTE: LPCAREFUL is obsoleted and it' s always the default right now -arca */ X+#define LPCAREFUL 0x0609 /* call with TRUE arg to require out-of-paper, off- X+ line, and error indicators good on all writes, X+ FALSE to ignore them. Default is ignore. */ X+#define LPABORTOPEN 0x060a /* call with TRUE arg to abort open() on error, X+ FALSE to ignore error. Default is ignore. */ X+#define LPGETSTATUS 0x060b /* return LP_S(minor) */ X+#define LPRESET 0x060c /* reset printer */ X+#ifdef LP_STATS X+#define LPGETSTATS 0x060d /* get statistics (struct lp_stats) */ X+#endif X+#define LPGETFLAGS 0x060e /* get status flags */ X+#define LPTRUSTIRQ 0x060f /* set/unset the LP_TRUST_IRQ flag */ X+ X+/* timeout for printk'ing a timeout, in jiffies (100ths of a second). X+ This is also used for re-checking error conditions if LP_ABORT is X+ not set. This is the default behavior. */ X+ X+#define LP_TIMEOUT_INTERRUPT (60 * HZ) X+#define LP_TIMEOUT_POLLED (10 * HZ) X+ X+#ifdef __KERNEL__ X+ X+/* Magic numbers for defining port-device mappings */ X+#define LP_PARPORT_UNSPEC -4 X+#define LP_PARPORT_AUTO -3 X+#define LP_PARPORT_OFF -2 X+#define LP_PARPORT_NONE -1 X+ X+#define LP_F(minor) lp_table[(minor)].flags /* flags for busy, etc. */ X+#define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */ X+#define LP_TIME(minor) lp_table[(minor)].time /* wait time */ X+#define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ X+#define LP_IRQ(minor) lp_table[(minor)].dev->port->irq /* interrupt # */ X+ /* PARPORT_IRQ_NONE means polled */ X+#ifdef LP_STATS X+#define LP_STAT(minor) lp_table[(minor)].stats /* statistics area */ X+#endif X+#define LP_BUFFER_SIZE 256 X+ X+#define LP_BASE(x) lp_table[(x)].dev->port->base X+ X+#ifdef LP_STATS X+struct lp_stats { X+ unsigned long chars; X+ unsigned long sleeps; X+ unsigned int maxrun; X+ unsigned int maxwait; X+ unsigned int meanwait; X+ unsigned int mdev; X+}; X+#endif X+ X+struct lp_struct { X+ struct pardevice *dev; X+ unsigned long flags; X+ unsigned int chars; X+ unsigned int time; X+ unsigned int wait; X+ char *lp_buffer; X+#ifdef LP_STATS X+ unsigned int lastcall; X+ unsigned int runchars; X+ struct lp_stats stats; X+#endif X+ struct wait_queue *wait_q; X+ unsigned int last_error; X+ volatile unsigned int irq_detected:1; X+ volatile unsigned int irq_missed:1; X+}; X+ X+/* X+ * The following constants describe the various signals of the printer port X+ * hardware. Note that the hardware inverts some signals and that some X+ * signals are active low. An example is LP_STROBE, which must be programmed X+ * with 1 for being active and 0 for being inactive, because the strobe signal X+ * gets inverted, but it is also active low. X+ */ X+ X+/* X+ * bit defines for 8255 status port X+ * base + 1 X+ * accessed with LP_S(minor), which gets the byte... X+ */ X+#define LP_PBUSY 0x80 /* inverted input, active high */ X+#define LP_PACK 0x40 /* unchanged input, active low */ X+#define LP_POUTPA 0x20 /* unchanged input, active high */ X+#define LP_PSELECD 0x10 /* unchanged input, active high */ X+#define LP_PERRORP 0x08 /* unchanged input, active low */ X+ X+/* X+ * defines for 8255 control port X+ * base + 2 X+ * accessed with LP_C(minor) X+ */ X+#define LP_PINTEN 0x10 /* high to read data in or-ed with data out */ X+#define LP_PSELECP 0x08 /* inverted output, active low */ X+#define LP_PINITP 0x04 /* unchanged output, active low */ X+#define LP_PAUTOLF 0x02 /* inverted output, active low */ X+#define LP_PSTROBE 0x01 /* short high output on raising edge */ X+ X+/* X+ * the value written to ports to test existence. PC-style ports will X+ * return the value written. AT-style ports will return 0. so why not X+ * make them the same ? X+ */ X+#define LP_DUMMY 0x00 X+ X+/* X+ * This is the port delay time, in microseconds. X+ * It is used only in the lp_init() and lp_reset() routine. X+ */ X+#define LP_DELAY 50 X+ X+#define LP_POLLED(minor) (lp_table[(minor)].dev->port->irq == PARPORT_IRQ_NONE) X+#define LP_PREEMPTED(minor) (lp_table[(minor)].dev->port->waithead != NULL) X+ X+/* X+ * function prototypes X+ */ X+ X+extern int lp_init(void); X+ X+#endif X+ X+#endif END-of-uisp/files/patch-ad echo x - uisp/files/patch-ac sed 's/^X//' >uisp/files/patch-ac << 'END-of-uisp/files/patch-ac' Xdiff -urN src.old/Serial.C src/Serial.C X--- src.old/Serial.C Tue Aug 29 17:08:28 2000 X+++ src/Serial.C Fri Feb 16 19:33:18 2001 X@@ -10,7 +10,11 @@ X #include X #include X #include X+#if defined (__FreeBSD__) X+#include X+#else X #include X+#endif X #include X #include "Global.h" X #include "Serial.h" END-of-uisp/files/patch-ac echo x - uisp/files/patch-ab sed 's/^X//' >uisp/files/patch-ab << 'END-of-uisp/files/patch-ab' Xdiff -urN src.old/DAPA.h src/DAPA.h X--- src.old/DAPA.h Tue Aug 29 17:08:28 2000 X+++ src/DAPA.h Fri Feb 16 19:58:33 2001 X@@ -12,7 +12,9 @@ X #include X #include X #include X+#if !defined (__FreeBSD__) X #include X+#endif X #include "Error.h" X X class TDAPA { END-of-uisp/files/patch-ab echo x - uisp/files/patch-aa sed 's/^X//' >uisp/files/patch-aa << 'END-of-uisp/files/patch-aa' Xdiff -urN src.old/DAPA.C src/DAPA.C X--- src.old/DAPA.C Tue Aug 29 17:08:28 2000 X+++ src/DAPA.C Fri Feb 16 20:57:23 2001 X@@ -20,6 +20,7 @@ X X #include X #include X+#if !defined (__FreeBSD__) X #include X X /* sys/io.h is the correct file. If your system doesn't have that X@@ -35,8 +36,20 @@ X #endif X */ X #include "io_uisp.h" X+#endif X X #include X+ X+#if defined(__FreeBSD__) X+#define __KERNEL__ X+#define LP_STATS X+#include "linux_lp.h" X+#undef __KERNEL__ X+#undef LP_STATS X+#include "linux_serial_reg.h" X+#endif X+ X+#if !defined (__FreeBSD__) X #ifdef DIRTYHACK X #define __KERNEL__ X #endif X@@ -44,6 +57,14 @@ X #ifdef DIRTYHACK X #undef __KERNEL__ X #endif X+#else X+#include X+#include X+#include X+#define ioperm i386_set_ioperm X+#define _outb(a,b) outb(b,a) X+#endif X+ X #include X #include X #include "Global.h" X@@ -133,51 +154,51 @@ X void TDAPA::Reset(){ X switch(pa_type){ X case PAT_DAPA: X- outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X- outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X+ _outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X usleep(1000); X- outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X break; X X case PAT_DASA: X- outb(UART_LCR_WLEN8 | UART_LCR_SBC, UART_LCR+BASE); /* select IER and FCR */ X- outb(UART_MCR_DTR | UART_MCR_RTS, UART_MCR+BASE); /* enable port, no int. */ X- outb(0, UART_IER+BASE); /* disable int */ X- outb(UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT, UART_FCR+BASE); /* disable fifo */ X+ _outb(UART_LCR_WLEN8 | UART_LCR_SBC, UART_LCR+BASE); /* select IER and FCR */ X+ _outb(UART_MCR_DTR | UART_MCR_RTS, UART_MCR+BASE); /* enable port, no int. */ X+ _outb(0, UART_IER+BASE); /* disable int */ X+ _outb(UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT, UART_FCR+BASE); /* disable fifo */ X inb(UART_LSR+BASE); /* read int flags to clear them for good */ X inb(UART_RX+BASE); /* read int flags to clear them for good */ X inb(UART_IIR+BASE); /* read int flags to clear them for good */ X inb(UART_MSR+BASE); /* read int flags to clear them for good */ X usleep(100000); /* clk = sck = reset = 1 */ X- outb(0, UART_LCR+BASE); usleep(1000); /* clk = 0, sck = 1, reset = 1 */ X- outb(DASA_RESET, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 1 */ X- outb(0, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 0 */ X+ _outb(0, UART_LCR+BASE); usleep(1000); /* clk = 0, sck = 1, reset = 1 */ X+ _outb(DASA_RESET, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 1 */ X+ _outb(0, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 0 */ X break; X X case PAT_STK200: X- outb(STK2_ENA1 | STK2_ENA2, BASE); /* leave MCU */ X+ _outb(STK2_ENA1 | STK2_ENA2, BASE); /* leave MCU */ X usleep(30000); X- outb(STK2_ENA2, BASE); usleep(1000); /* sck = Z, reset = 0 */ X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X- outb(STK2_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(STK2_ENA2, BASE); usleep(1000); /* sck = Z, reset = 0 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(STK2_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X break; X X case PAT_ABB: X- outb(0,BASE+2); usleep(30000); /* leave MCU */ X- outb(0,BASE); /* reset=sck=0 */ X- outb(ABB_EN,BASE+2); usleep(30000); /* enable 244 driver */ X- outb(ABB_RESET,BASE); usleep(30000); /* reset=1 */ X- outb(0,BASE); usleep(30000); /* reset=0*/ X+ _outb(0,BASE+2); usleep(30000); /* leave MCU */ X+ _outb(0,BASE); /* reset=sck=0 */ X+ _outb(ABB_EN,BASE+2); usleep(30000); /* enable 244 driver */ X+ _outb(ABB_RESET,BASE); usleep(30000); /* reset=1 */ X+ _outb(0,BASE); usleep(30000); /* reset=0*/ X // fprintf(stderr, "quiting ... test\n"); exit(1); X break; X X case PAT_AVRISP: X- outb(AVRISP_ENA, BASE); /* leave MCU */ X+ _outb(AVRISP_ENA, BASE); /* leave MCU */ X usleep(30000); X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X- outb(AVRISP_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(AVRISP_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X break; X X } X@@ -188,7 +209,7 @@ X void TDAPA::JustReset(){ X switch(pa_type){ X case PAT_DAPA: X- outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X+ _outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X break; X X case PAT_DASA: X@@ -196,16 +217,16 @@ X break; X X case PAT_STK200: X- outb(STK2_ENA2 | STK2_RESET, BASE); /* sck = Z, reset = 1 */ X+ _outb(STK2_ENA2 | STK2_RESET, BASE); /* sck = Z, reset = 1 */ X break; X X case PAT_ABB: X- outb(ABB_EN,BASE+2); /* enable 244 driver */ X- outb(ABB_RESET,BASE); /* reset=1 */ X+ _outb(ABB_EN,BASE+2); /* enable 244 driver */ X+ _outb(ABB_RESET,BASE); /* reset=1 */ X break; X X case PAT_AVRISP: X- outb(AVRISP_ENA | AVRISP_RESET, BASE); /* Leave MCU, reset = 1 */ X+ _outb(AVRISP_ENA | AVRISP_RESET, BASE); /* Leave MCU, reset = 1 */ X break; X } X usleep(20000); X@@ -214,28 +235,28 @@ X void TDAPA::SCKtoRetryEnable(){ X switch(pa_type){ X case PAT_DAPA: X- outb(0, BASE+2); BigDelay(); X- outb(DAPA_SCK, BASE+2); BigDelay(); X+ _outb(0, BASE+2); BigDelay(); X+ _outb(DAPA_SCK, BASE+2); BigDelay(); X break; X X case PAT_DASA: X- outb (DASA_SCK, UART_MCR+BASE); BigDelay (); /* sck = 1 */ X- outb (0, UART_MCR+BASE); BigDelay (); /* sck = 0 */ X+ _outb (DASA_SCK, UART_MCR+BASE); BigDelay (); /* sck = 1 */ X+ _outb (0, UART_MCR+BASE); BigDelay (); /* sck = 0 */ X break; X X case PAT_STK200: X- outb(STK2_SCK, BASE); BigDelay(); /* sck = 1 */ X- outb(0, BASE); BigDelay(); /* sck = 0 */ X+ _outb(STK2_SCK, BASE); BigDelay(); /* sck = 1 */ X+ _outb(0, BASE); BigDelay(); /* sck = 0 */ X break; X X case PAT_ABB: X- outb(ABB_SCK, BASE); BigDelay(); X- outb(0, BASE); BigDelay(); X+ _outb(ABB_SCK, BASE); BigDelay(); X+ _outb(0, BASE); BigDelay(); X break; X X case PAT_AVRISP: X- outb(AVRISP_SCK, BASE); BigDelay(); /* sck = 1 */ X- outb(0, BASE); BigDelay(); /* sck = 0 */ X+ _outb(AVRISP_SCK, BASE); BigDelay(); /* sck = 1 */ X+ _outb(0, BASE); BigDelay(); /* sck = 0 */ X break; X } X } X@@ -246,56 +267,56 @@ X for (i=0, mask = 0x80; i<8; i++, mask >>= 1){ X switch(pa_type){ X case PAT_DAPA: X- outb(b & mask ? DAPA_DOUT : 0, BASE); BigDelay(); X- outb(0, BASE+2); BigDelay (); X+ _outb(b & mask ? DAPA_DOUT : 0, BASE); BigDelay(); X+ _outb(0, BASE+2); BigDelay (); X if (!(inb (BASE+1) & DAPA_DIN)){received |= mask;} X- outb(DAPA_SCK, BASE+2); BigDelay(); X+ _outb(DAPA_SCK, BASE+2); BigDelay(); X break; X X case PAT_DASA: X- outb((b & mask) ? DASA_MOSI : 0, UART_LCR+BASE); /* send data bit, sck = 0 */ X- outb(DASA_SCK, UART_MCR+BASE); /* send data bit, sck = 1 */ X+ _outb((b & mask) ? DASA_MOSI : 0, UART_LCR+BASE); /* send data bit, sck = 0 */ X+ _outb(DASA_SCK, UART_MCR+BASE); /* send data bit, sck = 1 */ X if(longsck > -2) X BigDelay(); X if(i == 0 && longsck > 5) usleep(longsck); /* allow recharging of the capacitor */ X if (inb(UART_MSR+BASE) & DASA_MISO){received |= mask;} /* read data bit */ X- outb(0, UART_MCR+BASE); /* send data bit, sck = 0 */ X- outb(DASA_MOSI, UART_LCR+BASE); /* power it up */ X+ _outb(0, UART_MCR+BASE); /* send data bit, sck = 0 */ X+ _outb(DASA_MOSI, UART_LCR+BASE); /* power it up */ X if(longsck > -1) X BigDelay(); X break; X X case PAT_STK200: X- outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X if (inb(BASE + 1) & STK2_DIN){received |= mask;} /* read data bit */ X /* send data bit, sck = 1 */ X- outb(STK2_SCK | ((b & mask) ? STK2_DOUT : 0), BASE); X+ _outb(STK2_SCK | ((b & mask) ? STK2_DOUT : 0), BASE); X BigDelay(); X- outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X break; X X case PAT_ABB: X- outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X if (!(inb(BASE + 1) & ABB_DIN)){received |= mask;} /* read data bit */ X /* send data bit, sck = 1 */ X- outb(ABB_SCK | ((b & mask) ? ABB_DOUT : 0), BASE); X+ _outb(ABB_SCK | ((b & mask) ? ABB_DOUT : 0), BASE); X BigDelay(); X- outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X break; X X case PAT_AVRISP: X- outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X if (inb(BASE + 1) & AVRISP_DIN){received |= mask;} /* read data bit */ X /* send data bit, sck = 1 */ X X- outb(AVRISP_SCK | ((b & mask) ? AVRISP_DOUT : 0), BASE); X+ _outb(AVRISP_SCK | ((b & mask) ? AVRISP_DOUT : 0), BASE); X BigDelay(); X- outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X break; X } X@@ -397,9 +418,9 @@ X if (pa_type == PAT_AVRISP) { /* Check if dongle is present */ X unsigned char avrisp_present=1; X X- outb(AVRISP_DNG_OUT | AVRISP_ENA, BASE); X+ _outb(AVRISP_DNG_OUT | AVRISP_ENA, BASE); X if (!(inb(BASE+1)&AVRISP_DNG_IN)) avrisp_present=0; X- outb(AVRISP_ENA, BASE); X+ _outb(AVRISP_ENA, BASE); X if (inb(BASE+1)&AVRISP_DNG_IN) avrisp_present=0; X if (!(inb(BASE+1)&AVRISP_DNG_IN1)) avrisp_present=0; X if (!avrisp_present) { X@@ -410,12 +431,12 @@ X X TDAPA::~TDAPA(){ X switch(pa_type){ X- case PAT_DAPA: outb(DAPA_SCK | DAPA_RESET, BASE+2); break; X- case PAT_DASA: outb(DASA_RESET | DASA_SCK, UART_MCR+BASE); X- outb(DASA_MOSI, UART_LCR+BASE); break; X- case PAT_STK200: outb(STK2_ENA1 | STK2_ENA2 | STK2_RESET, BASE); break; X- case PAT_ABB: outb(0, BASE+2); outb(ABB_RESET, BASE); break; X- case PAT_AVRISP: outb(AVRISP_ENA | AVRISP_RESET, BASE); break; X+ case PAT_DAPA: _outb(DAPA_SCK | DAPA_RESET, BASE+2); break; X+ case PAT_DASA: _outb(DASA_RESET | DASA_SCK, UART_MCR+BASE); X+ _outb(DASA_MOSI, UART_LCR+BASE); break; X+ case PAT_STK200: _outb(STK2_ENA1 | STK2_ENA2 | STK2_RESET, BASE); break; X+ case PAT_ABB: _outb(0, BASE+2); _outb(ABB_RESET, BASE); break; X+ case PAT_AVRISP: _outb(AVRISP_ENA | AVRISP_RESET, BASE); break; X } X } END-of-uisp/files/patch-aa echo x - uisp/files/patch-af sed 's/^X//' >uisp/files/patch-af << 'END-of-uisp/files/patch-af' X--- Makefile.orig Sat Feb 17 09:32:42 2001 X+++ Makefile Sat Feb 17 09:30:12 2001 X@@ -0,0 +1,11 @@ X+all: X+ $(MAKE) -C src all X+ X+clean: X+ $(MAKE) -C src clean X+ X+install: X+ $(MAKE) -C src install X+ X+ X+ END-of-uisp/files/patch-af echo x - uisp/distinfo sed 's/^X//' >uisp/distinfo << 'END-of-uisp/distinfo' XMD5 (uisp-1.0b.src.tar.gz) = 3945498181030e6c000f705ac53b920f END-of-uisp/distinfo echo x - uisp/pkg-comment sed 's/^X//' >uisp/pkg-comment << 'END-of-uisp/pkg-comment' XA versatile programmer for atmel AVR microcontrollers END-of-uisp/pkg-comment echo x - uisp/pkg-plist sed 's/^X//' >uisp/pkg-plist << 'END-of-uisp/pkg-plist' Xbin/uispEND-of-uisp/pkg-plist echo x - uisp/pkg-descr sed 's/^X//' >uisp/pkg-descr << 'END-of-uisp/pkg-descr' XThis is aport of uisp, a tool to program an atmel AVR microcontroller Xthrough your parallel or serial port. Several programming hardware are Xsupported, the only one I have tested and the simplest one (no component) Xis the in-circuit parallel programmer. Schematics are available online. X XWWW: http://medo.fov.uni-mb.si/mapp/uTools/index.html X X- Bruno X Xbruno@tinkerbox.org END-of-uisp/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 11:11:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from forrie.net (forrie.net [216.67.14.69]) by hub.freebsd.org (Postfix) with ESMTP id 9F95C37B4EC for ; Fri, 16 Feb 2001 11:11:23 -0800 (PST) Received: from boom.forrie.com (forrie.ne.mediaone.net [24.147.132.133]) by forrie.net with id f1GJBLl60124 for ; Fri, 16 Feb 2001 14:11:22 -0500 (EST) Message-Id: <5.0.2.1.2.20010216141041.00a7d670@216.67.14.69> X-Sender: forrie@216.67.14.69 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 16 Feb 2001 14:11:03 -0500 To: freebsd-ports@freebsd.org From: Forrest Aldrich Subject: Emptool? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone ported the EMPEG emptool software to FreeBSD? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 13: 6: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from linux.purenetfx.com (linux.purenetfx.com [207.179.24.34]) by hub.freebsd.org (Postfix) with ESMTP id 08BBC37B4EC for ; Fri, 16 Feb 2001 13:06:03 -0800 (PST) Received: from picard ([207.179.24.38]) by linux.purenetfx.com (8.9.3/8.8.7) with SMTP id OAA19853; Fri, 16 Feb 2001 14:05:57 -0700 Message-ID: <005a01c0985c$44526e80$2618b3cf@picard> From: "Brian T. Allen" To: Cc: Subject: FreeBSD Port: apache+mod_ssl-1.3.17+2.8.0 Date: Fri, 16 Feb 2001 14:06:00 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I tried to install apache+mod_ssl-1.3.17+2.8.0, after downloading apache13-modssl.tar from the FreeBSD web site, and it appears that half of it is looking for apache 1.3.17 and half is looking for apache 1.3.12. I just clicked the download button from http://www.freebsd.org/cgi/ports.cgi?query=apache&stype=all&release=4.1-STAB LE%2Fi386 for apache+mod_ssl-1.3.17+2.8.0 and extracted the contents to /usr/ports/www/apache13-modssl, then ran make. Is there an error in the package, or am I doing something wrong? Also, I am new to FreeBSD, but I am coming from a linux background. If the answer to all of this lies in some FAQ, I would be happy to read it if pointed in the right direction. Thanks, Brian Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 13:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A70E337B67D for ; Fri, 16 Feb 2001 13:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLU1p72095; Fri, 16 Feb 2001 13:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8827937B401 for ; Fri, 16 Feb 2001 13:24:51 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLOpJ71710; Fri, 16 Feb 2001 13:24:51 -0800 (PST) (envelope-from nobody) Message-Id: <200102162124.f1GLOpJ71710@freefall.freebsd.org> Date: Fri, 16 Feb 2001 13:24:51 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25148: Update port: graphics/gifsicle to 1.25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25148 >Category: ports >Synopsis: Update port: graphics/gifsicle to 1.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.25 No response from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gifsicle/Makefile graphics/gifsicle/Makefile --- /usr/ports/graphics/gifsicle/Makefile Tue Dec 19 22:16:52 2000 +++ graphics/gifsicle/Makefile Wed Feb 14 23:02:14 2001 @@ -6,7 +6,7 @@ # PORTNAME= gifsicle -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -23,7 +23,7 @@ post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/gifsicle + @${MKDIR} ${PREFIX}/share/doc/gifsicle ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle .endif diff -urN /usr/ports/graphics/gifsicle/distinfo graphics/gifsicle/distinfo --- /usr/ports/graphics/gifsicle/distinfo Tue Dec 19 22:16:52 2000 +++ graphics/gifsicle/distinfo Wed Feb 14 23:05:06 2001 @@ -1 +1 @@ -MD5 (gifsicle-1.23.tar.gz) = 9196038c5f42e7594d62d52cf67c7724 +MD5 (gifsicle-1.25.tar.gz) = 945f38b108846ed4c5c03198db15b76f diff -urN /usr/ports/graphics/gifsicle/pkg-plist graphics/gifsicle/pkg-plist --- /usr/ports/graphics/gifsicle/pkg-plist Wed Jun 7 16:56:52 2000 +++ graphics/gifsicle/pkg-plist Tue Feb 13 23:59:02 2001 @@ -1,5 +1,5 @@ bin/gifdiff bin/gifsicle bin/gifview -share/doc/gifsicle/README -@dirrm share/doc/gifsicle +%%PORTDOCS%%share/doc/gifsicle/README +%%PORTDOCS%%@dirrm share/doc/gifsicle >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 13:30:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C721237B698 for ; Fri, 16 Feb 2001 13:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLU1l72104; Fri, 16 Feb 2001 13:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5831A37B4EC for ; Fri, 16 Feb 2001 13:25:36 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLPaN71826; Fri, 16 Feb 2001 13:25:36 -0800 (PST) (envelope-from nobody) Message-Id: <200102162125.f1GLPaN71826@freefall.freebsd.org> Date: Fri, 16 Feb 2001 13:25:36 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25149: Update port: security/libmcrypt to 2.4.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25149 >Category: ports >Synopsis: Update port: security/libmcrypt to 2.4.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.4.9 New file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/security/libmcrypt/Makefile security/libmcrypt/Makefile --- /usr/ports/security/libmcrypt/Makefile Thu Jan 4 14:13:49 2001 +++ security/libmcrypt/Makefile Sat Feb 17 03:46:26 2001 @@ -6,20 +6,22 @@ # PORTNAME= libmcrypt -PORTVERSION= 2.2.7 +PORTVERSION= 2.4.9 CATEGORIES= security -MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ - ftp://argeas.cs-net.gr/pub/unix/mcrypt/old/ \ - ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ +MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool + +RESTRICTED= "yes - cryptography" -INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --disable-posix-threads +LIBTOOLFLAGS= # empty +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes MAN3= mcrypt.3 - -RESTRICTED= "yes - cryptography" .include diff -urN /usr/ports/security/libmcrypt/distinfo security/libmcrypt/distinfo --- /usr/ports/security/libmcrypt/distinfo Thu Jan 4 14:13:50 2001 +++ security/libmcrypt/distinfo Wed Feb 7 02:15:23 2001 @@ -1 +1 @@ -MD5 (libmcrypt-2.2.7.tar.gz) = c939776b7d0168f02fc82049aa6e938f +MD5 (libmcrypt-2.4.9.tar.gz) = 9721e80b7db85133585a64e649fcd51f diff -urN /usr/ports/security/libmcrypt/files/patch-aa security/libmcrypt/files/patch-aa --- /usr/ports/security/libmcrypt/files/patch-aa Thu Jan 1 09:00:00 1970 +++ security/libmcrypt/files/patch-aa Sat Feb 17 04:20:04 2001 @@ -0,0 +1,17 @@ +--- lib/Makefile.in.orig Thu Feb 1 21:36:23 2001 ++++ lib/Makefile.in Fri Feb 16 05:55:45 2001 +@@ -87,12 +87,12 @@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-DEFS = @DEFS@ -DLIBDIR=\"$(libdir)/@PACKAGE@/\" -I. -I.. ++DEFS = @DEFS@ -DLIBDIR=\"$(libdir)/@PACKAGE@/\" -I. -I.. $(INCLLTDL) + include_HEADERS = mcrypt.h + EXTRA_DIST = libdefs.h mcrypt.h bzero.h xmemory.h mcrypt_modules.h mcrypt_internal.h libmcrypt.sym win32_comp.h + lib_LTLIBRARIES = libmcrypt.la + libmcrypt_la_SOURCES = mcrypt_extra.c mcrypt.c bzero.c xmemory.c mcrypt_modules.c win32_comp.c +-libmcrypt_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-symbols libmcrypt.sym -no-undefined ++libmcrypt_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-symbols libmcrypt.sym -no-undefined $(LIBLTDL) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN /usr/ports/security/libmcrypt/pkg-plist security/libmcrypt/pkg-plist --- /usr/ports/security/libmcrypt/pkg-plist Tue Nov 7 22:44:32 2000 +++ security/libmcrypt/pkg-plist Sat Feb 17 04:10:00 2001 @@ -1,4 +1,64 @@ include/mcrypt.h lib/libmcrypt.a +lib/libmcrypt.la lib/libmcrypt.so -lib/libmcrypt.so.2 +lib/libmcrypt.so.5 +lib/libmcrypt/arcfour.la +lib/libmcrypt/arcfour.so +lib/libmcrypt/blowfish-compat.la +lib/libmcrypt/blowfish-compat.so +lib/libmcrypt/blowfish.la +lib/libmcrypt/blowfish.so +lib/libmcrypt/cast-128.la +lib/libmcrypt/cast-128.so +lib/libmcrypt/cast-256.la +lib/libmcrypt/cast-256.so +lib/libmcrypt/cbc.la +lib/libmcrypt/cbc.so +lib/libmcrypt/cfb.la +lib/libmcrypt/cfb.so +lib/libmcrypt/des.la +lib/libmcrypt/des.so +lib/libmcrypt/ecb.la +lib/libmcrypt/ecb.so +lib/libmcrypt/enigma.la +lib/libmcrypt/enigma.so +lib/libmcrypt/gost.la +lib/libmcrypt/gost.so +lib/libmcrypt/loki97.la +lib/libmcrypt/loki97.so +lib/libmcrypt/nofb.la +lib/libmcrypt/nofb.so +lib/libmcrypt/ofb.la +lib/libmcrypt/ofb.so +lib/libmcrypt/panama.la +lib/libmcrypt/panama.so +lib/libmcrypt/rc2.la +lib/libmcrypt/rc2.so +lib/libmcrypt/rijndael-128.la +lib/libmcrypt/rijndael-128.so +lib/libmcrypt/rijndael-192.la +lib/libmcrypt/rijndael-192.so +lib/libmcrypt/rijndael-256.la +lib/libmcrypt/rijndael-256.so +lib/libmcrypt/safer-sk128.la +lib/libmcrypt/safer-sk128.so +lib/libmcrypt/safer-sk64.la +lib/libmcrypt/safer-sk64.so +lib/libmcrypt/saferplus.la +lib/libmcrypt/saferplus.so +lib/libmcrypt/serpent.la +lib/libmcrypt/serpent.so +lib/libmcrypt/stream.la +lib/libmcrypt/stream.so +lib/libmcrypt/threeway.la +lib/libmcrypt/threeway.so +lib/libmcrypt/tripledes.la +lib/libmcrypt/tripledes.so +lib/libmcrypt/twofish.la +lib/libmcrypt/twofish.so +lib/libmcrypt/wake.la +lib/libmcrypt/wake.so +lib/libmcrypt/xtea.la +lib/libmcrypt/xtea.so +@dirrm lib/libmcrypt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 13:30:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24FB337B491 for ; Fri, 16 Feb 2001 13:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLU2t72122; Fri, 16 Feb 2001 13:30:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8BCC37B401 for ; Fri, 16 Feb 2001 13:27:11 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLRBB71929; Fri, 16 Feb 2001 13:27:11 -0800 (PST) (envelope-from nobody) Message-Id: <200102162127.f1GLRBB71929@freefall.freebsd.org> Date: Fri, 16 Feb 2001 13:27:11 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25151: Update port: textproc/pspell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25151 >Category: ports >Synopsis: Update port: textproc/pspell >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Add missing LIB_DEPENDS - Use NOPORTDOCS PLIST_SUB >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/pspell/Makefile textproc/pspell/Makefile --- /usr/ports/textproc/pspell/Makefile Tue Feb 6 03:03:34 2001 +++ textproc/pspell/Makefile Fri Feb 16 20:05:40 2001 @@ -7,6 +7,7 @@ PORTNAME= pspell PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,17 +15,16 @@ MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool + USE_NEWGCC= yes +USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes LIBTOOLFILES= configure modules/configure libltdl/configure -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" \ - CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS=-L${LOCALBASE}/lib -MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS} -.if !defined(NOPORTDOCS) +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-doc-dir=${PREFIX}/share/doc/pspell -.endif -USE_GMAKE= yes +MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} +INSTALLS_SHLIB= yes .include diff -urN /usr/ports/textproc/pspell/pkg-plist textproc/pspell/pkg-plist --- /usr/ports/textproc/pspell/pkg-plist Thu Feb 1 20:09:53 2001 +++ textproc/pspell/pkg-plist Fri Feb 16 19:59:42 2001 @@ -33,40 +33,40 @@ lib/libpspell.a lib/libpspell.so lib/libpspell.so.4 -share/doc/pspell/man-html/1_Introduction.html -share/doc/pspell/man-html/2_Getting.html -share/doc/pspell/man-html/3_Library.html -share/doc/pspell/man-html/4_Status.html -share/doc/pspell/man-html/5_Feedback.html -share/doc/pspell/man-html/6_Changelog.html -share/doc/pspell/man-html/7_Copyright.html -share/doc/pspell/man-html/About_this.html -share/doc/pspell/man-html/Contents.html -share/doc/pspell/man-html/contents.png -share/doc/pspell/man-html/index.html -share/doc/pspell/man-html/manual.css -share/doc/pspell/man-html/manual.html -share/doc/pspell/man-html/next.png -share/doc/pspell/man-html/next_g.png -share/doc/pspell/man-html/prev.png -share/doc/pspell/man-html/prev_g.png -share/doc/pspell/man-html/up.png -share/doc/pspell/man-html/up_g.png -share/doc/pspell/man-text/1_Introduction.txt -share/doc/pspell/man-text/2_Getting.txt -share/doc/pspell/man-text/3_Library.txt -share/doc/pspell/man-text/4_Status.txt -share/doc/pspell/man-text/5_Feedback.txt -share/doc/pspell/man-text/6_Changelog.txt -share/doc/pspell/man-text/7_Copyright.txt -share/doc/pspell/man-text/About_this.txt -share/doc/pspell/man-text/Contents.txt -share/doc/pspell/man-text/index.txt -share/doc/pspell/man-text/manual.txt -share/doc/pspell/manual.aux -share/doc/pspell/manual.dvi -share/doc/pspell/manual.lyx -share/doc/pspell/manual.tex +%%PORTDOCS%%share/doc/pspell/man-html/1_Introduction.html +%%PORTDOCS%%share/doc/pspell/man-html/2_Getting.html +%%PORTDOCS%%share/doc/pspell/man-html/3_Library.html +%%PORTDOCS%%share/doc/pspell/man-html/4_Status.html +%%PORTDOCS%%share/doc/pspell/man-html/5_Feedback.html +%%PORTDOCS%%share/doc/pspell/man-html/6_Changelog.html +%%PORTDOCS%%share/doc/pspell/man-html/7_Copyright.html +%%PORTDOCS%%share/doc/pspell/man-html/About_this.html +%%PORTDOCS%%share/doc/pspell/man-html/Contents.html +%%PORTDOCS%%share/doc/pspell/man-html/contents.png +%%PORTDOCS%%share/doc/pspell/man-html/index.html +%%PORTDOCS%%share/doc/pspell/man-html/manual.css +%%PORTDOCS%%share/doc/pspell/man-html/manual.html +%%PORTDOCS%%share/doc/pspell/man-html/next.png +%%PORTDOCS%%share/doc/pspell/man-html/next_g.png +%%PORTDOCS%%share/doc/pspell/man-html/prev.png +%%PORTDOCS%%share/doc/pspell/man-html/prev_g.png +%%PORTDOCS%%share/doc/pspell/man-html/up.png +%%PORTDOCS%%share/doc/pspell/man-html/up_g.png +%%PORTDOCS%%share/doc/pspell/man-text/1_Introduction.txt +%%PORTDOCS%%share/doc/pspell/man-text/2_Getting.txt +%%PORTDOCS%%share/doc/pspell/man-text/3_Library.txt +%%PORTDOCS%%share/doc/pspell/man-text/4_Status.txt +%%PORTDOCS%%share/doc/pspell/man-text/5_Feedback.txt +%%PORTDOCS%%share/doc/pspell/man-text/6_Changelog.txt +%%PORTDOCS%%share/doc/pspell/man-text/7_Copyright.txt +%%PORTDOCS%%share/doc/pspell/man-text/About_this.txt +%%PORTDOCS%%share/doc/pspell/man-text/Contents.txt +%%PORTDOCS%%share/doc/pspell/man-text/index.txt +%%PORTDOCS%%share/doc/pspell/man-text/manual.txt +%%PORTDOCS%%share/doc/pspell/manual.aux +%%PORTDOCS%%share/doc/pspell/manual.dvi +%%PORTDOCS%%share/doc/pspell/manual.lyx +%%PORTDOCS%%share/doc/pspell/manual.tex share/pspell/cp1252.map share/pspell/iso8859-1.map share/pspell/iso8859-10.map @@ -85,7 +85,7 @@ share/pspell/region-to-spelling.map share/pspell/viscii.map @dirrm share/pspell -@dirrm share/doc/pspell/man-text -@dirrm share/doc/pspell/man-html -@dirrm share/doc/pspell +%%PORTDOCS%%@dirrm share/doc/pspell/man-text +%%PORTDOCS%%@dirrm share/doc/pspell/man-html +%%PORTDOCS%%@dirrm share/doc/pspell @dirrm include/pspell >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 13:30:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B32737B699 for ; Fri, 16 Feb 2001 13:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLU2i72131; Fri, 16 Feb 2001 13:30:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D5537B491 for ; Fri, 16 Feb 2001 13:29:37 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLTbP72047; Fri, 16 Feb 2001 13:29:37 -0800 (PST) (envelope-from nobody) Message-Id: <200102162129.f1GLTbP72047@freefall.freebsd.org> Date: Fri, 16 Feb 2001 13:29:37 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25152: Update port: x11-fm/dfm to 0.99.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25152 >Category: ports >Synopsis: Update port: x11-fm/dfm to 0.99.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 13:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.99.8 Remove file: files/patch-af >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fm/dfm/Makefile x11-fm/dfm/Makefile --- /usr/ports/x11-fm/dfm/Makefile Tue Feb 6 21:30:54 2001 +++ x11-fm/dfm/Makefile Sat Feb 17 06:30:12 2001 @@ -6,9 +6,9 @@ # PORTNAME= dfm -PORTVERSION= 0.99.7 +PORTVERSION= 0.99.8 CATEGORIES= x11-fm -MASTER_SITES= http://dfm.online.de/ +MASTER_SITES= http://dfm.online.de/ MAINTAINER= ports@FreeBSD.org @@ -20,12 +20,17 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --enable-imlib-icons MAN1= dfm.1x -DFM_DOCS= ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \ +PORTDOCS= ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \ NO_WARRANTY README START TESTED TODO +pre-patch: + @${PERL} -pi -e \ + 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + post-install: @${MKDIR} ${PREFIX}/share/examples/dfm ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_local ${PREFIX}/share/examples/dfm/dfmext.sample.local @@ -33,7 +38,7 @@ ${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_user ${PREFIX}/share/examples/dfm/dfmext.sample.user .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/dfm -.for file in ${DFM_DOCS} +.for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/dfm .endfor .endif diff -urN /usr/ports/x11-fm/dfm/distinfo x11-fm/dfm/distinfo --- /usr/ports/x11-fm/dfm/distinfo Wed Oct 4 08:39:36 2000 +++ x11-fm/dfm/distinfo Thu Feb 15 03:43:57 2001 @@ -1 +1 @@ -MD5 (dfm-0.99.7.tar.gz) = 6717a24ec363d34d9a48607ff54763da +MD5 (dfm-0.99.8.tar.gz) = ad61f0863da3051a508461423cbc67ad diff -urN /usr/ports/x11-fm/dfm/files/patch-af x11-fm/dfm/files/patch-af --- /usr/ports/x11-fm/dfm/files/patch-af Sat Jul 8 09:47:04 2000 +++ x11-fm/dfm/files/patch-af Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Mon Nov 29 02:51:35 1999 -+++ configure Tue Jun 20 01:05:56 2000 -@@ -3468,7 +3468,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo diff -urN /usr/ports/x11-fm/dfm/pkg-plist x11-fm/dfm/pkg-plist --- /usr/ports/x11-fm/dfm/pkg-plist Sat Jul 8 09:47:04 2000 +++ x11-fm/dfm/pkg-plist Thu Feb 15 01:58:35 2001 @@ -104,25 +104,25 @@ share/dfm/icons/icon_text.xpm share/dfm/icons/icon_video.xpm share/dfm/icons/icon_xterm.xpm -share/doc/dfm/ANNOUNCE -share/doc/dfm/BUGS -share/doc/dfm/COPYRIGHT -share/doc/dfm/CREDITS -share/doc/dfm/ChangeLog -share/doc/dfm/DOWNLOAD -share/doc/dfm/HELP.ERROR -share/doc/dfm/NO_WARRANTY -share/doc/dfm/README -share/doc/dfm/START -share/doc/dfm/TESTED -share/doc/dfm/TODO +%%PORTDOCS%%share/doc/dfm/ANNOUNCE +%%PORTDOCS%%share/doc/dfm/BUGS +%%PORTDOCS%%share/doc/dfm/COPYRIGHT +%%PORTDOCS%%share/doc/dfm/CREDITS +%%PORTDOCS%%share/doc/dfm/ChangeLog +%%PORTDOCS%%share/doc/dfm/DOWNLOAD +%%PORTDOCS%%share/doc/dfm/HELP.ERROR +%%PORTDOCS%%share/doc/dfm/NO_WARRANTY +%%PORTDOCS%%share/doc/dfm/README +%%PORTDOCS%%share/doc/dfm/START +%%PORTDOCS%%share/doc/dfm/TESTED +%%PORTDOCS%%share/doc/dfm/TODO share/examples/dfm/dfmext.sample.local share/examples/dfm/dfmext.sample.normal share/examples/dfm/dfmext.sample.user share/locale/da/LC_MESSAGES/dfm.mo share/locale/de/LC_MESSAGES/dfm.mo @dirrm share/examples/dfm -@dirrm share/doc/dfm +%%PORTDOCS%%@dirrm share/doc/dfm @dirrm share/dfm/icons/Moreicons @dirrm share/dfm/icons/FileManagerIcons @dirrm share/dfm/icons/Appicons >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 13:30:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 031BA37B503 for ; Fri, 16 Feb 2001 13:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLU1c72113; Fri, 16 Feb 2001 13:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C90F237B401 for ; Fri, 16 Feb 2001 13:26:24 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GLQO071902; Fri, 16 Feb 2001 13:26:24 -0800 (PST) (envelope-from nobody) Message-Id: <200102162126.f1GLQO071902@freefall.freebsd.org> Date: Fri, 16 Feb 2001 13:26:24 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25150: Update port: textproc/aspell to 0.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25150 >Category: ports >Synopsis: Update port: textproc/aspell to 0.33 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 13:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.33 New file: files/patch-ak Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/aspell/Makefile textproc/aspell/Makefile --- /usr/ports/textproc/aspell/Makefile Tue Feb 6 03:03:03 2001 +++ textproc/aspell/Makefile Fri Feb 16 19:55:15 2001 @@ -6,22 +6,24 @@ # PORTNAME= aspell -PORTVERSION= 0.32.5 +PORTVERSION= 0.33 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-.32.5 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell USE_NEWGCC= yes +USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -USE_GMAKE= yes -MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS} +CONFIGURE_ARGS= --enable-dict-dir=${PREFIX}/share/aspell \ + --enable-doc-dir=${PREFIX}/share/doc/aspell +MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} +INSTALLS_SHLIB= yes .include diff -urN /usr/ports/textproc/aspell/distinfo textproc/aspell/distinfo --- /usr/ports/textproc/aspell/distinfo Mon Aug 21 23:59:00 2000 +++ textproc/aspell/distinfo Fri Feb 16 02:19:30 2001 @@ -1 +1 @@ -MD5 (aspell-.32.5.tar.gz) = 15723a7a0373977c21536a3134d5b7d8 +MD5 (aspell-.33.tar.gz) = 189073d9a29e924db41fc2aa8ac72ec7 diff -urN /usr/ports/textproc/aspell/files/patch-aa textproc/aspell/files/patch-aa --- /usr/ports/textproc/aspell/files/patch-aa Fri Aug 27 05:48:26 1999 +++ textproc/aspell/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,24 +0,0 @@ ---- manual/Makefile.in.orig Tue Jul 27 19:07:44 1999 -+++ manual/Makefile.in Thu Aug 19 11:03:13 1999 -@@ -85,7 +85,9 @@ - - MAINTAINERCLEANFILES = manual.dvi manual.log manual.aux - -+ifndef NOPORTDOCS - SUBDIRS = man-html man-text -+endif - - EXTRA_DIST = ${pkgdoc_DATA} html.sty html2txt.pl edit-man manual.per man-proc.pl - -@@ -260,7 +262,11 @@ - install-data: install-data-recursive - - install-am: all-am -+ifndef NOPORTDOCS - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -+else -+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am -+endif - install: install-recursive - uninstall-am: uninstall-pkgdocDATA - uninstall: uninstall-recursive diff -urN /usr/ports/textproc/aspell/files/patch-ah textproc/aspell/files/patch-ah --- /usr/ports/textproc/aspell/files/patch-ah Mon Sep 25 17:14:28 2000 +++ textproc/aspell/files/patch-ah Sat Feb 17 06:19:17 2001 @@ -1,29 +1,26 @@ ---- configure.orig Sat Jun 10 16:20:16 2000 -+++ configure Tue Jun 13 13:57:08 2000 -@@ -862,7 +862,7 @@ - enableval="$enable_dict_dir" - dictdir=$enable_dict_dir - else -- dictdir=${libdir}/aspell -+ dictdir=${datadir}/aspell - fi +--- configure.orig Thu Jan 25 09:42:03 2001 ++++ configure Sat Feb 17 06:18:28 2001 +@@ -2276,7 +2276,7 @@ + deplibs_check_method="$deplibs_check_method" \ + file_magic_cmd="$file_magic_cmd" \ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ +---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ ++--build="$build" $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } + CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" +@@ -2798,10 +2798,10 @@ + top_srcdir="$ac_dots$ac_given_srcdir" ;; + esac +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac ++# case "$ac_given_INSTALL" in ++# [/$]*) INSTALL="$ac_given_INSTALL" ;; ++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; ++# esac -@@ -872,7 +872,7 @@ - enableval="$enable_doc_dir" - pkgdocdir=$enable_doc_dir - else -- pkgdocdir=\${prefix}/doc/aspell -+ pkgdocdir=\${prefix}/share/doc/aspell - fi - - -@@ -2197,7 +2197,7 @@ - objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ - deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $lt_target \ -+$libtool_flags --build="$build" $ac_aux_dir/ltmain.sh $lt_target \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig + echo creating "$ac_file" + rm -f "$ac_file" diff -urN /usr/ports/textproc/aspell/files/patch-ak textproc/aspell/files/patch-ak --- /usr/ports/textproc/aspell/files/patch-ak Thu Jan 1 09:00:00 1970 +++ textproc/aspell/files/patch-ak Fri Feb 16 19:58:36 2001 @@ -0,0 +1,15 @@ +--- Makefile.in.orig Mon Jan 29 10:13:57 2001 ++++ Makefile.in Fri Feb 16 19:58:25 2001 +@@ -84,7 +84,11 @@ + + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = util filter lib src data scripts manual pspell-module ++ifndef NOPORTDOCS ++MANUALSUBDIR = manual ++endif ++ ++SUBDIRS = util filter lib src data scripts $(MANUALSUBDIR) pspell-module + + EXTRA_DIST = TODO misc/* README-bin mkbindist.sh long_name_test.hh ltcf-c.sh ltcf-cxx.sh + diff -urN /usr/ports/textproc/aspell/pkg-plist textproc/aspell/pkg-plist --- /usr/ports/textproc/aspell/pkg-plist Mon Aug 21 23:59:00 2000 +++ textproc/aspell/pkg-plist Fri Feb 16 20:38:08 2001 @@ -45,6 +45,7 @@ include/aspell/manager.hh include/aspell/map_repl.hh include/aspell/map_repl_read.hh +include/aspell/matrix.hh include/aspell/object.hh include/aspell/phonet.hh include/aspell/phonetic.hh @@ -73,6 +74,7 @@ include/aspell/token.hh include/aspell/trim_space.hh include/aspell/try_hard.hh +include/aspell/typo_editdist.hh include/aspell/urlskip-t.hh include/aspell/urlskip.hh include/aspell/utf8-t.hh @@ -82,30 +84,26 @@ include/aspell/weights.hh lib/libaspell.a lib/libaspell.so -lib/libaspell.so.8 +lib/libaspell.so.9 lib/libpspell_aspell.a lib/libpspell_aspell.so -lib/libpspell_aspell.so.1 +lib/libpspell_aspell.so.2 share/aspell/ASCII.dat share/aspell/ASCII.map share/aspell/SGML.map -share/aspell/american-lrg-only -share/aspell/american-lrg.multi share/aspell/american-med-only share/aspell/american-med.multi share/aspell/american.multi -share/aspell/british-lrg-only -share/aspell/british-lrg.multi share/aspell/british-med-only share/aspell/british-med.multi share/aspell/british.multi -share/aspell/canadian-lrg-only -share/aspell/canadian-lrg.multi share/aspell/canadian-med-only share/aspell/canadian-med.multi share/aspell/canadian.multi -share/aspell/english-lrg-only share/aspell/english-med-only +share/aspell/english-variant-0 +share/aspell/english-variant-1 +share/aspell/english-variant-2 share/aspell/english.dat share/aspell/english.multi share/aspell/english_phonet.dat @@ -133,65 +131,78 @@ share/aspell/koi8-f.dat share/aspell/koi8-r.dat share/aspell/spell +share/aspell/standard.kbd share/aspell/unicode.dat share/aspell/viscii.dat share/aspell/viscii.map -share/doc/aspell/man-html/1_Introduction.html -share/doc/aspell/man-html/2_Getting.html -share/doc/aspell/man-html/3_Aspell.html -share/doc/aspell/man-html/4_Library.html -share/doc/aspell/man-html/5_International.html -share/doc/aspell/man-html/6_How.html -share/doc/aspell/man-html/A_Changelog.html -share/doc/aspell/man-html/About_this.html -share/doc/aspell/man-html/B_Do.html -share/doc/aspell/man-html/C_Support.html -share/doc/aspell/man-html/Contents.html -share/doc/aspell/man-html/D_Credits.html -share/doc/aspell/man-html/E_Glossary.html -share/doc/aspell/man-html/F_Copyright.html -share/doc/aspell/man-html/contents.png -share/doc/aspell/man-html/index.html -share/doc/aspell/man-html/manual.css -share/doc/aspell/man-html/manual.html -share/doc/aspell/man-html/next.png -share/doc/aspell/man-html/next_g.png -share/doc/aspell/man-html/prev.png -share/doc/aspell/man-html/prev_g.png -share/doc/aspell/man-html/up.png -share/doc/aspell/man-html/up_g.png -share/doc/aspell/man-text/1_Introduction.txt -share/doc/aspell/man-text/2_Getting.txt -share/doc/aspell/man-text/3_Aspell.txt -share/doc/aspell/man-text/4_Library.txt -share/doc/aspell/man-text/5_International.txt -share/doc/aspell/man-text/6_How.txt -share/doc/aspell/man-text/A_Changelog.txt -share/doc/aspell/man-text/About_this.txt -share/doc/aspell/man-text/B_Do.txt -share/doc/aspell/man-text/C_Support.txt -share/doc/aspell/man-text/Contents.txt -share/doc/aspell/man-text/D_Credits.txt -share/doc/aspell/man-text/E_Glossary.txt -share/doc/aspell/man-text/F_Copyright.txt -share/doc/aspell/man-text/index.txt -share/doc/aspell/man-text/manual.txt -share/doc/aspell/manual.aux -share/doc/aspell/manual.dvi -share/doc/aspell/manual.tex -share/doc/aspell/manual2.lyx +%%PORTDOCS%%share/doc/aspell/man-html/1_Introduction.html +%%PORTDOCS%%share/doc/aspell/man-html/2_Getting.html +%%PORTDOCS%%share/doc/aspell/man-html/3_Aspell.html +%%PORTDOCS%%share/doc/aspell/man-html/3_Basic.html +%%PORTDOCS%%share/doc/aspell/man-html/4_Advanced.html +%%PORTDOCS%%share/doc/aspell/man-html/4_Library.html +%%PORTDOCS%%share/doc/aspell/man-html/4_Managing.html +%%PORTDOCS%%share/doc/aspell/man-html/5_Customizing.html +%%PORTDOCS%%share/doc/aspell/man-html/5_International.html +%%PORTDOCS%%share/doc/aspell/man-html/6_How.html +%%PORTDOCS%%share/doc/aspell/man-html/6_Writing.html +%%PORTDOCS%%share/doc/aspell/man-html/7_International.html +%%PORTDOCS%%share/doc/aspell/man-html/8_How.html +%%PORTDOCS%%share/doc/aspell/man-html/A_Changelog.html +%%PORTDOCS%%share/doc/aspell/man-html/About_this.html +%%PORTDOCS%%share/doc/aspell/man-html/B_Do.html +%%PORTDOCS%%share/doc/aspell/man-html/C_Support.html +%%PORTDOCS%%share/doc/aspell/man-html/Contents.html +%%PORTDOCS%%share/doc/aspell/man-html/D_Credits.html +%%PORTDOCS%%share/doc/aspell/man-html/E_Glossary.html +%%PORTDOCS%%share/doc/aspell/man-html/F_Copyright.html +%%PORTDOCS%%share/doc/aspell/man-html/contents.png +%%PORTDOCS%%share/doc/aspell/man-html/crossref.png +%%PORTDOCS%%share/doc/aspell/man-html/index.html +%%PORTDOCS%%share/doc/aspell/man-html/manual.css +%%PORTDOCS%%share/doc/aspell/man-html/manual.html +%%PORTDOCS%%share/doc/aspell/man-html/next.png +%%PORTDOCS%%share/doc/aspell/man-html/next_g.png +%%PORTDOCS%%share/doc/aspell/man-html/prev.png +%%PORTDOCS%%share/doc/aspell/man-html/prev_g.png +%%PORTDOCS%%share/doc/aspell/man-html/up.png +%%PORTDOCS%%share/doc/aspell/man-html/up_g.png +%%PORTDOCS%%share/doc/aspell/man-text/1_Introduction.txt +%%PORTDOCS%%share/doc/aspell/man-text/2_Getting.txt +%%PORTDOCS%%share/doc/aspell/man-text/3_Aspell.txt +%%PORTDOCS%%share/doc/aspell/man-text/3_Basic.txt +%%PORTDOCS%%share/doc/aspell/man-text/4_Advanced.txt +%%PORTDOCS%%share/doc/aspell/man-text/4_Library.txt +%%PORTDOCS%%share/doc/aspell/man-text/4_Managing.txt +%%PORTDOCS%%share/doc/aspell/man-text/5_Customizing.txt +%%PORTDOCS%%share/doc/aspell/man-text/5_International.txt +%%PORTDOCS%%share/doc/aspell/man-text/6_How.txt +%%PORTDOCS%%share/doc/aspell/man-text/6_Writing.txt +%%PORTDOCS%%share/doc/aspell/man-text/7_International.txt +%%PORTDOCS%%share/doc/aspell/man-text/8_How.txt +%%PORTDOCS%%share/doc/aspell/man-text/A_Changelog.txt +%%PORTDOCS%%share/doc/aspell/man-text/About_this.txt +%%PORTDOCS%%share/doc/aspell/man-text/B_Do.txt +%%PORTDOCS%%share/doc/aspell/man-text/C_Support.txt +%%PORTDOCS%%share/doc/aspell/man-text/Contents.txt +%%PORTDOCS%%share/doc/aspell/man-text/D_Credits.txt +%%PORTDOCS%%share/doc/aspell/man-text/E_Glossary.txt +%%PORTDOCS%%share/doc/aspell/man-text/F_Copyright.txt +%%PORTDOCS%%share/doc/aspell/man-text/index.txt +%%PORTDOCS%%share/doc/aspell/man-text/manual.txt +%%PORTDOCS%%share/doc/aspell/manual.aux +%%PORTDOCS%%share/doc/aspell/manual.dvi +%%PORTDOCS%%share/doc/aspell/manual.tex +%%PORTDOCS%%share/doc/aspell/manual2.lyx share/pspell/en-american-aspell.pwli -share/pspell/en-american-lrg-aspell.pwli share/pspell/en-american-med-aspell.pwli share/pspell/en-aspell.pwli share/pspell/en-british-aspell.pwli -share/pspell/en-british-lrg-aspell.pwli share/pspell/en-british-med-aspell.pwli share/pspell/en-canadian-aspell.pwli -share/pspell/en-canadian-lrg-aspell.pwli -share/pspell/en-canadian-med-aspell.pwli -@dirrm include/aspell +share/pspell/en-canadian-med-aspell.pwli +%%PORTDOCS%%@dirrm share/doc/aspell/man-text +%%PORTDOCS%%@dirrm share/doc/aspell/man-html +%%PORTDOCS%%@dirrm share/doc/aspell @dirrm share/aspell -@dirrm share/doc/aspell/man-html -@dirrm share/doc/aspell/man-text -@dirrm share/doc/aspell +@dirrm include/aspell >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 14:19:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD03E37B491; Fri, 16 Feb 2001 14:19:48 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GMJmX79151; Fri, 16 Feb 2001 14:19:48 -0800 (PST) (envelope-from sf) Date: Fri, 16 Feb 2001 14:19:48 -0800 (PST) From: Message-Id: <200102162219.f1GMJmX79151@freefall.freebsd.org> To: albert.kinderman@csun.edu, sf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25138: wrapper-1.0_1 depends on XFree3.3.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wrapper-1.0_1 depends on XFree3.3.6 State-Changed-From-To: open->closed State-Changed-By: sf State-Changed-When: Fri Feb 16 14:19:11 PST 2001 State-Changed-Why: echo XFREE86_VERSION=4 >>/etc/make.conf http://www.freebsd.org/cgi/query-pr.cgi?pr=25138 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 14:25:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9995237B503; Fri, 16 Feb 2001 14:25:34 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GMPYP79796; Fri, 16 Feb 2001 14:25:34 -0800 (PST) (envelope-from vanilla) Date: Fri, 16 Feb 2001 14:25:34 -0800 (PST) From: Message-Id: <200102162225.f1GMPYP79796@freefall.freebsd.org> To: tkato@prontomail.ne.jp, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25152: Update port: x11-fm/dfm to 0.99.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-fm/dfm to 0.99.8 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Fri Feb 16 14:25:22 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25152 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 14:26: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3784437B4EC; Fri, 16 Feb 2001 14:26:01 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GMQ1s79902; Fri, 16 Feb 2001 14:26:01 -0800 (PST) (envelope-from vanilla) Date: Fri, 16 Feb 2001 14:26:01 -0800 (PST) From: Message-Id: <200102162226.f1GMQ1s79902@freefall.freebsd.org> To: tkato@prontomail.ne.jp, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25149: Update port: security/libmcrypt to 2.4.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: security/libmcrypt to 2.4.9 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Fri Feb 16 14:25:41 PST 2001 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=25149 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 14:27:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from play.cirx.org (play.cirx.org [211.72.15.244]) by hub.freebsd.org (Postfix) with ESMTP id 1437237B503; Fri, 16 Feb 2001 14:27:50 -0800 (PST) Received: by play.cirx.org (Postfix, from userid 900) id 1231EF841; Sat, 17 Feb 2001 06:27:31 +0800 (CST) Date: Sat, 17 Feb 2001 06:27:30 +0800 From: "Vanilla I . Shu" To: vanilla@FreeBSD.org Cc: tkato@prontomail.ne.jp, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25149: Update port: security/libmcrypt to 2.4.9 Message-ID: <20010217062730.A68204@play.cirx.org> References: <200102162226.f1GMQ1s79902@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102162226.f1GMQ1s79902@freefall.freebsd.org>; from vanilla@FreeBSD.org on Fri, Feb 16, 2001 at 02:26:01PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 16, 2001 at 02:26:01PM -0800, vanilla@FreeBSD.org wrote: > Synopsis: Update port: security/libmcrypt to 2.4.9 >=20 > State-Changed-From-To: open->closed > State-Changed-By: vanilla > State-Changed-When: Fri Feb 16 14:25:41 PST 2001 > State-Changed-Why:=20 Committed, thanks. --=20 Retired from the DAMN Taiwan military in the end of 2000. vanilla (@) FreeBSD.ORG / http://people.FreeBSD.ORG/~vanilla --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iQEeBAEUAwAGBQI6jalSAAoJELvsbuRo88EElHkD/30SB4TQCE0EiYHcnfmlpVbG t6SIa+sxqeptAGXw4FsvGkayz1k5GlzoTZ+jRej5ktz8ropybtmLzkE6fc5Dejyz 8XbQDo//FKYJ/9IQVbHmyQboD1rp1SzvLlj8UIf3ljahAbNBSaKOzOzxrPC0NnZA 9bXQa683THAKBgLzstXKA/99TvNKPdhB4nbcTqBZLZwrozemGLCy/lpCpqeChYzK COcyOVckvo6pnyaV0OpRNU9w26RGa1pzH0OOUTPPbSb9stGrO0EaRdWd09xMSgJs djN2yLstVZa2oeQzQ+//jtm8jFJc8aK5xVthUW83cqJ9Lo0z7csx2EKzhtBrNG0z 6g== =jjgm -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 15:29:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id 1DF2737B401; Fri, 16 Feb 2001 15:29:11 -0800 (PST) Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.physik.uni-mainz.de [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.2/8.11.2) with ESMTP id f1GNUQK06056; Sat, 17 Feb 2001 00:30:27 +0100 (CET) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Sat, 17 Feb 2001 00:30:26 +0100 (CET) From: "O. Hartmann" To: Cc: Subject: NCARG lib 4.2.2 / FreeBSD 4.2-STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Sirs. I got the NCAR Graphics source code version 4.2.2. After reading the INSTALL file, editing some lines in ./config/ymake so FreeBSD could be recognized I changed at last a line like this set hostname=host$hostname to set hostname=MYHOSTNAME set defines=($defines -D$hostname) because a "pointed" hostname is not accepted by the installation routine. But doing this, the compiler fails. Then I cleaned a search path failure related to cpp. After doing this, I type Configure -v and realized that all standard paths are misspelled (there is a gap between the last path's item and its previous segment). Typing the new exact path works, and at the end I can type make Everything and I could see how Makefiles are built - until it reaches ncarview ... :-( There I get this error: Making Makefiles in ./ncarview Making Makefiles in ./ncarview/src Making Makefiles in ./ncarview/src/lib Making Makefiles in ./ncarview/src/lib/libcgm Making Makefiles in ./ncarview/src/lib/libncarg_ras Making Makefiles in ./ncarview/src/lib/libctrans Making Makefiles in ./ncarview/src/lib/libictrans In file included from ../../../../config/Template:837, from :1: ymake.tmp42023:45: unterminated character constant Error in : Interrupted in /usr/homes/gnu/compile/system/ncarg-4.2.2/ncarview/src/lib/libictrans - restoring Makefile cp: Makefile.bak: No such file or directory *** Error code 1 Stop in /usr/homes/gnu/compile/system/ncarg-4.2.2/ncarview/src/lib. *** Error code 1 Stop in /usr/homes/gnu/compile/system/ncarg-4.2.2/ncarview/src. *** Error code 1 Stop in /usr/homes/gnu/compile/system/ncarg-4.2.2/ncarview. *** Error code 1 Stop in /usr/homes/gnu/compile/system/ncarg-4.2.2. *** Error code 1 Stop in /usr/homes/gnu/compile/system/ncarg-4.2.2. Does anyone know the trick there? -- MfG O. Hartmann ohartman@mail.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institut fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinensaal) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 15:40:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1ECC37B684 for ; Fri, 16 Feb 2001 15:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GNe0R87919; Fri, 16 Feb 2001 15:40:00 -0800 (PST) (envelope-from gnats) Received: from mail.tinkerbox.org (adsl-64-167-251-138.dsl.snfc21.pacbell.net [64.167.251.138]) by hub.freebsd.org (Postfix) with ESMTP id A59E037B503 for ; Fri, 16 Feb 2001 15:36:29 -0800 (PST) Received: by mail.tinkerbox.org (Postfix, from userid 1001) id 43CE91978; Fri, 16 Feb 2001 15:36:27 -0800 (PST) Message-Id: <20010216233627.43CE91978@mail.tinkerbox.org> Date: Fri, 16 Feb 2001 15:36:27 -0800 (PST) From: bruno@tinkerbox.org Reply-To: bruno@tinkerbox.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25154: my previous port of uisp was full of errors, sorry. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25154 >Category: ports >Synopsis: atmel AVR microcontroller in-circuit programmer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 15:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: bruno >Release: FreeBSD 4.2-RELEASE i386 >Organization: tinkerbox.org >Environment: FreeBSD 4.2-RELEASE i386 >Description: software to program an atmel AVR microcontroller through parallel or serial port >How-To-Repeat: N/A >Fix: # 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: # # uisp # uisp/Makefile # uisp/files # uisp/files/patch-ae # uisp/files/patch-ad # uisp/files/patch-ac # uisp/files/patch-ab # uisp/files/patch-aa # uisp/pkg-descr # uisp/pkg-comment # uisp/pkg-plist # uisp/distinfo # echo c - uisp mkdir -p uisp > /dev/null 2>&1 echo x - uisp/Makefile sed 's/^X//' >uisp/Makefile << 'END-of-uisp/Makefile' X# New ports collection makefile for: uisp X# Date created: 17 Feb 2001 X# Whom: Bruno Schwander X# X# $FreeBSD$ X# X XPORTNAME= uisp XPORTVERSION= 1.0b XPORTREVISION= 1 XCATEGORIES= devel XMASTER_SITES= http://medo.fov.uni-mb.si/mapp/uTools/ XEXTRACT_SUFX= .src.tar.gz X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src X X.include END-of-uisp/Makefile echo c - uisp/files mkdir -p uisp/files > /dev/null 2>&1 echo x - uisp/files/patch-ae sed 's/^X//' >uisp/files/patch-ae << 'END-of-uisp/files/patch-ae' X--- linux_serial_reg.h.orig Thu Jan 1 00:00:00 1970 X+++ linux_serial_reg.h Fri Feb 16 20:04:51 2001 X@@ -0,0 +1,144 @@ X+/* X+ * include/linux/serial_reg.h X+ * X+ * Copyright (C) 1992, 1994 by Theodore Ts'o. X+ * X+ * Redistribution of this file is permitted under the terms of the GNU X+ * Public License (GPL) X+ * X+ * These are the UART port assignments, expressed as offsets from the base X+ * register. These assignments should hold for any serial port based on X+ * a 8250, 16450, or 16550(A). X+ */ X+ X+#ifndef _LINUX_SERIAL_REG_H X+#define _LINUX_SERIAL_REG_H X+ X+#define UART_RX 0 /* In: Receive buffer (DLAB=0) */ X+#define UART_TX 0 /* Out: Transmit buffer (DLAB=0) */ X+#define UART_DLL 0 /* Out: Divisor Latch Low (DLAB=1) */ X+#define UART_DLM 1 /* Out: Divisor Latch High (DLAB=1) */ X+#define UART_IER 1 /* Out: Interrupt Enable Register */ X+#define UART_IIR 2 /* In: Interrupt ID Register */ X+#define UART_FCR 2 /* Out: FIFO Control Register */ X+#define UART_EFR 2 /* I/O: Extended Features Register */ X+ /* (DLAB=1, 16C660 only) */ X+#define UART_LCR 3 /* Out: Line Control Register */ X+#define UART_MCR 4 /* Out: Modem Control Register */ X+#define UART_LSR 5 /* In: Line Status Register */ X+#define UART_MSR 6 /* In: Modem Status Register */ X+#define UART_SCR 7 /* I/O: Scratch Register */ X+ X+/* X+ * These are the definitions for the FIFO Control Register X+ * (16650 only) X+ */ X+#define UART_FCR_ENABLE_FIFO 0x01 /* Enable the FIFO */ X+#define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */ X+#define UART_FCR_CLEAR_XMIT 0x04 /* Clear the XMIT FIFO */ X+#define UART_FCR_DMA_SELECT 0x08 /* For DMA applications */ X+#define UART_FCR_TRIGGER_MASK 0xC0 /* Mask for the FIFO trigger range */ X+#define UART_FCR_TRIGGER_1 0x00 /* Mask for trigger set at 1 */ X+#define UART_FCR_TRIGGER_4 0x40 /* Mask for trigger set at 4 */ X+#define UART_FCR_TRIGGER_8 0x80 /* Mask for trigger set at 8 */ X+#define UART_FCR_TRIGGER_14 0xC0 /* Mask for trigger set at 14 */ X+/* 16650 redefinitions */ X+#define UART_FCR6_R_TRIGGER_8 0x00 /* Mask for receive trigger set at 1 */ X+#define UART_FCR6_R_TRIGGER_16 0x40 /* Mask for receive trigger set at 4 */ X+#define UART_FCR6_R_TRIGGER_24 0x80 /* Mask for receive trigger set at 8 */ X+#define UART_FCR6_R_TRIGGER_28 0xC0 /* Mask for receive trigger set at 14 */ X+#define UART_FCR6_T_TRIGGER_16 0x00 /* Mask for transmit trigger set at 16 */ X+#define UART_FCR6_T_TRIGGER_8 0x10 /* Mask for transmit trigger set at 8 */ X+#define UART_FCR6_T_TRIGGER_24 0x20 /* Mask for transmit trigger set at 24 */ X+#define UART_FCR6_T_TRIGGER_30 0x30 /* Mask for transmit trigger set at 30 */ X+/* TI 16750 definitions */ X+#define UART_FCR7_64BYTE 0x20 /* Go into 64 byte mode */ X+ X+/* X+ * These are the definitions for the Line Control Register X+ * X+ * Note: if the word length is 5 bits (UART_LCR_WLEN5), then setting X+ * UART_LCR_STOP will select 1.5 stop bits, not 2 stop bits. X+ */ X+#define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ X+#define UART_LCR_SBC 0x40 /* Set break control */ X+#define UART_LCR_SPAR 0x20 /* Stick parity (?) */ X+#define UART_LCR_EPAR 0x10 /* Even parity select */ X+#define UART_LCR_PARITY 0x08 /* Parity Enable */ X+#define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */ X+#define UART_LCR_WLEN5 0x00 /* Wordlength: 5 bits */ X+#define UART_LCR_WLEN6 0x01 /* Wordlength: 6 bits */ X+#define UART_LCR_WLEN7 0x02 /* Wordlength: 7 bits */ X+#define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ X+ X+/* X+ * These are the definitions for the Line Status Register X+ */ X+#define UART_LSR_TEMT 0x40 /* Transmitter empty */ X+#define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */ X+#define UART_LSR_BI 0x10 /* Break interrupt indicator */ X+#define UART_LSR_FE 0x08 /* Frame error indicator */ X+#define UART_LSR_PE 0x04 /* Parity error indicator */ X+#define UART_LSR_OE 0x02 /* Overrun error indicator */ X+#define UART_LSR_DR 0x01 /* Receiver data ready */ X+ X+/* X+ * These are the definitions for the Interrupt Identification Register X+ */ X+#define UART_IIR_NO_INT 0x01 /* No interrupts pending */ X+#define UART_IIR_ID 0x06 /* Mask for the interrupt ID */ X+ X+#define UART_IIR_MSI 0x00 /* Modem status interrupt */ X+#define UART_IIR_THRI 0x02 /* Transmitter holding register empty */ X+#define UART_IIR_RDI 0x04 /* Receiver data interrupt */ X+#define UART_IIR_RLSI 0x06 /* Receiver line status interrupt */ X+ X+/* X+ * These are the definitions for the Interrupt Enable Register X+ */ X+#define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ X+#define UART_IER_RLSI 0x04 /* Enable receiver line status interrupt */ X+#define UART_IER_THRI 0x02 /* Enable Transmitter holding register int. */ X+#define UART_IER_RDI 0x01 /* Enable receiver data interrupt */ X+/* X+ * Sleep mode for ST16650 and TI16750. X+ * Note that for 16650, EFR-bit 4 must be selected as well. X+ */ X+#define UART_IERX_SLEEP 0x10 /* Enable sleep mode */ X+ X+/* X+ * These are the definitions for the Modem Control Register X+ */ X+#define UART_MCR_LOOP 0x10 /* Enable loopback test mode */ X+#define UART_MCR_OUT2 0x08 /* Out2 complement */ X+#define UART_MCR_OUT1 0x04 /* Out1 complement */ X+#define UART_MCR_RTS 0x02 /* RTS complement */ X+#define UART_MCR_DTR 0x01 /* DTR complement */ X+ X+/* X+ * These are the definitions for the Modem Status Register X+ */ X+#define UART_MSR_DCD 0x80 /* Data Carrier Detect */ X+#define UART_MSR_RI 0x40 /* Ring Indicator */ X+#define UART_MSR_DSR 0x20 /* Data Set Ready */ X+#define UART_MSR_CTS 0x10 /* Clear to Send */ X+#define UART_MSR_DDCD 0x08 /* Delta DCD */ X+#define UART_MSR_TERI 0x04 /* Trailing edge ring indicator */ X+#define UART_MSR_DDSR 0x02 /* Delta DSR */ X+#define UART_MSR_DCTS 0x01 /* Delta CTS */ X+#define UART_MSR_ANY_DELTA 0x0F /* Any of the delta bits! */ X+ X+/* X+ * These are the definitions for the Extended Features Register X+ * (StarTech 16C660 only, when DLAB=1) X+ */ X+#define UART_EFR_CTS 0x80 /* CTS flow control */ X+#define UART_EFR_RTS 0x40 /* RTS flow control */ X+#define UART_EFR_SCD 0x20 /* Special character detect */ X+#define UART_EFR_ECB 0x10 /* Enhanced control bit */ X+/* X+ * the low four bits control software flow control X+ */ X+ X+#endif /* _LINUX_SERIAL_REG_H */ X+ END-of-uisp/files/patch-ae echo x - uisp/files/patch-ad sed 's/^X//' >uisp/files/patch-ad << 'END-of-uisp/files/patch-ad' X--- linux_lp.h.orig Thu Jan 1 00:00:00 1970 X+++ linux_lp.h Fri Feb 16 19:44:52 2001 X@@ -0,0 +1,188 @@ X+#ifndef _LINUX_LP_H X+#define _LINUX_LP_H X+ X+/* X+ * usr/include/linux/lp.h c.1991-1992 James Wiegand X+ * many modifications copyright (C) 1992 Michael K. Johnson X+ * Interrupt support added 1993 Nigel Gamble X+ */ X+ X+/* X+ * Per POSIX guidelines, this module reserves the LP and lp prefixes X+ * These are the lp_table[minor].flags flags... X+ */ X+#define LP_EXIST 0x0001 X+#define LP_SELEC 0x0002 X+#define LP_BUSY 0x0004 X+#define LP_BUSY_BIT_POS 2 X+#define LP_OFFL 0x0008 X+#define LP_NOPA 0x0010 X+#define LP_ERR 0x0020 X+#define LP_ABORT 0x0040 X+#define LP_CAREFUL 0x0080 /* obsoleted -arca */ X+#define LP_ABORTOPEN 0x0100 X+#define LP_TRUST_IRQ 0x0200 X+ X+/* timeout for each character. This is relative to bus cycles -- it X+ * is the count in a busy loop. THIS IS THE VALUE TO CHANGE if you X+ * have extremely slow printing, or if the machine seems to slow down X+ * a lot when you print. If you have slow printing, increase this X+ * number and recompile, and if your system gets bogged down, decrease X+ * this number. This can be changed with the tunelp(8) command as well. X+ */ X+ X+#define LP_INIT_CHAR 1000 X+ X+/* The parallel port specs apparently say that there needs to be X+ * a .5usec wait before and after the strobe. X+ */ X+ X+#define LP_INIT_WAIT 1 X+ X+/* This is the amount of time that the driver waits for the printer to X+ * catch up when the printer's buffer appears to be filled. If you X+ * want to tune this and have a fast printer (i.e. HPIIIP), decrease X+ * this number, and if you have a slow printer, increase this number. X+ * This is in hundredths of a second, the default 2 being .05 second. X+ * Or use the tunelp(8) command, which is especially nice if you want X+ * change back and forth between character and graphics printing, which X+ * are wildly different... X+ */ X+ X+#define LP_INIT_TIME 2 X+ X+/* IOCTL numbers */ X+#define LPCHAR 0x0601 /* corresponds to LP_INIT_CHAR */ X+#define LPTIME 0x0602 /* corresponds to LP_INIT_TIME */ X+#define LPABORT 0x0604 /* call with TRUE arg to abort on error, X+ FALSE to retry. Default is retry. */ X+#define LPSETIRQ 0x0605 /* call with new IRQ number, X+ or 0 for polling (no IRQ) */ X+#define LPGETIRQ 0x0606 /* get the current IRQ number */ X+#define LPWAIT 0x0608 /* corresponds to LP_INIT_WAIT */ X+/* NOTE: LPCAREFUL is obsoleted and it' s always the default right now -arca */ X+#define LPCAREFUL 0x0609 /* call with TRUE arg to require out-of-paper, off- X+ line, and error indicators good on all writes, X+ FALSE to ignore them. Default is ignore. */ X+#define LPABORTOPEN 0x060a /* call with TRUE arg to abort open() on error, X+ FALSE to ignore error. Default is ignore. */ X+#define LPGETSTATUS 0x060b /* return LP_S(minor) */ X+#define LPRESET 0x060c /* reset printer */ X+#ifdef LP_STATS X+#define LPGETSTATS 0x060d /* get statistics (struct lp_stats) */ X+#endif X+#define LPGETFLAGS 0x060e /* get status flags */ X+#define LPTRUSTIRQ 0x060f /* set/unset the LP_TRUST_IRQ flag */ X+ X+/* timeout for printk'ing a timeout, in jiffies (100ths of a second). X+ This is also used for re-checking error conditions if LP_ABORT is X+ not set. This is the default behavior. */ X+ X+#define LP_TIMEOUT_INTERRUPT (60 * HZ) X+#define LP_TIMEOUT_POLLED (10 * HZ) X+ X+#ifdef __KERNEL__ X+ X+/* Magic numbers for defining port-device mappings */ X+#define LP_PARPORT_UNSPEC -4 X+#define LP_PARPORT_AUTO -3 X+#define LP_PARPORT_OFF -2 X+#define LP_PARPORT_NONE -1 X+ X+#define LP_F(minor) lp_table[(minor)].flags /* flags for busy, etc. */ X+#define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */ X+#define LP_TIME(minor) lp_table[(minor)].time /* wait time */ X+#define LP_WAIT(minor) lp_table[(minor)].wait /* strobe wait */ X+#define LP_IRQ(minor) lp_table[(minor)].dev->port->irq /* interrupt # */ X+ /* PARPORT_IRQ_NONE means polled */ X+#ifdef LP_STATS X+#define LP_STAT(minor) lp_table[(minor)].stats /* statistics area */ X+#endif X+#define LP_BUFFER_SIZE 256 X+ X+#define LP_BASE(x) lp_table[(x)].dev->port->base X+ X+#ifdef LP_STATS X+struct lp_stats { X+ unsigned long chars; X+ unsigned long sleeps; X+ unsigned int maxrun; X+ unsigned int maxwait; X+ unsigned int meanwait; X+ unsigned int mdev; X+}; X+#endif X+ X+struct lp_struct { X+ struct pardevice *dev; X+ unsigned long flags; X+ unsigned int chars; X+ unsigned int time; X+ unsigned int wait; X+ char *lp_buffer; X+#ifdef LP_STATS X+ unsigned int lastcall; X+ unsigned int runchars; X+ struct lp_stats stats; X+#endif X+ struct wait_queue *wait_q; X+ unsigned int last_error; X+ volatile unsigned int irq_detected:1; X+ volatile unsigned int irq_missed:1; X+}; X+ X+/* X+ * The following constants describe the various signals of the printer port X+ * hardware. Note that the hardware inverts some signals and that some X+ * signals are active low. An example is LP_STROBE, which must be programmed X+ * with 1 for being active and 0 for being inactive, because the strobe signal X+ * gets inverted, but it is also active low. X+ */ X+ X+/* X+ * bit defines for 8255 status port X+ * base + 1 X+ * accessed with LP_S(minor), which gets the byte... X+ */ X+#define LP_PBUSY 0x80 /* inverted input, active high */ X+#define LP_PACK 0x40 /* unchanged input, active low */ X+#define LP_POUTPA 0x20 /* unchanged input, active high */ X+#define LP_PSELECD 0x10 /* unchanged input, active high */ X+#define LP_PERRORP 0x08 /* unchanged input, active low */ X+ X+/* X+ * defines for 8255 control port X+ * base + 2 X+ * accessed with LP_C(minor) X+ */ X+#define LP_PINTEN 0x10 /* high to read data in or-ed with data out */ X+#define LP_PSELECP 0x08 /* inverted output, active low */ X+#define LP_PINITP 0x04 /* unchanged output, active low */ X+#define LP_PAUTOLF 0x02 /* inverted output, active low */ X+#define LP_PSTROBE 0x01 /* short high output on raising edge */ X+ X+/* X+ * the value written to ports to test existence. PC-style ports will X+ * return the value written. AT-style ports will return 0. so why not X+ * make them the same ? X+ */ X+#define LP_DUMMY 0x00 X+ X+/* X+ * This is the port delay time, in microseconds. X+ * It is used only in the lp_init() and lp_reset() routine. X+ */ X+#define LP_DELAY 50 X+ X+#define LP_POLLED(minor) (lp_table[(minor)].dev->port->irq == PARPORT_IRQ_NONE) X+#define LP_PREEMPTED(minor) (lp_table[(minor)].dev->port->waithead != NULL) X+ X+/* X+ * function prototypes X+ */ X+ X+extern int lp_init(void); X+ X+#endif X+ X+#endif END-of-uisp/files/patch-ad echo x - uisp/files/patch-ac sed 's/^X//' >uisp/files/patch-ac << 'END-of-uisp/files/patch-ac' X--- Serial.C.orig Tue Aug 29 17:08:28 2000 X+++ Serial.C Fri Feb 16 19:33:18 2001 X@@ -10,7 +10,11 @@ X #include X #include X #include X+#if defined (__FreeBSD__) X+#include X+#else X #include X+#endif X #include X #include "Global.h" X #include "Serial.h" END-of-uisp/files/patch-ac echo x - uisp/files/patch-ab sed 's/^X//' >uisp/files/patch-ab << 'END-of-uisp/files/patch-ab' X--- DAPA.h.orig Tue Aug 29 17:08:28 2000 X+++ DAPA.h Fri Feb 16 19:58:33 2001 X@@ -12,7 +12,9 @@ X #include X #include X #include X+#if !defined (__FreeBSD__) X #include X+#endif X #include "Error.h" X X class TDAPA { END-of-uisp/files/patch-ab echo x - uisp/files/patch-aa sed 's/^X//' >uisp/files/patch-aa << 'END-of-uisp/files/patch-aa' X--- DAPA.C.orig Tue Aug 29 17:08:28 2000 X+++ DAPA.C Fri Feb 16 20:57:23 2001 X@@ -20,6 +20,7 @@ X X #include X #include X+#if !defined (__FreeBSD__) X #include X X /* sys/io.h is the correct file. If your system doesn't have that X@@ -35,8 +36,20 @@ X #endif X */ X #include "io_uisp.h" X+#endif X X #include X+ X+#if defined(__FreeBSD__) X+#define __KERNEL__ X+#define LP_STATS X+#include "linux_lp.h" X+#undef __KERNEL__ X+#undef LP_STATS X+#include "linux_serial_reg.h" X+#endif X+ X+#if !defined (__FreeBSD__) X #ifdef DIRTYHACK X #define __KERNEL__ X #endif X@@ -44,6 +57,14 @@ X #ifdef DIRTYHACK X #undef __KERNEL__ X #endif X+#else X+#include X+#include X+#include X+#define ioperm i386_set_ioperm X+#define _outb(a,b) outb(b,a) X+#endif X+ X #include X #include X #include "Global.h" X@@ -133,51 +154,51 @@ X void TDAPA::Reset(){ X switch(pa_type){ X case PAT_DAPA: X- outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X- outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X+ _outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X usleep(1000); X- outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(DAPA_SCK, BASE+2); usleep(1000); /* sck = 0, reset = 0 */ X break; X X case PAT_DASA: X- outb(UART_LCR_WLEN8 | UART_LCR_SBC, UART_LCR+BASE); /* select IER and FCR */ X- outb(UART_MCR_DTR | UART_MCR_RTS, UART_MCR+BASE); /* enable port, no int. */ X- outb(0, UART_IER+BASE); /* disable int */ X- outb(UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT, UART_FCR+BASE); /* disable fifo */ X+ _outb(UART_LCR_WLEN8 | UART_LCR_SBC, UART_LCR+BASE); /* select IER and FCR */ X+ _outb(UART_MCR_DTR | UART_MCR_RTS, UART_MCR+BASE); /* enable port, no int. */ X+ _outb(0, UART_IER+BASE); /* disable int */ X+ _outb(UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT, UART_FCR+BASE); /* disable fifo */ X inb(UART_LSR+BASE); /* read int flags to clear them for good */ X inb(UART_RX+BASE); /* read int flags to clear them for good */ X inb(UART_IIR+BASE); /* read int flags to clear them for good */ X inb(UART_MSR+BASE); /* read int flags to clear them for good */ X usleep(100000); /* clk = sck = reset = 1 */ X- outb(0, UART_LCR+BASE); usleep(1000); /* clk = 0, sck = 1, reset = 1 */ X- outb(DASA_RESET, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 1 */ X- outb(0, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 0 */ X+ _outb(0, UART_LCR+BASE); usleep(1000); /* clk = 0, sck = 1, reset = 1 */ X+ _outb(DASA_RESET, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 1 */ X+ _outb(0, UART_MCR+BASE); usleep(1000); /* clk = 0, sck = 0, reset = 0 */ X break; X X case PAT_STK200: X- outb(STK2_ENA1 | STK2_ENA2, BASE); /* leave MCU */ X+ _outb(STK2_ENA1 | STK2_ENA2, BASE); /* leave MCU */ X usleep(30000); X- outb(STK2_ENA2, BASE); usleep(1000); /* sck = Z, reset = 0 */ X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X- outb(STK2_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(STK2_ENA2, BASE); usleep(1000); /* sck = Z, reset = 0 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(STK2_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X break; X X case PAT_ABB: X- outb(0,BASE+2); usleep(30000); /* leave MCU */ X- outb(0,BASE); /* reset=sck=0 */ X- outb(ABB_EN,BASE+2); usleep(30000); /* enable 244 driver */ X- outb(ABB_RESET,BASE); usleep(30000); /* reset=1 */ X- outb(0,BASE); usleep(30000); /* reset=0*/ X+ _outb(0,BASE+2); usleep(30000); /* leave MCU */ X+ _outb(0,BASE); /* reset=sck=0 */ X+ _outb(ABB_EN,BASE+2); usleep(30000); /* enable 244 driver */ X+ _outb(ABB_RESET,BASE); usleep(30000); /* reset=1 */ X+ _outb(0,BASE); usleep(30000); /* reset=0*/ X // fprintf(stderr, "quiting ... test\n"); exit(1); X break; X X case PAT_AVRISP: X- outb(AVRISP_ENA, BASE); /* leave MCU */ X+ _outb(AVRISP_ENA, BASE); /* leave MCU */ X usleep(30000); X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X- outb(AVRISP_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X- outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X+ _outb(AVRISP_RESET, BASE); usleep(1000); /* sck = 0, reset = 1 */ X+ _outb(0, BASE); usleep(1000); /* sck = 0, reset = 0 */ X break; X X } X@@ -188,7 +209,7 @@ X void TDAPA::JustReset(){ X switch(pa_type){ X case PAT_DAPA: X- outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X+ _outb(DAPA_SCK | DAPA_RESET, BASE+2); /* sck = 0, reset = 1 */ X break; X X case PAT_DASA: X@@ -196,16 +217,16 @@ X break; X X case PAT_STK200: X- outb(STK2_ENA2 | STK2_RESET, BASE); /* sck = Z, reset = 1 */ X+ _outb(STK2_ENA2 | STK2_RESET, BASE); /* sck = Z, reset = 1 */ X break; X X case PAT_ABB: X- outb(ABB_EN,BASE+2); /* enable 244 driver */ X- outb(ABB_RESET,BASE); /* reset=1 */ X+ _outb(ABB_EN,BASE+2); /* enable 244 driver */ X+ _outb(ABB_RESET,BASE); /* reset=1 */ X break; X X case PAT_AVRISP: X- outb(AVRISP_ENA | AVRISP_RESET, BASE); /* Leave MCU, reset = 1 */ X+ _outb(AVRISP_ENA | AVRISP_RESET, BASE); /* Leave MCU, reset = 1 */ X break; X } X usleep(20000); X@@ -214,28 +235,28 @@ X void TDAPA::SCKtoRetryEnable(){ X switch(pa_type){ X case PAT_DAPA: X- outb(0, BASE+2); BigDelay(); X- outb(DAPA_SCK, BASE+2); BigDelay(); X+ _outb(0, BASE+2); BigDelay(); X+ _outb(DAPA_SCK, BASE+2); BigDelay(); X break; X X case PAT_DASA: X- outb (DASA_SCK, UART_MCR+BASE); BigDelay (); /* sck = 1 */ X- outb (0, UART_MCR+BASE); BigDelay (); /* sck = 0 */ X+ _outb (DASA_SCK, UART_MCR+BASE); BigDelay (); /* sck = 1 */ X+ _outb (0, UART_MCR+BASE); BigDelay (); /* sck = 0 */ X break; X X case PAT_STK200: X- outb(STK2_SCK, BASE); BigDelay(); /* sck = 1 */ X- outb(0, BASE); BigDelay(); /* sck = 0 */ X+ _outb(STK2_SCK, BASE); BigDelay(); /* sck = 1 */ X+ _outb(0, BASE); BigDelay(); /* sck = 0 */ X break; X X case PAT_ABB: X- outb(ABB_SCK, BASE); BigDelay(); X- outb(0, BASE); BigDelay(); X+ _outb(ABB_SCK, BASE); BigDelay(); X+ _outb(0, BASE); BigDelay(); X break; X X case PAT_AVRISP: X- outb(AVRISP_SCK, BASE); BigDelay(); /* sck = 1 */ X- outb(0, BASE); BigDelay(); /* sck = 0 */ X+ _outb(AVRISP_SCK, BASE); BigDelay(); /* sck = 1 */ X+ _outb(0, BASE); BigDelay(); /* sck = 0 */ X break; X } X } X@@ -246,56 +267,56 @@ X for (i=0, mask = 0x80; i<8; i++, mask >>= 1){ X switch(pa_type){ X case PAT_DAPA: X- outb(b & mask ? DAPA_DOUT : 0, BASE); BigDelay(); X- outb(0, BASE+2); BigDelay (); X+ _outb(b & mask ? DAPA_DOUT : 0, BASE); BigDelay(); X+ _outb(0, BASE+2); BigDelay (); X if (!(inb (BASE+1) & DAPA_DIN)){received |= mask;} X- outb(DAPA_SCK, BASE+2); BigDelay(); X+ _outb(DAPA_SCK, BASE+2); BigDelay(); X break; X X case PAT_DASA: X- outb((b & mask) ? DASA_MOSI : 0, UART_LCR+BASE); /* send data bit, sck = 0 */ X- outb(DASA_SCK, UART_MCR+BASE); /* send data bit, sck = 1 */ X+ _outb((b & mask) ? DASA_MOSI : 0, UART_LCR+BASE); /* send data bit, sck = 0 */ X+ _outb(DASA_SCK, UART_MCR+BASE); /* send data bit, sck = 1 */ X if(longsck > -2) X BigDelay(); X if(i == 0 && longsck > 5) usleep(longsck); /* allow recharging of the capacitor */ X if (inb(UART_MSR+BASE) & DASA_MISO){received |= mask;} /* read data bit */ X- outb(0, UART_MCR+BASE); /* send data bit, sck = 0 */ X- outb(DASA_MOSI, UART_LCR+BASE); /* power it up */ X+ _outb(0, UART_MCR+BASE); /* send data bit, sck = 0 */ X+ _outb(DASA_MOSI, UART_LCR+BASE); /* power it up */ X if(longsck > -1) X BigDelay(); X break; X X case PAT_STK200: X- outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X if (inb(BASE + 1) & STK2_DIN){received |= mask;} /* read data bit */ X /* send data bit, sck = 1 */ X- outb(STK2_SCK | ((b & mask) ? STK2_DOUT : 0), BASE); X+ _outb(STK2_SCK | ((b & mask) ? STK2_DOUT : 0), BASE); X BigDelay(); X- outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? STK2_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X break; X X case PAT_ABB: X- outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X if (!(inb(BASE + 1) & ABB_DIN)){received |= mask;} /* read data bit */ X /* send data bit, sck = 1 */ X- outb(ABB_SCK | ((b & mask) ? ABB_DOUT : 0), BASE); X+ _outb(ABB_SCK | ((b & mask) ? ABB_DOUT : 0), BASE); X BigDelay(); X- outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? ABB_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X break; X X case PAT_AVRISP: X- outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X if (inb(BASE + 1) & AVRISP_DIN){received |= mask;} /* read data bit */ X /* send data bit, sck = 1 */ X X- outb(AVRISP_SCK | ((b & mask) ? AVRISP_DOUT : 0), BASE); X+ _outb(AVRISP_SCK | ((b & mask) ? AVRISP_DOUT : 0), BASE); X BigDelay(); X- outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X+ _outb((b & mask) ? AVRISP_DOUT : 0, BASE); /* send data bit, sck = 0 */ X BigDelay(); X break; X } X@@ -397,9 +418,9 @@ X if (pa_type == PAT_AVRISP) { /* Check if dongle is present */ X unsigned char avrisp_present=1; X X- outb(AVRISP_DNG_OUT | AVRISP_ENA, BASE); X+ _outb(AVRISP_DNG_OUT | AVRISP_ENA, BASE); X if (!(inb(BASE+1)&AVRISP_DNG_IN)) avrisp_present=0; X- outb(AVRISP_ENA, BASE); X+ _outb(AVRISP_ENA, BASE); X if (inb(BASE+1)&AVRISP_DNG_IN) avrisp_present=0; X if (!(inb(BASE+1)&AVRISP_DNG_IN1)) avrisp_present=0; X if (!avrisp_present) { X@@ -410,12 +431,12 @@ X X TDAPA::~TDAPA(){ X switch(pa_type){ X- case PAT_DAPA: outb(DAPA_SCK | DAPA_RESET, BASE+2); break; X- case PAT_DASA: outb(DASA_RESET | DASA_SCK, UART_MCR+BASE); X- outb(DASA_MOSI, UART_LCR+BASE); break; X- case PAT_STK200: outb(STK2_ENA1 | STK2_ENA2 | STK2_RESET, BASE); break; X- case PAT_ABB: outb(0, BASE+2); outb(ABB_RESET, BASE); break; X- case PAT_AVRISP: outb(AVRISP_ENA | AVRISP_RESET, BASE); break; X+ case PAT_DAPA: _outb(DAPA_SCK | DAPA_RESET, BASE+2); break; X+ case PAT_DASA: _outb(DASA_RESET | DASA_SCK, UART_MCR+BASE); X+ _outb(DASA_MOSI, UART_LCR+BASE); break; X+ case PAT_STK200: _outb(STK2_ENA1 | STK2_ENA2 | STK2_RESET, BASE); break; X+ case PAT_ABB: _outb(0, BASE+2); _outb(ABB_RESET, BASE); break; X+ case PAT_AVRISP: _outb(AVRISP_ENA | AVRISP_RESET, BASE); break; X } X } END-of-uisp/files/patch-aa echo x - uisp/pkg-descr sed 's/^X//' >uisp/pkg-descr << 'END-of-uisp/pkg-descr' XThis is aport of uisp, a tool to program an atmel AVR microcontroller Xthrough your parallel or serial port. Several programming hardware are Xsupported, the only one I have tested and the simplest one (no component) Xis the in-circuit parallel programmer. Schematics are available online. X XWWW: http://medo.fov.uni-mb.si/mapp/uTools/index.html X X- Bruno X Xbruno@tinkerbox.org END-of-uisp/pkg-descr echo x - uisp/pkg-comment sed 's/^X//' >uisp/pkg-comment << 'END-of-uisp/pkg-comment' XA versatile programmer for atmel AVR microcontrollers END-of-uisp/pkg-comment echo x - uisp/pkg-plist sed 's/^X//' >uisp/pkg-plist << 'END-of-uisp/pkg-plist' Xbin/uisp END-of-uisp/pkg-plist echo x - uisp/distinfo sed 's/^X//' >uisp/distinfo << 'END-of-uisp/distinfo' XMD5 (uisp-1.0b.src.tar.gz) = 3945498181030e6c000f705ac53b920f END-of-uisp/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 16:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DA8937B684 for ; Fri, 16 Feb 2001 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H0U1u94368; Fri, 16 Feb 2001 16:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CADE237B401 for ; Fri, 16 Feb 2001 16:27:43 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H0RhW94175; Fri, 16 Feb 2001 16:27:43 -0800 (PST) (envelope-from nobody) Message-Id: <200102170027.f1H0RhW94175@freefall.freebsd.org> Date: Fri, 16 Feb 2001 16:27:43 -0800 (PST) From: dl@tyfon.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25155: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25155 >Category: ports >Synopsis: `ASSERTION FAILED' errors with security/pgp6 on FreeBSD-4.2 STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 16:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Dan Larsson >Release: FreeBSD 4.2 STABLE >Organization: Tyfon Svenska AB >Environment: FreeBSD hq1.tyfon.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Feb 9 13:54:30 CET 2001 >Description: Pasting output from running PGP at prompt: ASSERTION FAILED at main.c line 197: (( ( err ) == kPGPError_NoErr ) || err == kPGPError_UserAbort) not true Pretty Good Privacy(tm) Version 6.5.8 Internal development version only - not for general release. (c) 1999 Network Associates Inc. Export of this software may be restricted by the U.S. government. ASSERTION FAILED at args.c line 1410: (( ( err ) == kPGPError_NoErr ) || err == kPGPError_UserAbort) not true For a usage summary, type: pgp -h ASSERTION FAILED at groups.c line 127: (( ( err ) == kPGPError_NoErr ) || err == kPGPError_UserAbort) not true >How-To-Repeat: cd /usr/ports/security/pgp6 && make install && pgp >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 17:25:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 83A8537B491 for ; Fri, 16 Feb 2001 17:25:19 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.2/8.11.1) id f1H1PFg38911; Fri, 16 Feb 2001 17:25:15 -0800 (PST) (envelope-from obrien) Date: Fri, 16 Feb 2001 17:25:14 -0800 From: "David O'Brien" To: Kim Shrier Cc: ports@FreeBSD.org Subject: Re: Update of lout port from 3.17 to 3.24 Message-ID: <20010216172514.B33345@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <3A8AD0A8.BC95AC35@tinker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A8AD0A8.BC95AC35@tinker.com>; from kim@tinker.com on Wed, Feb 14, 2001 at 12:38:32PM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Feb 14, 2001 at 12:38:32PM -0600, Kim Shrier wrote: > I have updated the port of lout in /usr/ports/print from version 3.17 > to 3.24. I believe I have made all the modifications necessary. The > following files were changed: Committed! Thanks! I was working on an update to this, but hadn't done the pkg-plist update yet. Your submission saved me time (and of course I like that :-)). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 17:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A4737B65D for ; Fri, 16 Feb 2001 17:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H1e2l01786; Fri, 16 Feb 2001 17:40:02 -0800 (PST) (envelope-from gnats) Received: from c1030098-a.wtrlo1.ia.home.com (c1030098-a.wtrlo1.ia.home.com [24.11.39.39]) by hub.freebsd.org (Postfix) with ESMTP id 0242937B503 for ; Fri, 16 Feb 2001 17:34:28 -0800 (PST) Received: by c1030098-a.wtrlo1.ia.home.com (Postfix, from userid 1001) id EFD5F14A2D; Fri, 16 Feb 2001 19:34:33 -0600 (CST) Message-Id: <20010217013433.EFD5F14A2D@c1030098-a.wtrlo1.ia.home.com> Date: Fri, 16 Feb 2001 19:34:33 -0600 (CST) From: mdharnois@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25157: postfix-current fails if MySQL is specified Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25157 >Category: ports >Synopsis: postfix-current fails if MySQL is specified >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 17:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Harnois >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD mharnois.workgroup.net 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Fri Feb 16 07:46:08 CST 2001 mdharnois@mharnois.workgroup.net:/usr/src/sys/compile/MYKERNEL i386 >Description: postfix-current does not build when MySQL support is included because mysql323-client requires libz >How-To-Repeat: make with the specified option >Fix: --- configure.postfix.orig Fri Feb 16 01:31:55 2001 +++ configure.postfix Fri Feb 16 19:30:43 2001 @@ -91,7 +91,7 @@ \"MySQL\") echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm" + echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" ;; \"OpenLDAP\") echo "CONF2+= sample-ldap.cf" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 20: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59C3F37B503 for ; Fri, 16 Feb 2001 20:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H404B14655; Fri, 16 Feb 2001 20:00:04 -0800 (PST) (envelope-from gnats) Received: from donar1.nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 0D8A437B684 for ; Fri, 16 Feb 2001 19:50:49 -0800 (PST) Received: (from root@localhost) by donar1.nisser.com (8.11.1/8.11.1) id f1H3olF82147; Sat, 17 Feb 2001 04:50:47 +0100 (CET) (envelope-from toor) Message-Id: <200102170350.f1H3olF82147@donar1.nisser.com> Date: Sat, 17 Feb 2001 04:50:47 +0100 (CET) From: roelof@eboa.com Reply-To: roelof@eboa.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25158: postfix-current failed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25158 >Category: ports >Synopsis: see subject >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 20:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bourne-again Superuser >Release: FreeBSD 4.2-RELEASE i386 >Organization: eBOA >Environment: fresh install, cvsup ports, openldap, mysql, cyrus-sasl, postfix-sorta >Description: gcc -Wmissing-prototypes -Wformat -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUT H -I/usr/local/include -DHAS_MYSQL -I/usr/local/include/mysql -DHAS_LDAP -I/usr/ local/include -O -pipe -I. -I../../include -DFREEBSD4 -c error.c gcc -Wmissing-prototypes -Wformat -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUT H -I/usr/local/include -DHAS_MYSQL -I/usr/local/include/mysql -DHAS_LDAP -I/usr/ local/include -O -pipe -I. -I../../include -DFREEBSD4 -o error error.o ../../li b/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a /usr/local/lib/libpcre.a /usr/local/lib/libsasl.a -lpam -lcrypt -lkrb -ldes -lcom_err /usr/local/lib/mys ql/libmysqlclient.a -lm /usr/local/lib/libldap.a /usr/local/lib/liblber.a /usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_compress_a lloc': my_compress.o(.text+0xb0): undefined reference to `compress' /usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress ': my_compress.o(.text+0x121): undefined reference to `uncompress' *** Error code 1 >How-To-Repeat: see above >Fix: you tell me For the record, some weeks ago I did manage to install above combination as advertised. On a non-critical machine, to be sure. The one before that was critical, as is this one, both have status: no dice. Again, you tell me. I jot down the steps I take and try to repeat them. Alas... it's not to be. I.e. bliss is not mine. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 20:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BB4337B503 for ; Fri, 16 Feb 2001 20:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H4U2V18772; Fri, 16 Feb 2001 20:30:02 -0800 (PST) (envelope-from gnats) Received: from donar1.nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id B020737B401 for ; Fri, 16 Feb 2001 20:21:48 -0800 (PST) Received: (from root@localhost) by donar1.nisser.com (8.11.1/8.11.1) id f1H4Llw70907; Sat, 17 Feb 2001 05:21:47 +0100 (CET) (envelope-from toor) Message-Id: <200102170421.f1H4Llw70907@donar1.nisser.com> Date: Sat, 17 Feb 2001 05:21:47 +0100 (CET) From: roelof@eboa.com Reply-To: roelof@eboa.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25159: mod-php4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25159 >Category: ports >Synopsis: too much, too soon >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 20:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bourne-again Superuser >Release: FreeBSD 4.2-RELEASE i386 >Organization: eBOA >Environment: 4.2-release >Description: ===> mod_php4-4.0.4pl1 depends on shared library: mcrypt.2 - not found ===> Verifying install for mcrypt.2 in /usr/ports/security/libmcrypt >How-To-Repeat: simon says >Fix: don't I wish! >Release-Note: >Audit-Trail: >Unformatted: >> libmcrypt-2.4.9.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/distfiles /. fetch: libmcrypt-2.4.9.tar.gz: File unavailable (e.g., file not found, no access ) >> Attempting to fetch from ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/. Receiving libmcrypt-2.4.9.tar.gz (304762 bytes): 100% 304762 bytes transferred in 6.3 seconds (47.38 kBps) ===> Extracting for libmcrypt-2.4.9 >> Checksum OK for libmcrypt-2.4.9.tar.gz. ===> libmcrypt-2.4.9 depends on executable: libtool - found ===> libmcrypt-2.4.9 depends on shared library: ltdl.1 - not found ===> Verifying install for ltdl.1 in /usr/ports/devel/libtool ===> Returning to build of libmcrypt-2.4.9 Error: shared library "ltdl.1" does not exist *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 20:51:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E6D137B491 for ; Fri, 16 Feb 2001 20:51:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H4p6s20114; Fri, 16 Feb 2001 20:51:06 -0800 (PST) (envelope-from gnats) Received: from donar1.nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 9C30237B401 for ; Fri, 16 Feb 2001 20:40:08 -0800 (PST) Received: (from root@localhost) by donar1.nisser.com (8.11.1/8.11.1) id f1H4e7118874; Sat, 17 Feb 2001 05:40:07 +0100 (CET) (envelope-from toor) Message-Id: <200102170440.f1H4e7118874@donar1.nisser.com> Date: Sat, 17 Feb 2001 05:40:07 +0100 (CET) From: roelof@eboa.com Reply-To: roelof@eboa.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25160: postfix compress Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25160 >Category: ports >Synopsis: compress not present >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 20:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bourne-again Superuser >Release: FreeBSD 4.2-RELEASE i386 >Organization: eBOA >Environment: gcc -Wmissing-prototypes -Wformat -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUT H -I/usr/local/include -DHAS_MYSQL -I/usr/local/include/mysql -O -pipe -I. -I.. /../include -DFREEBSD4 -o error error.o ../../lib/libmaster.a ../../lib/libgloba l.a ../../lib/libutil.a /usr/local/lib/libpcre.a /usr/local/lib/libsasl.a -lpam -lcrypt -lkrb -ldes -lcom_err /usr/local/lib/mysql/libmysqlclient.a -lm /usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_compress_a lloc': my_compress.o(.text+0xb0): undefined reference to `compress' /usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress ': my_compress.o(.text+0x121): undefined reference to `uncompress' *** Error code 1 >Description: 4.2-RELEASE, cvsup, SASL, mysql, postfix-current, postgresql7, lynx-ssl, courier-imap,apache13-modss, mod-php4 >How-To-Repeat: repeat recipe >Fix: who knows? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 21: 0:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 124D837B4EC; Fri, 16 Feb 2001 21:00:31 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H50VQ20798; Fri, 16 Feb 2001 21:00:31 -0800 (PST) (envelope-from kuriyama) Date: Fri, 16 Feb 2001 21:00:31 -0800 (PST) From: Message-Id: <200102170500.f1H50VQ20798@freefall.freebsd.org> To: mdharnois@home.com, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25157: postfix-current fails if MySQL is specified Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: postfix-current fails if MySQL is specified State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Fri Feb 16 21:00:17 PST 2001 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=25157 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 21: 2:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E3A37B491; Fri, 16 Feb 2001 21:02:17 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H52HF21068; Fri, 16 Feb 2001 21:02:17 -0800 (PST) (envelope-from kuriyama) Date: Fri, 16 Feb 2001 21:02:17 -0800 (PST) From: Message-Id: <200102170502.f1H52HF21068@freefall.freebsd.org> To: roelof@eboa.com, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25158: see subject Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: see subject State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Fri Feb 16 21:00:56 PST 2001 State-Changed-Why: I committed ports/25157 to fix compilation with MySQL. Please cvsup again and report if it still fail. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=25158 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 16 21: 3:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCF7437B503; Fri, 16 Feb 2001 21:03:25 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H53PB21273; Fri, 16 Feb 2001 21:03:25 -0800 (PST) (envelope-from kuriyama) Date: Fri, 16 Feb 2001 21:03:25 -0800 (PST) From: Message-Id: <200102170503.f1H53PB21273@freefall.freebsd.org> To: roelof@eboa.com, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25160: compress not present Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: compress not present State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Fri Feb 16 21:02:29 PST 2001 State-Changed-Why: I committed ports/25157 to fix compilation with MySQL. Please cvsup and try again. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=25160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 0:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DBF537B491 for ; Sat, 17 Feb 2001 00:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H8U1K48703; Sat, 17 Feb 2001 00:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B91BA37B401 for ; Sat, 17 Feb 2001 00:27:09 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H8R9Q48474; Sat, 17 Feb 2001 00:27:09 -0800 (PST) (envelope-from nobody) Message-Id: <200102170827.f1H8R9Q48474@freefall.freebsd.org> Date: Sat, 17 Feb 2001 00:27:09 -0800 (PST) From: abgoeree@uwnet.nl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25163: make package fails for mail/lbdb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25163 >Category: ports >Synopsis: make package fails for mail/lbdb >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 00:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andre Goeree >Release: 4.2-STABLE >Organization: >Environment: >Description: make package fails with this error: root@mandark# root@mandark# root@mandark# ===> Building package for lbdb-0.24 Creating package /usr/local/ports/mail/lbdb/lbdb-0.24.tgz Registering depends:. Creating gzip'd tar ball in '/usr/local/ports/mail/lbdb/lbdb-0.24.tgz' tar: can't add file libexec/m_gpg : No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 >How-To-Repeat: make install package >Fix: none yet! >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 2:33:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AAFA37B491; Sat, 17 Feb 2001 02:33:19 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HAXJj59861; Sat, 17 Feb 2001 02:33:19 -0800 (PST) (envelope-from dirk) Date: Sat, 17 Feb 2001 02:33:19 -0800 (PST) From: Message-Id: <200102171033.f1HAXJj59861@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/25159: too much, too soon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: too much, too soon Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Sat Feb 17 02:32:57 PST 2001 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=25159 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 3:49:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63A4C37B503; Sat, 17 Feb 2001 03:49:35 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HBnZU66890; Sat, 17 Feb 2001 03:49:35 -0800 (PST) (envelope-from roam) Date: Sat, 17 Feb 2001 03:49:35 -0800 (PST) From: Message-Id: <200102171149.f1HBnZU66890@freefall.freebsd.org> To: bdluevel@heitec.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25026: asrpages port missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: asrpages port missing State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Sat Feb 17 03:47:52 PST 2001 State-Changed-Why: sheldonh 2001/02/01 00:16:30 PST Removed files: sysutils/asrpages Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/asrpages/files patch-aa sysutils/asrpages/scripts configure Log: The distribution is no longer available on the world wide web. Reported by: des http://www.freebsd.org/cgi/query-pr.cgi?pr=25026 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 4:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E70137B491 for ; Sat, 17 Feb 2001 04:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HCe4w76719; Sat, 17 Feb 2001 04:40:04 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Feb 2001 04:40:04 -0800 (PST) Message-Id: <200102171240.f1HCe4w76719@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/24840: port update: net/nslint Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24840; it has been noted by GNATS. From: Peter Pentchev To: petef@databits.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/24840: port update: net/nslint Date: Sat, 17 Feb 2001 14:29:27 +0200 On Sat, Feb 03, 2001 at 09:18:54PM -0500, petef@databits.net wrote: > > >Number: 24840 > >Category: ports > >Synopsis: port update: net/nslint > >Originator: Pete Fritchman > >Organization: > Databits Network Services, Inc. > >Environment: > > latest ports tree > > >Description: > > There is a newer version of nslint. > > Also updated MAINTAINER (old MAINTAINER unresponsive), pkg-descr to include > WWW: line, and made the port PREFIX friendly. Just a question - is there a need for files/patch-aa? Can this not be accomplished by setting ALL_TARGET=nslint in the port Makefile? Apart from that, I'll commit your changes; just waiting for your opinion on this one :) G'luck, Peter -- I am not the subject of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 4:44:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EA7E37B491; Sat, 17 Feb 2001 04:44:42 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HCigf77060; Sat, 17 Feb 2001 04:44:42 -0800 (PST) (envelope-from roam) Date: Sat, 17 Feb 2001 04:44:42 -0800 (PST) From: Message-Id: <200102171244.f1HCigf77060@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, eivind@FreeBSD.org Subject: Re: ports/24906: [UPGRADE PORT] devel/re2c 0.5 -> 0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [UPGRADE PORT] devel/re2c 0.5 -> 0.9.1 Responsible-Changed-From-To: freebsd-ports->eivind Responsible-Changed-By: roam Responsible-Changed-When: Sat Feb 17 04:44:22 PST 2001 Responsible-Changed-Why: Over to maintainer; Works For Me (tm) http://www.freebsd.org/cgi/query-pr.cgi?pr=24906 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 4:45:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38F5B37B4EC for ; Sat, 17 Feb 2001 04:42:45 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HCgjx76864; Sat, 17 Feb 2001 04:42:45 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id 37B7337B401 for ; Sat, 17 Feb 2001 04:35:18 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1HCZFh42603; Sat, 17 Feb 2001 20:35:15 +0800 (CST) (envelope-from leeym) Message-Id: <200102171235.f1HCZFh42603@utopia.leeym.com> Date: Sat, 17 Feb 2001 20:35:15 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25165: update port: text/p5-XML-Stream Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25165 >Category: ports >Synopsis: update port: text/p5-XML-Stream >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 04:40:04 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: 4.x-STABLE >Description: update port to v1.11 >How-To-Repeat: >Fix: diff -ruN /usr/ports/textproc/p5-XML-Stream/Makefile p5-XML-Stream/Makefile --- /usr/ports/textproc/p5-XML-Stream/Makefile Tue Dec 12 23:34:16 2000 +++ p5-XML-Stream/Makefile Sat Feb 17 19:56:08 2001 @@ -6,7 +6,7 @@ # PORTNAME= XML-Stream -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -19,6 +19,6 @@ PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= XML::Stream.3 XML::Stream::Namespace.3 +MAN3= XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 .include diff -ruN /usr/ports/textproc/p5-XML-Stream/distinfo p5-XML-Stream/distinfo --- /usr/ports/textproc/p5-XML-Stream/distinfo Tue Dec 12 23:34:16 2000 +++ p5-XML-Stream/distinfo Sat Feb 17 19:53:39 2001 @@ -1 +1 @@ -MD5 (XML-Stream-1.10.tar.gz) = 8cf628adb1671f7ede54db5da2b64f70 +MD5 (XML-Stream-1.11.tar.gz) = a4b38a21f0adbb32e82f41fcfd8c800a diff -ruN /usr/ports/textproc/p5-XML-Stream/pkg-descr p5-XML-Stream/pkg-descr --- /usr/ports/textproc/p5-XML-Stream/pkg-descr Tue Dec 12 23:34:16 2000 +++ p5-XML-Stream/pkg-descr Sat Feb 17 20:30:51 2001 @@ -1,12 +1,15 @@ -XML::Stream v1.10 +XML::Stream v1.11 This module provides you with access to XML Streams. An XML Stream is just that. A stream of XML over a connection between two computers. For more information about XML Streams, and the group that created them, please visit: -http://etherx.jabber.org/streams +WWW: http://sourceforge.net/projects/xmlstream/ Ryan Eatmon Jabber Perl Team Leader reatmon@jabber.org + +-- +Yen-Ming Lee diff -ruN /usr/ports/textproc/p5-XML-Stream/pkg-plist p5-XML-Stream/pkg-plist --- /usr/ports/textproc/p5-XML-Stream/pkg-plist Sat Dec 16 12:09:24 2000 +++ p5-XML-Stream/pkg-plist Sat Feb 17 20:01:44 2001 @@ -1,6 +1,9 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/Stream.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Namespace.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser/DTD.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream +@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 4:54:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C634737B491; Sat, 17 Feb 2001 04:54:35 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HCsZW77820; Sat, 17 Feb 2001 04:54:35 -0800 (PST) (envelope-from mharo) Date: Sat, 17 Feb 2001 04:54:35 -0800 (PST) From: Message-Id: <200102171254.f1HCsZW77820@freefall.freebsd.org> To: ckd@ckdhr.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25011: Update port: www/analog 4.11 to 4.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: www/analog 4.11 to 4.15 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sat Feb 17 04:54:09 PST 2001 State-Changed-Why: superseded by 25079 http://www.freebsd.org/cgi/query-pr.cgi?pr=25011 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 4:55:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91D4337B4EC for ; Sat, 17 Feb 2001 04:52:42 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HCqgj77560; Sat, 17 Feb 2001 04:52:42 -0800 (PST) (envelope-from gnats) Received: from utopia.leeym.com (utopia.leeym.com [211.72.162.194]) by hub.freebsd.org (Postfix) with ESMTP id B5DFC37B401 for ; Sat, 17 Feb 2001 04:43:54 -0800 (PST) Received: (from leeym@localhost) by utopia.leeym.com (8.11.1/8.11.1) id f1HChrK52420; Sat, 17 Feb 2001 20:43:53 +0800 (CST) (envelope-from leeym) Message-Id: <200102171243.f1HChrK52420@utopia.leeym.com> Date: Sat, 17 Feb 2001 20:43:53 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw Reply-To: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25166: update port: net/p5-Net-Jabber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25166 >Category: ports >Synopsis: update port: net/p5-Net-Jabber >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 04:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: 4.x-STABLE >Description: update port to v1.0021 >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/p5-Net-Jabber/Makefile p5-Net-Jabber/Makefile --- /usr/ports/net/p5-Net-Jabber/Makefile Sun Dec 17 12:07:32 2000 +++ p5-Net-Jabber/Makefile Sat Feb 17 20:11:11 2001 @@ -6,7 +6,7 @@ # PORTNAME= Net-Jabber -PORTVERSION= 1.0020 +PORTVERSION= 1.0021 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -28,6 +28,9 @@ Net::Jabber::Data.3 \ Net::Jabber::Data::Auth.3 \ Net::Jabber::Debug.3 \ + Net::Jabber::Dialback.3 \ + Net::Jabber::Dialback::Result.3 \ + Net::Jabber::Dialback::Verify.3 \ Net::Jabber::IQ.3 \ Net::Jabber::JID.3 \ Net::Jabber::Key.3 \ @@ -45,7 +48,6 @@ Net::Jabber::Query::Filter::Rule.3 \ Net::Jabber::Query::Fneg.3 \ Net::Jabber::Query::Oob.3 \ - Net::Jabber::X::ReplyPres.3 \ Net::Jabber::Query::Register.3 \ Net::Jabber::Query::Roster.3 \ Net::Jabber::Query::Roster::Item.3 \ @@ -53,15 +55,23 @@ Net::Jabber::Query::Search::Item.3 \ Net::Jabber::Query::Time.3 \ Net::Jabber::Query::Version.3 \ - Net::Jabber::Transport.3 \ + Net::Jabber::Server.3 \ Net::Jabber::X.3 \ Net::Jabber::X::AutoUpdate.3 \ Net::Jabber::X::Delay.3 \ + Net::Jabber::X::Encrypted.3 \ + Net::Jabber::X::Form.3 \ + Net::Jabber::X::Form::Field.3 \ + Net::Jabber::X::Form::Field::Option.3 \ Net::Jabber::X::GC.3 \ Net::Jabber::X::Ident.3 \ Net::Jabber::X::Oob.3 \ + Net::Jabber::X::ReplyPres.3 \ Net::Jabber::X::Roster.3 \ Net::Jabber::X::Roster::Item.3 \ + Net::Jabber::X::SXPM.3 \ + Net::Jabber::X::SXPM::Map.3 \ + Net::Jabber::X::Signed.3 \ Net::Jabber::XDB.3 .include diff -ruN /usr/ports/net/p5-Net-Jabber/distinfo p5-Net-Jabber/distinfo --- /usr/ports/net/p5-Net-Jabber/distinfo Thu Dec 14 01:57:09 2000 +++ p5-Net-Jabber/distinfo Sat Feb 17 20:06:20 2001 @@ -1 +1 @@ -MD5 (Net-Jabber-1.0020.tar.gz) = d04cc8509a89c4c45b7d3165ed58356a +MD5 (Net-Jabber-1.0021.tar.gz) = dfad3decf35b4ed5090e3f57b8adb7c9 diff -ruN /usr/ports/net/p5-Net-Jabber/pkg-comment p5-Net-Jabber/pkg-comment --- /usr/ports/net/p5-Net-Jabber/pkg-comment Thu Dec 14 01:57:09 2000 +++ p5-Net-Jabber/pkg-comment Sat Feb 17 20:15:36 2001 @@ -1 +1 @@ -Net::Jabber provides a Perl user with access to the Jabber Instant Messaging protocol +Net::Jabber provide a Perl Developer access to the Jabber protocol diff -ruN /usr/ports/net/p5-Net-Jabber/pkg-descr p5-Net-Jabber/pkg-descr --- /usr/ports/net/p5-Net-Jabber/pkg-descr Thu Dec 14 01:57:09 2000 +++ p5-Net-Jabber/pkg-descr Sat Feb 17 20:31:08 2001 @@ -1,7 +1,23 @@ - Net::Jabber is a convenient tool to use for any perl scripts - that would like to utilize the Jabber Instant Messaging - protocol. While not a client in and of itself, it provides - all of the necessary back-end functions to make a CGI client - or command-line perl client feasible and easy to use. - Net::Jabber is a wrapper around the rest of the official - Net::Jabber::xxxxxx packages. +Net::Jabber v1.0021 + +The Jabber Instant Messaging project is an Open Source project seeking +to provide a complete cross protocol messaging solution. The problem +with current IM solutions is that they are all proprietary and cannot +talk to each other. Jabber seeks to get rid of those barriers by +allowing a Jabber client to talk with an AOL user, or an IRC chat room, +or any number of other programs. + +For more information about the Jabber project visit +WWW: http://www.jabber.org + +Net::Jabber is a collection of Perl modules that provide a Perl Developer +access to the Jabber protocol. Using OOP modules we provide a clean +interface to writing anything from a full client to a simple protocol +tester. + +Ryan Eatmon +Jabber Perl Team Leader +reatmon@jabber.org + +-- +Yen-Ming Lee diff -ruN /usr/ports/net/p5-Net-Jabber/pkg-plist p5-Net-Jabber/pkg-plist --- /usr/ports/net/p5-Net-Jabber/pkg-plist Mon Jan 8 12:15:28 2001 +++ p5-Net-Jabber/pkg-plist Sat Feb 17 20:25:01 2001 @@ -4,6 +4,9 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Data.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Data/Auth.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Debug.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Dialback.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Dialback/Result.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Dialback/Verify.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/IQ.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/JID.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Key.pm @@ -28,27 +31,38 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query/Search/Item.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query/Time.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query/Version.pm -lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Transport.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Server.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/AutoUpdate.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Delay.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Encrypted.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Form.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Form/Field.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Form/Field/Option.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/GC.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Ident.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Oob.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/ReplyPres.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Roster.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Roster/Item.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/SXPM.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/SXPM/Map.pm +lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Signed.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/XDB.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Jabber @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/SXPM @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Roster +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Form/Field +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X/Form @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/X @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query/Search @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query/Roster @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query/Filter @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query/AutoUpdate @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Query +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Dialback @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber/Data @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/Jabber @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 5: 1:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 286FF37B401; Sat, 17 Feb 2001 05:01:23 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HD1IJ78381; Sat, 17 Feb 2001 05:01:18 -0800 (PST) (envelope-from mharo) Date: Sat, 17 Feb 2001 05:01:18 -0800 (PST) From: Message-Id: <200102171301.f1HD1IJ78381@freefall.freebsd.org> To: ckd@komarr.ckdhr.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25079: analog < 4.16 has buffer overflow (possible exploit via forms) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: analog < 4.16 has buffer overflow (possible exploit via forms) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sat Feb 17 05:00:40 PST 2001 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=25079 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 5:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D672237B65D for ; Sat, 17 Feb 2001 05:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HDK2181485; Sat, 17 Feb 2001 05:20:02 -0800 (PST) (envelope-from gnats) Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 3023F37B491 for ; Sat, 17 Feb 2001 05:18:20 -0800 (PST) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 52882A86B; Sun, 18 Feb 2001 00:18:17 +1100 (EST) Message-Id: <20010217131817.52882A86B@starbug.ugh.net.au> Date: Sun, 18 Feb 2001 00:18:17 +1100 (EST) From: andrew@ugh.net.au Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25167: Upgrade of gpart port (maintainer update) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25167 >Category: ports >Synopsis: Upgrade of gpart port (maintainer update) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 05:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 4.2-STABLE i386 >Organization: UgH! >Environment: >Description: Upgrade of sysutils/gpart port (0.1g -> 0.1h) >How-To-Repeat: >Fix: diff -ruN gpart.orig/Makefile gpart/Makefile --- gpart.orig/Makefile Sat Dec 9 09:14:47 2000 +++ gpart/Makefile Sat Feb 17 22:36:51 2001 @@ -6,10 +6,11 @@ # PORTNAME= gpart -PORTVERSION= 0.1g +PORTVERSION= 0.1h CATEGORIES= sysutils -MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://home.pages.de/~michab/gpart/ \ + http://www.stud.uni-hannover.de/user/76201/gpart/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/filesystems MAINTAINER= andrew@ugh.net.au diff -ruN gpart.orig/distinfo gpart/distinfo --- gpart.orig/distinfo Sat Sep 16 19:15:15 2000 +++ gpart/distinfo Sat Feb 17 22:47:17 2001 @@ -1 +1 @@ -MD5 (gpart-0.1g.tar.gz) = 7a4f1debf68b33b9668d2cdcd5af3946 +MD5 (gpart-0.1h.tar.gz) = ee3a2d2dde70bcf404eb354b3d1ee6d4 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 5:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0468C37B491 for ; Sat, 17 Feb 2001 05:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HDe1t82799; Sat, 17 Feb 2001 05:40:01 -0800 (PST) (envelope-from gnats) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id CE2FE37B401 for ; Sat, 17 Feb 2001 05:37:53 -0800 (PST) Received: from deneb.dbai.tuwien.ac.at (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id f1HDbne02979; Sat, 17 Feb 2001 14:37:49 +0100 (MET) Received: (from pfeifer@localhost) by deneb.dbai.tuwien.ac.at (8.11.1/8.11.1) id f1HDbmP62581; Sat, 17 Feb 2001 14:37:48 +0100 (CET) (envelope-from pfeifer) Message-Id: <200102171337.f1HDbmP62581@deneb.dbai.tuwien.ac.at> Date: Sat, 17 Feb 2001 14:37:48 +0100 (CET) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) Reply-To: pfeifer@dbai.tuwien.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25168: Update the Wine port to 2001.02.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25168 >Category: ports >Synopsis: Update the Wine port to 2001.02.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 05:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: n/a >Description: This updates the Wine port to 2001.02.16. (I'm the maintainer of this port.) >How-To-Repeat: >Fix: Apply the following patch. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.103 diff -u -3 -p -r1.103 Makefile --- Makefile 2001/02/02 22:52:03 1.103 +++ Makefile 2001/02/17 09:05:25 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.01.12 +PORTVERSION= 2001.02.16 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.57 diff -u -3 -p -r1.57 distinfo --- distinfo 2001/01/15 23:45:30 1.57 +++ distinfo 2001/02/17 10:08:35 @@ -1 +1 @@ -MD5 (Wine-20010112.tar.gz) = d1556c8111d1af18ee74674b55ee70c1 +MD5 (Wine-20010216.tar.gz) = f83b355e02abdc2de3cfd385079a30b7 Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.19 diff -u -3 -p -r1.19 pkg-plist --- pkg-plist 2001/01/15 23:45:30 1.19 +++ pkg-plist 2001/02/17 10:39:42 @@ -1,8 +1,11 @@ bin/dosmod +bin/function_grep.pl +bin/specmaker bin/fnt2bdf bin/wine bin/winebuild bin/wineclipsrv +bin/winedbg.so bin/winedbg bin/winelauncher bin/winemaker @@ -44,6 +47,7 @@ include/wine/lmcons.h include/wine/lzexpand.h include/wine/mapi.h include/wine/mapidefs.h +include/wine/mciavi.h include/wine/mcx.h include/wine/mmreg.h include/wine/mmsystem.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 6:19:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 091FF37B4EC; Sat, 17 Feb 2001 06:19:34 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HEJVU90353; Sat, 17 Feb 2001 06:19:31 -0800 (PST) (envelope-from roam) Date: Sat, 17 Feb 2001 06:19:31 -0800 (PST) From: Message-Id: <200102171419.f1HEJVU90353@freefall.freebsd.org> To: clefevre@citeweb.net, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24911: Updated port: net/isc-dhcp3 (beta 2 patch level 16) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port: net/isc-dhcp3 (beta 2 patch level 16) State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Sat Feb 17 06:19:20 PST 2001 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=24911 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 6:28:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 0ADE437B67D for ; Sat, 17 Feb 2001 06:27:28 -0800 (PST) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id PAA08302; Sat, 17 Feb 2001 15:27:26 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id PAA01312; Sat, 17 Feb 2001 15:04:36 +0100 (CET) (envelope-from wosch) Date: Sat, 17 Feb 2001 15:04:36 +0100 (CET) Message-Id: <200102171404.PAA01312@paula.panke.de.freebsd.org> From: Wolfram Schneider To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ For a daily overview of changes in the ports tree, including added ports, deleted ports and security issues, you can also visit FreshPorts at http://freshports.org/ There are currently 4536 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== gtar-1.13.19 GNU version of the traditional tar archiver Maintained by: naddy@mips.inka.de Also listed in: sysutils Requires: gettext-0.10.35 Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== jday-1.2 Convert calendar dates to and from astronomical julian dates Maintained by: naddy@mips.inka.de Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== Maaate-0.1.0 MPEG audio analysis toolkit Maintained by: ijliao@FreeBSD.org Requires: autoconf-2.13, gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2, m4-1.4 normalize-0.4 A tool for adjusting the volume of wave/MP3 files to a standard level Maintained by: greid@ukug.uk.freebsd.org Requires: gettext-0.10.35, libgnugetopt-1.1 Category biology (http://www.freebsd.org/ports/biology.html) ================================================================== fasta-20.u66 A collection of programs for searching DNA and protein databases Maintained by: johann@egenetics.com fasta3-33.t08 A collection of programs for searching DNA and protein databases, V 3 Maintained by: johann@egenetics.com gaussian98-1.0.7 An ab-initio molecular orbital calculation program Maintained by: chat95@mbox.kyoto-inet.or.jp Requires: blas-1.0, gettext-0.10.35, gmake-3.79.1 Category cad (http://www.freebsd.org/ports/cad.html) ================================================================== iverilog-0.4 Icarus Verilog is a Verilog simulation and synthesis tool Maintained by: ijliao@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 sceptre-00.317 SCEPTRE is a general purpose circuit analysis program. Maintained by: grog Requires: f2c-3.0.0, f77-0.3, fpp-1.1 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-firebird-3.0R A Common BBS Server with its own customized INN News Server Maintained by: edwardc@firebird.org.tw Also listed in: net Requires: bzip2-1.0.1 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== bonobo-conf-0.1 Bonobo configuration moniker Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bonobo-0.37, bzip2-1.0.1, esound-0.2.22, gconf-0.12_1, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, tiff-3.5.5, xpm-3.4k c2lib-1.1.7 c2lib is a library of basic structures and memory allocators for C Maintained by: ijliao@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 gtgt-1.0.1 (General / GNU) template generation tools Maintained by: ijliao@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 libtecla-1.2 Interactive command line editing facilities Maintained by: ijliao@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 linux-libglade-0.6 RPM of libglade Maintained by: ports@FreeBSD.org Also listed in: linux Requires: bzip2-1.0.1, gettext-0.10.35, linux_base-6.1, popt-1.5.1, rpm-3.0.6_4 qt-designer-2.2.4 GUI C++ IDE based on QT Maintained by: will@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.06, libmng-0.9.3, png-1.0.9 ruby-libglade-1.1 A wrapper library of libglade for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ORBit-0.5.7, XFree86-3.3.6_7, esound-0.2.22, gettext-0.10.35, glib-1.2.8, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libglade-0.16, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, ruby-1.6.2.2001.02.05, ruby-gtk-0.23, tiff-3.5.5, xpm-3.4k ruby-unit-0.3.3a Ruby implementation of Kent Beck's Testing Framework (cf. eXtreme Programming) Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.2.2001.02.05, ruby-amstd-1.9.6, ruby-optparse-0.7.9, ruby-racc-runtime-1.3.6_1, ruby-rdtool-0.6.7, ruby-strscan-0.6.1 ucpp-1.0 A C preprocessor and lexer Maintained by: ijliao@FreeBSD.org Category ftp (http://www.freebsd.org/ports/ftp.html) ================================================================== puf-0.91b6 puf is a "parallel url fetcher" for UN*X systems Maintained by: ijliao@FreeBSD.org vsftpd-0.0.10 A FTP daemon that aims to be "very secure" Maintained by: nbm@FreeBSD.org Category games (http://www.freebsd.org/ports/games.html) ================================================================== defendguin-0.0.6 Another shoot-the-Bill game Maintained by: sobomax@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, aalib-1.2_1, esound-0.2.22, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, libaudiofile-0.2.0, libogg-20001018, libvorbis-20001018, sdl-devel-1.1.8, sdl_mixer-1.1.0, smpeg-0.4.2, svgalib-1.4.2_1 freecell-solver-1.4.0 A program that automatically solves games of Freecell Maintained by: ijliao@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 xblast-beta-2.7.28 Multi-player real-time strategy game for X11 (beta release) Maintained by: se@FreeBSD.org Requires: XFree86-3.3.6_7 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== eps2png-1.7 Converts EPS images to PNG Maintained by: nik@freebsd.org Requires: XFree86-3.3.6_7, ghostscript-6.50_2, png-1.0.9 libdivxdecore-0.4.7 OpenDivX decoding engine from Project Mayo Maintained by: lioux@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 libgrass5-0.9.0 Library of functions from the GRASS GIS application for use by non-GRASS programs Maintained by: john@coastalgeology.org Requires: gettext-0.10.35, gmake-3.79.1 linux-tiff-3.4 RPM of tiff lib Maintained by: ports@FreeBSD.org Also listed in: linux Requires: bzip2-1.0.1, gettext-0.10.35, linux_base-6.1, popt-1.5.1, rpm-3.0.6_4 ruby-qt2gl-0.11 Qt2 GL extension for Ruby Maintained by: knu@FreeBSD.org Also listed in: x11-toolkits ruby Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.06, libmng-0.9.3, png-1.0.9, qt-2.2.4, ruby-1.6.2.2001.02.05, ruby-opengl-0.31_1, ruby-qt2-0.11_1 xmps-opendivx-plugin-0.0.1 xmps plugin using OpenDivX decoding engine from Project Mayo Maintained by: lioux@FreeBSD.org Requires: Mesa-3.2.1_1, ORBit-0.5.7, XFree86-3.3.6_7, aalib-1.2_1, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libdivxdecore-0.4.7, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, sdl-devel-1.1.8, svgalib-1.4.2_1, tiff-3.5.5, xmps-0.2.0, xpm-3.4k xmps-win32-plugin-0.0.4 xmps plugin for Win32 (TM) Codecs Maintained by: lioux@FreeBSD.org Requires: Mesa-3.2.1_1, ORBit-0.5.7, XFree86-3.3.6_7, aalib-1.2_1, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, sdl-devel-1.1.8, svgalib-1.4.2_1, tiff-3.5.5, xmps-0.2.0, xpm-3.4k Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-gd-1.8.4 A graphics library for fast PNG creation Maintained by: ichiro@ichiro.org Also listed in: graphics Requires: freetype2-2.0.1, jpeg-6b, png-1.0.9 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== cel-0.5 A small, simple prototype-based OO language Maintained by: greid@ukug.uk.freebsd.org Requires: gettext-0.10.35, gmake-3.79.1 ruby-reference-1.0 Ruby Class and Module Reference, in HTML format Maintained by: knu@FreeBSD.org Also listed in: ruby Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== abook-0.4.11 An addressbook program with mutt mail client support Maintained by: leeym@cae.ce.ntu.edu.tw drac-1.11 Dynamic Relay Authorization Control, a pop-before-smtp implementation Maintained by: anders@fix.no mess822-0.58 RFC 822 mail message parsing library and rewriting utilities Maintained by: drs@rucus.ru.ac.za Requires: qmail-1.03 namg-0.2.8 A program to download mail from a NetAddress web account Maintained by: greid@ukug.uk.freebsd.org qmail-mysql-1.03.1.1.1 A SECURE, reliable, and FAST MTA for UNIX systems WITH MySQL support Maintained by: lioux@FreeBSD.org Requires: mysql-client-3.23.33 qmail-tls-1.03.20000823 A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support Maintained by: lioux@FreeBSD.org Category math (http://www.freebsd.org/ports/math.html) ================================================================== cln-1.1 Class Library for Numbers Maintained by: ijliao@FreeBSD.org Also listed in: devel Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 ruby-gnuplot-0 A pipe-based interface to the gnuplot package for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: XFree86-3.3.6_7, fftw-2.1.3, freetype2-2.0.1, gd-1.8.4, gnuplot-3.7.1_1, jpeg-6b, png-1.0.9, ruby-1.6.2.2001.02.05, ruby-narray-0.5.2 ruby-narray-0.5.2 Numerical N-dimensional array library for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: fftw-2.1.3, ruby-1.6.2.2001.02.05 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== 42upgrade-2000.02.05 A convenience package to upgrade your 4.2 system to 4-stable for ports Maintained by: asami@FreeBSD.org shc-3.2 A shell script "encoder" Maintained by: ijliao@FreeBSD.org ttyrec-1.0.2 ttyrec is a tty recorder Maintained by: ijliao@FreeBSD.org Category net (http://www.freebsd.org/ports/net.html) ================================================================== jabber-1.4 Online presence and instant messaging server Maintained by: joe@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libjabber-1.2, libxode-1.2, pth-1.3.7 samba-2.2.0a2 A free SMB and CIFS client and server for UNIX Maintained by: dwcjr@inethouston.net tcpstat-1.4 A program to report various network statistics Maintained by: greid@ukug.uk.freebsd.org Category news (http://www.freebsd.org/ports/news.html) ================================================================== gnus-emacs20-5.8.8_1 A popular newsreader for emacs20 Maintained by: ilya@martynov.org Also listed in: mail elisp Requires: XFree86-3.3.6_7, emacs-20.7 Category palm (http://www.freebsd.org/ports/palm.html) ================================================================== jfconv-2000.05.17 Converts JFile database to CSV, and vice versa Maintained by: knu@FreeBSD.org Also listed in: databases Category print (http://www.freebsd.org/ports/print.html) ================================================================== pips-sc880-1.0_1 Photo Image Print System for Linux --- EPSON Stylus Color880 Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: ja-linux_locale-18.0, ko-linux_locale-1.0, linux-gtk-1.2, linux-png-1.0.3, linux_base-6.1, psutils-a4-1.17_1 pips-sc980-1.0_1 Photo Image Print System for Linux --- EPSON Stylus Color980 Maintained by: taoka@FreeBSD.org Also listed in: linux Requires: ja-linux_locale-18.0, ko-linux_locale-1.0, linux-gtk-1.2, linux-png-1.0.3, linux_base-6.1, psutils-a4-1.17_1 Category security (http://www.freebsd.org/ports/security.html) ================================================================== p5-Authen-Krb5-1.2 Perl extension for Kerberos 5 Maintained by: ajk@iu.edu Also listed in: perl5 Requires: krb5-1.2.1_1 Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== cd9660_unicode-1.0 A kernel driver for reading CD disks with non-English filenames Maintained by: sobomax@FreeBSD.org wmfsm-0.31 Displays filesystem usage of mountpoints in a nice WindowMaker dockapp Maintained by: panic@subphase.de Also listed in: windowmaker Requires: XFree86-3.3.6_7, xpm-3.4k Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== libxslt-0.1.0 The XSLT C library for GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: gettext-0.10.35, gmake-3.79.1, libiconv-1.5.1, libtool-1.3.4_2, libxml2-2.3.0_1 linux-libxml-1.4.0 RPM of libxml Maintained by: ports@FreeBSD.org Also listed in: linux Requires: bzip2-1.0.1, gettext-0.10.35, linux_base-6.1, popt-1.5.1, rpm-3.0.6_4 TclExpat-1.1 The TCL interface to Expat library Maintained by: mi@aldan.algebra.com Also listed in: tcl83 Requires: expat-1.95.1_1, tcl-8.3.1 y2l-1.1 Yacc-to-Latex pretty printer/convertor Maintained by: ijliao@FreeBSD.org Category vietnamese (http://www.freebsd.org/ports/vietnamese.html) ================================================================== vi-libviet-19930831 VIQR<->VISCII conversion and VISCII ctype-like routines Maintained by: obrien@FreeBSD.org Also listed in: devel vi-vntex-1.0 teTeX Vietnamese language + font support Maintained by: obrien@FreeBSD.org Also listed in: print Requires: unzip-5.42 vi-vnxfonts-1.1.1 X fonts for displaying Vietnamese Maintained by: obrien@FreeBSD.org Also listed in: x11-fonts Requires: XFree86-3.3.6_7 Category www (http://www.freebsd.org/ports/www.html) ================================================================== eddie-1.5.1 Tool for building fault-tolerant redundant WWW servers Maintained by: sam@inf.enst.fr Requires: XFree86-3.3.6_7, autoconf-2.13, erlang-7.1.0, gettext-0.10.35, gmake-3.79.1, m4-1.4 mozilla-headers-0.8,1 Header files for mozilla communicator web-surfboard Maintained by: sobomax@FreeBSD.org Requires: ORBit-0.5.7, XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, jpeg-6b, mozilla-0.8,1, png-1.0.9 p5-HTTP-GHTTP-1.02 Perl interface to the gnome ghttp library Maintained by: skv@protey.ru Also listed in: perl5 Requires: libghttp-1.0.9 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== ratpoison-0.0.5 Simple window manager with no fat library dependencies Maintained by: 8@free.bsd.hu Requires: XFree86-3.3.6_7 Updated ports last two weeks - ----------------------------------- Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== sectar-1.0 A program to create encrypted tar archives Maintained by: greid@ukug.uk.freebsd.org Requires: libgnugetopt-1.1, libtool-1.3.4_2 unarj-2.43_1 Allows files to be extracted from ARJ archives Maintained by: ache@FreeBSD.org unzip-5.42 List, test and extract compressed files in a ZIP archive Maintained by: ache@FreeBSD.org Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== rmap-1.2_1 Generates images of the Earth centered at a particular location Maintained by: trevor@FreeBSD.org Requires: freetype2-2.0.1, gd-1.8.4, gettext-0.10.35, gmake-3.79.1, jpeg-6b, libgnugetopt-1.1, png-1.0.9 Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== gkrellmms-0.5.5 GKrellM XMMS Plugin Maintained by: ume@FreeBSD.org Requires: XFree86-3.3.6_7, esound-0.2.22, gettext-0.10.35, gkrellm-1.0.6, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libmikmod-3.1.9, libogg-20001018, libungif-4.1.0b1, libvorbis-20001018, libxml-1.8.11, png-1.0.9, tiff-3.5.5, xmms-1.2.4_1 mpg123-0.59r_1 Command-line player for mpeg layer 1, 2 and 3 audio Maintained by: jkoshy@freebsd.org Also listed in: ipv6 p5-MP3-Info-0.91 Manipulate / fetch info from MP3 audio files Maintained by: leo@florida.sarang.net Also listed in: perl5 xmcd-2.6_1 Motif CD player Maintained by: eischen@vigrid.com Requires: XFree86-3.3.6_7, open-motif-2.1.30_1, xpm-3.4k Category biology (http://www.freebsd.org/ports/biology.html) ================================================================== emboss-1.9.1_1 A collection of open source tools for genetic sequence analysis Maintained by: johann@egenetics.com Requires: XFree86-3.3.6_7, freetype2-2.0.1, gd-1.8.4, gettext-0.10.35, gmake-3.79.1, jpeg-6b, libtool-1.3.4_2, open-motif-2.1.30_1, png-1.0.9, xpm-3.4k xdrawchem-0.84a Chemical drawing program Maintained by: trevor@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.06, libmng-0.9.3, png-1.0.9, qt-2.2.4 Category cad (http://www.freebsd.org/ports/cad.html) ================================================================== irsim-9.5 An event-driven logic-level simulator for MOS circuis Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7 magic-6.5.1 An interactive editor for VLSI layouts Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1 xcircuit-2.2.1 An X11 drawing program [especially for circuit schematics] Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7, bzip2-1.0.1, ghostscript-5.50a, png-1.0.9, xpm-3.4k Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-chinput2-1.2.1 Another Chinese GB2312 and Big5 X11 input server Maintained by: phj@cn.FreeBSD.org Also listed in: x11 Requires: XFree86-3.3.6_7, mysql-client-3.23.33 zh-nvi-big5-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for big5 Maintained by: ports@FreeBSD.org Also listed in: editors zh-nvi-euccn-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for euc-cn Maintained by: ports@FreeBSD.org Also listed in: editors zh-nvi-euctw-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for euc-tw Maintained by: ports@FreeBSD.org Also listed in: editors zh-pine-4.33 A Program for Internet News & Email with Chinese(BIG-5) support Maintained by: avatar@mmlab.cse.yzu.edu.tw Also listed in: mail news zh-rxvt-2.7.5 A low memory usage xterm replacement that supports color & chinese Maintained by: keichii@iteration.net Also listed in: x11 Requires: XFree86-3.3.6_7, bzip2-1.0.1, libtool-1.3.4_2, xpm-3.4k zh-xcin-2.5.2.2_1 Chinese input method server under X Maintained by: keith@FreeBSD.org Also listed in: x11 Requires: XFree86-3.3.6_7, db-2.7.7, gettext-0.10.35, zh-kcfonts-1.05, zh-libtabe-0.1.9 zh-xemacs-mule-21.1.14 XEmacs text editor version 21, with XIM support and Big5 settings Maintained by: keith@FreeBSD.org Also listed in: editors editors Requires: XFree86-3.3.6_7, autoconf-2.13, db-2.7.7, faces-1.6.1, gettext-0.10.35, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-mule-common-21.1.14, xemacs-packages-1.7, xpm-3.4k, zh-kcfonts-1.05, zh-libtabe-0.1.9, zh-xcin-2.5.2.2_1 Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== libiconv-1.5.1 A character set conversion library Maintained by: sobomax@FreeBSD.org Also listed in: devel Requires: libtool-1.3.4_2 ruby-iconv-0.4.4 An iconv wrapper class for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: iconv-2.0_1, ruby-1.6.2.2001.02.05, ruby-amstd-1.9.6, ruby-optparse-0.7.9, ruby-racc-runtime-1.3.6_1, ruby-rdtool-0.6.7, ruby-strscan-0.6.1 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== db3-3.2.9 The Berkeley DB package, revision 3 Maintained by: ozz@FreeBSD.org.ru Requires: libtool-1.3.4_2 dbf2mysql-1.14 Programs to convert .dbf files to MySQL tables and vice versa Maintained by: jedgar@FreeBSD.org Requires: mysql-client-3.23.33 freetds-0.51_1 Sybase/Microsoft TDS protocol library Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 gigabase-2.25 GigaBASE: Object-Relational Database Management System Maintained by: ozz@FreeBSD.org.ru Requires: gettext-0.10.35, gmake-3.79.1 mysql-client-3.23.33 Multithreaded SQL database (client) Maintained by: dirk@FreeBSD.org Requires: libtool-1.3.4_2 mysql-server-3.23.33 Multithreaded SQL database (server) Maintained by: dirk@FreeBSD.org Requires: libtool-1.3.4_2, mysql-client-3.23.33 py-MySQLdb-0.3.3 Access a MySQL database through Python Maintained by: sobomax@FreeBSD.org Also listed in: python Requires: mysql-client-3.23.33, python-2.0 ruby-gdbm-1.6.2.2001.02.05 A Ruby extension to GDBM library Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: gdbm-1.8.0, ruby-1.6.2.2001.02.05 ruby-postgres-0.6.2 Ruby interface to PostgreSQL library Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: postgresql-7.0.3, ruby-1.6.2.2001.02.05 unixODBC-2.0.4 ODBC library suite for Unix Maintained by: ports@FreeBSD.org Requires: autoconf-2.13, automake-1.4, libtool-1.3.4_2, m4-1.4 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== swig-1.3a5_3 Simplified Wrapper and Interface Generator Maintained by: knu@FreeBSD.org Also listed in: perl5 python ruby tcl82 Requires: libtool-1.3.4_2, python-1.5.2_1, ruby-1.6.2.2001.02.05, tcl-8.2.3 swig-1.1p5_4 Simplified Wrapper and Interface Generator Maintained by: knu@FreeBSD.org Also listed in: perl5 python tcl82 Requires: python-1.5.2_1, tcl-8.2.3 bonobo-0.37 The component and compound document system for GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, tiff-3.5.5, xpm-3.4k fnorb-1.1_5 A CORBA 2.0 ORB written in Python Maintained by: johann@egenetics.com Also listed in: python Requires: python-2.0 gconf-0.12_1 A configuration database system for GNOME Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, tiff-3.5.5, xpm-3.4k gtranslator-0.34 A GNOME application for developing ".pot" files used with GNU Gettext Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bonobo-0.37, bzip2-1.0.1, esound-0.2.22, gconf-0.12_1, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gnomevfs-0.5, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, tiff-3.5.5, xpm-3.4k jam-2.3 A build utility like make(1) Maintained by: ports@FreeBSD.org Requires: unzip-5.42 libglade-0.16 GNOME glade library Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, esound-0.2.22, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, tiff-3.5.5, xpm-3.4k libgtop-1.0.11 GNOME top library Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, esound-0.2.22, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomelibs-1.2.11, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5, xpm-3.4k libslang-1.4.3 Routines for rapid alpha-numeric terminal applications development Maintained by: xaa+ports@madison-gurkha.com Requires: bzip2-1.0.1 libtool-1.3.4_2 Generic shared library support script Maintained by: reg@FreeBSD.org popt-1.5.1 A getopt(3) like library with a number of enhancements, from Redhat Maintained by: ycheng@sinica.edu.tw Requires: gettext-0.10.35, libtool-1.3.4_2 ruby-date2-2.4 An alternative date class for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.2.2001.02.05 sdl-devel-1.1.8 Cross-platform multi-media development API (developm. vers.) Maintained by: sobomax@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, aalib-1.2_1, esound-0.2.22, libaudiofile-0.2.0, libtool-1.3.4_2, nasm-0.98, svgalib-1.4.2_1 t1lib-1.1.0 A Type 1 Rasterizer Library for UNIX/X11 Maintained by: ijliao@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 veepee-1.0_1 A user orientated scripting environment for embedding in applications Maintained by: sobomax@FreeBSD.org Also listed in: python gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, esound-0.2.22, freetype2-2.0.1, gd-1.8.4, gettext-0.10.35, glib-1.2.8, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, png-1.0.9, python-2.0, tiff-3.5.5, xpm-3.4k Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== dedit-0.6.2.1 A simple GNOME i18n editor Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, iconv-2.0_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, tiff-3.5.5, xpm-3.4k glimmer-1.0.1 A full featured code editor for GNOME desktop with many advanced features Maintained by: sobomax@FreeBSD.org Also listed in: gnome python Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libglade-0.16, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, py-gtk-0.6.6, python-2.0, tiff-3.5.5, xpm-3.4k le-1.6.3 Text editor Maintained by: ports@FreeBSD.org Requires: bzip2-1.0.1 nvi-m17n-1.79.19991117_1 A clone of vi/ex, with multilingual patch, no default settings Maintained by: ports@FreeBSD.org vim-lite-5.7.24 Vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org vim-5.7.24 Vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.6_7, open-motif-2.1.30_1, tcl-8.0.5, xpm-3.4k vim+ruby-6.0v Vi IMproved version 6 with embedded Ruby interpreter Maintained by: obrien@FreeBSD.org Also listed in: ruby Requires: XFree86-3.3.6_7, autoconf-2.13, m4-1.4, open-motif-2.1.30_1, python-2.0, ruby-1.6.2.2001.02.05, tcl-8.0.5, xpm-3.4k vim-6.0v Vi "workalike", with many additional features Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.6_7, open-motif-2.1.30_1, python-2.0, tcl-8.0.5, xpm-3.4k xemacs-mule-common-21.1.14 XEmacs(version 21) with mule, lisp files, info pages, etc (except executables) Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, autoconf-2.13, faces-1.6.1, gettext-0.10.35, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-packages-1.7, xpm-3.4k xemacs-mule-sumo-21.1.14 The "meta-port" for XEmacs with SUMO packages Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, faces-1.6.1, gettext-0.10.35, jpeg-6b, png-1.0.9, tiff-3.5.5, xemacs-additional-packages-1.0, xemacs-basic-mule-packages-1.2, xemacs-comm-packages-2.2, xemacs-games-packages-1.2, xemacs-libs-packages-1.2, xemacs-mule-21.1.14, xemacs-mule-common-21.1.14, xemacs-mule-packages-1.1, xemacs-oa-packages-1.2, xemacs-packages-1.7, xemacs-prog-packages-2.3, xemacs-wp-packages-1.2, xpm-3.4k xemacs-mule-21.1.14 XEmacs(version 21) text editor with mule(Only the executables) Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, autoconf-2.13, faces-1.6.1, gettext-0.10.35, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-mule-common-21.1.14, xemacs-packages-1.7, xpm-3.4k xemacs-sumo-21.1.14 The "meta-port" for XEmacs with SUMO packages Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, jpeg-6b, png-1.0.9, tiff-3.5.5, xemacs-21.1.14, xemacs-additional-packages-1.0, xemacs-comm-packages-2.2, xemacs-games-packages-1.2, xemacs-libs-packages-1.2, xemacs-oa-packages-1.2, xemacs-packages-1.7, xemacs-prog-packages-2.3, xemacs-wp-packages-1.2, xpm-3.4k xemacs-21.1.14 XEmacs text editor version 21 Maintained by: gj@FreeBSD.org Requires: XFree86-3.3.6_7, autoconf-2.13, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-packages-1.7, xpm-3.4k yudit-1.6 Multi-lingual unicode text editor with TTF support Maintained by: rch@WriteMe.Com Also listed in: converters print Requires: XFree86-3.3.6_7, freetype-1.3.1_1, gettext-0.10.35, gmake-3.79.1 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== snes9x-1.34a_3 Super Nintendo Entertainment System(SNES) Emulator Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, nasm-0.98, unzip-5.42 xmame-0.37b11.1 UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) Maintained by: c9710216@studentmail.newcastle.edu.au Requires: XFree86-3.3.6_7, bzip2-1.0.1, gettext-0.10.35, gmake-3.79.1, xpm-3.4k Category ftp (http://www.freebsd.org/ports/ftp.html) ================================================================== proftpd-1.2.0rc3 Highly configurable ftp daemon Maintained by: mharo@FreeBSD.org Requires: autoconf-2.13, gettext-0.10.35, gmake-3.79.1, m4-1.4 Category games (http://www.freebsd.org/ports/games.html) ================================================================== gemdropx-0.7_1 An interesting one-player puzzle game for X Maintained by: ports@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, aalib-1.2_1, esound-0.2.22, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, libaudiofile-0.2.0, libogg-20001018, libvorbis-20001018, sdl-devel-1.1.8, sdl_mixer-1.1.0, smpeg-0.4.2, svgalib-1.4.2_1 gno3dtet-1.6.1 GNOME version of the classic 3D-ified T*tris Maintained by: ports@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, tiff-3.5.5, xpm-3.4k gnomebreakout-0.5.1 GNOME version of the classic breakout game Maintained by: ports@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, tiff-3.5.5, xpm-3.4k krogue-0.9.6.1 KDE-ified version of classical rogue Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, jpeg-6b, kdelibs-1.1.2_2, libtool-1.3.4_2, png-1.0.9, qt-1.45_1, tiff-3.5.5 mahjong-1.0.2 A networked Mah Jong program, together with a computer player Maintained by: ijliao@FreeBSD.org Also listed in: net Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1 rocksndiamonds-2.0.0 Colorful Boulderdash'n'Emerald Mine'n'Sokoban'n'Stuff Maintained by: mwest@uct.ac.za Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1 seabattle-1.0_1 A curses based battleship type game Maintained by: ports@FreeBSD.org xboard-4.2.1 X frontend for Crafty, GNUChess, Internet Chess Servers, or e-mail chess Maintained by: xaa+ports@madison-gurkha.com Requires: XFree86-3.3.6_7 xinvaders-2.1.1 Shoot-em-up them nasty little bugs Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7, autoconf-2.13, automake-1.4, gettext-0.10.35, m4-1.4 xmille-2.0_1 X window mille bourne game Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7 xtux-2001.02.04 Humorous Arcade game for X Maintained by: goranrunfeldt@home.se Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, xpm-3.4k Category german (http://www.freebsd.org/ports/german.html) ================================================================== de-webalizer-1.30.4_1 A web server log file analysis program Maintained by: dirk.meyer@dinoex.sub.org Also listed in: www Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 de-webalizer-2.1.6_1 A web server log file analysis program Maintained by: dirk.meyer@dinoex.sub.org Also listed in: www Requires: bzip2-1.0.1, freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== aalib-1.2_1 An ascii art library Maintained by: ports@FreeBSD.org Requires: autoconf-2.13, automake-1.4, libtool-1.3.4_2, m4-1.4 camediaplay-20010211 Digital camera downloading tool for Epson/Sanyo/Olympus/Agfa camera Maintained by: ports@freebsd.org dc20ctrl-0.4_1 Digital camera control and download tool for Kodak DC20 camera Maintained by: ports@FreeBSD.org Requires: jpeg-6b, png-1.0.9, tiff-3.5.5 ecg2png-0.30_1 Converts scanned 12-lead electrocardiograms into PNGs Maintained by: ports@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, autoconf-2.13, automake-1.4, freetype2-2.0.1, gd-1.8.4, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.06, libmng-0.9.3, m4-1.4, png-1.0.9, qt-2.2.4 eog-0.6 The Eye Of Gnome image viewer Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bonobo-0.37, bzip2-1.0.1, esound-0.2.22, gconf-0.12_1, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libglade-0.16, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, tiff-3.5.5, xpm-3.4k g2-0.40_1 An easy to use, portable and powerful 2D graphics library Maintained by: billf@FreeBSD.org Requires: XFree86-3.3.6_7, freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 gd-1.8.4 A graphics library for fast PNG creation Maintained by: billf@FreeBSD.org Requires: freetype2-2.0.1, jpeg-6b, png-1.0.9 Gdtclft-2.2.5_1 A TCL interface to the Thomas Boutell's Gd library Maintained by: mi@aldan.algebra.com Also listed in: tcl83 Requires: freetype-1.3.1_1, freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9, tcl-8.3.1 libimg-1.2.4 A library of image format handlers for Tk4.1 and later Maintained by: ports@FreeBSD.org Also listed in: tk83 Requires: XFree86-3.3.6_7, jpeg-6b, png-1.0.9, tcl-8.3.1, tiff-3.5.5, tk-8.3.1 linux-bmrt-2.6beta A collection of rendering programs that use the RenderMan interface Maintained by: rjoseph@mammalia.org Also listed in: linux Requires: linux_base-6.1, linux_mesa-3.2.2 p5-GD-1.32_1 A perl5 interface to Gd Graphics Library Maintained by: demon@FreeBSD.org Also listed in: perl5 Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 photopc-3.05 A utility to manage an Epson PhotoPC 500 digital camera Maintained by: ports@FreeBSD.org png-1.0.9 Library for manipulating PNG images Maintained by: ache@FreeBSD.org png2html-1.1_1 Takes a PNG image and transforms it into HTML Maintained by: jedgar@fxp.org Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 py-opengl-1.5.6 An OpenGL (and related library) interface for Python Maintained by: sobomax@FreeBSD.org Also listed in: python Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, jpeg-6b, py-imaging-1.1.1, py-numeric-17.3.0, py-tkinter-2.0, python-2.0, tcl-8.3.1, tk-8.3.1 ruby-GD-0.7.2 Ruby extension library to use Thomas Boutell's gd library Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9, ruby-1.6.2.2001.02.05, ruby-amstd-1.9.6, ruby-optparse-0.7.9, ruby-racc-runtime-1.3.6_1, ruby-rdtool-0.6.7, ruby-strscan-0.6.1 tgd-1.2c_1 A text based tool for creating and manipulating GIF images Maintained by: mharo@FreeBSD.org Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 xine-0.3.7 A MPEG-1 and MPEG-2 player Maintained by: roman@xpert.com Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libtool-1.3.4_2, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5 xmps-0.2.0 X MPEG Player System - a media player with a very nice GUI Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: Mesa-3.2.1_1, ORBit-0.5.7, XFree86-3.3.6_7, aalib-1.2_1, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, sdl-devel-1.1.8, svgalib-1.4.2_1, tiff-3.5.5, xpm-3.4k zimg-4.5.0_1 Image-generator that uses ASCII input files to create PNGs/EDFs Maintained by: ports@FreeBSD.org Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 Category hebrew (http://www.freebsd.org/ports/hebrew.html) ================================================================== iw-pine-4.33.2.9 PINE(tm) -- a Program for Internet News & Email Maintained by: nadav@cs.technion.ac.il Also listed in: mail news Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== epic4-0.9.16 The (E)nhanced (P)rogrammable (I)RC-II (C)lient Maintained by: anders@codefactory.se Requires: bzip2-1.0.1 kvirc-2.1.0 IRC client for X Maintained by: trevor@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, autoconf-2.13, automake-1.4, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.06, libmng-0.9.3, libtool-1.3.4_2, m4-1.4, png-1.0.9, qt-2.2.4 roxirc-1.72 A tcl/tk irc client Maintained by: rox@fearme.com Also listed in: tk83 Requires: XFree86-3.3.6_7, tcl-8.3.1, tk-8.3.1 xchat-1.6.4 An X11 IRC client using the GTK+ toolkit, and optionally, GNOME Maintained by: jim@FreeBSD.org Also listed in: gnome Requires: XFree86-3.3.6_7, bzip2-1.0.1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-bookview-3.0.2 NDTP client using Japanized Tcl/Tk Maintained by: takamune@avrl.mei.co.jp Requires: XFree86-3.3.6_7, ja-tcl-8.0.5, ja-tk-8.0.5 ja-epic4-0.9.16 The (E)nhanced (P)rogrammable (I)RC-II (C)lient with Japanese support Maintained by: anders@codefactory.se Also listed in: irc Requires: bzip2-1.0.1 ja-gal-0.5 A collection of widgets taken from GNOME gnumeric and evolution Maintained by: nakai@FreeBSD.org Also listed in: x11-toolkits gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bonobo-0.37, bzip2-1.0.1, esound-0.2.22, gconf-0.12_1, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gnomevfs-0.5, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libglade-0.16, libiconv-1.5.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, tiff-3.5.5, xpm-3.4k ja-groff-0.100_2 Japanese enhancement of GNU groff Maintained by: okazaki@FreeBSD.org Also listed in: print Requires: autoconf-2.13, gettext-0.10.35, gmake-3.79.1, m4-1.4 ja-jpilot-0.99_1 Desktop Organizer Software for the Palm Pilot (Japanized) Maintained by: sumikawa@FreeBSD.org Also listed in: palm comms Requires: XFree86-3.3.6_7, autoconf-2.13, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, libtool-1.3.4_2, m4-1.4, pilot-link-0.9.3, tcl-8.2.3, tk-8.2.3 ja-kakasi-2.3.3 Kanji-Kana Simple Inverter, language filter for Japanese Maintained by: max@FreeBSD.org ja-mutt-1.3.14.j0 Text-based mail client (Japanised development version) Maintained by: shuna@pop16.odn.ne.jp Also listed in: mail Requires: autoconf-2.13, automake-1.4, gettext-0.10.35, gmake-3.79.1, ja-libslang-1.4.2.j0, libiconv-1.5.1, m4-1.4, urlview-0.9 ja-nvi-eucjp-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for euc-jp Maintained by: ports@freebsd.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-nvi-iso2022jp-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for iso-2022-jp Maintained by: ports@freebsd.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-nvi-sjis-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for sjis Maintained by: ports@freebsd.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-ruby-tcltklib-1.6.2.2001.02.05 A Ruby interface to Tcl/Tk libraries Maintained by: knu@FreeBSD.org Also listed in: lang x11-toolkits ruby tcl80 tk80 Requires: XFree86-3.3.6_7, ja-tcl-8.0.5, ja-tk-8.0.5, ruby-1.6.2.2001.02.05 ja-ruby-tk-1.6.2.2001.02.05 Ruby interface to the Tk widget set Maintained by: knu@FreeBSD.org Also listed in: x11-toolkits ruby tk80 Requires: XFree86-3.3.6_7, ja-ruby-tcltklib-1.6.2.2001.02.05, ja-tcl-8.0.5, ja-tk-8.0.5, ruby-1.6.2.2001.02.05 ja-sj3-2.0.1.20_1 A Japanese input method Maintained by: hidekazu@cs.titech.ac.jp Requires: imake-4.0.1 ja-xemacs-canna+freewnn-21.1.14 XEmacs(version 21) text editor, with SJ3, SKK, Canna and FreeWnn support Maintained by: kiri@FreeBSD.org Also listed in: editors Requires: XFree86-3.3.6_7, autoconf-2.13, faces-1.6.1, gettext-0.10.35, ja-Canna-3.2.2, ja-FreeWnn-lib-1.1.1.a017, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-mule-common-21.1.14, xemacs-packages-1.7, xpm-3.4k ja-xemacs-canna+wnn6-21.1.14 XEmacs(version 21) text editor, with SJ3, SKK, Canna and Wnn6 support Maintained by: kiri@FreeBSD.org Also listed in: editors Requires: XFree86-3.3.6_7, autoconf-2.13, faces-1.6.1, gettext-0.10.35, ja-Canna-3.2.2, ja-Wnn6-lib-98.10.28, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-mule-common-21.1.14, xemacs-packages-1.7, xpm-3.4k ja-xemacs-canna-21.1.14 XEmacs(version 21) text editor, with SJ3, SKK and Canna support Maintained by: kiri@FreeBSD.org Also listed in: editors Requires: XFree86-3.3.6_7, autoconf-2.13, faces-1.6.1, gettext-0.10.35, ja-Canna-3.2.2, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-mule-common-21.1.14, xemacs-packages-1.7, xpm-3.4k ja-xemacs-freewnn-21.1.14 XEmacs(version 21) text editor, with SJ3, SKK and FreeWnn support Maintained by: kiri@FreeBSD.org Also listed in: editors Requires: XFree86-3.3.6_7, autoconf-2.13, faces-1.6.1, gettext-0.10.35, ja-FreeWnn-lib-1.1.1.a017, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-mule-common-21.1.14, xemacs-packages-1.7, xpm-3.4k ja-xemacs-sumo-canna+freewnn-21.1.14 The "meta-port" for XEmacs with SUMO packages Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, faces-1.6.1, gettext-0.10.35, ja-Canna-3.2.2, ja-FreeWnn-lib-1.1.1.a017, ja-xemacs-canna+freewnn-21.1.14, jpeg-6b, png-1.0.9, tiff-3.5.5, xemacs-additional-packages-1.0, xemacs-basic-mule-packages-1.2, xemacs-comm-packages-2.2, xemacs-games-packages-1.2, xemacs-libs-packages-1.2, xemacs-mule-common-21.1.14, xemacs-oa-packages-1.2, xemacs-packages-1.7, xemacs-prog-packages-2.3, xemacs-wp-packages-1.2, xpm-3.4k ja-xemacs-sumo-canna+wnn6-21.1.14 The "meta-port" for XEmacs with SUMO packages Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, faces-1.6.1, gettext-0.10.35, ja-Canna-3.2.2, ja-Wnn6-lib-98.10.28, ja-xemacs-canna+wnn6-21.1.14, jpeg-6b, png-1.0.9, tiff-3.5.5, xemacs-additional-packages-1.0, xemacs-basic-mule-packages-1.2, xemacs-comm-packages-2.2, xemacs-games-packages-1.2, xemacs-libs-packages-1.2, xemacs-mule-common-21.1.14, xemacs-oa-packages-1.2, xemacs-packages-1.7, xemacs-prog-packages-2.3, xemacs-wp-packages-1.2, xpm-3.4k ja-xemacs-sumo-canna-21.1.14 The "meta-port" for XEmacs with SUMO packages Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, faces-1.6.1, gettext-0.10.35, ja-Canna-3.2.2, ja-xemacs-canna-21.1.14, jpeg-6b, png-1.0.9, tiff-3.5.5, xemacs-additional-packages-1.0, xemacs-basic-mule-packages-1.2, xemacs-comm-packages-2.2, xemacs-games-packages-1.2, xemacs-libs-packages-1.2, xemacs-mule-common-21.1.14, xemacs-oa-packages-1.2, xemacs-packages-1.7, xemacs-prog-packages-2.3, xemacs-wp-packages-1.2, xpm-3.4k ja-xemacs-sumo-freewnn-21.1.14 The "meta-port" for XEmacs with SUMO packages Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, faces-1.6.1, gettext-0.10.35, ja-FreeWnn-lib-1.1.1.a017, ja-xemacs-freewnn-21.1.14, jpeg-6b, png-1.0.9, tiff-3.5.5, xemacs-additional-packages-1.0, xemacs-basic-mule-packages-1.2, xemacs-comm-packages-2.2, xemacs-games-packages-1.2, xemacs-libs-packages-1.2, xemacs-mule-common-21.1.14, xemacs-oa-packages-1.2, xemacs-packages-1.7, xemacs-prog-packages-2.3, xemacs-wp-packages-1.2, xpm-3.4k ja-xemacs-sumo-wnn6-21.1.14 The "meta-port" for XEmacs with SUMO packages Maintained by: kiri@FreeBSD.org Requires: XFree86-3.3.6_7, faces-1.6.1, gettext-0.10.35, ja-Wnn6-lib-98.10.28, ja-xemacs-wnn6-21.1.14, jpeg-6b, png-1.0.9, tiff-3.5.5, xemacs-additional-packages-1.0, xemacs-basic-mule-packages-1.2, xemacs-comm-packages-2.2, xemacs-games-packages-1.2, xemacs-libs-packages-1.2, xemacs-mule-common-21.1.14, xemacs-oa-packages-1.2, xemacs-packages-1.7, xemacs-prog-packages-2.3, xemacs-wp-packages-1.2, xpm-3.4k ja-xemacs-wnn6-21.1.14 XEmacs(version 21) text editor, with SJ3, SKK and Wnn6 support Maintained by: kiri@FreeBSD.org Also listed in: editors Requires: XFree86-3.3.6_7, autoconf-2.13, faces-1.6.1, gettext-0.10.35, ja-Wnn6-lib-98.10.28, jpeg-6b, m4-1.4, png-1.0.9, tiff-3.5.5, xemacs-basic-mule-packages-1.2, xemacs-mule-common-21.1.14, xemacs-packages-1.7, xpm-3.4k Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-ami-1.0.9 Well-known Korean X11 Input Method Maintained by: cjh@FreeBSD.org Also listed in: x11 Requires: ORBit-0.5.7, XFree86-3.3.6_7, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomelibs-1.2.11, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5, xpm-3.4k ko-nvi-euckr-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for euc-kr Maintained by: ports@freebsd.org Also listed in: editors ko-nvi-iso2022kr-1.79.19991117_1 A clone of vi/ex, with multilingual patch, default settings for iso-2022-kr Maintained by: ports@freebsd.org Also listed in: editors Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== gofer-2.30b A lazy functional language Maintained by: ports@FreeBSD.org compaq-cc-6.2.9.506.1_1 Compaq Alpha Tru64 C compiler Maintained by: obrien@FreeBSD.org Requires: bzip2-1.0.1, gettext-0.10.35, popt-1.5.1, rpm-3.0.6_4 gcc-devel-20010205 EGCS enhanced version of the GNU compiler suite (inprogress version) Maintained by: obrien@FreeBSD.org Also listed in: java Requires: bison-1.28, gettext-0.10.35, gmake-3.79.1 gcc-2.95.3.test3 GNU compiler suite Maintained by: obrien@FreeBSD.org Also listed in: java Requires: gettext-0.10.35, gmake-3.79.1 ici-3.0.0 An interpretive language with C's overall feel combined with high level data types Maintained by: atrn@zeta.org.au ruby-tcltklib-1.6.2.2001.02.05 A Ruby interface to Tcl/Tk libraries Maintained by: knu@FreeBSD.org Also listed in: x11-toolkits ruby tcl82 tk82 Requires: XFree86-3.3.6_7, ruby-1.6.2.2001.02.05, tcl-8.2.3, tk-8.2.3 ruby-usersguide-20010131 Ruby users guide, in HTML format Maintained by: knu@FreeBSD.org Also listed in: ruby ruby-1.6.2.2001.02.05 An object-oriented interpreted scripting language Maintained by: knu@FreeBSD.org Also listed in: ruby ipv6 Requires: autoconf-2.13, m4-1.4 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== balsa-1.1.1 A mail reader for the gnome interface Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libproplist-0.10.1, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, pspell-0.12, tiff-3.5.5, xpm-3.4k bsmtp-1.02 Batch SMTP support for sendmail, incoming and outgoing Maintained by: naddy@mips.inka.de cclient-2000c Mark Crispen's C-client mail access routines Maintained by: petef@databits.net Also listed in: devel cucipop-1.31_1 Cubic Circle's POP3 daemon (fully RFC1939 compliant) Maintained by: vanilla@FreeBSD.org Also listed in: ipv6 elm+ME-2.4.88_1,1 A once-popular mail user agent, unofficial clone Maintained by: clefevre@poboxes.com fetchmail-5.6.5 Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap Maintained by: ve@sci.fi Also listed in: ipv6 Requires: gettext-0.10.35 grepmail-4.45 Search mailboxes for a given regexp and display matching emails Maintained by: jedgar@FreeBSD.org Requires: p5-TimeDate-1.10 imap-uw-2000c University of Washington IMAP4rev1/POP2/POP3 mail servers Maintained by: petef@databits.net Requires: cclient-2000c lbdb-0.24 Set of tools for use with mutt's external mail address query feature Maintained by: mwest@uct.ac.za Requires: gettext-0.10.35, gmake-3.79.1 listmanager-2.107 Fully-featured mailing list manager Maintained by: gshapiro@FreeBSD.org nail-9.25 BSD mail utility with MIME extensions Maintained by: ports@FreeBSD.org pine-4.33 PINE(tm) -- a Program for Internet News & Email Maintained by: petef@databits.net Also listed in: news Requires: cclient-2000c pop3lite-0.1.90 A flexible, modular RFC-compliant POP3 daemon Maintained by: greid@ukug.uk.freebsd.org Requires: gettext-0.10.35, glib-1.2.8, gmake-3.79.1, libtool-1.3.4_2 postfix-20010204 An alternative to widely-used Sendmail Maintained by: dwcjr@inethouston.net procmail-3.15.1 A local mail delivery agent Maintained by: ache@FreeBSD.org qmail-ldap-1.03.20010201 A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support Maintained by: lioux@FreeBSD.org Requires: openldap-1.2.11_1 qpopper-3.1.2_1 Berkeley POP 3 server (now maintained by Qualcomm) Maintained by: ports@FreeBSD.org Also listed in: ipv6 xc-mail-1.3,1 Mail client for X which supports POP and PGP Maintained by: trevor@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, ispell-3.1.20c_2, xclasses-1.1.0, xpm-3.4k Category math (http://www.freebsd.org/ports/math.html) ================================================================== R-a4-1.2.1 Statistical analysis language similar to AT&T's S language Maintained by: maurice@serc.rmit.edu.au Requires: XFree86-3.3.6_7 R-letter-1.2.1 Statistical analysis language similar to AT&T's S language Maintained by: maurice@serc.rmit.edu.au Requires: XFree86-3.3.6_7 calc-2.11.2 Arbitrary precision calculator Maintained by: jmz@FreeBSD.org gnuplot-3.7.1_1 A command-driven interactive function plotting program Maintained by: chuckr@FreeBSD.org Also listed in: graphics Requires: XFree86-3.3.6_7, freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 netcdf-3.5.b8 Library for machine-independent, array-oriented data access Maintained by: ports@FreeBSD.org py-numeric-17.3.0 The Numeric Extension to Python Maintained by: tg@FreeBSD.org Also listed in: python Requires: python-2.0 py-gnuplot-1.5 Python interface to gnuplot plotting program Maintained by: sobomax@FreeBSD.org Also listed in: python Requires: XFree86-3.3.6_7, freetype2-2.0.1, gd-1.8.4, gnuplot-3.7.1_1, jpeg-6b, png-1.0.9, py-numeric-17.3.0, python-2.0 scigraphica-0.6.2 A scientific application for data analysis and technical graphics Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, gtkextra-0.99.13, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, py-numeric-17.3.0, python-2.0, tiff-3.5.5, xpm-3.4k spin-3.4.4 An on-the-fly verification system for asynchronous concurrent systems Maintained by: jhanna@home.com Category mbone (http://www.freebsd.org/ports/mbone.html) ================================================================== vat-4.0b2_1 The Visual Audio Tool - multicast audioconferencing Maintained by: fenner@FreeBSD.org Also listed in: tk82 Requires: XFree86-3.3.6_7, autoconf-2.13, gsm-1.0.10, m4-1.4, tcl-8.2.3, tk-8.2.3 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== amanda24-client-2.4.2p1_2 The Advanced Maryland Automatic Network Disk Archiver Maintained by: jeh@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1, gtar-1.13.19, libtool-1.3.4_2 amanda24-server-2.4.2p1_2 The Advanced Maryland Automatic Network Disk Archiver Maintained by: jeh@FreeBSD.org Requires: amanda24-client-2.4.2p1_2, gettext-0.10.35, gmake-3.79.1, gtar-1.13.19, libtool-1.3.4_2 Category net (http://www.freebsd.org/ports/net.html) ================================================================== bind-9.1.1rc2 The Berkeley Internet Name Daemon, an implementation of DNS Maintained by: DougB@FreeBSD.org Also listed in: ipv6 djbdns-1.05 A collection of secure and reliable DNS tools Maintained by: nbm@FreeBSD.org Requires: daemontools-0.70 echoping-4.1.0 A ping-like program that uses tcp and/or http Maintained by: ports@FreeBSD.org gkrellm_snmp-0.14 A gkrellm SNMP Monitor Maintained by: eike.bernhardt@gmx.de Requires: XFree86-3.3.6_7, gettext-0.10.35, gkrellm-1.0.6, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5, ucd-snmp-4.2 gnomeicu-0.95.2 GNOME ICQ client Maintained by: nectar@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdbm-1.8.0, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, iconv-2.0_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, tiff-3.5.5, xpm-3.4k gnut-0.4.20 Text-mode client for connecting to the Gnutella distributed network Maintained by: kris@FreeBSD.org Also listed in: audio Requires: autoconf-2.13, m4-1.4 ksamba-0.3.4 KDE/Q program to setup/configure samba Maintained by: ports@FreeBSD.org Also listed in: kde Requires: XFree86-3.3.6_7, autoconf-2.13, automake-1.4, gettext-0.10.35, gmake-3.79.1, jpeg-6b, kdelibs-1.1.2_2, m4-1.4, png-1.0.9, qt-1.45_1, tiff-3.5.5 libjabber-1.2 The Jabber transports library Maintained by: lukin@okbmei.msk.su Requires: libxode-1.2 mrt-2.2.2a Multi-threaded Routing Toolkit Maintained by: ports@FreeBSD.org Also listed in: ipv6 Requires: autoconf-2.13, m4-1.4 mrtg-2.9.7_1 The multi-router traffic grapher Maintained by: demon@FreeBSD.org Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 netsaint-0.0.6_1 Extremely powerful network monitoring system Maintained by: ports@FreeBSD.org Requires: freetype2-2.0.1, gd-1.8.4, jpeg-6b, libgnugetopt-1.1, png-1.0.9 p5-PlRPC-0.2014 Perl module for writing RPC servers and clients Maintained by: vanilla@FreeBSD.org Also listed in: perl5 Requires: p5-Net-Daemon-0.34, p5-Storable-1.0.7 pchar-1.3.1 Sandia Internet path characterization tool Maintained by: bmah@FreeBSD.org Also listed in: ipv6 pvm++-0.5.1 A C++-Library for PVM Maintained by: ijliao@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2, pvm-3.4.3 smbfs-1.3.5 SMB/CIFS protocol and SMB/CIFS file system implementation Maintained by: bp@freebsd.org zephyr-20000421 Real time message passing and notification service Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7 Category news (http://www.freebsd.org/ports/news.html) ================================================================== pan-0.9.3 Threaded GNOME newsreader based on Agent for Windows Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bonobo-0.37, bzip2-1.0.1, esound-0.2.22, gal-0.5, gconf-0.12_1, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gnomevfs-0.5, gtk-1.2.8_1, gtkhtml-0.8.2, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libglade-0.16, libiconv-1.5.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, pspell-0.12, tiff-3.5.5, xpm-3.4k Category palm (http://www.freebsd.org/ports/palm.html) ================================================================== jpilot-0.99_1 Desktop Organizer Software for the Palm Pilot Maintained by: varju@webct.com Also listed in: comms Requires: XFree86-3.3.6_7, autoconf-2.13, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, libtool-1.3.4_2, m4-1.4, pilot-link-0.9.3, tcl-8.2.3, tk-8.2.3 Category print (http://www.freebsd.org/ports/print.html) ================================================================== acroread4-4.05 View, distribute and print PDF documents Maintained by: dima@FreeBSD.org Also listed in: linux Requires: linux_base-6.1 cjk-lyx-1.1.5.2 Document processor interfaced with LaTeX, with CJK support Maintained by: cjh@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2, libwww-5.3.1, png-1.0.9, teTeX-1.0.7, xforms-0.89, xpm-3.4k lout-3.24 LaTeX like document creation system with PostScript/PDF output Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 Category russian (http://www.freebsd.org/ports/russian.html) ================================================================== ru-ispell-1.0_1 Russian (KOI8-R) dictionary for ISPELL Maintained by: ports@FreeBSD.org Also listed in: textproc Requires: ispell-3.1.20c_2 Category security (http://www.freebsd.org/ports/security.html) ================================================================== heimdal-0.3e A re-implementation of Kerberos V Maintained by: nectar@FreeBSD.ORG Also listed in: ipv6 Requires: XFree86-3.3.6_7 libmcrypt-2.4.9 Multi-cipher cryptographic library (used in PHP3) Maintained by: ports@FreeBSD.org Requires: libtool-1.3.4_2 nessus-libnasl-1.0.7a Nessus Attack Scripting Language Maintained by: olgeni@FreeBSD.org Requires: libtool-1.3.4_2, nessus-libraries-1.0.7a nessus-libraries-1.0.7a Libraries for Nessus, the security scanner Maintained by: olgeni@FreeBSD.org Requires: libtool-1.3.4_2 nessus-plugins-1.0.7a Plugins for Nessus, the security scanner Maintained by: olgeni@FreeBSD.org Requires: lynx-2.8.3.1, nessus-1.0.7a, nessus-libnasl-1.0.7a, nessus-libraries-1.0.7a, nmap-2.53 nessus-1.0.7a A security scanner: looks for vulnerabilities in a given network Maintained by: olgeni@FreeBSD.org Requires: libtool-1.3.4_2, nessus-libnasl-1.0.7a, nessus-libraries-1.0.7a OpenSSH-2.2.0_2 OpenBSD's secure shell client and server (remote login program) Maintained by: green@FreeBSD.org ssh-1.2.27_3 Secure shell client and server (remote login program) Maintained by: ports@FreeBSD.org Also listed in: ipv6 Requires: XFree86-3.3.6_7, autoconf-2.13, m4-1.4 uvscan_dat-4122 AntiVirus DAT file for uvscan Maintained by: kris@FreeBSD.org xinetd-2.1.8.9pre14 Replacement for inetd with control and logging Maintained by: vanilla@FreeBSD.org zebedee-2.2.1 Encrypted, secure compressed TCP tunnel Maintained by: greg@hewgill.com Requires: bzip2-1.0.1 Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== grub-0.5.96 GRand Unified Bootloader Maintained by: ports@FreeBSD.org Requires: gettext-0.10.35, gmake-3.79.1 gtop-1.0.12 GNOME system moniter program Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libgtop-1.0.11, libtool-1.3.4_2, libungif-4.1.0b1, libxml-1.8.11, png-1.0.9, tiff-3.5.5, xpm-3.4k healthd-0.6.4_1 A daemon to monitor vital motherboard parameters Maintained by: jeh@FreeBSD.org Also listed in: ipv6 ipa-1.0.4 IP Accounting Daemon Maintained by: simon@simon.org.ua logtool-1.0.5 Parse syslog logfile into a palatable format Maintained by: ijliao@FreeBSD.org Requires: libgnugetopt-1.1 lsof-4.55 Lists information about open files (similar to fstat(1)) Maintained by: obrien@FreeBSD.org ruby-syslog-20010130 Ruby module to access syslog(3) interface Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: ruby-1.6.2.2001.02.05 webmin-0.84_2 Web-based interface for system administration for Unix Maintained by: olgeni@FreeBSD.org Requires: p5-Net-SSLeay-1.05 xbattbar-1.4.2 Simple battery meter Maintained by: sumikawa@FreeBSD.org Requires: XFree86-3.3.6_7 xw-0.1.0 X app to list current users logged into the system Maintained by: dan@spot.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== libxml2-2.3.0_1 Xml parser library for GNOME Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: gettext-0.10.35, gmake-3.79.1, libiconv-1.5.1, libtool-1.3.4_2 libxode-1.2 Library of XML and string helper functions Maintained by: lukin@okbmei.msk.su Requires: libtool-1.3.4_2 xml-i18n-tools-0.8 Xml internationalization support for GNOME, and others Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: gettext-0.10.35, gmake-3.79.1, libtool-1.3.4_2 Category vietnamese (http://www.freebsd.org/ports/vietnamese.html) ================================================================== vi-vnterm-3.4 An xterm that speaks Vietnamese Maintained by: obrien@FreeBSD.org Also listed in: x11 Requires: XFree86-3.3.6_7, vi-libviet-19930831, vi-vnxfonts-1.1.1 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache+ipv6-1.3.17_1 The extremely popular Apache http server. Very fast, very clean Maintained by: sumikawa@FreeBSD.org Also listed in: ipv6 apache_fp-1.3.17 The Apache webserver with w/MS Frontpage 2000 Extentions Maintained by: hetzels@westbend.net apache-1.3.17_1 The extremely popular Apache http server. Very fast, very clean Maintained by: ache@freebsd.org http-analyze-2.01_1 A fast Log-Analyzer for web servers Maintained by: todd@thisisa.com Requires: freetype2-2.0.1, gd-1.8.4, gif2png-2.4.0, jpeg-6b, png-1.0.9, python-2.0 jetty-2.4.9 Extensible Java HTTP Server Maintained by: stephane.legrand@bigfoot.com Also listed in: java Requires: javavmwrapper-1.1, jre-1.1.8 mmosaic-3.7.2 Web browser based in part on Mosaic, but with many modernizations Maintained by: trevor@FreeBSD.org Requires: XFree86-3.3.6_7, open-motif-2.1.30_1, png-1.0.9, xpm-3.4k mnogosearch-3.1.10 Full featured SQL-based hypertext search engine Maintained by: ache@FreeBSD.org Also listed in: databases Requires: gettext-0.10.35, gmake-3.79.1 mod_dtcl-0.8.12 Embeds a TCL8 interpreter in the Apache server Maintained by: mi@aldan.algebra.com Also listed in: tcl83 Requires: apache-1.3.17_1, tcl-8.3.1 mod_perl-1.25 Embeds a Perl interpreter in the Apache server Maintained by: sheldonh@FreeBSD.org Also listed in: perl5 Requires: apache-1.3.17_1 mozilla-embedded-0.8,1 The embeddiable component of mozilla ver 0.0 communicator web-surfboard Maintained by: sobomax@FreeBSD.org Requires: ORBit-0.5.7, XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, jpeg-6b, mozilla-0.8,1, png-1.0.9 mozilla-0.8,1 The open source, standards compliant web browser Maintained by: reg@FreeBSD.org Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, jpeg-6b, png-1.0.9 p5-HTML-Mason-1.0 High-performance, dynamic web site authoring system Maintained by: dsh@vlink.ru Also listed in: perl5 Requires: p5-MLDBM-2.00 squishdot-0.7.3 A web-based news publishing and discussion product for Zope Maintained by: nbm@FreeBSD.org Requires: zope-2.3.0 tclhttpd-3.2.1 An http-server implemented in TCL Maintained by: mi@aldan.algebra.com Also listed in: tcl83 Requires: tcl-8.3.1, tcllib-0.8 webalizer-2.1.6_2 A web server log file analysis program Maintained by: ache@FreeBSD.org Requires: bzip2-1.0.1, freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 webalizer-2.1.6_1 A web server log file analysis program Maintained by: dirk.meyer@dinoex.sub.org Requires: bzip2-1.0.1, freetype2-2.0.1, gd-1.8.4, jpeg-6b, png-1.0.9 Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) ================================================================== dfm-0.99.8 OS/2 - like Desktop-File-Manager for X Window System Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5, xpm-3.4k nautilus-0.8 GNOME file manager and graphical shell developed by Eazel Maintained by: sobomax@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bonobo-0.37, bzip2-1.0.1, esound-0.2.22, freetype2-2.0.1, gal-0.5, gconf-0.12_1, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gnomevfs-0.5, gtk-1.2.8_1, gtkhtml-0.8.2, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libghttp-1.0.9, libglade-0.16, libiconv-1.5.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libwww-5.3.1, libxml-1.8.11, medusa-0.3.0, oaf-0.6.2, png-1.0.9, popt-1.5.1, pspell-0.12, rpm-3.0.6_4, tiff-3.5.5, xpm-3.4k Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== eazel-themes-0.0.10207 A nice GTK+ and Sawfish themes created by Eazel Maintained by: sobomax@altavista.net Requires: ORBit-0.5.7, XFree86-3.3.6_7, bzip2-1.0.1, esound-0.2.22, gdbm-1.8.0, gdk-pixbuf-0.9.0_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gnomecontrolcenter-1.2.2_2, gnomelibs-1.2.11, gtk-1.2.8_1, gtk-engines-0.10, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, librep-0.13.4, libtool-1.3.4_2, libungif-4.1.0b1, png-1.0.9, rep-gtk-0.15, sawfish-0.37.2, tiff-3.5.5, xpm-3.4k gal-0.5 A collection of widgets taken from GNOME gnumeric and evolution Maintained by: ade@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.7, XFree86-3.3.6_7, bonobo-0.37, bzip2-1.0.1, esound-0.2.22, gconf-0.12_1, gdk-pixbuf-0.9.0_1, gettext-0.10.35, ghostscript-6.50_2, glib-1.2.8, gmake-3.79.1, gnomeaudio-1.0.0, gnomecontrolcenter-1.2.2_2, gnomecore-1.2.4, gnomelibs-1.2.11, gnomeprint-0.25, gnomevfs-0.5, gtk-1.2.8_1, guile-1.4, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libglade-0.16, libiconv-1.5.1, libtool-1.3.4_2, libungif-4.1.0b1, libunicode-0.4_2, libxml-1.8.11, oaf-0.6.2, png-1.0.9, popt-1.5.1, tiff-3.5.5, xpm-3.4k gob-1.0.6 A preprocessor for making GTK+ objects with inline C Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1 gtk-1.2.8_1 Gimp Toolkit for X11 GUI Maintained by: vanilla@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, libtool-1.3.4_2 gtk-1.3.2_1 General Toolkit for X11 GUI (unstable development version) Maintained by: vanilla@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.3.2, jpeg-6b, libiconv-1.5.1, libtool-1.3.4_2, pango-0.13, png-1.0.9, tiff-3.5.5, xpm-3.4k gtkextra-0.99.13 A useful widget set complementary to GTK+ Maintained by: sobomax@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, libtool-1.3.4_2 py-pmw-0.8.5 High-level compound graphics widgets for Python Maintained by: tg@FreeBSD.org Also listed in: python Requires: XFree86-3.3.6_7, blt-2.4u, py-tkinter-2.0, python-2.0, tcl-8.3.1, tk-8.3.1 qt-2.2.4 A C++ X GUI toolkit Maintained by: will@FreeBSD.org Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.06, libmng-0.9.3, png-1.0.9 ruby-qt2-0.11_1 Qt2 extension for Ruby Maintained by: knu@FreeBSD.org Also listed in: ruby Requires: Mesa-3.2.1_1, XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1, jpeg-6b, lcms-1.06, libmng-0.9.3, png-1.0.9, qt-2.2.4, ruby-1.6.2.2001.02.05 ruby-tk-1.6.2.2001.02.05 Ruby interface to the Tk widget set Maintained by: knu@FreeBSD.org Also listed in: ruby tk82 Requires: XFree86-3.3.6_7, ruby-1.6.2.2001.02.05, ruby-tcltklib-1.6.2.2001.02.05, tcl-8.2.3, tk-8.2.3 xenophilia-200101251009 Xenophilia theme module to make GTK+ look nicier Maintained by: sobomax@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== enlightenment-0.16.5_5 A very artistic X window manager Maintained by: vanilla@FreeBSD.org Requires: XFree86-3.3.6_7, esound-0.2.22, fnlib-0.5, freetype-1.3.1_1, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libghttp-1.0.9, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5 fvwm-gtk-2.3.28 Popular virtual window manager for X Maintained by: Cy.Schubert@uumail.gov.bc.ca Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, m4-1.4, xpm-3.4k ion-20010215 A window manager with a text-editorish, keyboard friendly interface Maintained by: ricci@cs.utah.edu Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1 qvwm-1.1.9 Windows 95/98/NT like window manager for X11 Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.6_7, esound-0.2.22, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libaudiofile-0.2.0, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5, xpm-3.4k sawfish-0.37.2 Lisp configurable window manager Maintained by: sobomax@FreeBSD.org Requires: XFree86-3.3.6_7, gdbm-1.8.0, gettext-0.10.35, glib-1.2.8, gmake-3.79.1, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, librep-0.13.4, libungif-4.1.0b1, png-1.0.9, rep-gtk-0.15, tiff-3.5.5 spager-0.12 A pager for sawfish without GNOME Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.6_7, gdbm-1.8.0, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, librep-0.13.4, libungif-4.1.0b1, png-1.0.9, rep-gtk-0.15, sawfish-0.37.2, tiff-3.5.5 swm-1.2.2 Window manager for low-memory systems, with title bars and shading Maintained by: trevor@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, gmake-3.79.1 xfce-3.7.2_1 CDE like desktop with GTK Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.6_7, gettext-0.10.35, glib-1.2.8, gtk-1.2.8_1, imlib-1.9.8.1, jpeg-6b, libtool-1.3.4_2, libungif-4.1.0b1, png-1.0.9, tiff-3.5.5, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== XFree86-4.0.2_6 X11R6.4/XFree86 core distribution (complete) Maintained by: jmz@FreeBSD.org Requires: freetype2-2.0.1 _________________________________________________________________ © 1996-2000 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 2001-02-17 07:06:58 UTC; based on revision 1.322 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBOo6EqDmN/mkrcYGtAQErfwP/YQmGiX9Nf92y4kr0TlXBpp2AUZRHv8c+ K91lLOCdc9jMzhPrqIBT8uXGMVd9g2O38Wc5ivnGfGhNG0pOXNR3wblXA3pBeu67 MHOV0j8F6yyss7efQx+ZYbmzEiaU515fpILkeuxEIkQfZwzPtSjzIKj1muVEePrv ei3D9HR+EWc= =ziEt -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 7:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05DAC37B4EC for ; Sat, 17 Feb 2001 07:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HFA1783194; Sat, 17 Feb 2001 07:10:01 -0800 (PST) (envelope-from gnats) Received: from ml.qubesoft.com (www.qubesoft.com [212.113.16.242]) by hub.freebsd.org (Postfix) with ESMTP id 56F3B37B503 for ; Sat, 17 Feb 2001 07:03:49 -0800 (PST) Received: (from root@localhost) by ml.qubesoft.com (8.11.1/8.11.1) id f1HF3mq75382; Sat, 17 Feb 2001 15:03:48 GMT (envelope-from n_hibma) Message-Id: <200102171503.f1HF3mq75382@ml.qubesoft.com> Date: Sat, 17 Feb 2001 15:03:48 GMT From: root@www.qubesoft.com Reply-To: root@www.qubesoft.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25169: [PATCH] update of p5-libwww port 1.62 -> 1.63 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25169 >Category: ports >Synopsis: [PATCH] update of p5-libwww port 1.62 -> 1.63 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 07:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.2-STABLE i386 >Organization: Qube Software, Ltd. >Environment: ports tree cvsuped about 10 minutes ago from cvsup.uk.freebsd.org >Description: Well, I don't know. I have this pain in the diodes down the left leg... >How-To-Repeat: Oh, dunno, about that one. [tilts head sideways] Takes quite a bit of skill. After I'd updated the port I couldn't install v1.62 no more, no Sir/Madam. I _could_ revert the version number and delete the distinfo file. Tricky. Is it just me, or is it really saturday afternoon and I am bored? >Fix: Change the PORTVERSION number of 1.62 to 1.63 and use the distinfo file entry below. distinfo: MD5 (checkbot-1.63.tar.gz) = 0f6debb01e7fd8ded7faab19aede4516 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 7:14:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67E3E37B503; Sat, 17 Feb 2001 07:14:36 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HFEau83674; Sat, 17 Feb 2001 07:14:36 -0800 (PST) (envelope-from kevlo) Date: Sat, 17 Feb 2001 07:14:36 -0800 (PST) From: Message-Id: <200102171514.f1HFEau83674@freefall.freebsd.org> To: dsh@neva.vlink.ru, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25140: update comms/qico to 0.48.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update comms/qico to 0.48.4 State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sat Feb 17 07:14:20 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25140 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 7:30:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACDF637B65D for ; Sat, 17 Feb 2001 07:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HFU1E84766; Sat, 17 Feb 2001 07:30:01 -0800 (PST) (envelope-from gnats) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 5695B37B503 for ; Sat, 17 Feb 2001 07:25:44 -0800 (PST) Received: from m427-mp1-cvx1c.gui.ntl.com ([62.252.13.171]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010217152541.QQTV10171.mta03-svc.ntlworld.com@m427-mp1-cvx1c.gui.ntl.com> for ; Sat, 17 Feb 2001 15:25:41 +0000 Message-Id: Date: Sat, 17 Feb 2001 15:34:16 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25170: New port: tempest_for_eliza: A program to send AM radio signals using a PC monitor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25170 >Category: ports >Synopsis: New port: tempest_for_eliza: A program to send AM radio signals using a PC monitor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 07:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Tempest for Eliza is a program that uses your computer monitor to send out AM short wave radio signals. You can then hear computer generated music in your radio. it teaches you that your computer can be observed. Tempest for Eliza works with every monitor, every resolution. - George Reid greid@ukug.uk.freebsd.org >How-To-Repeat: n/a >Fix: # 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: # # tempest_for_eliza # tempest_for_eliza/Makefile # tempest_for_eliza/distinfo # tempest_for_eliza/pkg-plist # tempest_for_eliza/pkg-descr # tempest_for_eliza/pkg-comment # echo c - tempest_for_eliza mkdir -p tempest_for_eliza > /dev/null 2>&1 echo x - tempest_for_eliza/Makefile sed 's/^X//' >tempest_for_eliza/Makefile << 'END-of-tempest_for_eliza/Makefile' X# New ports collection makefile for: tempest_for_eliza X# Date created: 17 February 2001 X# Whom: George Reid X# X# $FreeBSD$ X# X XPORTNAME= tempest_for_eliza XPORTVERSION= 1.0.1 XCATEGORIES= audio XMASTER_SITES= http://www.erikyyy.de/tempest/ X XMAINTAINER= greid@ukug.uk.freebsd.org X XLIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X Xpost-install: X ${MKDIR} ${PREFIX}/share/tempest X.for S in forelise jonny fruehling saints oldmacdonald ungarian X ${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/tempest X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tempest X.endif X X.include END-of-tempest_for_eliza/Makefile echo x - tempest_for_eliza/distinfo sed 's/^X//' >tempest_for_eliza/distinfo << 'END-of-tempest_for_eliza/distinfo' XMD5 (tempest_for_eliza-1.0.1.tar.gz) = 595852ebfe83674a12e28ce074cd9ad7 END-of-tempest_for_eliza/distinfo echo x - tempest_for_eliza/pkg-plist sed 's/^X//' >tempest_for_eliza/pkg-plist << 'END-of-tempest_for_eliza/pkg-plist' Xbin/tempest_for_eliza Xshare/doc/tempest/README Xshare/tempest/forelise Xshare/tempest/fruehling Xshare/tempest/jonny Xshare/tempest/oldmacdonald Xshare/tempest/saints Xshare/tempest/ungarian X@dirrm share/doc/tempest X@dirrm share/tempest END-of-tempest_for_eliza/pkg-plist echo x - tempest_for_eliza/pkg-descr sed 's/^X//' >tempest_for_eliza/pkg-descr << 'END-of-tempest_for_eliza/pkg-descr' XTempest for Eliza is a program that uses your computer monitor to send Xout AM short wave radio signals. You can then hear computer generated Xmusic in your radio. it teaches you that your computer can be Xobserved. Tempest for Eliza works with every monitor, every Xresolution. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-tempest_for_eliza/pkg-descr echo x - tempest_for_eliza/pkg-comment sed 's/^X//' >tempest_for_eliza/pkg-comment << 'END-of-tempest_for_eliza/pkg-comment' XA program to send AM radio signals using a PC monitor END-of-tempest_for_eliza/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 7:34:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDE3137B401; Sat, 17 Feb 2001 07:34:21 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HFVfg84977; Sat, 17 Feb 2001 07:31:41 -0800 (PST) (envelope-from kevlo) Date: Sat, 17 Feb 2001 07:31:41 -0800 (PST) From: Message-Id: <200102171531.f1HFVfg84977@freefall.freebsd.org> To: leeym@bsd.ce.ntu.edu.tw, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25165: update port: text/p5-XML-Stream Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: text/p5-XML-Stream State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sat Feb 17 07:31:23 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25165 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 7:50:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E647637B401; Sat, 17 Feb 2001 07:50:46 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HFm6r86631; Sat, 17 Feb 2001 07:48:06 -0800 (PST) (envelope-from kevlo) Date: Sat, 17 Feb 2001 07:48:06 -0800 (PST) From: Message-Id: <200102171548.f1HFm6r86631@freefall.freebsd.org> To: leeym@bsd.ce.ntu.edu.tw, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25166: update port: net/p5-Net-Jabber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: net/p5-Net-Jabber State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sat Feb 17 07:47:49 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25166 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 7:53:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BBC137B503; Sat, 17 Feb 2001 07:53:35 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HFrZW87074; Sat, 17 Feb 2001 07:53:35 -0800 (PST) (envelope-from kevlo) Date: Sat, 17 Feb 2001 07:53:35 -0800 (PST) From: Message-Id: <200102171553.f1HFrZW87074@freefall.freebsd.org> To: andrew@ugh.net.au, kevlo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25167: Upgrade of gpart port (maintainer update) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade of gpart port (maintainer update) State-Changed-From-To: open->closed State-Changed-By: kevlo State-Changed-When: Sat Feb 17 07:53:19 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25167 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 8:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2095B37B503 for ; Sat, 17 Feb 2001 08:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HGA2J90612; Sat, 17 Feb 2001 08:10:02 -0800 (PST) (envelope-from gnats) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 2124037B503; Sat, 17 Feb 2001 08:07:10 -0800 (PST) Received: from m155-mp1-cvx1c.gui.ntl.com ([62.252.12.155]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010217160708.RERT10171.mta03-svc.ntlworld.com@m155-mp1-cvx1c.gui.ntl.com>; Sat, 17 Feb 2001 16:07:08 +0000 Message-Id: Date: Sat, 17 Feb 2001 16:15:42 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org, demon@freebsd.org Subject: ports/25171: [PATCH] update port net/mrtg -> 2.9.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25171 >Category: ports >Synopsis: [PATCH] update port net/mrtg -> 2.9.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 08:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Update port net/mrtg to version 2.9.8 >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/net/mrtg/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 2001/02/12 10:01:05 1.32 +++ Makefile 2001/02/17 16:02:04 @@ -6,7 +6,7 @@ # PORTNAME= mrtg -PORTVERSION= 2.9.7 +PORTVERSION= 2.9.8 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ Index: distinfo =================================================================== RCS file: /usr/home/ncvs/ports/net/mrtg/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 2001/01/03 09:24:24 1.17 +++ distinfo 2001/02/17 16:02:08 @@ -1 +1 @@ -MD5 (mrtg-2.9.7.tar.gz) = ab114ce2aa3808dd23418fe625b606d9 +MD5 (mrtg-2.9.8.tar.gz) = 458dffd2cafc647049e6f598e5d70671 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 8:11: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F5A437B4EC; Sat, 17 Feb 2001 08:10:59 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HGAuM90772; Sat, 17 Feb 2001 08:10:56 -0800 (PST) (envelope-from jeh) Date: Sat, 17 Feb 2001 08:10:56 -0800 (PST) From: Message-Id: <200102171610.f1HGAuM90772@freefall.freebsd.org> To: greid@dogma.freebsd-uk.eu.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24022: New port: as80: A lightweight 8080/8085 assembler for UN*X systems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: as80: A lightweight 8080/8085 assembler for UN*X systems State-Changed-From-To: feedback->closed State-Changed-By: jeh State-Changed-When: Sat Feb 17 08:10:34 PST 2001 State-Changed-Why: Superseded by 24235 http://www.freebsd.org/cgi/query-pr.cgi?pr=24022 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 8:12:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23FC337B401; Sat, 17 Feb 2001 08:12:17 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HGCHv91077; Sat, 17 Feb 2001 08:12:17 -0800 (PST) (envelope-from jeh) Date: Sat, 17 Feb 2001 08:12:17 -0800 (PST) From: Message-Id: <200102171612.f1HGCHv91077@freefall.freebsd.org> To: greid@dogma.freebsd-uk.eu.org, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24235: New port: as80: A lightweight 8080/8085 assembler for UN*X systems (SUPERSEDES ports/24022) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: as80: A lightweight 8080/8085 assembler for UN*X systems (SUPERSEDES ports/24022) State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sat Feb 17 08:11:54 PST 2001 State-Changed-Why: Commited with additional patches from submitter. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=24235 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 8:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 694F637B491 for ; Sat, 17 Feb 2001 08:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HGK1H91807; Sat, 17 Feb 2001 08:20:01 -0800 (PST) (envelope-from gnats) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id C119C37B401 for ; Sat, 17 Feb 2001 08:14:53 -0800 (PST) Received: from m155-mp1-cvx1c.gui.ntl.com ([62.252.12.155]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010217161452.RGMQ10171.mta03-svc.ntlworld.com@m155-mp1-cvx1c.gui.ntl.com> for ; Sat, 17 Feb 2001 16:14:52 +0000 Message-Id: Date: Sat, 17 Feb 2001 16:23:27 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25172: New port: lexter: A word game for text consoles Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25172 >Category: ports >Synopsis: New port: lexter: A word game for text consoles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 08:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Lexter is a real-time puzzle game for text terminals. Arrange the falling letters into words to score points. Lexter supports internationalization and multiple dictionaries. - George Reid greid@ukug.uk.freebsd.org >How-To-Repeat: n/a >Fix: # 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: # # lexter # lexter/Makefile # lexter/distinfo # lexter/pkg-descr # lexter/pkg-comment # lexter/pkg-plist # echo c - lexter mkdir -p lexter > /dev/null 2>&1 echo x - lexter/Makefile sed 's/^X//' >lexter/Makefile << 'END-of-lexter/Makefile' X# New ports collection makefile for: lexter X# Date created: 17 February 2001 X# Whom: George Reid X# X# $FreeBSD$ X# X XPORTNAME= lexter XPORTVERSION= 1.0.1 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy X XMAINTAINER= greid@ukug.uk.freebsd.org X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext X XMAN6= lexter.6 X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-lexter/Makefile echo x - lexter/distinfo sed 's/^X//' >lexter/distinfo << 'END-of-lexter/distinfo' XMD5 (lexter-1.0.1.tar.gz) = 1bfdc6d5ff5220442b8f754844402dc8 END-of-lexter/distinfo echo x - lexter/pkg-descr sed 's/^X//' >lexter/pkg-descr << 'END-of-lexter/pkg-descr' XLexter is a real-time puzzle game for text terminals. Arrange the Xfalling letters into words to score points. Lexter supports Xinternationalization and multiple dictionaries. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-lexter/pkg-descr echo x - lexter/pkg-comment sed 's/^X//' >lexter/pkg-comment << 'END-of-lexter/pkg-comment' XA word game for text consoles END-of-lexter/pkg-comment echo x - lexter/pkg-plist sed 's/^X//' >lexter/pkg-plist << 'END-of-lexter/pkg-plist' Xbin/lexter Xshare/lexter/dict.en Xshare/lexter/dict.fr X@dirrm share/lexter END-of-lexter/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 8:30:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E783037B4EC for ; Sat, 17 Feb 2001 08:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HGU3H92511; Sat, 17 Feb 2001 08:30:03 -0800 (PST) (envelope-from gnats) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id DBB9C37B401 for ; Sat, 17 Feb 2001 08:21:42 -0800 (PST) Received: from m155-mp1-cvx1c.gui.ntl.com ([62.252.12.155]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010217162141.RHTW10171.mta03-svc.ntlworld.com@m155-mp1-cvx1c.gui.ntl.com> for ; Sat, 17 Feb 2001 16:21:41 +0000 Message-Id: Date: Sat, 17 Feb 2001 16:30:10 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25174: [MAINTAINER UPDATE] mail/namg -> 0.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25174 >Category: ports >Synopsis: [MAINTAINER UPDATE] mail/namg -> 0.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 08:30:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Update port mail/namg to version 0.3.0 >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/mail/namg/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/02/14 13:50:13 1.1 +++ Makefile 2001/02/17 16:26:02 @@ -6,7 +6,7 @@ # PORTNAME= namg -PORTVERSION= 0.2.8 +PORTVERSION= 0.3.0 CATEGORIES= mail MASTER_SITES= http://www.zip.com.au/~gsymonds/NAMG/ DISTNAME= NAMG-${PORTVERSION} Index: distinfo =================================================================== RCS file: /usr/home/ncvs/ports/mail/namg/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/02/14 13:50:13 1.1 +++ distinfo 2001/02/17 16:26:43 @@ -1 +1 @@ -MD5 (NAMG-0.2.8.tar.gz) = 1226d36fdc4d8f60ca4b61b5b6d50717 +MD5 (NAMG-0.3.0.tar.gz) = 8729e4ba5fb8cd47d45006fa3e4226a8 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 9:14:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2396537B4EC; Sat, 17 Feb 2001 09:14:30 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HHEUL98105; Sat, 17 Feb 2001 09:14:30 -0800 (PST) (envelope-from keith) Date: Sat, 17 Feb 2001 09:14:30 -0800 (PST) From: Message-Id: <200102171714.f1HHEUL98105@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, keith@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25168: Update the Wine port to 2001.02.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update the Wine port to 2001.02.16 State-Changed-From-To: open->closed State-Changed-By: keith State-Changed-When: Sat Feb 17 09:14:04 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25168 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 10:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF46637B65D for ; Sat, 17 Feb 2001 10:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HIA1P04027; Sat, 17 Feb 2001 10:10:01 -0800 (PST) (envelope-from gnats) Received: from fmdb.c3.hu (dial-448.digitel2002.hu [213.163.28.66]) by hub.freebsd.org (Postfix) with SMTP id CE88837B401 for ; Sat, 17 Feb 2001 10:08:26 -0800 (PST) Received: (qmail 9029 invoked by uid 1001); 17 Feb 2001 18:08:21 -0000 Message-Id: <20010217180821.9028.qmail@fmdb.c3.hu> Date: 17 Feb 2001 18:08:21 -0000 From: mico@bsd.hu Reply-To: mico@bsd.hu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25175: maintainer update of databases/mysql++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25175 >Category: ports >Synopsis: maintainer update of databases/mysql++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 10:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Miklos Niedermayer >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: Updates databases/mysql++ to 1.7.8. Several versions came out in the last months but i wasn't able to get them worked under FreeBSD. (c++ problems?) Now i tried again and it just worked... >How-To-Repeat: >Fix: 1. apply the patch below 2. please delete files/patch-aa, thanks diff -uNr mysql++.old/Makefile mysql++/Makefile --- mysql++.old/Makefile Sun Jan 21 21:26:43 2001 +++ mysql++/Makefile Sat Feb 17 19:05:37 2001 @@ -6,16 +6,18 @@ # PORTNAME= mysql++ -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.7.8 CATEGORIES= databases devel -MASTER_SITES= http://gd.tuwien.ac.at/db/mysql/mysql++/ \ - http://www.mysql.com/Downloads/mysql++/ +MASTER_SITES= ftp://mysql.omnipotent.net/mysql++/ \ + ftp://mysql.valueclick.com/mysql/mysql++/ \ + ftp://ftp.u-aizu.ac.jp/ftp/pub/dbms/mysql/mysql.com/mysql++/ \ + ftp://mirror.aarnet.edu.au/pub/mysql/mysql++ MAINTAINER= mico@bsd.hu -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client +USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -D_FIX_FOR_BSD_ " INSTALL_SHLIB= yes diff -uNr mysql++.old/distinfo mysql++/distinfo --- mysql++.old/distinfo Fri Jul 21 07:12:22 2000 +++ mysql++/distinfo Sat Feb 17 10:50:33 2001 @@ -1 +1 @@ -MD5 (mysql++-1.7.tar.gz) = 0a600601321c304498cfbc3c386f90ab +MD5 (mysql++-1.7.8.tar.gz) = f9b61381dd67676079ab9ca26e46db49 diff -uNr mysql++.old/files/README mysql++/files/README --- mysql++.old/files/README Fri Jul 21 07:12:21 2000 +++ mysql++/files/README Sat Feb 17 16:29:07 2001 @@ -3,18 +3,19 @@ If you haven't met mysql++ before, please take a look at the documentation in ../../doc/mysql++ before trying to play with these examples. Thank you. - To compile a mysql++ program, - o you have to have libmysqlclient installed on your system - (it's in FreeBSD port mysql-client) + o you have to have libmysqlclient installed on your system. It's + provided by the mysql-client port/package. MySQL++ now needs + MySQL 3.23 client libraries to run, so if you have old 3.22 + libraries, please upgrade them. o you have to link your programs with the sqlplus library o you have to add "-D_FIX_FOR_BSD_" to your CXXFLAGS environment -For example, you can try to compile simple1.cc with something like this +For example, you can try to compile simple1.cc with something like this c++ -D_FIX_FOR_BSD_ -I/usr/local/include/mysql -L/usr/local/lib -lsqlplus simple1.cc -o simple1 diff -uNr mysql++.old/pkg-plist mysql++/pkg-plist --- mysql++.old/pkg-plist Sun Jan 21 21:26:43 2001 +++ mysql++/pkg-plist Sat Feb 17 16:21:43 2001 @@ -26,6 +26,7 @@ include/mysql/datetime1.hh include/mysql/datetime2.hh include/mysql/datetime3.hh +include/mysql/exceptions.hh include/mysql/field_names1.hh include/mysql/field_names2.hh include/mysql/field_names3.hh @@ -104,6 +105,7 @@ share/examples/mysql++/custom4.cc share/examples/mysql++/fieldinf1.cc share/examples/mysql++/load_file.cc +share/examples/mysql++/populate.cc share/examples/mysql++/resetdb.cc share/examples/mysql++/simple1.cc share/examples/mysql++/sinisa_ex.cc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 10:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B369D37B503 for ; Sat, 17 Feb 2001 10:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HIU1o05545; Sat, 17 Feb 2001 10:30:01 -0800 (PST) (envelope-from gnats) Received: from sep.hamburg.com (sep.hamburg.com [194.64.112.14]) by hub.freebsd.org (Postfix) with ESMTP id 9B38337B401 for ; Sat, 17 Feb 2001 10:28:15 -0800 (PST) Received: (from hmo@localhost) by sep.hamburg.com (8.11.2/8.11.2/hmo03sep00) id f1HIS0u49879; Sat, 17 Feb 2001 19:28:00 +0100 (CET) (envelope-from hmo) Message-Id: <200102171828.f1HIS0u49879@sep.hamburg.com> Date: Sat, 17 Feb 2001 19:28:00 +0100 (CET) From: xpaint@oldach.net Reply-To: xpaint@oldach.net To: FreeBSD-gnats-submit@freebsd.org Cc: hmo@sep.hamburg.com X-Send-Pr-Version: 3.2 Subject: ports/25176: ports/graphics/xpaint temporary file problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25176 >Category: ports >Synopsis: ports/graphics/xpaint 2.6.1 allocates temporary files with illegal names >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 10:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: openTemp() in readRC.c allocates wrong space, resulting in an illegal filename. >Description: static FILE * openTemp(char **np) { char *n; char xx[256]; if ((n = getenv("TMPDIR")) == NULL) n = "/tmp"; strcpy(xx, n); strcat(xx, "/XPaintXXXXXXX"); #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) if ((fd = mkstemp(xx) < 0)) return (FILE *) NULL; tempName[++tempIndex] = XtNewString(n); /********************************* ^^^ ***************************/ if (np != NULL) *np = tempName[tempIndex]; return fdopen(fd, "w"); #else n = mktemp(xx); tempName[++tempIndex] = XtNewString(n); if (np != NULL) *np = tempName[tempIndex]; return fopen(tempName[tempIndex], "w"); #endif } XtNewString(n) basically is (strcpy(XtMalloc((unsigned) strlen(n) + 1), n)) At the marked line, XtNewString copies n but in fact should copy xx, as this is the temporary file name previously created by mkstemp(). This apparently is a simple copy error from the non-FreeBSD code. The effect is that a too short temporary filename is allocated, in fact it's just TMPDIR (or /tmp) which is a directory and not a legal filename. >How-To-Repeat: make >Fix: Replace "XtNewString(n)" with "XtNewString(xx)" in ports/graphics/xpaint/files/patch-ae. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 10:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33D2B37B401 for ; Sat, 17 Feb 2001 10:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HIo3906945; Sat, 17 Feb 2001 10:50:03 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Feb 2001 10:50:03 -0800 (PST) Message-Id: <200102171850.f1HIo3906945@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Aaron D.Gifford" Subject: Re: ports/19038: The qpopper port accepts empty X-UIDL: headers in some cases, making retrieving email impossible in some cases Reply-To: "Aaron D.Gifford" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/19038; it has been noted by GNATS. From: Aaron D.Gifford To: freebsd-gnats-submit@FreeBSD.org, agifford@infowest.com Cc: Subject: Re: ports/19038: The qpopper port accepts empty X-UIDL: headers in some cases, making retrieving email impossible in some cases Date: Sat, 17 Feb 2001 11:48:18 -0700 I notice that this is still open and the problem still exists in the /usr/ports/mail/popper port (as of 16 FEB 2001). The solution I proposed in the original PR is still the correct fix. Delete line 757 from pop_dropcopy.c. I hope the port maintainer will take action. I wish there was a way to elevate this fix, since as long as this bug exists, in some cases e-mail is impossible to retrieve using POP unless someone manually edits the mailbox file. Is there a way to elevate the priority level of an open bug? Aaron out. -- InfoWest, Inc. * 596 E. Tabernacle * St. George, UT 84790 Voice: 435-674-0165 * FAX: 435-674-9654 Web: www.infowest.com * E-mail: support@infowest.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 10:59:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73B7837B503; Sat, 17 Feb 2001 10:59:21 -0800 (PST) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HIxFX07666; Sat, 17 Feb 2001 10:59:15 -0800 (PST) (envelope-from dannyboy) Date: Sat, 17 Feb 2001 10:59:15 -0800 (PST) From: Message-Id: <200102171859.f1HIxFX07666@freefall.freebsd.org> To: ryan@manunkind.org, dannyboy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25084: Update port: deskutils/loserjabber (update from 2.1.2->2.1.4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: deskutils/loserjabber (update from 2.1.2->2.1.4) State-Changed-From-To: open->closed State-Changed-By: dannyboy State-Changed-When: Sat Feb 17 10:58:59 PST 2001 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=25084 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 11: 7: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D421937B65D; Sat, 17 Feb 2001 11:07:03 -0800 (PST) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HJ73P10294; Sat, 17 Feb 2001 11:07:03 -0800 (PST) (envelope-from dannyboy) Date: Sat, 17 Feb 2001 11:07:03 -0800 (PST) From: Message-Id: <200102171907.f1HJ73P10294@freefall.freebsd.org> To: dannyboy@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/19038: The qpopper port accepts empty X-UIDL: headers in some cases, making retrieving email impossible in some cases Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The qpopper port accepts empty X-UIDL: headers in some cases, making retrieving email impossible in some cases Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: dannyboy Responsible-Changed-When: Sat Feb 17 11:06:24 PST 2001 Responsible-Changed-Why: Actually assign PR to maintainer... http://www.freebsd.org/cgi/query-pr.cgi?pr=19038 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 12:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFECC37B4EC for ; Sat, 17 Feb 2001 12:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HKA3X17156; Sat, 17 Feb 2001 12:10:03 -0800 (PST) (envelope-from gnats) Received: from mile.nevermind.kiev.ua (ppp-156.nav.kiev.ua [213.169.65.156]) by hub.freebsd.org (Postfix) with ESMTP id 7015D37B491 for ; Sat, 17 Feb 2001 12:01:34 -0800 (PST) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.11.2/8.11.2) id f1HK1Uk39805; Sat, 17 Feb 2001 22:01:30 +0200 (EET) (envelope-from never) Message-Id: <200102172001.f1HK1Uk39805@mile.nevermind.kiev.ua> Date: Sat, 17 Feb 2001 22:01:30 +0200 (EET) From: never@nevermind.kiev.ua Reply-To: never@nevermind.kiev.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25177: New port: java/jdbcpool-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25177 >Category: ports >Synopsis: New port: java/jdbcpool-current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 12:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 4.2-STABLE i386 >Organization: Nevermind Ltd. >Environment: Current ports tree && FreeBSD 4.2 as of yesterday >Description: Newer version of java/jdbcpool. It should be a separate port because of dependencies on jdk1.2.2 which is not stable (as somebody think (I mean jdk12-beta naming...)). Port requires repocopy of java/jdbcpool and then applying patches attached. The Bitmechanic JDBC Connection Pool provides developers a way to easily cache open connections to databases. This is useful in server environments since opening database connections can be slow. For more details see: WWW: http://www.bitmechanic.com/projects/jdbcpool/ >How-To-Repeat: N/A >Fix: diff -ruN java/jdbcpool/Makefile java/jdbcpool-current/Makefile --- java/jdbcpool/Makefile Wed Apr 12 09:14:20 2000 +++ java/jdbcpool-current/Makefile Sat Feb 17 21:57:41 2001 @@ -1,33 +1,38 @@ # New ports collection makefile for: JDBC connection pool -# Date created: 1999/07/04 -# Whom: Jose Marques +# Date created: 2001/02/17 +# Whom: Alexandr Kovalenko # -# $FreeBSD: ports/java/jdbcpool/Makefile,v 1.2 2000/04/12 06:14:20 obrien Exp $ +# $FreeBSD$ # -PORTNAME= jdbcpool -PORTVERSION= 0.94 +PORTNAME= jdbcpool-current +PORTVERSION= 0.96 CATEGORIES= java MASTER_SITES= http://www.bitmechanic.com/projects/jdbcpool/dist/ +DISTNAME= jdbcpool-${PORTVERSION} -MAINTAINER= noway@nohow.demon.co.uk +MAINTAINER= never@nevermind.kiev.ua -RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk +# You may want to install it without jdk +.ifndef WITHOUT_JDK +RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk12-beta +.endif + +JDK_VERSION= 1.2.2 -JDK_VERSION= 1.1.8 NO_BUILD= yes do-install: - @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/jdbcpool - @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/share/java/classes/jdbcpool.jar + @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/jdbcpool-current + @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/share/java/classes/${DISTNAME}.jar @cd ${WRKSRC}; \ ${RM} -rf CVS; \ ${RM} -rf examples/CVS; \ ${RM} -rf examples/gsp/CVS; \ - ${CP} CHANGES ${PREFIX}/share/java/jdbcpool; \ - ${CP} LICENSE ${PREFIX}/share/java/jdbcpool; \ - ${CP} README ${PREFIX}/share/java/jdbcpool; \ - ${CP} -R examples ${PREFIX}/share/java/jdbcpool; \ - ${CP} -R javadoc ${PREFIX}/share/java/jdbcpool + ${CP} CHANGES ${PREFIX}/share/java/jdbcpool-current; \ + ${CP} LICENSE ${PREFIX}/share/java/jdbcpool-current; \ + ${CP} README ${PREFIX}/share/java/jdbcpool-current; \ + ${CP} -R examples ${PREFIX}/share/java/jdbcpool-current; \ + ${CP} -R javadoc ${PREFIX}/share/java/jdbcpool-current .include diff -ruN java/jdbcpool/distinfo java/jdbcpool-current/distinfo --- java/jdbcpool/distinfo Wed Dec 29 11:16:04 1999 +++ java/jdbcpool-current/distinfo Sat Feb 17 21:37:00 2001 @@ -1 +1 @@ -MD5 (jdbcpool-0.94.tar.gz) = 33afd22509b723c96e718ee5334f7146 +MD5 (jdbcpool-0.96.tar.gz) = 09f68d59b09b4045ef2d394febddd09a diff -ruN java/jdbcpool/pkg-plist java/jdbcpool-current/pkg-plist --- java/jdbcpool/pkg-plist Wed Dec 29 11:16:05 1999 +++ java/jdbcpool-current/pkg-plist Sat Feb 17 21:43:18 2001 @@ -1,53 +1,57 @@ -share/java/classes/jdbcpool.jar -share/java/jdbcpool/CHANGES -share/java/jdbcpool/LICENSE -share/java/jdbcpool/README -share/java/jdbcpool/examples/PoolTest.class -share/java/jdbcpool/examples/PoolTest.java -share/java/jdbcpool/examples/gsp/JDBCApplication.class -share/java/jdbcpool/examples/gsp/JDBCApplication.java -share/java/jdbcpool/examples/gsp/README -share/java/jdbcpool/examples/gsp/monitor_pool.gsp -share/java/jdbcpool/examples/gsp/query.gsp -share/java/jdbcpool/javadoc/AllNames.html -share/java/jdbcpool/javadoc/Package-com.bitmechanic.sql.html -share/java/jdbcpool/javadoc/Package-com.bitmechanic.util.html -share/java/jdbcpool/javadoc/com.bitmechanic.sql.ConnectionPool.html -share/java/jdbcpool/javadoc/com.bitmechanic.sql.ConnectionPoolManager.html -share/java/jdbcpool/javadoc/com.bitmechanic.sql.SQLUtil.html -share/java/jdbcpool/javadoc/com.bitmechanic.util.JavaAlarm.html -share/java/jdbcpool/javadoc/com.bitmechanic.util.Queue.html -share/java/jdbcpool/javadoc/com.bitmechanic.util.TimeoutException.html -share/java/jdbcpool/javadoc/images/OpenBookIcon.gif -share/java/jdbcpool/javadoc/images/blue-ball-small.gif -share/java/jdbcpool/javadoc/images/blue-ball.gif -share/java/jdbcpool/javadoc/images/class-index.gif -share/java/jdbcpool/javadoc/images/constructor-index.gif -share/java/jdbcpool/javadoc/images/constructors.gif -share/java/jdbcpool/javadoc/images/cyan-ball-small.gif -share/java/jdbcpool/javadoc/images/cyan-ball.gif -share/java/jdbcpool/javadoc/images/error-index.gif -share/java/jdbcpool/javadoc/images/exception-index.gif -share/java/jdbcpool/javadoc/images/green-ball-small.gif -share/java/jdbcpool/javadoc/images/green-ball.gif -share/java/jdbcpool/javadoc/images/interface-index.gif -share/java/jdbcpool/javadoc/images/magenta-ball-small.gif -share/java/jdbcpool/javadoc/images/magenta-ball.gif -share/java/jdbcpool/javadoc/images/method-index.gif -share/java/jdbcpool/javadoc/images/methods.gif -share/java/jdbcpool/javadoc/images/package-index.gif -share/java/jdbcpool/javadoc/images/red-ball-small.gif -share/java/jdbcpool/javadoc/images/red-ball.gif -share/java/jdbcpool/javadoc/images/variable-index.gif -share/java/jdbcpool/javadoc/images/variables.gif -share/java/jdbcpool/javadoc/images/yellow-ball-small.gif -share/java/jdbcpool/javadoc/images/yellow-ball.gif -share/java/jdbcpool/javadoc/packages.html -share/java/jdbcpool/javadoc/tree.html -@dirrm share/java/jdbcpool/examples/gsp -@dirrm share/java/jdbcpool/examples -@dirrm share/java/jdbcpool/javadoc/images -@dirrm share/java/jdbcpool/javadoc -@dirrm share/java/jdbcpool +share/java/classes/jdbcpool-0.96.jar +share/java/jdbcpool-current/CHANGES +share/java/jdbcpool-current/LICENSE +share/java/jdbcpool-current/README +share/java/jdbcpool-current/examples/gsp/JDBCApplication.java +share/java/jdbcpool-current/examples/gsp/README +share/java/jdbcpool-current/examples/gsp/monitor_pool.gsp +share/java/jdbcpool-current/examples/gsp/query.gsp +share/java/jdbcpool-current/examples/gsp/JDBCApplication.class +share/java/jdbcpool-current/examples/PoolTest.java +share/java/jdbcpool-current/examples/PoolTest.class +share/java/jdbcpool-current/javadoc/images/yellow-ball.gif +share/java/jdbcpool-current/javadoc/images/blue-ball-small.gif +share/java/jdbcpool-current/javadoc/images/blue-ball.gif +share/java/jdbcpool-current/javadoc/images/class-index.gif +share/java/jdbcpool-current/javadoc/images/constructor-index.gif +share/java/jdbcpool-current/javadoc/images/constructors.gif +share/java/jdbcpool-current/javadoc/images/cyan-ball-small.gif +share/java/jdbcpool-current/javadoc/images/cyan-ball.gif +share/java/jdbcpool-current/javadoc/images/error-index.gif +share/java/jdbcpool-current/javadoc/images/exception-index.gif +share/java/jdbcpool-current/javadoc/images/green-ball-small.gif +share/java/jdbcpool-current/javadoc/images/green-ball.gif +share/java/jdbcpool-current/javadoc/images/interface-index.gif +share/java/jdbcpool-current/javadoc/images/magenta-ball-small.gif +share/java/jdbcpool-current/javadoc/images/magenta-ball.gif +share/java/jdbcpool-current/javadoc/images/method-index.gif +share/java/jdbcpool-current/javadoc/images/methods.gif +share/java/jdbcpool-current/javadoc/images/package-index.gif +share/java/jdbcpool-current/javadoc/images/red-ball-small.gif +share/java/jdbcpool-current/javadoc/images/red-ball.gif +share/java/jdbcpool-current/javadoc/images/variable-index.gif +share/java/jdbcpool-current/javadoc/images/variables.gif +share/java/jdbcpool-current/javadoc/images/yellow-ball-small.gif +share/java/jdbcpool-current/javadoc/images/OpenBookIcon.gif +share/java/jdbcpool-current/javadoc/packages.html +share/java/jdbcpool-current/javadoc/Package-com.bitmechanic.util.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.util.JavaAlarm.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.util.Queue.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.util.TimeoutException.html +share/java/jdbcpool-current/javadoc/Package-com.bitmechanic.sql.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.sql.ConnectionPool.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.sql.ConnectionPoolManager.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.sql.PooledCallableStatement.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.sql.PooledConnection.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.sql.PooledPreparedStatement.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.sql.PooledStatement.html +share/java/jdbcpool-current/javadoc/com.bitmechanic.sql.SQLUtil.html +share/java/jdbcpool-current/javadoc/AllNames.html +share/java/jdbcpool-current/javadoc/tree.html +@dirrm share/java/jdbcpool-current +@dirrm share/java/jdbcpool-current/examples +@dirrm share/java/jdbcpool-current/examples/gsp +@dirrm share/java/jdbcpool-current/javadoc +@dirrm share/java/jdbcpool-current/javadoc/images @unexec rmdir %D/share/java/classes || true @unexec rmdir %D/share/java || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 12:37:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id 10C5037B401 for ; Sat, 17 Feb 2001 12:37:35 -0800 (PST) Received: from boks.com ([24.20.77.68]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010217203705.KVKT24004.femail1.sdc1.sfba.home.com@boks.com>; Sat, 17 Feb 2001 12:37:05 -0800 Message-ID: <3A8EE1C9.D7504DDC@boks.com> Date: Sat, 17 Feb 2001 12:40:41 -0800 From: Ewout Boks X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: brian@CSUA.Berkeley.EDU Cc: ports@FreeBSD.org Subject: FreeBSD Port: FlightGear-0.6.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am trying to build Flightgear. My system is FreeBSD 4.2, NVIDIA TNT2 etc - I presume it is capable of running the port. When I try to build it, I get the following complaint that I cannot solve. The linker is looking for the library -lsl, and I it is isn't on my system. I don't know where the library comes from - could you help me in this? Is this the libplibssl.a ? Thanks , Ewout Boks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 15: 1:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAF2837B401; Sat, 17 Feb 2001 15:01:38 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HN1cl55004; Sat, 17 Feb 2001 15:01:38 -0800 (PST) (envelope-from jeh) Date: Sat, 17 Feb 2001 15:01:38 -0800 (PST) From: Message-Id: <200102172301.f1HN1cl55004@freefall.freebsd.org> To: ak03@gte.com, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/23305: Use native threads in OCAML, use TK 83 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Use native threads in OCAML, use TK 83 State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sat Feb 17 15:01:14 PST 2001 State-Changed-Why: Commited with feedback from MAINTAINER. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=23305 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 15:43:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from katrien.skystream.nl (katrien.skystream.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id ECD0637B491 for ; Sat, 17 Feb 2001 15:43:16 -0800 (PST) Received: from dyn.dailup.c227128216.isd.to (dyn.dailup.c227128216.isd.to [213.227.128.216]) by katrien.skystream.nl (8.11.1/8.11.0) with ESMTP id f1HNedb16657 for ; Sun, 18 Feb 2001 00:40:44 +0100 Received: (qmail 37585 invoked by uid 1000); 17 Feb 2001 23:45:26 -0000 Date: Sun, 18 Feb 2001 00:45:26 +0100 From: Andre Goeree To: ports@freebsd.org Subject: Re: ports/24926: Addition of Mesa-3.4 to ports Message-ID: <20010218004526.A18991@mandark.attica.home> Reply-To: abgoeree@uwnet.nl References: <200102111030.f1BAU2d69260@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102111030.f1BAU2d69260@freefall.freebsd.org>; from abgoeree@uwnet.nl on Sun, Feb 11, 2001 at 02:30:02AM -0800 X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The following reply was made to PR ports/24926; it has been noted by GNATS. > > From: Andre Goeree > To: freebsd-gnats-submit@FreeBSD.org, abgoeree@uwnet.nl > Cc: > Subject: Re: ports/24926: Addition of Mesa-3.4 to ports > Date: Sun, 11 Feb 2001 11:25:40 +0000 > Please close this PR. With the -pthread weirdness going on and a new version of Mesa coming out soon, there's probably nobody interested. -- Andre. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 15:48:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E16E437B401; Sat, 17 Feb 2001 15:48:21 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1HNmLI60516; Sat, 17 Feb 2001 15:48:21 -0800 (PST) (envelope-from jeh) Date: Sat, 17 Feb 2001 15:48:21 -0800 (PST) From: Message-Id: <200102172348.f1HNmLI60516@freefall.freebsd.org> To: abgoeree@uwnet.nl, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/24926: Addition of Mesa-3.4 to ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Addition of Mesa-3.4 to ports State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sat Feb 17 15:47:48 PST 2001 State-Changed-Why: Closed at submitters request http://www.freebsd.org/cgi/query-pr.cgi?pr=24926 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 16:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D77737B503 for ; Sat, 17 Feb 2001 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I0K1n64222; Sat, 17 Feb 2001 16:20:01 -0800 (PST) (envelope-from gnats) Received: from hactar.xrob.org (dhcp-67-19.housing.utah.edu [155.101.67.19]) by hub.freebsd.org (Postfix) with ESMTP id 0756037B491 for ; Sat, 17 Feb 2001 16:17:07 -0800 (PST) Received: (from rricci@localhost) by hactar.xrob.org (8.11.2/8.11.1) id f1I0FOH70839; Sat, 17 Feb 2001 17:15:24 -0700 (MST) (envelope-from rricci) Message-Id: <200102180015.f1I0FOH70839@hactar.xrob.org> Date: Sat, 17 Feb 2001 17:15:24 -0700 (MST) From: ricci@cs.utah.edu Reply-To: ricci@cs.utah.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25178: Upgrade x11-w/ion to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25178 >Category: ports >Synopsis: Upgrade x11-w/ion to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 16:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Robert P Ricci >Release: FreeBSD 4.2-STABLE i386 >Organization: University of Utah >Environment: Tested on: FreeBSD 4.2-STABLE i386 >Description: Tracking the author's latest version. Patch relative to ports/x11-wm is in the Fix section below.... >How-To-Repeat: >Fix: diff -ruN ion.old/Makefile ion/Makefile --- ion.old/Makefile Thu Feb 15 14:30:52 2001 +++ ion/Makefile Sat Feb 17 17:02:43 2001 @@ -2,11 +2,11 @@ # Date created: 20 January 2001 # Whom: ricci@cs.utah.edu # -# $FreeBSD: ports/x11-wm/ion/Makefile,v 1.2 2001/01/21 20:53:38 clive Exp $ +# $FreeBSD: ports/x11-wm/ion/Makefile,v 1.3 2001/02/15 22:20:41 vanilla Exp $ # PORTNAME= ion -PORTVERSION= 20010215 +PORTVERSION= 20010216 CATEGORIES= x11-wm MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ diff -ruN ion.old/distinfo ion/distinfo --- ion.old/distinfo Thu Feb 15 14:32:51 2001 +++ ion/distinfo Sat Feb 17 17:02:56 2001 @@ -1 +1 @@ -MD5 (ion-20010215.tar.gz) = 5dae94bbfd13477f5d944771bca1cd7d +MD5 (ion-20010216.tar.gz) = 5ae01e7ccb675193ead510a3db2e1a0d Binary files ion.old/ion-20010216.tgz and ion/ion-20010216.tgz differ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 17: 9:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from 200-227-201-254-as.acessonet.com.br (200-227-201-254-as.acessonet.com.br [200.227.201.254]) by hub.freebsd.org (Postfix) with ESMTP id 804EB37B503 for ; Sat, 17 Feb 2001 17:09:32 -0800 (PST) Received: (qmail 1361 invoked by uid 1001); 18 Feb 2001 01:09:45 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Sat, 17 Feb 2001 23:09:23 -0200 To: freebsd-ports@freebsd.org Subject: RFC qmail(-*)? ports family SNAPSHOT 2001021700 Message-ID: <20010217230923.A1352@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I would like some cross peer review of the latest version of the qmail(-(ldap|mysql|tls))? ports family. This is snapshot version 2001021700. It can be found at http://people.freebsd.org/~lioux/qmail_ports-2001021700.tar.gz All ports inherited some patches added to the main port; therefore, the PORTREVISION bump. Also, I would like to know if the ports are working as expected by a broader audience. Thanks, Nario Sergio Changes: * qmail port o bump PORTREVISION o sanitize MASTER_SITES o added several flags (defined checks) to enable active slave port control on what they inherit o add extra enhancement patches, these can be inherited too: - WITH_QMAILQUEUE_PATCH: qmailqueue-patch - WITH_BIG_TODO_PATCH: big-todo.103.patch - WITH_BIG_CONCURRENCY_PATCH: big-concurrency.patch - WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT default: 509 o add patches checksum to distinfo o added MASTER_SITE_QMAIL for internal use o backup copies of slave qmail patches are now housed at MASTER_SITE_LOCAL, PATCH_SITE_SUBDIR=lioux - qmail-ldap-1.03-20010201.patch.gz (qmail-ldap) - qmail-mysql-1.1.1.patch (qmail-mysql) - tls.patch (qmail-tls) o turn all absolute references to both binaries and FreeBSD configuration files into VARs: better maintability o s/yetanotherone-/slaveport-/: that is the correct nomenclature o ${LN} should use -sf instead of plain -s o typo fix: QMail -> qmail * qmail-ldap port o bump PORTREVISION o minor changes to comply to recent changes to the master port o block the WITH_BIG_CONCURRENCY_PATCH, it does not like the qmail-ldap patch o enable SMTP TLS support with WITH_TLS - the PKGNAMESUFFIX changes to -ldap-with_tls - let it know the location of QMAIL_TLS_PORT - add certificate and certificate-req; in fact, we are inheriting qmail-tls targets o s/yetanotherone-/slaveport-/: that is the correct nomenclature o tabulate better the WITH_* advertisement messages o add appropriate message to PKGMESSAGE about the new certificate targets following the qmail-tls port o nomenclature fix: ^ldap- -> ^qmail-ldap- * qmail-mysql port o bump PORTREVISION o block the WITH_QMAILQUEUE_PATCH, it does not like the qmail-mysql patch o s/yetanotherone-/slaveport-/: that is the correct nomenclature * qmail-tls port o bump PORTREVISION o minor changes to comply to recent changes to the master port o s/yetanotherone-/slaveport-/: that is the correct nomenclature o nomenclature fix: ^tls- -> ^qmail-tls- -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 18:30:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BC9037B65D for ; Sat, 17 Feb 2001 18:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I2U1N77591; Sat, 17 Feb 2001 18:30:01 -0800 (PST) (envelope-from gnats) Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 3DC4737B401 for ; Sat, 17 Feb 2001 18:27:30 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id C464D594FD; Sat, 17 Feb 2001 20:27:51 -0600 (CST) Message-Id: <20010218022751.C464D594FD@peorth.iteration.net> Date: Sat, 17 Feb 2001 20:27:51 -0600 (CST) From: keichii@iteration.net Reply-To: keichii@peorth.iteration.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25179: txt2pdbdoc update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25179 >Category: ports >Synopsis: simple stupid update of the port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 18:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael C. Wu >Release: FreeBSD 4.2-STABLE i386 >Organization: iteration.net >Environment: -CURRENT and -STABLE from January. >Description: Update txt2pdbdoc to 1.3. The author made a major release to only change his email address. No other change was made. >How-To-Repeat: try installing txt2pdbdoc-1.2.1 >Fix: Apply this patch Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/palm/txt2pdbdoc/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/01/08 19:04:06 1.1 +++ Makefile 2001/02/18 02:18:28 @@ -6,7 +6,7 @@ # PORTNAME= txt2pdbdoc -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= palm converters MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ Index: distinfo =================================================================== RCS file: /usr/home/ncvs/ports/palm/txt2pdbdoc/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/01/08 19:04:06 1.1 +++ distinfo 2001/02/18 02:18:45 @@ -1 +1 @@ -MD5 (txt2pdbdoc-1.2.1.tar.gz) = 76768cbb5dcc06b4bcf90226d96ca618 +MD5 (txt2pdbdoc-1.3.tar.gz) = 490642acde87896bdd00a24b727c9bb2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 18:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0399137B684 for ; Sat, 17 Feb 2001 18:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I2e1S78515; Sat, 17 Feb 2001 18:40:01 -0800 (PST) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 98FA137B401 for ; Sat, 17 Feb 2001 18:31:58 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 14UJdk-0001Ep-01; Sun, 18 Feb 2001 03:31:56 +0100 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.1/8.11.1) id f1I2KM003802; Sun, 18 Feb 2001 03:20:22 +0100 (CET) (envelope-from naddy) Message-Id: <200102180220.f1I2KM003802@kemoauc.mips.inka.de> Date: Sun, 18 Feb 2001 03:20:22 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.inka.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/25180: Replacement for shells/ksh93 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25180 >Category: ports >Synopsis: Replacement for shells/ksh93 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 18:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Dec 25 13:44:16 CET 2000 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha >Description: This "update" completely replaces the obsolete binary port in shells/ksh93 with a proper port that builds a native executable from the sources. Since I don't understand the exact requirements imposed on redistribution by the impenetrable license text, I have set RESTRICTED. >How-To-Repeat: >Fix: # 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: # # ksh93 # ksh93/Makefile # ksh93/pkg-comment # ksh93/distinfo # ksh93/pkg-descr # ksh93/pkg-plist # ksh93/files # ksh93/files/patch-src_cmd_INIT_proto_c # ksh93/files/patch-src_cmd_ksh93_sh_1 # ksh93/files/patch-src_cmd_ksh93_Mamfile # ksh93/files/patch-src_lib_libast_vmalloc_vmhdr_h # ksh93/files/patch-src_lib_libast_features_sfio # ksh93/files/patch-src_cmd_INIT_mamake_c # ksh93/files/patch-src_lib_libast_features_limits_c # ksh93/pkg-message # echo c - ksh93 mkdir -p ksh93 > /dev/null 2>&1 echo x - ksh93/Makefile sed 's/^X//' >ksh93/Makefile << 'END-of-ksh93/Makefile' X# New ports collection makefile for: ksh93 X# Date created: 2000-12-26 X# Whom: Christian Weisgerber X# X# $FreeBSD$ X XPORTNAME= ksh93 XPORTVERSION= ${VERSION:S/-//g} XVERSION= 2001-01-01.0000 XCATEGORIES= shells XMASTER_SITES= http://www.research.att.com/~gsf/download/tgz/ X XMAINTAINER= Christian Weisgerber X XRESTRICTED= "Impenetrable license" XIS_INTERACTIVE= yes # must acknowledge license X XDISTNAME= ${PORTNAME}-${VERSION} XDISTFILES= INIT.${VERSION}.tgz ast-ksh.${VERSION}.tgz XEXTRACT_ONLY= INIT.${VERSION}.tgz X XNO_WRKSUBDIR= yes X XMAN1= ksh93.1 X Xpost-extract: X @${MKDIR} ${WRKSRC}/lib/package/tgz X @${LN} -s ${DISTDIR}/ast-ksh.${VERSION}.tgz ${WRKSRC}/lib/package/tgz/ X @cd ${WRKSRC}; bin/package read X Xdo-build: X @cd ${WRKSRC}; bin/package make \ X CC='${CC}' CCFLAGS='${CFLAGS}' LDFLAGS=-static X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/arch/freebsd.${ARCH}/bin/ksh \ X ${PREFIX}/bin/ksh93 X ${INSTALL_MAN} ${WRKSRC}/arch/freebsd.${ARCH}/man/man1/sh.1 \ X ${PREFIX}/man/man1/ksh93.1 X X.include END-of-ksh93/Makefile echo x - ksh93/pkg-comment sed 's/^X//' >ksh93/pkg-comment << 'END-of-ksh93/pkg-comment' XOfficial AT&T release of KornShell 93 END-of-ksh93/pkg-comment echo x - ksh93/distinfo sed 's/^X//' >ksh93/distinfo << 'END-of-ksh93/distinfo' XMD5 (INIT.2001-01-01.0000.tgz) = 799b061ff85c22e7efc9a3b9e610e5c6 XMD5 (ast-ksh.2001-01-01.0000.tgz) = e823dfd2b97a85e7b6b06612a06711a7 END-of-ksh93/distinfo echo x - ksh93/pkg-descr sed 's/^X//' >ksh93/pkg-descr << 'END-of-ksh93/pkg-descr' XKSH-93 is the most recent version of the KornShell Language described Xin "The KornShell Command and Programming Language," by Morris XBolsky and David Korn of AT&T Bell Laboratories. The KornShell is Xa shell programming language, which is upward compatible with "sh" X(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO X9945.2 Shell and Utilities standard. KSH-93 provides an enhanced Xprogramming environment in addition to the major command-entry Xfeatures of the BSD shell "csh". With KSH-93, medium-sized programming Xtasks can be performed at shell-level without a significant loss Xin performance. In addition, "sh" scripts can be run on KSH-93 Xwithout modification. X XWWW: http://www.kornshell.com/ END-of-ksh93/pkg-descr echo x - ksh93/pkg-plist sed 's/^X//' >ksh93/pkg-plist << 'END-of-ksh93/pkg-plist' X@comment $FreeBSD$ Xbin/ksh93 X@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells X@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells END-of-ksh93/pkg-plist echo c - ksh93/files mkdir -p ksh93/files > /dev/null 2>&1 echo x - ksh93/files/patch-src_cmd_INIT_proto_c sed 's/^X//' >ksh93/files/patch-src_cmd_INIT_proto_c << 'END-of-ksh93/files/patch-src_cmd_INIT_proto_c' X$FreeBSD$ X--- src/cmd/INIT/proto.c.orig Thu Oct 26 16:00:44 2000 X+++ src/cmd/INIT/proto.c Thu Dec 28 18:26:19 2000 X@@ -1531,6 +1531,7 @@ X X X X+extern __MANGLE__ __V_* realloc __PROTO__((__V_*, int)); X extern __MANGLE__ __V_* calloc __PROTO__((int, int)); X extern __MANGLE__ char* ctime __PROTO__((time_t*)); X extern __MANGLE__ void free __PROTO__((__V_*)); X@@ -3965,7 +3966,7 @@ X if ((n = ip - bp - 1) > 0) X { X ip = bp; X- do switch( n) { default : memcpy( op, ip, n); op += n; ip += n; break; case 7 : * op++ = * ip++; case 6 : * op++ = * ip++; case 5 : * op++ = * ip++; case 4 : * op++ = * ip++; case 3 : * op++ = * ip++; case 2 : * op++ = * ip++; case 1 : * op++ = * ip++; case 0 : break; } while (0); X+ do switch( n) { default : memcopy( op, ip, n); op += n; ip += n; break; case 7 : * op++ = * ip++; case 6 : * op++ = * ip++; case 5 : * op++ = * ip++; case 4 : * op++ = * ip++; case 3 : * op++ = * ip++; case 2 : * op++ = * ip++; case 1 : * op++ = * ip++; case 0 : break; } while (0); X ip++; X } X state = ~state; X@@ -5835,11 +5836,11 @@ X pppclose(b); X return flags | ((1<<13)<<0); X } X- strcpy(buf, copy); X+ strcopy(buf, copy); X e = buf + n; X if (*file != '/') X *e++ = '/'; X- strcpy(e, file); X+ strcopy(e, file); X if ((fd = creat(buf, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0) X { X for (e = buf; *e == '/'; e++); X@@ -5882,7 +5883,7 @@ X if (file && (flags & ((1<<13)<<1))) X { X *e = '_'; X- strcpy(b, file); X+ strcopy(b, file); X *e = x; X if (replace(b, file, !(flags & (1<<0)))) X proto_error(b, 2, "cannot rename to", file); X@@ -5977,7 +5978,7 @@ X else X { X *op++ = '\n'; X- memcpy(op, b, n + 1); X+ memcopy(op, b, n + 1); X op += n; X } X break; END-of-ksh93/files/patch-src_cmd_INIT_proto_c echo x - ksh93/files/patch-src_cmd_ksh93_sh_1 sed 's/^X//' >ksh93/files/patch-src_cmd_ksh93_sh_1 << 'END-of-ksh93/files/patch-src_cmd_ksh93_sh_1' X$FreeBSD$ X--- src/cmd/ksh93/sh.1.orig Wed Dec 27 23:10:30 2000 X+++ src/cmd/ksh93/sh.1 Wed Dec 27 23:10:44 2000 X@@ -4,7 +4,7 @@ X .\" X .\" @(#)sh.1 (research!dgk) 12/28/93 X .\" X-.nr Z 0 \" set to 1 when command name is ksh rather than sh X+.nr Z 1 \" set to 1 when command name is ksh rather than sh X .nr Y 0 \" set to 1 for R&D UNIX X .if \nY=1 .nr Z 1 X .ds OK [\| END-of-ksh93/files/patch-src_cmd_ksh93_sh_1 echo x - ksh93/files/patch-src_cmd_ksh93_Mamfile sed 's/^X//' >ksh93/files/patch-src_cmd_ksh93_Mamfile << 'END-of-ksh93/files/patch-src_cmd_ksh93_Mamfile' X$FreeBSD$ X--- src/cmd/ksh93/Mamfile.orig Sat Feb 17 23:27:39 2001 X+++ src/cmd/ksh93/Mamfile Sat Feb 17 23:28:35 2001 X@@ -1117,12 +1117,12 @@ X done sh/shcomp.c X prev sh/shcomp.c X setv _BLD_shell -U_BLD_shell X-exec - ${CC} -O -I. -Iinclude -I${PACKAGE_ast_INCLUDE} -DSH_DICT='(void*)e_dict' -DKSHELL -D_PACKAGE_ast -DSHOPT_SUID_EXEC -DSHOPT_VSH -DSHOPT_ESH -c sh/shcomp.c X+exec - ${CC} ${CCFLAGS} -I. -Iinclude -I${PACKAGE_ast_INCLUDE} -DSH_DICT='(void*)e_dict' -DKSHELL -D_PACKAGE_ast -DSHOPT_SUID_EXEC -DSHOPT_VSH -DSHOPT_ESH -c sh/shcomp.c X done shcomp.o generated X prev libshell.a archive X setv mam_libshell `sed -e 's,-lshell,libshell.a,' shell.req` X prev ${mam_libdl} X-exec - ${CC} -O ${LDFLAGS} ${mam_cc_L+-L.} ${mam_cc_L+-L${PACKAGE_ast_LIB}} -o shcomp shcomp.o ${mam_libshell} ${mam_libm} ${mam_cc_static} ${mam_cc_dynamic} ${mam_libast} X+exec - ${CC} ${CCFLAGS} ${LDFLAGS} ${mam_cc_L+-L.} ${mam_cc_L+-L${PACKAGE_ast_LIB}} -o shcomp shcomp.o ${mam_libshell} ${mam_libm} ${mam_cc_static} ${mam_cc_dynamic} ${mam_libast} X done shcomp generated X make sh/suid_exec.c X prev ${PACKAGE_ast_INCLUDE}/error.h implicit X@@ -1139,10 +1139,10 @@ X make suid_exec.o X prev sh/suid_exec.c X prev sh/suid_exec.c X-exec - ${CC} -O -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c sh/suid_exec.c X+exec - ${CC} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c sh/suid_exec.c X done suid_exec.o generated X prev ${mam_libdl} X-exec - ${CC} -O ${LDFLAGS} ${mam_cc_L+-L.} ${mam_cc_L+-L${PACKAGE_ast_LIB}} -o suid_exec suid_exec.o ${mam_cc_static} ${mam_libast} ${mam_cc_dynamic} ${mam_libm} ${mam_cc_static} ${mam_cc_dynamic} ${mam_libast} X+exec - ${CC} ${CCFLAGS} ${LDFLAGS} ${mam_cc_L+-L.} ${mam_cc_L+-L${PACKAGE_ast_LIB}} -o suid_exec suid_exec.o ${mam_cc_static} ${mam_libast} ${mam_cc_dynamic} ${mam_libm} ${mam_cc_static} ${mam_cc_dynamic} ${mam_libast} X done suid_exec generated X make ${INSTALLROOT}/bin X exec - set - END-of-ksh93/files/patch-src_cmd_ksh93_Mamfile echo x - ksh93/files/patch-src_lib_libast_vmalloc_vmhdr_h sed 's/^X//' >ksh93/files/patch-src_lib_libast_vmalloc_vmhdr_h << 'END-of-ksh93/files/patch-src_lib_libast_vmalloc_vmhdr_h' X$FreeBSD$ X--- src/lib/libast/vmalloc/vmhdr.h.orig Thu Dec 28 00:07:39 2000 X+++ src/lib/libast/vmalloc/vmhdr.h Thu Dec 28 00:08:18 2000 X@@ -56,12 +56,12 @@ X #include X #include "FEATURE/vmalloc" X X+#endif /*_PACKAGE_ast*/ X+ X #if !_UWIN X #define _npt_getpagesize 1 X #define _npt_sbrk 1 X #endif X- X-#endif /*_PACKAGE_ast*/ X X #undef free X #undef malloc END-of-ksh93/files/patch-src_lib_libast_vmalloc_vmhdr_h echo x - ksh93/files/patch-src_lib_libast_features_sfio sed 's/^X//' >ksh93/files/patch-src_lib_libast_features_sfio << 'END-of-ksh93/files/patch-src_lib_libast_features_sfio' X$FreeBSD$ X--- src/lib/libast/features/sfio.orig Thu Dec 28 02:40:45 2000 X+++ src/lib/libast/features/sfio Thu Dec 28 02:40:52 2000 X@@ -1,4 +1,4 @@ X-hdr float,floatingpoint,math,values X+hdr float,floatingpoint,math X sys filio,ioctl X lib qfrexp,qldexp X END-of-ksh93/files/patch-src_lib_libast_features_sfio echo x - ksh93/files/patch-src_cmd_INIT_mamake_c sed 's/^X//' >ksh93/files/patch-src_cmd_INIT_mamake_c << 'END-of-ksh93/files/patch-src_cmd_INIT_mamake_c' X$FreeBSD$ X--- src/cmd/INIT/mamake.c.orig Fri Sep 22 00:38:32 2000 X+++ src/cmd/INIT/mamake.c Thu Dec 28 18:26:19 2000 X@@ -98,6 +98,8 @@ X #endif X X #include X+#include X+#include X #include X #include X #include END-of-ksh93/files/patch-src_cmd_INIT_mamake_c echo x - ksh93/files/patch-src_lib_libast_features_limits_c sed 's/^X//' >ksh93/files/patch-src_lib_libast_features_limits_c << 'END-of-ksh93/files/patch-src_lib_libast_features_limits_c' X$FreeBSD$ X--- src/lib/libast/features/limits.c.orig Tue Feb 9 15:23:43 1999 X+++ src/lib/libast/features/limits.c Thu Dec 28 19:35:20 2000 X@@ -122,6 +122,7 @@ X while (uc >>= 1) val++; X #endif X printf("#define CHAR_BIT %lu\n", val); X+#undef MB_LEN_MAX X #ifdef MB_LEN_MAX X val = MB_LEN_MAX; X printf("#undef MB_LEN_MAX\n"); X@@ -392,6 +393,9 @@ X #endif X #ifdef _LIMITS_H_ X printf("#define _LIMITS_H_\n"); X+#endif X+#ifdef _MACHINE_LIMITS_H X+ printf("#define _MACHINE_LIMITS_H_"); X #endif X #ifdef __LIMITS_H X printf("#define __LIMITS_H\n"); END-of-ksh93/files/patch-src_lib_libast_features_limits_c echo x - ksh93/pkg-message sed 's/^X//' >ksh93/pkg-message << 'END-of-ksh93/pkg-message' XThis product contains certain software code or other information X("AT&T Software") proprietary to AT&T Corp. ("AT&T"). The AT&T XSoftware is provided to you "AS IS". YOU ASSUME TOTAL RESPONSIBILITY XAND RISK FOR USE OF THE AT&T SOFTWARE. AT&T DOES NOT MAKE, AND XEXPRESSLY DISCLAIMS, ANY EXPRESS OR IMPLIED WARRANTIES OF ANY KIND XWHATSOEVER, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES XOF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WARRANTIES XOF TITLE OR NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS, XANY WARRANTIES ARISING BY USAGE OF TRADE, COURSE OF DEALING OR XCOURSE OF PERFORMANCE, OR ANY WARRANTY THAT THE AT&T SOFTWARE IS X"ERROR FREE" OR WILL MEET YOUR REQUIREMENTS. X XUnless you accept a license to use the AT&T Software, you shall not Xreverse compile, disassemble or otherwise reverse engineer this Xproduct to ascertain the source code for any AT&T Software. X X(c) AT&T Corp. All rights reserved. AT&T is a registered trademark Xof AT&T Corp. END-of-ksh93/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 19:20: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF3B937B401 for ; Sat, 17 Feb 2001 19:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I3K2D83086; Sat, 17 Feb 2001 19:20:02 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Feb 2001 19:20:02 -0800 (PST) Message-Id: <200102180320.f1I3K2D83086@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/25139: [MAINTAINER UPDATE] audio/lopster 0.9.7_1->0.9.8 Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25139; it has been noted by GNATS. From: Kris Kennaway To: roman@xpert.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/25139: [MAINTAINER UPDATE] audio/lopster 0.9.7_1->0.9.8 Date: Sat, 17 Feb 2001 19:13:35 -0800 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 16, 2001 at 05:57:19PM +0200, roman@xpert.com wrote: > It will be useless if THEY shutdown napster :~( Nah, just use a non-Napster server. Kris --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6jz3eWry0BWjoQKURAhnZAJoClSNoL9v8LeIUehFhgyVR9fb1mwCg8+fx oL0ALDXYpYk0xUT/9wkniqA= =qFii -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 19:37:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 4E26537B491 for ; Sat, 17 Feb 2001 19:37:34 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3EA6067021; Sat, 17 Feb 2001 19:37:33 -0800 (PST) Date: Sat, 17 Feb 2001 19:37:33 -0800 From: Kris Kennaway To: ports@FreeBSD.org Subject: [wiz@netbsd.org: CVS commit: pkgsrc] Message-ID: <20010217193732.A32688@mollari.cthul.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable What do people think about this change? Personally, I think it would be great..frees up another 4500 inodes from the ports collection. Kris ----- Forwarded message from Thomas Klausner ----- Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Delivered-To: pkgsrc-changes@netbsd.org From: Thomas Klausner Subject: CVS commit: pkgsrc To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org Date: Fri, 16 Feb 2001 17:13:53 +0200 (EET) Precedence: list X-UIDL: 2bca5230162178d786f4460e90dead14 Module Name: pkgsrc Committed By: wiz Date: Fri Feb 16 15:13:52 UTC 2001 Modified Files: pkgsrc/ham/7plus: Makefile pkgsrc/ham/dpbox: Makefile pkgsrc/ham/tfkiss: Makefile pkgsrc/ham/tnt: Makefile Removed Files: pkgsrc/ham/7plus/pkg: COMMENT pkgsrc/ham/dpbox/pkg: COMMENT pkgsrc/ham/tfkiss/pkg: COMMENT pkgsrc/ham/tnt/pkg: COMMENT Log Message: Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pkgsrc/ham/7plus/Makefile cvs rdiff -r1.1.1.1 -r0 pkgsrc/ham/7plus/pkg/COMMENT cvs rdiff -r1.2 -r1.3 pkgsrc/ham/dpbox/Makefile cvs rdiff -r1.1.1.1 -r0 pkgsrc/ham/dpbox/pkg/COMMENT cvs rdiff -r1.5 -r1.6 pkgsrc/ham/tfkiss/Makefile cvs rdiff -r1.2 -r0 pkgsrc/ham/tfkiss/pkg/COMMENT cvs rdiff -r1.6 -r1.7 pkgsrc/ham/tnt/Makefile cvs rdiff -r1.3 -r0 pkgsrc/ham/tnt/pkg/COMMENT Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. ----- End forwarded message ----- --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD4DBQE6j0N8Wry0BWjoQKURAoU0AJwNTFfZG2hsxaZQzYHgU5s2JXb9ZQCWJ4PO asQZwnwjLNgRGtNSUdeDOg== =EIMa -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 19:43:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 4CC2F37B503 for ; Sat, 17 Feb 2001 19:43:37 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E388067023; Sat, 17 Feb 2001 19:43:36 -0800 (PST) Date: Sat, 17 Feb 2001 19:43:36 -0800 From: Kris Kennaway To: ports@freebsd.org Subject: Interesting stuff from NetBSD Message-ID: <20010217194336.A36385@mollari.cthul.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've placed my netbsd_pkg mail folder at: http://www.freebsd.org/~kris/netbsd_pkg It contains a bunch of commits I though were relevant for whatever reason: updated version, new package we don't have, etc. If anyone wants to take a look at it for stuff to commit, that would be great. Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6j0ToWry0BWjoQKURAoooAJ4waGVxm3uM6ftn8RqDXQMv7scDoQCg5F/Y Rg/RT0NOw4pq/cjkLI7kWlk= =2R1t -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 20:18:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id C9EA537B65D for ; Sat, 17 Feb 2001 20:18:27 -0800 (PST) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id WAA27545; Sat, 17 Feb 2001 22:18:25 -0600 (CST) (envelope-from jeff-ml@mountin.net) Received: from dial-81.max1.wa.cyberlynk.net(207.227.118.81) by peak.mountin.net via smap (V1.3) id sma027543; Sat Feb 17 22:18:09 2001 Message-Id: <4.3.2.20010217221153.02e535c0@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Sat, 17 Feb 2001 22:15:08 -0600 To: Kris Kennaway , ports@FreeBSD.ORG From: "Jeffrey J. Mountin" Subject: Re: [wiz@netbsd.org: CVS commit: pkgsrc] In-Reply-To: <20010217193732.A32688@mollari.cthul.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 07:37 PM 2/17/01 -0800, Kris Kennaway wrote: >What do people think about this change? Personally, I think it would >be great..frees up another 4500 inodes from the ports collection. You forgot the patch to avoid 'make readme' breakage. ;) Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 20:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DFC37B491 for ; Sat, 17 Feb 2001 20:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I4e1689948; Sat, 17 Feb 2001 20:40:01 -0800 (PST) (envelope-from gnats) Received: from epsilon.lucida.ca (epsilon.lucida.ca [209.47.215.67]) by hub.freebsd.org (Postfix) with SMTP id C841037B65D for ; Sat, 17 Feb 2001 20:31:03 -0800 (PST) Received: (qmail 28990 invoked by uid 1000); 18 Feb 2001 04:31:04 -0000 Message-Id: <20010218043104.28989.qmail@epsilon.lucida.ca> Date: 18 Feb 2001 04:31:04 -0000 From: matt@LUCIDA.CA Reply-To: matt@LUCIDA.CA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25181: PORT SECURITY UPDATE: www/analog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25181 >Category: ports >Synopsis: Security fix of remote exploit in analog versions < 4.16 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 20:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matt Heckaman >Release: FreeBSD 4.2-STABLE i386 >Organization: Lucida Communications >Environment: Tested on FreeBSD 4.2-STABLE Feb 9, do not have access to other FreeBSD machines to do 3.x testing. >Description: All versions of the 'analog' package below 4.16 contain a buffer overflow that can be remotely exploited. The relevent URL for this bug is: http://www.analog.cx/security2.html The version of analog in ports-current was 4.11, this patch upgrades the port to version 4.16 which contains the fix as well as some enhancements in foreign language support and OS detection. >How-To-Repeat: N/A >Fix: diff -urN analog.orig/Makefile analog/Makefile --- analog.orig/Makefile Tue Jan 16 12:32:52 2001 +++ analog/Makefile Sat Feb 17 23:06:36 2001 @@ -6,7 +6,7 @@ # PORTNAME= analog -PORTVERSION= 4.11 +PORTVERSION= 4.16 CATEGORIES= www MASTER_SITES= http://www.analog.cx/ \ http://brendanr.simplenet.com/analog/ \ diff -urN analog.orig/distinfo analog/distinfo --- analog.orig/distinfo Sun Jun 4 15:21:06 2000 +++ analog/distinfo Sat Feb 17 23:05:18 2001 @@ -1 +1 @@ -MD5 (analog-4.11.tar.gz) = 1eb98a1c2f44f3a846b27e257a458e4a +MD5 (analog-4.16.tar.gz) = e951152629b1b23ef09b17f32d9310c4 diff -urN analog.orig/files/patch-aa analog/files/patch-aa --- analog.orig/files/patch-aa Sat Apr 15 03:28:01 2000 +++ analog/files/patch-aa Sat Feb 17 23:10:42 2001 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Mar 30 17:59:16 2000 -+++ Makefile Sat Apr 15 11:09:28 2000 +--- Makefile.orig Sat Feb 17 23:07:59 2001 ++++ Makefile Sat Feb 17 23:09:37 2001 @@ -7,7 +7,7 @@ # -Ae (HP/UX 10); BS2000/OSD requires -XLLML -XLLMK; # NeXTSTEP apparently needs... @@ -7,20 +7,20 @@ -DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN ... +#DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN ... # ... -DEBCDIC -DNOGMTIME -DNEED_STRCMP -DNEED_MEMMOVE ... - # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H - # Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP -@@ -15,6 +15,10 @@ - # DEFS = -DNEED_MEMMOVE -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H + # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DHAVE_ADDR_T ... + # ... -DNEED_FLOATINGPOINT_H +@@ -18,6 +18,10 @@ # DYNIX/ptx reportedly needs -D_SOCKET_VERSION=11 + # MPE/iX needs -D_POSIX_SOURCE -D_SOCKET_SOURCE # All the options are explained at the bottom of this file. -+DEFS = -DANALOGDIR=\"$(PREFIX)/lib/analog/\" \ ++DEFS = -DANALOGDIR=\"$(PREFIX)/lib/analog/\" \ + -DLOGFILE=\"/var/log/httpd-access.log\" \ + -DIMAGEDIR=\"/images/\" \ + -DDEFAULTCONFIGFILE=\"$(PREFIX)/etc/analog.cfg\" - OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, VMS - # RISCOS, BEOS, NEXTSTEP, BS2000 + OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, OSX, VMS, + # RISCOS, BEOS, NEXTSTEP, MPEIX, BS2000, AS400 LIBS = # extra libraries needed; Solaris 2 (SunOS 5) needs -@@ -29,7 +33,7 @@ +@@ -33,7 +37,7 @@ input.o macinput.o macstuff.o output.o output2.o pcre.o process.o \ settings.o sort.o tree.o utils.o win32.o HEADERS = anlghead.h anlghea2.h anlghea3.h anlghea4.h macdir.h pcre.h @@ -28,4 +28,4 @@ +CFLAGS += $(DEFS) -D$(OS) $(PROGRAM): $(OBJS) $(HEADERS) Makefile - $(CC) $(CEXTRAFLAGS) $(OBJS) -o $(PROGRAM) $(LIBS) + $(CC) $(CEXTRAFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) diff -urN analog.orig/pkg-plist analog/pkg-plist --- analog.orig/pkg-plist Sun Jun 4 15:21:07 2000 +++ analog/pkg-plist Sat Feb 17 23:18:01 2001 @@ -6,14 +6,23 @@ lib/analog/lang/am.lng lib/analog/lang/amdom.tab lib/analog/lang/ba.lng +lib/analog/lang/bg.lng +lib/analog/lang/bgdom.tab +lib/analog/lang/bgh.lng +lib/analog/lang/bghdom.tab lib/analog/lang/br.lng lib/analog/lang/bra.lng +lib/analog/lang/bradom.tab +lib/analog/lang/brdom.tab lib/analog/lang/brh.lng +lib/analog/lang/brhdom.tab lib/analog/lang/cat.lng lib/analog/lang/cata.lng +lib/analog/lang/catadom.tab +lib/analog/lang/catdom.tab lib/analog/lang/cath.lng -lib/analog/lang/cns.lng -lib/analog/lang/cnt.lng +lib/analog/lang/cathdom.tab +lib/analog/lang/cn.lng lib/analog/lang/cz.lng lib/analog/lang/cz1250.lng lib/analog/lang/cza.lng @@ -36,7 +45,10 @@ lib/analog/lang/eshdom.tab lib/analog/lang/fi.lng lib/analog/lang/fia.lng +lib/analog/lang/fiadom.tab +lib/analog/lang/fidom.tab lib/analog/lang/fih.lng +lib/analog/lang/fihdom.tab lib/analog/lang/fr.lng lib/analog/lang/fra.lng lib/analog/lang/fradom.tab @@ -46,12 +58,12 @@ lib/analog/lang/frhdom.tab lib/analog/lang/gr.lng lib/analog/lang/gra.lng +lib/analog/lang/hr.lng lib/analog/lang/hu.cfg lib/analog/lang/hu.lng lib/analog/lang/hua.lng lib/analog/lang/huadom.tab lib/analog/lang/hudom.tab -lib/analog/lang/itform.html lib/analog/lang/is.lng lib/analog/lang/isa.lng lib/analog/lang/ish.lng @@ -59,6 +71,7 @@ lib/analog/lang/ita.lng lib/analog/lang/itadom.tab lib/analog/lang/itdom.tab +lib/analog/lang/itform.html lib/analog/lang/ith.lng lib/analog/lang/ithdom.tab lib/analog/lang/jp.lng @@ -81,7 +94,10 @@ lib/analog/lang/pldom.tab lib/analog/lang/pt.lng lib/analog/lang/pta.lng +lib/analog/lang/ptadom.tab +lib/analog/lang/ptdom.tab lib/analog/lang/pth.lng +lib/analog/lang/pthdom.tab lib/analog/lang/ro.lng lib/analog/lang/rodom.tab lib/analog/lang/ru.lng @@ -102,20 +118,27 @@ lib/analog/lang/ska.lng lib/analog/lang/tr.lng lib/analog/lang/tra.lng +lib/analog/lang/tw.lng +lib/analog/lang/twdom.tab lib/analog/lang/ua.lng lib/analog/lang/uk.lng lib/analog/lang/uka.lng lib/analog/lang/ukdom.tab lib/analog/lang/us.lng lib/analog/lang/usa.lng +lib/analog/lang/usdom.tab lib/analog/lang/usform.html lib/analog/lang/yu.lng lib/analog/lang/yua.lng lib/analog/lang/yudom.tab +@dirrm lib/analog/lang +@dirrm lib/analog share/doc/analog/Licence.txt share/doc/analog/Readme.html share/doc/analog/acknow.html share/doc/analog/alias.html +share/doc/analog/analogo.gif +share/doc/analog/anlgdocs.css share/doc/analog/args.html share/doc/analog/bara8.gif share/doc/analog/barb1.gif @@ -137,6 +160,7 @@ share/doc/analog/domfile.html share/doc/analog/errors.html share/doc/analog/faq.html +share/doc/analog/favicon.ico share/doc/analog/form.html share/doc/analog/helpers.html share/doc/analog/hierreps.html @@ -165,6 +189,7 @@ share/doc/analog/webworks.html share/doc/analog/whatsnew.html share/doc/analog/whole.html +@dirrm share/doc/analog www/data/images/analogo.gif www/data/images/bara1.gif www/data/images/bara16.gif @@ -215,9 +240,6 @@ www/data/images/barh4.gif www/data/images/barh8.gif www/data/images/html2.gif -@dirrm lib/analog/lang -@dirrm lib/analog -@dirrm share/doc/analog @unexec rmdir %D/www/data/images 2>/dev/null || true @unexec rmdir %D/www/data 2>/dev/null || true @unexec rmdir %D/www 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 21:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AE3C37B4EC for ; Sat, 17 Feb 2001 21:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I5K1X94649; Sat, 17 Feb 2001 21:20:01 -0800 (PST) (envelope-from gnats) Received: from thorin.club.cc.cmu.edu (THORIN.CLUB.CC.CMU.EDU [128.2.4.156]) by hub.freebsd.org (Postfix) with ESMTP id EAF0C37B4EC for ; Sat, 17 Feb 2001 21:13:19 -0800 (PST) Received: (from tardis@localhost) by thorin.club.cc.cmu.edu (8.11.2/8.11.2) id f1I5DFJ32578; Sun, 18 Feb 2001 00:13:15 -0500 (EST) (envelope-from tardis) Message-Id: <200102180513.f1I5DFJ32578@thorin.club.cc.cmu.edu> Date: Sun, 18 Feb 2001 00:13:15 -0500 (EST) From: tardis@watson.org Reply-To: tardis@watson.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25182: x11/Eterm broken in link phase Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25182 >Category: ports >Synopsis: x11/Eterm broken in link phase >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 21:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Tom Maher >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: 4.2-STABLE & 4.2-RELEASE systems with freshly updated /usr/ports >Description: libutil is not being linked against, thus causing the link phase to fail /bin/sh ../libtool --mode=link cc -pipe -O2 -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -o Eterm -rpath /usr/X11R6/lib:/usr/X11R6/lib/Eterm libEterm.la main.o /usr/ports/x11/eterm/work/Eterm-0.8.10/libmej/libmej.la -L/usr/X11R6/lib -L/usr/X11R6/lib -lImlib -L/usr/X11R6/lib -lImlib -L/usr/local/lib -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 -lXext -L/usr/X11R6/lib -lX11 cc -pipe -O2 -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -o .libs/Eterm .libs/libEterm.so main.o /usr/ports/x11/eterm/work/Eterm-0.8.10/libmej/.libs/libmej.so -L/usr/X11R6/lib -L/usr/X11R6/lib -lImlib -L/usr/X11R6/lib -lImlib -L/usr/local/lib -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 -lXext -L/usr/X11R6/lib -lX11 -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/X11R6/lib:/usr/X11R6/lib/Eterm .libs/libEterm.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() .libs/libEterm.so: undefined reference to `logwtmp' .libs/libEterm.so: undefined reference to `logout' gmake[2]: *** [Eterm] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/eterm/work/Eterm-0.8.10/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/eterm/work/Eterm-0.8.10' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/eterm. *** Error code 1 Stop in /usr/ports/x11/eterm. *** Error code 1 Stop in /usr/ports/x11/eterm. >How-To-Repeat: cd /usr/ports/x11/eterm && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 21:32:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA5EF37B491; Sat, 17 Feb 2001 21:32:36 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I5WaO95738; Sat, 17 Feb 2001 21:32:36 -0800 (PST) (envelope-from kris) Date: Sat, 17 Feb 2001 21:32:36 -0800 (PST) From: Message-Id: <200102180532.f1I5WaO95738@freefall.freebsd.org> To: keichii@peorth.iteration.net, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25179: simple stupid update of the port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: simple stupid update of the port State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Feb 17 21:32:27 PST 2001 State-Changed-Why: Update committed http://www.freebsd.org/cgi/query-pr.cgi?pr=25179 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 23:33:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 9F88D37B65D for ; Sat, 17 Feb 2001 23:33:14 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 512CF67021; Sat, 17 Feb 2001 23:33:14 -0800 (PST) Date: Sat, 17 Feb 2001 23:33:14 -0800 From: Kris Kennaway To: "Jeffrey J. Mountin" Cc: ports@FreeBSD.ORG Subject: Re: [wiz@netbsd.org: CVS commit: pkgsrc] Message-ID: <20010217233314.A95368@mollari.cthul.hu> References: <20010217193732.A32688@mollari.cthul.hu> <4.3.2.20010217221153.02e535c0@207.227.119.2> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="FCuugMFkClbJLl1L" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.3.2.20010217221153.02e535c0@207.227.119.2>; from jeff-ml@mountin.net on Sat, Feb 17, 2001 at 10:15:08PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 17, 2001 at 10:15:08PM -0600, Jeffrey J. Mountin wrote: > At 07:37 PM 2/17/01 -0800, Kris Kennaway wrote: > >What do people think about this change? Personally, I think it would > >be great..frees up another 4500 inodes from the ports collection. >=20 > You forgot the patch to avoid 'make readme' breakage. ;) Uh, it was a request for discussion. Obviously, some kind of patch to bsd.port.mk would be needed if it's agreed to. Kris --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6j3q5Wry0BWjoQKURArdwAKCW52csSYb5PDQQMiH6NAMCbhwLyACfRm04 QQbgw3nkA+KIhCBgfYH4ubc= =nQv8 -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 23:36:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-53.dsl.lsan03.pacbell.net [64.165.226.53]) by hub.freebsd.org (Postfix) with ESMTP id 077DA37B4EC for ; Sat, 17 Feb 2001 23:36:28 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B174A67021; Sat, 17 Feb 2001 23:36:27 -0800 (PST) Date: Sat, 17 Feb 2001 23:36:27 -0800 From: Kris Kennaway To: "P. Wooten" Cc: ports@FreeBSD.ORG Subject: Re: OSX apps Message-ID: <20010217233627.B95368@mollari.cthul.hu> References: <20010215211113.16099.qmail@web3103.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7iMSBzlTiPOCCT2k" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010215211113.16099.qmail@web3103.mail.yahoo.com>; from haus_09@yahoo.com on Thu, Feb 15, 2001 at 01:11:13PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 15, 2001 at 01:11:13PM -0800, P. Wooten wrote: > Dear Sir or Madam, > Is it possible to run OSX applications such as > Groovemaker on FreeBSD or through a Mach emulator? Can > BSD run OSX applications? Thank you for your time. > Sincerely, > Phillip Earl Wooten The short answer is "no". OS X runs on the PowerPC CPU, and you can't run binaries written for another CPU unless you use some kind of emulator (at which point you're not running the binary natively, you're emulating another OS) Kris --7iMSBzlTiPOCCT2k Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6j3t6Wry0BWjoQKURApiRAKC6RryNzS/MptSOGYsF+/D1ugo+EgCdGaqA Wk6o26gCdV+x92kCThMOXTE= =MhZY -----END PGP SIGNATURE----- --7iMSBzlTiPOCCT2k-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 23:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B27137B4EC for ; Sat, 17 Feb 2001 23:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I7e3X14013; Sat, 17 Feb 2001 23:40:03 -0800 (PST) (envelope-from gnats) Date: Sat, 17 Feb 2001 23:40:03 -0800 (PST) Message-Id: <200102180740.f1I7e3X14013@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/25139: [MAINTAINER UPDATE] audio/lopster 0.9.7_1->0.9.8 Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25139; it has been noted by GNATS. From: Kris Kennaway To: roman@xpert.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/25139: [MAINTAINER UPDATE] audio/lopster 0.9.7_1->0.9.8 Date: Sat, 17 Feb 2001 23:37:24 -0800 --TiqCXmo5T1hvSQQg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 16, 2001 at 05:57:19PM +0200, roman@xpert.com wrote: > +PORTVERSION= 0.9.8 Okay, this version is tremendously unstable for me and crashes whenever I try and do much with it. I suggest we don't import this one yet..0.9.7 only crashed occasionally for me. Kris --TiqCXmo5T1hvSQQg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6j3uzWry0BWjoQKURAtaMAKC3mmlKUFG8xUNH4Mw7S9QGWdDD+gCfapr/ JO9SU8xKGX8cFos9+ZP5rvg= =cb6q -----END PGP SIGNATURE----- --TiqCXmo5T1hvSQQg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 17 23:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC27337B67D for ; Sat, 17 Feb 2001 23:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1I7e3214022; Sat, 17 Feb 2001 23:40:03 -0800 (PST) (envelope-from gnats) Received: from epsilon.lucida.ca (epsilon.lucida.ca [209.47.215.67]) by hub.freebsd.org (Postfix) with SMTP id C639637B401 for ; Sat, 17 Feb 2001 23:37:57 -0800 (PST) Received: (qmail 65432 invoked by uid 1000); 18 Feb 2001 07:37:58 -0000 Message-Id: <20010218073758.65431.qmail@epsilon.lucida.ca> Date: 18 Feb 2001 07:37:58 -0000 From: matt@LUCIDA.CA Reply-To: matt@LUCIDA.CA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25183: PORT UPDATE: net/mrtg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25183 >Category: ports >Synopsis: PORT UPDATE: net/mrtg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 17 23:40:03 PST 2001 >Closed-Date: >Last-Modified: >Originator: Matt Heckaman >Release: FreeBSD 4.2-STABLE i386 >Organization: Lucida Communications >Environment: Tested on 4.2-STABLE Feb 9, I do not have access to 3.x machines for testing there, but expect no problems due to mrtg's nature. >Description: This patch updates mrtg 2.9.7 in ports-current to 2.9.8. >How-To-Repeat: N/A >Fix: diff -urN mrtg.orig/Makefile mrtg/Makefile --- mrtg.orig/Makefile Mon Feb 12 08:01:04 2001 +++ mrtg/Makefile Sun Feb 18 01:52:51 2001 @@ -6,8 +6,7 @@ # PORTNAME= mrtg -PORTVERSION= 2.9.7 -PORTREVISION= 1 +PORTVERSION= 2.9.8 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ ${MASTER_SITE_RINGSERVER} diff -urN mrtg.orig/distinfo mrtg/distinfo --- mrtg.orig/distinfo Wed Jan 3 04:24:24 2001 +++ mrtg/distinfo Sun Feb 18 01:57:25 2001 @@ -1 +1 @@ -MD5 (mrtg-2.9.7.tar.gz) = ab114ce2aa3808dd23418fe625b606d9 +MD5 (mrtg-2.9.8.tar.gz) = 458dffd2cafc647049e6f598e5d70671 diff -urN mrtg.orig/pkg-plist mrtg/pkg-plist --- mrtg.orig/pkg-plist Wed Jan 3 15:29:49 2001 +++ mrtg/pkg-plist Sun Feb 18 02:15:26 2001 @@ -3,6 +3,7 @@ bin/mrtg bin/rateup etc/mrtg/mrtg.cfg.sample +@dirrm etc/mrtg lib/perl5/site_perl/%%PERL_VER%%/BER.pm lib/perl5/site_perl/%%PERL_VER%%/MRTG_lib.pm lib/perl5/site_perl/%%PERL_VER%%/Pod/InputObjects.pm @@ -10,6 +11,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Pod/PlainText.pm lib/perl5/site_perl/%%PERL_VER%%/Pod/Select.pm lib/perl5/site_perl/%%PERL_VER%%/Pod/Usage.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Pod lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm lib/perl5/site_perl/%%PERL_VER%%/locales_mrtg.pm @@ -67,6 +69,7 @@ share/doc/mrtg/webserver.html share/doc/mrtg/webserver.pod share/doc/mrtg/webserver.txt +@dirrm share/doc/mrtg share/mrtg/mrtg-l.gif share/mrtg/mrtg-l.png share/mrtg/mrtg-m.gif @@ -75,7 +78,4 @@ share/mrtg/mrtg-r.png share/mrtg/mrtg-ti.gif share/mrtg/mrtg-ti.png -@dirrm etc/mrtg -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Pod -@dirrm share/doc/mrtg @dirrm share/mrtg >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message