From owner-freebsd-ports Sun Jan 25 06:38:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10328 for freebsd-ports-outgoing; Sun, 25 Jan 1998 06:38:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fang.cs.sunyit.edu (root@fang.cs.sunyit.edu [192.52.220.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10310 for ; Sun, 25 Jan 1998 06:38:00 -0800 (PST) (envelope-from perlsta@sunyit.edu) Received: from win95.local.sunyit.edu (A-T34.rh.sunyit.edu [150.156.210.241]) by fang.cs.sunyit.edu (8.8.5/8.7.3) with ESMTP id KAA07304 for ; Sun, 25 Jan 1998 10:39:21 GMT Message-Id: <199801251039.KAA07304@fang.cs.sunyit.edu> From: "Alfred Perlstein" To: Subject: fix for annoying TCL error... Date: Sun, 25 Jan 1998 09:33:34 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i remeber seeing a message recently on the lists about fixing the: "You have an old tcl installation......" error code given by apps that depend on TCL. does anyone have this info to fix this? thank you, -Alfred From owner-freebsd-ports Sun Jan 25 07:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11704 for freebsd-ports-outgoing; Sun, 25 Jan 1998 07:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11694; Sun, 25 Jan 1998 07:10:01 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11586; Sun, 25 Jan 1998 07:07:04 -0800 (PST) (envelope-from nobody) Message-Id: <199801251507.HAA11586@hub.freebsd.org> Date: Sun, 25 Jan 1998 07:07:04 -0800 (PST) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5564: Update to the crosssco port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5564 >Category: ports >Synopsis: Update to the crosssco 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: Sun Jan 25 07:10:00 PST 1998 >Last-Modified: >Originator: Pedro F. Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.5-R >Environment: >Description: I updated the libraries and utilities. The binutils update is particularly important: it may be required when we move to ELF. The new building method will make this port much easier to maintain. >How-To-Repeat: I also changed the target from 1386-sco to 1386-coff. I'm not sure what the effect will be, but the new target represents better what the kit really is. >Fix: diff -rNu /cdrom/ports/devel/crosssco/Makefile crosssco/Makefile --- /cdrom/ports/devel/crosssco/Makefile Tue Apr 29 22:17:57 1997 +++ crosssco/Makefile Sat Jan 24 21:21:20 1998 @@ -1,30 +1,48 @@ # New ports collection makefile for: crosssco -# Version required: 1.3 +# Version required: 1.4 # Date created: 26 Mar 96 -# Whom: Pedro Giffuni +# Whom: Pedro Giffuni # # $Id: Makefile,v 1.3 1997/04/30 03:17:57 asami Exp $ # -DISTNAME= crosstree-1.3 -PKGNAME= crosssco-1.3 +DISTNAME= gcc-2.7.2.2 +PKGNAME= crosssco-1.4 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} - -MAINTAINER= pgiffuni@fps.biblos.unal.edu.co +MASTER_SITES= ftp://ftp.cygnus.com/pub/newlib/ \ + ${MASTER_SITE_GNU} +DISTFILES= binutils-2.8.1.tar.gz \ + ${DISTNAME}.tar.gz \ + newlib-1.8.0.tar.gz + +MAINTAINER= giffunip@asme.org + +PATCH_SITE= ftp://ftp.cygnus.com/pub/embedded/crossgcc/ +PATCHFILES= crossgcc-${DISTNAME}.patch +PATCH_DIST_STRIP=-p1 --directory=${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/src USE_GMAKE= yes -TARGET= i386-sco -#COMPAT= /compat/ibcs2 - GNU_CONFIGURE= yes + +TARGET= i386-coff CONFIGURE_ARGS= --target=${TARGET} -pre-build: - (cd $(WRKSRC)/gcc/; uudecode ${FILESDIR}/libgcc1.a.uu) +MAN1= i386-coff-ar.1 i386-coff-nm.1 i386-coff-objdump.1 \ + i386-coff-ranlib.1 i386-coff-size.1 i386-coff-strings.1 \ + i386-coff-strip.1 i386-coff-objcopy.1 i386-coff-nlmconv.1 \ + i386-coff-c++filt.1 configure.1 i386-coff-as.1 i386-coff-ld.1 \ + i386-coff-g++.1 i386-coff-gcc.1 cccp.1 + +post-extract: + (cd $(WRKDIR); sh ${SCRIPTDIR}/one-tree-1.4.sh) + (cd ${WRKDIR}/${DISTNAME}; uudecode ${FILESDIR}/libgcc1.a.uu) -#pre-install: -# mkdir $(COMPAT) -# ln -s $(COMPAT) $(PREFIX)/$(TARGET) +# This is ONLY recommended if you are NOT planning to use +# native SCO libraries for emulation +# +#post-install: +#COMPAT= /compat/ibcs2 +# ln -s $(PREFIX)/$(TARGET) $(COMPAT) .include diff -rNu /cdrom/ports/devel/crosssco/files/md5 crosssco/files/md5 --- /cdrom/ports/devel/crosssco/files/md5 Wed Apr 9 14:30:09 1997 +++ crosssco/files/md5 Sat Jan 24 20:27:54 1998 @@ -1 +1,4 @@ -MD5 (crosstree-1.3.tar.gz) = 02a77d3892c93aa6cfeeebe39e949051 +MD5 (binutils-2.8.1.tar.gz) = 787229d600b8bb58fe7e75ea30445e44 +MD5 (gcc-2.7.2.2.tar.gz) = 39c6383e7d19405bfdcbe3682dbcd04d +MD5 (newlib-1.8.0.tar.gz) = 59c948c481ddbfd7658dd8dbe940d8f0 +MD5 (crossgcc-gcc-2.7.2.2.patch) = 334b66d06bc22a2cba3cb0ceab2142f3 diff -rNu /cdrom/ports/devel/crosssco/patches/patch-ac crosssco/patches/patch-ac --- /cdrom/ports/devel/crosssco/patches/patch-ac Fri Apr 11 12:10:35 1997 +++ crosssco/patches/patch-ac Sat Jan 24 23:15:24 1998 @@ -9,28 +9,6 @@ CC_FOR_BUILD = $(CC) ---- ./gas/Makefile.in~ Fri Apr 11 08:42:33 1997 -+++ ./gas/Makefile.in Fri Apr 11 08:42:33 1997 -@@ -72,7 +72,7 @@ - TEXI2DVI = texi2dvi - RANLIB = ranlib - CC = @CC@ --CFLAGS = -g -+CFLAGS = -O - LDFLAGS = - HLDFLAGS = @HLDFLAGS@ - RPATH_ENVVAR = @RPATH_ENVVAR@ ---- ./gprof/Makefile.in~ Fri Apr 11 08:42:36 1997 -+++ ./gprof/Makefile.in Fri Apr 11 08:42:36 1997 -@@ -51,7 +51,7 @@ - # Files that can be generated, but should be included in distribution. - GEN_FILES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c - --CFLAGS=-g -DDEBUG -+CFLAGS=-O -DDEBUG - LDFLAGS= - HLDFLAGS = @HLDFLAGS@ - .c.o: --- ./libiberty/Makefile.in~ Fri Apr 11 08:42:39 1997 +++ ./libiberty/Makefile.in Fri Apr 11 08:42:39 1997 @@ -68,7 +68,7 @@ @@ -64,17 +42,6 @@ # Additional options to use when compiling libgcc2.a. # Some targets override this to -Iinclude ---- ./libgloss/m68k/Makefile.in~ Fri Apr 11 08:45:36 1997 -+++ ./libgloss/m68k/Makefile.in Fri Apr 11 08:45:36 1997 -@@ -58,7 +58,7 @@ - lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \ - unlink.o write.o - --CFLAGS = -g -+CFLAGS = -O - - # - # here's all the MVME135 target stuff --- ./libgloss/mips/Makefile.in~ Fri Apr 11 08:45:39 1997 +++ ./libgloss/mips/Makefile.in Fri Apr 11 08:45:39 1997 @@ -51,7 +51,7 @@ @@ -86,28 +53,6 @@ GCC_LDFLAGS = `if [ -d ${objroot}/../gcc ] ; \ then echo -L${objroot}/../gcc ; fi` ---- ./libgloss/pa/Makefile.in~ Fri Apr 11 08:45:41 1997 -+++ ./libgloss/pa/Makefile.in Fri Apr 11 08:45:41 1997 -@@ -51,7 +51,7 @@ - lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \ - unlink.o write.o hp-milli.o - --CFLAGS = -g -+CFLAGS = -O - - MULTILIB = -msoft-float - ---- ./libgloss/rs6000/Makefile.in~ Fri Apr 11 08:45:43 1997 -+++ ./libgloss/rs6000/Makefile.in Fri Apr 11 08:45:43 1997 -@@ -39,7 +39,7 @@ - else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi` - - OBJS = close.o fstat.o getpid.o isatty.o kill.o lseek.o open.o putnum.o stat.o unlink.o --CFLAGS = -g -+CFLAGS = -O - SCRIPTS = ${SIM_SCRIPTS} ${MVME_SCRIPTS} ${EVM_SCRIPTS} - - # Here is all of the simulator stuff --- libgloss/testsuite/libgloss.all/#Makefile.in~ Fri Apr 11 09:00:17 1997 +++ libgloss/testsuite/libgloss.all/Makefile.in Fri Apr 11 09:00:17 1997 @@ -15,8 +15,8 @@ diff -rNu /cdrom/ports/devel/crosssco/patches/patch-ad crosssco/patches/patch-ad --- /cdrom/ports/devel/crosssco/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ crosssco/patches/patch-ad Sat Jan 24 23:08:08 1998 @@ -0,0 +1,76 @@ +*** gas/Makefile.in.orig Mon May 26 12:42:26 1997 +--- gas/Makefile.in Sat Jan 24 23:00:53 1998 +*************** +*** 78,84 **** + HLDFLAGS = @HLDFLAGS@ + HLDENV = @HLDENV@ + RPATH_ENVVAR = @RPATH_ENVVAR@ +! CFLAGS = -g + LDFLAGS = + DEP = mkdep + +--- 78,84 ---- + HLDFLAGS = @HLDFLAGS@ + HLDENV = @HLDENV@ + RPATH_ENVVAR = @RPATH_ENVVAR@ +! CFLAGS = -O + LDFLAGS = + DEP = mkdep + +*** libgloss/m68k/Makefile.in.orig Fri Mar 14 17:38:20 1997 +--- libgloss/m68k/Makefile.in Sat Jan 24 22:56:02 1998 +*************** +*** 65,71 **** + lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \ + unlink.o write.o + +! CFLAGS = -g + # ARFLAGS = rv + + CRT0 = crt0.o +--- 65,71 ---- + lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \ + unlink.o write.o + +! CFLAGS = -O + # ARFLAGS = rv + + CRT0 = crt0.o +*** libgloss/pa/Makefile.in.orig Tue Jun 25 08:52:53 1996 +--- libgloss/pa/Makefile.in Sat Jan 24 22:56:51 1998 +*************** +*** 59,65 **** + lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \ + unlink.o write.o hp-milli.o + +! CFLAGS = -g + # ARFLAGS = rv + + # +--- 59,65 ---- + lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \ + unlink.o write.o hp-milli.o + +! CFLAGS = -O + # ARFLAGS = rv + + # +*** libgloss/rs6000/Makefile.in.orig Mon Nov 11 15:22:14 1996 +--- libgloss/rs6000/Makefile.in Sat Jan 24 22:58:02 1998 +*************** +*** 59,65 **** + else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi` + + OBJS = fstat.o getpid.o isatty.o kill.o putnum.o stat.o unlink.o +! CFLAGS = -g + SCRIPTS = ${SIM_SCRIPTS} ${MVME_SCRIPTS} ${EVM_SCRIPTS} + + # Here is all of the simulator stuff +--- 59,65 ---- + else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi` + + OBJS = fstat.o getpid.o isatty.o kill.o putnum.o stat.o unlink.o +! CFLAGS = -O + SCRIPTS = ${SIM_SCRIPTS} ${MVME_SCRIPTS} ${EVM_SCRIPTS} + + # Here is all of the simulator stuff diff -rNu /cdrom/ports/devel/crosssco/pkg/DESCR crosssco/pkg/DESCR --- /cdrom/ports/devel/crosssco/pkg/DESCR Thu Apr 10 09:10:39 1997 +++ crosssco/pkg/DESCR Sat Jan 24 22:32:39 1998 @@ -1,15 +1,20 @@ -This package permits the creation of Santa Cruz Operation Unix (R) -executables in COFF format. +This package permits the creation of COFF executables used in Santa Cruz +Operation Unix (R) and other variants. No part of this package was built +using SCO or any UNIX variant. + The package is composed of the following utilities: -GNU`s misc. utilities binutils-2.7 -The GNU's C Compiler gcc-2.7.2.2 + crosspatch -Cygnus's embedded libraries newlib-1.7.1 +The GNU's C Compiler gcc-2.7.2.2 + crosspatch +GNU`s misc. utilities binutils-2.8.1 +Cygnus's embedded libraries newlib-1.8.0 -This package doesn't rquire IBCS2 emulation for building, but it is +This package doesn't require IBCS2 emulation for building, but it is required if you want to execute your programs. +For more information on using GCC as a crosscompiler please consult: + ftp://ftp.cygnus.com/pub/embedded/crossgcc/FAQ + +Note: If you want to produce ELF, you could rebuild this port with a +different target, this is untested but should work. -Note: If you want to produce ELF, you will have to rebuild this port -with a different target, this is untested. _________ Pedro Giffuni S. -pgiffuni@fps.biblos.unal.edu.co +giffunip@asme.org diff -rNu /cdrom/ports/devel/crosssco/pkg/PLIST crosssco/pkg/PLIST --- /cdrom/ports/devel/crosssco/pkg/PLIST Wed Apr 9 14:30:09 1997 +++ crosssco/pkg/PLIST Thu Dec 18 09:19:38 1997 @@ -1,93 +1,93 @@ -bin/i386-sco-c++ -bin/i386-sco-size -bin/i386-sco-objdump -bin/i386-sco-nm -bin/i386-sco-ar -bin/i386-sco-strings -bin/i386-sco-strip -bin/i386-sco-ranlib -bin/i386-sco-c++filt -bin/i386-sco-objcopy -bin/i386-sco-as -bin/i386-sco-gasp -bin/i386-sco-ld -bin/i386-sco-g++ +bin/i386-coff-c++ +bin/i386-coff-size +bin/i386-coff-objdump +bin/i386-coff-nm +bin/i386-coff-ar +bin/i386-coff-strings +bin/i386-coff-strip +bin/i386-coff-ranlib +bin/i386-coff-c++filt +bin/i386-coff-objcopy +bin/i386-coff-as +bin/i386-coff-gasp +bin/i386-coff-ld +bin/i386-coff-g++ bin/protoize bin/unprotoize -bin/i386-sco-gcc -i386-sco/bin/nm -i386-sco/bin/strip -i386-sco/bin/ar -i386-sco/bin/ranlib -i386-sco/bin/as -i386-sco/bin/ld -i386-sco/bin/gcc -i386-sco/lib/ldscripts/i386coff.x -i386-sco/lib/ldscripts/i386coff.xbn -i386-sco/lib/ldscripts/i386coff.xn -i386-sco/lib/ldscripts/i386coff.xr -i386-sco/lib/ldscripts/i386coff.xu -i386-sco/lib/libg.a -i386-sco/lib/libc.a -i386-sco/lib/crt0.o -i386-sco/lib/libm.a -i386-sco/lib/libiberty.a -i386-sco/include/machine/fastmath.h -i386-sco/include/machine/ieeefp.h -i386-sco/include/machine/setjmp-dj.h -i386-sco/include/machine/setjmp.h -i386-sco/include/machine/types.h -i386-sco/include/_ansi.h -i386-sco/include/_syslist.h -i386-sco/include/ar.h -i386-sco/include/assert.h -i386-sco/include/ctype.h -i386-sco/include/dirent.h -i386-sco/include/errno.h -i386-sco/include/fastmath.h -i386-sco/include/fcntl.h -i386-sco/include/grp.h -i386-sco/include/ieeefp.h -i386-sco/include/locale.h -i386-sco/include/math.h -i386-sco/include/paths.h -i386-sco/include/process.h -i386-sco/include/pwd.h -i386-sco/include/reent.h -i386-sco/include/regdef.h -i386-sco/include/setjmp.h -i386-sco/include/signal.h -i386-sco/include/stdio.h -i386-sco/include/stdlib.h -i386-sco/include/string.h -i386-sco/include/termios.h -i386-sco/include/time.h -i386-sco/include/sys/_types.h -i386-sco/include/sys/config.h -i386-sco/include/sys/dirent.h -i386-sco/include/sys/errno.h -i386-sco/include/sys/fcntl.h -i386-sco/include/sys/file.h -i386-sco/include/sys/param.h -i386-sco/include/sys/reent.h -i386-sco/include/sys/resource.h -i386-sco/include/sys/signal.h -i386-sco/include/sys/stat-dj.h -i386-sco/include/sys/stat.h -i386-sco/include/sys/time.h -i386-sco/include/sys/times.h -i386-sco/include/sys/types.h -i386-sco/include/sys/unistd.h -i386-sco/include/sys/wait.h -i386-sco/include/sys/setjmp.h -i386-sco/include/sys/termio.h -i386-sco/include/sys/termios.h -i386-sco/include/sys/utime.h -i386-sco/include/sys/utmp.h -i386-sco/include/unctrl.h -i386-sco/include/unistd.h -i386-sco/include/utime.h -i386-sco/include/utmp.h +bin/i386-coff-gcc +i386-coff/bin/nm +i386-coff/bin/strip +i386-coff/bin/ar +i386-coff/bin/ranlib +i386-coff/bin/as +i386-coff/bin/ld +i386-coff/bin/gcc +i386-coff/lib/ldscripts/i386coff.x +i386-coff/lib/ldscripts/i386coff.xbn +i386-coff/lib/ldscripts/i386coff.xn +i386-coff/lib/ldscripts/i386coff.xr +i386-coff/lib/ldscripts/i386coff.xu +i386-coff/lib/libg.a +i386-coff/lib/libc.a +i386-coff/lib/crt0.o +i386-coff/lib/libm.a +i386-coff/lib/libiberty.a +i386-coff/include/machine/fastmath.h +i386-coff/include/machine/ieeefp.h +i386-coff/include/machine/setjmp-dj.h +i386-coff/include/machine/setjmp.h +i386-coff/include/machine/types.h +i386-coff/include/_ansi.h +i386-coff/include/_syslist.h +i386-coff/include/ar.h +i386-coff/include/assert.h +i386-coff/include/ctype.h +i386-coff/include/dirent.h +i386-coff/include/errno.h +i386-coff/include/fastmath.h +i386-coff/include/fcntl.h +i386-coff/include/grp.h +i386-coff/include/ieeefp.h +i386-coff/include/locale.h +i386-coff/include/math.h +i386-coff/include/paths.h +i386-coff/include/process.h +i386-coff/include/pwd.h +i386-coff/include/reent.h +i386-coff/include/regdef.h +i386-coff/include/setjmp.h +i386-coff/include/signal.h +i386-coff/include/stdio.h +i386-coff/include/stdlib.h +i386-coff/include/string.h +i386-coff/include/termios.h +i386-coff/include/time.h +i386-coff/include/sys/_types.h +i386-coff/include/sys/config.h +i386-coff/include/sys/dirent.h +i386-coff/include/sys/errno.h +i386-coff/include/sys/fcntl.h +i386-coff/include/sys/file.h +i386-coff/include/sys/param.h +i386-coff/include/sys/reent.h +i386-coff/include/sys/resource.h +i386-coff/include/sys/signal.h +i386-coff/include/sys/stat-dj.h +i386-coff/include/sys/stat.h +i386-coff/include/sys/time.h +i386-coff/include/sys/times.h +i386-coff/include/sys/types.h +i386-coff/include/sys/unistd.h +i386-coff/include/sys/wait.h +i386-coff/include/sys/setjmp.h +i386-coff/include/sys/termio.h +i386-coff/include/sys/termios.h +i386-coff/include/sys/utime.h +i386-coff/include/sys/utmp.h +i386-coff/include/unctrl.h +i386-coff/include/unistd.h +i386-coff/include/utime.h +i386-coff/include/utmp.h include/bfd.h include/ansidecl.h include/bfdlink.h @@ -123,61 +123,61 @@ info/gcc.info-8 info/gcc.info-9 lib/libiberty.a -lib/libi386-sco-bfd.a -lib/gcc-lib/i386-sco/2.7.2.2/include/syslimits.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/hash.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/list.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/sarray.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/objc.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/objc-api.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/NXConstStr.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/Object.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/Protocol.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/encoding.h -lib/gcc-lib/i386-sco/2.7.2.2/include/objc/typedstream.h -lib/gcc-lib/i386-sco/2.7.2.2/include/stdarg.h -lib/gcc-lib/i386-sco/2.7.2.2/include/stddef.h -lib/gcc-lib/i386-sco/2.7.2.2/include/varargs.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-alpha.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-h8300.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-i860.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-i960.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-mips.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-m88k.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-pa.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-pyr.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-sparc.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-clipper.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-spur.h -lib/gcc-lib/i386-sco/2.7.2.2/include/iso646.h -lib/gcc-lib/i386-sco/2.7.2.2/include/va-ppc.h -lib/gcc-lib/i386-sco/2.7.2.2/include/proto.h -lib/gcc-lib/i386-sco/2.7.2.2/include/limits.h -lib/gcc-lib/i386-sco/2.7.2.2/include/README -lib/gcc-lib/i386-sco/2.7.2.2/include/float.h -lib/gcc-lib/i386-sco/2.7.2.2/cc1 -lib/gcc-lib/i386-sco/2.7.2.2/cc1obj -lib/gcc-lib/i386-sco/2.7.2.2/cc1plus -lib/gcc-lib/i386-sco/2.7.2.2/crtbegin.o -lib/gcc-lib/i386-sco/2.7.2.2/crtend.o -lib/gcc-lib/i386-sco/2.7.2.2/specs -lib/gcc-lib/i386-sco/2.7.2.2/SYSCALLS.c.X -lib/gcc-lib/i386-sco/2.7.2.2/cpp -lib/gcc-lib/i386-sco/2.7.2.2/libgcc.a -lib/libi386-sco-opcodes.a -man/man1/i386-sco-ar.1 -man/man1/i386-sco-nm.1 -man/man1/i386-sco-objdump.1 -man/man1/i386-sco-ranlib.1 -man/man1/i386-sco-size.1 -man/man1/i386-sco-strings.1 -man/man1/i386-sco-strip.1 -man/man1/i386-sco-objcopy.1 -man/man1/i386-sco-nlmconv.1 -man/man1/i386-sco-c++filt.1 -man/man1/configure.1 -man/man1/i386-sco-as.1 -man/man1/i386-sco-ld.1 -man/man1/i386-sco-g++.1 -man/man1/i386-sco-gcc.1 -man/man1/cccp.1 +lib/libi386-coff-bfd.a +lib/gcc-lib/i386-coff/2.7.2.2/include/syslimits.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/hash.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/list.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/sarray.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/objc.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/objc-api.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/NXConstStr.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/Object.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/Protocol.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/encoding.h +lib/gcc-lib/i386-coff/2.7.2.2/include/objc/typedstream.h +lib/gcc-lib/i386-coff/2.7.2.2/include/stdarg.h +lib/gcc-lib/i386-coff/2.7.2.2/include/stddef.h +lib/gcc-lib/i386-coff/2.7.2.2/include/varargs.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-alpha.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-h8300.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-i860.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-i960.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-mips.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-m88k.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-pa.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-pyr.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-sparc.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-clipper.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-spur.h +lib/gcc-lib/i386-coff/2.7.2.2/include/iso646.h +lib/gcc-lib/i386-coff/2.7.2.2/include/va-ppc.h +lib/gcc-lib/i386-coff/2.7.2.2/include/proto.h +lib/gcc-lib/i386-coff/2.7.2.2/include/limits.h +lib/gcc-lib/i386-coff/2.7.2.2/include/README +lib/gcc-lib/i386-coff/2.7.2.2/include/float.h +lib/gcc-lib/i386-coff/2.7.2.2/cc1 +lib/gcc-lib/i386-coff/2.7.2.2/cc1obj +lib/gcc-lib/i386-coff/2.7.2.2/cc1plus +lib/gcc-lib/i386-coff/2.7.2.2/crtbegin.o +lib/gcc-lib/i386-coff/2.7.2.2/crtend.o +lib/gcc-lib/i386-coff/2.7.2.2/specs +lib/gcc-lib/i386-coff/2.7.2.2/SYSCALLS.c.X +lib/gcc-lib/i386-coff/2.7.2.2/cpp +lib/gcc-lib/i386-coff/2.7.2.2/libgcc.a +lib/libi386-coff-opcodes.a +man/man1/i386-coff-ar.1.gz +man/man1/i386-coff-nm.1.gz +man/man1/i386-coff-objdump.1.gz +man/man1/i386-coff-ranlib.1.gz +man/man1/i386-coff-size.1.gz +man/man1/i386-coff-strings.1.gz +man/man1/i386-coff-strip.1.gz +man/man1/i386-coff-objcopy.1.gz +man/man1/i386-coff-nlmconv.1.gz +man/man1/i386-coff-c++filt.1.gz +man/man1/configure.1.gz +man/man1/i386-coff-as.1.gz +man/man1/i386-coff-ld.1.gz +man/man1/i386-coff-g++.1.gz +man/man1/i386-coff-gcc.1.gz +man/man1/cccp.1.gz diff -rNu /cdrom/ports/devel/crosssco/scripts/one-tree-1.4.sh crosssco/scripts/one-tree-1.4.sh --- /cdrom/ports/devel/crosssco/scripts/one-tree-1.4.sh Wed Dec 31 19:00:00 1969 +++ crosssco/scripts/one-tree-1.4.sh Thu Dec 18 08:54:58 1997 @@ -0,0 +1,104 @@ +#!/bin/sh +# Create a single source tree from the various development tools. +# Version 1.4. +# Send comments or questions to dje@cygnus.com. +# +# The script needs a binutils, gcc, and newlib release. +# It looks for them in the current directory. +# +# The tree is faked, using symlinks. The goal is to keep it simple while +# providing a working example. +# +# After running this script: +# 1) mkdir build +# 2) cd build +# 3) ../src/configure --host=[your-host] --target=[your-target] [other options] +# 4) make all info +# 5) make install install-info +# +# If you are going to be building with gcc, do this instead. +# +# 1) mkdir build +# 2) cd build +# 3) CC=gcc ../src/configure --host=[your-host] --target=[your-target] [other options] +# 4) make all info CC=gcc +# 5) make install install-info +# +# The CC=gcc on line 4 is present for the sake of older releases +# and doesn't hurt to specify it again (normally, setting CC=gcc while +# running configure is enough). +# +# Building in a separate directory assumes of course that you have a version +# of `make' that understands VPATH. GNU Make is such a critter and +# it is not recommended trying it with other makes. +# +# That's it. + +# Find source trees for binutils, gcc, and newlib. +for pkg in binutils gcc newlib +do + dir=`ls -1d $pkg-[0-9].[0-9]* | tail -1` + if [ ! -f "$dir/Makefile.in" ] ; then + echo "Unable to find a $pkg source tree." + echo "You need to install a $pkg release in this directory." + exit 1 + fi + + eval $pkg=$dir + echo "Using $pkg release $dir." +done + +# We only support binutils 2.[678].*. +# We will probably support newer ones as well but until one has +# tried it one can't actually know. +case $binutils in +binutils-2.[678] | binutils-2.[678].*) ;; +*) echo "$binutils is not supported by this script." ; exit 1 ;; +esac + +# We only support newlib 1.[78].*. +# We will probably support newer ones as well but until one has +# tried it one can't actually know. +case $newlib in +newlib-1.[78].*) ;; +*) echo "$binutils is not supported by this script." ; exit 1 ;; +esac + +# We only support gcc 2.7.*. +# We will probably support newer ones as well but until one has +# tried it one can't actually know. +case $gcc in +gcc-2.7.*) ;; +*) echo "$gcc is not supported by this script." ; exit 1 ;; +esac + +mkdir src +cd src + +# Most of the toplevel stuff we take from binutils +for f in ../$binutils/* +do + ln -s $f . +done + +# Create a symlink to the gcc tree. +ln -s ../$gcc gcc + +# Create symlinks to newlib. +ln -s ../$newlib/newlib . +ln -s ../$newlib/libgloss . +ln -s ../$newlib/COPYING.NEWLIB . + +# Target library configuration has undergone lots of changes recently +# [post binutils-2.6]. If we're using binutils-2.6, use the configury +# from newlib-1.7 [or greater]. + +if [ x"$binutils" = binutils-2.6 ] ; then + for f in configure configure.in config-ml.in Makefile.in + do + rm -f $f + ln -s ../$newlib/$f . + done +fi + +exit 0 >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 25 08:35:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17311 for freebsd-ports-outgoing; Sun, 25 Jan 1998 08:35:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17286; Sun, 25 Jan 1998 08:35:22 -0800 (PST) (envelope-from steve) Date: Sun, 25 Jan 1998 08:35:22 -0800 (PST) From: Steve Price Message-Id: <199801251635.IAA17286@hub.freebsd.org> To: cmf@netins.net, steve, freebsd-ports Subject: Re: ports/5554 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-Apache port is BROKEN, and seriously out of date. State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 25 08:34:28 PST 1998 State-Changed-Why: Committed new portball to upgrade to version 1.07. Thanks! From owner-freebsd-ports Sun Jan 25 08:58:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19603 for freebsd-ports-outgoing; Sun, 25 Jan 1998 08:58:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19586; Sun, 25 Jan 1998 08:58:11 -0800 (PST) (envelope-from steve) Date: Sun, 25 Jan 1998 08:58:11 -0800 (PST) From: Steve Price Message-Id: <199801251658.IAA19586@hub.freebsd.org> To: kiri@kiri.toba-cmt.ac.jp, steve, freebsd-ports Subject: Re: ports/5462 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: camltk41-1.0 (x11/camltk41). State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 25 08:57:37 PST 1998 State-Changed-Why: MASTER_SITES updated as requested. Thanks! From owner-freebsd-ports Sun Jan 25 08:59:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19771 for freebsd-ports-outgoing; Sun, 25 Jan 1998 08:59:15 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19754; Sun, 25 Jan 1998 08:59:12 -0800 (PST) (envelope-from steve) Date: Sun, 25 Jan 1998 08:59:12 -0800 (PST) From: Steve Price Message-Id: <199801251659.IAA19754@hub.freebsd.org> To: bgingery@gtcs.com, steve, freebsd-ports Subject: Re: ports/5455 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Requested version no longer available / patch fails too State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 25 08:58:38 PST 1998 State-Changed-Why: The p5-Apache port has been upgraded to version 1.07. From owner-freebsd-ports Sun Jan 25 09:05:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20240 for freebsd-ports-outgoing; Sun, 25 Jan 1998 09:05:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20221; Sun, 25 Jan 1998 09:05:03 -0800 (PST) (envelope-from steve) Date: Sun, 25 Jan 1998 09:05:03 -0800 (PST) From: Steve Price Message-Id: <199801251705.JAA20221@hub.freebsd.org> To: Nakai@technologist.com, steve, freebsd-ports Subject: Re: ports/5452 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: mastergear State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 25 09:04:30 PST 1998 State-Changed-Why: Changed MASTER_SITES as requested. Thanks! From owner-freebsd-ports Sun Jan 25 09:20:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22075 for freebsd-ports-outgoing; Sun, 25 Jan 1998 09:20:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22056; Sun, 25 Jan 1998 09:20:01 -0800 (PST) (envelope-from gnats) Received: from matrix.42.org (sec@matrix.42.org [192.68.213.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21790 for ; Sun, 25 Jan 1998 09:19:18 -0800 (PST) (envelope-from sec@matrix.42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.6) id SAA27808 (sender ); Sun, 25 Jan 1998 18:19:12 +0100 (CET) Message-Id: <199801251719.SAA27808@matrix.42.org> Date: Sun, 25 Jan 1998 18:19:12 +0100 (CET) From: Stefan `Sec` Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5566: New port: wmx-4 (category x11) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5566 >Category: ports >Synopsis: New port: wmx-4 (category x11) >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 Jan 25 09:20:00 PST 1998 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: This a new port for wmx-4, another nice windowmanager (similar to wm2) As my previous (wmx-3)-port is not submitted yet, i think it's better to submit it as whole again. As someone else suggested, I attach it as "shar" this time. Hope that's right. >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: # # wmx # wmx/files # wmx/files/md5 # wmx/patches # wmx/patches/patch-aa # wmx/patches/patch-ab # wmx/patches/patch-ac # wmx/patches/patch-ad # wmx/pkg # wmx/pkg/COMMENT # wmx/pkg/DESCR # wmx/pkg/PLIST # wmx/scripts # wmx/scripts/configure # wmx/Makefile # echo c - wmx mkdir -p wmx > /dev/null 2>&1 echo c - wmx/files mkdir -p wmx/files > /dev/null 2>&1 echo x - wmx/files/md5 sed 's/^X//' >wmx/files/md5 << 'END-of-wmx/files/md5' XMD5 (wmx-4.tar.gz) = 83bb0464f25b941b8077a7c87cee5ef2 END-of-wmx/files/md5 echo c - wmx/patches mkdir -p wmx/patches > /dev/null 2>&1 echo x - wmx/patches/patch-aa sed 's/^X//' >wmx/patches/patch-aa << 'END-of-wmx/patches/patch-aa' X--- Makefile.orig Sat Nov 8 16:29:44 1997 X+++ Makefile Sun Jan 11 01:24:47 1998 X@@ -1,10 +1,10 @@ X X # if you're not using background pixmaps, remove -lXpm from the next line X-LIBS = -L/usr/X11/lib -lXpm -lXext -lX11 -lXmu -lm X+LIBS = -L/usr/X11R6/lib -lXpm -lXext -lX11 -lXmu -lm X X CC = gcc X CCC = gcc X-CFLAGS = -g -O2 X+CFLAGS += -I/usr/X11R6/include X OBJECTS = Border.o Buttons.o Channel.o Client.o Events.o Main.o Manager.o Menu.o Rotated.o X X .c.o: X@@ -14,7 +14,7 @@ X $(CCC) -c $(CFLAGS) $< X X wmx: $(OBJECTS) X- mv -f wmx wmx.old >& /dev/null || true X+ -mv -f wmx wmx.old 2>/dev/null X $(CCC) -o wmx $(OBJECTS) $(LIBS) X X depend: END-of-wmx/patches/patch-aa echo x - wmx/patches/patch-ab sed 's/^X//' >wmx/patches/patch-ab << 'END-of-wmx/patches/patch-ab' X--- General.h.orig Sun Jan 11 01:39:15 1998 X+++ General.h Sun Jan 11 01:39:17 1998 X@@ -20,7 +20,6 @@ X #include X #include X #include X-#include X #include X #include X END-of-wmx/patches/patch-ab echo x - wmx/patches/patch-ac sed 's/^X//' >wmx/patches/patch-ac << 'END-of-wmx/patches/patch-ac' X--- Manager.C.orig Fri Nov 7 14:06:20 1997 X+++ Manager.C Sun Jan 11 01:58:23 1998 X@@ -1,4 +1,5 @@ X X+#include X #include "Manager.h" X #include "Menu.h" X #include "Client.h" END-of-wmx/patches/patch-ac echo x - wmx/patches/patch-ad sed 's/^X//' >wmx/patches/patch-ad << 'END-of-wmx/patches/patch-ad' X--- Config.h.orig Sun Jan 25 18:00:32 1998 X+++ Config.h Sun Jan 25 18:00:53 1998 X@@ -166,7 +166,7 @@ X // will be too. The latter screws up in palette-based visuals, but X // should be okay in true-colour. X X-#define CONFIG_USE_PIXMAPS False X+#define CONFIG_USE_PIXMAPS True X #define CONFIG_USE_PIXMAP_MENUS False X X // Set CHANNEL_SURF for multi-channel switching; CHANNEL_CLICK_SIZE is END-of-wmx/patches/patch-ad echo c - wmx/pkg mkdir -p wmx/pkg > /dev/null 2>&1 echo x - wmx/pkg/COMMENT sed 's/^X//' >wmx/pkg/COMMENT << 'END-of-wmx/pkg/COMMENT' XExtended version of wm2 - A simple window manager for X END-of-wmx/pkg/COMMENT echo x - wmx/pkg/DESCR sed 's/^X//' >wmx/pkg/DESCR << 'END-of-wmx/pkg/DESCR' Xwmx -- another window manager X============================= X Xwmx is another window manager for X. It is based on wm2 and provides Xa similarly unusual style of window decoration; but in place of wm2's Xminimal functionality, it offers many of the features of more Xconventional managers in the most simplistic implementations Ximaginable. wmx is, however, still not configurable except by editing Xthe source and recompiling the code. END-of-wmx/pkg/DESCR echo x - wmx/pkg/PLIST sed 's/^X//' >wmx/pkg/PLIST << 'END-of-wmx/pkg/PLIST' Xbin/wmx END-of-wmx/pkg/PLIST echo c - wmx/scripts mkdir -p wmx/scripts > /dev/null 2>&1 echo x - wmx/scripts/configure sed 's/^X//' >wmx/scripts/configure << 'END-of-wmx/scripts/configure' X#!/bin/sh X X/usr/bin/perl -pi -e 's|/usr/X11R6|'$X11BASE'|g' $WRKSRC/Makefile END-of-wmx/scripts/configure echo x - wmx/Makefile sed 's/^X//' >wmx/Makefile << 'END-of-wmx/Makefile' X# New ports collection makefile for: wmx X# Version required: 3.0 X# Date created: 11. Jan 1998 X# Whom: Stefan Zehl X# X# $Id$ X# X XDISTNAME= wmx-4 XPKGNAME= wmx-4.0 XCATEGORIES= x11 XMASTER_SITES= http://www.netcomuk.co.uk/~cannam/ X XMAINTAINER= sec@42.org X XUSE_X11= yes X#WRKSRC= ${WRKDIR}/wmx XALL_TARGET= depend wmx X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin X X.include END-of-wmx/Makefile exit >Audit-Trail: >Unformatted: From owner-freebsd-ports Sun Jan 25 09:48:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27107 for freebsd-ports-outgoing; Sun, 25 Jan 1998 09:48:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27091; Sun, 25 Jan 1998 09:48:01 -0800 (PST) (envelope-from steve) Date: Sun, 25 Jan 1998 09:48:01 -0800 (PST) From: Steve Price Message-Id: <199801251748.JAA27091@hub.freebsd.org> To: dirk@net2.dinoex.sub.de, steve, freebsd-ports Subject: Re: ports/5370 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new URL news/ifmail State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 25 09:45:33 PST 1998 State-Changed-Why: Fixed MASTER_SITE_SUBDIR and upgraded to version 2.13. Thanks! From owner-freebsd-ports Sun Jan 25 12:36:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16593 for freebsd-ports-outgoing; Sun, 25 Jan 1998 12:36:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16561; Sun, 25 Jan 1998 12:36:41 -0800 (PST) (envelope-from steve) Date: Sun, 25 Jan 1998 12:36:41 -0800 (PST) From: Steve Price Message-Id: <199801252036.MAA16561@hub.freebsd.org> To: sec@42.org, steve, freebsd-ports Subject: Re: ports/5476 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: wmx (Category x11) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 25 12:36:05 PST 1998 State-Changed-Why: Superceded by ports/5566. From owner-freebsd-ports Sun Jan 25 14:33:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26361 for freebsd-ports-outgoing; Sun, 25 Jan 1998 14:33:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26327; Sun, 25 Jan 1998 14:33:38 -0800 (PST) (envelope-from steve) Date: Sun, 25 Jan 1998 14:33:38 -0800 (PST) From: Steve Price Message-Id: <199801252233.OAA26327@hub.freebsd.org> To: sec@42.org, steve, freebsd-ports Subject: Re: ports/5528 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: xtris (category games) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Jan 25 14:33:09 PST 1998 State-Changed-Why: New port added as ports/games/xtris. Thanks! From owner-freebsd-ports Sun Jan 25 17:26:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14025 for freebsd-ports-outgoing; Sun, 25 Jan 1998 17:26:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from spruce.ucs.uwplatt.edu (spruce.ucs.uwplatt.edu [137.104.128.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14005; Sun, 25 Jan 1998 17:26:01 -0800 (PST) (envelope-from brunell@uwplatt.edu) Received: from uwplatt.edu ([137.104.144.42]) by uwplatt.edu (PMDF V5.1-5 #17356) with ESMTP id <01ISSY546XUO9FM81T@uwplatt.edu>; Sun, 25 Jan 1998 18:36:13 CST Date: Sun, 25 Jan 1998 18:39:29 -0600 From: Matt Brunell Subject: tiff-34 failure To: freebsd-questions@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Reply-to: brunell@uwplatt.edu.NOSPAM Message-id: <34CBDB41.F86A3DF6@uwplatt.edu> MIME-version: 1.0 X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have tried to install enlightenment from the ports on FreeBSD 2.2.2-RELEASE but the tiff part fails. the first error I get is ===> imlib-0.11 depends on shared library: tiff34\.1\. - not found then I get various errors from *.c files saying tiff34/tiffio.h: No such file or directory ( this is from the imlib build ) Any ideas? I already tried installing tiff34 before afterstep, but that _seems_ to work fine ... I get no errors. Thanks in Advance --Matt --------- remove NOSPAM at end of reply address for personal replies. From owner-freebsd-ports Sun Jan 25 21:51:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08371 for freebsd-ports-outgoing; Sun, 25 Jan 1998 21:51:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA08357 for ; Sun, 25 Jan 1998 21:51:03 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xwhRh-0007PU-00; Sun, 25 Jan 1998 22:50:57 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id WAA09838 for ; Sun, 25 Jan 1998 22:51:36 -0700 (MST) Message-Id: <199801260551.WAA09838@harmony.village.org> To: ports@FreeBSD.ORG Subject: DRAFT: ports.7 Date: Sun, 25 Jan 1998 22:51:36 -0700 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here's a draft of the direction I'd like to take ports.7. It is incomplete, but complete enough for people to start to give me feedback on the direction, if not the content. Blah Blah Blah, means that I want to write more there, but haven't yet :-). Comments? Warner .\" .\" Copyright (c) 1997 David E. O'Brien .\" .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT, .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $Id: ports.7,v 1.1 1997/11/09 06:05:45 obrien Exp $ .\" .Dd January 25, 1997 .Dt PORTS 7 .Os FreeBSD 2.2 .Sh NAME .Nm ports .Nd contributed applications .Sh DESCRIPTION The .Nm FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each .Ar port listed here contains any patches necessary to make the original application source code compile and run on BSD. 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 .Ar make install to install the application. .Pp For more information about using ports, see .Nm The Ports Collection (file:/usr/share/doc/handbook/ports.html --or-- http://www.freebsd.org/handbook/ports.html). For information about creating new ports, see .Nm Porting applications (file:/usr/share/doc/handbook/porting.html --or-- http://www.freebsd.org/handbook/porting.html). Both are part of the FreeBSD Handbook. .Pp .Sh TARGETS .Ss fetch Fetch all of the files needed to build this port from the site(s) listed in MASTER_SITES and PATCH_SITES. See FETCH_CMD, MASTER_SITES, PATCH_SITES, and MASTER_SITE_OVERRIDE for details on how those environment variables impact this command. If there are subdirectories, then this target operates recursively. .Ss extract Checksum the files for the port and then extract them into a work directory. Defining NO_CHECKSUM will skip the checksum check step. Files will be fetched in the same way that make fetch fetches them. If there are subdirectories, then this target operates recursively. .Ss patch Patches the port. Blah Blah Blah. .Ss configure Configures the port. Blah Blah Blah. .Ss build Builds the the port. Blah Blah Blah. .Ss install Installs the the port. Blah Blah Blah. .Ss deinstall Deinstalls the the port. Blah Blah Blah. .Ss package Makes a binary package for the port from an installed port. You must install the package first. Blah Blah Blah. .Ss clean Cleans up after yourself. Blah Blah Blah. .Sh ENVIRONMENT VARIABLES .Ss MASTER_SITES Blah Blah Blah. .Ss PATCH_SITES Blah Blah Blah. .Ss FETCH_CMD Blah Blah Blah. .Ss MASTER_SITE_OVERRIDE Blah Blah Blah. .Sh FILES .Bl -tag -width /usr/ports/xxxx -compact .It Pa /usr/ports The default ports directory (FreeBSD and OpenBSD). .It Pa /usr/pkgsrc The default ports directory (NetBSD). .Sh SEE ALSO .Xr make 1 , .Xr pkg_add 1 , .Xr pkg_create 1 , .Xr pkg_delete 1 , .Xr pkg_info 1 . .Sh AUTHORS This man page has been written by David E. O'Brien. The ports collection is maintained by Satoshi Asami and the .\" incredible awesome ports team. .Sh HISTORY .Nm The Ports Collection appeared in .Fx 1.0 . From owner-freebsd-ports Mon Jan 26 02:00:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04245 for freebsd-ports-outgoing; Mon, 26 Jan 1998 02:00:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04222; Mon, 26 Jan 1998 02:00:33 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: vanilla@FreeBSD.ORG Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24025; Mon, 26 Jan 1998 01:59:55 -0800 (PST) Date: Mon, 26 Jan 1998 01:59:55 -0800 (PST) Message-Id: <199801260959.BAA24025@freefall.freebsd.org> To: handy@sag.space.lockheed.com, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5427 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade: xosview 1.5.0 --> 1.5.1 State-Changed-From-To: open-closed State-Changed-By: vanilla State-Changed-When: Mon Jan 26 01:59:12 PST 1998 State-Changed-Why: Committed. thanks. From owner-freebsd-ports Mon Jan 26 04:15:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14994 for freebsd-ports-outgoing; Mon, 26 Jan 1998 04:15:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14987 for ; Mon, 26 Jan 1998 04:15:20 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id NAA26415 for freebsd-ports@freebsd.org; Mon, 26 Jan 1998 13:19:20 GMT (envelope-from kuku) Date: Mon, 26 Jan 1998 13:19:20 GMT From: Christoph Kukulies Message-Id: <199801261319.NAA26415@gilberto.physik.RWTH-Aachen.DE> To: freebsd-ports@FreeBSD.ORG Subject: /x11/FWF (fwf-3.8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone verified that this port compiles. I'm having difficulties compiling it (on a 2.2.5 system). I'm getting some files not archived into libDir.a and libfwf.a and only doing this step by hand got me through the compile. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Mon Jan 26 04:31:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16031 for freebsd-ports-outgoing; Mon, 26 Jan 1998 04:31:54 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca115-49.ix.netcom.com [207.223.162.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16026 for ; Mon, 26 Jan 1998 04:31:52 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id EAA12216; Mon, 26 Jan 1998 04:31:45 -0800 (PST) (envelope-from asami) Date: Mon, 26 Jan 1998 04:31:45 -0800 (PST) Message-Id: <199801261231.EAA12216@baloon.mimi.com> To: jkh@time.cdrom.com CC: ports@FreeBSD.ORG In-reply-to: <26716.885607815@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Now that Netscape can be packaged... From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This looks fine. One point: * .if defined(GOLD) * MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/ * DIST_SUBDIR= gold * +PKGNAME= ${DISTNAME}-gold * .else * MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/ * .endif We probably want to split the netscape3 and netscape3-gold ports since otherwise the latter package won't be built automatically. Satoshi From owner-freebsd-ports Mon Jan 26 05:28:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20648 for freebsd-ports-outgoing; Mon, 26 Jan 1998 05:28:53 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20643 for ; Mon, 26 Jan 1998 05:28:49 -0800 (PST) (envelope-from kiri@kiri.toba-cmt.ac.jp) Received: from localhost (localhost [127.0.0.1]) by kiri.toba-cmt.ac.jp (8.8.8/8.8.7) with ESMTP id WAA19663 for ; Mon, 26 Jan 1998 22:24:49 +0900 (JST) To: ports@FreeBSD.ORG Subject: Where to install HTML docs? X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980126222449C.kiri@kiri.toba-cmt.ac.jp> Date: Mon, 26 Jan 1998 22:24:49 +0900 From: Kazuhiko Kiriyama(System administrator) X-Dispatcher: imput version 971024 Lines: 14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hallo Dears. Now I'm intend to install manuals with HTML. I think that HTML docs should be installed where they were. I would like to suggest where HTML docs would be installed. In kde, there is HTML directory in ${PREFIX}/share/doc/HTML, but this is for only kde isn't this? Is there any thinking about HTML docs treatment? ________________________________________________________________________ KIRIYAMA Kazuhiko Toba National College of Maritime Technology Department of Electronic Mechanical Engineering From owner-freebsd-ports Mon Jan 26 06:42:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28502 for freebsd-ports-outgoing; Mon, 26 Jan 1998 06:42:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca115-49.ix.netcom.com [207.223.162.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28492 for ; Mon, 26 Jan 1998 06:42:38 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id GAA12539; Mon, 26 Jan 1998 06:42:15 -0800 (PST) (envelope-from asami) Date: Mon, 26 Jan 1998 06:42:15 -0800 (PST) Message-Id: <199801261442.GAA12539@baloon.mimi.com> To: kuku@gilberto.physik.RWTH-Aachen.DE CC: freebsd-ports@FreeBSD.ORG In-reply-to: <199801261319.NAA26415@gilberto.physik.RWTH-Aachen.DE> (message from Christoph Kukulies on Mon, 26 Jan 1998 13:19:20 GMT) Subject: Re: /x11/FWF (fwf-3.8) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Has anyone verified that this port compiles. I'm having difficulties * compiling it (on a 2.2.5 system). * * I'm getting some files not archived into libDir.a and libfwf.a * and only doing this step by hand got me through the compile. Finally! I wasn't dreaming! :) Yes, I've seen it from time to time. Satoshi From owner-freebsd-ports Mon Jan 26 09:45:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24088 for freebsd-ports-outgoing; Mon, 26 Jan 1998 09:45:29 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24074 for ; Mon, 26 Jan 1998 09:45:24 -0800 (PST) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA3181; Mon, 26 Jan 1998 12:48:26 +0500 Date: Mon, 26 Jan 1998 12:48:06 +0500 (GMT) From: "Pedro Fernando Giffuni" To: Satoshi Asami cc: kuku@gilberto.physik.RWTH-Aachen.DE, freebsd-ports@FreeBSD.ORG Subject: Re: /x11/FWF (fwf-3.8) In-Reply-To: <199801261442.GAA12539@baloon.mimi.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 Please label that port BROKEN..it is very outdated to be useful anyway cheers, Pedro. On Mon, 26 Jan 1998, Satoshi Asami wrote: > * Has anyone verified that this port compiles. I'm having difficulties > * compiling it (on a 2.2.5 system). > * > * I'm getting some files not archived into libDir.a and libfwf.a > * and only doing this step by hand got me through the compile. > > Finally! I wasn't dreaming! :) > > Yes, I've seen it from time to time. > > Satoshi > From owner-freebsd-ports Mon Jan 26 11:40:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11432 for freebsd-ports-outgoing; Mon, 26 Jan 1998 11:40:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fang.cs.sunyit.edu (root@fang.cs.sunyit.edu [192.52.220.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11427 for ; Mon, 26 Jan 1998 11:40:54 -0800 (PST) (envelope-from perlsta@sunyit.edu) Received: from win95.local.sunyit.edu (A-T34.rh.sunyit.edu [150.156.210.241]) by fang.cs.sunyit.edu (8.8.5/8.7.3) with ESMTP id PAA22686 for ; Mon, 26 Jan 1998 15:42:14 GMT Message-Id: <199801261542.PAA22686@fang.cs.sunyit.edu> From: "Alfred Perlstein" To: Subject: what's up with this TCL port error? Date: Mon, 26 Jan 1998 14:36:37 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org every port i try to build gives me the error: ===> rumba-0.4 : You have an old tcl installation on your machine. Remove everything that matches /usr/local/*/*tcl* first. so i did what it said: rm -rf /usr/local/*/*tcl* had to force the package install of tcl but still i keep getting this error... can anyone show me how to hack around it? thank you, Alfred From owner-freebsd-ports Mon Jan 26 12:08:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18453 for freebsd-ports-outgoing; Mon, 26 Jan 1998 12:08:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.classifieds2000.com (imail1.genuity.net [204.74.114.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA18346 for ; Mon, 26 Jan 1998 12:08:00 -0800 (PST) (envelope-from bohandas@best.com) Received: from [207.240.82.153] by mail.classifieds2000.com (SMTPD32-3.04) id AD19EEFA0148; Mon, 26 Jan 1998 13:07:53 -0700 Message-ID: <34CCED8D.F5BC5B8B@best.com> Date: Mon, 26 Jan 1998 12:09:49 -0800 From: Brian Queen Reply-To: brian@classifieds2000.com X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: TRN source is missing? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > # New ports collection makefile for: trn > # Version required: 3.6 > # Date created: 21 October 1994 > # Whom: smace > The source is not being found by make. From owner-freebsd-ports Mon Jan 26 12:13:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19244 for freebsd-ports-outgoing; Mon, 26 Jan 1998 12:13:38 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19236 for ; Mon, 26 Jan 1998 12:13:37 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id LAA20240; Mon, 26 Jan 1998 11:24:29 -0800 (PST) To: asami@cs.berkeley.edu (Satoshi Asami) cc: ports@FreeBSD.ORG Subject: Re: Now that Netscape can be packaged... In-reply-to: Your message of "Mon, 26 Jan 1998 04:31:45 PST." <199801261231.EAA12216@baloon.mimi.com> Date: Mon, 26 Jan 1998 11:24:29 -0800 Message-ID: <20236.885842669@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No big loss - Netscape GOLD is *ugly*. :-) > This looks fine. One point: > > * .if defined(GOLD) > * MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/englis h/unix/bsdi11/navigator_gold_complete/ > * DIST_SUBDIR= gold > * +PKGNAME= ${DISTNAME}-gold > * .else > * MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/englis h/unix/bsdi11/navigator_complete/ > * .endif > > We probably want to split the netscape3 and netscape3-gold ports since > otherwise the latter package won't be built automatically. > > Satoshi From owner-freebsd-ports Mon Jan 26 14:15:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07107 for freebsd-ports-outgoing; Mon, 26 Jan 1998 14:15:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mph124.rh.psu.edu (mph@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07102 for ; Mon, 26 Jan 1998 14:15:21 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id RAA10109; Mon, 26 Jan 1998 17:15:07 -0500 (EST) (envelope-from mph) Message-ID: <19980126171506.30057@mph124.rh.psu.edu> Date: Mon, 26 Jan 1998 17:15:06 -0500 From: Matthew Hunt To: brian@classifieds2000.com Cc: ports@FreeBSD.ORG Subject: Re: TRN source is missing? References: <34CCED8D.F5BC5B8B@best.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34CCED8D.F5BC5B8B@best.com>; from Brian Queen on Mon, Jan 26, 1998 at 12:09:49PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 26, 1998 at 12:09:49PM -0800, Brian Queen wrote: > > # New ports collection makefile for: trn > > # Version required: 3.6 > > # Date created: 21 October 1994 > > # Whom: smace > > > The source is not being found by make. Transient error? $ make >> trn-3.6.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.uu.net/networking/news/readers/trn/. Receiving trn-3.6.tar.gz (325115 bytes): 100% 325115 bytes transfered in 97.0 seconds (3.27 Kbytes/s) >> Checksum OK for trn-3.6.tar.gz. # $Id: Makefile,v 1.13 1997/04/27 00:24:32 asami Exp $ -- Matthew Hunt * Think locally, act globally. http://mph124.rh.psu.edu/~mph/pgp.key for PGP public key 0x67203349. From owner-freebsd-ports Mon Jan 26 14:45:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13032 for freebsd-ports-outgoing; Mon, 26 Jan 1998 14:45:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca124-05.ix.netcom.com [207.223.162.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13025 for ; Mon, 26 Jan 1998 14:45:18 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id OAA01283; Mon, 26 Jan 1998 14:44:46 -0800 (PST) (envelope-from asami) Date: Mon, 26 Jan 1998 14:44:46 -0800 (PST) Message-Id: <199801262244.OAA01283@baloon.mimi.com> To: perlsta@sunyit.edu CC: ports@FreeBSD.ORG In-reply-to: <199801261542.PAA22686@fang.cs.sunyit.edu> (perlsta@sunyit.edu) Subject: Re: what's up with this TCL port error? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * every port i try to build gives me the error: * * ===> rumba-0.4 : You have an old tcl installation on your machine. Remove * everything that matches /usr/local/*/*tcl* first. * * so i did what it said: * rm -rf /usr/local/*/*tcl* * * had to force the package install of tcl but still i keep getting this * error... Really? That is very odd. Does the file /usr/local/include/tcl.h still exist? If so, did you run the "rm -rf" is root? Satoshi From owner-freebsd-ports Mon Jan 26 17:44:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11338 for freebsd-ports-outgoing; Mon, 26 Jan 1998 17:44:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11298 for ; Mon, 26 Jan 1998 17:43:42 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id UAA01421; Mon, 26 Jan 1998 20:43:32 -0500 (EST) Date: Mon, 26 Jan 1998 20:43:32 -0500 (EST) From: "Stephen J. Roznowski" Message-Id: <199801270143.UAA01421@istari.home.net> To: lpr@istari.home.net, ports@FreeBSD.ORG Subject: Questions on making a port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to build a port for trn4 and have a few questions: 1. What is the preferred method for running Configure? I'm currently using: CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} Is this the preferred method? Or should I create a "config.SH" prototype file? 2. While running the Configure script, I still get prompted to answer a question (Organization)....Should I just create a patchfile to have a default answer? 3. Normally, the make installs trn, I want to change this to trn4. Is there a preferred method? Thanks, -SR From owner-freebsd-ports Mon Jan 26 18:26:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17103 for freebsd-ports-outgoing; Mon, 26 Jan 1998 18:26:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fang.cs.sunyit.edu (root@fang.cs.sunyit.edu [192.52.220.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17069 for ; Mon, 26 Jan 1998 18:26:39 -0800 (PST) (envelope-from perlsta@sunyit.edu) Received: from win95.local.sunyit.edu (A-T34.rh.sunyit.edu [150.156.210.241]) by fang.cs.sunyit.edu (8.8.5/8.7.3) with ESMTP id WAA27084; Mon, 26 Jan 1998 22:27:48 GMT Message-Id: <199801262227.WAA27084@fang.cs.sunyit.edu> From: "Alfred Perlstein" To: "Satoshi Asami" Cc: Subject: Re: what's up with this TCL port error? Date: Mon, 26 Jan 1998 21:22:15 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * every port i try to build gives me the error: > * > * ===> rumba-0.4 : You have an old tcl installation on your machine. Remove > * everything that matches /usr/local/*/*tcl* first. > * > * so i did what it said: > * rm -rf /usr/local/*/*tcl* > * > * had to force the package install of tcl but still i keep getting this > * error... > > Really? That is very odd. Does the file /usr/local/include/tcl.h > still exist? If so, did you run the "rm -rf" is root? no: # cd /usr/local/include/ # ls -l tcl.h ls: tcl.h: No such file or directory however: # cd tcl8.0/ # ls -l tcl.h lrwxrwxrwx 1 root bin 39 Jan 26 07:46 tcl.h -> /usr/local/include/tcl8.0/generic/tcl.h # pwd /usr/local/include/tcl8.0 hmmm, is there something i could give you to make this more easy to diagnose... in fact i just made world yesterday and the problem persists... -Alfred From owner-freebsd-ports Mon Jan 26 22:20:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18074 for freebsd-ports-outgoing; Mon, 26 Jan 1998 22:20:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18062; Mon, 26 Jan 1998 22:20:05 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16830; Mon, 26 Jan 1998 22:14:08 -0800 (PST) (envelope-from nobody) Message-Id: <199801270614.WAA16830@hub.freebsd.org> Date: Mon, 26 Jan 1998 22:14:08 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5579: New ports "ja-tcl-8.0" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5579 >Category: ports >Synopsis: New ports "ja-tcl-8.0" >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: Mon Jan 26 22:20:04 PST 1998 >Last-Modified: >Originator: Taguchi Takeshi >Organization: Internet Initiative Japan, TOHOKU branch. >Release: FreeBSD-3.0-current and FreeBSD-2.2.5-stable >Environment: FreeBSD hirose.tohoku.iij.ad.jp 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Thu Dec 18 10:48:37 JST 1997 root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/MEGURA i386 >Description: I've made new ports, Japanized Tcl version 8.0p2. And I've put it on ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ja-tcl-8.0.tar.gz. Would you like to commit it? >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Mon Jan 26 22:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18088 for freebsd-ports-outgoing; Mon, 26 Jan 1998 22:20:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18075; Mon, 26 Jan 1998 22:20:06 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16880; Mon, 26 Jan 1998 22:14:48 -0800 (PST) (envelope-from nobody) Message-Id: <199801270614.WAA16880@hub.freebsd.org> Date: Mon, 26 Jan 1998 22:14:48 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5580: New ports "ja-tk-8.0" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5580 >Category: ports >Synopsis: New ports "ja-tk-8.0" >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: Mon Jan 26 22:20:05 PST 1998 >Last-Modified: >Originator: Taguchi Takeshi >Organization: Internet Initiative Japan, TOHOKU branch. >Release: FreeBSD-3.0-current and FreeBSD-2.2.5-stable >Environment: FreeBSD hirose.tohoku.iij.ad.jp 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Thu Dec 18 10:48:37 JST 1997 root@hirose.tohoku.iij.ad.jp:/usr/src/sys/compile/MEGURA i386 >Description: I've made new ports, Japanized Tk version 8.0p2. And I've put it on ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ja-tk-8.0.tar.gz. Would you like to commit it? >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jan 27 08:10:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11596 for freebsd-ports-outgoing; Tue, 27 Jan 1998 08:10:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11584; Tue, 27 Jan 1998 08:10:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11406; Tue, 27 Jan 1998 08:08:58 -0800 (PST) (envelope-from nobody) Message-Id: <199801271608.IAA11406@hub.freebsd.org> Date: Tue, 27 Jan 1998 08:08:58 -0800 (PST) From: mvh@netcom.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5584: 'gnats' port install cat pages, but not man pages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5584 >Category: ports >Synopsis: 'gnats' port install cat pages, but not man pages >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 Jan 27 08:10:01 PST 1998 >Last-Modified: >Originator: Michael Harding >Organization: >Release: 2.2.5 stable >Environment: FreeBSD netcom1.netcom.com 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Tue Jan 27 06:06:48 PST 1998 mvh@netcom1.netcom.com:/usr/src/sys/compile/MIKE i386 >Description: The 'gnats' package installs 'cat' pages - this has the undesirable side effect of deleting these pages if you run 'catman -r', which I do to remove old port 'cat' pages. The 'gnats' distribution apparently installs 'cat' pages instead of 'man' pages because of problems with the formatting of man pages on some systems - I believe that FreeBSD does not have any problems. >How-To-Repeat: Install 'gnats', run 'catman -r'. >Fix: Install man pages rather than cat pages by patching the install. >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jan 27 09:02:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20585 for freebsd-ports-outgoing; Tue, 27 Jan 1998 09:02:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20574; Tue, 27 Jan 1998 09:02:46 -0800 (PST) (envelope-from fenner) Date: Tue, 27 Jan 1998 09:02:46 -0800 (PST) From: Bill Fenner Message-Id: <199801271702.JAA20574@hub.freebsd.org> To: fenner, freebsd-ports, erich Subject: Re: ports/5472 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xmmix-1.2 prot won't compile - "SOUND_VERSION" undecl. Responsible-Changed-From-To: freebsd-ports->erich Responsible-Changed-By: fenner Responsible-Changed-When: Tue Jan 27 09:02:13 PST 1998 Responsible-Changed-Why: erich is port maintainer From owner-freebsd-ports Tue Jan 27 09:12:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22842 for freebsd-ports-outgoing; Tue, 27 Jan 1998 09:12:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22797; Tue, 27 Jan 1998 09:12:26 -0800 (PST) (envelope-from fenner) Date: Tue, 27 Jan 1998 09:12:26 -0800 (PST) From: Bill Fenner Message-Id: <199801271712.JAA22797@hub.freebsd.org> To: ohashi@mickey.ai.kyutech.ac.jp, fenner, freebsd-ports Subject: Re: ports/5558 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: spigot_saa7191.h would not be installed. State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Tue Jan 27 09:11:11 PST 1998 State-Changed-Why: Committed, thanks! (Please double-check your patches before submitting them, though; you probably didn't really want to add DISTDIR= ) From owner-freebsd-ports Tue Jan 27 09:41:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25978 for freebsd-ports-outgoing; Tue, 27 Jan 1998 09:41:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ppp6563.on.bellglobal.com (ppp6563.on.bellglobal.com [206.172.208.155]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25943 for ; Tue, 27 Jan 1998 09:41:03 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp6563.on.bellglobal.com (8.8.8/8.8.8) with SMTP id MAA01985; Tue, 27 Jan 1998 12:39:13 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp6563.on.bellglobal.com: tim owned process doing -bs Date: Tue, 27 Jan 1998 12:39:12 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Warner Losh cc: ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-Reply-To: <199801260551.WAA09838@harmony.village.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 On Sun, 25 Jan 1998, Warner Losh wrote: > application source code compile and run on BSD. Installing an > application is as simple as downloading the port, unpacking it and typing > make in the port directory. The Makefile automatically fetches the This isn't actually true. If you do this and there are any dependencies, you will have to be aware of the dependencies. > .Sh TARGETS > .Ss fetch > Fetch all of the files needed to build this port from the site(s) > listed in MASTER_SITES and PATCH_SITES. See FETCH_CMD, MASTER_SITES, How likely is it that anyone will need to change FETCH_CMD? How safe is it to change it, anyways... some of the ports define FETCH_BEFORE_ARGS which might conflict with whatever FETCH_CMD is redefined to. > .Ss package > Makes a binary package for the port from an installed port. You must > install the package first. Blah Blah Blah. "You may find this useful if you want to distribute your own packages because you have your own packages to distribute because perhaps you have some network or perhaps you are a commercial distributor wanting to take advantage of the package-registration system, or perhaps you have some other reason or something" > .Sh ENVIRONMENT VARIABLES [...] > .Ss MASTER_SITE_OVERRIDE > Blah Blah Blah. .Ss BATCH If set, only operate on ports without your supervision. .Ss INTERACTIVE If set, build ports which will ask questions and require and require your interaction for the build process. > .Sh FILES [...] > .It Pa /usr/pkgsrc > The default ports directory (NetBSD). /usr/ports/distfiles /usr/share/mk/bsd.port.mk It might not hurt to mention /var/db/pkg, either. > .Sh HISTORY > .Nm The Ports Collection > appeared in > .Fx 1.0 . Wasn't it jkh's devil, at the time? I'm tempted to suggest also adding a couple milestones -- date when we hit 1000 port, etc. :) Rev. 1.137 INDEX, 1009 ports, Jul 2, 1997. Rev. 1.77 INDEX, 504 ports, Aug 2, 1996. FWIW... ;-) -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Tue Jan 27 12:10:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28123 for freebsd-ports-outgoing; Tue, 27 Jan 1998 12:10:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ppp1580.on.bellglobal.com (ppp1580.on.bellglobal.com [206.172.249.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27958 for ; Tue, 27 Jan 1998 12:09:58 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp6563.on.bellglobal.com (8.8.8/8.8.8) with SMTP id OAA02161; Tue, 27 Jan 1998 14:48:45 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp6563.on.bellglobal.com: tim owned process doing -bs Date: Tue, 27 Jan 1998 14:48:45 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: "Stephen J. Roznowski" cc: lpr@istari.home.net, ports@FreeBSD.ORG Subject: Re: Questions on making a port In-Reply-To: <199801270143.UAA01421@istari.home.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 Mon, 26 Jan 1998, Stephen J. Roznowski wrote: > I'm trying to build a port for trn4 and have a few questions: I'm not familiar with trn. If we already have a trn port in the portstree, there needs to be a good reason for introducing a version-specific port; otherwise, just talk to the maintainer of the existing trn and ask that it be updated, offering your update. > 1. What is the preferred method for running Configure? > I'm currently using: > > CONFIGURE_SCRIPT= Configure > CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} If this does what you want, then use it. In general, it is preferrable to make adjustments to the port Makefile instead of creating more patches/, scripts/, or files/. But use judgement. :) [You also need to define HAS_CONFIGURE, of course] > 2. While running the Configure script, I still get prompted > to answer a question (Organization)....Should I just > create a patchfile to have a default answer? If necessary, you can define IS_INTERACTIVE. "Organization" is probably sufficiently trivial that you can supply a default answer through a patchfile. > 3. Normally, the make installs trn, I want to change this > to trn4. Is there a preferred method? If the trn Makefile is well-written, you may be able to do this by setting MAKE_ENV. It may be necessary to use a patch. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Tue Jan 27 13:28:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16125 for freebsd-ports-outgoing; Tue, 27 Jan 1998 13:28:53 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16039 for ; Tue, 27 Jan 1998 13:28:21 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.8.8/frmug-2.2/nospam) with UUCP id WAA05298 for ports@FreeBSD.ORG; Tue, 27 Jan 1998 22:28:10 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: (from roberto@localhost) by keltia.freenix.fr (8.8.8/keltia-2.13/nospam) id WAA21845; Tue, 27 Jan 1998 22:23:18 +0100 (CET) (envelope-from roberto) Message-ID: <19980127222317.49637@keltia.freenix.fr> Date: Tue, 27 Jan 1998 22:23:17 +0100 From: Ollivier Robert To: ports@FreeBSD.ORG Subject: Re: Questions on making a port Mail-Followup-To: ports@FreeBSD.ORG References: <199801270143.UAA01421@istari.home.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.14i In-Reply-To: ; from Tim Vanderhoek on Tue, Jan 27, 1998 at 02:48:45PM -0500 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4019 AMD-K6 MMX @ 225 MHz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Tim Vanderhoek: > portstree, there needs to be a good reason for introducing a > version-specific port; otherwise, just talk to the maintainer of > the existing trn and ask that it be updated, offering your > update. The main problem is that it is still a beta unreleased version. The dev. versions are semi-private but the URL has been posted several times on news.software.readers. I have been using for two years now and test61 was just released. It would be betetr to ask Wayne what he thinks about including trn4 in our ports systems. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #54: Mon Jan 26 20:29:17 CET 1998 From owner-freebsd-ports Tue Jan 27 15:16:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08052 for freebsd-ports-outgoing; Tue, 27 Jan 1998 15:16:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07999; Tue, 27 Jan 1998 15:16:13 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id PAA17018; Tue, 27 Jan 1998 15:15:39 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 27 Jan 1998 15:15:39 -0800 (PST) From: Doug White Reply-To: Doug White To: brunell@uwplatt.edu cc: freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: tiff-34 failure In-Reply-To: <34CBDB41.F86A3DF6@uwplatt.edu> 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, 25 Jan 1998, Matt Brunell wrote: > Hello, > I have tried to install enlightenment from the ports on FreeBSD > 2.2.2-RELEASE but the tiff part fails. > the first error I get is > ===> imlib-0.11 depends on shared library: tiff34\.1\. - not found > > then I get various errors from *.c files saying tiff34/tiffio.h: No > such file or directory > > ( this is from the imlib build ) > > Any ideas? > > I already tried installing tiff34 before afterstep, but that _seems_ to > work fine ... I get no errors. You need to create a symlink from /usr/local/include/tiff34/ to /usr/local/include; our tiff port doesn't put the tiff files in their own subdir. You're installing enlightenment I bet... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-ports Tue Jan 27 15:46:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14237 for freebsd-ports-outgoing; Tue, 27 Jan 1998 15:46:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14201 for ; Tue, 27 Jan 1998 15:46:07 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id KAA05822; Wed, 28 Jan 1998 10:03:51 +1030 (CST) Message-Id: <199801272333.KAA05822@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: ac199@hwcn.org cc: Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Tue, 27 Jan 1998 12:39:12 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jan 1998 10:03:50 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > application source code compile and run on BSD. Installing an > > application is as simple as downloading the port, unpacking it and typing > > make in the port directory. The Makefile automatically fetches the > This isn't actually true. If you do this and there are any > dependencies, you will have to be aware of the dependencies. It is, because it will automatically compile the dependencies as well... > > Fetch all of the files needed to build this port from the site(s) > > listed in MASTER_SITES and PATCH_SITES. See FETCH_CMD, MASTER_SITES, > How likely is it that anyone will need to change FETCH_CMD? How > safe is it to change it, anyways... some of the ports define > FETCH_BEFORE_ARGS which might conflict with whatever FETCH_CMD is > redefined to. Well, *I* do :) Its wget on my system, because it looks nicer than fetch :) (It also takes http_proxy, and ftp_proxy variables to work out its proxy, which is "standard") --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- From owner-freebsd-ports Tue Jan 27 15:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14794 for freebsd-ports-outgoing; Tue, 27 Jan 1998 15:50:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14785; Tue, 27 Jan 1998 15:50:02 -0800 (PST) (envelope-from gnats) Received: from briton.nvl.virginia.edu (briton.nvl.Virginia.EDU [128.143.244.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14115 for ; Tue, 27 Jan 1998 15:45:19 -0800 (PST) (envelope-from root@briton.nvl.virginia.edu) Received: (from root@localhost) by briton.nvl.virginia.edu (8.8.8/8.8.8) id SAA28562; Tue, 27 Jan 1998 18:45:14 -0500 (EST) (envelope-from root) Message-Id: <199801272345.SAA28562@briton.nvl.virginia.edu> Date: Tue, 27 Jan 1998 18:45:14 -0500 (EST) From: adrian@virginia.edu Reply-To: adrian@virginia.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5586: minor bug/typo in unzip port makefile. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5586 >Category: ports >Synopsis: Make cannot cd into working directory and build fails. >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 Jan 27 15:50:00 PST 1998 >Last-Modified: >Originator: Adrian Filipi-Martin >Organization: University of Virginia >Release: FreeBSD 2.2-980123-SNAP i386 >Environment: >Description: The package name differs from the name of the distribution workgin directory. >How-To-Repeat: cd /usr/ports/archivers/unzip; make >Fix: Apply following patch: --- Makefile.orig Tue Jan 27 18:36:51 1998 +++ Makefile Tue Jan 27 18:37:08 1998 @@ -7,7 +7,7 @@ # DISTNAME= unzip532 -PKGNAME= unzip-5.3.2 +PKGNAME= unzip-5.32 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jan 27 16:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25235 for freebsd-ports-outgoing; Tue, 27 Jan 1998 16:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA25223; Tue, 27 Jan 1998 16:40:01 -0800 (PST) (envelope-from gnats) Received: from sequoia.lituus.fr (ppp51.hol.fr [195.154.2.152]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA24783 for ; Tue, 27 Jan 1998 16:34:52 -0800 (PST) (envelope-from root@sequoia.lituus.fr) Received: from root by sequoia.lituus.fr with local (Exim 1.82 #1) id 0xxDn3-0000xf-00; Tue, 27 Jan 1998 17:23:09 +0100 Message-Id: Date: Tue, 27 Jan 1998 17:23:09 +0100 From: stephane@lituus.fr Reply-To: stephane@lituus.fr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5588: proftpd port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5588 >Category: ports >Synopsis: proftpd port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 27 16:40:00 PST 1998 >Last-Modified: >Originator: Stephane Legrand >Organization: >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: proftpd port. Official site : http://www.proftpd.org/ >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Tue Jan 27 16:54:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27541 for freebsd-ports-outgoing; Tue, 27 Jan 1998 16:54:22 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from blackhole.iceworld.org (griffin@blackhole.iceworld.org [204.246.64.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27482 for ; Tue, 27 Jan 1998 16:54:05 -0800 (PST) (envelope-from griffin@blackhole.iceworld.org) Received: from localhost (griffin@localhost) by blackhole.iceworld.org (8.8.8/8.8.8) with SMTP id SAA01388 for ; Tue, 27 Jan 1998 18:57:02 -0600 (CST) (envelope-from griffin@blackhole.iceworld.org) Date: Tue, 27 Jan 1998 18:57:02 -0600 (CST) From: Jimbo Bahooli To: ports@FreeBSD.ORG Subject: new 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 made a new port but was unable to get send-pr to send it correctly. Here is the entire send-pr file, if you could please tell me why send-pr rejects it saying there is no Category field when it is clearly there, and add it to the ports section --- To: FreeBSD-gnats-submit@freebsd.org Subject: NEW port.. From: griffin Reply-To: griffin X-send-pr-version: 3.2 Submitter-Id: current-users Originator: Jimbo Bahooli Organization: x Confidential: no Synopsis: new port - bitchx Severity: non-critical Priority: medium Category: ports Release: FreeBSD 2.2-980123-SNAP i386 Class: change-request Environment: Description: /usr/ports/net/BitchX How-To-Repeat: Fix: begin 644 BitchX.tar.gz M'XL(``ALS30``^U9ZW/3.!#O5^NOV&G[`2:)X[?;<&$:$K?XR&N2].C\\?4U6W"F,(\"WP\H.N*\8]MK MP&H+5M^"+,IZUK\NR75%!T5J:%)#DB!A49Q@.@/K70C'7!8-7UWT6SVK6>A8 MRU3HV.-)SN4J!T$M=*B3MZ!V:V)=#$:V-6X*%">HUQI/K-%T;$]2CI^$C7J= M_XNS=+AWHLL6]7`YJQH]CA%Z/7HU'[:8@''_@CQU[]+&8`O4'O5:? M-_0'P!]@V+JPQF#WV]W+CM5!"'FL%E"^9PEI("[=RX3A^,-P9)W;5Q_K)%AI MFS;;_?&DU>U.AZ/!Q:C52SOF4W]WDDS_@__EQ;WW^TQ1-SOV_6?K_?5"OH\.3.UY2 MY%]$G/_U%)K@ZI[AFC/?UUSLN(HLSZ130Y5/3QP#\U.Z4MKF_S@5^`]OYKN+ M`1]A_U5545/[+ZMR:?_W05OKWQ[T>E9_\N/G>,C^@[Z*_W3-,+34_BN*6MK_ M?5!Q_*]!BX)#$AQ1)PG>XE6LQPB+BHA/+&W]+TA;^.]8X_9H%W,\A']5,E;X M-V0CR_](DESB?Q^T2NW$X%#`]-JA+O8^R?2(`'8"160>P\*A[V&V#$A2"RCX MV$F6$8X19='"(>0]^&Q)/6"4/_+VV(V",(E%L#/Y@,ZKX"\)@59_7)B7*BQC M')$@3N(J\@EC'H012_)$5)6KY>730;O3;L.3*_[_%++<%/-]'/$A2\OT[VD+ M_\.N/=Z!]_\6_Z]O\K_9^4^1Y#+_NQ>:!725+DP?LYP>VB3EMK-VJ(39KT'TW.Y:ZX;V9##H_CGMV*/#M3,BX>'G([RP)^V75X\:`9,8H]K=@3;] MX?#ONIB+'*+*U_K5EW%4)\QUR-:-UCU*/NHU\?>_9S$$IE[@W^N^[\?_[(?N ML8?PKYGF)O]O2!G^3:G$_SXHQ7]QG\MC-8RIZ.;P'SM)CGX39#V%L[2%_CL2 MPGB98Q^T%/L:Q[Z\P;ZLJVKU!"I%F:)?$"B^G;(0TR?2TV>\SJNUYW[((\8F MQ`F/$]=,AZ3IJ";(SU`MYY"`5Q5M77<9KYNGSU!EJ[UKK^M9>WNP'I$1;YKU HD3YA9=TVK-DRC2ZG(8LY>YNS"&C!Y9U_]O*55-)WT3_G'>F5`"@``)$1 ` end From owner-freebsd-ports Tue Jan 27 18:10:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14149 for freebsd-ports-outgoing; Tue, 27 Jan 1998 18:10:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fanfic.org (fanfic.org [205.150.35.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14135; Tue, 27 Jan 1998 18:10:32 -0800 (PST) (envelope-from dstenn@fanfic.org) Received: from fanfic.org (fanfic.org [205.150.35.145]) by fanfic.org (8.8.8/8.8.8) with SMTP id VAA03407; Tue, 27 Jan 1998 21:09:51 -0500 (EST) (envelope-from dstenn@fanfic.org) Date: Tue, 27 Jan 1998 21:09:51 -0500 (EST) From: Dennis Tenn To: Doug White cc: brunell@uwplatt.edu, freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: tiff-34 failure In-Reply-To: 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 Tue, 27 Jan 1998, Doug White wrote: | On Sun, 25 Jan 1998, Matt Brunell wrote: | | > I have tried to install enlightenment from the ports on FreeBSD | > 2.2.2-RELEASE but the tiff part fails. | > the first error I get is | > ===> imlib-0.11 depends on shared library: tiff34\.1\. - not found | > | > then I get various errors from *.c files saying tiff34/tiffio.h: No | > such file or directory | > | > ( this is from the imlib build ) | > | > Any ideas? | > | > I already tried installing tiff34 before afterstep, but that _seems_ to | > work fine ... I get no errors. | | You need to create a symlink from /usr/local/include/tiff34/ to | /usr/local/include; our tiff port doesn't put the tiff files in their own | subdir. | | You're installing enlightenment I bet... Funny you should say that since I installed enlightenment yesterday. I noticed that in /usr/local/include neither tiffio.h nor tiff.h existed but that tiffio34.h and tiff34.h were present. I figured it was easier to modify the imlib.c (I think that was what it was) inculde references: #include I changed this to: #include The compile then went along smoothly. I would suggest you do a 'grep tiff *' in the work dir for imlib to make sure you don't need to modify any other files. I had one other problem with the netpbm port along the same lines. I forget what happened but it was a similar fix. Enlightenment is running fine on my comp now. BTW.. Relevant hardware specs (and the only reason I'm even trying enlightenment) are: P200 w/ 128Mb RAM 3.2GB HD 4Mb RAM on video card =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested * Stand tall and rise to the occasion * For only then will you grow strong. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= From owner-freebsd-ports Tue Jan 27 18:22:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16209 for freebsd-ports-outgoing; Tue, 27 Jan 1998 18:22:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16204 for ; Tue, 27 Jan 1998 18:22:04 -0800 (PST) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id VAA00782; Tue, 27 Jan 1998 21:17:45 -0500 (EST) Date: Tue, 27 Jan 1998 21:17:45 -0500 (EST) From: Tim Vanderhoek Reply-To: Tim Vanderhoek To: "Daniel O'Connor" cc: Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-Reply-To: <199801272333.KAA05822@cain.gsoft.com.au> 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 Wed, 28 Jan 1998, Daniel O'Connor wrote: > > > application source code compile and run on BSD. Installing an > > > application is as simple as downloading the port, unpacking it and typing > > > make in the port directory. The Makefile automatically fetches the > > > > This isn't actually true. If you do this and there are any > > dependencies, you will have to be aware of the dependencies. > > It is, because it will automatically compile the dependencies as well... Only if you remembered to download those ports (pkg_add tries to be a little bit smarter about dependency fetching, incidentally). If bsd.port.mk can't find the portdir, it will go on happily compiling your port until it fails due to a missing dependency. [This is probably a bad thing --- it should abort on a failed dependency, since dependencies are, well, dependencies] If you are going to download individual ports, you have to worry about the dependencies. > > How likely is it that anyone will need to change FETCH_CMD? How [...] > > Well, *I* do :) Well, I guess that answers my question. :) -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-ports Tue Jan 27 18:29:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17208 for freebsd-ports-outgoing; Tue, 27 Jan 1998 18:29:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17065 for ; Tue, 27 Jan 1998 18:28:33 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id MAA08304; Wed, 28 Jan 1998 12:58:05 +1030 (CST) Message-Id: <199801280228.MAA08304@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Tim Vanderhoek cc: "Daniel O'Connor" , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Tue, 27 Jan 1998 21:17:45 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jan 1998 12:58:05 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > It is, because it will automatically compile the dependencies as well... > Only if you remembered to download those ports (pkg_add tries to > be a little bit smarter about dependency fetching, incidentally). > If bsd.port.mk can't find the portdir, it will go on happily > compiling your port until it fails due to a missing dependency. I am fairly sure that it will just recursivley install the dependancies, but I haven't tried it recently. > > > How likely is it that anyone will need to change FETCH_CMD? How > [...] > > Well, *I* do :) > Well, I guess that answers my question. :) Heh :) I suppose I could just change fetch so it uses http_proxy and ftp_proxy as well :) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- From owner-freebsd-ports Tue Jan 27 19:54:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03300 for freebsd-ports-outgoing; Tue, 27 Jan 1998 19:54:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03200; Tue, 27 Jan 1998 19:53:57 -0800 (PST) (envelope-from fenner) Date: Tue, 27 Jan 1998 19:53:57 -0800 (PST) From: Bill Fenner Message-Id: <199801280353.TAA03200@hub.freebsd.org> To: mwatts@edu1.tokyo-med.ac.jp, fenner, freebsd-ports Subject: Re: ports/4377 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bkpupsd [device] State-Changed-From-To: feedback-closed State-Changed-By: fenner State-Changed-When: Tue Jan 27 19:53:39 PST 1998 State-Changed-Why: Committed, thanks! From owner-freebsd-ports Tue Jan 27 20:21:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07226 for freebsd-ports-outgoing; Tue, 27 Jan 1998 20:21:54 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA07185 for ; Tue, 27 Jan 1998 20:21:47 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xxOxk-0000tV-00; Tue, 27 Jan 1998 21:18:56 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id VAA23158; Tue, 27 Jan 1998 21:19:52 -0700 (MST) Message-Id: <199801280419.VAA23158@harmony.village.org> To: "Daniel O'Connor" Subject: Re: DRAFT: ports.7 Cc: ports@FreeBSD.ORG In-reply-to: Your message of "Wed, 28 Jan 1998 10:03:50 +1030." <199801272333.KAA05822@cain.gsoft.com.au> References: <199801272333.KAA05822@cain.gsoft.com.au> Date: Tue, 27 Jan 1998 21:19:52 -0700 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199801272333.KAA05822@cain.gsoft.com.au> "Daniel O'Connor" writes: : Well, *I* do :) Me too. From my /etc/make.conf file: FETCH_CMD=runsocks fetch -p Warner From owner-freebsd-ports Tue Jan 27 22:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00635 for freebsd-ports-outgoing; Tue, 27 Jan 1998 22:20:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hwcn.org (ac199@james.hwcn.org [199.212.94.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00588 for ; Tue, 27 Jan 1998 22:20:01 -0800 (PST) (envelope-from hoek@hwcn.org) Received: from localhost (ac199@localhost) by hwcn.org (8.8.8/8.8.8) with SMTP id BAA21026; Wed, 28 Jan 1998 01:16:15 -0500 (EST) Date: Wed, 28 Jan 1998 01:16:15 -0500 (EST) From: Tim Vanderhoek To: "Daniel O'Connor" cc: Tim Vanderhoek , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-Reply-To: <199801280228.MAA08304@cain.gsoft.com.au> 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 Wed, 28 Jan 1998, Daniel O'Connor wrote: > I am fairly sure that it will just recursivley install the dependancies, but I > haven't tried it recently. It works because you have the whole ports tree expanded into PORTSDIR on your computer. It's the people who download a single port that have to check the dependencies themselves, otherwise the build will continue along merrily until it fails due to a missing dependency. > > [...] > > > Well, *I* do :) > > Well, I guess that answers my question. :) > Heh :) > I suppose I could just change fetch so it uses http_proxy and ftp_proxy as > well :) You mean HTTP_PROXY=my.very.own.proxy fetch http://my.distant.site/your/file and the related FTP_PROXY? Changing the environment isn't considered the same as changing fetch(1)! ;-) -- Outnumbered? Maybe. Outspoken? Never! tIM...HOEk From owner-freebsd-ports Tue Jan 27 23:00:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07393 for freebsd-ports-outgoing; Tue, 27 Jan 1998 23:00:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from plugcom.ru (uucp@radiance.plugcom.ru [195.2.73.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07388 for ; Tue, 27 Jan 1998 23:00:33 -0800 (PST) (envelope-from tarkhil@minas-tirith.pol.ru) Received: from minas-tirith.pol.ru (uucp@localhost) by plugcom.ru (8.8.7/8.8.6) with UUCP id KAA23439 for FreeBSD.ORG!ports; Wed, 28 Jan 1998 10:00:22 +0300 (MSK) Received: from minas-tirith.pol.ru (tarkhil@tarkhil.pol.ru [127.0.0.1]) by minas-tirith.pol.ru (8.8.7/8.8.7) with ESMTP id JAA29674; Wed, 28 Jan 1998 09:50:06 +0300 (MSK) (envelope-from tarkhil@minas-tirith.pol.ru) Message-Id: <199801280650.JAA29674@minas-tirith.pol.ru> X-Mailer: exmh version 2.0.1 12/23/97 To: "Daniel O'Connor" cc: FreeBSD.ORG!ports@minas-tirith.pol.ru Subject: Re: DRAFT: ports.7 In-reply-to: Your message "Wed, 28 Jan 1998 12:58:05 +1030." <199801280228.MAA08304@cain.gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jan 1998 09:49:58 +0300 From: Alex Povolotsky Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org <199801280228.MAA08304@cain.gsoft.com.au>"Daniel O'Connor" writes: >I suppose I could just change fetch so it uses http_proxy and ftp_proxy as >well :) It also _seems_ to work worse than wget on connections with poor response, and it sometimes fails completely to connect while wget did the work fine. Alex. From owner-freebsd-ports Tue Jan 27 23:07:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08273 for freebsd-ports-outgoing; Tue, 27 Jan 1998 23:07:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08265 for ; Tue, 27 Jan 1998 23:06:59 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id RAA10301; Wed, 28 Jan 1998 17:36:04 +1030 (CST) Message-Id: <199801280706.RAA10301@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Tim Vanderhoek cc: "Daniel O'Connor" , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Wed, 28 Jan 1998 01:16:15 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jan 1998 17:36:03 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I am fairly sure that it will just recursivley install the dependancies, bu > > haven't tried it recently. > It works because you have the whole ports tree expanded into > PORTSDIR on your computer. It's the people who download a single > port that have to check the dependencies themselves, otherwise > the build will continue along merrily until it fails due to a > missing dependency. Ewww, that *is* bad... > > I suppose I could just change fetch so it uses http_proxy and ftp_proxy as > > well :) > HTTP_PROXY=my.very.own.proxy fetch http://my.distant.site/your/file > > and the related FTP_PROXY? Changing the environment isn't > considered the same as changing fetch(1)! ;-) Yes, but since wget, netscape, and lynx all use {http,ftp}_proxy, I think changing fetch wouldn't hurt too bad.. --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- From owner-freebsd-ports Tue Jan 27 23:15:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09037 for freebsd-ports-outgoing; Tue, 27 Jan 1998 23:15:40 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ppp1633.on.bellglobal.com (ppp1633.on.bellglobal.com [206.172.249.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09032 for ; Tue, 27 Jan 1998 23:15:37 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp1633.on.bellglobal.com (8.8.8/8.8.8) with SMTP id CAA01488; Wed, 28 Jan 1998 02:13:47 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp1633.on.bellglobal.com: tim owned process doing -bs Date: Wed, 28 Jan 1998 02:13:47 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: "Daniel O'Connor" cc: Tim Vanderhoek , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-Reply-To: <199801280706.RAA10301@cain.gsoft.com.au> 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 Wed, 28 Jan 1998, Daniel O'Connor wrote: > > It works because you have the whole ports tree expanded into > > PORTSDIR on your computer. It's the people who download a single > > port that have to check the dependencies themselves, otherwise > > the build will continue along merrily until it fails due to a > > missing dependency. > > Ewww, that *is* bad... Well, the only thing that could be changed would be to make a failed dependency fatal, which might not be a bad idea, since I know a missed dependency has bitten me before, and it has caused me to spend time answering questions that otherwise could have been avoided. > Yes, but since wget, netscape, and lynx all use {http,ftp}_proxy, I think > changing fetch wouldn't hurt too bad.. But soon we'll be able to fix netscape! :) Hmm... You are right, though. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Tue Jan 27 23:30:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11214 for freebsd-ports-outgoing; Tue, 27 Jan 1998 23:30:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11204 for ; Tue, 27 Jan 1998 23:30:42 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id RAA10425; Wed, 28 Jan 1998 17:59:48 +1030 (CST) Message-Id: <199801280729.RAA10425@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: ac199@hwcn.org cc: "Daniel O'Connor" , Tim Vanderhoek , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Wed, 28 Jan 1998 02:13:47 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jan 1998 17:59:48 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Well, the only thing that could be changed would be to make a > failed dependency fatal, which might not be a bad idea, since I It sounds like a good idea to me, although an option would be good to override it. > > Yes, but since wget, netscape, and lynx all use {http,ftp}_proxy, I think > > changing fetch wouldn't hurt too bad.. > But soon we'll be able to fix netscape! :) Hmm... You are > right, though. Heh :) Yeah, I could do the work on fetch tonight (shouldn't take long at all), but I wonder if there is any point considering ftp now supports command line fetches, and proxies.. --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- From owner-freebsd-ports Tue Jan 27 23:34:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11626 for freebsd-ports-outgoing; Tue, 27 Jan 1998 23:34:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11615; Tue, 27 Jan 1998 23:34:04 -0800 (PST) (envelope-from thomas@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id IAA28425; Wed, 28 Jan 1998 08:33:51 +0100 (CET) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id IAA24020; Wed, 28 Jan 1998 08:33:50 +0100 (CET) To: Dennis Tenn Cc: Doug White , brunell@uwplatt.edu, freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: tiff-34 failure References: From: Thomas Gellekum Date: 28 Jan 1998 08:33:48 +0100 In-Reply-To: Dennis Tenn's message of Tue, 27 Jan 1998 21:09:51 -0500 (EST) Message-ID: <87afchyrvn.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 33 X-Mailer: Gnus v5.4.37/XEmacs 19.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dennis Tenn writes: > On Tue, 27 Jan 1998, Doug White wrote: > > | On Sun, 25 Jan 1998, Matt Brunell wrote: > | > | > I have tried to install enlightenment from the ports on FreeBSD > | > 2.2.2-RELEASE but the tiff part fails. > | > the first error I get is > | > ===> imlib-0.11 depends on shared library: tiff34\.1\. - not found > | > > | > then I get various errors from *.c files saying tiff34/tiffio.h: No > | > such file or directory This looks like a mix between 2.2.2 and 2.2.5-stable ports. The -stable port of tiff34 installs its header files into ${PREFIX}/include/tiff34. All the ports depending on tiff34 have been changed accordingly. > Funny you should say that since I installed enlightenment yesterday. I > noticed that in /usr/local/include neither tiffio.h nor tiff.h existed but > that tiffio34.h and tiff34.h were present. These are leftovers from an older tiff34 port. > I figured it was easier to > modify the imlib.c (I think that was what it was) inculde references: > > #include Should work fine with a current tiff34 port. tg From owner-freebsd-ports Tue Jan 27 23:46:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13718 for freebsd-ports-outgoing; Tue, 27 Jan 1998 23:46:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from alpha.xerox.com (firewall-user@alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA13695 for ; Tue, 27 Jan 1998 23:46:02 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <52632(1)>; Tue, 27 Jan 1998 23:45:58 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Tue, 27 Jan 1998 23:45:46 -0800 To: "Daniel O'Connor" cc: Tim Vanderhoek , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Tue, 27 Jan 98 18:28:05 PST." <199801280228.MAA08304@cain.gsoft.com.au> Date: Tue, 27 Jan 1998 23:45:32 PST From: Bill Fenner Message-Id: <98Jan27.234546pst.177476@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Daniel O'Connor" wrote: >I suppose I could just change fetch so it uses http_proxy and ftp_proxy as >well :) Uh... are you talking about something other than the HTTP_PROXY and FTP_PROXY environment variables? Bill From owner-freebsd-ports Tue Jan 27 23:59:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15202 for freebsd-ports-outgoing; Tue, 27 Jan 1998 23:59:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15162; Tue, 27 Jan 1998 23:58:47 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA18433; Tue, 27 Jan 1998 23:57:53 -0800 (PST) Date: Tue, 27 Jan 1998 23:57:53 -0800 (PST) Message-Id: <199801280757.XAA18433@freefall.freebsd.org> To: hoek@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/5578 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NEW PORT /usr/ports/net/BitchX NEW PORT Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: hoek Responsible-Changed-When: Tue Jan 27 23:54:54 PST 1998 Responsible-Changed-Why: ports team handls new ports From owner-freebsd-ports Wed Jan 28 00:19:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17119 for freebsd-ports-outgoing; Wed, 28 Jan 1998 00:19:18 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17103 for ; Wed, 28 Jan 1998 00:19:15 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id SAA10741; Wed, 28 Jan 1998 18:48:42 +1030 (CST) Message-Id: <199801280818.SAA10741@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Bill Fenner cc: Tim Vanderhoek , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Tue, 27 Jan 1998 23:45:32 PST." <98Jan27.234546pst.177476@crevenia.parc.xerox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jan 1998 18:48:42 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >I suppose I could just change fetch so it uses http_proxy and ftp_proxy as > >well :) > Uh... are you talking about something other than the HTTP_PROXY and > FTP_PROXY environment variables? Yes, well every other program which you can set the proxies with env vars. you use http_proxy, and ftp_proxy. Examples of programs which use this are Netscape, lynx, wget, and ftp (in -current anyway :) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- From owner-freebsd-ports Wed Jan 28 00:32:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18199 for freebsd-ports-outgoing; Wed, 28 Jan 1998 00:32:18 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from localhost.my.domain (ppp1633.on.bellglobal.com [206.172.249.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18193 for ; Wed, 28 Jan 1998 00:32:13 -0800 (PST) (envelope-from ac199@hwcn.org) Received: from localhost (tim@localhost) by ppp1633.on.bellglobal.com (8.8.8/8.8.8) with SMTP id DAA01703; Wed, 28 Jan 1998 03:02:23 -0500 (EST) (envelope-from ac199@hwcn.org) X-Authentication-Warning: ppp1633.on.bellglobal.com: tim owned process doing -bs Date: Wed, 28 Jan 1998 03:02:21 -0500 (EST) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Jimbo Bahooli cc: ports@FreeBSD.ORG Subject: Re: new port In-Reply-To: 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 Tue, 27 Jan 1998, Jimbo Bahooli wrote: > I made a new port but was unable to get send-pr to send it > correctly. Here is the entire send-pr file, if you could please tell > me why send-pr rejects it saying there is no Category field when it is > clearly there, and add it to the ports section It looks like it eventually made it in as ports/5578. For whatever reason it's misfiled. I'll fix that. :) > Description: > > /usr/ports/net/BitchX An august description of the port (and an explanation for its name, perhaps) would be nice. People read the bugs that are filed and this will be their first impression of the port. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Wed Jan 28 00:39:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19362 for freebsd-ports-outgoing; Wed, 28 Jan 1998 00:39:27 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from alpha.xerox.com (firewall-user@alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA19355 for ; Wed, 28 Jan 1998 00:39:26 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <52783(4)>; Wed, 28 Jan 1998 00:39:23 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Wed, 28 Jan 1998 00:39:12 -0800 To: "Daniel O'Connor" cc: Bill Fenner , Tim Vanderhoek , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Wed, 28 Jan 98 00:18:42 PST." <199801280818.SAA10741@cain.gsoft.com.au> Date: Wed, 28 Jan 1998 00:38:59 PST From: Bill Fenner Message-Id: <98Jan28.003912pst.177476@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Daniel O'Connor" wrote: >Yes, well every other program which you can set the proxies with env vars. you >use http_proxy, and ftp_proxy. Examples of programs which use this are >Netscape, lynx, wget, and ftp (in -current anyway :) And with fetch, you use HTTP_PROXY and FTP_PROXY. Do you really mean that the other programs use lowercase environment variables? Bill From owner-freebsd-ports Wed Jan 28 00:41:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19734 for freebsd-ports-outgoing; Wed, 28 Jan 1998 00:41:30 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19727; Wed, 28 Jan 1998 00:41:23 -0800 (PST) (envelope-from werner@btp1da.phy.uni-bayreuth.de) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id JAA07025; Wed, 28 Jan 1998 09:41:17 +0100 (MET) Message-ID: <19980128094117.11618@btp1da.phy.uni-bayreuth.de> Date: Wed, 28 Jan 1998 09:41:17 +0100 From: Werner Griessl To: obrien@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: cannot open NFS lock file!: Permission denied (errno = 13) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have problems with the new mutt-89. mutt dies with: cannot open NFS lock file!: Permission denied (errno = 13) What should i do ? Werner From owner-freebsd-ports Wed Jan 28 01:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21718 for freebsd-ports-outgoing; Wed, 28 Jan 1998 01:00:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21679 for ; Wed, 28 Jan 1998 00:59:57 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id TAA10964; Wed, 28 Jan 1998 19:29:30 +1030 (CST) Message-Id: <199801280859.TAA10964@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Bill Fenner cc: "Daniel O'Connor" , Tim Vanderhoek , Warner Losh , ports@FreeBSD.ORG Subject: Re: DRAFT: ports.7 In-reply-to: Your message of "Wed, 28 Jan 1998 00:38:59 PST." <98Jan28.003912pst.177476@crevenia.parc.xerox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jan 1998 19:29:29 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >use http_proxy, and ftp_proxy. Examples of programs which use this are > >Netscape, lynx, wget, and ftp (in -current anyway :) > And with fetch, you use HTTP_PROXY and FTP_PROXY. Do you really mean that > the other programs use lowercase environment variables? Sure do... IMHO fetch does it the 'wrong way'.. Also, you set {http,ftp}_proxy to "proto://machine.name:1234/", which differs from fetch. --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- From owner-freebsd-ports Wed Jan 28 01:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23655 for freebsd-ports-outgoing; Wed, 28 Jan 1998 01:20:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23639; Wed, 28 Jan 1998 01:20:02 -0800 (PST) (envelope-from gnats) Date: Wed, 28 Jan 1998 01:20:02 -0800 (PST) Message-Id: <199801280920.BAA23639@hub.freebsd.org> To: freebsd-ports Cc: From: Tim Vanderhoek Subject: Re: ports/5588: proftpd port Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/5588; it has been noted by GNATS. From: Tim Vanderhoek To: stephane@lituus.fr Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/5588: proftpd port Date: Wed, 28 Jan 1998 04:10:51 -0500 (EST) On Tue, 27 Jan 1998 stephane@lituus.fr wrote: > >Fix: Presumably the port is the ftp://ftp.freebsd.org/pub/FreeBSD/incoming/proftpd.tar.gz file. You should mention this in the pr, or, even better, since it looks like it's a reasonably small port, it's easiest if you include the port directly inside the pr as a shar script. [There's no need to resubmit the pr to do this, and no need to submit a follow-up to this pr; just remember for the next port :-] -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Wed Jan 28 02:17:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02521 for freebsd-ports-outgoing; Wed, 28 Jan 1998 02:17:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02516 for ; Wed, 28 Jan 1998 02:16:55 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.8.6/8.8.8) with ESMTP id LAA13418 for ; Wed, 28 Jan 1998 11:11:47 +0100 (MET) Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.8.7/8.8.8) id LAA16745; Wed, 28 Jan 1998 11:11:43 +0100 (MET) Message-ID: <19980128111142.24825@caramba.cs.tu-berlin.de> Date: Wed, 28 Jan 1998 11:11:42 +0100 From: Wolfram Schneider To: ports@FreeBSD.ORG Subject: [KPronko@RTT.RU: TELEX Gateway] Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.84 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----Forwarded message from ðÒÏÎØËÏ ëÉÒÉÌÌ ìØ×Ï×ÉÞ ----- Message-ID: <914210FBF328D1119A360060976AC8A60CA6@relay.rtt.ru> From: ðÒÏÎØËÏ ëÉÒÉÌÌ ìØ×Ï×ÉÞ To: "'wosch@apfel.de'" Subject: TELEX Gateway Date: Wed, 28 Jan 1998 12:54:50 +0300 X-Priority: 3 Return-Receipt-To: ðÒÏÎØËÏ ëÉÒÉÌÌ ìØ×Ï×ÉÞ X-Mailer: Internet Mail Service (5.0.1458.49) Dear Sir! I hate to disturb You, but I do need to know if there are software products under FreeBSD for interaction with telex devices. I have to automate delivery of telex messages from network. I've spent several days to find something appropriate on Internet without any result. Could You be so kind as to show me right dsirection? I have written to You because You are responsible for FreeBSD ports collection (if I'm not mistaken). With best regards, Kirill L. Pronko, Network Department Manager, INFOR Ltd. tel: +7(095)719.08.53, fax: +7(095)120.70.06 e-mail: kirill@pronko.msk.ru , kpronko@rtt.ru , kpronko@infor.msk.ru -----End of forwarded message----- -- Wolfram Schneider http://www.freebsd.org/~wosch/ From owner-freebsd-ports Wed Jan 28 03:50:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA15668 for freebsd-ports-outgoing; Wed, 28 Jan 1998 03:50:32 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (wck-ca22-16.ix.netcom.com [207.92.174.144]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA15654 for ; Wed, 28 Jan 1998 03:50:27 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id DAA05829; Wed, 28 Jan 1998 03:50:14 -0800 (PST) Date: Wed, 28 Jan 1998 03:50:14 -0800 (PST) Message-Id: <199801281150.DAA05829@silvia.HIP.Berkeley.EDU> To: hoek@hwcn.org CC: doconnor@gsoft.com.au, imp@village.org, ports@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Tue, 27 Jan 1998 21:17:45 -0500 (EST)) Subject: Re: DRAFT: ports.7 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * If bsd.port.mk can't find the portdir, it will go on happily * compiling your port until it fails due to a missing dependency. * * [This is probably a bad thing --- it should abort on a failed * dependency, since dependencies are, well, dependencies] You are probably right, but I thought since some of the dependencies are rather "soft" (especially RUN_DEPENDS), it's better to not be too strict here. What do people think? It is a trivial change to bsd.port.mk to do it the other way.... Satoshi From owner-freebsd-ports Wed Jan 28 04:32:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22348 for freebsd-ports-outgoing; Wed, 28 Jan 1998 04:32:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from silvia.HIP.Berkeley.EDU (wck-ca22-16.ix.netcom.com [207.92.174.144]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA22338; Wed, 28 Jan 1998 04:32:34 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id EAA06006; Wed, 28 Jan 1998 04:32:22 -0800 (PST) Date: Wed, 28 Jan 1998 04:32:22 -0800 (PST) Message-Id: <199801281232.EAA06006@silvia.HIP.Berkeley.EDU> To: perlsta@sunyit.edu CC: ports@FreeBSD.ORG, current@FreeBSD.ORG Reply-to: ports@FreeBSD.ORG In-reply-to: <199801262227.WAA27084@fang.cs.sunyit.edu> (perlsta@sunyit.edu) Subject: Re: what's up with this TCL port error? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > * ===> rumba-0.4 : You have an old tcl installation on your machine. * Remove * > * everything that matches /usr/local/*/*tcl* first. * no: * * # cd /usr/local/include/ * # ls -l tcl.h * ls: tcl.h: No such file or directory Actually there is also /usr/local/lib/tclConfig.h that triggers the check. Maybe that's why. Anyway, here's an updated version for all to test. It will now tell you exactly which file it's complaining about. It will only tell you one at a time, but I didn't want to overcomplicate bsd.port.mk trying to say too many things at the same time. Satoshi ------- Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.port.mk,v retrieving revision 1.227.2.30 diff -u -r1.227.2.30 bsd.port.mk --- bsd.port.mk 1998/01/02 10:38:06 1.227.2.30 +++ bsd.port.mk 1998/01/28 09:57:36 @@ -756,6 +759,23 @@ # Don't build a port if it's broken. ################################################################ +OLDSYSTCL!= ${ECHO} /usr/include/tcl.h /usr/lib/libtcl??.so.*.* +OLDTCL!= ${ECHO} ${LOCALBASE}/include/tcl.h ${LOCALBASE}/lib/tclConfig.sh +OLDTK!= ${ECHO} ${LOCALBASE}/include/tk.h ${LOCALBASE}/lib/tkConfig.sh + +.if !defined(NO_IGNORE) +.for file in ${OLDSYSTCL} ${OLDTCL} +.if exists(${file}) +IGNORE= ": You have an old file \(${file}\) that could cause problems for some ports to compile. Please remove it and try again. You may have to reinstall tcl from the ports tree." +.endif +.endfor +.for file in ${OLDTK} +.if exists(${file}) +IGNORE= ": You have an old file \(${file}\) that could cause problems for some ports to compile. Please remove it and try again. You may have to reinstall tk from the ports tree afterwards." +.endif +.endfor +.endif + .if !defined(NO_IGNORE) .if (defined(IS_INTERACTIVE) && defined(BATCH)) IGNORE= "is an interactive port" @@ -771,12 +791,6 @@ IGNORE= "is restricted: ${RESTRICTED}" .elif (defined(USE_X11) && !exists(${X11BASE})) IGNORE= "uses X11, but ${X11BASE} not found" -.elif exists(/usr/include/tcl.h) -IGNORE= ": You have an old tcl installation on your machine. Remove everything that matches '/usr/*/*tcl*' first" -.elif exists(${LOCALBASE}/include/tcl.h) || exists(${LOCALBASE}/lib/tclConfig.sh) -IGNORE= ": You have an old tcl installation on your machine. Remove everything that matches '${PREFIX}/*/*tcl*' first" -.elif exists(${LOCALBASE}/include/tk.h) || exists(${LOCALBASE}/lib/tkConfig.sh) -IGNORE= ": You have an old tk installation on your machine. Remove everything that matches '${PREFIX}/*/*tk*' first" .elif defined(BROKEN) IGNORE= "is marked as broken: ${BROKEN}" .endif From owner-freebsd-ports Wed Jan 28 09:04:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27375 for freebsd-ports-outgoing; Wed, 28 Jan 1998 09:04:31 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from alpha.xerox.com (firewall-user@alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA27369 for ; Wed, 28 Jan 1998 09:04:26 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <53719(2)>; Wed, 28 Jan 1998 08:42:44 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Wed, 28 Jan 1998 08:41:46 -0800 To: ports@FreeBSD.ORG Subject: Re: what's up with this TCL port error? In-reply-to: Your message of "Wed, 28 Jan 98 04:32:22 PST." <199801281232.EAA06006@silvia.HIP.Berkeley.EDU> Date: Wed, 28 Jan 1998 08:41:31 PST From: Bill Fenner Message-Id: <98Jan28.084146pst.177476@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org asami@cs.berkeley.edu (Satoshi Asami) wrote: >+OLDSYSTCL!= ${ECHO} /usr/include/tcl.h /usr/lib/libtcl??.so.*.* >+OLDTCL!= ${ECHO} ${LOCALBASE}/include/tcl.h ${LOCALBASE}/lib/tclConfig.s > h >+OLDTK!= ${ECHO} ${LOCALBASE}/include/tk.h ${LOCALBASE}/lib/tkCo > nfig.sh Since OLDTCL and OLDTK don't use globbing, you can save the shell exec and just set them directly. +OLDSYSTCL!= ${ECHO} /usr/include/tcl.h /usr/lib/libtcl??.so.*.* +OLDTCL= ${LOCALBASE}/include/tcl.h ${LOCALBASE}/lib/tclConfig.sh +OLDTK= ${LOCALBASE}/include/tk.h ${LOCALBASE}/lib/tkConfig.sh Bill From owner-freebsd-ports Wed Jan 28 13:35:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29718 for freebsd-ports-outgoing; Wed, 28 Jan 1998 13:35:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29677 for ; Wed, 28 Jan 1998 13:35:20 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.cybercity.dk [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id WAA01260 for ; Wed, 28 Jan 1998 22:31:17 +0100 (CET) To: ports@FreeBSD.ORG Subject: ftp://gatekeeper.dec.com/pub/DEC/net/NNStat_3.3beta.tar.Z ? From: Poul-Henning Kamp Date: Wed, 28 Jan 1998 22:31:17 +0100 Message-ID: <1258.886023077@critter.freebsd.dk> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anybody care to squezze a port out of this baby ? -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." From owner-freebsd-ports Wed Jan 28 14:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11767 for freebsd-ports-outgoing; Wed, 28 Jan 1998 14:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11721 for ; Wed, 28 Jan 1998 14:50:00 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id OAA14662; Wed, 28 Jan 1998 14:49:35 -0800 (PST) Date: Wed, 28 Jan 1998 14:49:35 -0800 (PST) Message-Id: <199801282249.OAA14662@vader.cs.berkeley.edu> To: jkh@time.cdrom.com CC: ports@FreeBSD.ORG In-reply-to: <20236.885842669@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Now that Netscape can be packaged... From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * No big loss - Netscape GOLD is *ugly*. :-) Um, if ugliness is the issue, I can think of half dozen other ports that I'd rather get rid of. :> Seriously, I've seen people use the "gold" version, and they seemed to, um, enjoy it. (In what way, I wouldn't say.) If it's ok for everyone, I'll split up the ports. Satoshi From owner-freebsd-ports Wed Jan 28 14:59:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12998 for freebsd-ports-outgoing; Wed, 28 Jan 1998 14:59:41 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12977 for ; Wed, 28 Jan 1998 14:59:37 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id OAA14686; Wed, 28 Jan 1998 14:59:15 -0800 (PST) Date: Wed, 28 Jan 1998 14:59:15 -0800 (PST) Message-Id: <199801282259.OAA14686@vader.cs.berkeley.edu> To: pfgiffun@bachue.usc.unal.edu.co CC: kuku@gilberto.physik.RWTH-Aachen.DE, freebsd-ports@FreeBSD.ORG In-reply-to: (pfgiffun@bachue.usc.unal.edu.co) Subject: Re: /x11/FWF (fwf-3.8) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Please label that port BROKEN..it is very outdated to be useful anyway I'd have done that a long time ago if it didn't build occasionally, and it isn't used by two other ports (audio/xgmod and graphics/aero). Will people scream if I mark all three broken? Satoshi From owner-freebsd-ports Wed Jan 28 16:21:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26772 for freebsd-ports-outgoing; Wed, 28 Jan 1998 16:21:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26646 for ; Wed, 28 Jan 1998 16:20:59 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from uucp@localhost) by tera.com (8.8.7/8.8.7) with UUCP id QAA22581; Wed, 28 Jan 1998 16:19:07 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id PAA16477; Wed, 28 Jan 1998 15:49:14 -0800 (PST) From: Gary Kline Message-Id: <199801282349.PAA16477@tao.thought.org> Subject: Re: Now that Netscape can be packaged... In-Reply-To: <199801282249.OAA14662@vader.cs.berkeley.edu> from Satoshi Asami at "Jan 28, 98 02:49:35 pm" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Wed, 28 Jan 1998 15:49:14 -0800 (PST) Cc: jkh@time.cdrom.com, ports@FreeBSD.ORG Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] 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 According to Satoshi Asami: > * No big loss - Netscape GOLD is *ugly*. :-) > > Um, if ugliness is the issue, I can think of half dozen other ports > that I'd rather get rid of. :> > > Seriously, I've seen people use the "gold" version, and they seemed > to, um, enjoy it. (In what way, I wouldn't say.) If it's ok for > everyone, I'll split up the ports. > Brief question on this:: are we going to have netscape, v4 --gold or otherwise? Or the older v3.XX only? gary > -- Gary D. Kline kline@tao.thought.org Public service uNix From owner-freebsd-ports Wed Jan 28 16:34:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29751 for freebsd-ports-outgoing; Wed, 28 Jan 1998 16:34:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29713 for ; Wed, 28 Jan 1998 16:33:53 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id QAA10954; Wed, 28 Jan 1998 16:32:13 -0800 (PST) To: Gary Kline cc: asami@cs.berkeley.edu (Satoshi Asami), ports@FreeBSD.ORG Subject: Re: Now that Netscape can be packaged... In-reply-to: Your message of "Wed, 28 Jan 1998 15:49:14 PST." <199801282349.PAA16477@tao.thought.org> Date: Wed, 28 Jan 1998 16:32:13 -0800 Message-ID: <10951.886033933@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Brief question on this:: are we going to have netscape, v4 > --gold or otherwise? Or the older v3.XX only? I thought the "gold" designation was retired completely with 3.XX. Was I wrong? Jordan From owner-freebsd-ports Wed Jan 28 16:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01791 for freebsd-ports-outgoing; Wed, 28 Jan 1998 16:40:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01713 for ; Wed, 28 Jan 1998 16:39:59 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id QAA19266; Wed, 28 Jan 1998 16:39:54 -0800 (PST) Date: Wed, 28 Jan 1998 16:39:54 -0800 (PST) Message-Id: <199801290039.QAA19266@vader.cs.berkeley.edu> To: jkh@time.cdrom.com CC: kline@thought.org, ports@FreeBSD.ORG In-reply-to: <10951.886033933@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: Now that Netscape can be packaged... From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > Brief question on this:: are we going to have netscape, v4 * > --gold or otherwise? Or the older v3.XX only? * * I thought the "gold" designation was retired completely with 3.XX. * Was I wrong? My understanding is that the original "netscape"/"netscape-gold" distinction is sort of inherited in the "navigator"/"communicator" feud. Satoshi From owner-freebsd-ports Wed Jan 28 16:51:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03714 for freebsd-ports-outgoing; Wed, 28 Jan 1998 16:51:53 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03705 for ; Wed, 28 Jan 1998 16:51:49 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from uucp@localhost) by tera.com (8.8.7/8.8.7) with UUCP id QAA23408; Wed, 28 Jan 1998 16:50:05 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id QAA17028; Wed, 28 Jan 1998 16:47:33 -0800 (PST) From: Gary Kline Message-Id: <199801290047.QAA17028@tao.thought.org> Subject: Re: Now that Netscape can be packaged... In-Reply-To: <199801290039.QAA19266@vader.cs.berkeley.edu> from Satoshi Asami at "Jan 28, 98 04:39:54 pm" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Wed, 28 Jan 1998 16:47:33 -0800 (PST) Cc: jkh@time.cdrom.com, kline@thought.org, ports@FreeBSD.ORG Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] 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 According to Satoshi Asami: > * > Brief question on this:: are we going to have netscape, v4 > * > --gold or otherwise? Or the older v3.XX only? > * > * I thought the "gold" designation was retired completely with 3.XX. > * Was I wrong? > > My understanding is that the original "netscape"/"netscape-gold" > distinction is sort of inherited in the "navigator"/"communicator" > feud. > Then I'll rephrase the question. Are we going to have the src for the ``communicator?'' gary > -- Gary D. Kline kline@tao.thought.org Public service uNix From owner-freebsd-ports Wed Jan 28 18:43:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26693 for freebsd-ports-outgoing; Wed, 28 Jan 1998 18:43:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26683 for ; Wed, 28 Jan 1998 18:43:33 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id SAA11396; Wed, 28 Jan 1998 18:28:54 -0800 (PST) To: Gary Kline cc: asami@cs.berkeley.edu (Satoshi Asami), ports@FreeBSD.ORG Subject: Re: Now that Netscape can be packaged... In-reply-to: Your message of "Wed, 28 Jan 1998 16:47:33 PST." <199801290047.QAA17028@tao.thought.org> Date: Wed, 28 Jan 1998 18:28:54 -0800 Message-ID: <11393.886040934@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Then I'll rephrase the question. Are we going > to have the src for the ``communicator?'' That question is seriously premature. Jordan From owner-freebsd-ports Wed Jan 28 19:16:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02176 for freebsd-ports-outgoing; Wed, 28 Jan 1998 19:16:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02143 for ; Wed, 28 Jan 1998 19:16:45 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id DAA14720; Thu, 29 Jan 1998 03:16:39 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id EAA01398; Thu, 29 Jan 1998 04:16:37 +0100 (MET) Message-ID: <19980129041636.32671@follo.net> Date: Thu, 29 Jan 1998 04:16:36 +0100 From: Eivind Eklund To: Satoshi Asami Cc: ports@FreeBSD.ORG Subject: Re: bad port - mail/imap-uw References: <199801290212.SAA19594@vader.cs.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801290212.SAA19594@vader.cs.berkeley.edu>; from Satoshi Asami on Wed, Jan 28, 1998 at 06:12:09PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-Loop: FreeBSD.ORG On Wed, Jan 28, 1998 at 06:12:09PM -0800, Satoshi Asami wrote: > * 3) The archive file for the port is quite different in length from the > * archive file of the same name retrieved via lynx from the master site. > > Probably just a case of the real master site changing the file without > changing the name. Set "MASTER_SITE_FREEBSD" when you fetch and all > should be fine (I just checked). There are real changes in this one. I did an update of the port earlier today; I'll commit it tomorrow if I find time for testing. Eivind. From owner-freebsd-ports Wed Jan 28 19:20:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02992 for freebsd-ports-outgoing; Wed, 28 Jan 1998 19:20:54 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02982 for ; Wed, 28 Jan 1998 19:20:51 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from uucp@localhost) by tera.com (8.8.7/8.8.7) with UUCP id TAA26295; Wed, 28 Jan 1998 19:19:10 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id TAA18200; Wed, 28 Jan 1998 19:07:23 -0800 (PST) From: Gary Kline Message-Id: <199801290307.TAA18200@tao.thought.org> Subject: Re: Now that Netscape can be packaged... In-Reply-To: <11393.886040934@time.cdrom.com> from "Jordan K. Hubbard" at "Jan 28, 98 06:28:54 pm" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Wed, 28 Jan 1998 19:07:22 -0800 (PST) Cc: kline@thought.org, asami@cs.berkeley.edu, ports@FreeBSD.ORG Organization: <> thought.org: public access uNix in service... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] 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 X-Loop: FreeBSD.ORG According to Jordan K. Hubbard: > > Then I'll rephrase the question. Are we going > > to have the src for the ``communicator?'' > > That question is seriously premature. > Hmm. I thought netscape was giving away src and product. No? gary > -- Gary D. Kline kline@tao.thought.org Public service uNix From owner-freebsd-ports Wed Jan 28 22:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09566 for freebsd-ports-outgoing; Wed, 28 Jan 1998 22:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09560; Wed, 28 Jan 1998 22:30:01 -0800 (PST) (envelope-from gnats) Received: from capr.caproffice.net (clarkead.packet.net [206.228.135.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08548 for ; Wed, 28 Jan 1998 22:24:49 -0800 (PST) (envelope-from marcus@clarkead.packet.net) Received: (from root@localhost) by capr.caproffice.net (8.8.7/8.8.7) id BAA16916; Thu, 29 Jan 1998 01:24:53 -0500 (EST) (envelope-from marcus) Message-Id: <199801290624.BAA16916@capr.caproffice.net> Date: Thu, 29 Jan 1998 01:24:53 -0500 (EST) From: marcus@miami.edu Reply-To: marcus@miami.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5597: New port gone-1.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5597 >Category: ports >Synopsis: New port gone-1.2.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: Wed Jan 28 22:30:00 PST 1998 >Last-Modified: >Originator: Joe "Marcus" Clarke >Organization: University of Miami >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: >Description: I created a port of my terminal locking utility, gone, to FreeBSD. I uploaded the Makefile et al to /pub/FreeBSD/incoming and called it gone.tar.gz. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Wed Jan 28 22:31:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09755 for freebsd-ports-outgoing; Wed, 28 Jan 1998 22:31:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from johngalt.celestial.com (johngalt.celestial.com [192.136.111.59]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA09749 for ; Wed, 28 Jan 1998 22:31:11 -0800 (PST) (envelope-from two.sabami.seaslug.org!scott@celestial.com) Received: from localhost (1265 bytes) by johngalt.celestial.com via rmail with P:stdio/R:inet_hosts/T:smtp (sender: ) (ident using unix) id for ; Wed, 28 Jan 1998 22:30:46 -0800 (PST) (Smail-3.2.0.96 1997-Jun-2 #22 built 1997-Jul-19) Received: from two.sabami.seaslug.org (localhost [127.0.0.1]) by two.sabami.seaslug.org (8.8.5/8.6.12) with ESMTP id WAA20431; Wed, 28 Jan 1998 22:14:13 -0800 (PST) Message-Id: <199801290614.WAA20431@two.sabami.seaslug.org> To: Gary Kline cc: jkh@time.cdrom.com (Jordan K. Hubbard), asami@cs.berkeley.edu, ports@FreeBSD.ORG Subject: Re: Now that Netscape can be packaged... References: <199801290307.TAA18200@tao.thought.org> In-reply-to: <199801290307.TAA18200@tao.thought.org> From: Scott Blachowicz Reply-to: Scott.Blachowicz@seaslug.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <20428.886054453.1@two.sabami.seaslug.org> Date: Wed, 28 Jan 1998 22:14:13 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Gary Kline wrote: > Hmm. I thought netscape was giving away src and product. > No? I thought the source was to come with the upcoming 5.0 release? Their web page talks about a 5.0 release currently scheduled for the end of March. Scott.Blachowicz@seaslug.org From owner-freebsd-ports Wed Jan 28 23:16:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16225 for freebsd-ports-outgoing; Wed, 28 Jan 1998 23:16:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16203; Wed, 28 Jan 1998 23:16:40 -0800 (PST) (envelope-from fenner) Date: Wed, 28 Jan 1998 23:16:40 -0800 (PST) From: Bill Fenner Message-Id: <199801290716.XAA16203@hub.freebsd.org> To: adrian@virginia.edu, fenner, freebsd-ports Subject: Re: ports/5586 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: Make cannot cd into working directory and build fails. State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Wed Jan 28 23:15:46 PST 1998 State-Changed-Why: This was fixed on Jan 24 by jkh. You must have updated your ports tree during the 31 hours that it was broken - try updating again. From owner-freebsd-ports Wed Jan 28 23:31:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19274 for freebsd-ports-outgoing; Wed, 28 Jan 1998 23:31:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from fenner@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19254; Wed, 28 Jan 1998 23:31:25 -0800 (PST) (envelope-from fenner) Date: Wed, 28 Jan 1998 23:31:25 -0800 (PST) From: Bill Fenner Message-Id: <199801290731.XAA19254@hub.freebsd.org> To: sec@42.org, fenner, freebsd-ports Subject: Re: ports/4656 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: New port: sidplay (category emulators) State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Wed Jan 28 23:30:59 PST 1998 State-Changed-Why: Superceded by ports/5504 From owner-freebsd-ports Wed Jan 28 23:52:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23239 for freebsd-ports-outgoing; Wed, 28 Jan 1998 23:52:46 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23232 for ; Wed, 28 Jan 1998 23:52:43 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.7/8.8.7) id IAA10334; Thu, 29 Jan 1998 08:57:47 GMT (envelope-from kuku) Message-ID: <19980129085747.03797@gil.physik.rwth-aachen.de> Date: Thu, 29 Jan 1998 08:57:47 +0000 From: Christoph Kukulies To: Satoshi Asami Cc: pfgiffun@bachue.usc.unal.edu.co, kuku@gilberto.physik.RWTH-Aachen.DE, freebsd-ports@FreeBSD.ORG Subject: Re: /x11/FWF (fwf-3.8) References: <199801282259.OAA14686@vader.cs.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199801282259.OAA14686@vader.cs.berkeley.edu>; from Satoshi Asami on Wed, Jan 28, 1998 at 02:59:15PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" On Wed, Jan 28, 1998 at 02:59:15PM -0800, Satoshi Asami wrote: > * Please label that port BROKEN..it is very outdated to be useful anyway > > I'd have done that a long time ago if it didn't build occasionally, > and it isn't used by two other ports (audio/xgmod and graphics/aero). > > Will people scream if I mark all three broken? I wouldn't mind for xaero because it is outdated anyway. It produces scene files for povray 2.x ( Povray version 3.0 is different in many respects and thus the interest in xaero might be little to none, I believe). > > Satoshi -- --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-ports Thu Jan 29 07:33:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23251 for freebsd-ports-outgoing; Thu, 29 Jan 1998 07:33:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23246 for ; Thu, 29 Jan 1998 07:33:10 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id KAA00505 for ports@freebsd.org; Thu, 29 Jan 1998 10:33:08 -0500 (EST) Date: Thu, 29 Jan 1998 10:33:08 -0500 (EST) From: "Stephen J. Roznowski" Message-Id: <199801291533.KAA00505@istari.home.net> To: ports@FreeBSD.ORG Subject: Questions on making a port -- try 2 In-Reply-To: Mail from 'Tim Vanderhoek ' dated: Tue, 27 Jan 1998 14:48:45 -0500 (EST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Let me try this again... 1. When building a new port, what is the preferred way of executing Configure? I see the following in current ports: a. Use the options "-sde -Dprefix=${PREFIX}" b. Using a prebuilt config.sh file 2. Is it considered an error if the Configure file still asks you a question when running with the "-sde" option? [i.e. I should ask the author to add a default?] 3. What is the preferred method for handling different versions within the port tree? a. Assume that only one version at a time would be installed. b. Rename the executable to have a version number. [If this is the case, how to you handle cleaning up multiple executables?] Thanks, -SR From owner-freebsd-ports Thu Jan 29 08:29:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01920 for freebsd-ports-outgoing; Thu, 29 Jan 1998 08:29:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01845; Thu, 29 Jan 1998 08:28:37 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA07632; Thu, 29 Jan 1998 08:27:33 -0800 (PST) Date: Thu, 29 Jan 1998 08:27:33 -0800 (PST) Message-Id: <199801291627.IAA07632@freefall.freebsd.org> To: giffunip@asme.org, jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5440 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: New port: fli2gif State-Changed-From-To: open-closed State-Changed-By: jseger State-Changed-When: Thu Jan 29 08:26:07 PST 1998 State-Changed-Why: Duplicate of ports/5433. From owner-freebsd-ports Thu Jan 29 08:35:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02617 for freebsd-ports-outgoing; Thu, 29 Jan 1998 08:35:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02592; Thu, 29 Jan 1998 08:35:02 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA07769; Thu, 29 Jan 1998 08:33:57 -0800 (PST) Date: Thu, 29 Jan 1998 08:33:57 -0800 (PST) Message-Id: <199801291633.IAA07769@freefall.freebsd.org> To: giffunip@asme.org, jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5433 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: New port: fli2gif State-Changed-From-To: open-closed State-Changed-By: jseger State-Changed-When: Thu Jan 29 08:33:44 PST 1998 State-Changed-Why: Committed, thanks. From owner-freebsd-ports Thu Jan 29 09:27:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10720 for freebsd-ports-outgoing; Thu, 29 Jan 1998 09:27:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10584; Thu, 29 Jan 1998 09:27:28 -0800 (PST) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA08181; Thu, 29 Jan 1998 09:26:24 -0800 (PST) Date: Thu, 29 Jan 1998 09:26:24 -0800 (PST) Message-Id: <199801291726.JAA08181@freefall.freebsd.org> To: frankch@waru.life.nthu.edu.tw, jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5217 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: New port biology/kinemage State-Changed-From-To: open-closed State-Changed-By: jseger State-Changed-When: Thu Jan 29 09:26:06 PST 1998 State-Changed-Why: Committed with some minor changes, thanks. From owner-freebsd-ports Thu Jan 29 21:20:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15787 for freebsd-ports-outgoing; Thu, 29 Jan 1998 21:20:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15776; Thu, 29 Jan 1998 21:20:02 -0800 (PST) (envelope-from gnats) Received: from aldan.ziplink.net (mi@kot.ne.mediaone.net [24.128.29.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15521 for ; Thu, 29 Jan 1998 21:18:04 -0800 (PST) (envelope-from mi@aldan.ziplink.net) Received: (from mi@localhost) by aldan.ziplink.net (8.8.8/8.8.7) id FAA15016; Fri, 30 Jan 1998 05:18:02 GMT (envelope-from mi) Message-Id: <199801300518.FAA15016@aldan.ziplink.net> Date: Fri, 30 Jan 1998 05:18:02 GMT From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5602: bsd.port.mk computing checksum ALWAYS even when not needed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5602 >Category: ports >Synopsis: when files/md5 does not contain a checksum -- do not compute it >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 Jan 29 21:20:01 PST 1998 >Last-Modified: >Originator: Mikhail Teterin >Organization: Virtual Estates, Inc. >Release: FreeBSD 3.0-CURRENT >Environment: >Description: Even when files/md5 says IGNORE, or a checksum is not there, bsd.port.mk will still compute the checksum, only to discard it later. >How-To-Repeat: >Fix: The following seems to fix the problem. May not be the best solution though: --- /usr/share/mk/bsd.port.mk.orig Sun Jan 11 14:18:57 1998 +++ /usr/share/mk/bsd.port.mk Fri Jan 30 00:07:31 1998 @@ -1375,3 +1375,2 @@ for file in ${_CKSUMFILES}; do \ - CKSUM=`${MD5} < $$file`; \ CKSUM2=`${GREP} "^MD5 ($$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \ @@ -1384,3 +1383,3 @@ OK="false"; \ - elif [ "$$CKSUM" = "$$CKSUM2" ]; then \ + elif [ "`${MD5} < $$file`" = "$$CKSUM2" ]; then \ ${ECHO_MSG} ">> Checksum OK for $$file."; \ >Audit-Trail: >Unformatted: From owner-freebsd-ports Thu Jan 29 22:25:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00944 for freebsd-ports-outgoing; Thu, 29 Jan 1998 22:25:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00931; Thu, 29 Jan 1998 22:25:44 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA10836; Thu, 29 Jan 1998 22:24:35 -0800 (PST) Date: Thu, 29 Jan 1998 22:24:35 -0800 (PST) Message-Id: <199801300624.WAA10836@freefall.freebsd.org> To: dglo@SSEC.WISC.EDU, itojun@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4941 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: New port: nslint 2.0a2 State-Changed-From-To: open-closed State-Changed-By: itojun State-Changed-When: Thu Jan 29 22:24:22 PST 1998 State-Changed-Why: committed, thanks! From owner-freebsd-ports Thu Jan 29 22:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04074 for freebsd-ports-outgoing; Thu, 29 Jan 1998 22:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04066; Thu, 29 Jan 1998 22:50:02 -0800 (PST) (envelope-from gnats) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03452 for ; Thu, 29 Jan 1998 22:44:40 -0800 (PST) (envelope-from sanpei@yy.cs.keio.ac.jp) Received: from lavender.rad.cc.keio.ac.jp (ppp1.yy.ics.keio.ac.jp [131.113.47.28]) by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta11/3.6W) with ESMTP id PAA14589 for ; Fri, 30 Jan 1998 15:24:07 +0900 (JST) Received: (from sanpei@localhost) by lavender.rad.cc.keio.ac.jp (8.8.5/3.6Wbeta4) id PAA06045; Fri, 30 Jan 1998 15:23:08 +0900 (JST) Message-Id: <199801300623.PAA06045@lavender.rad.cc.keio.ac.jp> Date: Fri, 30 Jan 1998 15:23:08 +0900 (JST) From: sanpei@yy.cs.keio.ac.jp Reply-To: sanpei@yy.cs.keio.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5603: update of net/gnu-finger (fingerd has core dump problem) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5603 >Category: ports >Synopsis: update of net/gnu-finger (fingerd has core dump problem) >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 Jan 29 22:50:01 PST 1998 >Last-Modified: >Originator: MIHIRA Yoshiro >Organization: Keio Univ. >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: I'm maintainer of net/gnu-finger. GNU fingerd has -i option which is set polling interval. But if it's set, fingerd was core dump. Because -i option needs option string, on the other hand getopt argument in fingerd.c for -i option does not have `:' character. I fix and updated my gnu-finger port. CHANGES: o add gnu-finger/patches/patch-ag file Thank you. >How-To-Repeat: execute fingerd with -i option. % /usr/local/libexec/fingerd -i 30 Segmentation fault >Fix: diff -uNr gnu-finger.org/patches/patch-ag gnu-finger/patches/patch-ag --- gnu-finger.org/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ gnu-finger/patches/patch-ag Thu Jan 15 19:21:17 1998 @@ -0,0 +1,11 @@ +--- src/fingerd.c.org Thu Oct 29 00:12:52 1992 ++++ src/fingerd.c Thu Jan 15 19:19:46 1998 +@@ -145,7 +145,7 @@ main (argc, argv) + default_error_handling (argv[0]); + + /* Parse arguments. */ +- while ((optc = getopt_long (argc, argv, "datfi", longopts, NULL)) >= 0) ++ while ((optc = getopt_long (argc, argv, "datfi:", longopts, NULL)) >= 0) + switch (optc) + { + case 'd': >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Jan 30 15:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19360 for freebsd-ports-outgoing; Fri, 30 Jan 1998 15:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19338; Fri, 30 Jan 1998 15:30:02 -0800 (PST) (envelope-from gnats) Received: from blackhole.iceworld.org (root@blackhole.iceworld.org [204.246.64.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18767 for ; Fri, 30 Jan 1998 15:25:55 -0800 (PST) (envelope-from griffin@blackhole.iceworld.org) Received: (from griffin@localhost) by blackhole.iceworld.org (8.8.8/8.8.8) id RAA10828; Fri, 30 Jan 1998 17:23:59 -0600 (CST) (envelope-from griffin) Message-Id: <199801302323.RAA10828@blackhole.iceworld.org> Date: Fri, 30 Jan 1998 17:23:59 -0600 (CST) From: Jimbo Bahooli Reply-To: griffin@blackhole.iceworld.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5605: new port - bitchx - alternative irc client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5605 >Category: ports >Synopsis: new port - bitchx - alternative irc client >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 Jan 30 15:30:01 PST 1998 >Last-Modified: >Originator: Jimbo Bahooli >Organization: x >Release: FreeBSD 2.2-980123-SNAP i386 >Environment: Any FreeBSD >Description: /usr/ports/net/BitchX - An alternative irc client, includes full color and many other features helpful to scripting. Popular among irc users, also I have contacted the author and he is very supportive of a FreeBSD ports version and was wondering why one did not already exist. >How-To-Repeat: >Fix: UUENCODED tarball follows. begin 644 BitchX.tar.gz M'XL(``ALS30``^U9ZW/3.!#O5^NOV&G[`2:)X[?;<&$:$K?XR&N2].C\\?4U6W"F,(\"WP\H.N*\8]MK MP&H+5M^"+,IZUK\NR75%!T5J:%)#DB!A49Q@.@/K70C'7!8-7UWT6SVK6>A8 MRU3HV.-)SN4J!T$M=*B3MZ!V:V)=#$:V-6X*%">HUQI/K-%T;$]2CI^$C7J= M_XNS=+AWHLL6]7`YJQH]CA%Z/7HU'[:8@''_@CQU[]+&8`O4'O5:? M-_0'P!]@V+JPQF#WV]W+CM5!"'FL%E"^9PEI("[=RX3A^,-P9)W;5Q_K)%AI MFS;;_?&DU>U.AZ/!Q:C52SOF4W]WDDS_@__EQ;WW^TQ1-SOV_6?K_?5"OH\.3.UY2 MY%]$G/_U%)K@ZI[AFC/?UUSLN(HLSZ130Y5/3QP#\U.Z4MKF_S@5^`]OYKN+ M`1]A_U5545/[+ZMR:?_W05OKWQ[T>E9_\N/G>,C^@[Z*_W3-,+34_BN*6MK_ M?5!Q_*]!BX)#$AQ1)PG>XE6LQPB+BHA/+&W]+TA;^.]8X_9H%W,\A']5,E;X M-V0CR_](DESB?Q^T2NW$X%#`]-JA+O8^R?2(`'8"160>P\*A[V&V#$A2"RCX MV$F6$8X19='"(>0]^&Q)/6"4/_+VV(V",(E%L#/Y@,ZKX"\)@59_7)B7*BQC M')$@3N(J\@EC'H012_)$5)6KY>730;O3;L.3*_[_%++<%/-]'/$A2\OT[VD+ M_\.N/=Z!]_\6_Z]O\K_9^4^1Y#+_NQ>:!725+DP?LYP>VB3EMK-VJ(39KT'TW.Y:ZX;V9##H_CGMV*/#M3,BX>'G([RP)^V75X\:`9,8H]K=@3;] MX?#ONIB+'*+*U_K5EW%4)\QUR-:-UCU*/NHU\?>_9S$$IE[@W^N^[\?_[(?N ML8?PKYGF)O]O2!G^3:G$_SXHQ7]QG\MC-8RIZ.;P'SM)CGX39#V%L[2%_CL2 MPGB98Q^T%/L:Q[Z\P;ZLJVKU!"I%F:)?$"B^G;(0TR?2TV>\SJNUYW[((\8F MQ`F/$]=,AZ3IJ";(SU`MYY"`5Q5M77<9KYNGSU!EJ[UKK^M9>WNP'I$1;YKU HD3YA9=TVK-DRC2ZG(8LY>YNS"&C!Y9U_]O*55-)WT3_G'>F5`"@``)$1 ` end >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Jan 30 18:58:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27907 for freebsd-ports-outgoing; Fri, 30 Jan 1998 18:58:32 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27892; Fri, 30 Jan 1998 18:58:18 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07134; Fri, 30 Jan 1998 18:52:53 -0800 (PST) Date: Fri, 30 Jan 1998 18:52:53 -0800 (PST) Message-Id: <199801310252.SAA07134@freefall.freebsd.org> To: griffin@blackhole.iceworld.org, hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5578 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: NEW PORT /usr/ports/net/BitchX NEW PORT State-Changed-From-To: open-closed State-Changed-By: hoek State-Changed-When: Fri Jan 30 18:51:40 PST 1998 State-Changed-Why: Superceded by ports/5605. From owner-freebsd-ports Fri Jan 30 21:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19981 for freebsd-ports-outgoing; Fri, 30 Jan 1998 21:50:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19974; Fri, 30 Jan 1998 21:50:02 -0800 (PST) (envelope-from gnats) Received: from colossus.dyn.ml.org (dburr@206-18-115-50.la.inreach.net [206.18.115.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19718 for ; Fri, 30 Jan 1998 21:47:34 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id VAA10803; Fri, 30 Jan 1998 21:48:38 -0800 (PST) (envelope-from dburr) Message-Id: <199801310548.VAA10803@colossus.dyn.ml.org> Date: Fri, 30 Jan 1998 21:48:38 -0800 (PST) From: dburr@POBoxes.com Reply-To: dburr@POBoxes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5607: NEW PORT: timidity-luigi [category audio] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5607 >Category: ports >Synopsis: NEW PORT: timidity-luigi [category audio] >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 Jan 30 21:50:01 PST 1998 >Last-Modified: >Originator: Donald Burr >Organization: Colossus: The Forbin Project >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: Built on a 2.2.5 system, but should work with any modern FreeBSD release. Requires Luigi Rizzo's new sound drivers. >Description: This is a version of the "timidity" port (a MIDI-to-PCM converter and player, aka a poor man's "wave table sound card" emulated in software) that will work with Luigi Rizzo's new FreeBSD sound driver. >How-To-Repeat: >Fix: #!/bin/sh # This is a shell archive (produced by GNU sharutils 4.1.4). # To extract the files from this archive, save it to some FILE, remove # everything before the `!/bin/sh' line above, then type `sh FILE'. # # Made on 1998-01-30 21:44 PST by . # Source directory was `/usr/ports/audio'. # # Existing files will *not* be overwritten unless `-c' is specified. # # This shar contains: # length mode name # ------ ---------- ------------------------------------------ # 116 -rw-r--r-- timidity-luigi/files/md5 # 5884 -rw-r--r-- timidity-luigi/files/linux_a.c # 1766 -rw-r--r-- timidity-luigi/patches/patch-aa # 4059 -rw-r--r-- timidity-luigi/patches/patch-ab # 1090 -rw-r--r-- timidity-luigi/patches/patch-ac # 211 -rw-r--r-- timidity-luigi/patches/patch-ad # 11690 -rw-r--r-- timidity-luigi/patches/patch-ae # 77 -rw-r--r-- timidity-luigi/pkg/COMMENT # 322 -rw-r--r-- timidity-luigi/pkg/DESCR # 6246 -rw-r--r-- timidity-luigi/pkg/PLIST # 993 -rw-r--r-- timidity-luigi/Makefile # touch -am 1231235999 $$.touch >/dev/null 2>&1 if test ! -f 1231235999 && test -f $$.touch; then shar_touch=touch else shar_touch=: echo echo 'WARNING: not restoring timestamps. Consider getting and' echo "installing GNU \`touch', distributed in GNU File Utilities..." echo fi rm -f 1231235999 $$.touch # # ============= timidity-luigi/files/md5 ============== if test ! -d 'timidity-luigi'; then echo 'x - creating directory timidity-luigi' mkdir 'timidity-luigi' fi if test ! -d 'timidity-luigi/files'; then echo 'x - creating directory timidity-luigi/files' mkdir 'timidity-luigi/files' fi if test -f 'timidity-luigi/files/md5' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/files/md5 (file already exists)' else echo 'x - extracting timidity-luigi/files/md5 (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/files/md5' && MD5 (dgguspat.zip) = 94affd73c5b53ff0d5e12df1bc55c53d MD5 (timidity-0.2i.tar.gz) = 7dedd75232aaa7729e50c76cdd379b82 SHAR_EOF $shar_touch -am 0120232098 'timidity-luigi/files/md5' && chmod 0644 'timidity-luigi/files/md5' || echo 'restore of timidity-luigi/files/md5 failed' shar_count="`wc -c < 'timidity-luigi/files/md5'`" test 116 -eq "$shar_count" || echo "timidity-luigi/files/md5: original size 116, current size $shar_count" fi # ============= timidity-luigi/files/linux_a.c ============== if test -f 'timidity-luigi/files/linux_a.c' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/files/linux_a.c (file already exists)' else echo 'x - extracting timidity-luigi/files/linux_a.c (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/files/linux_a.c' && /* X * TiMidity -- Experimental MIDI to WAVE converter Copyright (C) 1995 Tuukka X * Toivonen X * X * This program is free software; you can redistribute it and/or modify it under X * the terms of the GNU General Public License as published by the Free X * Software Foundation; either version 2 of the License, or (at your option) X * any later version. X * X * This program is distributed in the hope that it will be useful, but WITHOUT X * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or X * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for X * more details. X * X * You should have received a copy of the GNU General Public License along with X * this program; if not, write to the Free Software Foundation, Inc., 675 X * Mass Ave, Cambridge, MA 02139, USA. X * X * linux_audio.c X * X * Functions to play sound on the VoxWare audio driver (Linux or FreeBSD) X * X */ X #include #include #include X #ifdef linux #include /* new with 1.2.0? Didn't need this under X * 1.1.64 */ #include #endif X #ifdef __FreeBSD__ #include #include #endif X #include "config.h" #include "output.h" #include "controls.h" X static int open_output(void); /* 0=success, 1=warning, -1=fatal X * error */ static void close_output(void); static void output_data(int32 * buf, int32 count); static void flush_output(void); static void purge_output(void); X /* export the playback mode */ X #define dpm linux_play_mode X PlayMode dpm = { X DEFAULT_RATE, PE_16BIT | PE_SIGNED, X -1, X {0}, /* default: get all the buffer fragments you X * can */ X "Linux dsp device", 'd', X "/dev/dsp", X open_output, X close_output, X output_data, X flush_output, X purge_output }; X X /*************************************************************************/ /* X * We currently only honor the PE_MONO bit, the sample rate, and the number X * of buffer fragments. We try 16-bit signed data first, and then 8-bit X * unsigned if it fails. If you have a sound device that can't handle either, X * let me know. X */ X static int open_output(void) { X int fd, tmp, i, warnings = 0; X X /* Open the audio device */ X fd = open(dpm.name, O_RDWR /* | O_NDELAY */); X if (fd < 0) { X ctl->cmsg(CMSG_ERROR, VERB_NORMAL, "%s: %s", X dpm.name, sys_errlist[errno]); X return -1; X } X /* They can't mean these */ X dpm.encoding &= ~(PE_ULAW | PE_BYTESWAP); X X X /* X * Set sample width to whichever the user wants. If it fails, try the X * other one. X */ X X i = tmp = (dpm.encoding & PE_16BIT) ? 16 : 8; X if (dpm.encoding & PE_16BIT) { X int fmt = AFMT_S16_LE ; X X if (ioctl(fd, SNDCTL_DSP_SETFMT, &fmt) < 0 || fmt != AFMT_S16_LE) { X fmt = AFMT_U8 ; X if (ioctl(fd, SNDCTL_DSP_SETFMT, &fmt) < 0 || fmt != AFMT_U8) { X ctl->cmsg(CMSG_ERROR, VERB_NORMAL, X "%s doesn't support 16- or 8-bit sample width", X dpm.name); X close(fd); X return -1; X } X ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, X "Sample width adjusted to %d bits", tmp); X dpm.encoding ^= PE_16BIT; X warnings = 1; X } X } X if (dpm.encoding & PE_16BIT) X dpm.encoding |= PE_SIGNED; X else X dpm.encoding &= ~PE_SIGNED; X X X /* X * Try stereo or mono, whichever the user wants. If it fails, try the X * other. X */ X X i = tmp = (dpm.encoding & PE_MONO) ? 0 : 1; X if ((ioctl(fd, SNDCTL_DSP_STEREO, &tmp) < 0) || tmp != i) { X i = tmp = (dpm.encoding & PE_MONO) ? 1 : 0; X X if ((ioctl(fd, SNDCTL_DSP_STEREO, &tmp) < 0) || tmp != i) { X ctl->cmsg(CMSG_ERROR, VERB_NORMAL, X "%s doesn't support mono or stereo samples", X dpm.name); X close(fd); X return -1; X } X if (tmp == 0) X dpm.encoding |= PE_MONO; X else X dpm.encoding &= ~PE_MONO; X ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, "Sound adjusted to %sphonic", X (tmp == 0) ? "mono" : "stereo"); X warnings = 1; X } X /* Set the sample rate */ X X tmp = dpm.rate; X if (ioctl(fd, SNDCTL_DSP_SPEED, &tmp) < 0) { X ctl->cmsg(CMSG_ERROR, VERB_NORMAL, X "%s doesn't support a %d Hz sample rate", X dpm.name, dpm.rate); X close(fd); X return -1; X } X if (tmp != dpm.rate) { X dpm.rate = tmp; X ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, X "Output rate adjusted to %d Hz", dpm.rate); X warnings = 1; X } X /* Older VoxWare drivers don't have buffer fragment capabilities */ #ifdef SNDCTL_DSP_SETFRAGMENT X /* Set buffer fragments (in extra_param[0]) */ X X tmp = 2+ AUDIO_BUFFER_BITS ; X if (!(dpm.encoding & PE_MONO)) X tmp++; X if (dpm.encoding & PE_16BIT) X tmp++; X tmp |= (dpm.extra_param[0] << 16); X i = tmp; X if (ioctl(fd, SNDCTL_DSP_SETFRAGMENT, &tmp) < 0) { X ctl->cmsg(CMSG_WARNING, VERB_NORMAL, X "%s doesn't support %d-byte buffer fragments", dpm.name, (1 << i)); X /* X * It should still work in some fashion. We should use a secondary X * buffer anyway -- 64k isn't enough. X */ X warnings = 1; X } #else X if (dpm.extra_param[0]) { X ctl->cmsg(CMSG_WARNING, VERB_NORMAL, X "%s doesn't support buffer fragments", dpm.name); X warnings = 1; X } #endif X X dpm.fd = fd; X X return warnings; } X static void output_data(int32 * buf, int32 count) { X char *p; X int res, l; X X if (!(dpm.encoding & PE_MONO)) X count *= 2; /* Stereo samples */ X X if (dpm.encoding & PE_16BIT) { X /* Convert data to signed 16-bit PCM */ X s32tos16(buf, count); X res = count*2; X } else { X /* Convert to 8-bit unsigned and write out. */ X s32tou8(buf, count); X res = count ; X } X for (p = buf ; res > 0 ; res -= l ) { X l = write(dpm.fd, p, res); X if (l < 0) return ; X p += l ; X } } X static void close_output(void) { X close(dpm.fd); } X static void flush_output(void) { X ioctl(dpm.fd, SNDCTL_DSP_SYNC); } X static void purge_output(void) { X ioctl(dpm.fd, SNDCTL_DSP_RESET); } SHAR_EOF $shar_touch -am 0120232298 'timidity-luigi/files/linux_a.c' && chmod 0644 'timidity-luigi/files/linux_a.c' || echo 'restore of timidity-luigi/files/linux_a.c failed' shar_count="`wc -c < 'timidity-luigi/files/linux_a.c'`" test 5884 -eq "$shar_count" || echo "timidity-luigi/files/linux_a.c: original size 5884, current size $shar_count" fi # ============= timidity-luigi/patches/patch-aa ============== if test ! -d 'timidity-luigi/patches'; then echo 'x - creating directory timidity-luigi/patches' mkdir 'timidity-luigi/patches' fi if test -f 'timidity-luigi/patches/patch-aa' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/patches/patch-aa (file already exists)' else echo 'x - extracting timidity-luigi/patches/patch-aa (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/patches/patch-aa' && *** config.h.orig Sat Jun 1 16:54:49 1996 --- config.h Sun Nov 17 10:00:29 1996 *************** *** 217,222 **** --- 217,238 ---- X # endif X #endif /* linux */ X + #ifdef __FreeBSD__ + #include + #include + #if BYTE_ORDER == LITTLE_ENDIAN + #undef BIG_ENDIAN + #undef PDP_ENDIAN + #elif BYTE_ORDER == BIG_ENDIAN + #undef LITTLE_ENDIAN + #undef PDP_ENDIAN + #else + # error No valid byte sex defined + #endif + #define USE_LDEXP + #define PI M_PI + #endif + X /* Win32 on Intel machines */ X #ifdef __WIN32__ X # define LITTLE_ENDIAN *************** *** 254,266 **** --- 270,292 ---- X #ifdef LITTLE_ENDIAN X #define LE_SHORT(x) x X #define LE_LONG(x) x + #ifdef __FreeBSD__ + #define BE_SHORT(x) __byte_swap_word(x) + #define BE_LONG(x) __byte_swap_long(x) + #else X #define BE_SHORT(x) XCHG_SHORT(x) X #define BE_LONG(x) XCHG_LONG(x) + #endif X #else X #define BE_SHORT(x) x X #define BE_LONG(x) x + #ifdef __FreeBSD__ + #define LE_SHORT(x) __byte_swap_word(x) + #define LE_LONG(x) __byte_swap_long(x) + #else X #define LE_SHORT(x) XCHG_SHORT(x) X #define LE_LONG(x) XCHG_LONG(x) + #endif X #endif X X #define MAX_AMPLIFICATION 800 *** mix.c.orig Mon May 20 17:09:46 1996 --- mix.c Sun Nov 17 10:01:36 1996 *************** *** 23,29 **** --- 23,33 ---- X X #include X #include + #ifdef __FreeBSD__ + #include + #else X #include + #endif X X #include "config.h" X #include "common.h" *** resample.c.orig Mon May 20 17:09:47 1996 --- resample.c Sun Nov 17 09:59:29 1996 *************** *** 22,28 **** --- 22,32 ---- X X #include X #include + #ifdef __FreeBSD__ + #include + #else X #include + #endif X X #include "config.h" X #include "common.h" SHAR_EOF $shar_touch -am 0120232098 'timidity-luigi/patches/patch-aa' && chmod 0644 'timidity-luigi/patches/patch-aa' || echo 'restore of timidity-luigi/patches/patch-aa failed' shar_count="`wc -c < 'timidity-luigi/patches/patch-aa'`" test 1766 -eq "$shar_count" || echo "timidity-luigi/patches/patch-aa: original size 1766, current size $shar_count" fi # ============= timidity-luigi/patches/patch-ab ============== if test -f 'timidity-luigi/patches/patch-ab' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/patches/patch-ab (file already exists)' else echo 'x - extracting timidity-luigi/patches/patch-ab (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/patches/patch-ab' && *** Makefile.orig Sun May 26 13:26:46 1996 --- Makefile Sun Nov 17 13:09:19 1996 *************** *** 24,45 **** X # But where to change without revealing my secret identity? X X ########### Compiler and flags. ! CC = gcc ! DEBUGFLAGS = -Wall -O2 X X ########### Install. ! INSTALL = /usr/bin/install X X # Where to install the executable ! BIN_DIR = /usr/local/bin X X # Where to install the manual pages ! MAN_DIR = /usr/local/man/man1 X X # Where to install the patches, config files, and MIDI files. X # If you change this, it's a good idea to recompile the binary, X # or you'll need to invoke timidity with the -L option. ! TIMID_DIR = /usr/local/lib/timidity X X # Where to install the Tcl code, if you use the Tcl code that is. X TCL_DIR = $(TIMID_DIR) --- 24,45 ---- X # But where to change without revealing my secret identity? X X ########### Compiler and flags. ! #CC = gcc ! DEBUGFLAGS = -Wall X X ########### Install. ! #INSTALL = /usr/bin/install X X # Where to install the executable ! BIN_DIR = ${PREFIX}/bin X X # Where to install the manual pages ! MAN_DIR = ${PREFIX}/man/man1 X X # Where to install the patches, config files, and MIDI files. X # If you change this, it's a good idea to recompile the binary, X # or you'll need to invoke timidity with the -L option. ! TIMID_DIR = ${PREFIX}/lib/timidity X X # Where to install the Tcl code, if you use the Tcl code that is. X TCL_DIR = $(TIMID_DIR) *************** *** 93,100 **** X # Select the ncurses full-screen interface X SYSTEM += -DIA_NCURSES X SYSEXTRAS += ncurs_c.c ! EXTRAINCS += -I/usr/include/ncurses ! EXTRALIBS += -lncurses X X ## Select the S-Lang full-screen interface X #SYSTEM += -DIA_SLANG --- 93,100 ---- X # Select the ncurses full-screen interface X SYSTEM += -DIA_NCURSES X SYSEXTRAS += ncurs_c.c ! #EXTRAINCS += -I/usr/include/ncurses ! EXTRALIBS += -lncurses -lmytinfo X X ## Select the S-Lang full-screen interface X #SYSTEM += -DIA_SLANG *************** *** 112,120 **** X #EXTRALIBS += -lgen X X # Select the Tcl/Tk interface ! SYSTEM += -DTCLTK -DWISH=\"wishx\" -DTKPROGPATH=\"$(TCL_DIR)/tkmidity.tcl\" ! SYSEXTRAS += tk_c.c ! INST_TK = install.tk X #EXTRAINCS += X #EXTRALIBS += X --- 112,120 ---- X #EXTRALIBS += -lgen X X # Select the Tcl/Tk interface ! #SYSTEM += -DTCLTK -DWISH=\"wishx\" -DTKPROGPATH=\"$(TCL_DIR)/tkmidity.tcl\" ! #SYSEXTRAS += tk_c.c ! #INST_TK = install.tk X #EXTRAINCS += X #EXTRALIBS += X *************** *** 136,142 **** X SDIST = timidity-lib-$(SUPPVERSION).tar.gz X SDISTZIP = tilib$(FNSUPPVERSION).zip X ! CFLAGS= $(DEBUGFLAGS) -DDEFAULT_PATH=\"$(TIMID_DIR)\" \ X -DTIMID_VERSION=\"$(VERSION)\" $(SYSTEM) $(EXTRAINCS) X X ########### All relevant files.. Anybody know autoconf? --- 136,142 ---- X SDIST = timidity-lib-$(SUPPVERSION).tar.gz X SDISTZIP = tilib$(FNSUPPVERSION).zip X ! CFLAGS+= $(DEBUGFLAGS) -DDEFAULT_PATH=\"$(TIMID_DIR)\" \ X -DTIMID_VERSION=\"$(VERSION)\" $(SYSTEM) $(EXTRAINCS) X X ########### All relevant files.. Anybody know autoconf? *************** *** 228,237 **** X wav2pat: wav2pat.c X $(CC) $(CFLAGS) -o wav2pat wav2pat.c X ! depends depend dep: ! $(CC) $(CFLAGS) -MM $(CSRCS) $(OPTSRCS) $(TOOLSRCS) > depends ! ! include depends X X ########### Installation targets X --- 228,237 ---- X wav2pat: wav2pat.c X $(CC) $(CFLAGS) -o wav2pat wav2pat.c X ! #depends depend dep: ! # $(CC) $(CFLAGS) -MM $(CSRCS) $(OPTSRCS) $(TOOLSRCS) > depends ! # ! #include depends X X ########### Installation targets X *************** *** 262,270 **** X mkdir -p $(TIMID_DIR) X $(INSTALL) -m 644 $(CONFIGF) $(TIMID_DIR) X ! install.patch: $(PATCHF) X mkdir -p $(TIMID_DIR)/patch ! $(INSTALL) -m 644 $(PATCHF) $(TIMID_DIR)/patch X X install.tk: $(ALLTCLF) X $(INSTALL) -m 644 $(ALLTCLF) $(TCL_DIR) --- 262,270 ---- X mkdir -p $(TIMID_DIR) X $(INSTALL) -m 644 $(CONFIGF) $(TIMID_DIR) X ! install.patch: #$(PATCHF) X mkdir -p $(TIMID_DIR)/patch ! # $(INSTALL) -m 644 $(PATCHF) $(TIMID_DIR)/patch X X install.tk: $(ALLTCLF) X $(INSTALL) -m 644 $(ALLTCLF) $(TCL_DIR) SHAR_EOF $shar_touch -am 0120232098 'timidity-luigi/patches/patch-ab' && chmod 0644 'timidity-luigi/patches/patch-ab' || echo 'restore of timidity-luigi/patches/patch-ab failed' shar_count="`wc -c < 'timidity-luigi/patches/patch-ab'`" test 4059 -eq "$shar_count" || echo "timidity-luigi/patches/patch-ab: original size 4059, current size $shar_count" fi # ============= timidity-luigi/patches/patch-ac ============== if test -f 'timidity-luigi/patches/patch-ac' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/patches/patch-ac (file already exists)' else echo 'x - extracting timidity-luigi/patches/patch-ac (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/patches/patch-ac' && *** timidity.cfg.bak Mon May 22 02:40:27 1995 --- timidity.cfg Sun Nov 17 10:50:44 1996 *************** *** 34,42 **** X # This sets up the default patches in the TiMidity support package X # "timidity-lib-0.1.tar.gz": X ! bank 0 ! 0 patch/acpiano.pat ! 24 patch/nylongt2.pat X X ############################################################################## X # If you have Dustin McCartney's "wowpats" patches, you can source the --- 34,42 ---- X # This sets up the default patches in the TiMidity support package X # "timidity-lib-0.1.tar.gz": X ! #bank 0 ! # 0 patch/acpiano.pat ! # 24 patch/nylongt2.pat X X ############################################################################## X # If you have Dustin McCartney's "wowpats" patches, you can source the *************** *** 67,73 **** X # Note that midia.cfg sources gravis.cfg in turn, since the filenames are X # almost identical. X # ! #source midia.cfg X # X X --- 67,73 ---- X # Note that midia.cfg sources gravis.cfg in turn, since the filenames are X # almost identical. X # ! source midia.cfg X # X X SHAR_EOF $shar_touch -am 0120232098 'timidity-luigi/patches/patch-ac' && chmod 0644 'timidity-luigi/patches/patch-ac' || echo 'restore of timidity-luigi/patches/patch-ac failed' shar_count="`wc -c < 'timidity-luigi/patches/patch-ac'`" test 1090 -eq "$shar_count" || echo "timidity-luigi/patches/patch-ac: original size 1090, current size $shar_count" fi # ============= timidity-luigi/patches/patch-ad ============== if test -f 'timidity-luigi/patches/patch-ad' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/patches/patch-ad (file already exists)' else echo 'x - extracting timidity-luigi/patches/patch-ad (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/patches/patch-ad' && *** gravis.cfg.bak Mon May 20 20:10:15 1996 --- gravis.cfg Sun Nov 17 12:43:31 1996 *************** *** 3,8 **** --- 3,10 ---- X # programs. X # X + dir %PREFIX%/lib/timidity/patch + X bank 0 X X 0 acpiano SHAR_EOF $shar_touch -am 0120232098 'timidity-luigi/patches/patch-ad' && chmod 0644 'timidity-luigi/patches/patch-ad' || echo 'restore of timidity-luigi/patches/patch-ad failed' shar_count="`wc -c < 'timidity-luigi/patches/patch-ad'`" test 211 -eq "$shar_count" || echo "timidity-luigi/patches/patch-ad: original size 211, current size $shar_count" fi # ============= timidity-luigi/patches/patch-ae ============== if test -f 'timidity-luigi/patches/patch-ae' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/patches/patch-ae (file already exists)' else echo 'x - extracting timidity-luigi/patches/patch-ae (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/patches/patch-ae' && --- linux_a.c.orig Mon May 20 06:09:46 1996 +++ linux_a.c Tue Jan 20 23:57:41 1998 @@ -1,34 +1,34 @@ -/* - - TiMidity -- Experimental MIDI to WAVE converter - Copyright (C) 1995 Tuukka Toivonen - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - linux_audio.c - - Functions to play sound on the VoxWare audio driver (Linux or FreeBSD) - -*/ +/* + * TiMidity -- Experimental MIDI to WAVE converter Copyright (C) 1995 Tuukka + * Toivonen + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 675 + * Mass Ave, Cambridge, MA 02139, USA. + * + * linux_audio.c + * + * Functions to play sound on the VoxWare audio driver (Linux or FreeBSD) + * + */ X X #include X #include X #include X X #ifdef linux -#include /* new with 1.2.0? Didn't need this under 1.1.64 */ +#include /* new with 1.2.0? Didn't need this under + * 1.1.64 */ X #include X #endif X @@ -41,189 +41,198 @@ X #include "output.h" X #include "controls.h" X -static int open_output(void); /* 0=success, 1=warning, -1=fatal error */ -static void close_output(void); -static void output_data(int32 *buf, int32 count); -static void flush_output(void); -static void purge_output(void); +static int open_output(void); /* 0=success, 1=warning, -1=fatal + * error */ +static void close_output(void); +static void output_data(int32 * buf, int32 count); +static void flush_output(void); +static void purge_output(void); X X /* export the playback mode */ X X #define dpm linux_play_mode X -PlayMode dpm = { - DEFAULT_RATE, PE_16BIT|PE_SIGNED, - -1, - {0}, /* default: get all the buffer fragments you can */ - "Linux dsp device", 'd', - "/dev/dsp", - open_output, - close_output, - output_data, - flush_output, - purge_output +PlayMode dpm = { + DEFAULT_RATE, PE_16BIT | PE_SIGNED, + -1, + {0}, /* default: get all the buffer fragments you + * can */ + "Linux dsp device", 'd', + "/dev/dsp", + open_output, + close_output, + output_data, + flush_output, + purge_output X }; X X X /*************************************************************************/ -/* We currently only honor the PE_MONO bit, the sample rate, and the - number of buffer fragments. We try 16-bit signed data first, and - then 8-bit unsigned if it fails. If you have a sound device that - can't handle either, let me know. */ +/* + * We currently only honor the PE_MONO bit, the sample rate, and the number + * of buffer fragments. We try 16-bit signed data first, and then 8-bit + * unsigned if it fails. If you have a sound device that can't handle either, + * let me know. + */ X -static int open_output(void) +static int +open_output(void) X { - int fd, tmp, i, warnings=0; - - /* Open the audio device */ - fd=open(dpm.name, O_RDWR | O_NDELAY); - if (fd<0) - { - ctl->cmsg(CMSG_ERROR, VERB_NORMAL, "%s: %s", - dpm.name, sys_errlist[errno]); - return -1; - } - - /* They can't mean these */ - dpm.encoding &= ~(PE_ULAW|PE_BYTESWAP); - - - /* Set sample width to whichever the user wants. If it fails, try - the other one. */ - - i=tmp=(dpm.encoding & PE_16BIT) ? 16 : 8; - if (ioctl(fd, SNDCTL_DSP_SAMPLESIZE, &tmp)<0 || tmp!=i) - { - /* Try the other one */ - i=tmp=(dpm.encoding & PE_16BIT) ? 8 : 16; - if (ioctl(fd, SNDCTL_DSP_SAMPLESIZE, &tmp)<0 || tmp!=i) - { - ctl->cmsg(CMSG_ERROR, VERB_NORMAL, - "%s doesn't support 16- or 8-bit sample width", - dpm.name); - close(fd); - return -1; - } - ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, - "Sample width adjusted to %d bits", tmp); - dpm.encoding ^= PE_16BIT; - warnings=1; - } - if (dpm.encoding & PE_16BIT) - dpm.encoding |= PE_SIGNED; - else - dpm.encoding &= ~PE_SIGNED; - - - /* Try stereo or mono, whichever the user wants. If it fails, try - the other. */ - - i=tmp=(dpm.encoding & PE_MONO) ? 0 : 1; - if ((ioctl(fd, SNDCTL_DSP_STEREO, &tmp)<0) || tmp!=i) - { - i=tmp=(dpm.encoding & PE_MONO) ? 1 : 0; - - if ((ioctl(fd, SNDCTL_DSP_STEREO, &tmp)<0) || tmp!=i) - { - ctl->cmsg(CMSG_ERROR, VERB_NORMAL, - "%s doesn't support mono or stereo samples", - dpm.name); - close(fd); - return -1; + int fd, tmp, i, warnings = 0; + + /* Open the audio device */ + fd = open(dpm.name, O_RDWR /* | O_NDELAY */); + if (fd < 0) { + ctl->cmsg(CMSG_ERROR, VERB_NORMAL, "%s: %s", + dpm.name, sys_errlist[errno]); + return -1; + } + /* They can't mean these */ + dpm.encoding &= ~(PE_ULAW | PE_BYTESWAP); + + + /* + * Set sample width to whichever the user wants. If it fails, try the + * other one. + */ + + i = tmp = (dpm.encoding & PE_16BIT) ? 16 : 8; + if (dpm.encoding & PE_16BIT) { + int fmt = AFMT_S16_LE ; + + if (ioctl(fd, SNDCTL_DSP_SETFMT, &fmt) < 0 || fmt != AFMT_S16_LE) { + fmt = AFMT_U8 ; + if (ioctl(fd, SNDCTL_DSP_SETFMT, &fmt) < 0 || fmt != AFMT_U8) { + ctl->cmsg(CMSG_ERROR, VERB_NORMAL, + "%s doesn't support 16- or 8-bit sample width", + dpm.name); + close(fd); + return -1; + } + ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, + "Sample width adjusted to %d bits", tmp); + dpm.encoding ^= PE_16BIT; + warnings = 1; X } - if (tmp==0) dpm.encoding |= PE_MONO; - else dpm.encoding &= ~PE_MONO; - ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, "Sound adjusted to %sphonic", - (tmp==0) ? "mono" : "stereo"); - warnings=1; X } - - - /* Set the sample rate */ - - tmp=dpm.rate; - if (ioctl(fd, SNDCTL_DSP_SPEED, &tmp)<0) - { - ctl->cmsg(CMSG_ERROR, VERB_NORMAL, - "%s doesn't support a %d Hz sample rate", - dpm.name, dpm.rate); - close(fd); - return -1; - } - if (tmp != dpm.rate) - { - dpm.rate=tmp; - ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, - "Output rate adjusted to %d Hz", dpm.rate); - warnings=1; + if (dpm.encoding & PE_16BIT) + dpm.encoding |= PE_SIGNED; + else + dpm.encoding &= ~PE_SIGNED; + + + /* + * Try stereo or mono, whichever the user wants. If it fails, try the + * other. + */ + + i = tmp = (dpm.encoding & PE_MONO) ? 0 : 1; + if ((ioctl(fd, SNDCTL_DSP_STEREO, &tmp) < 0) || tmp != i) { + i = tmp = (dpm.encoding & PE_MONO) ? 1 : 0; + + if ((ioctl(fd, SNDCTL_DSP_STEREO, &tmp) < 0) || tmp != i) { + ctl->cmsg(CMSG_ERROR, VERB_NORMAL, + "%s doesn't support mono or stereo samples", + dpm.name); + close(fd); + return -1; + } + if (tmp == 0) + dpm.encoding |= PE_MONO; + else + dpm.encoding &= ~PE_MONO; + ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, "Sound adjusted to %sphonic", + (tmp == 0) ? "mono" : "stereo"); + warnings = 1; + } + /* Set the sample rate */ + + tmp = dpm.rate; + if (ioctl(fd, SNDCTL_DSP_SPEED, &tmp) < 0) { + ctl->cmsg(CMSG_ERROR, VERB_NORMAL, + "%s doesn't support a %d Hz sample rate", + dpm.name, dpm.rate); + close(fd); + return -1; + } + if (tmp != dpm.rate) { + dpm.rate = tmp; + ctl->cmsg(CMSG_WARNING, VERB_VERBOSE, + "Output rate adjusted to %d Hz", dpm.rate); + warnings = 1; X } - - /* Older VoxWare drivers don't have buffer fragment capabilities */ + /* Older VoxWare drivers don't have buffer fragment capabilities */ X #ifdef SNDCTL_DSP_SETFRAGMENT - /* Set buffer fragments (in extra_param[0]) */ - - tmp=AUDIO_BUFFER_BITS; - if (!(dpm.encoding & PE_MONO)) tmp++; - if (dpm.encoding & PE_16BIT) tmp++; - tmp |= (dpm.extra_param[0]<<16); - i=tmp; - if (ioctl(fd, SNDCTL_DSP_SETFRAGMENT, &tmp)<0) - { - ctl->cmsg(CMSG_WARNING, VERB_NORMAL, - "%s doesn't support %d-byte buffer fragments", dpm.name, (1<cmsg(CMSG_WARNING, VERB_NORMAL, + "%s doesn't support %d-byte buffer fragments", dpm.name, (1 << i)); + /* + * It should still work in some fashion. We should use a secondary + * buffer anyway -- 64k isn't enough. + */ + warnings = 1; X } X #else - if (dpm.extra_param[0]) - { - ctl->cmsg(CMSG_WARNING, VERB_NORMAL, - "%s doesn't support buffer fragments", dpm.name); - warnings=1; + if (dpm.extra_param[0]) { + ctl->cmsg(CMSG_WARNING, VERB_NORMAL, + "%s doesn't support buffer fragments", dpm.name); + warnings = 1; X } X #endif X - dpm.fd=fd; - - return warnings; + dpm.fd = fd; + + return warnings; X } X -static void output_data(int32 *buf, int32 count) +static void +output_data(int32 * buf, int32 count) X { - if (!(dpm.encoding & PE_MONO)) count*=2; /* Stereo samples */ - - if (dpm.encoding & PE_16BIT) - { - /* Convert data to signed 16-bit PCM */ - s32tos16(buf, count); - - /* Write the data out. Linux likes to give an EINTR if you suspend - a program while waiting on a write, so we may need to retry. */ - while ((-1==write(dpm.fd, buf, count * 2)) && errno==EINTR) - ; - } - else - { - /* Convert to 8-bit unsigned and write out. */ - s32tou8(buf, count); - - while ((-1==write(dpm.fd, buf, count)) && errno==EINTR) - ; + char *p; + int res, l; + + if (!(dpm.encoding & PE_MONO)) + count *= 2; /* Stereo samples */ + + if (dpm.encoding & PE_16BIT) { + /* Convert data to signed 16-bit PCM */ + s32tos16(buf, count); + res = count*2; + } else { + /* Convert to 8-bit unsigned and write out. */ + s32tou8(buf, count); + res = count ; + } + for (p = buf ; res > 0 ; res -= l ) { + l = write(dpm.fd, p, res); + if (l < 0) return ; + p += l ; X } X } X -static void close_output(void) +static void +close_output(void) X { - close(dpm.fd); + close(dpm.fd); X } X -static void flush_output(void) +static void +flush_output(void) X { - ioctl(dpm.fd, SNDCTL_DSP_SYNC); + ioctl(dpm.fd, SNDCTL_DSP_SYNC); X } X -static void purge_output(void) +static void +purge_output(void) X { - ioctl(dpm.fd, SNDCTL_DSP_RESET); + ioctl(dpm.fd, SNDCTL_DSP_RESET); X } SHAR_EOF $shar_touch -am 0120235798 'timidity-luigi/patches/patch-ae' && chmod 0644 'timidity-luigi/patches/patch-ae' || echo 'restore of timidity-luigi/patches/patch-ae failed' shar_count="`wc -c < 'timidity-luigi/patches/patch-ae'`" test 11690 -eq "$shar_count" || echo "timidity-luigi/patches/patch-ae: original size 11690, current size $shar_count" fi # ============= timidity-luigi/pkg/COMMENT ============== if test ! -d 'timidity-luigi/pkg'; then echo 'x - creating directory timidity-luigi/pkg' mkdir 'timidity-luigi/pkg' fi if test -f 'timidity-luigi/pkg/COMMENT' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/pkg/COMMENT (file already exists)' else echo 'x - extracting timidity-luigi/pkg/COMMENT (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/pkg/COMMENT' && MIDI to WAV renderer and player, configured for the new FreeBSD sound driver SHAR_EOF $shar_touch -am 0120232198 'timidity-luigi/pkg/COMMENT' && chmod 0644 'timidity-luigi/pkg/COMMENT' || echo 'restore of timidity-luigi/pkg/COMMENT failed' shar_count="`wc -c < 'timidity-luigi/pkg/COMMENT'`" test 77 -eq "$shar_count" || echo "timidity-luigi/pkg/COMMENT: original size 77, current size $shar_count" fi # ============= timidity-luigi/pkg/DESCR ============== if test -f 'timidity-luigi/pkg/DESCR' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/pkg/DESCR (file already exists)' else echo 'x - extracting timidity-luigi/pkg/DESCR (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/pkg/DESCR' && TiMidity is a MIDI to WAVE converter using Gravis Ultra- sound-compatible patch files to generate digital audio data from General MIDI files. The data can be stored in a file for processing, or played in real time through an audio device. X This version is configured for Luigi Rizzo's new FreeBSD sound driver. SHAR_EOF $shar_touch -am 0120232198 'timidity-luigi/pkg/DESCR' && chmod 0644 'timidity-luigi/pkg/DESCR' || echo 'restore of timidity-luigi/pkg/DESCR failed' shar_count="`wc -c < 'timidity-luigi/pkg/DESCR'`" test 322 -eq "$shar_count" || echo "timidity-luigi/pkg/DESCR: original size 322, current size $shar_count" fi # ============= timidity-luigi/pkg/PLIST ============== if test -f 'timidity-luigi/pkg/PLIST' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/pkg/PLIST (file already exists)' else echo 'x - extracting timidity-luigi/pkg/PLIST (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/pkg/PLIST' && bin/timidity bin/bag bin/wav2pat man/man1/timidity.1.gz lib/timidity/timidity.cfg lib/timidity/gsdrum.cfg lib/timidity/gravis.cfg lib/timidity/midia.cfg lib/timidity/wowpats.cfg lib/timidity/mt32.cfg lib/timidity/patch/acbass.pat lib/timidity/patch/accordn.pat lib/timidity/patch/acguitar.pat lib/timidity/patch/acpiano.pat lib/timidity/patch/agogo.pat lib/timidity/patch/agogohi.pat lib/timidity/patch/agogolo.pat lib/timidity/patch/altosax.pat lib/timidity/patch/applause.pat lib/timidity/patch/atmosphr.pat lib/timidity/patch/aurora.pat lib/timidity/patch/bagpipes.pat lib/timidity/patch/banjo.pat lib/timidity/patch/barisax.pat lib/timidity/patch/basslead.pat lib/timidity/patch/bassoon.pat lib/timidity/patch/belltree.pat lib/timidity/patch/blank.pat lib/timidity/patch/bongohi.pat lib/timidity/patch/bongolo.pat lib/timidity/patch/bottle.pat lib/timidity/patch/bowglass.pat lib/timidity/patch/britepno.pat lib/timidity/patch/c550kc_1.pat lib/timidity/patch/c550sn10.pat lib/timidity/patch/c550sn_6.pat lib/timidity/patch/c550vibs.pat lib/timidity/patch/cabasa.pat lib/timidity/patch/calliope.pat lib/timidity/patch/carillon.pat lib/timidity/patch/castinet.pat lib/timidity/patch/celeste.pat lib/timidity/patch/cello.pat lib/timidity/patch/charang.pat lib/timidity/patch/chiflead.pat lib/timidity/patch/choir.pat lib/timidity/patch/church.pat lib/timidity/patch/claps.pat lib/timidity/patch/clarinet.pat lib/timidity/patch/clave.pat lib/timidity/patch/clavinet.pat lib/timidity/patch/cleangtr.pat lib/timidity/patch/concrtna.pat lib/timidity/patch/congahi1.pat lib/timidity/patch/congahi2.pat lib/timidity/patch/congalo.pat lib/timidity/patch/contraba.pat lib/timidity/patch/cowbell.pat lib/timidity/patch/crystal.pat lib/timidity/patch/cuica1.pat lib/timidity/patch/cuica2.pat lib/timidity/patch/cymbell.pat lib/timidity/patch/cymchina.pat lib/timidity/patch/cymcrsh1.pat lib/timidity/patch/cymcrsh2.pat lib/timidity/patch/cymride1.pat lib/timidity/patch/cymride2.pat lib/timidity/patch/cymsplsh.pat lib/timidity/patch/distgtr.pat lib/timidity/patch/doo.pat lib/timidity/patch/echovox.pat lib/timidity/patch/englhorn.pat lib/timidity/patch/epiano1.pat lib/timidity/patch/epiano2.pat lib/timidity/patch/fantasia.pat lib/timidity/patch/fiddle.pat lib/timidity/patch/flute.pat lib/timidity/patch/fngrbass.pat lib/timidity/patch/frenchrn.pat lib/timidity/patch/freshair.pat lib/timidity/patch/fretless.pat lib/timidity/patch/fx-blow.pat lib/timidity/patch/fx-fret.pat lib/timidity/patch/ghostie.pat lib/timidity/patch/glocken.pat lib/timidity/patch/gtrharm.pat lib/timidity/patch/guiro1.pat lib/timidity/patch/guiro2.pat lib/timidity/patch/halopad.pat lib/timidity/patch/harmonca.pat lib/timidity/patch/harp.pat lib/timidity/patch/helicptr.pat lib/timidity/patch/highq.pat lib/timidity/patch/hihatcl.pat lib/timidity/patch/hihatop.pat lib/timidity/patch/hihatpd.pat lib/timidity/patch/hitbrass.pat lib/timidity/patch/homeorg.pat lib/timidity/patch/honky.pat lib/timidity/patch/hrpschrd.pat lib/timidity/patch/jazzgtr.pat lib/timidity/patch/jingles.pat lib/timidity/patch/jungle.pat lib/timidity/patch/kalimba.pat lib/timidity/patch/kick1.pat lib/timidity/patch/kick2.pat lib/timidity/patch/koto.pat lib/timidity/patch/lead5th.pat lib/timidity/patch/maracas.pat lib/timidity/patch/marcato.pat lib/timidity/patch/marimba.pat lib/timidity/patch/metalpad.pat lib/timidity/patch/metbell.pat lib/timidity/patch/metclick.pat lib/timidity/patch/musicbox.pat lib/timidity/patch/mutegtr.pat lib/timidity/patch/mutetrum.pat lib/timidity/patch/nyguitar.pat lib/timidity/patch/oboe.pat lib/timidity/patch/ocarina.pat lib/timidity/patch/odguitar.pat lib/timidity/patch/orchhit.pat lib/timidity/patch/percorg.pat lib/timidity/patch/piccolo.pat lib/timidity/patch/pickbass.pat lib/timidity/patch/pistol.pat lib/timidity/patch/pizzcato.pat lib/timidity/patch/polysyn.pat lib/timidity/patch/recorder.pat lib/timidity/patch/reedorg.pat lib/timidity/patch/revcym.pat lib/timidity/patch/ringwhsl.pat lib/timidity/patch/rockorg.pat lib/timidity/patch/santur.pat lib/timidity/patch/sawwave.pat lib/timidity/patch/scratch1.pat lib/timidity/patch/scratch2.pat lib/timidity/patch/seashore.pat lib/timidity/patch/shakazul.pat lib/timidity/patch/shaker.pat lib/timidity/patch/shamisen.pat lib/timidity/patch/shannai.pat lib/timidity/patch/sitar.pat lib/timidity/patch/slap.pat lib/timidity/patch/slapbas1.pat lib/timidity/patch/slapbas2.pat lib/timidity/patch/slowstr.pat lib/timidity/patch/snare1.pat lib/timidity/patch/snare2.pat lib/timidity/patch/soundtrk.pat lib/timidity/patch/sprnosax.pat lib/timidity/patch/sqrclick.pat lib/timidity/patch/sqrwave.pat lib/timidity/patch/startrak.pat lib/timidity/patch/steeldrm.pat lib/timidity/patch/stickrim.pat lib/timidity/patch/sticks.pat lib/timidity/patch/surdo1.pat lib/timidity/patch/surdo2.pat lib/timidity/patch/sweeper.pat lib/timidity/patch/synbass1.pat lib/timidity/patch/synbass2.pat lib/timidity/patch/synbras1.pat lib/timidity/patch/synbras2.pat lib/timidity/patch/synpiano.pat lib/timidity/patch/synstr1.pat lib/timidity/patch/synstr2.pat lib/timidity/patch/syntom.pat lib/timidity/patch/taiko.pat lib/timidity/patch/tamborin.pat lib/timidity/patch/telephon.pat lib/timidity/patch/tenorsax.pat lib/timidity/patch/timbaleh.pat lib/timidity/patch/timbalel.pat lib/timidity/patch/timpani.pat lib/timidity/patch/tomhi1.pat lib/timidity/patch/tomhi2.pat lib/timidity/patch/tomlo1.pat lib/timidity/patch/tomlo2.pat lib/timidity/patch/tommid1.pat lib/timidity/patch/tommid2.pat lib/timidity/patch/toms.pat lib/timidity/patch/tremstr.pat lib/timidity/patch/triangl1.pat lib/timidity/patch/triangl2.pat lib/timidity/patch/trombone.pat lib/timidity/patch/trumpet.pat lib/timidity/patch/tuba.pat lib/timidity/patch/tubebell.pat lib/timidity/patch/unicorn.pat lib/timidity/patch/vibes.pat lib/timidity/patch/vibslap.pat lib/timidity/patch/viola.pat lib/timidity/patch/violin.pat lib/timidity/patch/voices.pat lib/timidity/patch/voxlead.pat lib/timidity/patch/warmpad.pat lib/timidity/patch/whistle.pat lib/timidity/patch/whistle1.pat lib/timidity/patch/whistle2.pat lib/timidity/patch/woodblk.pat lib/timidity/patch/woodblk1.pat lib/timidity/patch/woodblk2.pat lib/timidity/patch/woodflut.pat lib/timidity/patch/xylophon.pat SHAR_EOF $shar_touch -am 0120232098 'timidity-luigi/pkg/PLIST' && chmod 0644 'timidity-luigi/pkg/PLIST' || echo 'restore of timidity-luigi/pkg/PLIST failed' shar_count="`wc -c < 'timidity-luigi/pkg/PLIST'`" test 6246 -eq "$shar_count" || echo "timidity-luigi/pkg/PLIST: original size 6246, current size $shar_count" fi # ============= timidity-luigi/Makefile ============== if test -f 'timidity-luigi/Makefile' && test X"$1" != X"-c"; then echo 'x - skipping timidity-luigi/Makefile (file already exists)' else echo 'x - extracting timidity-luigi/Makefile (text)' sed 's/^X//' << 'SHAR_EOF' > 'timidity-luigi/Makefile' && # New ports collection makefile for: timidity # Homepage: http://www.cgs.fi/~tt/timidity/ # Version required: 0.2i # Date created: 17 Nov 1996 # Whom: ache # # $Id: Makefile,v 1.5 1997/09/07 22:08:13 ache Exp $ # X DISTNAME= timidity-0.2i PKGNAME= ${DISTNAME}-luigi_sound CATEGORIES= audio MASTER_SITES= ftp://ftp.cdrom.com/pub/demos/music/samples/ \ X http://www.cgs.fi/~tt/timidity/ TIINS= dgguspat.zip DISTFILES= ${TIINS} ${DISTNAME}.tar.gz X MAINTAINER= ache@FreeBSD.ORG X NO_CDROM= "Uses copyrighted patches" X BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip X EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all MAN1= timidity.1 X do-configure: X @cd ${WRKSRC} && \ X sed "s=%PREFIX%=${PREFIX}=" < gravis.cfg > gravis.cfg.new && \ X mv gravis.cfg.new gravis.cfg X pre-build: X @echo ${FILESDIR} X post-install: X cd ${PREFIX}/lib/timidity/patch && \ X unzip -o -q -L ${DISTDIR}/${TIINS} X X.include SHAR_EOF $shar_touch -am 0120232498 'timidity-luigi/Makefile' && chmod 0644 'timidity-luigi/Makefile' || echo 'restore of timidity-luigi/Makefile failed' shar_count="`wc -c < 'timidity-luigi/Makefile'`" test 993 -eq "$shar_count" || echo "timidity-luigi/Makefile: original size 993, current size $shar_count" fi exit 0 >Audit-Trail: >Unformatted: From owner-freebsd-ports Fri Jan 30 22:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29545 for freebsd-ports-outgoing; Fri, 30 Jan 1998 22:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29537; Fri, 30 Jan 1998 22:50:01 -0800 (PST) (envelope-from gnats) Received: from mail0.iij.ad.jp (mail0.iij.ad.jp [202.232.2.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29327 for ; Fri, 30 Jan 1998 22:48:28 -0800 (PST) (envelope-from luke@fct.kgc.co.jp) Received: from uucp1.iij.ad.jp (uucp1.iij.ad.jp [202.232.2.201]) by mail0.iij.ad.jp (8.8.8/3.6W-MAIL) with SMTP id PAA28135 for ; Sat, 31 Jan 1998 15:48:27 +0900 (JST) Received: (from uucp@localhost) by uucp1.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id PAA17879 for FreeBSD-gnats-submit@freebsd.org; Sat, 31 Jan 1998 15:48:31 +0900 Received: from mosrite.fct.kgc.co.jp by vvv.kgc.co.jp (8.8.8/3.5Wpl7:97102110) id PAA19225; Sat, 31 Jan 1998 15:44:17 +0900 (JST) Received: (from luke@localhost) by mosrite.fct.kgc.co.jp (8.8.5/3.5Wp17) id PAA04317; Sat, 31 Jan 1998 15:43:58 +0900 (JST) Message-Id: <199801310643.PAA04317@mosrite.fct.kgc.co.jp> Date: Sat, 31 Jan 1998 15:43:58 +0900 (JST) From: luke@fct.kgc.co.jp Reply-To: luke@fct.kgc.co.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5608: Ports Changes-request for Afterstep I18N Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5608 >Category: ports >Synopsis: Ports change-request >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 30 22:50:00 PST 1998 >Last-Modified: >Originator: Kouki Higuchi >Organization: Keisoku Giken Corp. >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: AfterStep is a continuation of the BowMan window manager which was originally put together by Bo Yang. BowMan was based on the fvwm window manager, written by Robert Nation. Fvwm was based on code from twm. And so on... It is designed to emulate some of the look and feel of the NEXTSTEPŽ® user interface, while adding useful, requested, and neat features. The changes which comprise AfterStep's personality were originally part of BowMan development, but due to a desire to move past simple emulation and into a niche as its own valuable window manager, the current designers decided to change the project name and move on. BowMan development may continue, but we will no longer be a part of it. Major changes from fvwm are: - NEXTSTEP-like title bar, title buttons, borders and corners. BowMan's Wharf is a much worked-out version of GoodStuff. To avoid copyright complications it is not called a "dock." - NEXTSTEP style menu. However, the menus are not controlled by applications; they are more of pop-up service lists on the root window. - NEXTSTEP style icons. These styles are hard-coded in the program, which is good for the consistent look of the NEXTSTEP interface. Original I18N patches are contributed by MANOME Tomonori Original Ports for FreeBSD by Teppei OKAWA Ports Modified for "as10+I18N.97Oct30.diff" by Kouki Higuchi >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jan 31 10:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12736 for freebsd-ports-outgoing; Sat, 31 Jan 1998 10:10:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12729; Sat, 31 Jan 1998 10:10:01 -0800 (PST) (envelope-from gnats) Date: Sat, 31 Jan 1998 10:10:01 -0800 (PST) Message-Id: <199801311810.KAA12729@hub.freebsd.org> To: freebsd-ports Cc: From: Luigi Rizzo Subject: Re: ports/5607: NEW PORT: timidity-luigi [category audio] Reply-To: Luigi Rizzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5607; it has been noted by GNATS. From: Luigi Rizzo To: dburr@POBoxes.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/5607: NEW PORT: timidity-luigi [category audio] Date: Sat, 31 Jan 1998 17:29:50 +0100 (MET) > >Synopsis: NEW PORT: timidity-luigi [category audio] ... > Built on a 2.2.5 system, but should work with any modern FreeBSD release. > Requires Luigi Rizzo's new sound drivers. sorry, but I don't like the idea of having both "appx" and "appx-luigi". There should be only one version, able to work with both driver. When I supply modified modules, it's either because the original ones were buggy, or because i exploit some peculiarity of the new driver. In either case, the same audio module should be written to work with both drivers (if I havent' done this it's because I have only so much time). How ? Put in the audio module the following: #include ... int i = -1 ; /* fali by default */ #if defined(AIOGFMT) /* this is only defined in my driver */ snd_chan_param s; i = ioctl( audiofd, AIOGFMT, &s ); if (i != -1 ) { ... do things for the new driver } else #endif { ...do things for the old driver } the above should compile and/or run with either driver. Cheers Luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ From owner-freebsd-ports Sat Jan 31 12:40:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02342 for freebsd-ports-outgoing; Sat, 31 Jan 1998 12:40:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02324; Sat, 31 Jan 1998 12:40:04 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01883; Sat, 31 Jan 1998 12:36:22 -0800 (PST) (envelope-from nobody) Message-Id: <199801312036.MAA01883@hub.freebsd.org> Date: Sat, 31 Jan 1998 12:36:22 -0800 (PST) From: hiroo@exp.t.u-tokyo.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/5615: a little problem with lynx installation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5615 >Category: ports >Synopsis: a little problem with lynx installation >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 Jan 31 12:40:02 PST 1998 >Last-Modified: >Originator: Hiroo ONO >Organization: >Release: 3.0-971225-SNAP >Environment: FreeBSD nishilab.t.u-tokyo.ac.jp 3.0-971225-SNAP FreeBSD 3.0-971225-SNAP#0: Thu Jan 29 03:17:57 JST 1998 root@nishilab.t.u-tokyo.ac.jp:/usr/src/sys/compile/HIROO i386 >Description: installing lynx from ports-current, the default lynx.cfg file is located at /usr/local/etc/lynx.cfg while hardcoded to be at /usr/local/lib/lynx.cfg so that one should always start lynx with -cfg option or define an alias. >How-To-Repeat: install lynx from /usr/ports/www/lynx and invoke it. >Fix: replacing line below in /usr/ports/www/lynx/work/lynx2-7-1/userdefs.h as follows. orig: #define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg" new: #define LYNX_CFG_FILE "/usr/local/etc/lynx.cfg" as it is encapsulated with #ifndef .. #endif only giving -DLYNX_CFG_FILE=... may suffice maybe, the comment at the head of default lynx.cfg should also be changed. (useless maybe) >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jan 31 13:08:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07261 for freebsd-ports-outgoing; Sat, 31 Jan 1998 13:08:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07240; Sat, 31 Jan 1998 13:08:48 -0800 (PST) (envelope-from jseger) Date: Sat, 31 Jan 1998 13:08:48 -0800 (PST) From: "Justin M. Seger" Message-Id: <199801312108.NAA07240@hub.freebsd.org> To: hiroo@exp.t.u-tokyo.ac.jp, jseger, freebsd-ports Subject: Re: ports/5615 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: a little problem with lynx installation State-Changed-From-To: open-feedback State-Changed-By: jseger State-Changed-When: Sat Jan 31 13:06:36 PST 1998 State-Changed-Why: I believe that this was fixed on 1/13/98. Check patches/patch-aa and see if it is dated 1/13/98 or later. If not, get the latest version. If so, let me know. Please tell me whether or not this works so that I can close or reopen the PR. From owner-freebsd-ports Sat Jan 31 18:03:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24080 for freebsd-ports-outgoing; Sat, 31 Jan 1998 18:03:13 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24049; Sat, 31 Jan 1998 18:03:02 -0800 (PST) (envelope-from jseger) Date: Sat, 31 Jan 1998 18:03:02 -0800 (PST) From: "Justin M. Seger" Message-Id: <199802010203.SAA24049@hub.freebsd.org> To: hiroo@exp.t.u-tokyo.ac.jp, jseger, freebsd-ports Subject: Re: ports/5615 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: a little problem with lynx installation State-Changed-From-To: feedback-closed State-Changed-By: jseger State-Changed-When: Sat Jan 31 18:02:24 PST 1998 State-Changed-Why: hiroo@exp.t.u-tokyo.ac.jp found that the latest version of the port works fine. From owner-freebsd-ports Sat Jan 31 19:00:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00784 for freebsd-ports-outgoing; Sat, 31 Jan 1998 19:00:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00771; Sat, 31 Jan 1998 19:00:01 -0800 (PST) (envelope-from gnats) Date: Sat, 31 Jan 1998 19:00:01 -0800 (PST) Message-Id: <199802010300.TAA00771@hub.freebsd.org> To: freebsd-ports Cc: From: Tim Vanderhoek Subject: Re: ports/5602: bsd.port.mk computing checksum ALWAYS even when not needed Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5602; it has been noted by GNATS. From: Tim Vanderhoek To: Mikhail Teterin Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/5602: bsd.port.mk computing checksum ALWAYS even when not needed Date: Sat, 31 Jan 1998 20:52:46 -0500 (EST) On Fri, 30 Jan 1998, Mikhail Teterin wrote: > The following seems to fix the problem. May not be the best solution > though: > > --- /usr/share/mk/bsd.port.mk.orig Sun Jan 11 14:18:57 1998 > +++ /usr/share/mk/bsd.port.mk Fri Jan 30 00:07:31 1998 This patch isn't to the current version of bsd.port.mk. > @@ -1384,3 +1383,3 @@ > OK="false"; \ > - elif [ "$$CKSUM" = "$$CKSUM2" ]; then \ > + elif [ "`${MD5} < $$file`" = "$$CKSUM2" ]; then \ And you just managed to hit one of the very few lines that has changed in the new version. :-) Anyways, the problem you describe won't occur if IGNOREFILES is correctly set in the port makefile (search for ^CKSUMFILES and read that portion of bsd.port.mk to see why). The two elif checks before the one you change are "assert()"-type error cases and shouldn't happen. If you found a port where IGNOREFILES is wrong, please file a pr for that. -- tIM...HOEk OPTIMIZATION: the process of using many one-letter variables names hoping that the resultant code will run faster. From owner-freebsd-ports Sat Jan 31 19:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05031 for freebsd-ports-outgoing; Sat, 31 Jan 1998 19:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04998; Sat, 31 Jan 1998 19:40:01 -0800 (PST) (envelope-from gnats) Received: from goofy.bangkok.thai (pdx-max1-47.aracnet.com [209.95.33.48]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA04007 for ; Sat, 31 Jan 1998 19:32:35 -0800 (PST) (envelope-from scole@aracnet.com) Received: (qmail 21634 invoked by uid 1000); 31 Jan 1998 19:32:11 -0800 Message-Id: <19980201033211.21633.qmail@goofy.bangkok.thai> Date: 31 Jan 1998 19:32:11 -0800 From: scole@aracnet.com Reply-To: scole@aracnet.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5617: new port for FreeBSD called pppload Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" >Number: 5617 >Category: ports >Synopsis: new port for FreeBSD called pppload >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 Jan 31 19:40:00 PST 1998 >Last-Modified: >Originator: Sean Cole >Organization: >Release: FreeBSD 3.0-971225-SNAP i386 >Environment: FreeBSD 3.0-971225-SNAP i386 >Description: A new port to monitor throughput of network devices under X >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-ports Sat Jan 31 21:44:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19011 for freebsd-ports-outgoing; Sat, 31 Jan 1998 21:44:58 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18779; Sat, 31 Jan 1998 21:44:30 -0800 (PST) (envelope-from steve) Date: Sat, 31 Jan 1998 21:44:30 -0800 (PST) From: Steve Price Message-Id: <199802010544.VAA18779@hub.freebsd.org> To: steve, gnats-admin, freebsd-ports Subject: Re: pending/5570 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Sat Jan 31 21:41:38 PST 1998 Responsible-Changed-Why: Misfiled PR. From owner-freebsd-ports Sat Jan 31 21:53:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20568 for freebsd-ports-outgoing; Sat, 31 Jan 1998 21:53:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20468; Sat, 31 Jan 1998 21:52:21 -0800 (PST) (envelope-from steve) Date: Sat, 31 Jan 1998 21:52:21 -0800 (PST) From: Steve Price Message-Id: <199802010552.VAA20468@hub.freebsd.org> To: steve, gnats-admin, freebsd-ports Subject: Re: pending/5589 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: new port (fwd) Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Sat Jan 31 21:46:14 PST 1998 Responsible-Changed-Why: PR cleanup. From owner-freebsd-ports Sat Jan 31 22:30:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25679 for freebsd-ports-outgoing; Sat, 31 Jan 1998 22:30:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25647; Sat, 31 Jan 1998 22:30:01 -0800 (PST) (envelope-from gnats) Date: Sat, 31 Jan 1998 22:30:01 -0800 (PST) Message-Id: <199802010630.WAA25647@hub.freebsd.org> To: freebsd-ports Cc: From: Steve Price Subject: Re: ports/5570: Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5570; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org, bogusz@temida.rejent.poznan.pl Cc: Subject: Re: ports/5570: Date: Sun, 01 Feb 1998 00:29:54 -0600 Where exactly did you put the portball? It would probably be best to send it as a shar file or uuencoded tarball in a followup to this PR if it is not readily available elsewhere. Thanks, Steve From owner-freebsd-ports Sat Jan 31 22:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26689 for freebsd-ports-outgoing; Sat, 31 Jan 1998 22:40:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26678; Sat, 31 Jan 1998 22:40:00 -0800 (PST) (envelope-from gnats) Date: Sat, 31 Jan 1998 22:40:00 -0800 (PST) Message-Id: <199802010640.WAA26678@hub.freebsd.org> To: freebsd-ports Cc: From: Steve Price Subject: Re: ports/5617: new port for FreeBSD called pppload Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" The following reply was made to PR ports/5617; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org, scole@aracnet.com Cc: Subject: Re: ports/5617: new port for FreeBSD called pppload Date: Sun, 01 Feb 1998 00:32:24 -0600 Where did you put the portball for this new port? Steve From owner-freebsd-ports Sat Jan 31 22:41:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26918 for freebsd-ports-outgoing; Sat, 31 Jan 1998 22:41:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26890; Sat, 31 Jan 1998 22:41:39 -0800 (PST) (envelope-from steve) Date: Sat, 31 Jan 1998 22:41:39 -0800 (PST) From: Steve Price Message-Id: <199802010641.WAA26890@hub.freebsd.org> To: hoek@hwcn.org, steve, freebsd-ports Subject: Re: ports/5589 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-ports" Synopsis: new port (fwd) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Jan 31 22:41:13 PST 1998 State-Changed-Why: Superceded by ports/5605.